@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:"Source Han Sans CN", Helvetica LT Std, 'Noto Sans CJK SC', sans-serif ,"Noto Sans SC"}

@font-face {
  font-family:"Rubik-Regular";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"),
       url("../fonts/Rubik-Regular.woff") format("woff"),
       url("../fonts/Rubik-Regular.ttf") format("truetype"),
       url("../fonts/Rubik-Regular.eot") format("embedded-opentype"),
       url("../fonts/Rubik-Regular.svg") format("svg");
}

html{overflow-y:scroll;font-family:"Noto Sans SC";} 
: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 #888;}
#goToTop a:hover{-webkit-transform:rotate(360deg);transform: rotate(360deg);background:rgba(0,0,0,0.9);color:#fff;}

/*---------------------------------logo-----------------------------------------------------*/
.header{width:100%;position:absolute;top:0;left:0;z-index:99999;}
.header .topnav_list .logo{z-index:999;margin-top:25px;}
.header .topnav_list .logo img{max-width:85%;}
.header .topnav_list{position:relative;border-bottom:1px solid rgba(255,255,255,0.3);}

.top_search_lan{float:right;width:17%;}
.top_search_lan .top_search_lan{float:right;}
.top_search_lan .top_search{position:relative;float:left;width:50%;box-sizing:border-box;text-align:center;padding:20px 0;border-left:1px solid rgba(255,255,255,0.3);}
.top_search_lan .top_search span{font-size:20px;color:#ff0000;cursor:pointer;display:inline-block;width:100%;padding:15px 0}
.top_search_lan .top_search .input-group{position:absolute;top:100px;right:0;width:252px;display:none;box-shadow:1px 1px 2px #d8dcf1;}
.top_search_lan .top_search .input-group .search_box{background:#fff;}
.top_search_lan .top_search .input-group .form-control{width:83%;border:none;box-shadow:none;border-radius:0;height:40px;}
.top_search_lan .top_search .input-group .btn-default{border:none;box-shadow:none;border-radius:0;padding:6px 12px;font-size:20px;color:#ff0000;}
.top_search_lan .top_lan{position:relative;float:right;padding:38px 0;border-left:1px solid rgba(255,255,255,0.3);border-right:1px solid rgba(255,255,255,0.3);width:50%;box-sizing:border-box;text-align:center;}
.top_search_lan .top_lan span.hover_lan{font-size:14px;color:#403d3d;}
.top_search_lan .top_lan .lan_box{position:absolute;width:100%;text-align:center;top:100px;right:0;background:#fff;display:none;box-shadow:1px 2px 4px #e3e8ea;}
.top_search_lan .top_lan .lan_box ul{margin:0;}
.top_search_lan .top_lan .lan_box ul li a{display:block;padding:10px 0;font-size:14px;color:#5c6063;border-bottom:1px solid #e0e8ee;}

.nav_content{position:relative;z-index:99999;}
nav.navbar.bootsnav{border:none;width:83%;float:left;background:none;}
.navbar-nav{float: left;}
nav.navbar.bootsnav ul.nav > li > a{font-size:16px;color:#262628;padding:40px;}
nav.navbar.bootsnav ul.nav > li:after{content:"";width:0;height:1px;background:#ff0000;position:absolute;bottom:-1px;left:0;right:0;margin:0 auto;transition:all 0.5s ease 0s;}
nav.navbar.bootsnav ul.nav > li.active:after ,
nav.navbar.bootsnav ul.nav > li:hover:after{width:40px;}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{content:"+";font-family:'FontAwesome';font-size:16px;font-weight:500;position:absolute;top:36px;right:10%;transition:all 0.4s ease-in-out 0s;}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{content:"\f105";transform:rotate(90deg);}
.dropdown-menu.multi-dropdown{position:absolute;left:-100% !important;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{box-shadow:0 0 5px #c8ccd0;border:none;}

@media only screen and (max-width:990px){
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{content: " "; }
.dropdown-menu.multi-dropdown{left: 0 !important; }
nav.navbar.bootsnav ul.nav > li:hover{background:transparent; }
nav.navbar.bootsnav ul.nav > li > a{margin:0;border-top:none;}
}

@media screen and (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:9998;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;}
.dropdown-menu{min-width:100%;}
}

.topnav_list.fixed_up{position:fixed;top:0;left:0;z-index:9999;background:rgba(255,255,255,0.95);width:100%;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;border-color:#e8eaec;}
.topnav_list.fixed_up .logo{margin-top:5px;}
.topnav_list.fixed_up .top_search{padding:0;border-color:#e8eaec;}
.topnav_list.fixed_up .top_lan{padding:20px 0;border-color:#e8eaec;}
.topnav_list.fixed_up .top_search .input-group ,
.topnav_list.fixed_up .top_search_lan .top_lan .lan_box{top:62px;}
.topnav_list.fixed_up .logo img{max-width:50%;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav > li:before{top:22px;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{top:17px;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav > li > a{padding:20px 40px;color:#1a1a1a;font-size:14px;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav li>a:hover, .topnav_list.fixed_up nav.navbar.bootsnav ul.nav li.active > a{color:#ff0000;}


/*----------------------------banner-----------------------------*/
.banner{width:100%;position:relative;}
.banner .owl-carousel .owl-nav{display:block;}
.banner .owl-carousel .owl-nav button.owl-next, .banner .owl-carousel .owl-nav button.owl-prev{position:absolute;top:45%;left:10%;width:50px;height:50px;color:#0a0a0a;border:2px solid #0a0a0a;border-radius:100px;font-size:30px;outline:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.banner .owl-carousel .owl-nav button.owl-next{right:10%;left:auto;}
.owl-carousel .owl-dots{position:absolute;width:100%;left:0;bottom:30px;text-align:center;}
.owl-carousel button.owl-dot{display:inline-block;width:20px;height:2px;border-radius:50px;background:#38393b;margin:0 5px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.owl-carousel button.owl-dot.active{width:50px;background:#ff0000;}
.banner .owl-carousel .owl-nav button.owl-next:hover, .banner .owl-carousel .owl-nav button.owl-prev:hover{color:#fff;background:#ff0000;border-color:#ff0000;}

/*----------------total_title----------------*/
.total_title{text-align:center;width:100%;margin-top:25px;margin-bottom:30px;padding-bottom:10px;position:relative;}
.total_title h5{font-size:36px;color:#27282a;font-weight:500;margin-top:15px;margin-bottom:15px;padding-top:15px;}
.total_title span.title_en{font-size:16px;color:#a5b2bf;display:inline-block;padding-left:60px;font-family: "Rubik-Regular";position:relative;}
.total_title span.title_en:before{position:absolute;width:30px;height:2px;background:#111112;content:"";left:0;bottom:10px;}
.total_title span.title_en:after{position:absolute;width:10px;height:2px;background:#ff0000;content:"";left:40px;bottom:10px;} 


/*---------------index_product--------------*/
.index_product{width:100%;position:relative;}
.index_product_box .total_title{text-align:left;}
.index_product .index_product_box{width:100%;position:relative;}
.index_product .index_product_box .index_product_nav{background:#fff;padding:0 10px;}
.index_product .index_product_box .nav-tabs{border:none;position:relative;margin-bottom:0px;display:flex;flex-flow:wrap}
.index_product .index_product_box .nav-tabs>li{float:left;width:50%;text-align:center;padding-right:70px;padding-bottom:50px;box-sizing:border-box;}
.index_product .index_product_box .nav-tabs>li>a{font-size:16px;color:#0e0e0e;border:none;padding:28px 0;font-weight:500;position:relative;display:inline-block;box-shadow:1px 1px 5px #e7edf1;width:100%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;height:100%}
.index_product .index_product_box .nav-tabs>li>a img{height:50px;}
.index_product .index_product_box .nav-tabs>li>a span.nav_item{display:block;margin-top:10px;padding-top:10px;}
.index_product .index_product_box .nav-tabs>li:last-child>a{padding:49px 0;}
.index_product .index_product_box .nav-tabs>li>a:hover{background:#f3f5f8;box-shadow:2px 3px 15px #e0ebf5;}

.index_product_content{background:#f7f7f7;position:relative;}
.index_product_content:before{position:absolute;content:"";background:#f7f7f7;width:133%;height:100%;left:0;top:0;}
.index_product_content .tab-content{padding-right:15px;}
.index_product_box .index_product_item .owl-item{padding:15px 15px;}
.index_product_box .index_product_item .product_list{overflow:hidden;padding:10px 20px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;position:relative;}
.index_product_box .index_product_item .index_product_text a{font-size:36px;color:#27282a;margin-top:25px;display:block;font-weight:500;position:relative;}
.index_product_box .index_product_item .index_product_text p{font-size:18px;color:#27282a;margin-bottom:20px;padding-bottom:20px;position:relative;}
.index_product_box .index_product_item .index_product_text p:before{position:absolute;width:20px;height:2px;background:#ff0000;content:"";left:0;bottom:0;}
.index_product_box .index_product_item .index_product_text p:after{position:absolute;width:98%;height:2px;background:#dbdbdb;content:"";left:30px;bottom:0;}
.index_product_box .index_product_item .index_partner_pic{padding:20px;text-align:right;}
.index_product_box .index_product_item .index_partner_pic img{max-width:100%;width:auto;height:auto;display:inline-block;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}

.index_product_box .index_product_item .product_list:hover .index_partner_pic img{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
.index_product_box .index_product_item .owl-dots{display:block;width:100%;text-align:left;left:20px;bottom:50px;}
.index_product_box .index_product_item .owl-dots .owl-dot{width:20px;height:3px;background:#c3c3c3;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-radius:10px;}
.index_product_box .index_product_item .owl-dots .owl-dot.active{width:40px;background:#ff0000;}

/*----------------index_more_product----------------*/
.index_more_product{background:url(../img/product_bg.jpg)center no-repeat;background-attachment:fixed;padding:40px 20px 200px 20px;position:relative;background-size:cover;}
.index_more_product ul{margin:40px 0 50px 0;padding:30px 0 40px 0;}
.index_more_product ul li{margin-bottom:40px;width:100%;padding-bottom:10px;}
.index_more_product ul li:nth-child(02) .more_product_list .more_product_text{text-align:right;}
.index_more_product ul .more_product_list .more_product_pic{position:relative;padding-left:35px;box-sizing:border-box;}
.index_more_product ul .more_product_list .more_product_pic img{position:relative;max-width:82%;margin-left:40px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.index_more_product ul .more_product_list:hover .more_product_pic img{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
.index_more_product ul .more_product_list .more_product_text{position:relative;padding:50px 60px;}
.index_more_product ul .more_product_list .more_product_pic:before , .index_more_product ul .more_product_list .more_product_text:before{position:absolute;content:"";width:100%;height:75%;left:0;top:10%;background-repeat:no-repeat;background-color:#fff;background-position:center;background-size:cover;}
.index_more_product ul .more_product_list .more_product_pic:before{background-image:url(../img/more_productbg.jpg)}


.index_more_product ul .more_product_list .more_product_text span.category{font-size:24px;color:#414245;display:inline-block;position:relative;margin-top:40px;padding-top:30px;padding-bottom:10px;padding-left:40px;background:url(../img/moreproduct_icon.png)left 34px no-repeat;}
.index_more_product ul .more_product_list .more_product_text a.more_title{position:relative;font-size:36px;color:#101112;display:block;margin-bottom:35px;padding-bottom:30px;}
.index_more_product ul .more_product_list .more_product_text a.more_title:before ,
.index_more_product ul .more_product_list .more_product_text a.more_title:after{position:absolute;content:"";height:2px;bottom:20px;}
.index_more_product ul .more_product_list .more_product_text a.more_title:before{background:#ff0000;width:20px;left:0;}
.index_more_product ul .more_product_list .more_product_text a.more_title:after{width:95%;left:30px;background:#d0d5d8;}
.index_more_product ul li:nth-child(02) .more_product_list .more_product_text a.more_title:before{right:0px;left:auto;}
.index_more_product ul li:nth-child(02) .more_product_list .more_product_text a.more_title:after{right:30px;left:auto;}

.index_more_product ul .more_product_list:hover .more_product_text a.more_title{color:#ff0000;}

.index_more_product ul .more_product_list .more_product_text h5{position:relative;font-size:30px;color:#565659;font-weight:normal;margin-top:30px;padding-top:5px;}
.index_more_product ul .more_product_list .more_product_text p{position:relative;font-size:20px;color:#b9b9b9;letter-spacing:1px;margin-bottom:30px;padding-bottom:30px;}
.index_more_product ul .more_product_list .more_product_text a.check_details{position:relative;font-size:14px;color:#5c5d60;display:inline-block;background:#fff;box-shadow:2px 2px 10px #e8ecf0;padding:5px 40px 5px 20px;border-radius:50px;margin-bottom:50px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.index_more_product ul .more_product_list .more_product_text a.check_details:before{position:absolute;content:"\f105";font-size:20px;right:10px;bottom:1px;font-family:"FontAwesome";transition:all 0.2s ease-in-out;}
.index_more_product ul .more_product_list:hover .more_product_text a.check_details{background:#18191b;color:#fff;}
.index_more_product ul .more_product_list:hover .more_product_text a.check_details:before{right:20px;}

/*---------------index_about_content--------------*/
.index_about_content{width:100%;position:absolute;left:0;bottom:-220px;z-index:999;}
.index_about_content .left_about_profile{position:relative;padding:50px;margin-top:20px;}
.index_about_content .left_about_profile:before{position:absolute;content:"";width:100%;height:100%;background:#fff;left:0;bottom:0;}
.index_about_content .left_about_profile span{font-size:18px;color:#8c8f95;font-family:"Rubik-Regular";position:relative;font-weight: 600;}
.index_about_content .left_about_profile h5{position:relative;font-size:36px;color:#101011;margin-bottom:20px;padding-bottom:20px;font-weight:bold;}
.index_about_content .left_about_profile h5:before{position:absolute;content:"";width:30px;height:2px;background:#101011;left:0;bottom:0;}
.index_about_content .left_about_profile p{position:relative;font-size:16px;color:#74797c;margin-bottom:30px;padding-bottom:30px;line-height:32px;margin-right:30px;}
.index_about_content .left_about_profile a{position:relative;font-size:18px;color:#838388;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;padding-right:30px;}
.index_about_content .about_pic{padding:0;box-shadow:-5px 5px 15px #dfdfdf;position:relative;overflow:hidden;}
.index_about_content .about_pic:before{position:absolute;content:"";width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.3);} 
.index_about_content  button.play_video{position:absolute;width:80px;height:80px;background:none;left:0px;right:0;margin:0 auto;top:40%;border:none;text-align:center;outline:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;padding:10px;box-sizing:border-box;z-index:99;}
.index_about_content  button.play_video img{max-width:100%;}
.index_about_content  button.play_video:hover{-webkit-transform:translateY(-30px);transform:translateY(-30px);}

/*------------------video------------*/
.video_content{position:fixed;top:30%;left:34%;display:none;z-index:9999;}
.video_content .video_box{width:100%;padding:5px;border:2px solid #fff;}
.video_content .close_top{padding-top:30px;text-align:center;position:relative;}
.video_content .close_top:before{position:absolute;content:"";width:2px;height:30px;background:#fff;left:0;right:0;top:0;margin:0 auto;}
.video_content .close_top button#close_video{width:40px;height:40px;border:2px solid #fff;border-radius:50px;background:none;position:relative;outline:none;}
.video_content .close_top button#close_video:before , .video_content .close_top button#close_video:after{position:absolute;content:"";width:17px;height:2px;background:#fff;top:17px;left:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.video_content .close_top button#close_video:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
#close_bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:9998;display:none;}


/*-----------index_news----------------*/
.index_news{background-color:#f3f5f8;width:100%;padding-top:100px;padding-bottom:40px;background-repeat:no-repeat;background-image:url(../img/news_bg.png);background-position:right bottom;}
.index_news .total_title{margin-top:100px;padding-top:100px;}
.index_news .index_news_more{width:100%;border-bottom:1px solid #dae3ef;padding-bottom:20px;margin-bottom:30px;text-align:right;}
.index_news .index_news_more a{font-size:14px;color:#0c0c0d;display:inline-block;padding-right:30px;position:relative;}
.index_news .index_news_more a:before ,
.index_news .index_news_more a:after , 
.index_news .index_news_text a.news_detail:before , 
.index_news .index_news_text a.news_detail:after , 
.inner_news .in_news_box .in_news_text a.news_detail:before,
.inner_news .in_news_box .in_news_text a.news_detail:after,
.index_about_content .left_about_profile a:before ,
.index_about_content .left_about_profile a:after{position:absolute;content:"";width:16px;height:1px;background:#0c0c0d;right:0;top:9px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.index_news .index_news_more a:hover:after , .index_news .index_news_text a.news_detail:hover:after , .index_about_content .left_about_profile:hover a:after , .inner_news .in_news_box:hover .in_news_text a.news_detail:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}

.index_news .indexnews_box{margin-top:20px;padding-top:20px;padding-bottom:20px;margin-bottom:20px;}
.index_news .indexnews_box .owl-item{padding:20px 0;}
.index_news .index_news_pic{padding:0;box-shadow:7px 3px 10px #cdd1d6;position:relative;z-index:99;overflow:hidden;}
.index_news .index_news_text{position:relative;margin-top:20px;padding:50px;z-index:98}
.index_news .index_news_text:before{position:absolute;content:"";width:100%;height:100%;background:#fff;left:0;bottom:0;}
.index_news .index_news_text a.news_title{position:relative;font-size:20px;color:#0f0f10;display:block;margin-top:20px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.index_news .index_news_text a.news_title:before{position:absolute;content:"";width:0px;height:1px;left:0;top:13px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:#ff0000;}
.index_news .index_news_text:hover a.news_title{color:#ff0000;padding-left:40px;}
.index_news .index_news_text:hover a.news_title:before{width:30px;}

.index_news .index_news_text span.news_time{position:relative;font-size:16px;color:#0f0f10;font-family:"Rubik-Regular";}
.index_news .index_news_text p{position:relative;font-size:14px;color:#818388;line-height:30px;margin-top:20px;margin-bottom:10px;padding-top:20px;padding-bottom:40px;border-bottom:1px solid #ebeff3;}
.index_news .index_news_text a.news_detail{position:relative;font-size:14px;color:#0f0f10;display:inline-block;position:relative;padding-right:30px;margin-top:20px;}


.index_news .owl-carousel .owl-nav{display:block;position:absolute;top:-110px;left:0;}
.index_news .owl-carousel .owl-nav .owl-prev , .index_news .owl-carousel .owl-nav .owl-next ,
.inner_about_item.owl-carousel .owl-nav .owl-prev , .inner_about_item.owl-carousel .owl-nav .owl-next ,
.partner_item.owl-carousel .owl-nav .owl-prev , .partner_item.owl-carousel .owl-nav .owl-next
{width:60px;height:40px;background:#fff;font-size:20px;color:#0f0f10;margin-right:15px;outline:none;}
.owl-carousel .owl-nav .owl-prev:hover , .owl-carousel .owl-nav .owl-next:hover{background:#0c0c0d;color:#fff;}

.index_about_content .about_pic img , .index_news .index_news_pic img , .inner_news .in_news_box .in_news_pic img{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.index_about_content .about_pic:hover img , .index_news .index_news_pic:hover img , .inner_news .in_news_box .in_news_pic img:hover{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}


/*----------------foot_content-----------------*/
.foot_content{width:100%;background-color:#12191d;background-image:url(../img/foot_bg.png);background-repeat:no-repeat;background-position:left bottom;padding-top:50px;padding-bottom:40px;}
.foot_content h5.foot_title{font-size:18px;color:#fefeff;font-weight:400;margin-bottom:10px;padding-bottom:10px;padding-top:10px;}
.foot_content .foot_nav_box{padding:0;}
.foot_content .foot_navlist{margin-bottom:15px;}
.foot_content .foot_navlist ul li a{font-size:14px;color:#98989e;display:inline-block;margin-bottom:10px;}
.foot_content .online_customer{position:relative;}
.foot_content .online_customer .customer_box{float:right;padding-right:15px;}
.foot_content .online_customer .customer_box h5{font-size:18px;color:#fefeff;font-weight:bold;padding-top:10px;margin-top:10px;margin-bottom:10px;padding-bottom:10px;padding-left:50px;background:url(../img/message_icon.png)left center no-repeat;}
.foot_content .online_customer .customer_box a{font-size:36px;color:#fff;font-family:"Rubik-Regular";font-weight:500;}
.foot_content .online_customer .customer_box p{font-size:14px;color:#98989e;}
.foot_content .foot_bottom{margin-top:20px;padding-top:40px;border-top:2px solid #1e282d;}
.foot_content .foot_bottom .left_copy img{display:inline-block;margin-bottom:20px;}
.foot_content .foot_bottom .left_copy p{font-size:14px;color:#fff;margin:0;line-height:30px;}
.foot_content .foot_bottom .company_support a{font-size:14px;color:#9e9e9e;}
.foot_content .foot_bottom .foot_contact ul li{font-size:14px;color:#98989e;line-height:30px;padding-left:20px;position:relative;}
.foot_content .foot_bottom .foot_contact ul li:before , .foot_content .foot_bottom .foot_contact ul li:after{position:absolute;content:"";width:10px;height:1px;background:#fff;left:0;top:15px;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
.foot_content .foot_bottom .foot_contact ul li:hover , .foot_content .foot_navlist ul li a:hover{color:#fff;}
.foot_content .foot_bottom .foot_contact ul li:hover:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}

.foot_content .foot_bottom .foot_follow{position:relative;}
.foot_content .foot_bottom .foot_follow .follow_box{float:right;}
.foot_content .foot_bottom .foot_follow .follow_box ul{margin-top:15px;padding-top:5px;}
.foot_content .foot_bottom .foot_follow .follow_box ul li{display:inline-block;padding:16px 30px;background:#1c252a;text-align:center;color:#fff;cursor:pointer;position:relative;}
.foot_content .foot_bottom .foot_follow .follow_box ul li span{font-size:30px;}
.foot_content .foot_bottom .foot_follow .follow_box ul li p{font-size:18px;margin-top:10px;}
.foot_content .foot_bottom .foot_follow .follow_box ul li a{color:#fff;}
.foot_content .foot_bottom .foot_follow .follow_box ul li .fllow_hide{display:none;position:absolute;top:-175px;right:0;}
.foot_content .foot_bottom .foot_follow .follow_box ul li .fllow_hide:before{position:absolute;content:"";width:30px;height:30px;background:#fff;left:0;bottom:-10px;right:0;margin:0 auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.foot_content .foot_bottom .foot_follow .follow_box ul li .fllow_hide img{position:relative;}

/*-------------------inner_banner------------*/
.inner_banner{width:100%;position:relative;z-index:999;}
.inner_banner .banner_box{width:100%;position:absolute;bottom:-35px;left:0;padding:0 30px;}
.tech_banner .banner_box{bottom:10px;}
.inner_banner .banner_box .inner_bread{margin-bottom:15px;width:100%;font-size:14px;}
.inner_banner .banner_box .inner_bread span.bread_title{color:#787c81;display:inline-block;padding-top:5px;padding-bottom:5px;padding-left:20px;position:relative;}
.inner_banner .banner_box .inner_bread span.bread_title:before{position:absolute;content:"\f041";font-family:"FontAwesome";left:0;top:2px;font-size:20px;}
.inner_banner .banner_box .inner_bread a{color:#787c81;display:inline-block;position:relative;padding-right:15px;margin-right:5px;}
.inner_banner .banner_box .inner_bread a:before{position:absolute;content:"\f105";font-family:"FontAwesome";right:0;top:0;}
.inner_banner .banner_box .inner_bread a:last-child:before{display:none;}
.inner_banner .banner_box .inner_bread a:hover , .inner_banner .banner_box .inner_bread span.bread_title:hover{color:#ff0000;}

/*----------.inner_nav--------------*/
.inner_banner .banner_box .inner_nav{background:#fff;box-shadow:3px 5px 10px #e9ecf1;position:relative;}
.inner_banner .banner_box .inner_nav ul{margin:0;}
.inner_banner .banner_box .inner_nav ul li{display:inline-block;}
.inner_banner .banner_box .inner_nav ul li a{display:inline-block;font-size:16px;color:#5f6368;padding:25px 30px;position:relative;}
.inner_banner .banner_box .inner_nav ul li a:before{position:absolute;width:0px;height:2px;left:0;right:0;bottom:0;margin:0 auto;content:"";background:#ff0000;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_banner .banner_box .inner_nav ul li.active a , .inner_banner .banner_box .inner_nav ul li a:hover{color:#ff0000;}
.inner_banner .banner_box .inner_nav ul li a:hover:before ,
.inner_banner .banner_box .inner_nav ul li.active a:before{width:30px;}

/*-----------inner_content------------*/
.inner_content{background:#f3f5f8;width:100%;padding:0;}
.inner_content .inner_title{width:100%;margin-bottom:30px;}
.inner_content .inner_title span{display:block;color:#eaedf1;font-size:52px;font-family:"Rubik-Regular";font-weight:700;line-height:46px;position:relative;}
.inner_content .inner_title span:last-child:before{position:absolute;content:"";width:100px;height:1px;background:#d6dbe3;left:100px;top:24px;color:#eaedf1;}
.inner_total_title{text-align:left;}
.inner_total_title h5{font-size:24px;}

/*----------------inner_about-------------*/
.inner_about{padding-top:100px;padding-left:15px;padding-right:15px;padding-bottom:60px;position:relative;}
.inner_about:before{position:absolute;content:"";width:45%;height:100%;right:0;top:0;background:#efe8e1;}
.inner_about .inabout_box{background:#fff;padding:40px;}

.inner_about .inabout_box .about_text h5{font-size:20px;font-weight:bold;color:#151748;margin-bottom:30px;}
.inner_about .inabout_box .about_text p{font-size:14px;color:#75757a;line-height:30px;margin-bottom:15px;font-weight:500;}
.inner_about .inabout_box .about_text a , .history_box .history_text a{font-size:14px;color:#38393d;display:inline-block;margin-top:15px;font-weight:bold;position:relative;padding-right:30px;}
.inner_about .inabout_box .about_text a:before , .inner_about .inabout_box .about_text a:after , .history_box .history_text a:before ,.history_box .history_text a:after{position:absolute;content:"";width:18px;height:1px;background:#38393d;right:0;top:9px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_about .inabout_box .about_text a:hover:after , .history_box .history_text a:hover:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.inner_about .right_pic{position:relative;}
.inner_about_item.owl-carousel .owl-nav{margin-top:15px;}

/*---------.culture_content-------------*/
.culture_content{width:100%;background:url(../img/culture_bg.jpg)center no-repeat;padding:50px 15px 20px 15px;background-size:cover}
.culture_content .culture_box{margin-top:20px;width:100%;display:flex;justify-content:center;flex-wrap: wrap}
.culture_content .culture_box .culture_main{}
.culture_content .culture_box .culture_title{text-align:left;padding-right:20px;margin-top:0;}
.culture_content .culture_box .culture_title p{font-size:14px;color:#606265;margin-top:30px;line-height:30px;}
.culture_content .culture_box .culture_list{padding:30px;background:rgba(255,255,255,0.6);margin-bottom:30px;position:relative;overflow:hidden;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;height: calc( 100% - 30px )}
.culture_content .culture_box .culture_list:before{position:absolute;content:"";width:30px;height:30px;background:#ff0000;left:-15px;top:-15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.culture_content .culture_box .culture_list img{display:inline-block;height:36px;margin-bottom:20px;}
.culture_content .culture_box .culture_list h5{font-size:20px;color:#0c0d0d;margin-bottom:30px;font-weight:500;}
.culture_content .culture_box .culture_list p{font-size:16px;color:#55595e;margin-bottom:0px;}
.culture_content .culture_box .culture_list:hover{box-shadow:3px 5px 15px #e1e6ee;background:#fff;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
.culture_content .culture_box .culture_list:hover:before{opacity:1;}

/*------------partner_content----------------*/
.partner_content{width:100%;margin-top:20px;margin-bottom:30px;}
.partner_content .partner_title{padding:5px 15px;margin-bottom:20px;position:relative;z-index:90;}
.partner_content .partner_box{margin-bottom:30px;position:relative;z-index:999;}
.partner_content .partner_item .owl-item{padding:15px 10px;}
.partner_content .partner_item .owl-item .news_list{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.partner_content .partner_item .partner_pic img{-webkit-filter:grayscale(0);-moz-filter:grayscale(0); -ms-filter:grayscale(0);filter:grayscale(0);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.partner_item.owl-carousel .owl-nav{display:block;position:absolute;top:-80px;right:0;z-index:99;}

.partner_content .partner_item .partner_pic:hover img{-webkit-filter:grayscale(1.0);-moz-filter:grayscale(1.0); -ms-filter:grayscale(1.0);filter:grayscale(1.0);}
.partner_content .partner_item .owl-item .news_list:hover{-webkit-transform:translateY(-20px);transform:translateY(-20px);box-shadow:3px 5px 15px #e1e6ee;}

/*------------------inner_contact-----------------*/
.inner_contact{width:100%;position:relative;margin-bottom:100px;padding-bottom:240px;}
.inner_contact .contact_content{position:absolute;width:100%;left:0;bottom:-60px;}
.inner_contact .contact_content .contact_box{background:#fff;padding:50px;box-shadow:3px 5px 15px #e9ecf1;}
.inner_contact .contact_content .contact_profile{padding-right:40px;}
.inner_contact .contact_content .contact_profile h5{font-size:20px;color:#151748;font-weight:bold;margin:20px 0;padding:10px 0;}
.inner_contact .contact_content .contact_profile p{font-size:14px;color:#75757a;margin:0;font-weight:500;line-height:30px;}
.inner_contact .contact_content .contact_text ul li , .merchants_contact .contact_text ul li{width:100%;font-size:16px;color:#525558;margin:0;line-height:60px;background-image:url(../img/contact_icon.png);background-repeat:no-repeat;padding-left:50px;}
.inner_contact .contact_content .contact_text ul li:nth-child(01) , 
.merchants_contact .contact_text ul li:nth-child(01){background-position:0 16px;}
.inner_contact .contact_content .contact_text ul li:nth-child(02) , 
.merchants_contact .contact_text ul li:nth-child(02){background-position:0 -50px;}
.inner_contact .contact_content .contact_text ul li:nth-child(03) ,
.merchants_contact .contact_text ul li:nth-child(03){background-position:0 -117px;}
.inner_contact .contact_content .contact_text ul li:nth-child(04) ,
.merchants_contact .contact_text ul li:nth-child(04){background-position:0 -184px;}
.inner_contact .contact_content .contact_text ul li:nth-child(05) , 
.merchants_contact .contact_text ul li:nth-child(05){background-position:0 -252px;}


/*---------------inner_recommend----------------*/
.inner_recommend{width:100%;background:#fff;padding-top:30px;padding-bottom:30px;position:relative;}
.inner_recommend:before{position:absolute;content:"";width:100%;height:170px;background:#f3f5f8;left:0;top:0;}
.inner_recommend .total_title:before{position:absolute;content:"";width:30px;height:30px;background:#f3f5f8;left:0;bottom:-40px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}

.recommend_news .r_newsbox{padding-top:50px;margin-top:50px;}
.recommend_news .r_newsbox li{padding-left:0;padding-right:30px;}
.recommend_news .r_newsbox .r_newslist{margin-bottom:20px;padding-bottom:15px;}
.recommend_news .r_newsbox .r_newslist span.news_time{font-size:14px;color:#a2a2a5;font-family:"Rubik-Regular";float:right;}
.recommend_news .r_newsbox .r_newslist a.latest_news_title{display:block;font-size:16px;color:#161619;font-weight:500;margin:5px 0;}
.recommend_news .r_newsbox .r_newslist a.check_detail{font-size:14px;color:#424446;display:inline-block;}
.recommend_news .r_newsbox .r_newslist p{font-size:14px;color:#999a9d;line-height:24px;border-bottom:1px solid #d5dadf;padding-bottom:8px;margin-bottom:15px;height:50px;}
.recommend_news .r_newsbox .r_newslist a:hover{color:#ff0000;}

.r_productitem{margin-top:30px;padding-top:30px;}
.r_productitem .owl-item{padding-left:15px;padding-right:15px;padding-bottom:30px;padding-top:15px;}
.r_productitem .owl-item .r_productlist{position:relative;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.r_productitem .owl-item .r_productlist .r_producttext{position:absolute;top:10px;left:15px;}
.r_productitem .owl-item .r_productlist .r_producttext a{display:block;font-size:18px;color:#3e3f41;font-weight:500;position:relative;}
/* .r_productitem .owl-item .r_productlist .r_producttext a:before{position:absolute;content:"";width:30px;height:1px;background:#3e3f41;left:95px;top:10px;} */
.r_productitem .owl-item .r_productlist .r_partnerpic{overflow:hidden;}
.r_productitem .owl-item .r_productlist .r_partnerpic img{max-width:100%;width:auto;display:inline-block;}
.r_productitem .owl-item .r_productlist:hover{box-shadow:5px 5px 12px #c5d1f5;}
.r_productitem.owl-carousel .owl-nav{display:block;position:absolute;top:-70px;right:10px;text-align:right;width:100%;}
.r_productitem.owl-carousel .owl-nav .owl-prev , .r_productitem.owl-carousel .owl-nav .owl-next{width:40px;height:30px;text-align:center;background:#2c377e;color:#fff;font-size:20px;margin-right:5px;outline:none;}
.r_productitem.owl-carousel .owl-nav .owl-prev:hover , .r_productitem.owl-carousel .owl-nav .owl-next:hover{background:#515fba;}

/*----------inner_honor--------------------*/
.inner_honor{margin-top:30px;padding-top:40px;}
.inner_honor .honor_box{margin-top:20px;padding-top:20px;}
.inner_honor .honor_box li{margin-bottom:30px;}
.inner_honor .honor_box li .honor_list{border:10px solid #fff;position:relative;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_honor .honor_box li .honor_list span.honor_title{position:absolute;bottom:0px;left:0;width:100%;font-size:16px;color:#18191b;background:rgba(255,255,255,0.9);padding:15px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;opacity:0;cursor:pointer;}
.inner_honor .honor_box li .honor_list span.honor_title img{float:right;max-width:100%;}
.inner_honor .honor_box li .honor_list:hover{box-shadow:4px 5px 10px #e0e7f0;}
.inner_honor .honor_box li .honor_list:hover span.honor_title{-webkit-transform:translateY(-50px);transform:translateY(-50px);opacity:1;}

/*------------inner_page------------*/
.inner_page{text-align:center;width:100%;margin-top:20px;padding-top:20px;}
.inner_page ul li{display:inline-block;margin:0 5px;}
.inner_page ul li a{font-size:18px;color:#2f3032;font-weight:600;font-family:"Rubik-Regular";display:inline-block;background:#fff;width:50px;height:40px;line-height:40px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
/* .inner_page ul li img{vertical-align:inherit;} */

.inner_page ul li a:hover,.inner_page ul .active a{background:#f44343;color:#fff;}

/*------------inner_news---------------*/
.inner_news{margin-top:50px;padding-top:50px;}
.inner_news .in_news_box{margin-top:20px;padding-top:20px;padding-bottom:20px;margin-bottom:20px;}
.inner_news .in_news_box li{margin-bottom:50px;padding-bottom:10px;}
.inner_news .in_news_box .in_news_pic{padding:0;box-shadow:-7px 3px 10px #cdd1d6;position:relative;z-index:99;overflow:hidden;}
.inner_news .in_news_box .in_news_text{position:relative;margin-top:24px;padding:50px;z-index:98}
.inner_news .in_news_box .in_news_text:before{position:absolute;content:"";width:100%;height:100%;background:#fff;left:0;bottom:0;}
.inner_news .in_news_box .in_news_text a.news_title{position:relative;font-size:20px;color:#0f0f10;display:block;margin-top:20px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.inner_news .in_news_box .in_news_text a.news_title:before{position:absolute;content:"";width:0px;height:1px;left:0;top:13px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;background:#ff0000;}
.inner_news .in_news_box .in_news_text:hover a.news_title{color:#ff0000;padding-left:40px;}
.inner_news .in_news_box .in_news_text:hover a.news_title:before{width:30px;}

.inner_news .in_news_box .in_news_text span.news_time{position:relative;font-size:16px;color:#0f0f10;font-family: "Rubik-Regular";}
.inner_news .in_news_box .in_news_text p{position:relative;font-size:14px;color:#818388;line-height:30px;margin-top:20px;margin-bottom:10px;padding-top:20px;padding-bottom:40px;border-bottom:1px solid #ebeff3;}
.inner_news .in_news_box .in_news_text a.news_detail{position:relative;font-size:14px;color:#0f0f10;display:inline-block;position:relative;padding-right:30px;margin-top:20px;}

/*-------------------------details_box-------------*/
.details_box{background:#fff;padding:50px;}
.details_box .detail_title{text-align:center;width:100%;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eceff2;position:relative;}
.details_box .detail_title:before{position:absolute;content:"";width:50px;height:1px;background:#ff0000;left:0;right:0;bottom:-1px;margin:0 auto;}
.details_box .detail_title h5{font-size:24px;color:#0f0f10;}
.details_box .detail_title span.details_time{font-size:16px;color:#0f0f10;font-family: "Rubik-Regular";}
.details_box .details_text{margin-top:20px;padding-top:5px;width:100%;margin-bottom:10px;padding-bottom:10px;}
.details_box .details_text img{display:inline-block;max-width:100%;height:auto!important;}
.details_box .details_text p{font-size:14px;color:#3b3d41;margin-top:15px;line-height:30px;text-indent:2em;}
.details_box .more_info , .product_details .more_info{margin-top:20px;padding-top:30px;border-top:1px solid #e8eaed;}
.details_box .more_info p , .product_details .more_info p{font-size:16px;color:#6c6e72;}
.details_box .more_info a , .product_details .more_info a{color:#6c6e72;}
.details_box .more_info a:hover , .product_details .more_info a:hover{color:#0e0e0f;}

/*---------------inner_job---------------*/
.inner_job{padding:30px 15px;width:100%;margin-top:50px;}
.inner_job .job_content{width:100%;background:#fff;padding:0px 30px 20px 30px;}
.inner_job  .job_title{background:#f8f9fa;padding:25px;}
.inner_job  .job_title span{font-size:18px;color:#1f2226;font-weight:500;display:inline-block;width:16%;text-align:center;border-right:1px solid #e3e7ee;}
.inner_job  .job_title span:last-child{border-right:none;}
.inner_job .job_content .panel-default{border:none;margin:0;box-shadow:none;border-bottom:1px solid #e3e7ee;}
.inner_job .job_content .panel-default>.panel-heading{border:none;background:#fff;padding:0;}
.inner_job .job_content .panel-default>.panel-heading a{display:block;font-size:14px;color:#36373b;padding:20px 0}
.inner_job .job_content .panel-default>.panel-heading span{display:inline-block;width:16%;text-align:center;position:relative;border-right:1px solid #e3e7ee;}
.inner_job .job_content .panel-default>.panel-heading span.open_bar:before , .inner_job .job_content .panel-default>.panel-heading span.open_bar:after{position:absolute;width:16px;height:2px;background:#b7b9bd;content:"";right:0;left:0;top:-5px;margin:0 auto;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_job .job_content .panel-default>.panel-heading .collapsed span.open_bar:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.inner_job .job_content .panel-default .panel-collapse>.panel-body{border:none;}
.inner_job .job_content .panel-default .panel-collapse{background:#f8f9fa;padding:20px;}
.inner_job .job_content .job_box{padding:0 40px;}
.inner_job .job_content .job_box h5{font-size:18px;color:#0f0f10;font-weight:bold;margin-bottom:15px;padding-bottom:5px;}
.inner_job .job_content .job_box ul p{font-size:14px;color:#3b3d41;line-height:30px;margin:0}
.inner_job .job_content .apply{width:100%;padding:0 40px;margin-top:20px;}
.inner_job .job_content .apply a{display:inline-block;padding:5px 40px 5px 10px;color:#fff;font-size:14px;background:#f44343;border-radius:50px;position:relative;}
.inner_job .job_content .apply a:before{position:absolute;content:"";width:10px;height:10px;border-right:2px solid #fff;border-top:2px solid #fff;right:12px;top:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.inner_job .job_content .apply a:after{position:absolute;content:"";width:14px;height:2px;background:#fff;right:13px;top:14px;}

/*------------------inner_merchants----------------*/
.inner_merchants{width:100%;margin-top:0px;padding:30px 15px 0 15px;}
.inner_merchants .merchants_box{width:100%;padding:40px 15px;}
.inner_merchants .merchants_box img{max-width:100%;height:auto!important}
.inner_merchants .merchants_box .merchants_title{width:100%;margin-top:30px;padding-top:10px;text-align:center;margin-bottom:30px;padding-bottom:20px;}
.inner_merchants .merchants_box .merchants_title span{font-size:24px;color:#151719;background:#fff;display:inline-block;padding:5px 30px;border-radius:50px;box-shadow:3px 5px 10px #fde3e3;}
.inner_merchants .merchants_box .merchants_text li{width:100%;border-bottom:1px solid #e1e5ec;padding-bottom:20px;margin-bottom:30px;}
.inner_merchants .merchants_box .merchants_text li h5 , .inner_merchants .merchants_box .merchants_contact h5{font-size:20px;color:#151719;border-left:2px solid #ff0000;padding-left:15px;margin-bottom:20px;font-weight:bold;}
.inner_merchants .merchants_box .merchants_text li p{font-size:14px;color:#66686a;line-height:30px;margin-top:15px;margin-bottom:10px}

.inner_merchants .merchants_box .merchants_contact{width:100%;margin-top:30px;margin-bottom:20px;padding:10px 0;}
.inner_merchants .merchants_box .merchants_contact .contact_text ,
.inner_merchants .merchants_box .merchants_contact .right_ewm{padding-top:0px;margin-bottom:70px;}
.inner_merchants .merchants_box .merchants_contact .right_ewm p{font-size:18px;color:#25282b;padding-left:30px;}

/*-----------------history_box-----------------*/
.advantage_box{padding:15px;}
.history_box{position:relative;padding:20px 40px;z-index:99;}
.history_box:before{position:absolute;content:"";width:100%;height:113%;background:#fff;left:0;top:-32px;    box-shadow:5px 4px 15px #dfe0e4;}
.history_box .history_text{position:relative;}
.history_box .history_text h5{font-size:20px;color:#151748;font-weight:bold;padding-bottom:10px;margin-bottom:10px;}
.history_box .history_text p{font-size:14px;color:#75757a;font-weight:500;line-height:30px;}

.history_pic{padding:0;z-index:98;margin-bottom:0px;}

.history_timeline{padding:0 30px;}
.history_list{background:#fff;padding:30px 0;margin-bottom:30px;}

/*------------inner_product---------------*/
.inner_product{padding-top:50px;}

/*-----------.in_product_nav-----------*/
.in_product_nav{background:#fff;padding:0;box-shadow: 3px 3px 8px #dde2eb;z-index:999;position:relative;}
.in_product_nav .productnav_title{background:#e63a3a;padding:10px 15px;}
.in_product_nav .productnav_title h5{font-size:24px;color:#fff;margin:5px 0;padding:2px 0px 2px 50px;background:url(../img/product_icon.png)left center no-repeat;position:relative;}
.in_product_nav .productnav_title h5:before{position:absolute;width:20px;height:18px;content:"";background-image:url(../img/right_arrow.png);background-repeat:no-repeat;background-position:-53px 0px;right:10px;top:5px;}
.in_product_nav .productnav_list .first_item{margin:0;}
.in_product_nav .productnav_list .first_item>li{position:relative;}
.in_product_nav .productnav_list .first_item>li.item_title{font-size:18px;color:#2f3641;font-weight:500;border-bottom:1px solid #e9ecf1;padding:12px 20px 12px 40px;margin-top:1px;border-top:1px solid #e9ecf1;position:relative;}
.in_product_nav .productnav_list .first_item>li.item_title:before{position:absolute;right:0;top:0;content:"";width:65px;height:100%;border-left:1px solid #e9ecf1;background-image:url(../img/right_arrow.png);background-repeat:no-repeat;background-position:22px 14px;}
.in_product_nav .productnav_list .first_item>li.dropdown_list>a.dropdown_title{font-size:14px;color:#5b5b61;padding:12px 20px 12px 40px;display:block;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border-left:2px solid #fff;position:relative;margin-bottom:1px;}
.in_product_nav .productnav_list .first_item>li.dropdown_list>a.dropdown_title .fa{float:right;margin-top:-4px;display: inline-block;font-size:26px;margin-right:7px;color:#c2ccdc;;}
.in_product_nav .productnav_list .first_item>li.dropdown_list.active>a.dropdown_title , .in_product_nav .productnav_list .first_item>li.dropdown_list:hover>a.dropdown_title{border-color:#f83535;background:#f3f5f8;color:#e63a3a;}
.in_product_nav .productnav_list .first_item>li.dropdown_list.active>a.dropdown_title .fa, .in_product_nav .productnav_list .first_item>li.dropdown_list:hover>a.dropdown_title .fa{color:#e63a3a;}

.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav{position:absolute;right:-230px;top:0;min-width:226px;background:#fff;display:none;box-shadow:2px 3px 5px #dde2eb;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav h5{font-size:14px;color:#1f2226;font-weight:900;padding:8px 10px 12px 20px;border-bottom:1px solid #e9ecf1;position:relative;margin-bottom:0;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav h5:before{position:absolute;content:"";width:20px;height:1px;left:20px;bottom:-1px;background:#1f2226;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav li a{font-size:14px;color:#333435;display:block;border-bottom:1px solid #e9ecf1;padding:8px 10px 8px 30px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;position:relative;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav li a:before{position:absolute;content:"";width:14px;height:14px;left:0px;top:11px;background-image:url(../img/right_arrow.png);background-repeat:no-repeat;    background-position:-110px -3px;opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav li a:hover{background:#f3f5f8;color:#e63a3a;padding-left:40px;}
.in_product_nav .productnav_list .first_item>li.dropdown_list .dropdown_nav li a:hover:before{left:20px;opacity:1;}

.product_search{border-bottom:1px solid #e9ecf1;height:50px;border-top:1px solid #e9ecf1;margin-bottom:5px;}
.product_search input{border:none;height:100%;width:78%;padding:5px 5px 5px 20px;box-sizing:border-box;outline:none;}
.product_search button.s_button{height:50px;border-top:none;border-right:none;border-bottom:none;width:65px;background:none;border-left:1px solid #e9ecf1;float:right;outline:none;font-size:24px;color:#1f1f21;}

/*---------------product_content----------------*/
.product_content , .tech_content{padding:0;z-index:98;position:relative;}
.product_content ul li .in_product_list{position:relative;overflow:hidden;margin-bottom:30px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.product_content ul li .in_product_list a.inproduct_title{position:absolute;bottom:-70px;left:0;width:100%;background:#e63a3a;padding:12px 15px;font-size:18px;color:#fff;opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.product_content ul li .in_product_list a.inproduct_title:before{position:absolute;content:"";bottom:18px;right:20px;width:12px;height:12px;border-right:2px solid #fff;border-top:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.product_content ul li .in_product_list a.inproduct_title:after{position:absolute;content:"";bottom:23px;right:20px;width:20px;height:2px;background:#fff;}
.product_content ul li .in_product_list:hover a.inproduct_title{-webkit-transform:translateY(-70px);transform:translateY(-70px);opacity:1;}
.product_content ul li .in_product_list:hover{box-shadow:3px 4px 10px #e1dbd3;}

/*----------------tech_content-----------------*/
.tech_content .tech_list{width:100%;position:relative;margin-bottom:30px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.tech_content .tech_list .tech_pic{width:100%;position:relative;overflow:hidden;}
.tech_content .tech_list .tech_pic a{position:absolute;height:100%;width:100%;justify-content:center;align-items:center;display:-ms-flexbox;display:flex;top:-50px;opacity:0;flex-direction:column;left:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;z-index:9999;background:rgba(0,0,0,0.3)}
.tech_content .tech_list .tech_pic a img{-webkit-filter: brightness(9.0);-moz-filter: brightness(9.0);-ms-filter: brightness(9.0);filter: brightness(9.0);height:50px;}
.tech_content .tech_list:hover .tech_pic a{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:1;}
.tech_content .tech_list .tevh_text{background:#fff;padding:10px 15px;}
.tech_content .tech_list .tevh_text a{font-size:18px;color:#18191b;display:inline-block;margin-top:10px;}
.tech_content .tech_list .tevh_text p{font-size:14px;color:#7a7c81;}
.tech_content .tech_list:hover{box-shadow:2px 3px 15px #dfe6ef;}


/*--------------document_box---------------*/
.document_box{padding:0 10px;}
.document_box ul{background:#fff;padding:30px;}
.document_box li .document_list{position:relative;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #ebeef2;}
.document_box li .document_list a.document_title{font-size:18px;color:#56585c;display:inline-block;margin-bottom:10px;position:relative;}
.document_box li .document_list a.document_title:before{position:absolute;content:"";width:2px;height:0%;left:-30px;top:0;background:#e63a3a;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.document_box li .document_list a.check_detail{font-size:14px;color:#3d4045;float:right;background:#f3f5f8;padding:5px 25px;border-radius:50px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.document_box li .document_list span.time{font-size:14px;color:#8b8d8f;display:block;font-family:'Rubik', sans-serif;}

.document_box li .document_list:hover a.document_title{color:#e63a3a;}
.document_box li .document_list:hover a.document_title:before{height:100%;}
.document_box li .document_list a.check_detail:hover{background:#e63a3a;color:#fff;}

/*----------------product_details----------------*/
.product_details{padding:40px 30px;background:#fff;}
.product_details .details_top .d_top_text{padding-top:50px;padding-left:40px;}
.product_details .details_top .d_top_text h5{font-size:30px;color:#17181a;border-bottom:1px solid #e8eaed;padding-bottom:20px;position:relative;margin-bottom:30px;margin-top:30px;}
.product_details .details_top .d_top_text h5:before{position:absolute;width:30px;height:1px;left:0;bottom:-1px;content:"";background:#ff0000;}
.product_details .details_top .d_top_text p{font-size:16px;color:#75757a;line-height:30px;margin-bottom:5px;}
.product_details .details_top .d_top_text a{font-size:14px;color:#2b2d2f;display:inline-block;position:relative;padding:8px 36px 8px 10px;margin-right:30px;box-shadow:1px 2px 5px #e2e3e5;border-radius:50px;margin-top:20px;}
.product_details .details_top .d_top_text a:before , .product_details .details_top .d_top_text a:after{position:absolute;content:"";width:12px;height:1px;background:#2b2d2f;right:10px;top:17px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.product_details .details_top .d_top_text a:hover:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.product_details .details_top .d_top_text a.shop{background:#ed3f3f;color:#fff;box-shadow:1px 2px 10px #facaca;}
.product_details .details_top .d_top_text a.shop:before , .product_details .details_top .d_top_text a.shop:after{background:#fff;}

.product_details .details_main{width:100%;margin-top:30px;}
.product_details .details_main .nav-tabs{border:none;text-align:center;position:relative;display:flex;justify-content: center;align-items:center;margin-bottom:30px;margin-top:40px;}
.product_details .details_main .nav-tabs:before{position:absolute;content:"";width:100%;height:1px;background:#e8eaed;left:0;top:20px;}
.product_details .details_main .nav-tabs li{border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed;border-right:1px solid #e8eaed;margin:0;background:#fff;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.product_details .details_main .nav-tabs li:nth-child(01){border-left:1px solid #e8eaed;}
.product_details .details_main .nav-tabs li a{font-size:16px;color:#5f6265;display:inline-block;border:none;padding:8px 20px;border-radius:0;background:none;}
.product_details .details_main .nav-tabs li.active>a, .product_details .details_main .nav-tabs>li.active:hover>a, .product_details .details_main .nav-tabs>li.active>a:hover , .product_details .details_main .nav-tabs li:hover>a{color:#fff;}
.product_details .details_main .nav-tabs li.active , .product_details .details_main .nav-tabs>li.active:hover , .product_details .details_main .nav-tabs>li:hover{background:#ed3f3f;color:#fff;}

.product_details .details_main .main_text{width:80%;margin:0 auto;text-align:center;padding-top:20px;}
.product_details .details_main .main_text h5{font-size:30px;color:#17181a;margin-top:20px;margin-bottom:20px;}
.product_details .details_main .main_text img{display:inline-block;margin-bottom:20px;}
.product_details .details_main .main_text p{font-size:16px;color:#75757a;margin-bottom:10px;line-height:32px;}

.product_details .details_top .owl_details_pic .owl-nav{display:block;}
.product_details .details_top .owl_details_pic .owl-nav .owl-prev , .product_details .details_top .owl_details_pic .owl-nav .owl-next{position:absolute;top:42%;left:20px;width:46px;height:46px;color:#fff;border:2px solid #fff;border-radius:50px;font-size:24px;outline:none;background:rgba(0,0,0,0.1)} 
.product_details .details_top .owl_details_pic .owl-nav .owl-next{left:auto;right:20px;}


.flow_wrap{display:flex;flex-flow:wrap}
.overflow_text{overflow:hidden;text-overflow: ellipsis;}







