@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
         url('../fonts/BEBAS.woff2') format('woff2'),
         url('../fonts/BEBAS.woff') format('woff'),
         url('../fonts/BEBAS.ttf') format('truetype'),
         url('../fonts/BEBAS.svg#BEBAS') format('svg');
}
body.gray{
	background:#f8f8f8;
}
.loadingBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    text-align: center;
    z-index: 9999999;
}

.loadingBg .spinner {
    margin: 100px auto 0;
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.loadingBg .spinner>div {
    width: 18px;
    height: 18px;
    background-color: #0fa564;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loadingBg .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loadingBg .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.view{
	padding:0 5%;
}
.header-view{
	padding:0 5%;
}
header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	background:#fff;
	padding:15px 0;
	box-shadow: 0 0 10px #ccc;
	z-index: 99;
}
header .logo{
	float: left;
	width:60px;
}
header .logo img{
	width: 100%;
}
header .m-nav-box{
	float: right;
}
header .navbtn{
	float: right;
	width: 21px;
}
header .navbtn .line{
	display: block;
	width:100%;
	height:2px;
	background:#0fa564;
	margin:5px 0;
	transition:all .3s linear;
}
header .navbtn.cur .line:nth-child(1){
	transform:rotate(45deg);
	transform-origin:left top;
}
header .navbtn.cur .line:nth-child(2){
	opacity: 0;
	filter: alpha(opacity=0);
}
header .navbtn.cur .line:nth-child(3){
	transform:rotate(-45deg);
	transform-origin:left bottom;
}
header .m-nav{
	display: none;
	position: fixed;
	left:0;
	top:56px;
	background: #fff;
	width:88%;
	height:calc(92% - 50px);
	padding:4% 6%;
	overflow: auto;
	border-top:1px solid #dcdcdc;
}
header .m-nav li{
	border-bottom:1px solid #dcdcdc;
}
header .m-nav li>a{
	display: block;
    width: 92%;
    padding: 14px 4%;
    color: #2d3845;
    position: relative;
    font-size: 14px;
    line-height: 25px;
}
header .m-nav li .navson{
	line-height: 30px;
	padding:10px 4.5% 15px;
	border-top: 1px solid #dcdcdc;
	display: none;
}
header .m-nav li .navson a{
	display: block;
	font-size: 14px;
    color: #666;
    padding-left: 38px;
    line-height: 30px;
    background:url(../img/pro03.png) no-repeat 10px center;
}

header .m-nav li:nth-child(5)>a:after,
header .m-nav li:nth-child(6)>a:after,
header .m-nav li:nth-child(7)>a:after,
header .m-nav li:nth-child(8)>a:after{
    content: "";
    width: 13px;
    height: 7px;
    background-image: url(../img/d1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 22px;
}
header .m-nav li.on a:after{
	 background-image: url(../img/d2.png);
}
header .m-nav-box .search-btn{
	float: right;
	width: 17px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/search.png);
	margin:5px 10px 0 0;
}
header .m-nav-box .header-icon-box{
	float: right;
}
header .m-nav-box .header-icon-box a{
	float: left;
	margin-right: 8px;
	width:25px;
	height: 25px;
}
header .m-nav-box .header-icon-box a img{
	display: block;
	width: 100%;
}
header .m-nav-box .search-box{
	position: fixed;
	left:0;
	top:0;
	width: 80%;
	height: 80%;
	background: #fff;
	padding:15px 10%;
	height: 26px;
	display: none;
}
header .m-nav-box .search-box .search-wrap{
	width: 70%;
	float: left;
}
header .m-nav-box .search-box input[type=submit]{
	float: left;
	width: 17px;
	height: 15px;
	background-image:url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
	border:none;
	background-color: transparent;
	margin:5px 0 0;
}
header .m-nav-box .search-box input[type=text]{
	float: right;
	width: calc(90% - 17px);
	padding:0 5%;
	border:none;
	outline: none;
	height: 26px;
	list-style: 26px;
	font-size: 14px;
	color: #666;
}
header .m-nav-box .search-box .search-close{
	float: right;
	font-size: 26px;
	line-height: 26px;
	color: #666;
}
.black{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
	z-index: 50;
	display: none;
}
header .pc-nav-box{
	display: none;
}
.clearfixed{
	height: 56px;
}
/************header end************/
footer{
	background:#252525;
}
footer .view{
	padding:0;
}
.footer-top{
	padding:25px 0 40px;
}
.footer-top a{
	padding:0 5%;
	display: block;
}
.footer-top a span{
	display: block;
	
}
.footer-top a.tit{
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}
.footer-top a.tit span{
	background-image: url(../img/jia.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:16px;
	border-bottom:1px solid #515151;
}
.footer-top .navson{
	display: none;
	padding:15px 0 0;
}
.footer-top .navson a{
	font-size: 12px;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	line-height: 30px;
	padding-left: 30px;
}
.footer-top .f-nav li.on .tit span{
	background-image: url(../img/jian.png);
}
.f-right{
	margin:35px 0 0;
}
.f-right select{
	display: none;
}
.f-right .qrcode-box{
	font-size: 0;
	text-align: center;
}
.f-right .qrcode-box .qrcode{
	display: inline-block;
	width: 80px;
	height: 80px;
	margin:0 10px;
}
.f-right .qrcode-box .qrcode img{
	width: 100%;
}
.f-right .qrcode-box .qrcode .txt{
	font-size: 12px;
	color: #999999;
	margin:5px 0 0;
}
.share-box{
	margin:30px 0 0;
	text-align: center;
	font-size: 0;
}
.share-box.jiathis_style_32x32  .jtico{
	display: none!important;
}
.share-box.jiathis_style_32x32 a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding:0;
	margin:0 5px;
}
.share-box.jiathis_style_32x32 a.jiathis_button_cqq{
	background-image: url(../img/qq.png);
}
.share-box.jiathis_style_32x32 a.jiathis_button_tsina{
	background-image: url(../img/sina.png);
}
.share-box.jiathis_style_32x32 a.jiathis_button_weixin{
	background-image: url(../img/wechat.png);
}
.footer-bottom{
	border-top:1px solid rgba(255,255,255,.2);
	padding:15px 5%;
	line-height: 20px;
}
.footer-bottom .copy{
	color: #999999;
}
.footer-bottom .copy span{
	display: block;
}
.footer-bottom .build{
	font-size: 12px;
	color: #999999;
}
.footer-bottom .build a{
	color: #999
}
.top-btn{
	position: fixed;
	bottom:5%;
	right: 5%;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top-btn.png);
	background-size: cover;
	z-index: 110;
	display: none;
}
.h-share-box{
	z-index: 120;
	position: fixed;
	width:230px;
	height: 230px;
	top:50%;
	left:50%;
	margin:-130px 0 0 -130px;
	background: #fff;
	padding:15px;
	display: none;
}

.h-share-box .img-box{
	width:200px;
	height: 200px;
	margin:0 auto;
}

.h-share-box .img-box img{
	width: 100%;
	height: 100%;
}

.h-share-box .tit-text{
	font-weight: bold;
	font-size: 12px;
	color:#000;
}

