﻿
@import "webfont.css";
body{font-family: "poppins", "siyuan", sans-serif;font-size:12px;font-weight:normal;color:#666;margin:0px;padding:0px; background:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);}

p,form,h1,h2,h3,h4,h5,h6,input,dl,dd,table,td,input,ul,li{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6{ font-weight:normal}
ul,ol{margin:0px;padding:0px;list-style-type:none;}
img{border:none; -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ 
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;}
li{ list-style:none}
a{color:#666;text-decoration:none;-webkit-transition:all ease-in-out 200ms;transition:all ease-in-out 200ms;}
a:link{
    text-decoration:none;outline: none;
     /* 指正常的未被访问过的链接*/
}
a:visited{
    text-decoration:none;outline: none;
     /*指已经访问过的链接*/
}a:hover{
     text-decoration:none;outline: none;
     /*指鼠标在链接*/
}
a:active{
    text-decoration:none;outline: none;
    /* 指正在点的链接*/
}
.clear{clear:both;}
input,button,textarea{outline: none;border:none;}
.content{width: 1200px;margin: 0 auto;}
.fl_l{float: left;}
.fl_r{float: right;}
@font-face {
  font-family: 'lsfont';  /* project id 752944 */
  src: url('../font/font_752944_1rcgq51t13a.eot');
  src: url('../font/font_752944_1rcgq51t13a.eot') format('embedded-opentype'),
  url('../font/font_752944_1rcgq51t13a.woff') format('woff'),
  url('../font/font_752944_1rcgq51t13a.ttf') format('truetype'),
  url('../font/font_752944_1rcgq51t13a.svg') format('svg');
}
.iconfont{font-family:"lsfont" !important;font-size:30px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}


/*导航*/
.offcanvas #page:after {-webkit-transition: 2s;-o-transition: 2s;transition: 2s;position: absolute;top: 0;right: 0;bottom: 0;left: 0;
z-index: 101;background: rgba(0, 0, 0, 0.7);content: "";}

#gtco-offcanvas {position: absolute;position: fixed;z-index: 1901;
width: 440px;background:rgba(0,0,0,0.9);top: 0;right: 0;top: 0;bottom: 0;padding: 45px 0; text-align:center; height:100%; 
/*overflow-y: auto;*/display: none;-moz-transform: translateX(440px);-webkit-transform: translateX(440px);-ms-transform: translateX(440px);
-o-transform: translateX(440px);transform: translateX(440px);-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
#gtco-offcanvas {display: block;display:table;}

.offcanvas #gtco-offcanvas {-moz-transform: translateX(0px);-webkit-transform: translateX(0px);-ms-transform: translateX(0px);-o-transform: translateX(0px);transform: translateX(0px);}
#gtco-offcanvas ul li a {color:#666; font-size:24px; line-height:80px;transition:all .4s cubic-bezier(.4,0,.2,1);}

#gtco-offcanvas ul {padding: 0 95px;margin: 0;  vertical-align: middle;display: table-cell;}
#gtco-offcanvas ul li {padding: 0;margin: 0;list-style: none;padding-left: 50px;text-align: left;transition:all .4s cubic-bezier(.4,0,.2,1)}
#gtco-offcanvas ul li.icon1{background: url(../image/nav1.png) no-repeat center left;}
#gtco-offcanvas ul li.icon2{background: url(../image/nav2.png) no-repeat center left;}
#gtco-offcanvas ul li.icon3{background: url(../image/nav3.png) no-repeat center left;}
#gtco-offcanvas ul li.icon4{background: url(../image/nav4.png) no-repeat center left;}
#gtco-offcanvas ul li.icon5{background: url(../image/nav5.png) no-repeat center left;}
#gtco-offcanvas ul li.icon6{background: url(../image/nav6.png) no-repeat center left;}
#gtco-offcanvas ul li.icon7{background: url(../image/nav7.png) no-repeat center left;}

#gtco-offcanvas ul li.icon1:hover{background: url(../image/nav1_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon2:hover{background: url(../image/nav2_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon3:hover{background: url(../image/nav3_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon4:hover{background: url(../image/nav4_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon5:hover{background: url(../image/nav5_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon6:hover{background: url(../image/nav6_hover.png) no-repeat center left;}
#gtco-offcanvas ul li.icon7:hover{background: url(../image/nav7_hover.png) no-repeat center left;}
#gtco-offcanvas ul li:hover a{transition:all .4s cubic-bezier(.4,0,.2,1);color: #fff;}
#gtco-offcanvas ul li:hover {transition:all .4s cubic-bezier(.4,0,.2,1);}
#gtco-offcanvas ul li > ul {padding-left: 20px;display: none;}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {display: block;position: relative;}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {position: absolute;right: 0px;font-family: 'icomoon';speak: none;font-style: normal;
font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;
/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
content: "\e921";font-size: 20px;color: rgba(255, 255, 255, 0.2);-webkit-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {-webkit-transform: rotate(-180deg);-moz-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-o-transform: rotate(-180deg);transform: rotate(-180deg);}

.gtco-container {
    position: relative;
    margin: 0 50px;
    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gtco-nav {position: fixed;margin: 0;padding: 0;width: 100%;z-index: 100;transition: 0.3s;padding:25px 0;}

@media screen and (max-width: 768px) {

.gtco-nav ul{ display:block}
}

@media screen and (max-width: 768px) {
.gtco-nav .menu-1, .gtco-nav .menu-2 {display: none;}
}

.gtco-nav ul li.has-dropdown {position: relative;}
.gtco-nav ul li.has-dropdown .dropdown {width: 130px;-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);z-index: 1002;visibility: hidden;opacity: 0;position: absolute;top: 40px;left: 0;text-align: left;background: #fff;
padding: 20px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;-webkit-transition: 0s;-o-transition: 0s;transition: 0s;}
.gtco-nav ul li.has-dropdown .dropdown:before {bottom: 100%;left: 40px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;
pointer-events: none;border-bottom-color: #fff;border-width: 8px;margin-left: -8px;}
.gtco-nav ul li.has-dropdown .dropdown li {display: block;margin-bottom: 7px;}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {margin-bottom: 0;}
.gtco-nav ul li.has-dropdown .dropdown li a {padding: 2px 0;display: block;color: #999999;line-height: 1.2;text-transform: none;font-size: 15px;}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {color: #000;}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {color: #000 !important;}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {color: #fff;}
.gtco-nav ul li.btn-cta a {color: #fff;}
.gtco-nav ul li.btn-cta a span {border: none !important;background: #FF5126;padding: 4px 20px;display: -moz-inline-stack;display: inline-block;zoom: 1;*display: inline;
-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;}
.gtco-nav ul li.btn-cta a:hover span {background: #ff6540;color: #fff;}
.gtco-nav ul li.active > a {color: #fff !important;}

#gtco-counter .feature-center {background: #fff;padding: 30px;margin-bottom: 30px;-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);}
.gtco-nav-toggle {width: 25px;height: 25px;cursor: pointer;text-decoration: none;}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {background: #fff;}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {outline: none;border-bottom: none !important;}
.gtco-nav-toggle i {position: relative;display: inline-block;width: 25px;height: 2px;color: #fff;font: bold 14px/.4 Helvetica;
    text-transform: uppercase;text-indent: -55px;background: #fff;transition: all .2s ease-out;}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {content: '';width: 25px;height: 2px;background: #fff;position: absolute;left: 0;
transition: all .2s ease-out;}
.gtco-nav-toggle.gtco-nav-white > i {color: #fff;background: #fff;}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {background: #fff;}
.gtco-nav-toggle i::before {top: -7px;}
.gtco-nav-toggle i::after {bottom: -7px;}
.gtco-nav-toggle:hover i::before {top: -10px;}
.gtco-nav-toggle:hover i::after {bottom: -10px;}
.gtco-nav-toggle.active i {background: transparent;}
.gtco-nav-toggle.active i::before {top: 0;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);transform: rotateZ(45deg);}
.gtco-nav-toggle.active i::after {bottom: 0;-webkit-transform: rotateZ(-45deg);-moz-transform: rotateZ(-45deg);
-ms-transform: rotateZ(-45deg);-o-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.gtco-nav-toggle {position: fixed;right: 40px;top: 20px;z-index: 21;padding: 32px 0 0 0;display: block;margin: 0 auto;
/*display: none;*/height: 44px;width: 44px;z-index: 2001;border-bottom: none !important}
.fix_top_1.gtco-nav-toggle{ top:10px}
@media screen and (max-width: 768px) {
.gtco-nav-toggle {display: block;}
}

.gtco-loader {  position: fixed;  left: 0px;  top: 0px;  width: 100%;
  height: 100%;  z-index: 9999;  background: url(http://www.safety-inxs.com/images/loader.gif) center no-repeat #fff;}
.js .animate-box {opacity: 0;}
@media screen and (max-width: 768px) {
.gtco-nav .gtco-contact {text-align: left !important;}
}
.gtco-nav .gtco-contact ul {padding: 0;margin: 0 0 20px 0;}
.gtco-nav .gtco-contact ul li {padding: 0;margin: 0;}
.gtco-nav .gtco-contact ul li a {font-size: 14px;font-weight: bold !important;margin-left: 0px;}
.gtco-nav .gtco-contact ul li a i {color: #FF5126;}
.gtco-nav .gtco-contact ul li a:hover i {color: #fff;}

.fix_top .gtco-container{-webkit-transition:all ease-in-out 300ms;transition:all ease-in-out 300ms;}

/*悬浮导航*/
.fix_top_1.gtco-nav-toggle{ top:10px}

.fix_top{ background-color:#fff; -webkit-box-shadow: 0 -3px 10px 0 #000; box-shadow: 0 -3px 10px 0 #000; top:0;transition: 0.3s; padding:15px 0;}
#gtco-logo{width:175px;height: 52px;background: url('../image/logo.png') no-repeat center;transition: 0.3s; display:block; top:10px;}
#gtco-logo a{width: 175px;height: 52px;display:block}
.fix_top #gtco-logo{width: 175px;height: 52px;background-image: url('../image/logo_1.png');transition: 0.2s; display:block}
.ph_logo{width: 135px;height: 40px;background-image: url('../image/logo_1.png');transition: 0.2s; display:none;top: 10px; background-size: 100%;left: 30px;}
.ph_logo a{width: 135px;height: 40px;display:block}
.fix_top.gtco-nav-toggle i::before, .gtco-nav-toggle i::after{ color:#e60012}
.fix_top .select_r a{ color:#838383;}

.fix_top_1{padding: 27px 0 0 0;}
.fix_top_1.gtco-nav-toggle i::before, .fix_top_1.gtco-nav-toggle i::after,.fix_top_1.gtco-nav-toggle i{ background:#e60012}
.fix_top_1.gtco-nav-toggle.active i {background: transparent;}
.fix_top_1.active.fix_top_1.gtco-nav-toggle i::before,.fix_top_1.active.gtco-nav-toggle i::after{ background-color:#fff}


/*轮播*/
.slide_banner{width: 100%;height: 100%;position: relative;cursor: pointer;}
.slide_banner .swiper-slide{background-repeat: no-repeat;background-position: center;transition: all .3s ease;background-size: cover;}
.slide_banner .swiper-slide a,.ph_banner .swiper-slide a{display: block;width: 100%;height: 100%;}
.slide_banner  .swiper-pagination-bullet{background-color: transparent;opacity: 1;display:inline-block; transition: all .3s ease;line-height: 20px;position: relative; margin: 0 8px;border-radius: 100%;}
.slide_banner  .swiper-pagination-bullet:after{
content: "";border-radius: 50%;
border: 1px solid #fff;display: block;
background-color:#fff;
width: 8px;height: 8px;
box-sizing: border-box;position: absolute;
transition: width .2s ease,height .2s ease,margin .2s ease;
-webkit-transition: width .2s ease,height .2s ease,margin .2s ease;

}
.slide_banner  .swiper-pagination-bullet-active{transition: all .3s ease;}
.slide_banner  .swiper-pagination-bullet-active:after{
background-color:transparent;
border: 1px solid #ffffff;display: block;
height:12px;width: 12px;
margin-top: -2px;
margin-left: -2px;
transition: width .2s ease,height .2s ease,margin .2s ease;
-webkit-transition: width .2s ease,height .2s ease,margin .2s ease;
}

.slide_banner .swiper-pagination{width: 100%;bottom: 25px;}

/*手机轮播*/

.ph_banner {display:none;position: relative;margin-top:60px;}
.ph_banner .swiper-slide{background-repeat: no-repeat;background-position: center;transition: all .3s ease;background-size: cover;}


.ph_banner  .swiper-pagination-bullet{background-color: transparent;opacity: 1;display:inline-block; transition: all .3s ease;line-height: 20px;position: relative; margin: 0 8px;border-radius: 100%;}
.ph_banner  .swiper-pagination-bullet:after{content: "";border-radius: 50%;border: 1px solid #fff;display: block;background-color:#fff;width: 8px;height: 8px;
box-sizing: border-box;position: absolute;transition: width .2s ease,height .2s ease,margin .2s ease;-webkit-transition: width .2s ease,height .2s ease,margin .2s ease;}
.ph_banner  .swiper-pagination-bullet-active{transition: all .3s ease;}
.ph_banner  .swiper-pagination-bullet-active:after{background-color:transparent;border: 1px solid #ffffff;display: block;height:12px;width: 12px;margin-top: -2px;
margin-left: -2px;transition: width .2s ease,height .2s ease,margin .2s ease;-webkit-transition: width .2s ease,height .2s ease,margin .2s ease;}
.ph_banner .swiper-pagination{width: 100%;bottom: 20px;}

.ph_img{display: none;width: 100%;}

/*首页关于我们*/
.home_about {
    background-image: url(../image/about_bg.jpg);
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-size: cover;
    background-position: 50% 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.about_bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;opacity: 0.9;}
.home_about .content{position: relative;z-index: 2;padding: 100px 0;}
.menu_title{padding-bottom: 25px;background: url(../image/bor1.jpg) no-repeat left bottom;}
.menu_title h1{font-family:oswald;font-size: 60px;color: #222222;font-weight: 500;}
.menu_title h2{font-size: 36px;color: #231f20;padding: 30px 0 15px;font-weight: 500;}
.menu_title p{font-size: 16px;color: #231f20;}
.home_about .fl_r{width: 855px;}
.home_about .fl_r p{font-size: 16px;color: #333;line-height: 26px;}

.about_data{text-align: center;}
.about_data ul{display: flex;justify-content: space-between;}
.about_data li h1 {font-family:oswald;font-size: 92px;color: #e60012;line-height: 92px;}
.about_data li span{font-size: 24px;color: #e60012;vertical-align: text-top}
.about_data li{font-size: 14px;color: #231f20;margin-top: 20px;text-align: center;}

/*首页产品系列*/
.products{ clear:both;height: 60vh;}
.products dl{ position:relative; margin:0; padding:0;box-sizing: initial;width: 33.33%;float: left;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.products dl dd{position:relative; width:100%;font-size:14px;color:#fff; padding:0% 13%; z-index:9;height: 100%;border-right:1px solid #494848;box-sizing:border-box;text-align: center;transition:all .4s cubic-bezier(.4,0,.2,1)}
.products dd  a{ color:#fff}
.products dl dd .item-link{opacity: 0;display: inline-block;line-height: 36px;font-size: 16px;color: #fff;text-decoration: none;margin-top: 30px;}
.products dd h3{ font-size:30px;font-weight:normal;  color:#fff;padding-top:40%;}
.products dd h3 span{ display:block; padding-top:30px;color: #fff; font-size:24px;}
.products dd h3 img{max-width: 100%;}
.products dd h3 i{width: 43px;height: 2px;background: #fff;display: inline-block;opacity: 1;margin-top: 40px;display: none;}
.products dd p{line-height:28px; font-size:16px;margin-top: 50px;opacity: 0;display: none;}
.products dd p span{display:block;}


.products dd b{ display:block; width:38px; border-bottom:3px solid #686664; color: #686664; margin:4% auto 0; padding-bottom:6px;display:block; text-align:center; font-size:12px; font-weight:normal;-webkit-transition: width 500ms,color 500ms,border 500ms;
transition: width 500ms,color 500ms,border 500ms;-webkit-transition-delay: 0ms,200ms,200ms;transition-delay: 0ms,200ms,200ms;}

.products dl:hover b{ width:117px; border-color:#fff; text-align:center; color:#fff;transition-delay: 0ms,0ms,0ms;-webkit-transition-delay: 0ms,0ms,0ms;}
.shadow{position:absolute; background:#e61c11; width:100%; height:100%; top:0; left:0; opacity:0}



/*首页新闻中心*/
.news_main{padding: 90px 100px;}
.news_main .menu_title{float: left;width: 360px;margin-right: 50px;margin-top: 0px;}
.news_main ul{margin-left: 410px;}
.news_main  li{width: 30%;float: left;margin-right: 5%;}
.news_main  li time{font-size: 18px;color: #222;font-family: oswald;display: block;}
.news_main  li a{font-size: 16px;color: #3d3d3d;font-weight: 500;display: block;margin: 30px 0;height: 20px;overflow: hidden;}
.news_main  li p{font-size: 14px;color: #3d3d3d;line-height: 24px;height: 95px;overflow: hidden;}
.news_main  li a.more{width: 150px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #222;border:1px solid #6b6b6b;margin: 45px 0 0;font-weight: normal;position: relative;}
/*.news_main  li a.more:hover{color: #fff;background-color: #e60012;border:1px solid #e60012;}
*/.news_main  li.none{margin-right: 0;}

.news_main  li a.more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #e60012;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .2s ease-out;
}
.news_main  li a.more:hover:before, .news_main  li a.more:focus:before, .news_main  li a.more:active:before {
    transform: scaleX(1);
}
.news_main  li a.more:hover, .news_main  li a.more:focus, .news_main  li a.more:active{color: #fff;border:1px solid #fff;}
/*首页产品轮播*/
.product_main{overflow: hidden;zoom: 1;background-color: #e60012}
.product_img{width: 65%;height: 720px;float: left;background-repeat: no-repeat;background-size: cover;background-position: center;}
.product_txt{width: 35%;height: 720px;float: left;}
.txt_main{padding: 80px 80px 0;}
.txt_main h1{font-size: 60px;font-family:oswald;color: #fff;background: url(../image/bor2.jpg) no-repeat bottom left;padding-bottom: 30px;margin-bottom: 30px;}
.txt_main h2{font-size: 30px;color: #fff;}
.txt_main p{font-size: 16px;color: #fff;line-height: 30px;margin: 20px 0 45px;height: 150px;overflow: hidden;}
.txt_main a.more{border:1px solid #fff;color: #fff;background-color: transparent;width: 150px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;display: block;}
.txt_main a.more:hover{color: #e60012;background-color: #fff;border:1px solid #fff;}



/*产品轮播按钮*/
.product_slide .swiper-button-next span:before { content: '';position: absolute;top: 0;left: 0;width: 100%; height: 100%;background:#f7bebe;transform-origin: right;transform: scaleX(0);transition: transform 0.3s ease;box-sizing: inherit;z-index: 1;}
.product_slide .swiper-button-prev span:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:#232323;transform-origin: right;transform: scaleX(0);transition: transform 0.3s ease; box-sizing: inherit;z-index: 1;}
.product_slide .swiper-button-next,.product_slide  .swiper-button-prev{right: 45px;top: 600px;width: 50px;height: 50px;display: block;z-index: 6;margin-top: -3.5px; transition: 0.2s ease; will-change: transform;}

.product_slide  .swiper-button-prev{left: 65%; margin-left: -50px;background: #000;}
.product_slide  .swiper-button-next{right: 35%;margin-right: -50px;background: #fff;}

.product_slide .swiper-button-next span img,.product_slide  .swiper-button-prev span img{position: absolute;z-index: 2;top: 50%;left: 50%;margin-top: -5.5px;margin-left: -8px;}
.product_slide .swiper-button-next span{position: relative;transition: 0.2s ease;will-change: transform;display: block;height: 100%;}
.product_slide .swiper-button-prev span{display: block;height: 100%;position: relative;transition: 0.2s ease;will-change: transform;}
.product_slide .swiper-button-prev:hover span:before,.product_slide .swiper-button-next:hover span:before {transform: scaleX(1);transform-origin: left;box-sizing: inherit;}




/*底部*/

.foot{background-color: #121212;}

.foot_logo{width: 200px;float: left;margin-right: 60px;}
.foot_logo p{font-size: 16px;color: #858585;margin:35px 0 15px;}
.foot_logo h1{font-size: 32px;color: #858585;font-family:oswald;}

.foot_main{padding: 50px 0;border-bottom: 1px solid #2a2a2a;}
.foot_main ul{float: left;margin-right:20px;}
.foot_main ul.none{margin-right: 0;}
.foot_main ul h1{color: #c0c0c0;font-size: 18px;margin-bottom:25px;}
.foot_main ul li{margin-bottom: 5px;}
.foot_main ul li a{font-size: 14px;color: #6e6e6e;padding-right: 5px;width: 170px;display: inline-block;}
.foot_main ul li a:hover{color: #c0c0c0;}
.foot_copy{padding:25px 0;font-size: 12px;color: #6e6e6e;}
.foot_copy a{font-size: 12px;color: #6e6e6e;}
.foot_copy a:hover{color: #c0c0c0;}
.bei {background:url(../image/bei_ico.png) no-repeat center left;float: right;padding-left: 25px;margin-left:10px;}



/* 关于我们 */
.ban{height: 740px;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;}
.ban_txt{position: absolute;width: 100%;text-align: center;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.ban_txt h1{font-size: 52px;color:#fff;text-align: center;}
.ban_txt p{font-size: 20px;color:#fff;margin-top: 30px;}

.banner_txt{position: absolute;width: 100%;text-align: center;bottom: 20%;}

.banner_txt a{font-size: 16px;color: #000;display: block;line-height: 36px;width: 130px;text-align: center;border:1px solid #fff;border-radius: 20px;margin: 0 auto;}
.banner_txt a.video{width:180px;}
/*.banner_txt a span{padding-right: 20px;background: url(../images/jt1.png) no-repeat center right;}*/
.banner_txt a span{padding: 10px 20px;position: relative;-webkit-transition-duration: 300ms, 300ms;transition-duration: 300ms, 300ms;font-weight: bold;}

.banner_txt a.video span{padding: 0 30px 0 10px;background:url(../image/play.png) no-repeat center right;background-size: 18px;color: #fff;}

.banner_txt a:hover span {opacity: 0.8;-webkit-transition-duration: 300ms, 300ms;transition-duration: 300ms, 300ms;color: #000;}
.banner_txt a:hover{background-color: #fff;}
/*.banner_txt a span .icon {display: block;width: 13px;height: 100%;top: 0;right: 50px;position: absolute;opacity: 0;-webkit-transition-property: opacity, right;transition-property: opacity, right;-webkit-transition-duration: 300ms, 300ms;transition-duration: 300ms, 300ms;background: url(../images/jt1.png) no-repeat center;}
.banner_txt a:hover span .icon {right: 10px;opacity: 0.8;background: url(../images/jt2.png) no-repeat center;}*/
.banner_txt a.video:hover span{background: url(../image/play_hover.png) no-repeat center right;background-size: 18px;color: #000;}


.page_title{text-align: center;padding: 75px 0 45px;}
.page_title h1{font-size: 48px;color: #333;font-weight: 500;}
.page_title p{font-size: 30px;color: #e60012;margin-top: 10px;}
.page_title h2{margin-top: 10px;font-size: 16px;color: #666;line-height: 24px;}
.about_profile{font-size: 16px;color: #666;line-height: 30px;padding-bottom: 75px;}
.about_profile p{text-align: center;}

/*成长之路*/
.growth{background-color: #f9f9f9;padding-bottom: 75px;}
.growth_main{width: 1200px;margin: 0 auto;position: relative;}
.growth_main .swiper-button-next,.growth_main .swiper-button-prev{transition:all .4s cubic-bezier(.4,0,.2,1);background: #fff;border:1px solid #c5c5c5;border-radius: 100%;width: 40px;height: 40px;text-align: center;top: 0px;margin-top: -12px;}
.growth_main .swiper-button-next{right: 0}
.growth_main .swiper-button-prev{left: 0;}
.growth_main .swiper-button-next i,.growth_main .swiper-button-prev i{color: #bcbcbc;line-height: 42px;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_main .swiper-button-next:hover,.growth_main .swiper-button-prev:hover{background: #e60012;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_main .swiper-button-next:hover i,.growth_main .swiper-button-prev:hover i{color: #fff;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_slide{width: 1080px;margin: 0 auto;position: relative;}
.growth_slide:before{background-color: #e8e8e8;height: 4px;width: 100%;position: absolute;top:8px;left: 0;content: "";}

.growth_slide .swiper-slide{background: url(../image/yuan.png) no-repeat center top;padding-top: 40px;transition:all .4s cubic-bezier(.4,0,.2,1)}

.growth_txt{padding: 0 4px;padding-top: 10px;position: relative;}
.growth_txt:before{content: '';position: absolute;top: 2px;left: 50%;height: 8px;width: 16px;margin-left: -8px;background: url(../image/jiao.png) no-repeat center;transition:all .4s cubic-bezier(.4,0,.2,1)}

.growth_txt h1{background-color: #e0e0e0;font-size: 20px;color: #333;line-height: 50px;text-align: center;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_txt p{background-color: #fff;font-size: 14px;color: #666;line-height: 26px;padding: 20px;border:1px solid #ececec;height: 80px;}
.growth_slide .swiper-slide.swiper-slide-active,.growth_slide .swiper-slide:hover{background: url(../image/yuan_hover.png) no-repeat center top;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_slide .swiper-slide.swiper-slide-active .growth_txt:before,.growth_slide .swiper-slide:hover .growth_txt:before{background: url(../image/jiao_hover.png) no-repeat center;transition:all .4s cubic-bezier(.4,0,.2,1)}
.growth_slide .swiper-slide.swiper-slide-active .growth_txt h1,.growth_slide .swiper-slide:hover .growth_txt h1{background-color: #e60012;color: #fff;}

/*专利资质*/
.certificate_img{border:1px solid #e5e5e5;margin-bottom: 20px;}
.certificate_img img{width: 100%;}
.certificate_slide p{font-size: 16px;color: #666;line-height: 30px;text-align: center;}
.certificate_slide{padding-bottom: 160px;}

.certificate_slide .swiper_next,.certificate_slide .swiper_prev{bottom: 80px;width: 50px;height: 50px;background: #333333;text-align: center;line-height: 50px;position: absolute;cursor: pointer;}
.certificate_slide .swiper_prev {right: 51%;}
.certificate_slide .swiper_next {left: 51%;}
.certificate_slide .swiper_next i,.certificate_slide .swiper_prev i{color: #fff;}
.certificate_slide .swiper_next:hover,.certificate_slide .swiper_prev:hover{background: #e60012}

/*公司愿景*/
.vision{background-repeat: no-repeat;background-size: cover;background-position: center;background-image: url(../image/vision.jpg);height: 650px;}
.vision ul{overflow: hidden;zoom: 1;}
.vision li{width: 360px;margin-right: 30px;background-color: #fff;float: left;  -webkit-box-shadow: 0 9px 32px rgba(218,209,209,.6);padding: 9px;
-moz-box-shadow: 0 9px 32px rgba(218,209,209,.6);box-shadow: 0 9px 32px rgba(218,209,209,.6);border: solid 1px rgba(188,188,188,.24);box-sizing:border-box;}
.vision li.none{margin-right: 0;}
.vision_txt{padding: 45px;}
.vision_txt h1{font-size: 20px;color: #333;padding-left: 30px;margin-bottom: 18px;}
.vision_txt p{font-size: 16px;color: #666;line-height: 26px;min-height: 182px;}

.vision1{background: url(../image/vision1.png) no-repeat center left;}
.vision2{background: url(../image/vision2.png) no-repeat center left;}
.vision3{background: url(../image/vision3.png) no-repeat center left;}


/*导航分类*/
.ban_nav{position: absolute;bottom: 0;left: 0;width: 100%;}
.ban_nav ul{overflow: hidden;zoom: 1;}
.ban_nav li{width: 25%;float: left;text-align: center;}
.ban_nav li a{line-height: 80px;display: block;background: rgba(0,0,0,0.8);font-size: 18px;color: #fff;border-right: 1px solid #424241;box-sizing:border-box;}
.ban_nav li:last-child a{border-right: 0;}
.ban_nav li a:hover,.ban_nav li.active a{background: rgba(230,0,18,0.8);}
.ban_nav.talent_nav li{width: 50%;}

/*产品分类*/
.product_category{background-color: #ececec;margin: 80px 0 50px;padding-bottom: 20px;}
.category_top ul{overflow: hidden;zoom: 1;border-bottom: 1px solid #d4d4d4;}
.category_top li{float: left;text-align: center;padding: 25px 32px}
.category_top li a{font-size: 15px;color: #666;-webkit-transition:all ease-in-out 0ms;transition:all ease-in-out 0ms;}
.category_top li:hover{background-color: #cb1a15; cursor:pointer;}
.category_top li:hover a{color: #fff;}
.category_top li.active{background-color: #cb1a15;}
.category_top li.active a{color: #fff;}
.category_form{overflow: hidden;zoom: 1;}
.categeory_select{width: 245px;height: 45px;line-height: 45px;background-color: #fff;border:1px solid #e5e5e5;margin:20px;font-size: 16px;color: #666;    display: block;
    float: left;box-sizing: border-box;padding: 0 0 0 15px;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../image/arrow.png") no-repeat scroll right 10px center #fff;
}

.disabled_Style {
    background-color: #ffffff;
    color: #b1b1b1;
}

/*产品列表*/
.product ul{overflow: hidden;zoom: 1;padding-bottom: 80px;margin: 0 -15px;}
.product li{width: calc((100% - 90px) / 3);margin: 0 15px 50px;float: left;-webkit-transition: .5s all;-ms-transform:.5s all;transition: .5s all;padding-top: 10px;}
.product li.none{margin-right: 0}
.pro_img{position: relative;border:1px solid #e5e5e5;}
.pro_img>a>img{width: 100%;}
.pro_new{position: absolute;left: 0;top: 0;z-index: 1;}
.product li h1{font-size: 30px;color: #e60012;font-family:oswald;margin:20px 0 15px;}
.product li p{font-size: 16px;color: #333;}

.product li:hover{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}


/*品牌战略*/
.concept {padding-bottom: 80px;}
.concept h1{font-size: 16px;color: #666;line-height: 30px;margin-bottom: 50px;}
.concept p{font-size: 16px;color: #666;line-height: 30px;}

.concept h2{font-size: 16px;color: #333;line-height: 30px;padding: 30px 0 20px;border-bottom: 1px solid #e5e5e5;margin-bottom: 20px;}
.concept h3{font-size: 18px;color: #333;line-height: 30px;margin:35px 0 20px;}

.concept_l{width: 50%;float: left;}
.concept_l img,.concept_r img{max-width: 100%;}
.concept_r{width: 48%;float: left;padding-left: 2%;}
.concept li{font-size: 13px;color: #666;padding:10px 0 10px 25px }
.concept li.safety{background: url(../image/c1.png) no-repeat center left}
.concept li.c2{background: url(../image/c2.png) no-repeat center left}
.concept li.c3{background: url(../image/c3.png) no-repeat center left}
.concept li.c4{background: url(../image/c4.png) no-repeat center left}
.concept li.c5{background: url(../image/c5.png) no-repeat center left}
.concept li.c6{background: url(../image/c6.png) no-repeat center left}
.concept hr{border:0;background-color: #eaeaea;height: 1px;width: 100%;margin: 50px 0;}

.independent{padding-bottom: 80px;}
.independent ul{overflow: hidden;zoom: 1;}
.independent li{width:380px;margin-right: 30px;border:1px solid #e5e5e5;padding: 30px;box-sizing:border-box;margin-bottom: 30px;float: left;margin-top: 10px;-webkit-transition: .5s all;-ms-transform:.5s all;transition: .5s all;}
.independent li.none{margin-right: 0;}
.independent li h1{font-size: 26px;color: #333;}
.independent li p{font-size: 16px;color: #666;margin-bottom: 20px;line-height: 30px;min-height: 90px;}
a.view{font-size: 16px;color: #fff;display: block;width: 140px;text-align: center;height: 50px;line-height: 50px;background-color: #e60012;border:1px solid #e60012;}
a.view:hover{background-color: #fff;color: #e60012;}
.independent li:hover{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.independent_img{border:1px solid #e5e5e5;margin: 30px 0 15px;padding: 60px 0;text-align:center;}
.independent_img img{max-width: 100%;text-align: center;-webkit-filter: grayscale(100%); filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
.independent li:hover .independent_img img{-webkit-filter: grayscale(0); filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); }






.news ul{padding-bottom: 20px;}
.news li{overflow: hidden;zoom: 1;margin-bottom: 50px;}
.news_img{width: 350px;border:1px solid #e5e5e5;margin-right:30px;box-sizing:border-box;float: left;overflow: hidden;}
.news_img img{width: 350px;height: 260px;}
.news_txt{width: 820px;float: left;}
.news_txt h1 a{font-size: 20px;color: #333;}
.news_txt time{font-size: 14px;color: #999;padding-left: 30px;background: url(../image/time.png) no-repeat center left;display: block;margin: 20px 0 30px;}
.news_txt p{font-size: 16px;color: #666;padding:15px 0 20px;border-top: 1px solid #e5e5e5;line-height: 30px;}

.main{font-size: 16px;color: #666;line-height: 30px;padding-bottom: 80px;}
.main img{max-width: 100%;}

.recruitment {padding:10px 0px;width: 1200px;margin:0 auto 35px;}

.operate ul{ padding:0}
.operate li{border: 1px solid #e5e5e5;margin: 5px 0; position:relative; }
.operate li h4{cursor:pointer;font-size:16px;color:#333;padding:20px 90px;overflow: hidden;zoom: 1;}
.operate li h4 i{ float:right; font-style:normal}
.operate li h4 b{ font-weight:normal; float:left;}
.operate li h4 .re_sub{background:url("../image/down.png") no-repeat center;-webkit-transform:rotate(0deg);transform:rotate(0deg);}
.trans {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}

.operate li.selected h4 .re_sub{background:url("../image/up.png") no-repeat center;}
.operate li .list-item{color: #666;z-index: 2;border-top: 1px solid #e5e5e5; padding:50px 90px; display:none;}
.operate li .list-item span{ font-size: 16px;color: #333; line-height: 30px;}
.operate li .list-item h2{font-size: 16px;color: #666;line-height: 30px;}
.operate li .list-item h2 .field{float:left; margin-right:80px;}
.operate li .list-item p{ font-size: 16px;color: #666; line-height:30px;}

.re_title{height: 60px;background-color: #333333;color: #fff;font-size:16px;padding:0 90px;line-height: 60px;overflow: hidden;zoom: 1;}
.re_title b{display: block;float: left;font-weight: normal;}
.re_title span{float: right;padding-right: 40px;}

.join_name{width: 240px;}
.join_department{width: 230px;}
.join_add{width: 230px;}
.join_time{width: 230px;}
.join_apply{width: 80px;}


.operate li .list-item h3{ width:13%; text-align:center;font-size:18px; border-radius:3px; margin-top:40px; border:2px solid #13a3f7}
.operate li .list-item h3 a{ color:#fff; width:100%; display:block;background-color:#13a3f7;padding:11px 0px;}
.operate li .list-item h3 a:hover{ background:none; color:#13a3f7}


.contact ul{overflow: hidden;zoom: 1;margin: 30px -15px;}
.contact li{float: left;margin:0 15px;border:1px solid #e5e5e5;box-sizing:border-box;padding: 30px;min-height: 265px; width:calc((100% - 90px) / 3);}

.contact li h1{font-size: 20px;color: #333;margin-bottom: 25px;}
.contact li p{padding-left: 25px;font-size: 14px;color: #666;line-height: 24px;}
p.tel{background: url(../image/tel.png) no-repeat 0px 8px ;}
p.fax{background: url(../image/fax.png) no-repeat 0px 8px ;}
p.add{background: url(../image/add.png) no-repeat 0px 8px ;}
.contact li p a{color: #e60012;}

.contact_ditu{width: 100%;}
.contact_ditu #dituContent{height: 595px;}

.message{padding-bottom: 80px;}
.message_form input{display: block;float: left;width: 380px;height: 40px;line-height: 40px;text-indent: 20px;margin-right: 26px;margin-bottom: 30px;border:1px solid #e5e5e5;box-sizing:border-box;font-size: 16px; }
.message_form input.none{margin-right: 0;}
.message_form textarea{width: 100%;height: 260px;line-height: 40px;text-indent: 20px;margin-bottom: 30px;border:1px solid #e5e5e5;font-size: 16px;}

.apply_submit,.message_form input.reset{font-size: 18px;text-align: center;height: 50px;line-height: 50px;box-sizing:border-box;}

.apply_submit{width: 48%;background-color: #e60012;border:1px solid #e60012;color: #fff;display: inline-block;}
.message_form input.reset{width: 48%;border:1px solid #e5e5e5;color: #666;margin-right: 0;float: right;cursor: pointer;-webkit-transition:all ease-in-out 200ms;transition:all ease-in-out 200ms;}
.apply_submit:hover{color: #e60012;background-color: #fff;}
.message_form input.reset:hover{background-color: #e60012;border:1px solid #e60012;color: #fff;-webkit-transition:all ease-in-out 200ms;transition:all ease-in-out 200ms;}


.document_ban{ width:560px; height:695px; position:relative; overflow:hidden;float: left;margin-right: 30px;}
.ban2{ width:560px; height:560px; position:relative; overflow:hidden;border:1px solid #e5e5e5;box-sizing:border-box;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:560px; height:560px;text-align: center;}
.ban2 ul li img{width: 100%}
.prev{ float:left; cursor:pointer;}
.num{ height:120px;overflow:hidden; width:510px; position:relative;float:left;}
.min_pic{ padding-top:15px; width:560px;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:118px; height:118px; margin-right:10px;border:1px solid #cdcdcd;text-align:center;box-sizing:border-box;}
.num ul li img,.ban2 ul li img{max-height: 100%;max-width:100%;width: 100%}
.num ul li.on{ border:2px solid #e60012; padding:0;}
.prev_btn1{ width:20px; text-align:center; height:30px; margin-top:40px; margin-right:10px; cursor:pointer; float:left;}
.next_btn1{  width:20px; text-align:center; height:30px; margin-top:40px;cursor:pointer;float:right;}
.prev1{ position:absolute; top:220px; left:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:220px; right:20px; width:28px; height:51px;z-index:9;cursor:pointer;}
.pop_up{ width:500px; height:500px; padding:10px; background:#fff; position:fixed; -position:absolute; left:50%; top:50%; margin-left:-255px; margin-top:-255px; display:none; z-index:99;}
.pop_up_xx{ width:40px; height:40px; position:absolute; top:-40px; right:0; cursor:pointer;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden;}
.pop_up2{ width:500px; height:500px; position:relative; overflow:hidden; float:left;}
.pop_up2 ul{ position:absolute; left:0; top:0;}
.pop_up2 ul li{ width:500px; height:500px; float:left;text-align: center;}
.pop_up2 ul li img{max-width: 100%}


.content .nav{font-size:14px;padding: 30px 0;}
.content .nav a{font-size:14px;}
.content .nav a:hover{color:#f60;}

.product_detail{padding:30px 0 70px;overflow: hidden;zoom: 1;}
.product_info{float: right;width: 590px;}
.info_top{overflow: hidden;zoom: 1;padding-bottom: 30px;border-bottom: 1px solid #e5e5e5;}
.info_title{float: left;}
.info_title h1{font-size: 30px;color: #e60012;font-family:oswald;margin-bottom: 15px;}
.info_title h2{font-size: 22px;color: #333;margin-bottom: 15px;width: 330px;}
.info_title h3{font-size: 18px;color: #333;}
.info_title h3 span{color: #e60012;}
.info_label{float: right;}
.info_label img{height: 80px;}
.scroll{height:110px; padding-top: 18px; overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.info_describe{font-size: 16px;color: #666;line-height: 30px;height: 90px; overflow: hidden;}
.info_industry{padding-top: 50px;}
.info_industry h1{font-size: 22px;color: #333;}
.industry_ul{overflow: hidden;zoom: 1;margin:20px 0 25px;}

.industry_img img{-webkit-filter: grayscale(100%); filter: grayscale(100%);width:40px;height: 40px;}
.industry_ul li{width: 70px;text-align: center;margin-right: 20px;font-size: 12px;color: #666;float: left;margin-bottom: 20px;line-height: 24px;}

.technology_ul{overflow: hidden;zoom: 1;}
.technology_ul li{float: left;margin-right: 20px;margin-top: 20px;}
.technology_ul li img{height: 40px;}

.info_button{margin-top: 50px;}
.info_button a{display: inline-block;width: 140px;height: 50px;line-height: 50px;text-align: center;color: #666;border:1px solid #e5e5e5;margin-right: 20px;font-size: 16px;background-color: #e0e0e0;}
.info_button a:hover{background-color: #e60012;border:1px solid #e60012;color: #fff;}

.pro_characteristic{background-color: #f5f5f5;padding:60px 0 30px;}
.pro_characteristic h1{text-align: center;font-size: 30px;color: #333;margin-bottom: 40px;}
.characteristic_ul {margin-bottom: 45px;overflow: hidden;zoom: 1}
.characteristic_ul li{font-size: 16px;float: left;padding-left: 20px;margin-right: 40px;margin-bottom: 25px;width: 560px;background: url(../image/li.png) no-repeat 0 5px;}
.characteristic_ul li.none{margin-right: 0;}

.characteristic_img{overflow: hidden;zoom: 1;text-align: center;}
.characteristic_img li{width: 100px;margin-right: 80px;text-align: center;display:inline-block;vertical-align: top;}
.characteristic_img li img{width: 100%;}
.characteristic_img li p{font-size: 16px;color: #666;margin-top: 10px;min-height: 60px;line-height: 20px;}
.characteristic_img li.none{margin-right: 0}

.pro_contact{padding: 60px 0;}
.pro_contact h1{font-size: 30px;color: #333;text-align: center;margin-bottom: 50px;}

.pro_form input{width: 582px;height: 50px;line-height: 50px;text-indent: 20px;font-size: 16px;color: #666;margin-bottom: 30px;margin-right: 31px;border:1px solid #e5e5e5;box-sizing:border-box;display: block;float: left;}
.pro_form input.none{margin-right: 0;}
.pro_form textarea{width: 100%;line-height: 50px;text-indent: 20px;font-size: 16px;color: #666;border:1px solid #e5e5e5;margin-bottom: 30px;height: 145px;}

.apply_submit{width: 49%;margin-right: 2%;float: left;display: block;}
.pro_form input.reset{width: 49%;margin-right: 0;cursor: pointer;text-indent: 0;}



.news_detail{padding: 60px 0;overflow: hidden;zoom: 1;}
.detail{width: 870px;float: left;margin-right: 50px;}
.detail_title{margin: 0px 0 30px;}
.detail_title h1{font-size: 32px;color: #333;margin-bottom: 20px;line-height: 45px;}
.detail_title h2{border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;padding: 15px 0;}
.detail_title h2 span{padding: 0 25px;font-size: 16px;color: #999;line-height: 30px;}
span.time{background: url(../image/time.png) no-repeat center left;}
span.glance{background: url(../image/glance.png) no-repeat center left;}

.detail{font-size: 16px;color: #666;line-height: 30px;}
.detail img{max-width: 100%;}


.detail_page{overflow: hidden;zoom: 1;margin: 45px 0 80px;}

.page_prev span{background: url(../image/prev.png) no-repeat center left;padding-left: 50px;}
.page_back{text-align: center;}
.page_back span{background: url(../image/back.png) no-repeat center right;padding: 35px 30px 35px 0;}


.page_next span{background: url(../image/next.png) no-repeat center right;padding-right: 50px;}
.detail_page a{-webkit-transition:all ease-in-out 0ms;transition:all ease-in-out 0ms;-ms-transform:all ease-in-out 0ms;display:block;}

.page_next,.page_prev,.page_back{width: 32%;border:1px solid #e5e5e5;height: 95px;float: left;box-sizing:border-box;}
.page_prev,.page_back{margin-right: 2%;}
.page_back span{padding-top: 35px;font-size: 16px;display: inline-block;}
.page_next span,.page_prev span{padding-top: 35px;font-size: 16px;color: #666;margin: 0 30px;display: block;padding-bottom: 35px;text-align: center;}
.page_next:hover a,.page_prev:hover a,.page_back:hover a{color: #fff;}
.page_next:hover span{background: url(../image/next_hover.png) no-repeat center right;color: #fff; }
.page_prev:hover span{background: url(../image/prev_hover.png) no-repeat center left; color: #fff;}
.page_prev:hover,.page_next:hover,.page_back:hover{background-color: #e60012}



.page_back:hover span{color: #fff;background: url(../image/back_hover.png) no-repeat center right;}




.news_recommemd{width: 280px;float: left;}
.news_recommemd h1{padding-left: 40px;margin-bottom: 30px;background: url(../image/recommend.png) no-repeat center left;font-size: 24px;color: #333;}

.news_recommemd li{font-size: 20px;color: #333;line-height: 30px;margin-bottom: 30px;}
.news_recommemd li img{width: 280px;height: 208px;}






.more_title{padding: 80px 0 20px;border-bottom: 1px solid #e5e5e5;margin-bottom: 30px;}
.more_title h1{float: left;font-size: 22px;color: #333;}
.more_title h1 a{display: inline-block;width: 138px;line-height: 45px;font-size: 18px;color: #e60012;border:1px solid #e60012;margin-right: 10px;text-align: center;background-color: #fff;}
.more_title h1 a.active,.more_title h1 a:hover{color: #fff;background-color: #e60012;}

.more_title a.getmore{float: right;font-size: 14px;color: #666;display: block;text-align: center;width: 90px;height: 30px; line-height:30px; border:1px solid #e5e5e5;}
.more_title a.getmore span{padding-right: 5px;}
.more_title a.getmore  i{width: 11px;background-image: url(../image/sl_more.png);background-position: 0 5px;background-repeat: no-repeat;transition: background-position .15s ease-in-out;height: 17px;display: inline-block;}
.more_title a.getmore:hover{color: #e60012;border:1px solid #e60012;}
.more_title a.getmore:hover  i{background-position: 0 -10px; transition: background-position .15s ease-in-out;}


.more_title a.getmore.up  i{width: 11px;background-image: url(../image/xl_more.png);background-position: 0 5px;background-repeat: no-repeat;transition: background-position .15s ease-in-out;height: 17px;display: inline-block;}
.more_title a.getmore.up:hover{color: #e60012;border:1px solid #e60012;}
.more_title a.getmore.up:hover  i{background-position: 0 -10px; transition: background-position .15s ease-in-out;}

.brand_list{margin-bottom: 50px;padding: 15px 0;}
.brand_list ul{height: 210px;overflow-y:hidden;}
.brand_list li{float: left;_display: inline;width: 13%;height: 58px;padding: 0;margin:0.5%;background: #FFF;text-align: center;}




.brand_ul li img{display: block;padding: 5px 6px;vertical-align: top;height:48px;margin:0 auto;-webkit-filter: grayscale(100%); filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
.brand_ul li a{ display: block;height: 58px;overflow: hidden;border: 1px solid #e5e5e5;box-sizing:border-box;
text-overflow: ellipsis;white-space: nowrap;zoom: 1;line-height: 58px;}

.industry_list li{text-align: center;}
.industry_list li img{padding-right: 10px;-webkit-filter: grayscale(100%); filter: grayscale(100%);vertical-align: middle;width: 28px;transition:all .4s cubic-bezier(.4,0,.2,1)}
.industry_list li a{display: block;height: 58px;overflow: hidden;border: 1px solid #e5e5e5;box-sizing:border-box;color: #666;line-height: 58px;}
.industry_list li a span{display: inline-block;width: 95px;text-align: left;font-size: 13px;transition:all .4s cubic-bezier(.4,0,.2,1)}
.industry_list li a:hover img{-webkit-filter: grayscale(0); filter: grayscale(0);transition:all .4s cubic-bezier(.4,0,.2,1)}
.brand_list li a{-webkit-transition:all ease-in-out 200ms;transition:all ease-in-out 200ms;}
.brand_list li a:hover, .brand_list li.active a{color: #e60012;border:1px solid #e60012;text-align: center;}
.industry_list li a:hover span, .brand_list li.active a span{text-align: center;transition:all .4s cubic-bezier(.4,0,.2,1)}
.brand_ul li a:hover img,.brand_list .brand_ul .active img{-webkit-filter: grayscale(0); filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0); -o-filter: grayscale(0); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); }



.industry_list .active a,.industry_list li:hover a{color: #e60012;border:1px solid #e60012;}
.industry_list .active img,.industry_list li:hover  img{display: none;}




.brand_list.open {border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;}
.brand_list.open ul{overflow-y:auto;}




.partner_detail{margin: 80px 0;}
.partner_l{float: left;width: 575px;margin-right: 30px;border:1px solid #e5e5e5;box-sizing:border-box;text-align: center;height: 360px;}
.partner_l img{max-width: 100%;vertical-align: middle;padding: 80px 0;}
.partner_detail .partner_l img{padding:140px 0;}
.partner_r{width: 595px;float: left;}
.partner_r h1{font-size: 32px;color: #333;padding-bottom:25px;border-bottom:1px solid #e5e5e5; }
.partner_r p{font-size: 16px;color: #666;padding:20px 0;border-bottom:1px solid #e5e5e5; line-height: 30px;margin-bottom: 20px;}
.partner_r h2{font-size: 16px;color: #333;padding:20px 0; }
.partner_r a{font-size: 16px;color: #fff; display: block;width: 220px;height: 50px;line-height: 50px;background-color: #e60012;text-align: center;border:1px solid #e60012;box-sizing:border-box;}
.partner_r a:hover{color: #e60012;background-color: #fff;}

.partner_info{font-size: 16px;color: #666;line-height: 30px;}
.partner_info img{max-width: 100%;}
.second_title{font-size: 22px;color: #333;padding-bottom: 25px;margin-bottom: 25px;border-bottom: 1px solid #e5e5e5;}
.second_title span{font-size: 18px;color: #ccc;padding-left: 5px;}

.partner_info .page_next,.partner_info .page_prev,.partner_info .page_back{width: 32%;}


/* 10-24 加载更多按钮样式*/
.layui-flow-more{clear: both;margin: 20px auto;width: 200px; background: #e60012;border:1px solid #e60012;color: #fff;font-size: 16px; text-align: center; padding:5px 0;}
.layui-flow-more a{line-height:initial;}
.layui-flow-more cite{font-style: normal;}
.layui-flow-more a cite{color: #fff;background: #e60012;}
.layui-anim.layui-icon{color: #fff;}
#more{clear: both;margin: 20px auto;width: 200px; background: #e60012;border:1px solid #e60012;color: #fff;font-size: 16px; text-align: center;line-height: 35px;height: 35px;}


.search_list h2{padding:50px 0;font-size: 26px;text-align: center;color: #e60012}
.search{-webkit-transition: all ease-in-out 300ms; transition: all ease-in-out 300ms;}
.search .iconfont{color: #fff;-webkit-transition: all ease-in-out 300ms; transition: all ease-in-out 300ms;cursor: pointer;font-size:26px;}

.fix_top .search{-webkit-transition: all ease-in-out 300ms;transition: all ease-in-out300ms;}
.fix_top .search .iconfont{color: #595656;-webkit-transition: all ease-in-out 300ms; transition: all ease-in-out 300ms;}
.fix_top .lang-en .iconfont{color: #595656;}


/*11-01 增加分享代码*/
.foot_copy span{line-height: 36px;}
.foot_share{float: right;}
.foot_share a.theme-login{background: url(../image/weixin_1.png) no-repeat center;padding-left: 0!important;width: 35px;}
.bdshare-button-style0-16 .bds_fbook,.bdshare-button-style0-16 .bds_linkedin,.bdshare-button-style0-16 .bds_tsina,.bdshare-button-style0-16 .bds_twi{background-position: center!important;}
.bdshare-button-style0-16 .bds_tsina{background: url(../image/tsina_1.png) no-repeat center;}
.bdshare-button-style0-16 .bds_fbook{background: url(../image/fbook_1.png) no-repeat center;}
.bdshare-button-style0-16 .bds_twi{background: url(../image/twi_1.png) no-repeat center;}
.bdshare-button-style0-16 .bds_linkedin{background: url(../image/linkedin_1.png) no-repeat center;}
.bdshare-button-style0-16 .bds_instagram{background: url(../image/instagram_1.png) no-repeat center;}
.bdshare-button-style0-16 .bds_youtobe{background: url(../image/youtobe_1.png) no-repeat center;}

.foot_share .iconfont{font-size: 20px;}
.foot_share a,.bdshare-button-style0-16 a{line-height: 20px!important;height: 20px!important;width: 20px;padding-left: 5px!important;display: inline-block;}
.foot_share a:hover{opacity: 1!important;filter: alpha(opacity=100)!important;}
.foot_share a.theme-login:hover{background: url(../image/weixin.png) no-repeat center;}
.bdshare-button-style0-16 .bds_tsina:hover{background: url(../image/tsina.png) no-repeat center;}
.bdshare-button-style0-16 .bds_fbook:hover{background: url(../image/fbook.png) no-repeat center;}
.bdshare-button-style0-16 .bds_twi:hover{background: url(../image/twi.png) no-repeat center;}
.bdshare-button-style0-16 .bds_linkedin:hover{background: url(../image/linkedin.png) no-repeat center;}
.bdshare-button-style0-16 .bds_instagram:hover{background: url(../image/instagram.png) no-repeat center;}
.bdshare-button-style0-16 .bds_youtobe:hover{background: url(../image/youtobe.png) no-repeat center;}

.foot_share a.bds_fbook,.foot_share a.bds_linkedin,.foot_share a.bds_tsina,.foot_share a.bds_twi{background-position: center!important;}
.foot_share a.bds_tsina{background: url(../image/tsina_1.png) no-repeat center;}
.foot_share a.bds_fbook{background: url(../image/fbook_1.png) no-repeat center;}
.foot_share a.bds_twi{background: url(../image/twi_1.png) no-repeat center;}
.foot_share a.bds_linkedin{background: url(../image/linkedin_1.png) no-repeat center;}
.foot_share a.bds_instagram{background: url(../image/instagram_1.png) no-repeat center;}
.foot_share a.bds_youtobe{background: url(../image/youtobe_1.png) no-repeat center;}

.foot_share a,.foot_share aa{line-height: 20px!important;height: 20px!important;width: 25px;padding-left: 5px!important;}
.foot_share a:hover{opacity: 1!important;filter: alpha(opacity=100)!important;}
.foot_share a.theme-login:hover{background: url(../image/weixin.png) no-repeat center;}
.foot_share a.bds_tsina:hover{background: url(../image/tsina.png) no-repeat center;}
.foot_share a.bds_fbook:hover{background: url(../image/fbook.png) no-repeat center;}
.foot_share a.bds_twi:hover{background: url(../image/twi.png) no-repeat center;}
.foot_share a.bds_linkedin:hover{background: url(../image/linkedin.png) no-repeat center;}
.foot_share a.bds_instagram:hover{background: url(../image/instagram.png) no-repeat center;}
.foot_share a.bds_youtobe:hover{background: url(../image/youtobe.png) no-repeat center;}



.foot_share a.theme-login.foot_tb{background: url(../image/tb2.png) no-repeat center;}
.foot_share a.theme-login.foot_jd{background: url(../image/jd2.png) no-repeat center;}

.foot_share a.theme-login.foot_tb:hover{background: url(../image/tb1.png) no-repeat center;}
.foot_share a.theme-login.foot_jd:hover{background: url(../image/jd1.png) no-repeat center;}




.theme-popover-mask{z-index:98;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.4;filter:alpha(opacity=40);display:none;}
.theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:280px;margin:-151px 0 0 -140px;border-radius:5px;background-color:#fff;display:none;}
.theme-poptit{position:relative;}
.theme-popbod{padding:10px;color:#444;}
.theme-popbom{padding:15px;background-color:#f6f6f6;border-top:1px solid #ddd;border-radius:0 0 5px 5px;color:#666;}
.theme-popbom a{margin-left:8px;}
.theme-poptit .close{color:#999;text-shadow:0 1px 0 #ddd;width:28px;height:28px;cursor:pointer;position:absolute;top:-20px;right:-35px;background:url(../image/divclose.png) center center no-repeat;transform:rotate(0deg);background-size: 100%;}
.theme-poptit .close:hover{color:#444;}


/*修改上一页下一页样式 11-2*/

.news_shares{width:100%;padding-top:60px;margin-bottom:100px;}
.news_shares .news_sharesL{float:left;}
.news_sharesL>a{font-size:16px;color:#828798;line-height:24px;}
.news_sharesL>a:hover{text-decoration:underline;color:#e60012;}
.news_sharesR .ToMenu{width:160px;height:34px;border:1px solid #e60012;text-align:center;line-height:34px;color:#e60012;margin-bottom:20px;transition:0.6s;display: block;font-size:16px;}
.news_sharesR .ToMenu:hover{background:#e60012;color:#fff;}
.news_shares .news_sharesR{float:right;}

.clearfix:after {display: block;content: '';clear: both;visibility: hidden;}



/*11-15  增加语言选择*/
.list h1{ text-align:center; padding:35px 0 0}
.list h2{ text-align:center; font-size: 30px;color: #5f5f5f; margin:25px 0 10px}
.list h3{text-align:center; font-size: 20px;color: #5f5f5f; margin:0px 0 20px; font-family:"微软雅黑"; font-weight:normal}
.list ul{ overflow:hidden; margin:0 auto; display:table}
.list li{ width:117px; float:left; margin:0 30px; text-align:center; line-height:45px}
.list li a{ float:left;font-size: 22px;color: #5e5e5e;}
.list li a:hover{color: #e60012;}


/*11-16 增加鼠标移上显示二维码*/

.theme-login{position: relative;}
.theme-login:hover .wechat-popup-bd{top:-20px;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);opacity:1}
.wechat-popup-bd{top:-9999rem;position:absolute;opacity:0;transition:opacity .5s;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:10rem;padding:.6rem;background:#fff;}
.wechat-popup-bd img{display:block;width:100%;height:auto}
.wechat-popup-bd p{color:#8b95a0;text-align:center;font-size:.8rem}
.wechat-popup-bd:before{content: "";width: 100%;position: absolute;bottom: -10px;height:11px;background: url(../image/jt.png) no-repeat center top;left: 0; }


/**以下是搜索代码**/
.searchbar {display: block;position: fixed;visibility: hidden;transition: visibility .3s ease;}
.searchbar.open {visibility: visible;opacity: 1;}
.searchbar input {background: transparent;outline: 0;border: 0;text-align: left;display: block;box-sizing: border-box;height: 50px;line-height: 49px;
padding: 0 6%;font-size: 1.125rem;color: #333;width: 75%;float: left;}
.searchbar input:focus {border-bottom: 0;}
.searchbar .search_btn {width: 25%;display: block;float: left;height: 50px;padding: 0;}
.searchbar {width: 100%;height: 100%;z-index: 9000;transition: background-color .4s ease;top: 0;}
.searchbar>div {position: absolute;left: 50%;top: 50%;width: 70%;max-width: 720px;border-radius: 5px;overflow: hidden;opacity: 0;
-webkit-box-shadow: 0 -3px 19px 2px rgba(0,0,0,0.1);-moz-box-shadow: 0 -3px 19px 2px rgba(0,0,0,0.1);box-shadow: 0 -3px 19px 2px rgba(0,0,0,0.1);
transform: translate(-50%,-200%);transition: transform .5s ease,opacity .5s ease;transition-delay: .1s;}
.searchbar input {background-color: #fff;height: 60px;line-height: 59px;font-size: 20px;}

.searchbar input::-webkit-input-placeholder {font-size: 14px;}
.searchbar input::-moz-placeholder{font-size: 14px;}
.searchbar input:-ms-input-placeholder{font-size: 14px;}

.searchbar .search_btn {line-height: 59px;height: 60px;font-size: 1.375rem;border-radius: 0 5px 5px 0;}
.searchbar.open {background-color: rgba(0,0,0,0.8);}
.searchbar.open>div {transform: translate(-50%,-50%);opacity: 1;}
.searchbar.open .search-close {transform: translateY(0);}
.search_btn {display: inline-block;vertical-align: middle;transform: perspective(1px) translateZ(0);position: relative;transition: color .3s ease-out;cursor: pointer;
border: 0;color: #fff;height: 45px;line-height: 44px;text-align: center;font-weight: 400;background-color: #e60012;padding: 0 2em;font-size: 1rem;}
.search_btn:before {content: "";position: absolute;z-index: -1;top: 0;right: 0;left: 0;bottom: 0;
background-color: #c32733;transform: scaleX(0);transform-origin: 0 50%;transition: transform .2s ease-out;}
.search_btn:hover,.search_btn:focus,.search_btn:active {color: #fff;}
.search_btn:hover:before,.search_btn:focus:before,.search_btn:active:before {transform: scaleX(1);}
.search-close {display: block;position: absolute;background-image: url("../image/search-close.svg");
background-size: 28px auto;background-position: center center;background-color: transparent;
background-repeat: no-repeat;width: 60px;height: 60px;right: 50px;top: 53px;transform: translateY(-50%);
transition: transform .5s ease,background-color .3s ease;font-size: 0;}
.search-close:hover {background-color: #e60012}




.layui-layer-setwin .layui-layer-close2{background: url(../image/cha.png) no-repeat center!important;top:-35px!important;border:0; right:-40px!important;padding: 12px!important;background-color: #e60012!important;border-radius: 20px!important;width:40px!important;height:40px!important;-webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;-ms-transform:all ease-in-out 400ms;overflow:hidden;}
.layui-layer-setwin .layui-layer-close2:hover{background: url(../image/cha.png) no-repeat center!important;-webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg);transform: rotate(180deg);background-color: #e60012!important;}
.layui-layer-setwin .layui-layer-close2:before{content:''; display:none;}
.layui-layer.layui-layer-iframe{border-radius:0!important; box-shadow: 0px 0px 0px rgba(0,0,0,0);overflow-y: initial;}







