@charset "utf-8";
/* CSS Document */
*{margin:0 ;padding:0;}
a{text-decoration:none;outline:none;}
a:hover{text-decoration:none;}
img{outline:none;border:none;}
li{list-style:none;}
body{font-family:Helvetica LT Std, 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;}
html {overflow-y: scroll;}
:root {overflow-y: auto;overflow-x: hidden;}
:root body {position: absolute;}
body {width: 100vw;overflow: hidden;}

.clear {clear:both;}

/*-------------------------#goToTop-------*/
#goToTop{display:none;position:fixed;bottom:10%;right:5%;z-index:99999;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
#goToTop.show{display:block;}
#goToTop a{display: inline-block;width: 45px;height:45px;background:rgba(255,255,255,0.9);background-size: 15px;font-size:20px;color:#222;text-align:center;line-height:45px;border-radius:50%;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;box-shadow:1px 2px 3px #b3b3b3;}
#goToTop a:hover{-webkit-transform:rotate(360deg);transform: rotate(360deg);background:#e62129;color:#fff;}

/*---------------------------------logo-----------------------------------------------------*/
.header .top_content{z-index:999;background:#17171b;padding-top:10px;padding-bottom:10px;}
.header .top_content .top_text a{font-size:12px;color:#dedede;display:inline-block;padding:0 6px;border-left:1px solid #737373;}
.header .top_content .top_text a:first-child{padding-left:0;border-left:none;}
.header .head_top .logo{text-align:center;z-index:999;}
.header .head_top .right_lan{padding:0;z-index:999;}
.header .head_top .lan_box{background:#f6f6f6;padding:2px 8px;border:none;outline:none;box-sizing:border-box;width:7%;position:relative;margin-left: 10px;}
.head_top .lan_box a.lan_now{font-size:12px;color:#313030;display:block;position:relative;}
.head_top .lan_box a.lan_now:after{position:absolute;content:"\f0d7";font-family:"FontAwesome";right:0;top:0;}
.head_top .lan_box a.lan_now span{font-size:10px;margin-left:10px;float:right;margin-top:1px;}
.head_top .lan_box ul.lan_list{display:none;position:absolute;top:21px;left:0px;background:rgba(24, 24, 24, 0.9);border-radius:2px;z-index:999;width:100%;text-align:center;overflow:hidden;}
.head_top .lan_box ul.lan_list a{display:block;font-size:12px;color:#dedede;padding:5px 0;}
.head_top .lan_box ul.lan_list a:hover{background:#222;color:#fff;}

.topnav_list .logo{float:left;width:20%;}
.topnav_list .logo img{max-width:110%;}

@media screen and (max-width:991px){
.topnav_list{text-align:left;padding:0;}
.topnav_list .logo img{height:50px;margin-left:15px;}
nav.navbar.bootsnav .navbar-toggle {text-align:right;padding-right:15px;top:15px;right:0px;margin:0;background:none;font-size:20px;color:#222;}
}

.m_lan_box{margin-top:5px;background:#f5f5f5;}
.m_lan_box a{display:inline-block;width:50%;float:left;text-align:center;padding:5px 0;font-size:14px;color:#333;border-right:1px solid #dedede;}
.m_lan_box a:last-child{border-right:none;}
.m_lan_box a.active{color:#fff;background:#333;}

/*-----------------------------------------------------------------------------------*/
.fixed_navlist{width:100%;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition: 0.5s;}
nav.navbar.bootsnav ul.nav > li > a i{display:none;}
@media screen and (min-width:992px){
.navbar-collapse{float:right;border:none!important;margin-top:9px;padding:0;}
.topnav_list .navbar{min-height:auto;padding:18px 0;}
.navbar-nav{width:100%;text-align:center;}
.navbar-nav>li {display:inline-block;float:none;}
nav.navbar.bootsnav ul.nav > li > a{font-size:16px;color:#333;display: inline-block;padding:1px 22px;margin:13px 4px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;position:relative;}
nav.navbar.bootsnav ul.nav > li:last-child a{padding-right:0;}
nav.navbar.bootsnav ul.nav > li > a i{display:inline-block;margin-left:10px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
nav.navbar.bootsnav ul.nav > li:hover > a i{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
}

.navbar-nav>li>.dropdown-menu {margin-top:2px;min-width:100px;left:10px;text-align:left;padding-bottom:10px;}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a{color:#505050;}
nav.navbar.bootsnav ul.nav ul.dropdown-menu > li > a:hover{color:#e73d00;}

@media (max-width: 992px){
#mengban{position: fixed;overflow-y:auto!important;overflow-x:hidden!important;display:block;background: rgba(0,0,0,0.5);z-index: 98;width:100%;height: 100% !important;left:0;top: 0;padding: 0;-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-o-transition-duration: 1s;-ms-transition-duration: 1s;transition-duration: 1s;}

.foot_nav ul{display:flex;flex-flow:wrap}
.foot_nav ul li{margin-right:20px}
}

.fixed_navlist.fixed_up{position:fixed;top:0;left:0;z-index:9999;top:0;background:rgba(255,255,255,0.95);border-bottom:1px solid #dedede;}
.fixed_navlist.fixed_up .navbar{padding:10px 0;}

.fixed_navlist.fixed_up .logo img{height:50px;}
.fixed_navlist.fixed_up .navbar-collapse{margin-top:3px;}

@media screen and (max-width:640px){
.topnav_list{padding:4px 0 4px 15px;}
.topnav_list .logo img{height:40px;}
.fixed_navlist.fixed_up .navbar{padding: 4px 0;}
.navbar{min-height:auto;}
.fixed_navlist.fixed_up .logo img{height:30px;}
nav.navbar.bootsnav .navbar-toggle{top:4px;}
nav.navbar.bootsnav{padding-top:5px;}
}

/*----------------------------banner-----------------------------*/
.banner{width:100%;position:relative;}
.banner .index-banner video{max-width:100%;}
.banner .text_box{position: absolute;height: 100%;width: 100%;justify-content: center;align-items: center;text-align:center;display:-ms-flexbox;display: flex;top:0;flex-direction: column;}
.banner .text_box h5{font-size:40px;color:#fff;font-weight:lighter;margin-bottom:20px;padding-bottom:20px;position:relative;}
.banner .text_box h5:before{position:absolute;content:"";width:100px;height:1px;left:0;right:0;bottom:0;margin:0 auto;background:#fff;}
.banner .text_box p{font-size:20px;color:#fff;font-weight:lighter;letter-spacing:3px;}
.banner .index-banner .slider-carousel .owl-nav{display:block;}
.banner .index-banner .slider-carousel .owl-nav .owl-prev , .banner .index-banner .slider-carousel .owl-nav .owl-next{position:absolute;top:45%;width:55px;height:55px;text-align:center;background:rgba(0,0, 0, 0.7);color:#fff;line-height:35px;font-size:30px;border-radius:50%;outline:none;border:2px solid rgba(136,136,136,0.7);}
.banner .index-banner .slider-carousel .owl-nav .owl-prev{left:5%;}
.banner .index-banner .slider-carousel .owl-nav .owl-next{right:5%;}
.banner .index-banner .slider-carousel .owl-nav .owl-prev:hover , .banner .index-banner .slider-carousel .owl-nav .owl-next:hover{background:rgba(0,0, 0, 0.4);}
.banner .index-banner .slider-carousel .owl-dots{position:absolute;bottom:3%;width:100%;text-align:center;}
.banner .index-banner .slider-carousel .owl-dots .owl-dot{display:inline-block;width:8px;height:8px;background:#fff;border-radius:50%;margin:0 8px;}
.banner .index-banner .slider-carousel .owl-dots .owl-dot.active{background:#e62129;}

@media screen and (max-width:640px){
.banner .text_box h5{font-size:20px;margin-bottom:10px;padding-bottom:10px;}
.banner .text_box p{font-size:16px;}
}

/*-----------total_title---------------*/
.total_title{text-align:center;margin-top:30px;margin-bottom:30px;}
.total_title h5{font-size:32px;color:#e62129;font-weight:bold;}
.total_title img{height:60px;}
.total_title p{font-size:12px;color:#e62129;margin-top:15px;}

/*-------------index_product----------------*/
.index_product{width:100%;margin-top:30px;margin-bottom:40px;}
.index_product_box .nav-tabs{text-align:center;margin-bottom:40px;border:none}
.index_product_box .tab-content{margin-top:30px;padding-top:16px;width:100%;}
.index_product_box .nav-tabs li{display:inline-block;width:25%;padding:0 1px;box-sizing:border-box;margin:0;}
.index_product_box .nav-tabs>li>a{font-size:20px;color:#333;border-radius:0;padding:10px 0;display:inline-block;width:100%;border-bottom: 1px solid #222;margin:0;}
.index_product_box .nav-tabs>li.active>a, .index_product_box .nav-tabs>li.active>a:focus{background:#222;color:#fff;border:1px solid #222;}
 .index_product_box .nav > li > a:hover{background:#222;color:#fff;border:none;border-bottom:1px solid #222;}

.index_product .index_product_box .product_list{text-align:center;}
.index_product .index_product_box .product_list .product_pic{overflow:hidden;}
.index_product .index_product_box .product_list .product_pic img{-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;display:inline-block;}
.index_product .index_product_box .product_list:hover .product_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.index_product .index_product_box .product_list .product_text{padding:20px 15px;background:#f9f9f9;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
.index_product .index_product_box .product_list .product_text a{display:inline-block;font-size:18px;color:#333;padding:5px 0;}
.index_product .index_product_box .product_list .product_text p{font-size:16px;color:#b3b3b3;margin:5px 0;line-height:26px;}
.index_product .index_product_box .product_list:hover .product_text{background:#222;}
.index_product .index_product_box .product_list:hover .product_text a{color:#fff;}

/*--------------index_case--------------------*/
.index_case{width:100%;margin-top:40px;margin-bottom:20px;padding:30px 0;background:#f0f0f0;}
.index_case .index_case_box ul li{padding:0 5px;}
.index_case .index_case_box .case_list{overflow:hidden;position:relative;margin-bottom:10px;}
.index_case .index_case_box .case_list .case_text{position:absolute;width:100%;padding:10px;background:rgba(0,0,0,0.7);left:0;bottom:-2%;font-size:14px;color:#fff;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
.index_case .index_case_box .case_list .case_text h5{margin-bottom:15px;font-size:16px;}
.index_case .index_case_box .case_list:hover .case_text{-webkit-transform:translateY(-65%);transform:translateY(-65%);}

/*-------------index_about_news----------------*/
.index_about_news{width:100%;margin-top:30px;margin-bottom:30px;padding-bottom:15px;}
.index_about_bg{background:rgba(242,242,242,.6);border-radius:10px;padding:65px 50px}
.index_about .about_pic{overflow:hidden;}
.index_about .about_pic img{-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;}
.index_about:hover  .about_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


.index_about .about_text h5{font-size:24px;color:#e62129;margin:0 0 20px;border-left:2px solid #e62129;padding-left:10px;font-weight:bold}
.index_about .about_text p{font-size:16px;color:#333;line-height:28px;text-align:justify}
.index_about .about_text a{font-size:14px;color:#555;display:block;margin-top:15px;padding-right:20px;position:relative;border-top:1px solid #dedede;padding-top:10px;}
.index_about .about_text a:after{content:"\f101";font-family:"fontAwesome";position:realtive;right:0;top:0;margin-left:10px}



.index_news ul li{margin-bottom:15px;}
.index_news .index_news_list{background:#f2f2f2;padding:20px;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
.index_news .index_news_list .left_time{width:16%;float:left;text-align:center;margin-right:4px;border-right:1px solid #dedede;padding-right:15px;}
.index_news .index_news_list .left_time span{display:block;font-size:14px;color:#666;}
.index_news .index_news_list .left_time span.year{font-size:26px;color:#222;}
.index_news .index_news_list .right_text{float:left;width:80%;margin-left:10px;}
.index_news .index_news_list .right_text a{font-size:18px;color:#333;}
.index_news .index_news_list .right_text p{font-size:16px;color:#b3b3b3;margin-top:5px;margin-bottom:0;}
.index_news .index_news_list:hover{background:#222;}
.index_news .index_news_list:hover .left_time span , .index_news .index_news_list:hover .right_text a{color:#fff;}

@media screen and (max-width:1199px){
.index_news .index_news_list .right_text{width:75%;}
}

@media screen and (max-width:991px){
.index_news{margin-top:30px;}
}

@media screen and (max-width:540px){
.index_news .index_news_list .left_time{width:100%;border-right:none;border-bottom:1px solid #dedede;padding-bottom:8px;text-align:left;margin-bottom:8px;padding-left:8px;}
.index_news .index_news_list .left_time span{display:inline-block;}
.index_news .index_news_list .left_time span.year{font-size:14px;}
.index_news .index_news_list .right_text{width:100%;}

.index_about_bg{padding:20px 10px}
}

/*---------------------index_support----------------*/
.index_support{width:100%;background:#222;margin-top:30px;}
.index_support .support_list{width:100%;text-align:center;margin:0;padding:20px 0;border-bottom:1px solid #666;}
.index_support .support_list li{display:inline-block;}
.index_support .support_list li p{font-size:14px;color:#c5c5c5;margin:5px 0;padding:0 44px;border-right:1px solid #666;}
.index_support .support_list li:last-child p{border-right:none;}

@media screen and (max-width:640px){
.index_support .support_list li p{margin:6px 0;padding:0 8px;}
}

/*--------------foot------------------*/
.foot{background:#222;padding-top:20px;padding-bottom:20px;}
.foot .foot_nav h5{font-size:16px;color:#fff;border-bottom:1px solid #555;padding-bottom:15px;margin-bottom:15px;position:relative;}
.foot .foot_nav h5:before{position:absolute;content:"";width:20px;height:1px;left:0;bottom:-1px;background:#fff;}
.foot .foot_nav ul li a{font-size:14px;color:#bbb;line-height:30px;}
.foot .foot_contact{text-align:center;margin-top:10px;}
.foot .foot_contact a{font-size:14px;color:#e62129;}
.foot .foot_contact p{font-size:14px;color:#b3b3b3;}

/*-------------foot_bottom-----------------*/
.foot_bottom{width:100%;background:#101113;padding-top:10px;padding-bottom:10px;}
.foot_bottom .foot_link{padding-top:15px;font-size:14px;padding-bottom:15px;}
.foot_bottom .foot_link a{color:#b3b3b3;display:inline-block;padding:0 10px;border-right:1px solid #444;margin-bottom:10px;}
.foot_bottom .foot_link a.link_title{color:#969696;border:none;padding:0;}
.foot_bottom .foot_copy p , .foot_bottom .tech_support p{font-size:14px;color:#a6a6a6;padding-top:10px;margin-top:10px;border-top:1px solid #333;}
.foot_bottom .tech_support a{color:#a6a6a6;}

/*----------------bread----------------*/
.bread{width:100%;border-bottom:1px solid #dedede;font-size:14px;padding:10px 0;}
.bread span.bread_title{padding-left:20px;color:#b3b3b3;position:relative;display:inline-block;}
.bread span.bread_title:before{position:absolute;content:"\f015";font-family:"fontAwesome";left:0;top:0px;color:#25282f}
.bread a{color:#555;display:inline-block;padding:0 5px;}

/*---------------side_nav--------------*/
.side_nav{text-align:center;width:100%;margin-bottom:30px;}
.side_nav ul{border-bottom:1px solid #dedede;}
.side_nav ul li{display:inline-block;padding:0 10px;}
.side_nav ul li a{display:inline-block;font-size:20px;color:#333;padding:16px 56px;position:relative;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}


.foot .foot_nav ul li a:hover , .foot_bottom .foot_link a:hover , .side_nav ul li.active a , .side_nav ul li a:hover{color:#e62129;}
.side_nav ul li.active a:before , .side_nav ul li a:hover:before{position:absolute;content:"";width:100%;height:1px;left:0;bottom:-1px;background:#e62129;}

/*-------------inner_contact--------------*/
.inner_contact{width:100%;margin-top:30px;margin-bottom:30px;}
.inner_contact .contact_text h5{font-size:22px;color:#333;border-bottom:1px solid #dedede;margin-bottom:20px;padding-bottom:20px;position:relative;margin-top:20px;font-weight:bold;}
.inner_contact .contact_text h5:before{position:absolute;width:25px;height:1px;left:0;bottom:-1px;content:"";background:#e62129;}
.inner_contact .contact_text p{font-size:18px;color:#b3b3b3;margin:10px 0;}
@media screen and (max-width:640px){
.inner_contact .contact_text{margin-bottom:30px;}
}

/*----------------inner_about-------------*/
.inner_about .about_title{text-align:center;margin-top:30px;padding-bottom:30px;margin-bottom:30px;}
.inner_about .about_title img{height:90px;display:inline-block;}
.inner_about .inner_about_text , .inner_about .inner_culture_text{margin-bottom:40px;}
.inner_about .inner_about_text img , .inner_about .inner_culture_text img{margin-bottom:20px;}
.inner_about .inner_about_text p , .inner_about .inner_culture_text p{font-size:16px;color:#b3b3b3;line-height:30px;text-indent:2em;}
.inner_about .inner_honor p{font-size:14px;color:#555;line-height:26px;margin-bottom:20px;}
.inner_about .inner_video{margin-top:30px;margin-bottom:30px;}
.inner_about .inner_video video{max-width:100%;}
.inner_environment{margin-top:30px;margin-bottom:30px;width:100%;}
.inner_environment li .environment_pic{text-align:center;margin-bottom:20px;}
.inner_environment li .environment_pic p{font-size:14px;color:#333;margin:15px 0;}

/*---------------inner_news------------------*/
.inner_news ul .news_list{border-bottom:1px dashed #dedede;padding:30px 0;}
.inner_news ul .news_list .news_pic{overflow:hidden;}
.inner_news ul .news_list .news_pic img{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_news ul .news_list:hover .news_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.inner_news ul .news_list .news_text a{font-size:20px;color:#333;display:inline-block;margin-bottom:5px;}
.inner_news ul .news_list .news_text p{font-size:16px;color:#b3b3b3;margin:5px 0;line-height:26px;}
.inner_news ul .news_list .news_text span.time{font-size:14px;display:block;color:#555;border-top:1px solid #dedede;padding-top:10px;margin-top:10px;position:relative;}
.inner_news ul .news_list .news_text span.time:before{position:absolute;content:"";width:30px;height:1px;background:#222;left:0;top:-1px;}
.inner_news ul .news_list:hover .news_text a{color:#e62129;}

.index_news_title{display:flex;justify-content:space-between;align-items:center}
.index_news_title h3{margin-bottom:25px;color:#e62129}
.index_news_title a{color:#333}

@media screen and (max-width:768px){
.inner_news ul .news_list .news_text{margin-top:20px;}
}

/*-------------page--------------------*/
.page{width:100%;margin-top:30px;margin-bottom:30px;text-align:center;}
.page ul li{display:inline-block;margin:0 15px;}
.page ul li a{display:inline-block;font-size:18px;color:#555;padding:6px 14px;border:1px solid #dedede;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.page ul li.active a ,.page ul li a:hover{color:#fff;border:1px solid #e62129;background:#e62129;}

/*----------------inner_case-------------*/
.inner_case ul li{padding:0 5px;}
.inner_case .inner_case_list , .inner_product .inner_product_list{margin-bottom:30px;text-align: center;}
.inner_case .inner_case_list .inner_case_pic , .inner_product .inner_product_list .inner_product_pic{overflow:hidden;}
.inner_case .inner_case_list .inner_case_pic img , .inner_product .inner_product_list .inner_product_pic img{-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;display:inline-block;}
.inner_case .inner_case_list:hover .inner_case_pic img , .inner_product .inner_product_list:hover .inner_product_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.inner_case .inner_case_list .inner_case_text , .inner_product .inner_product_list .inner_product_text{margin-top:20px;padding:0 10px;}
.inner_case .inner_case_list .inner_case_text a , .inner_product .inner_product_list .inner_product_text a{font-size:18px;color:#333;}
.inner_case .inner_case_list:hover .inner_case_text a , .inner_product .inner_product_list:hover .inner_product_text a{color:#e62129;}
.inner_case .inner_case_list .inner_case_text p , .inner_product .inner_product_list .inner_product_text p{font-size:16px;color:#b3b3b3;line-height:26px;margin:5px 0;}

/*---------------details_box------------------*/
.details_box{width:100%;margin-top:20px;margin-bottom:20px;}
.details_box .details_title{margin-bottom:20px;text-align:center;border-bottom:1px dashed #dedede;padding-bottom:10px;}
.details_box .details_title h5{font-size:30px;color:#e62129;font-weight:normal;}
.details_box .details_title span , .details_box .details_title a{font-size:14px;color:#b3b3b3;display:inline-block;margin:0 5px;}
.details_box .details_text{width:100%;margin-top:20px;}
.details_box .details_text h5{font-size:14px;coilor:#222;margin:20px 0;border-left:2px solid #222;padding-left:10px;}
.details_box .details_text p{font-size:16px;color:#555;line-height:26px;margin:10px 0;text-indent:2em;}
.details_box .details_text p img{max-width:100%;height:auto!important;margin-left:-2em;}
.details_box .more_message{width:100%;margin-top:20px;margin-bottom:20px;padding-top:20px;border-top:1px dashed #dedede;}
.details_box .more_message p{font-size:14px;color:#b3b3b3;margin:10px 0;}
.details_box .more_message a{color:#555;}
.details_box .more_message a:hover{color:#e73d00;}

.inner_product{margin-top:30px;width:100%;}
.inner_product .details_box .details_title{border:none;}
.inner_product .details_box .details_title h5{font-size:48px;}
.inner_product .details_box .details_title span , .inner_product .details_box .details_title a{font-size:20px;}
.inner_product .details_box .nav-tabs{border:none;position:relative;text-align:center;}
.inner_product .details_box .nav-tabs:before{position:absolute;content:"";width:100%;height:4px;background:#dedede;left:0;top:30px;z-index:-1px;}
.inner_product .details_box .nav-tabs > li{width:25%;position:relative;margin:0;}
.inner_product .details_box .nav-tabs > li a{width:100%;border-radius:0;font-size:16px;color:#333;margin:0;border:none;}
.inner_product .details_box .nav-tabs > li img{width:45px;margin:0 auto;display:block;-webkit-filter: grayscale(1.0);filter:grayscale(1.0);opacity:0.4;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;margin-bottom:20px;position:relative;z-index:5;box-shadow:0px 0px 0px 20px #fff inset;}
.inner_product .details_box .nav-tabs > li.active > a, .inner_product .details_box .nav-tabs > li.active > a:focus, .inner_product .details_box .nav-tabs > li > a:hover{color:#e62129;background:none;border:none;}
.inner_product .details_box .nav-tabs > li.active > a img, .inner_product .details_box .nav-tabs > li.active > a img:focus, .inner_product .details_box .nav-tabs > li:hover > a img{-webkit-filter: grayscale(0.0);filter:grayscale(0.0);opacity:1;}
.inner_product .details_box .tab-content{margin-top:20px;width:100%;margin-bottom:30px;padding-top:20px;}
.inner_product .details_box .details_solution h5{font-size:18px;margin-top:30px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #b3b3b3;color:#e62129;}
.inner_product .details_box .details_solution p{font-size:14px;color:#555;text-align:center;padding:5px;margin-top:20px;}
.inner_product .details_box .details_solution p:hover{background:#f2f2f2;color:#e62129;}
.inner_product .details_box .product_case ul li{width:50%;float:left;padding:5px;}
.inner_product .details_box .product_case .product_case_text{margin-top:20px;padding-top:20px;border-top:1px solid #dedede;text-align:center;}
.inner_product .details_box .product_text{margin-top:20px;}
.inner_product .details_box .product_text img,.inner_product .details_box .details_solution p img{max-width:100%;height:auto!important}
.inner_product .details_box .product_case .product_case_text h5{color:#e62129;font-size:16px;}
.inner_product .details_box .product_case .product_case_text p{color:#555;font-size:14px;margin:10px 0;}
.inner_product .details_box .product_text table{line-height:26px;width:100%;}
.inner_product .details_box .product_text table th{border:1px solid #e62129;font-size:14px;color:#fff;background:#e62129;padding-top:8px;padding-bottom:8px;padding-left:10px;}
.inner_product .details_box .product_text table td{font-size:16px;color:#555;padding:8px 10px;}
.inner_product .details_box .product_text table tr:hover td{background:#f2f2f2;color:#e62129;}

@media screen and (max-width:640px){
.inner_product .details_box .details_title h5{font-size: 28px;}

}

/*--------case_details---------*/
.case_details_video{margin-top:20px;padding-top:30px;}
.case_details_video video{max-width:100%;}
.case_details_video iframe{width:100%;}
.case_details_video .top_text h5{margin:5px 0;font-size:16px;border-left:none;padding-left:0;border-bottom:1px solid #dedede;color:#222;padding-bottom:10px;position:relative;}
.case_details_video .top_text h5:before{position:absolute;width:40px;content:"";height:1px;left:0;bottom:-1px;background:#222;}
.case_details_video .top_text p{margin:5px 0;text-indent:0;font-size:16px;color:#555;line-height:35px;}
.inner_case .case_details_pic{width:100%;margin-top:30px;border-top:1px solid #dedede;padding-top:30px;}
.inner_case .case_details_pic ul li{margin-bottom:30px;}

@media screen and (max-width:991px){
.case_details_video .top_text{margin-top:20px;}
}

/*-------------inner_service--------------*/
.inner_service{margin-bottom:50px;width:100%;}
.inner_service .service_text p{font-size:16px;color:#b3b3b3;line-height:30px;text-indent:2em;}
.inner_service .service_text p img{max-width:100%;height:auto!important;margin-left:-2em;}
.inner_service .service_text{margin-bottom:30px;width:100%;}
.inner_service .service_list{margin-bottom:20px;width:100%;text-align:center;}
.inner_service .service_list img{height:100px;display:inline-block;margin-top:20px;}
.inner_service .service_list h5{font-size:20px;color:#e62129;margin-bottom:20px;position:relative;}
.inner_service .service_list p{font-size:16px;color:#333;}

.inner_service .download_list{margin-bottom:40px;}
.inner_service .download_list .down_title{width:100%;}
.inner_service .download_list .down_title h5{font-size:20px;color:#333;font-weight:normal;border-left:2px solid #f37800;padding-left:10px;margin-bottom:30px;}
.inner_service .download_list ul li{border-bottom:1px solid #dedede;padding-bottom:8px;padding-top:8px;background:#fff;-webkit-transition:all ease-in-out 0.2s;-webkit-transition:all ease-in-out 0.2s;margin-bottom:10px;}
.inner_service .download_list ul li p{font-size:14px;color:#b3b3b3;margin:0 0 0 8px;border-right:4px solid #fff;}
.inner_service .download_list ul li a{font-size:14px;color:#555;}
.inner_service .download_list ul li:hover{background:#f2f2f2;}
.inner_service .download_list ul li:hover p , .inner_service .download_list ul li:hover a{color:#f37800;}

.flex_wrap{display:flex;flex-flow:wrap}
.flex_column{display:flex;flex-flow:column}

.clamp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clamp2,.clamp3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.clamp3{-webkit-line-clamp:3}