.h-share-box .h-close{
	font-size: 16px;
	color:#999;
	cursor: pointer;
}
.q-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .53;
    filter: alpha(opacity=53);
    z-index: 110;
}
.f-right .select{
	display: none;
}
/************footer end************/
.i-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 20;
}
.i-banner>img{
	width:100%;
}
.i-banner .flexslider {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border: none;
	margin-bottom: 0;
}
.i-banner .slides li{
	position: relative;
}
.i-banner .flex-control-nav{
	position: absolute;
	left:0;
	width: 100%;
	font-size:0;
	text-align: center;
	bottom:5%;
	z-index: 30;
}
.i-banner .flex-control-nav li{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin:0 5px;
	vertical-align: bottom;
}
.i-banner .flex-control-paging li a{
	display: block;
	background:#bbc3c7;
	width:30px;
	height:2px;
}
.i-banner .flex-control-paging li a.flex-active{
	height: 4px;
}
.i-product-box{
	padding:20px 0;
	background: #eaeaea;
}
.i-product-box .i-product{
	overflow: hidden;
}
.i-product-box .item{
	margin-right: 20px;
}
.i-product-box .item:last-child{
	margin-right: 0;
}
.i-product-box .item .con-box{
	padding:35px 6%;
	text-align: center;
	background-color: #fff;
}
.i-product-box .item a{
	display: block;
}
.i-product-box .item a span{
	display: block;
}
.i-product-box .item .tit{
	font-size: 15px;
	color: #333;
	background-repeat: no-repeat;
	background-position:center 0;
	background-size: 30px;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding-top: 35px;
}
.i-product-box .item .con{
	font-size: 12px;
	color: #96989a;
	line-height: 20px;
}
/*.i-product-box .item:nth-child(1) .con-box{
	background-image: url(../img/i-product-icon1.png);
}
.i-product-box .item:nth-child(2) .con-box{
	background-image: url(../img/i-product-icon2.png);
}
.i-product-box .item:nth-child(3) .con-box{
	background-image: url(../img/i-product-icon3.png);
}*/
.i-case-box{
	padding:45px 0;
}
.i-case-box .case-text-box{
	text-align: center;
	padding:0 15px;
	
}
.i-case-box .case-text-box .case-text{
	background-position: center;
	background-image: url(../img/m-case-text-bg.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.i-case-box .case-text h3{
	font-size: 15px;
	color: #000;
	line-height: 20px;
}
.i-case-box .case-text .txt{
	font-size: 12px;
	color: #000;
	line-height: 20px;
	margin:5px 0 0;
	height: 40px;
	overflow: hidden;
}
.i-case-box .list li{
	margin-bottom: 20px;
	background:#f2f2f2;
}
.i-case-box .list li:last-child{
	margin-bottom: 0;
}
.i-case-box .list li a{
	display: block;
}
.i-case-box .list li img{
	width: 100%;
}
.i-case-box .list li .text-box{
	padding:30px 35px;
	text-align: center;
}
.i-case-box .list li .tit{
	font-size: 15px;
	color: #000;
}
.i-case-box .list li .con{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666666;
}
.index-more{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #0fa564;
	color: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: center;
	margin:20px auto 0;
	text-transform: uppercase;
}
.i-news-box{
	padding:50px 0 70px;
	background-repeat: no-repeat;
	background-image: url(../img/i-news-bg.jpg);
	background-position: center;
	background-size: cover;
}
.index-tit{
	text-align: center;
}
.index-tit .en{
	font-size: 27px;
	color: #000;
	font-family: "Century Gothic";
	font-weight: bold;
	line-height: 30px;
}
.index-tit .cn{
	font-size: 15px;
	color: #000;
}
.i-news-box  .i-news{
	margin:20px 0 0;
}
.i-news-box .left{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.i-news-box .left a{
	display: block;
}
.i-news-box .left img{
	width: 100%;
}
.i-news-box .left .mask{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(0,0,0,1), rgba(0,0,0,.6) 25%,  rgba(0,0,0,.2) 50%,  rgba(0,0,0,0) 75%, rgba(0,0,0,0));
}
.i-news-box .left .text-box{
	/*position: absolute;
	left: 0;
	bottom:8%;
	padding:0 15%;
	width: 70%;
	z-index: 40;*/
	background:#fff;
	/*padding:0 15%;*/
	padding:15px;
	/*width: 70%;*/
}
.i-news-box .left .text-box a{
	display: block;
}
.i-news-box .left .text-box .tit{
	font-size: 14px;
	/*color: #ffffff;*/
	color: #444;
}
.i-news-box .left .text-box .con{
	font-size: 12px;
	/*color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);*/
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	color: #666;
}
.i-news-box .left .text-box .time{
	font-size: 12px;
	color: #fff;
	opacity: .3;
	filter: alpha(opacity=30);
}
.i-news-box .left .btns{
	/*position: absolute;
	left:0;
	width: 100%;*/
	text-align: center;
	font-size: 0;
	/*bottom:5%;*/
	z-index: 30;
	margin:10px 0 0;
}
.i-news-box .left .btns .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background:#6f6f6a;
	margin:0 3px;
}
.i-news-box .left .btns .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #0fa564;
}
.i-news-box .right{
	background: #fff;
	margin:15px 0 0;
}
.i-news-box .right a{
	display: block;
}
.i-news-box .right img{
	width: 100%;
}
.i-news-box .right .text-box{
	padding:15px;
}
.i-news-box .right .text-box a{
	display: block;
}
.i-news-box .right .text-box .tit{
	font-size: 14px;
	color: #333;
}
.i-news-box .right .text-box .con{
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin:5px 0 0;
}
.i-news-box .right .text-box  .time-box{
	/*margin:45px 0 0;*/
}
.i-news-box .right .text-box .time{
	font-size: 12px;
	color: #999999;
}
.i-news-box .right .text-box .more{
	width: 5px;
	height: 9px;
	background-image:url(../img/i-news-more.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin:8px 0 0;
}
.i-about-box ul{
	height: 100%;
}
.i-about-box li{
	position: relative;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.i-about-box li .text-box{
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	text-align: center;
	width: 100%;
}
.i-about-box .index-tit .en{
	color: #fff;
}
.i-about-box .index-tit .cn{
	color: #fff;
}
.i-about-box .text-box .con{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin:10px 0 0;
}
.i-about-box .num-box .item .num{
	color: #fff;
}
.i-about-box .num-box .item .txt{
	color: #fff;
}
.i-about-box .flex-control-nav{
	position: absolute;
	left:0;
	width: 100%;
	font-size:0;
	text-align: center;
	bottom:5%;
	z-index: 30;
}
.i-about-box .flex-control-nav li{
	display: inline-block;
	*display: inline;
	zoom:1;
	margin:0 5px;
	vertical-align: bottom;
}
.i-about-box .flex-control-paging li a{
	display: block;
	background:#bbc3c7;
	width:30px;
	height:2px;
}
.i-about-box .flex-control-paging li a.flex-active{
	height: 4px;
}
.i-about-box .qua-icon{
	font-size: 0;
	text-align: center;
	margin:10px 0 0;
}
.i-about-box .qua-icon .icon{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 40px;
	height: 40px;
	margin:0 10px;
}
.i-about-box .qua-icon .icon img{
	width: 100%;
}
/************welcome end************/
.product-box{
	padding-bottom: 30px;
}
.product-box .view{
	padding:0;
}
.product-box  .product{
	overflow: hidden;
}
.product-box  .product .swiper-slide{
	position: relative;
	width: 66.67%;
	margin-right: 15px;
}
.product-box  .product .swiper-slide:last-child{
	margin-right: 0;
}
.product-box  .product .swiper-slide a{
	display: block;
}
.product-box  .product .swiper-slide .img img{
	width: 100%;
}
.product-box  .product .swiper-slide .text-box{
	position: absolute;
	left:0;
	top:28%;
	padding: 0 17.5%;
    width: 65%;
}
.product-box  .product .swiper-slide a.icon{
	width: 40px;
}
.product-box  .product .swiper-slide a.icon img{
	width: 100%;
}
.product-box  .product .swiper-slide .con{
	margin:10px 0 0;
}
.product-box  .product .swiper-slide a.tit{
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.product-box  .product .swiper-slide .line{
	width: 10px;
	height: 1px;
	background:#8c898c;
	margin:5px 0;
}
.product-box  .product .swiper-slide .txt{
	margin:5px 0 0;
}
.product-box  .product .swiper-slide .txt a{
	line-height: 20px;
	color: #acacac;
	margin-bottom: 10px;
}
.product-box .btn-view{
	padding:0 5%;
}
.product-box .btns{
	font-size: 0;
	margin:30px 0 0;
}
.product-box .btns .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	border:1px solid #b6b6b6;
	border-radius: 100%;
	margin-right: 8px;
}
.product-box .btns .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #0fa564;
	background:#0fa564;
}
/**********product end*************/
.product-list-box{
	background:#f8f8f8;
}
.product-list-box .view{
	padding:0;
}
.product-list-box .left{
	padding:15px 5%;
	background: #fff;
}
.product-list-box .left .tit{
	padding:0 25px 10px;
	font-size: 13px;
	color: #0fa564;
	background-image: url(../img/product-tit1.png);
	background-position: left 3px;
	background-size: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	border-bottom:1px solid #e5e5e5;
}
.product-list-box .pro-aside{
	margin:15px 0 0;
}
.product-list-box .m-aside select{
	width: 100%;
	height: 40px;
	background:#f9f9f9 url(../img/select.png) no-repeat 92% center / 16px;
	border:none;
	padding:0 25px;
	color: #666;
	-webkit-appearance:none;
	margin-bottom: 10px;
}
.product-list-box .m-aside select:last-child{
	margin-bottom: 0;
}
.product-list-box .pc-aside{
	display: none;
}
.product-list-box .right .top{
	display: none;
}
.product-list-box .right .list{
	padding:20px 5% 40px;
}
.product-list-box .right .list .row{
	margin-left: -5px;
	margin-right: -5px;
}
.product-list-box .right .list .item{
	margin-bottom: 20px;
	padding:0 5px;
	box-sizing:border-box;
}
.product-list-box .right .list .con-box{
	position: relative;
	border-top:3px solid #cacaca;
	background: #fff;
}
.product-list-box .right .list .con-box a{
	display: block;
}
.product-list-box .right .list .img{
	padding:35px 0 0;
}
.product-list-box .right .list img{
	width: 100%;
}
.product-list-box .right .list .text-box{
	position: absolute;
	left:0;
	top:15px;
	padding:0 5%;
	width: 90%;
	line-height: 20px;
}
.product-list-box .right .list .text-box .sub-tit{
	font-family: arial;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.product-list-box .right .list .text-box .tit{
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
}
.news-page{
	font-size: 0;
	text-align: center;
	margin:10px 0 0;
}
.news-page a{
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom:1;
	padding:5px 20px;
	border:1px solid #d2d2d2;
	font-size: 12px;
	color:#666;
	margin:0 10px;
	font-family: arial;
	display: none;
}
.news-page a.prev,
.news-page a.next{
	display: inline-block;
}
.news-page a.active{
	background: #0fa564;
	border-color: #0fa564;
	color: #fff;
}
/************product end************/
.productdtl-box{
	position: relative;
	z-index: 10;
}
.product-img-box{
	margin:20px 0 0;
	background: #fff;
	padding:0 5% 30px;
}
.product-img-box .m-img-box{
	padding:0 5%;
	padding:15px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.product-img-box .m-img-box img{
	width: 100%;
}
.product-img-box .m-img-box .btns{
	font-size: 0;
	text-align: center;
}
.product-img-box .m-img-box .btns .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border:1px solid #b6b6b6;
	border-radius: 100%;
	margin:0 4px;
}
.product-img-box .m-img-box .btns .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #0fa564;
	background:#0fa564;
}
.product-img-box .pc-img-box{
	display: none;
}
.product-img-box .text-box .tit-box{
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}
.product-img-box .text-box .tit-box .tit{
	font-size: 15px;
	color:#2b2b2f;
	font-weight: bold;
	line-height: 18px;
}
.product-img-box .text-box .tit-box .sub-tit{
	font-size: 12px;
	color:#777777;
	line-height: 20px;
}
.product-img-box .text-box .con-box{
	padding:15px 0;
}
.product-img-box .text-box .type-btns{
	font-size: 0;
}
.product-img-box .text-box .type-btns a{
	display: inline-block;
	width:100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background:#ccc;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
}
.product-img-box .text-box .type-btns a.cur{
	background:#0fa564;
}
.product-img-box .text-box .con{
	margin:10px 0 0;
	line-height: 20px;
	color: #777;
}
.product-img-box .text-box .buy{
	display: block;
	width: 130px;
	height: 34px;
	background:#e43c23;
	text-align: center;
	line-height: 34px;
	margin:20px auto 0;
	color: #fff;
}
.product-img-box .pc-img-box .scale{
	display: none;
}
.productdtl-tit-box{
	margin:20px 0 0;
	background:#fff;
	overflow: hidden;
}
.productdtl-tit-box .swiper-slide{
	width: 33.33%;
	position: relative;
}
.productdtl-tit-box .swiper-slide:after{
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background:#e5e5e5;
}
.productdtl-tit-box .swiper-slide a{
	display: block;
	font-size: 12px;
	color:#2b2b2f;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding:15px 0 15px 40px;
}
.productdtl-tit-box .swiper-slide:last-child:after{
	display: none;
}
.productdtl-tit-box .swiper-slide:nth-child(1) a{
	background-image: url(../img/productdtl-icon1.png);
}
.productdtl-tit-box .swiper-slide:nth-child(2) a{
	background-image: url(../img/productdtl-icon2.png);
}
.productdtl-tit-box .swiper-slide:nth-child(3) a{
	background-image: url(../img/productdtl-icon3.png);
}
.productdtl-tit-box .swiper-slide:nth-child(4) a{
	background-image: url(../img/productdtl-icon4.png);
}
.productdtl-tit-box .swiper-slide:nth-child(5) a{
	background-image: url(../img/productdtl-icon5.png);
}
.productdtl .tab-content{
	margin:20px 0 0;
}
.productdtl .tab{
	padding:15px 5% 40px;
	background:#fff;
	margin:20px 0 0;
}
.productdtl .tab h3{
	font-size: 15px;
	color:#0fa564;
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
	line-height: 20px;
}
.productdtl .tab .con{
	font-size: 12px;
	color: #888888;
	line-height: 20px;
	margin:15px 0 0;
}
.productdtl .tab .con table{
	width: 100%;
	border:1px solid #e5e5e5;
}
.productdtl .tab .con table td{
	text-align: center;
	padding:10px 0;
	border:1px solid #e5e5e5;
}
.productdtl .tab .con table tr td:nth-child(1){
	width: 30%;
}
.productdtl .tab .con table tr td:nth-child(2){
	width: 70%;
}
.productdtl .tab .install{
	margin:20px 0 0;
	overflow: hidden;
}
.productdtl .tab .install img{
	width: 100%;
}
.productdtl .tab .install .txt{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin:10px 0 0;
}
.productdtl .tab .install .btns{
	font-size: 0;
	text-align: center;
	margin:10px 0 0;
}
.productdtl .tab .install .btns .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border:1px solid #b4b4b4;
	border-radius: 100%;
	margin:0 4px;
}
.productdtl .tab .install .btns .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #0fa564;
	border-color: #0fa564;
}
.productdtl .tab .book{
	margin:20px 0 0;
	overflow: hidden;
	text-align: center;
}
.productdtl .tab .book .con-box{
	display: block;
	padding:0 25px;
	margin-bottom: 10px;
}
.productdtl .tab .book .con-box img{
	width: 100%;
}
.productdtl .tab .book .con-box .txt{
	font-size: 14px;
	color:#666666;
	line-height: 30px;
	margin:10px 0 0;
	line-height: 24px;
	margin:5px 0 0;
}
.productdtl .tab .download{
	margin:20px 0 0;
	padding:0 10px;
}
.productdtl .tab .download a{
	display: block;
	background:#f8f8f8;
	padding:10px;
	margin-bottom:10px;
}
.productdtl .tab .download a:last-child{
	margin-bottom: 0;
}
.productdtl .tab .download .txt{
	font-size: 12px;
	color: #666666;
	background-image: url(../img/download-txt.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px;
	line-height: 20px;
	padding:0 35px 0 30px;
}
.productdtl .tab .download .down-icon{
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../img/down-icon.png);
	background-position: center;
	background-size: cover;
}
.recommend-box{
	margin:20px 0 0;
	padding:20px 5% 45px;
}
.recommend-box h3{
	text-align: center;
	color: #0fa564;
	font-size: 15px;
}
.recommend-box .recommend-list{
	margin:15px 0 0;
}
.recommend-box .recommend-list .item{
	margin-bottom: 20px;
}
.recommend-box .recommend-list .item:last-child{
	margin-bottom: 0;
}
.recommend-box .recommend-list .con{
	background:#fff;
	padding:15px 0;
}
.recommend-box .recommend-list .picture{
	float: left;
	width: 40%;
}
.recommend-box .recommend-list a{
	display: block;
}
.recommend-box .recommend-list .picture img{
	width: 100%;
}
.recommend-box .recommend-list .txt-box{
	float: right;
	padding:0 5%;
	width: 50%;
	margin:7% 0 0;
}
.recommend-box .recommend-list .txt-box .tit{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.recommend-box .recommend-list .txt-box .txt{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.pro-desc-box{
	padding:15px 5%;
	background: #fff;
	margin:10px 0 0;
}
.pro-desc-box .tit-box{
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: left center;
	padding-left: 50px;
}
.pro-desc-box .tit-box .cn{
	font-size: 16px;
	color: #0fa564;
}
.pro-desc-box .tit-box .en{
	font-size: 12px;
	line-height: 16px;
	color: #b0b0b0;
}
.pro-desc-box .con{
	font-size: 12px;
	line-height: 20px;
	margin:10px 0 0;	
	color:#888;
}
/***********productdtl end************/
.sub-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sub-banner img{
	width: 150%;
	transform:translateX(-20%);
}
.sub-banner .text-box{
	position: absolute;
	left: 0;
	top:50%;
	width: 100%;
	text-align: center;
	margin-top: -33px;
}
.sub-banner .text-box .en{
	font-size: 30px;
	color: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
	line-height: 40px;
}
.sub-banner .text-box .cn{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
}
.sub-nav{
	background: #efefef;
}
.sub-nav .view{
	overflow: hidden;
}
.sub-nav .swiper-slide{
	width: 30%;
	margin-right: 5%;
}
.sub-nav .swiper-slide:last-child{
	margin-right: 0;
}
.sub-nav a{
	display: block;
	padding:10px 0 10px 35%;
	font-size: 12px;
	color: #666666;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 25px;
}
.case-nav .swiper-slide:nth-child(1) a{
	background-image: url(../img/case-icon1.png);
}
.case-nav .swiper-slide:nth-child(2) a{
	background-image: url(../img/case-icon2.png);
}
.case-nav .swiper-slide:nth-child(3) a{
	background-image: url(../img/case-icon3.png);
}
.sub-nav .swiper-slide.cur a{
	background-color: #0fa564;
	color:#fff;
}
.case-nav .swiper-slide:nth-child(1).cur a{
	background-image: url(../img/h-case-icon1.png);
}
.case-nav .swiper-slide:nth-child(2).cur a{
	background-image: url(../img/h-case-icon2.png);
}
.case-nav .swiper-slide:nth-child(3).cur a{
	background-image: url(../img/h-case-icon3.png);
}
.case-box .more{
	display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border:1px solid #0fa564;
    color: #0fa564;
    font-family: "Century Gothic";
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0;
    text-transform: uppercase;
}
.case-box .news-page{
	margin:30px 0 0;
}
/***********case end**********/
.m-casedtl{
	width: 100%;
	overflow: hidden;
}
.m-casedtl img{
	width: 100%;
}
.pc-casedtl{
	display: none;
}
.casedtl-box .text-box{
	padding:15px 0;
}
.casedtl-box .text-box h3{
	font-size: 16px;
	color: #0fa564;
}
.casedtl-box .text-box .txt{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
.casedtl-box .text-box .line{
	width: 18px;
	height: 1px;
	background:#0fa564;
	margin:10px 0;
}
.casedtl-box .text-box .time{
	font-size: 12px;
	color: #666;
}
.casedtl-box .back{
	display: block;
	width: 100px;
	height: 30px;
	background:#0fa564;
	color: #fff;
	margin:0 auto;
	text-align: center;
	line-height: 30px;
}
.re-product{
	padding:20px 0;
	margin:0;
}
/***********casedtl end***********/
.contact-box{
	padding:20px 0;
}
.contact-box .contact .item{
	margin-bottom: 20px;
}
.contact-box .contact .item:last-child{
	margin-bottom: 0;
}
.contact-box .contact .item .icon{
	float: left;
	width: 70px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-box .contact .item:nth-child(1) .icon{
	background-image: url(../img/contact-icon1.png);
}
.contact-box .contact .item:nth-child(2) .icon{
	background-image: url(../img/contact-icon2.png);
}
.contact-box .contact .item:nth-child(3) .icon{
	background-image: url(../img/contact-icon3.png);
}
.contact-box .contact .item .text-box{
	float: left;
	margin-left: 8%;
}
.contact-box .contact .item .tit{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 26px;
}
.contact-box .contact .item .con{
	line-height: 20px;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.map-box .map{
	height:250px;
}
.map-box .position-box{
	padding:20px 0;
}
.map-box .position-box .img{
	position: relative;
}
.map-box .position-box img{
	width: 100%;
}
.map-box .position-box .img:after{
	content: "";
	position: absolute;
	left:50%;
	bottom:-20px;
	width: 40px;
	height: 40px;
	transform:translateX(-50%);
	background-image: url(../img/position-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.map-box .position li{
	margin-bottom: 5px;
	padding:5px 15px 5px 25px;
	background-color: #f8f8f8;
}
.map-box .position li .tit{
	font-size: 16px;
	color: #333;
	position: relative;
}
.map-box .position li .tit:after{
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -5px;
	width: 9px;
	height: 9px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/position-jia.png);
}
.map-box .position li .desc{
	font-size: 12px;
	line-height: 20px;
	display: none;
}
.map-box .position li.cur .tit:after{
	display: none;
}
/************contact end************/
.about-nav .swiper-slide:nth-child(1) a{
	background-image: url(../img/about-icon1.png);
}
.about-nav .swiper-slide:nth-child(2) a{
	background-image: url(../img/about-icon2.png);
}
.about-nav .swiper-slide:nth-child(3) a{
	background-image: url(../img/about-icon3.png);
}
.about-nav .swiper-slide:nth-child(4) a{
	background-image: url(../img/about-icon4.png);
}
.about-nav .swiper-slide:nth-child(5) a{
	background-image: url(../img/about-icon5.png);
}
.about-nav .swiper-slide:nth-child(6) a{
	background-image: url(../img/about-icon6.png);
}
.about-nav .swiper-slide:nth-child(1).cur a{
	background-image: url(../img/h-about-icon1.png);
}
.about-nav .swiper-slide:nth-child(2).cur a{
	background-image: url(../img/h-about-icon2.png);
}
.about-nav .swiper-slide:nth-child(3).cur a{
	background-image: url(../img/h-about-icon3.png);
}
.about-nav .swiper-slide:nth-child(4).cur a{
	background-image: url(../img/h-about-icon4.png);
}
.about-nav .swiper-slide:nth-child(5).cur a{
	background-image: url(../img/h-about-icon5.png);
}
.about-nav .swiper-slide:nth-child(6).cur a{
	background-image: url(../img/h-about-icon6.png);
}
.develop-box{
	padding:20px 0;
}
.develop-box .tit-box{
	text-align: center;
}
.develop-box .tit-box h3{
	font-size: 16px;
	color: #0fa564;
}
.develop-box .tit-box h4{
	font-size: 12px;
	color: #666666;
}
.develop-box .develop{
	margin:20px 0 0;
	padding:30px 0;
	position: relative;
}
.develop-box .develop .line-box{
	position: absolute;
	left: 50px;
	top:0;
	width: 1px;
	height:100%;
	background: #f1f1f1;
}
.develop-box .develop .line-box .line{
	width: 1px;
	height: 100%;
	background: #f1f1f1;
}
.develop-box .develop .line-box .point{
	width: 5px;
	height: 5px;
	margin:0 0 -2px -2px;
	background: #ccc;
	border-radius: 100%;
}
.develop-box ul{
	position: relative;
	z-index: 2;
}
.develop-box .develop li{
	margin-bottom: 20px;
}
.develop-box .develop li:last-child{
	margin-bottom: 0;
}
.develop-box .time{
	float: left;
	width: 100px;
	height: 30px;
	background:#f1f1f1;
	border-radius: 15px;
	font-size: 16px;
	color: #333333;
	font-family: "Century Gothic";
	text-align: center;
	font-weight: bold;
}
.develop-box .text-box{
	/*border:1px solid #e3e3e3;*/
}
.develop-box .text-box .img{
	display: none;
}
.develop-box .text-box .txt{
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	width: 60%;
}
.develop-box .pc-time{
	display: none;
}
/********develop end*************/
.honor-box{
	padding:20px 0;
}
.honor-box h3{
	text-align: center;
	font-size: 16px;
	color: #0fa564;
}
.honor-box .honor{
	margin:20px 0 0;
}
.honor-box .honor .item{
	margin-bottom: 20px;
}
.honor-box .honor .img{
	padding:10px;
	background: #f9f9f9;
}
.honor-box .honor .img img{
	width: 100%;
}
.honor-box .honor .text{
	color: #333333;
	font-size: 14px;
	margin:5px 0 0;
	text-align: center;
}
/***********honor end***********/
.link-box{
	padding:20px 0;
}
.link-box h3{
	text-align: center;
	font-size: 15px;
	color: #0fa564;
}
.link-box .link{
	margin:20px 0 0;
}
.link-box .row{
	margin-right: -5px;
	margin-left: -5px;
}
.link-box .item{
	padding:0 5px;
	box-sizing:border-box;
	margin-bottom: 10px;
}
.link-box .item .con-box{
	display: block;
	box-shadow: 0 0 15px #ebebeb;
	border-radius: 6px;
	overflow: hidden;
}
.link-box .item .img img{
	width: 100%;
}
.link-box .item .icon{
	display: none;
}
/*************link end***********/
.book-box{
	padding:20px 0;
}
.book-box .tit-box{
	position: relative;
	z-index: 3;
}
.book-box .tit-box h3{
	font-size: 15px;
	color: #0fa564;
}
.book-box .type{
	width: 100%;
	margin:10px 0 0;
}
.book-box .type a{
	display: block;
}

.book-box .selected{
	font-size: 14px;
	color: #fff;
	background: #0fa564;
	padding:5px 45px;
	background-image: url(../img/book-selected.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	position: relative;
}
.book-box .selected:after{
	content: "";
	position: absolute;
	right: 15px;
	top:50%;
	margin-top: -3px;
	width: 13px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/book-down.png);
}
.book-box .sub{
	box-shadow: 0 0 10px rgba(11,1,2,.1);
	padding-bottom: 20px;
	display: none;
	background: #fff;
}
.book-box .sub a{
	padding:0 20px;
	line-height: 40px;
	color: #585858;
}
.book-box .sub a span{
	display: block;
	font-size: 14px;
	border-bottom:1px solid #e6e5e5;
	padding:0 20px;
}
.book-box .book{
	margin:20px 0 0;
	position: relative;
}
.book-box .book-title{
	width: 100%;
	padding:10px 0;
	background: #f7f7f7;
	text-align: center;
	font-size: 0;
}
.book-box .book-title span{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 25%;
	font-size: 14px;
	padding:0 5px;
	box-sizing:border-box;
	line-height: 20px;
	vertical-align: top;
}
.book-table{
	margin:15px 0 0;
	padding:0 10px;
	border:1px solid #f1f1f1;
}
.book-table table{
	width: 100%;
}
.book-table td{
	width: 25%;
	padding:10px 3px;
	line-height: 20px;
	border-bottom:1px solid #f1f1f1;
}
.book-table td .look{
	display: block;
	font-size: 12px;
	color: #666666;
}
.book-table td .thrumb{
	width: 50px;
	margin:0 auto;
}
.book-table td .thrumb img{
	width: 100%;
}
.book-table tr:last-child td{
	border-bottom:none;
}
.book-table td .look{
	font-size: 14px;
}
.book-tab-wrap{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.book-black{
	display: block;
}
.book-tab-box{
	padding:30px;
	background: #fff;
	border-radius: 4px;
}
.book-tab-box{
	position: absolute;
	z-index: 100;
	width: 60%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.book-tab{
	overflow: hidden;
	position: relative;
}
.book-tab img{
	width: 100%;
}
.book-tab-box .prev,
.book-tab-box .next{
	position: absolute;
	top:50%;
	width: 13px;
	height: 25px;
	margin-top: -12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 30;
}
.book-tab-box .prev{
	background-image: url(../img/book-prev.png);
	left:-25px;
}
.book-tab-box .next{
	background-image: url(../img/book-next.png);
	right: -25px;
}
.book-tab-box .close-btn{
	position: absolute;
	right: 10px;
	top:5px;
	width: 18px;
	height: 18px;
}
.book-tab-box .close-btn img{
	width: 100%;
}
.book-box .news-page{
	margin:20px 0 0;
}
/***********diploma end*********/
.news-nav .swiper-slide:nth-child(1) a{
	background-image: url(../img/news-icon1.png);
}
.news-nav .swiper-slide:nth-child(2) a{
	background-image: url(../img/news-icon2.png);
}
.news-nav .swiper-slide:nth-child(1).cur a{
	background-image: url(../img/h-news-icon1.png);
}
.news-nav .swiper-slide:nth-child(2).cur a{
	background-image: url(../img/h-news-icon2.png);
}
.news-box{
	padding:20px 0;
}
.news-box h3{
	text-align: center;
	font-size: 15px;
	color: #0fa564;
}
.news-box .news{
	margin:15px 0 0;
}
.news-box .news .item{
	margin-bottom: 20px;
}

.news-box .con-box{
	background: #f6f6f6;
}
.news-box .con-box a{
	display: block;
}
.news-box .con-box img{
	width: 100%;
}
.news-box .con-box .text-box{
	padding:10px 15px;
}
.news-box .con-box .tit{
	font-size: 16px;
	color: #333333;
}
.news-box .con-box .con{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.news-box .con-box .time-box{
	margin:20px 0 0;
}
.news-box .con-box .time-box .time{
	float: left;
	font-size: 12px;
	color: #999;
}
.news-box .con-box .time-box .more{
	float: right;
	width: 23px;
	height: 23px;
	background-image:url(../img/news-more.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-box .news-page{
	margin:20px 0 0;
}
/***********news end*********/
.download-box{
	padding:20px 0;
}
.download-box h3{
	font-size: 15px;
	color: #0fa564;
	text-align: center;
}
.download-box .download{
	margin:10px 0 0;
}
.download-box .download .download-title{
	font-size: 0;
	text-align: center;
	background: #f7f7f7;
}
.download-box .download .download-title a{
	display: inline-block;
	*display: inline;
	zoom:1;
	color: #333;
	font-size: 14px;
	width: 25%;
	vertical-align: middle;
	line-height: 20px;
	box-sizing:border-box;
	padding:10px 5px;
	position: relative;
}
.download-box .download .download-title a:after{
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #dedede;
}
.download-box .download .download-title a:last-child:after{
	display: none;
}
.download-box .download .download-title a.cur{
	color: #0fa564;
}
.download-box .download .list{
	margin:20px 0 0;
	border:1px solid #f1f1f1;
	padding:0 15px;
}
.download-box .download .list a{
	display: block;
	font-size: 12px;
	color: #666666;
	padding:15px 0;
	border-bottom:1px solid #f1f1f1;
}
.download-box .download .list a:last-child{
	border-bottom:none;
}
.download-box .download .list .txt{
	float: left;
	width: 75%;
	overflow: hidden;
	height: 24px;
	overflow: hidden;
}
.download-box .download .list .down{
	float: right;
	margin-right: 5%;
}
.download-box .news-page{
	margin:30px 0 0;
}
.check-form-box{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.check-form-box .check-form{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index: 60;
	padding:15px;
	background:#fff;
	border-radius: 4px;
	width: 75%;
}
.check-form-box .check-form h3{
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}
.check-form-box .check-black{
	display: block;
}
.check-form-box .check-form input{
	display: block;
	width: 90%;
	height: 20px;
	padding:5px 5%;
	line-height: 20px;
	border:1px solid #d9d9d9;
	border-radius: 2px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	outline: none;
}
.check-form-box .check-form textarea{
	width: 90%;
	padding:5px 5%;
	height: 100px;
	border:1px solid #d9d9d9;
	font-size: 14px;
	color: #666;
	resize:none;
	border-radius: 2px;
	display: block;
}
.check-form-box .check-form .check{
	margin:10px 0 0;
}
.check-form-box .check-form .check input{
	float: left;
	width: 50%;
	margin:0;
}
.check-form-box .check-form img{
	width: 30%;
	float: right;
}
.check-form-box .check-form input[type=submit]{
	float: right;
	width: 100px;
	height: 30px;
	background: #0fa565;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding:0;
	margin:15px 0 0;
	border:none;
}
.check-form-box .check-form .close-btn{
	position: absolute;
	right: 20px;
	top:15px;
	width: 18px;
	height: 18px;
	background-image: url(../img/close-btn.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wrap{
	display: none;
}
/**********download end*********/
.tech-box{
	padding:20px 0;
}
.tech-box h3{
	font-size: 15px;
	color: #0fa564;
	text-align: center;
}
.tech-box .con{
	/*text-align: center;*/
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}
.tech-box .list{
	margin:20px 0 0;
}
.tech-box .list li{
	margin-bottom: 20px;
}
.tech-box .list li:last-child{
	margin-bottom: 0;
}
.tech-box .list img{
	width: 100%;
}
.tech-box .list .text-box{
	padding:15px;
	border:1px solid #e5e5e5;
	border-top:none;
}
.tech-box .list .tit{
	font-size: 16px;
	color: #0fa564;
}
.tech-box .list .line{
	width: 20px;
	height: 2px;
	background: #b2b2b2;
	margin:5px 0;
}
.tech-box .list .txt{
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
/***********advantage end**********/
.human-nav .swiper-slide:nth-child(1) a{
	background-image: url(../img/download-icon1.png);
}
.human-nav .swiper-slide:nth-child(2) a{
	background-image: url(../img/download-icon2.png);
}
.human-nav .swiper-slide:nth-child(1).cur a{
	background-image: url(../img/h-download-icon1.png);
}
.human-nav .swiper-slide:nth-child(2).cur a{
	background-image: url(../img/h-download-icon2.png);
}
.idea-box{
	padding:20px 0;
}
.idea-box h3{
	font-size: 15px;
	color: #0fa564;
	text-align: center;
}
.idea-box .txt-box .txt{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.create-box{
	padding:20px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../img/create-bg.jpg);
	background-size: cover;
}
.create-box h3{
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.create-box .tit-line{
	background: #0fa564;
	width: 20px;
	height: 2px;
	margin:10px auto 0;
}
.create-box .create{
	margin:20px 0 0;
}
.create-box .create li{
	margin-bottom:15px;
	background: #fff;
}
.create-box .create li:last-child{
	margin-bottom: 0;
}
.create-box .create img{
	width: 100%;
}
.create-box .create li .text-box{
	padding:20px;
}
.create-box .create li .tit{
	font-size: 16px;
}
.create-box .create li .line{
	width: 15px;
	height: 2px;
	background: #ccc;
	margin:5px 0;
}
.create-box .create li .con{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
.combine-box{
	padding:20px 0;
}
.combine-box h3{
	font-size: 15px;
	color: #0fa564;
	text-align: center;
}
.combine-box .combine{
	margin:20px 0 0;
}
.combine-box .combine .item{
	box-shadow: 0 0 18px rgba(4,0,0,.12);
	margin-bottom: 20px;
	padding: 30px 20px;
	position: relative;
}
.combine-box .combine .item:after{
	content: "";
	position: absolute;
	left:50%;
	top:0;
	width: 40px;
	height: 3px;
	background: #0fa564;
	margin-left: -20px;
}
.combine-box .combine .item .icon{
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin:0 auto;
}
.combine-box .combine .item:nth-child(1) .icon{
	background-image: url(../img/combine-icon1.png);
}
.combine-box .combine .item:nth-child(2) .icon{
	background-image: url(../img/combine-icon2.png);
}
.combine-box .combine .item:nth-child(3) .icon{
	background-image: url(../img/combine-icon3.png);
}
.combine-box .combine .item:nth-child(4) .icon{
	background-image: url(../img/combine-icon4.png);
}
.combine-box .combine .item:nth-child(5) .icon{
	background-image: url(../img/combine-icon5.png);
}
.combine-box .combine .con{
	margin:15px 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
/**********idea end*********/
.recruit-box{
	padding:20px 0;
}
.recruit-box .recruit{
	margin:15px 0 0;
}
.recruit-box h3{
	text-align: center;
	font-size: 15px;
	color: #0fa564;
}
.recruit .title{
	font-size: 0;
	line-height: 20px;
	background: #0fa564;
	padding:5px 0;
}
.recruit .title span{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 33%;
	color: #fff;
	font-size: 14px;
	padding:5px 10px;
	box-sizing:border-box;
}
.recruit .list li{
	border-bottom:1px solid #e5e5e5;
}
.recruit .list .tit{
	display: block;
	font-size: 0;
	line-height: 20px;
	padding:10px 0;
	position: relative;
}
.recruit .list .tit:after{
	content: "";
	position: absolute;
	right: 0;
	top:50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background-image: url(../img/recruit-down.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recruit .list .tit span{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 33%;
	font-size: 12px;
	color:#555555;
	vertical-align: top;
	box-sizing:border-box;
	padding:0 10px;
}
.recruit .title span:nth-child(2),
.recruit .list .tit span:nth-child(2),
.recruit .title span:nth-child(4),
.recruit .list .tit span:nth-child(4){
	display: none;
}
.recruit .list .drop{
	padding:20px;
	background: #f5f5f5;
	display: none;
	position: relative;
}
.recruit .list .drop:after{
	content: "";
	position: absolute;
	left: 10px;
	top:-5px;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	transform:rotate(45deg);
}
.recruit .list .drop .top{
	padding-bottom:10px;
	border-bottom:1px solid #dcdcdc;
}
.recruit .list .top span{
	float: left;
	width: 50%;
	line-height: 20px;
}
.recruit .list .drop .con-box{
	padding:10px 0;
	border-bottom:1px solid #dcdcdc;
}
.recruit .list .drop .con-box .require-tit{
	font-size: 14px;
	color: #333333;
}
.recruit .list .drop .con-box .left{
	margin-bottom: 15px;
}
.recruit .list .drop .apply{
	display: block;
	width: 120px;
	height: 30px;
	background: #0fa564;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin:20px 0 0;
}
.recruit .list li.cur .tit:after{
	background-image: url(../img/recruit-up.png);
}
.recruit .list li.cur{
	border-color: transparent;
}
.recruit-more{
	display: block;
	width: 75px;
	height: 40px;
	line-height: 40px;
	background-image: url(../img/recruit-more.png);
	background-color: #0fa564;
	background-repeat: no-repeat;
	background-position:18px center;
	padding-left: 45px;
	color: #fff;
	font-size: 14px;
	margin:20px auto 0;
}
/**********recruit end************/
.company-box{
	padding:20px 0;
}
.company-box h3{
	font-size: 15px;
	text-align: center;
	color: #0fa564;
}
.company-box .company{
	margin:10px 0 0;
}
.company-box .con{
	font-size: 12px;
	line-height: 20px;
}
.company-box .img{
	margin:20px 0 0;
}
.company-box .img img{
	width: 100%;
}
.num-box{
	font-size: 0;
	text-align: center;
	margin:20px 0 0;
}
.num-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 33.33%;
}
.num-box .item .num{
	font-size: 36px;
	color: #0fa564;
	line-height: 40px;
	font-family: "BEBAS";
}
.num-box .item .txt{
	font-size: 12px;
	color: #0fa564;
	margin:10px 0 0;
	font-weight: bold;
}
.area-box{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:20px 0;
}
.area-box h3{
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.area-box .txt{
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin:10px 0 0;
}
.area-box .icon-box{
	font-size: 0;
	text-align: center;
	margin:20px 0 0;
}
.area-box .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 60px;
	margin:0 15px 15px;
}
.area-box .icon-box .icon{
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.area-box .icon-box .item:nth-child(1) .icon{
	background-image:url(../img/area-icon1.png);
}
.area-box .icon-box .item:nth-child(2) .icon{
	background-image:url(../img/area-icon2.png);
}
.area-box .icon-box .item:nth-child(3) .icon{
	background-image:url(../img/area-icon3.png);
}
.area-box .icon-box .item:nth-child(4) .icon{
	background-image:url(../img/area-icon4.png);
}
.area-box .icon-box .item:nth-child(5) .icon{
	background-image:url(../img/area-icon5.png);
}
.area-box .icon-box .item:nth-child(6) .icon{
	background-image:url(../img/area-icon6.png);
}
.area-box .icon-box .item:nth-child(7) .icon{
	background-image:url(../img/area-icon7.png);
}
.area-box .icon-box .text{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.about-content{
	padding:20px 0;
}
.about-content img{
	max-width: 100%;
}
.about-content .con{
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
}
/************about end***********/
.newsdtl{
	padding:20px 0;
}
.newsdtl .infotit{
	text-align: center;
}
.newsdtl .infotit h2{
	font-size: 18px;
}
.newsdtl .infotit p{
	font-size: 12px;
}
.newsdtl .infotx{
	color:#666;
}
.newsdtl .infotx img{
	max-width: 100%;
}
.newsdtl .infoctrl{
	padding-top: 15px;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.newsdtl .infoctrl .pagectrl{
	
	line-height: 20px;
}
.newsdtl .infoctrl .pagectrl a{
	display: block;
	font-size: 14px;
	color:#666;
}
.newsdtl .infoctrl .pageback{
	display: block;
	width: 120px;
	height:40px;
	background: #0fa564;
	border-radius: 20px;
	margin:15px auto 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
	border:1px solid #0fa564;
}
/**********newsdtl end************/
.recruitdtl{
	padding:20px 0;
}
.recruitdtl .txt{
	float: left;
	width: 20%;
	text-align: right;
	font-size: 14px;
	line-height: 40px;
}
.recruitdtl .input{
	margin-bottom: 15px;
}
.recruitdtl .file{
	display: none;
}
.recruitdtl .file input{
	border:none;
}
.recruitdtl input,
.recruitdtl select{
	float: left;
	width: 70%;
	border:none;
	outline: none;
	box-shadow: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin-left: 3%;
	padding:10px 2.5%;
	height: 20px;
	border:1px solid #ddd;
	font-size: 14px;
}
.recruitdtl select{
	height:42px;
	width:75%;
}
.recruitdtl textarea{
	float: left;
	border:none;
	outline: none;
	box-shadow: none;
	-webkit-appearance:none;
	border-radius: 0;
	margin-left: 3%;
	padding:10px 2.5%;
	height: 20px;
	border:1px solid #ddd;
	font-size: 14px;
	resize:none;
	width: 70%;
	height:100px;
}
.recruitdtl .check input{
	width: 100px;
	float: left;
}
.recruitdtl .check img{
	float: left;
	height: 40px;
	width: 80px;
	margin-left: 20px;
}
.recruitdtl .submit{
	text-align: center;
}
.recruitdtl input[type=submit]{
	width: 120px;
	height:40px;
	padding:0;
	background: #0fa564;
	line-height: 40px;
	border:none;
	font-size: 14px;
	color: #fff;
	margin-left: 23%;
	border-radius: 20px;
}
/*********recruitdtl end************/
.search-wrap-box{
	padding:20px 0;
	background: #f8f8f8;
}
.search-list-box{
	background: none;
	margin-bottom: 30px;
	padding:0;
}
.search-list-box .right .list{
	margin:15px 0 0;
}
.search-list-box .view{
	padding:0 5%;
}
.search-wrap-box h3{
	text-align: center;
	color: #0fa564;
	font-size: 15px;
}
.search-list-box .right .list{
	padding:0;
}
.search-wrap-box .news-box .con-box{
	background: #fff;
}
.search-wrap-box .search-more{
	display: block;
	width: 120px;
	height: 40px;
	background: #0fa564;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin:20px auto 0;
	border:1px solid #0fa564;
}
.aside-box{
	display: none;
}
@media (min-width: 768px){
	header .logo{
		width: 80px;
	}
	header .m-nav-box{
		margin:5px 0 0;
	}
	.clearfixed{
		height: 63px;
	}
	/************header end************/
	footer .view{
		padding:0 5%;
	}
	.footer-top .f-nav li{
		float: left;
		width: 20%;
		text-align: center;
	}
	.footer-top a.tit{
		padding:0;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.footer-top a.tit span{
		border-bottom:none;
		background:none;
	}
	.footer-top .navson{
		display: block;
		padding:0;
	}
	.footer-top .navson a{
		padding:0;
		font-size: 13px;
	}
	.f-right .qrcode-box .qrcode{
		width: 90px;
		height: 90px;
	}
	.share-box.jiathis_style_32x32 a{
		width: 34px;
		height: 34px;
		margin:0 6px;
	}
	.footer-bottom{
		padding:20px 0;
	}
	.footer-bottom .copy{
		font-size: 0;
		float: left;
	}
	.footer-bottom .copy span{
		display: inline-block;
		margin-right: 5px;
		font-size: 12px;
	}
	.footer-bottom .build{
		float: right;
	}
	.top-btn{
		width: 48px;
		height: 48px;
	}

	/************footer end************/
	.i-banner .flex-control-paging li a{
		width: 40px;
	}
	.i-product-box{
		padding:40px 0;
	}
	.i-product-box .i-product{
		margin-right: -10px;
		margin-left: -10px;
	}
	.i-product-box .item{
		margin-right: 0%;
		width: 50%;
		box-sizing:border-box;
		padding:0 10px;
	}
	.i-product-box .item .con-box{
		
		padding: 35px 8%;
	}
	.i-product-box .item .tit{
		font-size: 16px;
		background-size: 35px;
		padding-top: 40px;
	}
	.i-product-box .item .con{
		margin:5px 0 0;
	}
	.i-case-box{
		padding:60px 0;
	}
	.i-case-box .case-text-box{
		width: 90%;
		margin:0 auto;
		padding:0;
	}
	.i-case-box .case-text-box .case-text{
		background-image: url(../img/case-text-bg.png);
	}
	.i-case-box .case-text h3{
		font-size: 20px;
		line-height: 26px;
	}
	.i-case-box .case-text .txt{
		font-size: 14px;
		line-height: 24px;
		margin:10px 0 0;
		padding:0 20px;
		height: auto;
	}

	.i-case-box .list li .img{
		float: left;
		width: 58%;
	}
	.i-case-box .list li .text-box{
		float: right;
		width: 42%;
		margin-top: 5%;
		box-sizing:border-box;
	}
	.i-case-box .list li:nth-child(2n) .img{
		float: right;
	}
	.i-case-box .list li:nth-child(2n) .text-box{
		float: left;
	}
	.i-case-box .list li .text-box{
		padding:0 20px;
	}
	.i-case-box .list li .tit{
		font-size: 18px;
	}
	.i-case-box .list li .con{
		height: auto;
	}
	.index-more{
		margin-top: 50px;
		font-size: 14px;
	}
	.index-tit .en{
		font-size: 32px;
	}
	.index-tit .cn{
		font-size: 18px;
	}
	.i-news-box .i-news{
		position: relative;
	}
	.i-news-box .left-wrap{
		float: left;
		width: 64%;
		position: relative;
	}
	.i-news-box .left .text-box{
		position: absolute;
		left:0;
		bottom:8%;
		background: none;
		padding:0 15%;
	}
	.i-news-box .left .text-box .tit{
		font-size: 16px;
		color: #ffffff;
	}
	.i-news-box .right .text-box .con{
		height: 40px;
		overflow: hidden;
		margin:0;
		/*color: #fff;
		opacity: .8;
		filter: alpha(opacity=80);*/
	}
	.i-news-box .left .btns{
		position: absolute;
		left:0;
		margin-top: 0;
		bottom:4%;
		width: 100%;
	}
	.i-news-box .right-wrap{
		position: absolute;
		right: 0;
		top:0;
		height: 100%;
		background: #fff;
		width: 32%;
	}
	.i-news-box .right .text-box{
		padding:15px 15px 0;
	}
	.i-news-box .right{
		margin:0;
	}
	.i-news-box .right img{
		width: 100%;
	}
	.i-news-box .right .text-box .time-box{
		margin:10px 0 0;
	}
	.i-about-box .text-box .con{
		width: 86%;
		margin:40px auto 0;
		font-size: 14px;
		line-height: 24px;
	}
 	.i-about-box .num-box{
 		margin:40px auto 0;
 	}
 	.i-about-box .flex-control-paging li a {
 	    width: 40px;
 	}
 	.i-about-box .text-box .con{
 		width: 70%;
 	}
 	.i-about-box .qua-icon{
 		margin: 40px 0 0;

 	}
 	.i-about-box .qua-icon .icon{
 		width: 75px;
 		height: 75px;
 		margin:0 15px;
 	}
 	.i-news-box .left .text-box .con{
 		color: #fff;
 		opacity: .8;
 		filter: alpha(opacity=80);
 	}
 	.i-news-box .left .text-box .time{
 		color:#fff;
 		opacity: .3;
 		filter: alpha(opacity=30);
 	}
 	.i-news-box .right .text-box .tit{
 		line-height: 20px;
 		height: 20px;
 		overflow: hidden;
 	}
 	.i-news-box .right .text-box .con{
 		margin:5px 0 0;
 	}
 	.i-news-box .left .btns .swiper-pagination-bullet.swiper-pagination-bullet-active{
 		background: #fff;
 	}
	/************welcome end************/
	.product-box  .product .swiper-slide{
		width: 40%;
	}
	.product-box  .product .swiper-slide .text-box{
		padding: 0 15.5%;
	    width: 69%;
	}
	.product-box  .product .swiper-slide a.tit{
		font-size: 16px;
	}
	.product-box  .product .swiper-slide .line{
		margin:10px 0;
	}
	.product-box  .product .swiper-slide .txt a{
		font-size: 14px;
		line-height: 20px;
	}
	.product-box .btns .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	/**********product end*************/
	.product-list-box .m-aside select{
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.product-list-box .m-aside select:last-child{
		margin-right: 0;
	}
	.product-list-box .left .tit{
		font-size: 14px;
	}
	.product-list-box .right .list{
		padding-top: 30px;
	}
	.product-list-box .right .list .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.product-list-box .right .list .item{
		padding:0 10px;
		margin-bottom: 20px;
	}
	.product-list-box .right .list .text-box .sub-tit{
		font-size: 14px;
	}
	.product-list-box .right .list .text-box .tit{
		font-size: 16px;
		line-height: 24px;
	}
	.product-list-box .right .list .news-page{
		margin-top:30px;
	}
	.news-page a{
		display: inline-block;
		margin:0 5px;
		font-size: 14px;
	}
	/************product end************/
	.product-img-box{
		padding:0;
		position: relative;
	}
	.product-img-box .m-img-box{
		display: none;
	}
	.product-img-box .pc-img-box{
		display: block;
	    padding: 0 5% 40px;
	}
	.product-img-box .img-box{
		width:50%;
		float: left;
		position: relative;
	}
	.product-img-box:before{
		content: "";
		position: absolute;
		left: 50%;
		top:0;
		width: 1px;
		height: 100%;
		background: #e6e5e6;
	}
	.product-img-box .text-box{
		float: right;
		width: 50%;
		box-sizing:border-box;
		padding:30px;
	}
	.product-img-box .bimg img{
		width: 100%;
	}
	.product-img-box .thrumbs ul{
		font-size: 0;
		text-align: center;
	}
	.product-img-box .thrumbs ul li{
		position: relative;
		display: inline-block;
		*display: inline;
		zoom:1;
		margin:0 1.5%;
		width: 21.5%;
	}
	.product-img-box .thrumbs ul li a{
		display: block;
	}
	.product-img-box .thrumbs ul li img{
		width: 100%;
	}
	.product-img-box .thrumbs ul li .border-box div{
		position: absolute;
		background:#e5e5e5;
	}
	.product-img-box .thrumbs ul li .b-top,
	.product-img-box .thrumbs ul li .b-bottom{
		width: 100%;
		height: 1px;
		
	}
	.product-img-box .thrumbs ul li .b-left,
	.product-img-box .thrumbs ul li .b-right{
		width: 1px;
		height: 100%;
	}
	.product-img-box .thrumbs ul li .b-top{
		top:0;
		left:0;
	}
	.product-img-box .thrumbs ul li .b-bottom{
		left:0;
		bottom:0;
	}
	.product-img-box .thrumbs ul li .b-left{
		left:0;
		top:0;
	}
	.product-img-box .thrumbs ul li .b-right{
		right: 0;
		top:0;
	}
	.product-img-box .thrumbs ul li.cur .b-top,
	.product-img-box .thrumbs ul li.cur .b-bottom{
		height: 2px;
		
	}
	.product-img-box .thrumbs ul li.cur .b-left,
	.product-img-box .thrumbs ul li.cur .b-right{
		width: 2px;
	}
	.product-img-box .thrumbs ul li.cur .border-box div{
		background:#0fa564;
	}
	.product-img-box .thrumbs ul li.cur:after{
		content: "";
		position: absolute;
		left:50%;
		top:-6px;
		width: 11px;
		height: 8px;
		transform:translateX(-50%);
		background:url(../img/product-top.jpg) no-repeat center / cover;
	}
	.product-img-box .text-box .tit-box .tit{
		font-size: 18px;
		line-height: 30px;
	}
	.product-img-box .text-box .buy{
		margin:20px 0 0;
	}
	.productdtl-tit-box{
		padding: 0 5%;
	}
	.productdtl-tit-box .swiper-slide{
		width: 20%;
	}
	.productdtl-tit-box .swiper-slide a{
		padding-left: 50px;
		background-position: 15px center;
		background-size: 25px;
		font-size: 14px;
	}
	.productdtl .tab h3{
		font-size: 20px;
		padding: 20px 0; 
	}
	.productdtl .tab .con{
		font-size: 14px;
		line-height: 26px;
		margin:15px 0 0;
	}
	.productdtl .tab .con table td{
		font-size: 14px;
	}
	.productdtl .tab .install .txt{
		font-size: 14px;
	}
	.productdtl .tab .install .img{
		position: relative;
	}
	.productdtl .tab .install .img:after{
		content: "";
		position: absolute;
		right: 0;
		top:0;
		width: 1px;
		height: 100%;
		background: #e0e0e0;
	}
	.productdtl .tab .install .swiper-slide:last-child .img:after{
		display: none;
	}
	.productdtl .tab .book .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.productdtl .tab .book .con-box{
		padding:0 10px;
	}
	.productdtl .tab .book .news-page{
		margin:20px 0 0;
	}
	.productdtl .tab .download{
		padding:0;
	}
	.productdtl .tab .download a{
		margin-bottom: 15px;
		padding:15px 40px 15px 30px;
		background: #f3faf7;
	}
	.productdtl .tab .download .txt{
		background-size: 23px;
		line-height: 30px;
		background-position: left center;
		padding:0 0 0 50px;
		font-size: 14px;
	}
	.productdtl .tab .download .down-icon{
		width: 20px;
		height: 20px;
		margin:3px 0 0;
	}
	.recommend-box .recommend-list .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.recommend-box .recommend-list .item{
		padding:0 10px;
		box-sizing:border-box;
	}
	.recommend-box .recommend-list .con{
		padding:15px 0 20px;
	}
	.recommend-box .recommend-list .picture{
		float: none;
		width: 100%;
	}
	.recommend-box .recommend-list .txt-box{
		float: none;
		padding:0 10%;
		width: 80%;
		margin:0;
		text-align: center;
	}
	.recommend-box h3{
		font-size: 20px;
	}
	.recommend-box .recommend-list .txt-box .tit{
		font-size: 16px;
		line-height: 28px;
		height: 28px;
	}
	.recommend-box .recommend-list .txt-box .txt{
		font-size: 14px;
		line-height: 20px;
	}
	.pro-desc-box{
		margin:20px 0 0;
		padding:30px 5%;
	}
	.pro-desc-box .tit-box .en{
		font-size: 14px;
	}
	.pro-desc-box .con{
		font-size: 14px;
		line-height: 24px;
		padding-left: 50px;
	}
	/***********productdtl end************/
	.sub-banner img {
	    width: 120%;
	    transform: translateX(-10%);
	}
	.sub-banner .text-box{
		margin-top: -45px;
	}
	.sub-banner .text-box .en{
		line-height: 50px;
		font-size: 40px;
	}
	.sub-banner .text-box .cn{
		line-height: 40px;
		font-size: 20px;
	}
	.sub-nav .swiper-slide{
		width: 16.7%;
		margin-right: 0;
	}
	.sub-nav a{
		background-position: 15px center;
		font-size: 14px;
		padding-left: 35%;
	}
	.case-box .list li .con{
		height: 40px;
	}
	.i-case-box .list li .text-box{
		margin:4% 0 0;
	}
	.case-box .more{
		margin-top: 15px;
	}
	.case-box .news-page{
		margin:50px 0 0;
	}
	/***********case end**********/
	.m-casedtl{
		display: none;
	}
	.pc-casedtl{
		display: block;
	}
	.pc-casedtl .bimg{
		overflow: hidden;
	}
	.pc-casedtl .bimg img{
		width: 100%;
	}
	.pc-casedtl .simg-box{
		padding:15px 0;
		position: absolute;
		left:0;
		bottom:0;
		width: 100%;
		background:rgba(0,0,0,.4);
		z-index: 30;
	}
	.pc-casedtl .simg-box .simg-wrap{
		width: 60%;
		margin:0 auto;
	}
	.pc-casedtl .simg-box .simg{
		/*width: calc(100% - 4px);*/
		overflow: hidden;
		padding:0 2px;
	}
	.pc-casedtl .simg-box .simg img{
		width: 100%;
	}
	.pc-casedtl .simg-box .simg .swiper-slide{
		width: 32%;
		margin-right: 2%;
		box-sizing:border-box;
		border:1px solid transparent;
	}
	.pc-casedtl .simg-box .simg .swiper-slide:last-child{
		margin-right: 0;
	}
	.pc-casedtl .simg-box .simg .swiper-slide.cur{
		border-color: #b6b8b6;
	}
	.simg-box .prev,
	.simg-box .next{
		position: absolute;
		top:50%;
		width: 6px;
		height: 12px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: -6px;
		z-index: 30;
	}
	.simg-box .prev{
		left: -20px;
		background-image: url(../img/casedtl-prev.png);
	}
	.simg-box .next{
		right: -20px;
		background-image: url(../img/casedtl-next.png);
	}
	.casedtl-box .text-box{
		width: 75%;
		margin:0 auto;
	}
	.casedtl-box .text-box h3{
		font-size: 18px;
	}
	.casedtl-box .text-box .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.casedtl-box>.back{
		display: none;
	}
	.casedtl-box .back{
		position: absolute;
		right: 2%;
		top:50%;
		margin-top: -15px;
		border:1px solid #818487;
		background: transparent;
		color: #cdcdcd;
	}
	.re-product{
		padding:0 0 30px;
	}
	.re-product .recommend-list .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.re-product .recommend-list .item{
		padding:0 5px;
	}
	/***********casedtl end***********/
	.contact-box{
		padding:40px 0;
	}
	.contact-box .contact{
		font-size: 0;
		text-align: center;
	}
	.contact-box .contact .item{
		display: inline-block;
		*display: inline;
		zoom:1;
		vertical-align: top;
		margin-bottom: 0;
		width: 33.33%;
	}
	.contact-box .contact .item .icon{
		float: none;
		margin:0 auto;
		width: 60px;
		height: 60px;
	}
	.contact-box .contact .item .text-box{
		float: none;
		margin:10px 0 0;
	}
	.map-box .map{
		height: 500px;
	}
	.map-box .position-box{
		padding:0;
		position: absolute;
		right: 2%;
		top:10%;
		width: 300px;
	}
	.map-box .position li{
		background-color: #fff;
	}
	.map-box .position li .desc{
		padding-bottom: 10px;
	}
	/************contact end************/
	.develop-box{
		padding:40px 0;
	}
	.develop-box .tit-box h3{
		font-size: 20px;
	}
	.develop-box .tit-box h4{
		font-size: 14px;
	}
	.develop-box .time{
		margin:25px 0 0;
	}
	.develop-box .text-box{
		width: 80%;
		float: right;
		margin-left: 5%;
		position: relative;
		border:1px solid #e3e3e3;
		position: relative;
	}
	.develop-box .txt:before{
		content: "";
		position: absolute;
		width: 16px;
		height: 16px;
		border-left:1px solid #e3e3e3;
		border-bottom:1px solid #e3e3e3;
		transform:rotate(45deg);
		left: -9px;
		top:25px;
		z-index: 3;
		background: #fff;
	}
	.develop-box .text-box .img{
		display: block;
		float: right;
		width: 30%;
	}
	.develop-box .text-box .img img{
		width:100%;
	}
	.develop-box .text-box .txt{
		position: absolute;
		left: 0;
		top:50%;
		transform:translateY(-50%);
		padding:25px;
		font-size: 14px;
		line-height: 20px;
	}
	.develop-box .time{
		display: none;
	}
	.develop-box .pc-time{
		position: absolute;
		left: -35%;
		top:18px;
		display: block;
		width: 100px;
		height: 30px;
		line-height: 30px;
		background:#f1f1f1;
		border-radius: 15px;
		font-size: 16px;
		color: #333333;
		font-family: "Century Gothic";
		text-align: center;
		font-weight: bold;
		
	}
	.develop-box .develop .line-box{
		left: 7%;
	}
	/********develop end*************/
	.honor-box{
		padding:50px 0;
	}
	.honor-box h3{
		font-size: 20px;
	}
	.honor-box .honor .row{
		margin-right: -5px;
		margin-left: -5px;
	}
	.honor-box .honor .item{
		box-sizing:border-box;
		padding:0 5px;
	}
	.honor-box .honor .news-page{
		margin-top: 20px;
	}
	/***********honor end***********/
	.link-box{
		padding:40px 0;
	}
	.link-box h3{
		font-size: 20px;
	}
	.link-box .link{
		margin:30px 0 0;
	}
	.link-box .item{
		padding:0 10px;
		margin-bottom: 20px;
	}
	/*************link end***********/
	.book-box{
		padding:40px 0;
	}
	.book-box .book{
		margin:30px 0 0;
	}
	.book-box .tit-box{
		position: relative;	
	}
	.book-box .tit-box h3{
		float: left;
		font-size: 20px;
		line-height: 38px;
	}
	.book-box .type{
		position: absolute;
		right: 0;
		top:0;
		width: 260px;
		margin:0;
	}
	.book-box .book-title{
		padding:15px 0;
	}
	.book-box .book-title span{
		position: relative;
		font-size: 16px;
	}
	.book-box .book-title span:after{
		content: "";
		position: absolute;
		right: 0;
		top:0;
		width: 1px;
		height: 20px;
		background: #dedede;
	}
	.book-box .book-title span:last-child:after{
		display: none;
	}
	.book-table{
		padding:0 20px;
		margin:30px 0 0;
	}
	.book-table td{
		padding:15px;
		font-size: 14px;
		color: #666;
	}
	.book-table tr td:nth-child(2){
		padding-left: 30px;
	}
	.book-table tr td:nth-child(4){
		padding-left: 70px;
	}
	.book-tab-box{
		width: 40%;
	}
	.book-tab-box {
	    padding: 40px 70px;
	}
	.book-tab-box .prev{
		left:-40px;
		background-image: url(../img/book-prev.png);
	}
	.book-tab-box .next{
		right:-40px;
		background-image: url(../img/book-next.png);
	}
	.book-tab-box .close-btn{
		right: 15px;
	    top: 10px;
	}
	.book-box .news-page{
		margin:40px 0 0;
	}
	/***********diploma end*********/
	.news-box{
		padding:50px 0;
	}
	.news-box .news{
		margin:30px 0 0;
	}
	.news-box h3{
		font-size: 20px;
	}
	.news-box .news .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.news-box .news .item{
		box-sizing:border-box;
		padding:0 10px;
	}
	.news-box .con-box .text-box{
		padding:20px;
	}
	.news-box .news-page{
		margin:30px 0 0;
	}
	/***********news end*********/
	.download-box{
		padding:50px 0;
	}
	.download-box h3{
		font-size: 20px;
	}
	.download-box .download .download-title a{
		font-size: 16px;
		padding:15px 5px;
	}
	.download-box .download .download-title a{
		border-bottom:2px solid transparent;
	}
	.download-box .download .download-title a:before{
		content: "";
		position: absolute;
		left: 50%;
		bottom:0;
		width: 13px;
		height: 6px;
		background-image: url(../img/sj.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-left: -6px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.download-box .download .download-title a.cur{
		border-color: #0fa564;
	}
	.download-box .download .download-title a.cur:before{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.download-box .download .list{
		padding:0 30px;
		margin:30px 0 0;
	}
	.download-box .download .list a{
		font-size: 14px;
	}
	.download-box .news-page{
		margin:40px 0 0;
	}
	.check-form-box .check-form{
		width: 35%;
	    padding: 40px 15%;
	}
	.check-form-box .check-form h3{
		font-size: 18px;
	}
	/**********download end*********/
	.tech-box{
		padding:40px 0;
	}
	.tech-box h3{
		font-size: 20px;
	}
	.tech-box .con{
		font-size: 14px;
		line-height: 24px;
		margin:10px 0 0;
		text-align: center;
	}
	.tech-box .list li{
		position: relative;
		border:1px solid #e5e5e5;
	}
	.tech-box .list .img{
		float: left;
		width: 50%;
		position: relative;
	}
	.tech-box .list .img:after{
		content: "";
		position: absolute;
		width: 20px;
		height: 20px;
		transform:rotate(-45deg);
		background: #fff;
		right: -11px;
		top:50%;
		margin-top: -10px;
	}
	.tech-box .list .text-box{
		position: absolute;
		right: 0;
		top:50%;
		transform:translateY(-50%);
		width: 50%;
		box-sizing:border-box;
		padding:0 20px;
		border:none;
	}
	.tech-box .list .line{
		margin:10px 0;
	}
	.tech-box .list li:nth-child(2n) .img{
		float: right;
	}
	.tech-box .list li:nth-child(2n) .img:after{
		right: auto;
		left:-11px;
	}
	.tech-box .list li:nth-child(2n) .text-box{
		right: auto;
		left:0;
	}
	/***********advantage end**********/
	.idea-box{
		padding:40px 0;
	}
	.idea-box h3{
		font-size: 20px;
	}
	.idea-box .txt-box .txt{
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		margin:10px 0 0;
	}
	.create-box{
		padding:40px 0;
	}
	.create-box h3{
		font-size: 20px;
	}
	.create-box .create li{
		margin-bottom: 0;
		position: relative;
	}
	.create-box .create li .img{
		position: relative;
		float: left;
		width: 50%;
	}
	.create-box .create li .img:after{
		content: "";
	    position: absolute;
	    width: 20px;
	    height: 20px;
	    transform: rotate(-45deg);
	    background: #fff;
	    right: -11px;
	    top: 20%;
	    margin-top: -10px;
	}
	.create-box .create li .text-box{
		position: absolute;
		right: 0;
		top:50%;
		transform:translateY(-50%);
		width: 50%;
		padding:0 30px;
		box-sizing:border-box;
	}
	.create-box .create li .text-box .tit{
		font-size: 18px;
	}
	.create-box .create li:nth-child(2n) .img{
		float: right;
	}
	.create-box .create li:nth-child(2n) .text-box{
		left: 0;
		right: auto;
	}
	.create-box .create li:nth-child(2n) .img:after{
		right: auto;
		left: -11px;
	}
	.combine-box{
		padding:40px 0;
	}
	.combine-box h3{
		font-size: 20px;
		text-align: center;
	}
	.combine-box .combine{
		text-align: center;
		margin:30px 0 0;
	}
	.combine-box .combine .item{
		display: inline-block;
		*display: inline;
		zoom:1;
		width: 48%;
		margin-right: 2%;
		padding:40px;
		box-sizing:border-box;
		vertical-align: top;
	}
	.combine-box .item:nth-child(2n){
		margin-right: 0;
	}
	.combine-box .combine .item .icon{
		width: 40px;
		height: 40px;
	}
	.combine-box .combine .con{
		font-size: 14px;
		line-height: 24px;
	}
	/**********idea end*********/
	.recruit-box{
		padding:40px 0;
	}
	.recruit-box h3{
		font-size: 20px;
	}
	.recruit .title span:nth-child(2),
	.recruit .list .tit span:nth-child(2),
	.recruit .title span:nth-child(4),
	.recruit .list .tit span:nth-child(4){
		display: inline-block;
	}
	.recruit .title span{
		width: 20%;
	}
	.recruit .title span:nth-child(1){
		padding-left: 22px;
	}
	.recruit .list{
		width: 96%;
		margin:0 auto;
	}
	.recruit .list .tit span{
		width: 20%;
		font-size: 14px;
	}
	.recruit .list .drop .top{
		padding-bottom: 20px;
	}
	.recruit .list .top span{
		width: 25%;
	}
	.recruit .list .tit span:nth-child(4){
		padding-left: 30px;
	}
	.recruit .list .tit{
		padding:15px 0;
	}
	.recruit .list .drop .con-box{
		padding:20px 0;
	}
	.recruit .list .drop .con-box:before{
		content: "";
		position: absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		width: 1px;
		height: 160px;
		background: #dcdcdc;
	}
	.recruit .list .drop .con-box .left{
		float: left;
		width: 50%;
		box-sizing:border-box;
		padding-right: 15px;
	}
	.recruit .list .drop .con-box .right{
		width: 50%;
		float: right;
		box-sizing:border-box;
		padding-left:15px;
	}
	.recruit-more{
		margin-top:30px;
		width: 90px;
		padding-left: 60px;
		background-position: 30px center;
	}
	/**********recruit end************/
	.company-box{
		padding:40px 0;
	}
	.company-box h3{
		font-size: 20px;
	}
	.company-box .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.company-box .con{
		padding:0 10px;
	}
	.num-box{
		width: 70%;
		margin:40px auto 0;
	}
	.num-box .item .num{
		font-size: 50px;
		line-height: 60px;
	}
	.num-box .item .txt{
		font-size: 14px;
	}
	.area-box{
		padding:60px 0;
	}
	.area-box .icon-box .item{
		width: 70px;
		margin:0 13px;
	}
	.area-box .icon-box .icon{
		width: 70px;
		height: 70px;
	}
	.area-box h3{
		font-size: 20px;
	}
	.area-box .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.area-box .icon-box{
		margin:60px 0 0;
	}
	.area-box .icon-box .text{
		margin:10px 0 0;
	}
	.about-content{
		padding:40px 0;
	}
	.about-content .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.about-content .con{
		padding:0 10px;
	}
	/************about end***********/
	.newsdtl{
		padding:40px 0;
	}
	.newsdtl .infoctrl .pageback{
		margin:0;
		float: right;
	}
	/***********newsdtl end***********/
	.recruitdtl{
		padding:40px 0;
	}
	.recruitdtl .resume .txt{
		width: 10%;
	}
	.recruitdtl textarea{
		margin-left: 1.5%;
		width: 82.5%
	}
	.recruitdtl input[type=submit]{
		margin-left: 11.5%;
	}
	.search-wrap-box{
		padding:40px 0;
	}
	.search-wrap-box h3{
		font-size: 20px;
	}
	.search-list-box{
		padding:0;
	}
	.search-list-box .right .list{
		padding:0;
		margin:30px 0 0;
	}
}
@media (min-width: 992px){
	header .logo{
		width: 100px;
	}
	header .m-nav-box{
		margin:10px 0 0;
	}
	.clearfixed{
		height: 71px;
	}
	/************header end************/
	.i-product-box .item{
		width: 33.33%;
	}
	.i-product-box .item .con-box{
		background-size: 40px;
	}
	.i-product-box .item .tit{
		font-size: 18px;
	}
	.i-product-box .item .con{
		font-size: 14px;
		line-height: 24px;
		margin:5px 0 0;
	}
	.i-case-box{
		padding:70px 0;
	}
	.i-case-box .case-text-box{
		width: 67%;
	}
	.i-case-box .case-text h3{
		font-size: 24px;
	}
	.i-case-box .list li .con{
		font-size: 14px;
		line-height: 24px;
	}
	.index-tit .en{
		font-size: 34px;
		line-height: 40px;
	}
	.index-tit .cn{
		font-size: 18px;
		line-height: 30px;
	}
	.i-news-box .left .text-box .tit{
		font-size: 18px;
	}
	.i-news-box .left .text-box .con{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.i-news-box .left .text-box .time{
		font-size: 14px;
		margin: 10px 0 0;
	}
	.i-news-box .left .btns{
		width: auto;
		bottom:11%;
		padding-right: 3%;
		left: auto;
		right: 2%;
		/*width: 97%;*/
	}
	.i-news-box .left .btns .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.i-news-box .right .text-box{
		padding:20px 20px 0;
	}
	.i-news-box .right .text-box .tit{
		font-size: 16px;
		line-height: 26px;
		height: 26px
	}
	.i-news-box .right .text-box .con{
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}
	.i-news-box .right .text-box  .time-box{
		margin:20px 0 0;
	}
	.i-news-box .right .text-box .time{
		font-size: 14px;
	}
	.i-news-box .right .text-box .more{
		margin:10px 0 0;
	}
	/************welcome end************/
	.product-box  .product .swiper-slide{
		width: 30%;
	}
	/**********product end*************/
	.product-list-box .left .tit{
		font-size: 16px;
		background-position: left 6px;
	}
	/************product end************/
	.product-img-box .text-box .con-box{
		padding:25px 0;
	}
	.product-img-box .text-box .tit-box .tit{
		font-size: 18px;
		line-height: 40px;
	}
	.product-img-box .text-box .tit-box .sub-tit{
		font-size: 14px;
		line-height: 24px;
	}
	.product-img-box .text-box .type-btns a{
		width: 130px;
		height: 34px;
		line-height: 34px;
	}
	.product-img-box .text-box .con{
		font-size: 13px;
		line-height: 24px;
		margin:20px 0 0;
	}
	.product-img-box .text-box .buy{
		font-size: 14px;
		margin:30px 0 0;
	}
	.pro-desc-box .con{
		width: 65%;
	}
	/***********productdtl end************/
	.sub-nav a{
		background-size: 30px;
		background-position: 20px center;
	}
	.i-case-box .list li .text-box{
		margin:5% 0 0;
	}
	.case-box .list li .con{
		height: 48px;
	}
	/***********case end**********/
	.pc-casedtl .simg-box{
		padding:20px 0;
	}
	.casedtl-box .text-box h3{
		font-size: 20px;
	}
	.re-product{
		padding-bottom: 50px;
	}
	.re-product .recommend-list .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.re-product .recommend-list .item{
		padding:0 10px;
	}
	/***********casedtl end***********/
	/*.develop-box .develop .con-box{
		position: relative;
		float: left;
		width: 50%;
	}
	.develop-box .develop li:nth-child(2n) .con-box{
		float: right;
	}
	.develop-box li:nth-child(2n+1) .time{
		float: none;
		position: absolute;
		right: -50px;
	}
	.develop-box .text-box .img{
		display: block;
		float: left;
		width: 38%;
	}
	.develop-box .text-box img{
		width: 100%;
	}
	.develop-box .text-box .txt{
		float: left;
		padding:0 18px;
		box-sizing:border-box;
	}
	.develop-box .develop .line-box{
		left: 50%;
	}*/
	.develop-box{
		padding:60px 0;
	}
	.develop-box .text-box .txt{
		padding:25px 30px;
	}
	/********develop end*************/
	.honor-box .honor .row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.honor-box .honor .item{
		padding:0 10px;
		margin-bottom: 20px;
	}
	/***********honor end***********/
	.book-table tr td:nth-child(2){
		padding-left: 50px;
	}
	.book-table tr td:nth-child(4) {
	    padding-left: 90px;
	}
	.book-tab-box{
		width: 30%;
	}
	/***********diploma end*********/
	.check-form-box .check-form{
		width: 30%;
	}
	/**********download end*********/
	.tech-box{
		padding:50px 0;
	}
	.tech-box .con{
		width: 75%;
		margin:10px auto 0;
	}
	.tech-box .list .text-box{
		padding:0 30px;
	}
	.tech-box .list .tit{
		font-size: 18px;
	}
	.tech-box .list .txt{
		font-size: 14px;
		line-height: 24px;
	}
	/***********advantage end**********/
	.create-box .create li .text-box{
		padding:0 40px;
	}
	.create-box .create li .text-box .con{
		font-size: 14px;
		line-height: 24px;
	}
	.create-box .create li .line{
		margin:10px 0;
	}
	.combine-box .combine .item{
		width: 32%;
		margin-right: 1.5%;
	}
	.combine-box .combine .item:nth-child(2n){
		margin-right: 1.5%;
	}
	.combine-box .combine .item:nth-child(3n){
		margin-right: 0;
	}
	.combine-box .combine .item .icon{
		width: 50px;
		height: 50px;
	}
	/**********idea end*********/
	.recruit-box .recruit{
		margin:40px 0 0;
	}
	.recruit .list .drop{
		padding:30px;
	}
	.recruit .title{
		padding:10px 0;
	}
	.recruit .title span:nth-child(1){
		padding-left: 30px;
	}
	.recruit .list .drop .top span{
		font-size: 14px;
		line-height: 30px;
	}
	.recruit .list .drop .con-box .require-tit{
		font-size: 16px;
	}
	.recruit .list .drop .con-box .con{
		font-size: 14px;
		line-height: 26px;
		margin:10px 0 0;
	}
	.recruit .list .drop .con-box .left{
		padding-right: 40px;
	}
	.recruit .list .drop .con-box .right{
		padding-left: 40px;
	}
	.recruit .list .drop .apply{
		width: 140px;
		height: 40px;
		margin:30px 0 0;
		line-height: 40px;
	}
	/**********recruit end************/
	.company-box{
		padding:50px 0;
	}
	.company-box .company{
		margin:10px 0 0;
	}
	.num-box .item .num{
		font-size: 60px;
		line-height: 70px;
	}
	.area-box .txt{
		width: 80%;
		margin:10px auto 0;
	}
	.area-box .icon-box .item{
		margin:0 20px;
	}
	/************about end***********/
}