﻿@charset "UTF-8";
/*share-weixin*/
.bd_weixin_popup{-webkit-box-sizing: content-box;box-sizing: content-box;}
/*browser-modal*/
#browser-modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 999;
	display: none;
}
#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .5;
    z-index: -1;
}
#browser-modal .browser-content {
    width: 700px;
    margin:0 auto;
    padding: 40px 0;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top:50%;
    margin-top: -215px;
}
#browser-modal .browser-logo{
    display: block;
    width:138px;
    height:60px;
    margin: 0 auto 30px auto;
}
#browser-modal .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}
#browser-modal .browser-text-desc {
    margin-top:20px;
    margin-bottom: 30px;
    font-size: 14px;
}
#browser-modal .browser-list {
    width: 600px;
    margin:30px auto;
    height: 130px;
}
#browser-modal .browser-item {
    float: left;
    width: 150px;
    margin:20px auto;
}
#browser-modal .browser-item a {
    color: #1897f2;
    cursor: pointer;
    display: block;
}
#browser-modal .browser-pic {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
#browser-modal .browser-item .browser-i-c{
    background-image: url(../images/chrome.jpg);
}
#browser-modal .browser-item .browser-i-f {
    background-image: url(../images/firefox.jpg);
}
#browser-modal .browser-item .browser-i-s {
    background-image: url(../images/safari.jpg);
}
#browser-modal .browser-item .browser-i-e {
    background-image: url(../images/edge.jpg);
}
#browser-modal .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}
/*header-start*/
/*header-start*/
.header{position: fixed;top:0;left: 0;width: 100%;background: #fff;height: 100px;z-index: 500;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);}
.header.fixed{height: 80px;}
.header .logo{
	width: 138px;
	height: 60px;
	margin-top: 20px;
	float: left;
}
.header.fixed .logo{margin-top: 10px;}
.header .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.navbar{float: left;margin-left: 82px;}
.navbar li{
	float: left;
	padding:0 27px;
}
.navbar li.relative{position: relative;}
.navbar li>a{
	display: block;
	font-size: 16px;
	color: #444;
	line-height:100px;
	padding:0 6px;
	position: relative;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.header.fixed .navbar li>a{line-height: 80px;}
.navbar li>a::after{
	content: '';
	width: 0;
	height: 3px;
	background: #e60012;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.navbar li a:hover{color: #e60012}
.navbar li.active>a{color: #e60012}


.navbar li.active a::after,
.navbar li a:hover::after{width: 100%}
.header .hotline{
	float: right;
	margin-right: 32px;
	margin-top:20px;
}
.header.fixed .hotline{margin-top:10px;}
.header .hotline a{
	display: block;
	font-size: 22px;
	color: #e60012;
	line-height:60px;
	font-family: "ITCA";
}
.header .hotline a i{
	font-size: 28px;
}
.language{
	float: right;
	position: relative;
	margin-top: 20px;
}
.header.fixed .language{margin-top: 10px;}
.language-text{
	display: block;
	color: #666;
	line-height:60px;
	padding:0 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language-text i{font-size: 12px;margin-left: 4px;display: inline-block;vertical-align: middle;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.language-list{
	position: absolute;
	top:100%;
	right: 0;
	z-index: 10;
	background: #fff;
	padding:10px 0;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	        box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.language-list a{
	display: block;
	padding:10px 30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.language-list a:hover{color: #e60012}
.language:hover .language-text{color: #e60012;}
.language:hover .language-text i{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.language:hover .language-list{
	opacity: 1;
	visibility: visible;
}
.dropdown{
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 999;
    background: 0 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    color: #303233;
    height: auto;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: auto;
    -webkit-transition: max-height .7s;
    -o-transition: max-height .7s;
    transition: max-height .7s;
}
.navbar li:hover .dropdown{
    padding: 0 10px 10px;
    max-height: 400px;
    opacity: 1;
}
.single-cont {
    padding: 10px 0;
    background: #fff;
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.single-cont a {
    line-height: 38px;
    font-size: 14px;
    padding: 0 27px;
    white-space: nowrap;
    display: inline-block;
    color: #666;
    height: auto;
    background: 0 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu{
    position: absolute;
    top: 80px;
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    padding-bottom: 20px;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.navbar li:hover .dropdown-menu{
    display: block;
    visibility: visible;
}
.head-series{
	width: 100%;
	font-size: 0;
	text-align: center;
	padding: 47px 0 40px;
}
.head-series-item{
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.head-pro-img{
	width: 210px;
	height: 210px;
	margin: 0 auto;
}
.head-pro-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.head-series-item p{
	font-size: 16px;
	line-height: 24px;
	color:#444;
	margin-top: 7px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
}
.head-series-item:hover p{color: #848484;}
@media (max-width: 1429px){
  .navbar{margin-left: 62px;}
  .navbar li{padding:0 20px;}
  .header .hotline{margin-right: 27px;}
  .head-series-item{width: 200px;}
  .head-pro-img{width: 200px;height: 200px;}
}
/*header-end*/
/*banner-start*/
#bannerSwiper{height: calc(100vh - 100px);}
.sec-banner .swiper-slide{
	height:100%;
	background: #fff;
}
.sec-banner .swiper-slide a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sec-banner .swiper-slide a .container-middle{
	position: relative;
	height: 100%;
}
.banner-cont{position: absolute;right: 0;top:30%;text-align: right;}
.banner-cont .text{
	font-size: 40px;
	font-weight: lighter;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
.banner-cont .red{color: #e60012}
.banner-cont .en{
	font-size: 26px;
	font-weight: lighter;
	font-family: Open Sans;
	line-height: 30px;
	color: rgba(255,255,255,.8);
	margin-top: 17px;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
	-webkit-transition: all 1s ease-out .2s;
	-o-transition: all 1s ease-out .2s;
	transition: all 1s ease-out .2s;
}
.banner-cont .more{
	margin-top: 55px;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	    -ms-transform: translateY(-50px);
	        transform: translateY(-50px);
	-webkit-transition: all 1s ease-out 0.4s;
	-o-transition: all 1s ease-out 0.4s;
	transition: all 1s ease-out 0.4s;
}
.btn-more{
	display: inline-block;
	font-size: 16px;
	color: #e60012;
	background: #fff;
	line-height: 46px;
	padding:0 38px;
	border-radius: 22px;
	text-align: center;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}
.btn-more i{font-size: 20px;margin-left: 15px;-webkit-transition: all 0.3s ;-o-transition: all 0.3s ;transition: all 0.3s ;display: inline-block;vertical-align: middle;}
.btn-more:hover{background:rgba(255,255,255,.8);}
.btn-more:hover i{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
#bannerSwiper .swiper-slide-active .banner-cont .en,
#bannerSwiper .swiper-slide-active .banner-cont .more,
#bannerSwiper .swiper-slide-active .banner-cont .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
@-webkit-keyframes wani {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
@keyframes wani {
  0% {
    width: 0;
  }
  20% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.banner-pagination{position: absolute;bottom:40px;left: 0;width: 100%;z-index: 10;text-align: center;font-size: 0;}
.banner-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 60px;
	height: 20px;
	position: relative;
	padding:9px 0;
	border-radius: 0;
	margin:0 5px;
	background: transparent;
	opacity:1;
}
.banner-pagination .swiper-pagination-bullet::before{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(255,255,255,.6);
}
.banner-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    top:9px;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    background: #e60012;
    z-index: 2;
}
.banner-pagination .swiper-pagination-bullet-active::after{
	-webkit-animation: wani 5s 1 cubic-bezier(0.28, 0.77, 1, 1);
	        animation: wani 5s 1 cubic-bezier(0.28, 0.77, 1, 1)
}
/*banner-end*/
/*home-product-start*/
.section-title{text-align: center;margin:74px 0 60px;}
.section-title h4{
	font-family: "Acrom_M";
	font-size: 50px;
	line-height:53px;
}
.section-title h5{font-size: 22px;}
.section-title .hr{
	width: 26px;
	height: 2px;
	background: #e60012;
	margin:10px auto 0 auto;
}
.home-product-list{margin:0 -5px;}
.home-product-list .m-col{
	float: left;
	width: 50%;
	padding:0 5px;
	margin-bottom: 10px;
}
.home-product-list .m-pic{display:block;width: 100%;overflow: hidden;}
.home-product-list .m-pic img{
	width: 100%;
	display: block;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.home-product-list .m-pic:hover img{
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}
.home-product-bot{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:35px 0;
}
.home-product-bot .container{position: relative;}
.home-product-bot .m-cont{
	position: absolute;
	left: 60px;
	top:0;
	height: 100%;
}
.home-product-bot .m-tit{
	font-family: "Acrom_M";
	font-size: 33px;
	line-height: 40px;
	padding:0 10px;
}
.home-product-bot .m-des{
	font-size: 16px;
	color: #666;
	padding:0 10px;
}
.hpro-pagination{margin-top: 20px;display: inline-block;}
.hpro-pagination .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background: transparent;
	display: block;
	opacity: 1;
}
.hpro-pagination .hpro-butt{margin:3px 0;}
.hpro-pagination p{
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	padding:0 10px;
	border-radius: 10px;
	color:#666;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hpro-pagination p:hover{
	color: #e60c1d;
}
.hpro-pagination .swiper-pagination-bullet-active p,
.hpro-pagination .swiper-pagination-bullet-active p:hover{
	background: #e60c1d;
	color: #fff;
}
.home-product-fig{
	width:435px;
	height: 320px;
	float: right;
	margin-right: 110px;
}
#hproSwiper .swiper-slide{
	width:435px;
	height: 320px;
}
#hproSwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
/*home-product-end*/
/*home-Manufacturing-start*/
.home-manufacturing{padding-bottom: 168px;}
.home-manuf{position: relative;}
#manufSwiper .swiper-slide{height: 650px;}
.manuf-box{position: relative;height: 100%;}
.manuf-pic{width: 100%;height: 100%;display: block;}
.manuf-cont{
	position: absolute;
	left:9.3%;
	top:50%;
	margin-top: -150px;
	z-index: 4;
	width: 300px;
	height: 300px;
	background: rgba(230,0,18,.8);
	text-align: center;
	color: #fff;
	padding:45px 40px;
}
.manuf-cont .m-tit{padding-bottom:16px;border-bottom: 1px solid rgba(255,255,255,.4);position: relative;}
.manuf-cont .m-tit span{
	font-size:30px;
	line-height: 40px;
	height: 40px;
	display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.manuf-cont .m-tit::after{
	content:'';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -15px;
}
.manuf-cont .m-des{
	line-height: 24px;
	 height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin:17px 0 30px;
}
.btn-look{
	display: inline-block;
	color: #fff;
	line-height: 32px;
	padding:0 30px;
	border:1px solid rgba(255,255,255,.6);
	border-radius: 16px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-look:hover{
	background:#fff;
	color: #333;
}
.manuf-pagination{
	position: absolute;
	bottom: -88px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.manuf-pagination .swiper-pagination-bullet{
	width: auto;
	height: auto;
	background: transparent;
	opacity: 1;
}
.manuf-page{
	display: inline-block;
	margin:0 15px;
	text-align: center;
	cursor: pointer;
}
.manuf-page .m-icon{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	        box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	margin:0 auto 14px auto;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.manuf-page .m-icon img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.manuf-page .m-icon .aft{
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.manuf-page p{font-size: 16px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.manuf-pagination .swiper-pagination-bullet-active .m-icon,
.manuf-page:hover .m-icon{
	background: #e61727;
}
.manuf-pagination .swiper-pagination-bullet-active .m-icon .bef,
.manuf-page:hover .m-icon .bef{opacity: 0}
.manuf-pagination .swiper-pagination-bullet-active .m-icon .aft,
.manuf-page:hover .m-icon .aft{opacity: 1}
.manuf-pagination .swiper-pagination-bullet-active p,
.manuf-page:hover p{color: #e61727}
.manuf-prev,.manuf-next{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 52px;
	text-align: center;
	color: #666;
	position: absolute;
	top:50%;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.manuf-prev{left: -116px;}
.manuf-next{right: -116px;}
.manuf-prev:hover,.manuf-next:hover{color: #e61727}
@media (max-width: 1639px){
  .manuf-prev{left: -60px;}
  .manuf-next{right: -60px;}
}
@media (max-width: 1530px){
  .manuf-prev{left: 0;}
  .manuf-next{right:0;}
}
@media (max-width: 1429px){
	#manufSwiper .swiper-slide{height: 557px;}
}
/*home-Manufacturing-end*/
/*home-cooperation-start*/
.home-cooperation{background: #fafafa;border-top:1px solid rgba(204,204,204,.3);padding-bottom:60px;}
.coopera-list li{
	float: left;
	width: 20%;
	padding:5px;
}
.coopera-list li .m-pic{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.coopera-list li .m-pic img{
	width: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.coopera-list li .m-pic:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
/*home-cooperation-end*/
/*footer-start*/
.footer{width: 100%;overflow: hidden;}
.foot-directory{border-top:3px solid #e60012;background: #111;padding:56px 0 82px 0;}
.directory-share{float: left;}
.foot-logo{display: block;width: 120px;height: 52px;}
.foot-logo img{width: 100%;height: 100%;}
.footer .share{margin-top: 30px;}
.share .bdsharebuttonbox a {
    display: inline-block;
    padding: 0;
    background: transparent;
    font-size:20px;
    line-height:34px;
    text-align: center;
    height:36px;
    width:36px;
    color: rgba(255,255,255,.5);
    border:1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    margin: 0 15px 0 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.share .bdsharebuttonbox a::before {
    font-family: "iconfont";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height:34px;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:20px;
}
.share .bdsharebuttonbox a.bds_sqq::before {
    content: "\e603";
}
.share .bdsharebuttonbox a.bds_tsina::before {
    content: "\e604";
}
.share .bdsharebuttonbox a.bds_weixin::before {
    content: "\e605";
}
.foot-menu{
	margin-left: 186px;
	margin-top: 14px;
}
.foot-itme{
	float: left;
	width: 14%;
	padding: 0 10px;
	text-align: left;
}
.foot-itme dl{float: left;max-width: 100%;}
.foot-itme dt a{
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.foot-itme dt{margin-bottom: 22px;}
.foot-itme dd a{
	color:rgba(255,255,255,.6);
	line-height:18px;
}
.foot-itme dd{padding:3px 0;}
.foot-copyright{
	background: #1b1b1b;padding:19px 0 20px;
	color: #999;
}
.foot-copyright a{color: #999;}
.foot-copyright .copyright{
	float: left;
	width: 660px;
}
.foot-copyright .ctmon{float: right;}
.foot-address{float:right;margin-right:45px;max-width: 400px;}
.foot-address i{margin-right:6px;font-size:18px;}


.footer a{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.share .bdsharebuttonbox a:hover{
	background: #e60012;
	border-color:#e60012;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.footer a:hover{color: #e60012}
@media (max-width: 1429px){
  .foot-copyright .copyright{width: 500px;}
}
/*footer-end*/
/*breadcrumb-start*/
.breadcrumb{padding:20px 0;}
.breadcrumb-nav a{display: inline-block;position: relative;color:#777;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.breadcrumb-nav a:hover{color:#e60012}
.breadcrumb-nav a::before {
    content: "";
    display: inline-block;
    color: #777;
    width: 20px;
    height: 20px;
    background:url(../images/crumb.png) no-repeat center center;
    margin:0 10px;
    vertical-align: middle;
    margin-top: -2px;
}
.breadcrumb-nav a:first-child::before{display: none;}
/*breadcrumb-end*/

/*products-start*/
.sec-products{padding-bottom: 95px;}
.filter-top{margin-bottom: 24px;}
.product-title{font-size: 30px;}
.num-content{font-size: 26px;color: #777;vertical-align: top;}
.filter-list{float: left;width: 250px;}
.list-title{font-size: 24px;display: inline-block;text-transform: uppercase;margin-right: 8px;margin-bottom: 5px;}
.filter-upgrade{color:#e60012;cursor: pointer;transition: all .3s;}
.filter-upgrade:hover{color:#b7000e}
.list-inner{padding:20px 0;border-top: 1px solid #c8c8c8;}
.filter-series{font-size: 18px;color: #444;line-height: 24px;}
.check-option{
	padding:15px 0;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 12px;
}
.list-tit{
	display:block;
	font-size: 16px;
	line-height: 20px;
	padding:0 30px;
	color: #666;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: url(../images/icon-plus.png) right center no-repeat;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.list-tit:hover{color:#e60012}
.check-option.open .list-tit{
	background-image: url(../images/icon-minus.png);
}
.list-sub{padding:17px 30px 0 30px;display: none;}
.check-option.open .list-sub{display: block;}
.list-sub li{
	color: #666;
	margin:5px 0;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.list-sub li:hover{color:#e60012;}
.filter-checkbox{
	vertical-align: top;
	width: auto;
	line-height: normal;
    cursor: pointer;
    position: absolute;
	left: -9999px;
}
.check-item label{
	width: 90%;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
    color: #666;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.check-item [type="checkbox"] + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #777;
    background: #fff;
    border-radius: 3px;
}
.check-item [type="checkbox"] + label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 0.8;
    color: #fff;
    border-radius: 3px;
    background: url(../images/icon-check.png) center center no-repeat #777;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.check-item [type="checkbox"]:not(:checked)+label:after{
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.check-item [type="checkbox"]:checked+label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.product-list{float: right;width: 900px;}
.product-itme{
	float: left;
	width: 290px;
	height: 500px;
	margin:5px;
	background: #f5f5f5;
	
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product-itme .pic{
	width: 290px;
	height: 290px;
	overflow: hidden;
}
.product-itme .pic img{
	width: 100%;
	height: 100%;
}
.product-itme .cont{
	padding:25px 30px 0 30px;
}
.product-itme .tit-box{padding-bottom: 15px;border-bottom: 1px solid #ccc;margin-bottom: 23px;}
.product-itme .tit{
	font-size: 18px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-itme .des{
	line-height: 24px;
	color: #777;
	height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.product-itme:hover{
	-webkit-box-shadow: rgba(0,0,0,0.35) 2px 2px 16px 0;
	        box-shadow: rgba(0,0,0,0.35) 2px 2px 16px 0;
}
.product-itme:hover .tit{color:#e60012;}
/*products-end*/
/*products-detail-start*/
.products-detail{
	border-top: 1px solid #c8c8c8;
	padding:60px 0 65px;
}
.products-title{
	font-size: 22px;
}
.products-pic{
	width: 400px;
	margin:20px auto 53px auto ;
}
.view .swiper-slide{
	width: 400px;
	height: 400px;
	background: #fff;
}
.view .swiper-slide img{
	width: 100%;
	display: block;
} 
.preview{position: relative;width: 556px;margin:10px auto;}
.preview .swiper-container{
	margin:0 50px;
	width: 456px;
}
.preview .swiper-slide{
	background: #fff;
	width: 152px;
	height: 152px;
	padding:0 5px;
}
.preview .swiper-slide img{
	width: 100%;
	display: block;
	border:1px solid #e8e8e8;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height:100%;
}
.preview .active-nav img{
	border-color: #e60012
}
.preview .arrow-left,
.preview .arrow-right{
	
	height: 112px;
	text-align: center;
	line-height: 112px;
	color: #666;
	font-size: 22px;
	position: absolute;
	top:20px;;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
} 
.preview .arrow-left{left: 0}
.preview .arrow-right{right: 0}
.preview .arrow-left:hover,
.preview .arrow-right:hover{
	color:#e60012;
}
.spec-nav{border-bottom: 1px solid #ebebeb;}
.spec-nav li{
	float: left;
	font-size: 16px;
	color: #777;
	line-height: 62px;
	text-align: center;
	padding:0 13px;
	margin-right:26px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-nav li::after{
	content: '';
	width: 0;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 50%;
	bottom: -1px;
	z-index: 2;
	-webkit-transform:translateX(-50%);
	    -ms-transform:translateX(-50%);
	        transform:translateX(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.spec-nav li.active::after,
.spec-nav li:hover::after{width: 100%;}
.spec-nav li.active,
.spec-nav li:hover{color: #e60012}
.product-spec{padding:10px 0;}
.spec-pane{display: none;}
.spec-pane.active{display: block;}
.spec-item{padding:50px 0 35px;border-top: 1px solid #ebebeb;}
.spec-item:first-child{border-top: none;}
.spec-cont{
	float: left;width: 860px;
}
.spec-img{float: right;width: 280px;text-align: center;}
.spec-cont .m-tit{font-size: 20px;color: #444;}
.spec-cont .m-des{
	line-height: 30px;
	color: #666;
	margin-top: 12px;
}
.spec-img img{
	max-width: 100%;
}
/*products-detail-end*/
/*subbanner-start*/
.subbanner{background: #fff;position: relative;}
.subbanner-pic img{
	width: 100%;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 59px;
}
.subbanner .sub-cont{
	width: 200px;
	height: 200px;
	background: #d90e1e;
	color:#fff;
	position: absolute;
	bottom: 0;
	left: 50%; 
	margin-left: -600px;
	z-index: 10;
	padding:22px;
}
.subbanner .tit{
	font-size: 24px;
	line-height: 30px;
}
.subbanner .en{
	font-size: 16px;
	color: #fff;
	opacity: .7;
	font-family: Open Sans,Arial,sans-serif;
}
.subbanner .hr{
	width: 30px;
	height: 3px;
	background: #fff;
	margin:18px 0 22px;
}
.subbanner .icon{
	font-size: 50px;
	line-height: 1;
	margin-left: -4px;
}
.subbanner .icon img{height: 50px;}
.subbanner .sub-menu{
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
	z-index: 10;
}
.subbanner .sub-menu ul{margin-left: 220px;}
.subbanner .sub-menu ul.fixed{
	position: fixed;
	top:80px;
	left: 0;
	width: 100%;
	text-align: center;
	margin:0 auto;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	z-index: 400;
}
.sub-menu li{
	display: inline-block;
	margin:0 15px;
}
.sub-menu li a{
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #666;
	padding:0 7px;
	text-align: center;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sub-menu li a::after{
	content: '';
	width: 0;
	height: 2px;
	background: #e60012;
	position:absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.sub-menu li.on a,
.sub-menu li:hover a{color:#e60012;}
.sub-menu li.on a::after,
.sub-menu li:hover a::after{width: 100%}
@media (max-width: 1429px){
	.subbanner .sub-cont{height: auto;padding: 18px;}
	.subbanner .hr{margin: 15px 0 18px;}
}
/*subbanner-end*/
/*contact-start*/
.sec-contact{padding:6px 0 85px;}
.support-title{padding:60px 0 40px;text-align: center;}
.support-title h3{font-size: 30px;}
.support-title .hr{width: 30px;height: 2px;background: #d90e1e;margin:17px auto 0 auto;}
.contact-box{margin:0 -10px;}
.contact-box li{
	float: left;
	width: 285px;
	height: 200px;
	background: #fff;
	padding:30px;
	margin:0 10px;
	text-align: center;
	-webkit-box-shadow:0 0 20px 4px rgba(0,0,0,.1);
	        box-shadow:0 0 20px 4px rgba(0,0,0,.1);
}
.contact-box .icon{
	width: 44px;
	height: 44px;
	overflow: hidden;
	margin:0 auto;
	text-align: center;
	line-height: 1;
	font-size: 44px;
	color: #d90e1e;
}
.contact-box .tit{font-size: 20px;margin:10px 0;}
.contact-box .des{color:#777;}
.contact-box a{color:#777;-webkit-transition: all.3s;-o-transition: all.3s;transition: all.3s;}
.contact-box a:hover{color:#e60012;}
/*contact-end*/
/*message-start*/
.sec-message{background-repeat: no-repeat;background-position: center;background-size: cover;padding-bottom: 70px;}
.sec-message .support-title h3{color: #fff}
.sec-message .support-title .hr{background:#fff;}
.message-form{width: 1150px;margin:0 auto;}
.message-form .col-3{float: left;width: 33.3333%;padding:0 20px;}
.message-form .col-1{float: left;width:100%;padding:0 20px;}
.input-box{margin-bottom: 30px;}
.input-box input,.input-box textarea{
	width: 100%;
	font-size: 14px;
	color: #666;
	padding:15px 12px;
	line-height:20px;
	background: #fff; 
}
.message-form textarea{
	height: 260px;
	resize: none;
}
.message-bot{text-align:center;margin-top: 6px;}
.btn-submit{
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	padding:0 60px;
	border:1px solid #d90e1e;
	border-radius: 20px;
	background: #d90e1e;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-submit:hover{background:#b70a17;border-color:#b70a17}
/*message-end*/
/*map-start*/
.address-box{padding:57px 0 95px;}
.address-item{width:43%;padding:0 45px;}
.address-item .tit{font-size: 22px;}
.address-item .tit img{
	margin-right: 10px;
}
.address-item .des{line-height: 26px;color: #666;margin-top: 10px;}
/*map-end*/
/*Manufacturing-start*/
.sec-manufacture{background: #f5f5f5;padding:80px 0 100px;}
.manufacture-item{position: relative;margin-bottom:50px;}
.manufacture-item.it-1 .manufacture-pic{float: left;}
.manufacture-item.it-2 .manufacture-pic{float: right;}
.manufacture-pic{
	width:600px;
	height: 400px;
	overflow: hidden; 
}
.manufacture-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.manufacture-cont{
	width: 630px;
	height: 350px;
	background: #fff;
	position: absolute;
	top:25px;
	z-index: 2;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.manufacture-item.it-1 .manufacture-cont{
	right: 0;
	padding:35px 80px 35px 110px;
}
.manufacture-item.it-2 .manufacture-cont{
	left: 0;
	padding:35px 110px 35px 80px;
}
.manufacture-title h3{font-size: 30px;}
.manufacture-title .hr{width: 30px;height: 2px;background: #d90e1e;margin:17px 0;}
.manufacture-des{line-height: 30px;color:#666;height: 210px;}
.manufacture-item:hover .manufacture-pic img{-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08);}
.manufacture-item.it-1:hover .manufacture-cont{-webkit-transform: translateX(-20px);-ms-transform: translateX(-20px);transform: translateX(-20px);}
.manufacture-item.it-2:hover .manufacture-cont{-webkit-transform: translateX(20px);-ms-transform: translateX(20px);transform: translateX(20px);}
/*Manufacturing-end*/
/*about-start*/
.sec-about{background: url(../images/about_02.png) no-repeat center bottom #f5f5f5;background-size:100% auto;padding-bottom: 62px;}
.about-title{text-align: center;padding:75px 0 35px;}
.about-title .inline{display: inline-block;}
.about-title h3{display: inline-block;position: relative;font-size: 30px;line-height: 38px;}
.about-title h3::before{
	content: '';
	width: 60px;
	height: 2px;
	background: #e60012;
	position: absolute;
	right: 100%;
	top:50%;
	margin-top: -1px;
	margin-right:10px;
}
.about-title p{color: #666;font-family: Open Sans,Arial,sans-serif;text-align: right;}
.rel{position: relative;}
.abs {
    position: absolute;
    height: 1px;
    top: -120px;
    left: 0;
}
.intro-des{line-height: 30px;color: #666;text-align: center;margin:5px 0;}
.intro-bot{width: 1020px;margin:46px auto 0 auto;}
.intro-bot li{
	float: left;
	width: 33.33333%;
	text-align: center;
	margin:22px 0;
	padding:0 55px;
}
.single-num {
    font-size: 50px;
    line-height: 50px;
    font-family: "ITCA";
    display: inline-block;
}
.intro-bot li .cont i {
    font-size: 50px;
    line-height: 50px;
    font-family: "ITCA";
    font-style: normal;
}
.intro-bot li .cont span {
    font-size: 16px;
    color: #666;
}
.intro-bot li p{margin-top: 10px;font-size: 16px;color: #666;line-height: 26px;}
/*about-end*/
/*culture-start*/
.sec-culture{padding-bottom: 110px;}
.culture-des{font-size: 16px;line-height: 26px;text-align: center;color:#666;}
.culture-list{margin-left: -22.5px;margin-top: 60px;}
.culture-list li{
	float: left;
	width: 385px;
	margin-left: 22.5px;
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);
	        box-shadow:0 0 20px 0 rgba(0,0,0,.1);
}
.culture-list .m-pic{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.culture-list .m-pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.culture-list .cont{
	background: #fff;
	position:relative;z-index: 1;
	padding:28px 15px 15px 15px;
	height: 170px;
	text-align: center;
}
.culture-list .cont::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #d90e1e;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.culture-list .tit{font-size:30px;color: #444;line-height: 40px;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.culture-list .en{
	font-size: 16px;color:#777;
	font-family: Open Sans,Arial,sans-serif;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.culture-list .des{
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.culture-list li:hover .cont::after{height: 100%;}
.culture-list li:hover .tit,
.culture-list li:hover .en,
.culture-list li:hover .des{color:#fff;}
.culture-list li:hover .m-pic img{
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}
/*culture-end*/
/*development-start*/
.sec-development{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 133px;
}
.sec-development .about-title h3{color: #fff;}
.sec-development .about-title p{color:rgba(255,255,255,.4);}
#historySlide{position: relative;width: 100%;margin-top: 42px;}
#historySlide .history-c{
	width: 100%;position: relative;
}
.history-c .swiper-slide{
	width:1200px;
}
#historySlide .history-c .year{
	font-family: "ITCA";
	font-size:80px;
	color: #d90e1e;
	font-weight: lighter;
	border-right: 1px solid #d90e1e;
	display: inline-block;
	line-height: 58px;
	width: 225px;
}
#historySlide .history-c .cont{
	position: relative;
	width: 696px;
	margin:0 auto;
	min-height: 186px;
	padding:30px 0;
}
#historySlide .history-c .des{
	width: 460px;
	font-size:20px;line-height: 24px;
	color: rgba(255,255,255,.8);
	vertical-align: top;display: inline-block;
	padding-left: 56px;
	padding-top: 35px;
}
#historySlide .p-tit{
	font-size: 18px;line-height: 24px;
	margin-bottom: 14px;
}
#historySlide .history-c .des p{
	font-size: 14px;
	line-height: 26px;
}
#historySlide .history-scroll{height:70px;margin-left:-97px;position: relative;z-index: 1;}
#historySlide .history-scroll::before{
	content: '';
	width: 1200px;
	height: 23px;
	background: url(../images/time-line2.png) repeat-x 1px top;
	position: absolute;
	top:0;
	left: 97px;
	z-index: -1;
}
#historySlide .swiper-container{padding:0 22px;}
.history-scroll .swiper-slide{
	float: left;
	width:154px;
	height:70px;
	cursor: pointer;
}
.history-scroll .swiper-slide.active-nav,.history-scroll .swiper-slide.active-nav:hover{color: #006fc1;}
#historySlide .time-line{
	width:154px;height:70px;
	position: relative;
	padding-top: 23px;text-align: center;
}
.history-scroll .dot{
	padding:3px;
	width:14px;height: 14px;
	border:1px solid #d2232a;
	border-radius: 50%;
	margin:0 auto;
	opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
}
.history-scroll .dot i{
	display: block;
	background:#d2232a;
	width:100%;height: 100%;
	border-radius: 50%;
}
.history-scroll .swiper-slide.active-nav .dot{opacity:0.9;}
.history-scroll .daty{
	font-size:16px;
	line-height:32px;
	color: rgba(255,255,255,.8);
}
#historySlide .arrow-left,#historySlide .arrow-right{
    width:55px;height: 55px;
    border:1px solid #c7c7c7;border-radius: 50%;
    font-size: 14px;
    color:#c7c7c7;
    line-height: 53px;
    text-align: center;
    position: absolute;top:30px;
    z-index: 10;
    cursor:pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#historySlide .arrow-left{left: 0;}
#historySlide .arrow-right{right: 0;}
#historySlide .arrow-left:hover,#historySlide .arrow-right:hover{background-color: #d90e1e;
	border-color: #d90e1e;
	color:#fff;
}
/*development-end*/
/*honor-start*/
.sec-honor{padding-bottom:75px;}
.honor-box{position: relative;}
#honorSwiper{margin:0 -10px;}
#honorSwiper .swiper-slide{
	width:405px;
	padding:35px 0;
}
.honor-item{
	width: 385px;
	height:400px;
	margin:0 auto;
	background: #fff;
	padding: 24px 0;
	cursor: pointer;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.honor-pic{
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.honor-pic img{
	width: 100%;
	height: 100%;
}
.honor-tit{
	font-size: 16px;
	color: #666;padding:0 15px;text-align: center;margin-top: 17px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honor-item:hover .honor-tit{color:#d2232a;}
.honor-item:hover{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.swiper-prev,.swiper-next{
	width: 46px;
	height: 46px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #d2232a;
	-webkit-box-shadow: 0 6px 15px 0 rgba(204,204,204,.5);
	        box-shadow: 0 6px 15px 0 rgba(204,204,204,.5);
	cursor: pointer;
	position: absolute;
	top:50%;
	margin-top: -23px;
	z-index: 4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.swiper-prev{left: -96px;}
.swiper-next{right: -96px;}
.swiper-prev:hover,.swiper-next:hover{
	background: #d2232a;
	color:#fff;
	-webkit-box-shadow: 0 6px 15px 0 rgba(210,35,42,.3);
	        box-shadow: 0 6px 15px 0 rgba(210,35,42,.3);
}
/*图片放大*/
#darkbox {
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.8) no-repeat none 50%;
	background-size: contain;
	-webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
	box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
	opacity: 0;
	visibility: hidden;
}
#darkbox.on {
	opacity: 1;
	visibility: visible;
	height: 90% !important;
	width: 90% !important;
	left: 5% !important;
	top: 5% !important;
}
#darkbox_prev, #darkbox_next {
	cursor: pointer;
	-moz-user-select: none;
	 -ms-user-select: none;
			 user-select: none;
	-webkit-user-select: none;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 50px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#darkbox_prev {
	left: -2px;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#darkbox_next {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -2px;
}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #e60012;}
#darkbox-description {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 18px;
	bottom: 5px;
	text-align: right;
	text-shadow: 0 1px 1px #000;
}
#darkbox .dark-close{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2em;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#darkbox .dark-close:hover{color:#e60012;}
@media (max-width: 1429px){
	.swiper-prev{left: 0}
	.swiper-next{right:0;}
}
/*honor-end*/
/*join-start*/
.sec-join{background: #f5f5f5;padding-bottom: 100px;}
.join-box{position: relative;}
#joinSwiper{margin:0 -10px;}
#joinSwiper .swiper-slide{
	width:405px;
	padding:35px 0;
}
.join-item{
	width: 385px;
	margin:0 auto;
}
.join-item .pic{
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.join-item .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.join-item:hover .pic img{
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}
.join-item p{
	font-size: 16px;color: #666;
	margin-top:20px;
}
/*join-end*/
/*service-start*/
.sec-service{background:#f5f5f5;padding-bottom: 5px;}
.service-list{margin-left: -13px;}
.service-list li{
	float: left;
	width: 290px;
	height: 365px;
	background: #fff;
	margin-left: 13px;
	padding:68px 42px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.service-list li:hover{
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	        box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}
.service-list .icon{
	width: 70px;
	height: 70px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.service-list .cont{margin-top: 32px;height: 127px;}
.service-list .icon img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.service-list .aft{
	position: absolute;
	top:0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.service-list li:hover .bef{opacity: 0}
.service-list li:hover .aft{opacity: 1}
.service-list .tit{font-size: 22px;}
.service-list .des{font-size: 16px;line-height: 26px;color: #666;margin-top: 22px;}
/*service-end*/
/*support-start*/
.sec-support{background: #f5f5f5;padding-bottom: 95px;}
.support-box .pic{
	width: 600px;
	height: 400px;
	float: left;
	overflow: hidden;
}
.support-box .pic img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.support-box .pic:hover img{
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}
.support-cont{
	width: 600px;
	height: 400px;
	 max-height:400px;
	 overflow-y:auto;
	float: right;
	overflow: hidden;
	background: #fff;
	padding: 33px 50px;
}
.support-cont .scrollbar{width: 100%;height: 100%}
.support-cont .tit{font-size: 22px;}
.support-list{margin-top: 20px;}
.support-list li{margin:10px 0;}
.support-list li a{display: block;}
.support-list .time{color: #999;float: right;width:80px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.support-list .cont{
	color: #666;
	margin-right: 80px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.support-list li a:hover .cont,
.support-list li a:hover .time{color: #e60012}
/*support-end*/
/*download-start*/
.sec-download{padding-bottom: 45px;}
.download-tab{
	text-align: center;
	background: #f5f5f5;
}
.download-tab li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 55px;
}
.tab-head{
	color: #666;
	line-height: 70px;
	height: 70px;
	font-size: 18px;
	cursor: pointer;
}
.tab-head span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-left: 5px;
}
.tab-down{
	min-width: 100px;
	position: absolute;
	top:100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	        box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
	z-index: 10;
}
.tab-down a{
	 color: #666;
    display: block;
    padding: 10px 15px;
    background: #fff;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}
.tab-down a:hover,.tab-down .active{color: #d90e1e;}
.download-tab li.active .tab-head a{color:#d90e1e;}
.download-tab li:hover .tab-down{
	opacity: 1;
	visibility: visible;
}
.table-download{width: 100%;}
.table-download thead{background: #d90e1e;}
.table-download th{
	font-size: 16px;
	line-height: 1.5;
	padding:18px 0;
	color: #fff;
	padding-left: 50px;
	font-weight: 400;
	text-align: left;
}
.table-download .download-th{
	width: 180px;
	padding:18px 0;
}
.table-download td{
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	padding:27px 0;
	padding-left: 50px;
	border-bottom: 1px solid #ededed
}
.table-download .download-td{padding:27px 0;text-align: center;}
.btn-download{
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	padding:0 10px;
	color: #999;
	border:1px solid #ccc;
	border-radius: 13px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-download i{font-size: 14px;margin-right: 5px;}
.btn-download:hover{background: #d90e1e;border-color: #d90e1e;color: #fff}
.loading-box{text-align: center;padding:60px 0;}
/*download-end*/
/*kefu-start*/
/* 在线客服样式 */
.kf-shqi{
	width: 100%;
	height: 40px;
}
.kf-shqi .m-icon{
	display: block;
	margin:0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background:#39424b;
	opacity:.8;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.kf-shqi .m-icon:hover{opacity: 1;}
.gr_kefu.show .m-icon{-webkit-transform: rotate(0);-ms-transform: rotate(0);transform: rotate(0);}
.gr_kefu{
	position:fixed;
	width:50px;
	right:20px;
	top:50%;
	margin-top: -77px;
	z-index:100;
	display: none;
}
.gr_kefu ul li{
	width:50px;height:50px;
	position:relative;
	margin-bottom:1px;
	font-size:14px;
	line-height:50px;
}
.gr_kefu ul li .sidebox{
	position:absolute;
	width:50px;height:50px;
	top:0;right:0;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	color:#fff;
	background:#39424b;
	overflow:hidden;
	opacity:.8;
}
.gr_kefu ul li.kf2 .sidebox{overflow:visible;}
.gr_kefu ul li .sidebox:hover{opacity:1;}
.gr_kefu ul li .sidebox3{font-size:16px;}
.gr_kefu .kf-icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}
.gr_kefu .kf_wx{ position:absolute; top:0;left:-140px;width:140px;display:none;background:#fff;border:1px solid #dadada;padding:14px;line-height:20px;color:#333;text-align:center;display:none;}
.gr_kefu .kf_wx img{ display:block;width:110px; height:110px;margin-bottom:5px;float:none;}
.gr_kefu .qq{height:0;position:relative;z-index:2;}
.gr_kefu .qq .sidebox{border:1px solid #78be21;height:auto;border-radius:5px 0 0 5px;width:140px;background:#fff;opacity:1;bottom:-50px;top:auto;text-align:center;padding-bottom:5px;right:-150px;}
.gr_kefu .qq h5{height:35px;line-height:35px;background:#78be21;font-weight:normal;color:#fff;font-size:14px;padding:0 10px;text-align:left;margin-bottom:10px;}
.gr_kefu .qq h5 i{float:right;cursor:pointer;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;position:relative;z-index:5;}
.gr_kefu .qq h5 i:hover{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.gr_kefu .qq  a{display:block;height:32px;line-height:32px;border-radius:18px;border:1px solid #78be21;margin:5px 15px}
@media (max-width: 1429px){
	.gr_kefu{right: 0;}
}
/*kefu-end*/
/*newsDetail-start*/
.news-detail{padding:60px 0 100px;}
.news-title {
    font-size:30px;
    text-align: center;
}
.news-thread{text-align: center;margin-top:15px;color: #7f8080;}
.news-thread span{
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	margin:0 16px;
}
.news-thread .share{display: inline-block;vertical-align: middle;margin:0 16px;}
.news-thread .share .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
.news-thread .share .bdsharebuttonbox a{
	border:1px solid #acacac;
	color: #acacac;
	margin:0 5px;
}
.news-thread .share .bdsharebuttonbox a:hover{
	color: #fff;
	border-color: #e60012;
}
.news-article {
    color: #888;
    line-height: 1.714285714285714;
    margin-top:20px;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}
.news-foot{border-top: 1px solid #dedede;padding-top:10px;margin-top:30px;}
.news-page{margin: 10px 0;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-page a{color:#888;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-page a:hover{color:#e60012}
/*newsDetail-end*/
.spec-pane img{ max-width:100%}




.products-pic{width: auto;padding: 0 107px;}
.view{width: 400px;height: 400px;overflow: hidden;float: left;}
.pro-right{float: left;width: 556px;height: 400px;position: relative;margin-left: 30px;}
.preview{float: left;position: absolute;bottom: 0;left: 0;}
.pro-right h3{font-size: 24px;color: #333;margin-bottom: 20px;}
.pro-right p{font-size: 16px;line-height: 28px;color: #666;}
