body{
	background-color: #f5f5f5;
	overflow: hidden;
}
.view{
	padding: 0 .3rem;
}
.header-view{
	padding: 0 .2rem;
}
.product-box{
	padding: .5rem 0;
}
.bread{
	font-size: 0;
}
.bread a,
.bread span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .26rem;
	line-height: .36rem;
	color: #333;
}
.types-box{
	padding: .2rem .2rem 0;
	background: #fff;
	margin-top: .2rem;
}
.types-box .tit{
	font-size: .28rem;
	line-height: .38rem;
	font-weight: bold;
	color: #ef7317;
}
.types-box .types{
	overflow: hidden;
}
.types-box .types .swiper-slide{
	width: 33.33%;
	text-align: center;
	position: relative;
}
.types-box .types .swiper-slide:before{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background-color: #c5c5c5;
    transform: translateY(-50%);
}
.types-box .types .swiper-slide:last-child:before{
	display: none;
}
.types-box .types .swiper-slide a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size:.24rem;
	line-height: .34rem;
	padding: .1rem 0;
	border-bottom: 1px solid transparent;
	padding-bottom: .2rem;
	color: #666666;
}
.types-box .types .swiper-slide.cur a{
	border-color: #ef7317;
}
.ban-product{
	position: relative;
}
.ban-product img{
	width: 100%;
}
.ban-product .pc-img{
	display: none;
}
.ban-product .text{
	position: absolute;
	/* left: 13.75%; */
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ban-product .text .tit{
	font-size: .36rem;
	line-height: .46rem;
}
.ban-product .text .con{
	font-size: .26rem;
	line-height: .36rem;
	color: #333;
	margin-top: .1rem;
}
.ban-product .text .more{
	width: 1.5rem;
	height: .5rem;
	line-height: .5rem;
	text-align: center;
	background-color: #ef7317;
	font-size: .24rem;
	display: block;
	color: #fff;
	margin-top: .2rem;
}
.product-box .list{
	margin-top: .4rem;
}
.product-box .list .item{
	margin-bottom: .4rem;
}
.product-box .list .item:last-child{
	margin-bottom: 0;
}
.product-box .list a{
	display: block;
}
.product-box .list img{
	width: 100%;
}
.product-box .list .con-box{
	background-color: #fff;
	/* padding: .4rem; */
}
.product-box .list .con-box .text-box{
	margin-top: .4rem;
	border-top: 1px solid #e5e5e5;
	padding: .4rem;
}
.product-box .list .con-box .text-box .text{
	width: 70%;
	float: left;
}
.product-box .list .con-box .text-box .text .tit{
	font-size: .38rem;
	line-height: .48rem;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-box .list .con-box .text-box .text .desc{
	font-size: .26rem;
	line-height: .36rem;
	color: #666;
	margin-top: .1rem;
}
.product-box .list .con-box .text-box .detail{
	float: right;
	width: 25%;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .26rem;
	color: #ef7317;
	border: 1px solid #ef7317;
}
/* product end */
header{
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 1rem;
	z-index: 99;
	border-bottom: 1px solid rgba(136, 136, 136, .2);
}
.header-top{
	display: none;
}
header .logo{
	float: left;
	width: 5rem;
	line-height: 1rem;
	height: 1rem;
}
header .logo img{
	width: 100%;
}

header .navbtn{
	width: .4rem;
	height: .28rem;
	float: right;
	position: relative;
	margin:.35rem 0 0 .2rem;
}
header .navbtn .line{
	width: 100%;
	height: 2px;
	background-color: #dc5a28;
	position: absolute;
	top: 0;
	left: 0;
	transition:all .2s linear;
	transform-origin:center;
}
header .navbtn .line2{
	top: 50%;
	margin-top: -1px;
}
header .navbtn .line3{
	top: 100%;
	transform: translateY(-2px);
}
header .navbtn.on .line1{
	top:50%;
	margin-top: -1px;
	transform:rotate(45deg);
}
header .navbtn.on .line2{
	opacity: 0;
}

header .navbtn.on .line3{
	top:50%;
	margin-top: -1px;
	transform:rotate(-45deg);
}
header .icon-box{
	float: right;
	font-size: 0;
	margin-top: .35rem;
}
header .icon-box a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: .4rem;
	margin-left: .2rem;
}
header .icon-box a img{
	width: 100%;
}
.m-nav{
	display: none;
	position: fixed;
	left:0;
	top:1rem;
	background: #fff;
	width:88%;
	height:92%;
	padding:4% 6%;
	overflow: auto;
	z-index: 99;
	border-top:1px solid #ddd;
}
.m-nav li{
	border-bottom:1px solid #dcdcdc;
}
.m-nav li>a{
	display: block;
    width: 92%;
    padding: 10px 4%;
    color: #2d3845;
    position: relative;
    font-size: 16px;
    line-height: 25px;
}
.m-nav li .navson{
	line-height: 30px;
	padding:0 4.5% 15px;
	display: none;
}
.m-nav li .navson a{
	display: block;
	font-size: 14px;
	color:#8b95a0;
}
.m-nav li>a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/nav-arrow.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 10px;
    transition:all .3s linear;
}
.m-nav li.none>a:after{
	display: none;
}
.m-nav li.on .tit:after{
	transform:rotate(180deg);
}
.nav{
	display: none;
}
.clearfixed{
	height: 1rem;
}
.qrcode-dialog{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}
.qrcode-dialog .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
.qrcode-dialog .qrcode{
	position: absolute;
	width: 3rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.qrcode-dialog .qrcode img{
	width: 100%;
	display: block;
}
.qrcode-dialog .qrcode .dialog-close{
	font-size: .5rem;
	color: #666;
	line-height: .48rem;
	width: .5rem;
	height: .5rem;
	background-color: #fff;
	position: absolute;
	right: -.5rem;
	top: -.5rem;
	text-align: center;
}
/***********header end**********/
footer{
	background-color: #ff6600;
	padding: .35rem 0;
}
footer .f-nav{
	display: none;
}
.footer-view{
	padding: 0 .2rem;
}
footer .copy{
	font-size: .24rem;
	line-height: .34rem;
	color: #fff;
	text-align: center;
}
footer .copy a{
	color: #fff;
	font-size: .24rem;
	line-height: .34rem;
}
/* footer end */
.banner{
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner .pc-img{
	display: none;
}
.banner .prev,
.banner .next{
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,.5);
	z-index: 3;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	border-radius: 100%;
}
.banner .prev{
	left: 5%;
	background-image: url('../img/ban-prev.png');
}
.banner .next{
	right: 5%;
	background-image: url('../img/ban-next.png');
}
.water-box{
	padding: .7rem 0;
	background-color: #fff;
}
.water-box img{
	width: 100%;
}
.index-tit{
	color: #ff6600;
}
.index-tit .cn{
	font-size: .48rem;
	line-height: .58rem;
	font-weight: bold;
}
.index-tit .en{
	font-size: .28rem;
	line-height: .38rem;
	text-transform: capitalize;
}
.water-tab{
	overflow: hidden;
}
.water-tab .swiper-slide{
	width: 100%;
}
.water-box .img-box{
	/* padding: 0 .25rem; */
}
.detail-box{
	font-size: 0;
}
.water-box .img-box .detail-box{
	display: none;
}
.water-box .index-tit{
	position: absolute;
	top: .6rem;
	right: 1.4rem;
	z-index: 3;
}
.water-box .text-box{
	margin-top: .3rem;
}
.pub-index-tit{
	font-size: .36rem;
	line-height: .46rem;
	font-weight: bold;
	color: #666666;
}
.pub-con{
	font-size: .26rem;
	line-height: .36rem;
	color: #666;
}
.water-box .text-box .pub-con{
	margin-top: .1rem;
}
.water-box .buttons{
	display: none;
}
.water-box .text-box .detail-box{
	font-size: 0;
}
.index-detail{
	display: inline-block;
	font-size: .28rem;
	line-height: .64rem;
	padding: 0 .7rem 0 .2rem;
	color: #fff;
	background-color: #ff6600;
	background-repeat: no-repeat;
	background-position: 1.5rem center;
	background-image: url('../img/detail-arrow2.png');
}
.water-box .text-box .detail-box{
	text-align: right;
	margin-top: .5rem;
}
.water-box .text-box .index-detail{
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.water-box .btns{
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: .64rem;
	width: 60%;
	text-align: left;
	box-sizing: border-box;
	z-index: 3;
}
.water-box .btns .swiper-pagination-bullet{
	width: .35rem;
	height: .53rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/water-point1.png');
	background-color: transparent;
	margin-right: .25rem;
}
.water-box .btns .swiper-pagination-bullet-active{
	background-image: url('../img/water-point2.png');
}
.kitchen-box{
	padding: .7rem 0;
	background-color: #eee;
}
.kitchen-box .img-box{
	padding: 0 .2rem;
}
.kitchen-box .img-box .index-tit{
	text-align: center;
}
.kitchen-box .img-box .bimg{
	margin-top: .35rem;
	overflow: hidden;
}
.kitchen-box .img-box .bimg img{
	width: 100%;
}
.kitchen-box .img-box .detail-box{
	display: none;
}
.kitchen-box .text-box .index-tit{
	display: none;
}
.kitchen-box .simg{
	font-size: 0;
	text-align: center;
	margin-top: .3rem;
}
.kitchen-box .simg .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 2.04rem;
	border:3px solid #bfbfbf;
	margin: 0 .07rem;
}
.kitchen-box .simg .item img{
	width: 100%;
}
.kitchen-box .simg .item.on{
	border-color: #f89c5f;
}
.kitchen-box .text-box .text{
	margin-top: .7rem;
}
.kitchen-box .text-box .pub-index-tit{
	text-align: center;
}
.kitchen-box .text-box .pub-con{
	margin-top: .15rem;
}
.kitchen-box .text-box .simg{
	display: none;
}
.kitchen-box .text-box .detail-box{
	margin-top: .5rem;
	text-align: center;
}

.heater-box{
	padding: .9rem 0;
	background-color: #fff;
}
.heater-box .img-box{
	text-align: center;
	padding: 0 .2rem;
}
.heater-box .img{
	margin-top: .7rem;
	
}
.heater-box .img img{
	width: 100%;
}
.heater-box .img-box .detail-box{
	display: none;
}
.heater-box .text-box{
	margin-top: .5rem;
}
.heater-box .text-box .pub-index-tit{
	text-align: center;
}
.heater-box .text-box .pub-con{
	margin-top: .2rem;
}
.heater-box .text-box .index-tit{
	display: none;
}
.heater-box .text-box .icon-box{
	font-size: 0;
	text-align: center;
	margin-top: .8rem;
}
.heater-box .text-box .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 2.3rem;
	height: 2.3rem;
	border: 3px solid #c6c6c6;
	margin: 0 .17rem;
	position: relative;
}
.heater-box .text-box .icon-box .con-box{
	position: absolute;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}
.heater-box .text-box .icon-box .icon{
	width: .6rem;
	margin: 0 auto;
}
.heater-box .text-box .icon-box img{
	width: 100%;
}
.heater-box .text-box .icon-box .txt-box{
	margin-top: .1rem;
	color: #333333;
}
.heater-box .text-box .icon-box .cn{
	font-size: .28rem;
	line-height: .38rem;
}
.heater-box .text-box .icon-box .en{
	font-size: .24rem;
	line-height: .34rem;
}
.heater-box .detail-box{
	text-align: center;
	margin-top: .7rem;
}
.i-news-box{
	padding: .6rem 0 1rem;
	background-color: #eee;
}
.i-news-box .index-tit{
	font-size: 0;
	float: left;
}
.i-news-box .index-tit .cn,
.i-news-box .index-tit .en{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: .1rem;
}
.i-news-box .i-news{
	margin-top: .3rem;
}
.i-news-box .tit-box .detail-box{
	display: none;
}
.i-news-box .left{
	display: block;
	background-color: #fff;
}
.i-news-box .left a{
	display: block;
}
.i-news-box .left img{
	width: 100%;
}
.i-news-box .left .text-box{
	padding: .3rem;
}
.i-news-box .left .tit{
	font-size: .28rem;
	line-height: .38rem;
	color: #333;
}
.i-news-box .left .time{
	color: #888;
	margin-top: .05rem;
}
.i-news-box .left .con{
	margin-top: .15rem;
}
.i-news-box .left .detail-box{
	display: none;
}
.i-news-box .right .item{
	display: block;
	padding: .3rem;
	border-bottom: 1px solid #dedede;
}

.i-news-box .right .item .tit{
	font-size: .28rem;
	line-height: .38rem;
	color: #333;
}
.i-news-box .right .item .time{
	margin-top: .1rem;
	color: #666;
	opacity: .7;
	filter: alpha(opacity=70);
}
.i-news-box .right .item .con{
	margin-top: .1rem;
}
.i-news-box .detail-box{
	margin-top: .5rem;
	text-align: center;
}
/* welcome end */
.about-box{
	padding: .5rem 0;
}
.company-img img{
	width: 100%;
}
.about-tit .sm-tit{
	font-size: .24rem;
	line-height: .34rem;
	color: #666666;
}
.about-tit .lg-tit{
	font-size: .32rem;
	line-height: .42rem;
	margin-top: .2rem;
}
.about-tit .line{
	width: 30px;
	height: 3px;
	background-color: #eb6100;
	margin-top: .2rem;
}
.about-box .top-box .right img{
	width: 100%;
}
.about-box .top-box .pub-con{
	margin: .2rem 0 0;
}
.about-box .top-box .right{
	margin-top: .2rem;
}
.about-box .bottom-box{
	margin-top: .2rem;
}
.about-box .bottom-box img{
	width: 100%;
}
.about-box .bottom-box .img{
	margin-top: .2rem;
}
.about-box .bottom-box h3{
	font-size: .38rem;
	line-height: .48rem;
	color: #eb6100;
}
.strength-box{
	padding: .5rem 0;
	overflow: hidden;
	background-color: #fff;
}
.strength-box .con{
	margin-top: .2rem;
}
.strength-box .num-box{
	font-size: 0;
	margin-top: .2rem;
}
.strength-box .num-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: .3rem;
}
.strength-box .num-box .item:last-child{
	margin-right: 0;
}
.strength-box .num-box .num{
	font-size: .6rem;
	line-height: .7rem;
	color: #eb6100;
	font-family: "Century Gothic";
	font-weight: bold;
}

.strength-box .num-box .unit{
	font-size: .24rem;
	line-height: .34rem;
	margin-left: .1rem;
}
.strength-box .num-box .pub-con{
	margin-top: .1rem;
}
.strength-box .strength-tab{
	margin-top: .3rem;
	overflow: hidden;
	position: relative;
}
.strength-box .strength-tab .swiper-slide{
	width: 80%;
	margin-right: .3rem;
}
.strength-box .strength-tab .swiper-slide:last-child{
	margin-right: 0;
}
.strength-box .strength-tab .swiper-slide img{
	width: 100%;
}
.strength-box .strength-tab .buttons{
	/* margin: .3rem 0 0;
	font-size: 0; */
}
.strength-box .strength-tab{
	position: relative;
}
.strength-box .strength-tab .prev,
.strength-box .strength-tab .next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	/* display: inline-block;
	*display: inline;
	zoom: 1; */
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	border: 1px solid #eb6100;
	/* margin-right: .3rem; */
	background-color: #eb6100;
	z-index: 3;
}

.strength-box .strength-tab .prev{
	left: .3rem;
	background-image: url('../img/strength-prev2.png');
}
.strength-box .strength-tab .next{
	right: .3rem;
	background-image: url('../img/strength-next2.png');
}
.strength-box .strength-tab .swiper-button-disabled{
	display: none;
}
.develop-box{
	background-color: #eb6100;
	padding: .5rem 0;
}
.develop-box .about-tit .lg-tit{
	
	color: #fff;
}
.develop-box .about-tit .sm-tit{
	color: #ffff00;
}
.develop-box .develop{
	position: relative;
}
.develop-box .trans{
	width: 100%;
}
.develop-box .img{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.develop-box .img img{
	height: 100%;
	width: auto;
}
.develop-box .img .swiper-slide{
	width: auto;
}
.develop-box .img .swiper-slide figure{
	height: 100%;
}
.develop-box .prev,
.develop-box .next{
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    border: 1px solid #eb6100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    border: 1px solid #fff;
    display: none;
}
.develop-box .prev{
	left: .3rem;
	background-image: url('../img/strength-prev2.png');
}

.develop-box .next{
	right: .3rem;
	background-image: url('../img/strength-next2.png');
}

/* .develop-box .img .scrollbar .swiper-scrollbar-drag{
	border-radius: 1px;
	background-color: #ffff00;
}
.develop-box .img .mCSB_container{
	height: 100%;
}
.develop-box .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: 76%;
	height: 4px;
	margin: 0 auto;
}
.develop-box .img .mCSB_scrollTools .mCSB_draggerRail{
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,.5);
	margin: 0;
}
.develop-box .img .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #ffff00;
	margin: 0;
} */


.tech-box .top-box{
	position: relative;
	background-color: #f8f8f8;
	padding: 5rem 0 .5rem;
	overflow: hidden;
}
.tech-box .top-box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	transform: translateX(13%);
}
.tech-box .top-box .bg img{
	width: 100%;
}
.tech-box .top-box .icon-box{
	margin-top: .3rem;
}
.tech-box .top-box .icon-box .item{
	margin-bottom: .3rem;
}
.tech-box .top-box .icon-box .item:last-child{
	margin-bottom: 0;
}
.tech-box .top-box .icon-box .icon{
	float: left;
	width: 53px;
}
.tech-box .top-box .icon-box .icon img{
	width: 100%;
}
.tech-box .top-box .icon-box .text{
	float: left;
	margin-left: .3rem;
	width: 75%;
}
.tech-box .top-box .icon-box .tit{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
}
.tech-box .top-box .icon-box .con{
	font-size: .24rem;
	line-height: .34rem;
	color: #333;
	margin-top: .1rem;
}
.tech-box .bottom-box{
	padding: .5rem 0;
	background-color: #333333;
}
.tech-box .bottom-box .item{
	text-align: center;
	margin-bottom: .3rem;
}
.tech-box .bottom-box .item:last-child{
	margin-bottom: 0;
}
.tech-box .bottom-box .item .img{
	width: 77px;
	height: 77px;
	margin: 0 auto;
}
.tech-box .bottom-box .item .img img{
	width: 100%;
}
.tech-box .bottom-box .item .text{
	margin-top: .3rem;
}
.tech-box .bottom-box .item .tit{
	text-align: center;
	color: #fff;
	font-size: .26rem;
	line-height: .36rem;
	font-weight: bold;
}
.tech-box .bottom-box .item .con{
	font-size: .24rem;
	line-height: .34rem;
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	text-align: left;
	margin-top: .3rem;
}

/* about end */
.service-box{
	padding: .5rem 0;
}
.ban-service{
	margin-top: .3rem;
	position: relative;
}
.ban-service img{
	width: 100%;
}
.ban-service .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: .3rem;
	line-height: .4rem;
	color: #fff;
}
.service-nav{
	background-color: #fff;
	margin-top: .3rem;
}
.service-nav .swiper-slide{
	width: 25%;
	text-align: center;
	position: relative;
}
.service-nav .swiper-slide a{
	font-size: .26rem;
	padding: 0 .1rem;
	color: #666;
	line-height: .8rem;
	height: .8rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border-bottom: 1px solid transparent;
}
.service-nav .swiper-slide.cur a{
	border-color: #ef7317;
}
.service-nav .swiper-slide:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background-color: #c5c5c5;
	transform: translateY(-50%);
}
.service-nav .swiper-slide:last-child:before{
	display: none;
}
.support-box{
	margin-top: .2rem;
	padding: .4rem;
	background-color: #fff;
}
.network-tit{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
}
.support-box .list{
	margin-top: .4rem;
}
.support-box .list .item{
	margin-bottom: .3rem;
}
.support-box .list .con-box{
	border-radius: 8px;
	border: 2px solid #e0e0e0;
	padding: .5rem .3rem;
}
.support-box .list .item:last-child{
	margin-bottom: 0;
}
.support-box .list .tit{
	font-size: .3rem;
	line-height: .4rem;
}
.support-box .list .con{
	font-size: .24rem;
	line-height: .34rem;
	margin: .15rem 0 0;
}
.contact-box{
	padding: .4rem;
	background-color: #fff;
	margin-top: .2rem;
}
.contact-box .select-box{
	margin-top: .2rem;
	width: 100%;
	height: .7rem;
	line-height: .7rem;
	padding: 0 .3rem;
	font-size: .28rem;
	-webkit-appearance: none;
	border: 1px solid #e0e0e0;
	border-radius: 0;
}
.china{
	width: 100%;
	display: none;
}
.table-box{
	width: 100%;
	display: table;
	margin-top: .3rem;
}
.table-box li{
	display: table-cell;
}
.table-box .thead{
	background-color: #eee;
	margin-bottom: .2rem;
	text-align: center;
	border-radius: 4px;
}
.table-box ul{
	display: table;
	width: 100%;
}
.table-box .thead li{
	font-size: .24rem;
	line-height: .4rem;
	text-align: center;
	font-weight: normal;
	padding: .2rem 0;
	box-sizing: border-box;
}
.table-box .tbody{
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 4px;
	border-bottom: none;
	border-left: none;
}
.table-box .tbody li{
	font-size: .25rem;
	line-height: .35rem;
	vertical-align: middle;
	padding: .2rem 0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	word-break: break-all;
}

.table-box ul li:nth-child(1),
.table-box ul li:nth-child(2),
.table-box ul li:nth-child(4){
	width: 15%;
}
.table-box ul li:nth-child(3){
	width: 37%;
}
.table-box ul li:nth-child(5){
	width: 18%;
}
/* network end */
.problem-box{
	padding: .5rem 0;
}
.problem-box .item{
	margin-bottom: .4rem;
}
.problem-box .con-box{
	padding: .3rem;
	background-color: #fff;
	display: block;
	border-top: 3px solid #ef7317;
}
.problem-box .con-box .ques{
	font-size: .26rem;
	line-height: .36rem;
	color: #333;
}
.problem-box .con-box .q,
.problem-box .con-box .a{
	float: left;
	font-size: .26rem;
	line-height: .36rem;
	color: #ef7317;
}
.problem-box .con-box .con{
	color: #888;
	
}
.problem-box .con-box .tit,
.problem-box .con-box .con{
	float: right;
	width: 91.5%
}
.problem-box .con-box .tit{
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.problem-box .con-box .ans{
	margin-top: .1rem;
}
.problem-box .con-box .more-box{
	float: right;
	width: 91.5%;
	margin-top: .3rem;
}
.problem-box .con-box .more{
	display: block;
	width: .6rem;
	height: .6rem;
	background-color: #ef7317;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/problem-more.png');
	background-size: .1rem;
	box-shadow: 2px 2px 5px rgba(87,105,123,.4);
}
/* problem end */
.function-box{
	padding: .3rem 0;
}
.function-box .left{
	background-color: #fff;
	padding: .3rem;
}
.function-box .left .tit{
	font-size: .3rem;
	line-height: .4rem;
}
.function-box .left .m-tab{
	overflow: hidden;
}
.function-box .left .m-tab .swiper-slide{
	width: auto;
}
.function-box .left .m-tab .swiper-slide{
	margin-right: .2rem;
}
.function-box .left .m-tab .swiper-slide:last-child{
	margin-right: 0;
}
.function-box .left .m-tab a{
	font-size: .25rem;
	line-height: .35rem;
	color: #666;
}
.function-box .left .m-tab .swiper-slide.cur a{
	color: #ef7317;
}
.function-box .left .pc-tab{
	display: none;
}
.function-box .right{
	padding: .3rem;
	background-color: #fff;
	margin-top: .2rem;
}
.function-box .right .tit{
	font-size: .38rem;
	line-height: .48rem;
	color: #999;
	padding-bottom: .2rem;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: .4em;
}
.function-box .right .pub-con img{
	max-width: 100%;
}
/* function end */
.service-wrap{
	padding: .5rem 0;
}
.service-wrap .item{
	text-align: center;
	margin-bottom: .5rem;
}
.service-wrap .tit{
	font-size: .28rem;
	line-height: .38rem;
	color: #333;
}
.service-wrap  .list{
	margin-top: .5rem;
}
.service-wrap  .list .con-box{
	position: relative;
	padding-bottom: .8rem;
}
.service-wrap .list .img{
	width: 75%;
	margin: 0 auto;
}
.service-wrap .list img{
	width: 100%;
}
.service-wrap .item .txt{
	font-size: .26rem;
	line-height: .36rem;
	color: #333;
	margin-top: -.5rem;
}
.service-wrap .item .arrow{
	width: 33px;
	height: 13px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) rotate(90deg);

}

.service-wrap .item .arrow img{
	width: 100%;
	display: block;
}
.service-wrap .item:last-child .con-box{
	padding-bottom: 0;
}
.service-wrap .item:last-child .arrow{
	display: none;
}

.service-wrap .item .pc-arrow{
	display: none;
}
/* service end */
.ban-join img{
	width: 100%;
}
.require-box{
	padding: .5rem 0;
	background-color: #f6f6f6;
}
.join-tit{
	text-align: center;
}
.join-tit .tit{
	font-size: .38rem;
	line-height: .48rem;
	letter-spacing: 5px;
	padding-left: 5px;
}
.join-tit .line{
	width: .4rem;
	height: 3px;
	background-color: #de5f0c;
	margin: .2rem auto 0;
}
.require{
	margin-top: .5rem;
}
.require .item{
	margin-bottom: .2rem;
}
.require .con-box{
	padding: .5rem 1rem;
	background-color: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,.11);
}
.require .con-box .num{
	font-size: .36rem;
	color: #333333;
	opacity: .5;
	filter: alpha(opacity=50);
	font-family: "Century Gothic";
}
.require .con-box .con{
	font-size: .28rem;
	color: #333;
	line-height: .38rem;
}
.business-box{
	padding: .5rem 0;
	background-color: #fff;
}
.business-box .list{
	margin-top: .5rem;
}
.business-box li{
	position: relative;
	text-align: center;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}
.business-box li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.business-box li .icon{
	width: 1.5rem;
	margin: 0 auto;
}
.business-box li .icon img{
	width: 100%;
}
.business-box li .txt{
	font-size: .24rem;
	line-height: .4rem;
	margin-top: .2rem;
}

.business-box li .arrow{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 20px;
	height: 6px;
	transform: rotate(90deg) translateY(-50%);
}
.business-box li .arrow img{
	width: 100%;
}

.business-box li:last-child .arrow{
	display: none;
}
.business-box li .pc-arrow{
	display: none;
}
/* join end */
.e5-box .icon-box .item .icon{
	width: 70px;
	margin: 0 auto;
}
.product-info-box img{
	width: 100%
}
.product-info-box .text{
	text-align: center;
	padding: .5rem 0;
}
.lg-tit{
	font-size: .42rem;
	line-height: .52rem;
	color: #333;
}
.lg-tit span{
	color: #de5f0c;
}
.mid-tit{
	font-size: .32rem;
	line-height: .42rem;
	color: #333;
	margin-top: .1rem;
}
.mid-tit span{
	color: #ef7317
}
.series{
	font-size: .32rem;
	line-height: .42rem;
	color: #fff;
	background-color: #e2650f;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: .15rem;
	margin-top: .2rem;
}
.e2-box{
	text-align: center;
}
.e2-box>img{
	margin-top: -2rem;
}
.e2-box .text{
	position: relative;
	z-index: 3;
}
.mid-tit2{
	letter-spacing: 5px;
	padding-left: 5px;
}
.lg-tit2{
	font-size: .42rem;
	line-height: .52rem;
}
.e2-box .mid-tit{
	display: none;
}
.e2-box .lg-tit2{
	margin-top: .1rem;
}
.e2-box .lg-tit2 span{
	font-weight: bold;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 .2rem;
	position: relative;
	margin-right: .2rem;
}
.e2-box .lg-tit2 span:before,
.e2-box .lg-tit2 span:after{
	content: "";
	position: absolute;
	
	width: .14rem;
	height: .1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}
.e2-box .lg-tit2 span:before{
	left: 0;
	top: 0;
	background-image: url('../img/top.png');
}
.e2-box .lg-tit2 span:after{
	right: 0;
	bottom: 0;
	background-image: url('../img/bottom.png');
}
.e2-box .icon-box{
	font-size: 0;
	margin: .4rem -.2rem 0;
}
.e2-box .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 25%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 .15rem;
}
.e2-box .icon-box .item .txt{
	font-size: .24rem;
	line-height: .34rem;
	margin-top: .2rem;
}
.e3-box{
	overflow: hidden;
	position: relative;
}
.e3-box>img{
	width: 130%;
	transform: translateX(-15%);
}
.e3-box .btns{
	position: absolute;
	left: 0;
	bottom: 1%;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 3;
}
.e3-box .btns .swiper-pagination-bullet{
	
	position: relative;
	margin: 0 .05rem;
	
	padding: .2rem 0;
	background-color: transparent;
	transition: all .3s linear;
}
.e3-box .btns .swiper-pagination-bullet:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
	background-color: #c7c7c7;
	transition: all .3s linear;
}
.e3-box .btns .swiper-pagination-bullet-active{
	width: .6rem;	
}
.e3-box .btns .swiper-pagination-bullet-active:before{
	background-color: #de5f0c;
	
}
.e3-box .prev,
.e3-box .next{
	position: absolute;
	top: 50%;
	width: .52rem;
	height: 1.05rem;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
}
.e3-box .prev{
	background-image: url('../img/productinfo-prev2.png');
	left: 5%;
}
.e3-box .next{
	right: 5%;
	background-image: url('../img/productinfo-next2.png')
}
.product-tit{
	font-size: .42rem;
	line-height: .52rem;
}
.product-tit span{
	color: #de5f0c;
}

.e4-box .top-tit{
	padding: .2rem 0;
	text-align: center;
}
.e4-box .text .pub-con{
	text-align: left;
	margin-top: .2rem;
}
.e4-box .text .true-box{
	font-size: 0;
	margin-top: .2rem;
}
.e4-box .text .true-box .item{
/* 	display: inline-block;
	*display: inline;
	zoom: 1; */
	display: block;
	margin-bottom: .2rem;
	font-size: .3rem;
	line-height: .4rem;
	background-image: url('../img/true.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: .5rem;
	background-size: .4rem;
	/* margin: 0 .2rem; */
	color: #fff;
}
.e4-box .text .true-box .item:last-child{
	margin-bottom: 0;
}
.kdr-e4-box{
	position: relative;
}
.kdr-e4-box .img-box{
	position: relative;
}
.kdr-e4-box .img-box>img{
	width: 130%;
	transform: translateX(-10%);
}
.kdr-e4-box .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
	text-align: left;
}
.kdr-e4-box .text .pub-con{
	display: none;
}
.kdr-e4-box .text .product-tit{
	color: #fff;
}
.e5-box .text .pub-con,
.e6-box .text .pub-con,
.e7-box .text .pub-con{
	margin-top: .1rem;
}
.e6-box .text .pub-con{
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}
.kdr-e5-box{
	position: relative;
}
.kdr-e5-box .text{
	position: absolute;
	top: .4rem;
	width: 100%;
	left: 0;
	padding: 0;
}
.kdr-e5-box>img{
	width: 150%;
	transform: translateX(-10%);
}
.kdr-e6-box{
	position: relative;
}
.kdr-e6-box>img{
	width: 140%;
	transform: translateX(-15%);
}
.kdr-e6-box .text{
	position: absolute;
	left: 0;
	top: .4rem;
	width: 100%;
	padding: 0;
}
.kdr-e6-box .text .product-tit{
	color: #fff;
}
.kdr-e7-box{
	position: relative;
}
.kdr-e7-box>img{
	width: 130%;
	transform: translateX(-15%);
}
.kdr-e7-box .text{
	position: absolute;
	padding: 0;
	top: .4rem;
	left: 0;
	width: 100%;
}
.param-box{
	padding: .5rem 0;
	background-color: #fff;
}
.productinfo-tab{
	padding: .5rem 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tab-box{
	overflow: hidden;
	position: relative;
}
.tab-box .swiper-slide{
	background-color: #fff;
	padding: 0 .3rem;
	box-sizing: border-box;
}
.tab-box .swiper-slide a{
	display: block;
}
.tab-box .swiper-slide img{
	width: 100%;
}
.tab-box .swiper-slide .img{
	padding: .3rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.tab-box .swiper-slide .txt-box{
	padding: .3rem 0; 
	text-align: center;
}
.tab-box .swiper-slide .tit{
	font-size: .3rem;
	line-height: .4rem;
	color: #000;
}
.tab-box .swiper-slide .desc{
	font-size: .26rem;
	line-height: .36rem;
	color: #666;
	margin-top: .1rem;
}

/* .tab-box .btns{
	font-size: 0;
	margin-top: .1rem;
	text-align: center;
}
.tab-box .btns .swiper-pagination-bullet{
	width: .3rem;
    padding: .2rem 0;
    margin: 0 .05rem;
    transition: all .3s linear;
    background-color: transparent;
    position: relative;
}
.tab-box .btns .swiper-pagination-bullet:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background-color: #c7c7c7;
	 transition: all .3s linear;
}
.tab-box .btns .swiper-pagination-bullet-active{
	width: .6rem;
}
.tab-box .btns .swiper-pagination-bullet-active:before{
    background-color: #de5f0c;
} */
.tab-box .prev,
.tab-box .next{
    position: absolute;
    top: 50%;
    width: .52rem;
    height: 1.05rem;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 3;
}
.tab-box .prev {
    background-image: url(../img/productinfo-prev2.png);
    left: 5%;
}
.tab-box .next {
    background-image: url(../img/productinfo-next2.png);
    right: 5%;
}
.tab-box .swiper-button-disabled{
	display: none;
}
/* 1e end */
.kdr-2e1-box{
	position: relative;
}
.kdr-2e1-box>img{
	width: 130%;
	transform: translateX(-10%);
}
.kdr-2e1-box .text .con{
	font-size: .24rem;
	color: #666666;
	line-height: .4rem;
	margin-top: .1rem;
}
.kdr-2e1-box .text .icon-box{
	/* margin-top: .2rem; */
	font-size: 0;
}
.kdr-2e1-box .text .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 .25rem;
}
.kdr-2e1-box .text .icon-box .icon{
	width: 75px;
}
.kdr-2e1-box .text .item .txt{
	font-size: .28rem;
	line-height: .38rem;
	color: #666;
	margin-top: .2rem;
}
.kdr-2e1-box .tit-box{
	position: absolute;
	right: .3rem;
	top: 1rem;
	width: 40%;
	text-align: left;
}
.kdr-2e1-box2 .lg-tit2 span{
	color: #de5f0c;
	font-size: .5rem;
	margin-right: .2rem;
}
.kdr-2e1-box2 .good{
	font-size: 0;
	text-align: left;
	margin-top: .2rem;
	width: 70%;
}
.kdr-2e1-box2 .good span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .3rem;
	line-height: .4rem;
	color: #666666;
	margin-right: .3rem;
	margin-bottom: .1rem;
}
.kdr-2e1-box2 .good .divide{
	margin: 0 .2rem;
}
.kdr-2e1-box2 .desc{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
	margin-top: .2rem;
	display: none;
}
.kdr-2e1-box2 .sm-txt{
	font-size: .24rem;
	color: #de5f0c;
	line-height: .4rem;
	margin: .2rem 0 0;
	text-transform: uppercase;
	display: none;
}
.e5-box .icon-box{
	margin-top: .4rem;
	font-size: 0;
}
.e5-box .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 .3rem;
	margin-bottom: .6rem;
}
.e5-box .icon-box .txt{
	margin-top: .2rem;
} 
.e5-box .icon-box .txt .tit{
	font-size: .34rem;
	line-height: .44rem;
}
.e5-box .icon-box .txt .con{
	margin-top: .2rem;
	font-size: .24rem;
	line-height: .4rem;
}
.model-box{
	position: relative;
}
.model-box>img{
	/* width: 160%;
	transform: translateX(-20%); */
	width: 100%;
}
.model-box2>img{
	width: 200%;
	transform: translateX(-10%);
}
.model-box .text{
	position: absolute;
	top: .5rem;
	width: 100%;
	left: 0;
	padding: 0;
}
.save-box .text .product-tit{
	color: #de5f0c;
}
.save-box .text .top-con{
	display: none;
}
.model-box .text .pub-con,
.save-box .text .pub-con{
	color: #333;
}
.save-box .text{
	padding: .8rem 0;
}
.save-box .text .pub-con{
	margin-top: .3rem;
}
.save-box>img{
	display: none;
}
/* 2e-3 end */
.e5-box1>img{
	width: 130%;
	transform: translateX(-5%)
}
.e5-box1{
	position: relative;
}
.e5-box1 .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.e5-box1 .lg-tit3{
	font-size: .42rem;
	line-height: .52rem;
}
.e5-box1 .con{
	font-size: .32rem;
	line-height: .5rem;
	margin-top: .1rem;
}
.e5-box1 .con span{
	color: #de5f0c;
}
.six-box{
	padding: .5rem 0;
	background-color: #fff;
}

.six-box .product-tit{
	text-align: center;
}
.six-box .desc{
	font-size: .32rem;
	line-height: .42rem;
	color: #888;
	text-align: center;
	margin: .1rem 0 0;
}
.six-box .list{
	margin-top: .3rem;
}
.six-box .list .row{
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow:row wrap;
	/*-webkit-box-orient:horizontal;*/
	-webkit-box-lines:multiple;
	-moz-flex-flow:row wrap;
	-ms-flex-flow:row wrap;
	/*box-orient:horizontal;
	box-lines:multiple;*/
	flex-flow:row wrap;
}

.six-box .list .item{
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 49.5%;
}
.six-box .list .con-box{
	padding: .3rem .5rem;
	color: #000;
	border-top: 1px solid #e5e5e5;
}
.six-box .list .item:nth-child(2n){
	border-right: none;
}
.six-box .list .item:nth-child(1) .con-box,
.six-box .list .item:nth-child(2) .con-box{
	border-top: none;
}
.six-box .list .item .icon{
	width: 1.4rem;
	margin: 0 auto;
}
.six-box .list .con-box .txt{
	margin-top: .2rem;
	text-align: center;
}
.six-box .list .con-box .cn{
	font-size: .3rem;
	line-height: .4rem;
}
.six-box .list .con-box .en{
	font-size: .24rem;
	line-height: .34rem;
}
.fast-box>img{
	transform: translateX(-15%);
}
.fast-box .text{
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
}
.fast-box .mid-tit{
	color: #fff;
}

.save-box2{
	position: relative;
}
.save-box2 img{
	width: 130%;
	transform: translateX(-10%);
}
.save-box2 .tit-box{
	position: absolute;
	top: 2rem;
	width: 100%;
	text-align: left;
}
.save-box2 .mid-tit{
	font-size: .3rem;
	line-height: .4rem;
}
.save-box2 .list{
	/* margin-top: .3rem; */
}
.save-box2 .list .item{
	margin-bottom: .3rem;
}
.save-box2 .list .item:last-child{
	margin-bottom: 0;
}
.save-box2 .list .icon{
	float: left;
	font-size: .3rem;
	line-height: .4rem;
	width: 1rem;
	height: 1rem;
	border-radius: 4px;
	border: 2px solid #000;
	position: relative;
}
.save-box2 .list .icon .txt{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #333;
}
.save-box2 .list  .pub-con{
	float: right;
	width: 82%;
	text-align: left;
	margin-top: .15rem;
	color: #242630;
}
.operate-box .text .sub-tit{
	font-size: .28rem;
	line-height: .38rem;
}
.temp-box,
.operate-box,
.rotate-wrap{
	position: relative;
}
.temp-box>img{
	width: 130%;
	transform: translateX(-12%);
}
.rotate-wrap>img{
	width: 140%;
	transform: translateX(-15%);
}
.operate-box>img{
	width: 140%;
	transform: translateX(-10%);
}
.temp-box .text,
.operate-box .text,
.rotate-wrap .text{
	position: absolute;
	left: 0;
	padding: 0;
	top: .4rem;
	width: 100%;
}
.temp-box .text .pub-con,
.operate-box .text .pub-con,
.rotate-wrap .text .pub-con{
	color: #333;
}
/* 2e4 end */
.product-con{
	font-size: .28rem;
	line-height: .38rem;
}
.e7-box2 .product-tit,
.e7-box3 .product-tit,
.save-box3 .product-tit{
	color: #ef7317;
}
.e7-box2 .text,
.e7-box3 .text,
.save-box3 .text{
	background-color: #fff;
}
.e7-box1 .product-con,
.e7-box2 .product-con,
.e7-box3 .product-con,
.save-box3 .product-con{
	margin: .1rem auto 0;
	font-size: .24rem;
	line-height: .4rem;
	width: 80%;
}
.e7-box1 .product-con{
	width: 100%;
}
.e20-box3 .product-con,
.e20-box4 .product-con{
	font-size: .24rem;
	line-height: .4rem;
	width: 80%;
	margin: .1rem auto 0;
}
.e7-box3{
	position: relative;
	background-color: #f4f4f4;
}
.e7-box3>img{
	width: 130%;
	transform: translateX(-12%);
	margin-top: -1rem;
}
.e7-box3 .text{
	/* position: absolute;
	top: .2rem;
	left: 0;
	width: 100%;
	z-index: 3; */
	position: relative;
	z-index: 3;
	background-color: transparent;
}
.e20-box3{
	position: relative;
}
.e20-box3>img{
	width: 130%;
	transform: translateX(-10%);
}
.e20-box3 .text{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
	background-color: transparent;
	text-align: left;
}
.e20-box3 .product-con{
	margin: .1rem 0 0;
	width: 58%
}

.e7-box1{
	position: relative;
}
.e7-box1>img{
	width: 130%;
	transform: translateX(-10%);
}
.e7-box1 .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.e7-box1 .text .product-con{
	display: none;
}
.e7-box1 .lg-tit{
	margin-top: .1rem;
}
.e7-box2 .desc{
	font-size: .28rem;
	line-height: .38rem;
	margin-top: .1rem;
}
.save-box3{
	background-image: url('../img/save3-bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
}
.save-box3 .text{
	padding-bottom: 0;
}
.save-box3 .model-con{
	font-size: .24rem;
	line-height: .4rem;
	width: 80%;
	margin: .15rem auto 0;
}
.save-box3 .list{
	margin: .5rem -.15rem 0;
	font-size: 0;
}
.save-box3 .list .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 .15rem;
	margin-bottom: .3rem;
}
.save-box3 .list .txt{
	font-size: .26rem;
	line-height: .36rem;
	color: #999;
	margin-top: .2rem;
}
/* 7e end */
.e6-box2 .product-con,
.e6-box3 .product-con{
	margin-top: .1rem;
}
.e6-box2 .mid-tit{
	margin-top: 0;
}
.e6-box2 .lg-tit{
	margin-top: .1rem;
}
.kdr-e6-box2{
	position: relative;
}
.kdr-e6-box2>img{
	width: 130%;
	transform: translateX(-15%);
}
.kdr-e6-box2 .text{
	position: absolute;
	left: 0;
	top: 30%;
	transform: translateY(-50%);
	text-align: left;
}
.kdr-e6-box2 .text .product-con{
	display: none;
}
.kdr-e6-box3{
	position: relative;
}
.kdr-e6-box3>img{
	width: 130%;
	transform: translateX(-15%);
}
.kdr-e6-box3 .text{
	position: absolute;
	right: 0;
	top: 10%;
	width: 72%;
	text-align: left;
	padding: 0;
}
.kdr-e6-box3 .pub-con{
	margin-top: .1rem;
}
/* 6e end */
.d1-box1>img{
	width: 150%;
	transform:translateX(-20%);
}
.d1-box1 .lg-tit2{
	color: #ef7317;
}
.d1-box1 .lg-tit2 .num{
	font-size: .72rem;
	line-height: .9rem;
}
.d1-box1 .lg-tit2 sup{
	font-size: .24rem;
	line-height: .5rem;
	vertical-align: top;
}
.d1-box1 .con{
	font-size: .32rem;
	line-height: .42rem;
	color: #666;
	margin-top: .1rem;
}
.d1-box1 .lg-tit2,
.d1-box1 .con,
.d1-box1 .series{
	position: absolute;
	left: .3rem;
	text-align: left;
}
.d1-box1 .lg-tit2{
	top: 2.1rem;
}
.d1-box1 .con{
	top: 3rem;
    width: 50%;
}
.d1-box1 .series{
	top: 4rem;
}
.d1-box1 .list{
	/* margin: .2rem 0 0; */
	font-size: 0;
	text-align: center;
}
.d1-box1 .list .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 2rem;
	height: .6rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url('../img/text-bg.png');
	font-size: .24rem;
	line-height: .6rem;
	margin: 0 .1rem .2rem;
}
.d1-box2{
	position: relative;
}
.d1-box2>img{
	width: 130%;
	transform: translateX(-15%);
}
.d1-box2 .text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: left;
	width: 60%
}
.d1-box2 .mid-tit{
	color: #666666;
	margin-top: 0;
	font-size: .42rem;
	line-height: .5rem;
}
.d1-box2 .num{
	font-size: .72rem;
	line-height: .9rem;
	color: #ef7317;
}
.d1-box2 .num sup{
	font-size: .24rem;
	line-height: .5rem;
	vertical-align: top;
}
.d1-box2 .con{
	font-size: .3rem;
	line-height: .4rem;
	color: #666;
	margin-top: .1rem;
}

.d1-box2 .con span{
	display: none;
}
.d1-box3{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-color: #fafafa;
}
.d1-box3 .text{
	padding: 1.5rem 0 .5rem;
}
.d1-box3 .text .list{
	width: 80%;
	margin: .3rem auto 0;
}
.d1-box3 .text .list .item{
	margin-bottom: .3rem;
}
.d1-box3 .text .list .item:last-child{
	margin-bottom: 0;
}
.d1-box3 .text .list .icon{
	float: left;
	width: 1.3rem;
}
.d1-box3 .text .list .icon img{
	width: 100%;
}

.d1-box3 .text .list .txt{
	float: right;
	width: 70%;
	text-align: left;
	margin-top: .15rem;
}
.d1-box3 .text .list .txt .tit{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
}
.d1-box3 .text .list .txt .pub-con{
	color: #888;
	margin-top: .1rem;
}
.d1-box4{
	position: relative;
}
.d1-box4 .mid-tit{
	margin: 0 0 .1rem;
}
.d1-box4>img{
	width: 130%;
	transform: translateX(-15%);
}
.d1-box4 .text{
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
	text-align: left;
}
/* 8d11 end */
.e18-box1{
	overflow: hidden;
	position: relative;
	background-color: #050505;
}
.e18-box1>img{
	width: 180%;
	transform: translateX(-5%);
}
.e18-box1 .text{
	padding: 0 0 .5rem;
}
.e18-box1 .tit2{
	font-size: .28rem;
	line-height: .38rem;
	color: #fff;
}
.e18-box1 .lg-tit2{
	color: #ef7317;
}
.e18-box1 .product-con{
	color: #fff;
}
.e18-box1 .list{
	font-size: 0;
	text-align: center;
	margin-top: .5rem;
}
.e18-box1 .list .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 40%;
	margin-bottom: .3rem;
}
.e18-box1 .list .icon{
	width: 1.3rem;
	margin: 0 auto;
}
.e18-box1 .list .icon img{
	width: 100%;
}
.e18-box1 .list .txt{
	color: #4c4c4c;
	margin-top: .1rem;
}
.e18-box2{
	background-color: #f2f2f2;
}
.e18-box2 .text{
	padding: 0 0 .5rem;
	margin-top: -.8rem;
}
.e18-box2 .lg-tit2{
	color: #ef7317;
}
.e18-box2 .tit2{
	font-size: .24rem;
    line-height: .34rem;
    color: #ef7317;
    margin: .2rem 0 0;
}
.e18-box2 .product-con{
	margin-top: .1rem;
    color: #666666;
    font-size: .24rem;
    line-height: .4rem;
}
.e18-box3{
	background-color: #171717;
	overflow: hidden;
}
.e18-box3>img{
	width: 150%;
	transform: translateX(-18%);
	margin-top: -4.3rem;
}
.e18-box3 .lg-tit2{
	color: #ef7317;
	margin-bottom: .1rem;
}
.e18-box3 .product-con{
	color: #fff;
}
.e18-box3 .list{
	margin: .7rem auto 0;
	/* width: 50%; */
}
.e18-box3 .text{
	padding: .5rem 0 0;
	position: relative;
	z-index: 3;
}
.e18-box3 .list .item{
	position: relative;
	margin-bottom: .3rem;
}
.e18-box3 .list .item:last-child{
	margin-bottom: 0;
}
.e18-box3 .list .icon{
	float: left;
	width: 44px;
}
.e18-box3 .list .product-con{
	text-align: left;
	position: absolute;
	width: 83%;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #cdcdcd;
	float: left;
}
.e18-box4{
	position: relative;
	overflow: hidden;
}
.e18-box4>img{
	width: 140%;
}
.e18-box4 .lg-tit2{
	color: #ef7317;
}
.e18-box4 .product-con{
	color: #666;
}

.e18-box5{
	background:url('../img/save-bg.jpg');
	overflow: hidden;
}
.e18-box5 .lg-tit2{
	color: #ef7317;
}
.e18-box5 .product-con{
	color: #fff;
}
.e18-box5 .con{
	font-size: .24rem;
	line-height: .4rem;
	margin: .15rem 0 0;
}
.e18-box5 .list{
	margin-top: .3rem;
	font-size: 0;
	margin: .3rem auto 0;
	text-align: left;
	/* width: 65%; */
}
.e18-box5 .list .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	width: 50%;
	box-sizing: border-box;
	margin-bottom: .3rem;
}
.e18-box5 .list .item:last-child{
	margin-bottom: 0;
}
.e18-box5 .list .icon{
	float: left;
	width: .66rem;
}
.e18-box5 .list .txt{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 .1rem;
}
.e18-box5 .list .txt .cn{
	color: #d5d5d5;
}
.e18-box5 .list .txt .en{
	font-size: .24rem;
	color: #4c4c4c;
	font-family: arial;
	display: none;
}
/* 18e end */
.e20-box1{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.e20-box1 .text{
	padding:  .5rem 0 2.5rem;
	
}
.e20-box1 .text .img{
	position: absolute;
	width: 4rem;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
}
.e20-box1 .text .img img{
	width: 100%;
}
.e20-box1 .text .tit3{
	font-size: .34rem;
	line-height: .44rem;
}
.e20-box1 .text .lg-tit{
	color: #ef7317;
	margin-top: .1rem;
}
.e20-box1 .text .product-con{
	margin-top: .1rem;
	font-size: .24rem;
	line-height: .4rem;
	width: 80%;
	margin: .1rem auto 0;
}
.e20-box2{
	padding: 1rem 0 .2rem;
	background: #f15c0c;
}
.e20-box2 .lg-tit2{
	color: #fff;
}
.e20-box2 .product-con{
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
	margin-top: 10px;
	font-size: .24rem;
	line-height: .4rem;
	width: 80%;
	margin: .1rem auto 0;
}
.e20-box2 .list{
	margin-top: .3rem;
	font-size: 0;
	text-align: center;
	width: 90%;
	margin: .3rem auto 0;
}
.e20-box2 .list .item{
	width: 40%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-bottom: .3rem;
}
.e20-box2 .list .icon{
	width: 98px;
	margin: 0 auto;
}

.e20-box2 .list .txt{
	color: #fff;
	margin-top: .1rem;
}
.e20-box3 .mid-tit{
	color: #ef7317;
	margin-top: 0;
}
.e20-box4{
	background-image: url('../img/save3-bg2.png');
	position: relative;
	z-index: 5;
}
.e20-box4 .mid-tit{
	margin-top: 0;
	color: #ef7317;
}
.e20-box4 .text{
	padding: .5rem 0 3rem;
}
.e20-box4 .pc-tit{
	display: none;
}
.e20-box4 .product-img{
	position: absolute;
	left: 50%;
	width: 6rem;
	transform: translateX(-50%);
	bottom: -2rem;
}
.e20-box4 .product-img img{
	width: 100%;
}
.e20-box4 .list{
	/* margin: 0; */
}
.e20-box5{
	background-color: #faf4ef;
}
.e20-box5 .text{
	padding: 2rem 0 0;
	position: relative;
	z-index: 3;
}
.e20-box5 img{
	margin-top:-1.5rem;
}
.e20-box5 .mid-tit{
	margin: 0;
	color: #ef7317;
}
.e20-box5 .product-con{
	margin-top: 10px;
	margin: .1rem auto 0;
	font-size: .24rem;
	line-height: .4rem;
}
/* 20e end */
.e10-box1{
	position: relative;
}
.e10-box1>img{
	width: 150%;
	transform: translateX(-15%);
}
.e10-box1 .product-tit,
.e10-box1 .mid-tit{
	position: absolute;
	left: .3rem;
}
.e10-box1 .product-tit{
	top: .7rem;
}
.e10-box1 .mid-tit{
	top: 1.35rem;
}
.e10-box1 .desc{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
	margin-top: .1rem;
	position: absolute;
	left: .3rem;
	top: 1.8rem;
}
.e10-box1 .icon-box{
	font-size: 0;
	text-align: center;
	/* margin-top: .3rem; */
}
.e10-box1 .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 .35rem;
}
.e10-box1 .icon-box .icon{
	width: 80px;
}
.e10-box1 .icon-box .icon img{
	width: 100%;
}
.e10-box1 .icon-box .txt{
	margin-top: .1rem;
}
.e10-box1 .series{
	margin-top: .3rem;
	position: absolute;
	left: .3rem;
	top: 2.35rem;
}
.kdr-e10-box2{
	position: relative;
}
.kdr-e10-box2>img{
	width: 130%;
	transform: translateX(-10%);
}
.kdr-e10-box2 .text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0;
	text-align: left;
}

.kdr-2e1-box2 .good .divide{
	display: none;
}
.e10-box2{
	position: relative;
}
.e10-box2 .lg-tit2{
	color: #de5f0c;
	position: absolute;
	right: .3rem;
	top: 1rem;
}
.e10-box2 .desc{
	font-size: .3rem;
	line-height: .4rem;
	margin-top: .1rem;
	position: absolute;
	right: .3rem;
	top: 1.6rem;
}
.e10-box2 .icon-box{
	/* margin-top: .2rem; */
}
.e10-box2 .icon-box .item{
	position: relative;
	margin-bottom: .5rem;
}
.e10-box2 .icon-box .item:last-child{
	margin-bottom: 0;
}
.e10-box2 .icon-box .icon{
	float: left;
	width: 1rem;
}
.e10-box2 .icon-box .icon img{
	width: 100%;
}
.e10-box2 .icon-box .txt{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	text-align: left;
}
.e10-box2 .icon-box .txt .cn{
	font-size: .3rem;
	line-height: .4rem;
	color: #333;
}
.e10-box2 .icon-box .txt .en{
	font-size: .24rem;
	line-height: .34rem;
	color: #666;
	margin-top: .1rem;
}
.e10-box3{
	overflow: hidden;
	
}
.e10-box3>img{
	width: 180%;
	transform: translateX(-42%);
}
.e10-box3 .product-tit{
	color: #de5f0c;
}
.e10-box3 .img{
	margin-top: .2rem;
}
.e10-box3 .pub-con{
	margin-top: .2rem;
}
.e10-box4 .mid-tit{
	margin: 0;
	color: #de5f0c;
	margin-bottom: .1rem;
}
.e10-box4{
	position: relative;
}
.e10-box4>img{
	width: 130%;
	transform: translateX(-15%);
}
.e10-box4 .text{
	position: absolute;
	top: 8%;
	width: 100%;
	left: 0;
	padding: 0;
}
/* 10e end */
.e15-box1{
	overflow: hidden;
}
.e15-box1>img{
	width: 130%;
	transform: translateX(-10%);
}
.e15-box1 .mid-tit{
	/* display: none; */
}
.e15-box1 .series{
	margin-top: .3rem;
}
.e15-box2{
	overflow: hidden;
	position: relative;
}
.e15-box2>img{
	width: 130%;
	transform: translateX(-10%);
}
.e15-box2 .text{
	position: absolute;
	right: .3rem;
	top: 50%;
	width: 50%;
	transform: translateY(-50%);
	text-align: left;
}
.e15-box3{
	overflow: hidden;
	position: relative;
}
.e15-box3 .product-con{
	color: #fff;
}
.e15-box3>img{
	width: 130%;
	transform: translateX(-15%);
}
.e15-box2 .product-tit,
.e15-box3 .product-tit,
.e15-box4 .product-tit{
	color: #de5f0c;
	margin-bottom: .1rem;
}
.e15-box4 .product-tit{
	color: #fff;
}
.e15-box4 .product-con{
	color: #fdddc5;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 80%;
    margin: .1rem auto 0;
}
.e15-box3 .text{
	position: absolute;
	left: 0;
	top: .3rem;
	width: 100%;
	text-align: left;
	width: 70%;
}
.e15-box4{
	position: relative;
}
.e15-box4 .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	top: .3rem;
	padding: 0;
}
.e15-box4>img{
	width: 130%;
	transform: translateX(-12%);
}
/* 15e end */
.d2-box1 .list .item{
	margin: 0 .2rem .2rem;
}
.d2-box1 img{
	transform: translateX(-18%);
}
/* 8d22 end */
.e1-box{
	position: relative;
}
.e1-box img{
	width: 130%;
	/* transform: translateX(-20%); */
}
.kdr-e1-box>img{
	transform: translateX(-10%);
}
.kdr-e1-box .text{
	position: absolute;
	width: 100%;
	top: 48%;
	transform: translateY(-50%);
	text-align: left;
	padding: 0;
}
.kdr-e1-box .text .series{
	margin-top: .3rem;
}
/* e1 end */
.d2-box2>img{
	width: 140%;
}
.d2-box2 .text{
	left: auto;
	right: 0;
	width: 55%;
	padding: 0;
	top: 60%;
}
.news-box{
	padding: .5rem 0;
	background-color: #fff;
}

.news-box .list .con-box{
	display: block;
    padding: .3rem;
    border-bottom: 1px solid #dedede;
}
.news-box .list .tit {
    font-size: .28rem;
    line-height: .38rem;
    color: #333;
}
.news-box .list .time {
    margin-top: .1rem;
    color: #666;
    opacity: .7;
    filter: alpha(opacity=70);
}
.news-box .list .con {
    margin-top: .1rem;
}
.page{
	font-size: 0;
	text-align: center;
}
.page a{
	display: none;
	width: 30px;
	height: 30px;
	border:1px solid #dbdbdb;
	line-height: 30px;
	text-align: center;
	margin:0 10px;
	vertical-align: top;
	font-family: arial;
}
.page .prev,
.page .next{
	display: inline-block;
	*display: inline;
	zoom:1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}
.page .prev{
	background-image: url(../img/page-prev.png);
}
.page .next{
	background-image: url(../img/page-next.png);
}

.news-box .page{
	margin-top: .3rem;
}

/* news end */
}
.newsdtl .infotit{
	text-align: center;
}
.newsdtl .infotit h2{
	font-size: 18px;
}
.newsdtl .infotit p{
	font-size: 12px;
}
.newsdtl .infotx{
	color:#666;
}
.newsdtl .vtl{
	margin:15px 0 0;
}
.newsdtl video{
	width: 100%;
	height: 200px;
	background:#000;
}
.newsdtl .infotx img{
	max-width: 100%;
}
.infoctrl{
	padding-top: 15px;
	border-top:1px solid #ccc;
	margin-top: 15px;
}
.infoctrl .pagectrl{
	
	line-height: 20px;
}
.infoctrl .pagectrl a{
	display: block;
	font-size: 14px;
	color:#666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.infoctrl .pageback{
	display: block;
	width: 120px;
	height:40px;
	background: #eb6100;
	border-radius: 20px;
	margin:15px auto 0;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
	border:1px solid #eb6100;
}
/**********newsdtl end************/
.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-color: #eb6100;
    /* background-size: cover; */
    z-index: 110;
    display: none;
}
@media (min-width: 768px){
	.product-box{
		padding: 30px 0;
	}
	.bread a,
	.bread span{
		font-size: 14px;
		line-height: 24px;
	}
	.types-box{
		padding: 0 20px;
		margin-top: 20px;
	}
	.types-box .tit{
		font-size: 14px;
		line-height: 50px;
		float: left;
	}
	.types-box .types{
		float: right;
		width: 85%;
	}
	.types-box .types .swiper-slide a{
		font-size: 14px;
		padding: 0 15px;
		line-height: 50px;
	}

	.ban-product .pc-img{
		display: block;
	}
	.ban-product .m-img{
		display: none;
	}
	.ban-product .text{
		left: 13.75%;
	}
	.ban-product .text .tit{
		font-size: 30px;
		line-height: 40px;
	}
	.ban-product .text .con{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	.ban-product .text .more{
		width: 135px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 25px;
	}
	.product-box .list{
		margin-top: 15px;
	}
	.product-box .list .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-box .list .item{
		box-sizing: border-box;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.product-box .list .con-box{
		padding: 20px;
	}
	.product-box .list .con-box .text-box{
		padding-top: 20px;
		margin-top: 20px;
		padding: 20px 0 0;
	}
	.product-box .list .con-box .text-box .text{
		width: 65%;
	}
	.product-box .list .con-box .text-box .text .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.product-box .list .con-box .text-box .text .desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 5px;
	}
	.product-box .list .con-box .text-box .detail{
		width:90px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	
	/* product end */

	.view{
		padding: 0 5%;
	}

	.header-view{
		padding: 0 5%;
	}
	header{
		height: 80px;
	}
	header .logo{
		line-height: 80px;
		height: 80px;
		width: 427px;
	}
	header .navbtn{
		margin-top: 32px;
		margin-left: 20px;
	}
	header .navbtn{
		width: 30px;
		height: 20px;
	}
	.m-nav{
		top: 80px;
	}
	header .icon-box{
		margin-top: 35px;
	}
	header .icon-box a{
		width: 20px;
		margin-left: 20px;
	}
	.clearfixed{
		height: 80px;
	}
	.qrcode-dialog .qrcode{
		width: 200px;
	}
	.qrcode-dialog .qrcode .dialog-close{
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 26px;
		right: -30px;
		top: -30px;
	}
	/* header end */
	.footer-view{
		padding: 0 5%;
	}
	footer{
		padding: 15px 0;
	}
	footer .f-nav{
		float: left;
		display: block;
		font-size: 0;
	}
	footer .f-nav a{
		display: inline-block;
		*display: inline;
		zoom: 1;
		font-size: 14px;
		line-height: 24px;
		margin-right: 25px;
		color: #fff;
	}
	footer .copy{
		/* float: right; */
		font-size: 14px;
		line-height: 24px;
	}
	footer .copy a{
		font-size: 14px;
		line-height: 24px;
	}

	/* footer end */

	.banner .pc-img{
		display: block;
	}
	.banner .m-img{
		display: none;
	}
	.banner .prev,
	.banner .next{
		width: 40px;
		height: 40px;
		background-size: auto;
	}
	.banner .prev{
		left: 2%;
	}
	.banner .next{
		right: 2%;
	}
	.water-box{
		padding: 50px 0;
	}
	.water-box .img-box{
		padding: 0;
		width: 45.83%;
		float: left;
	}
	.water-box .text-box{
		float: right;
		width: 50%;
	}

	.water-box .index-tit{
		width:45%;
		right: 5%;
		top: 30%;
	}
	.index-tit .cn{
		font-size: 20px;
		line-height: 30px;
	}
	.index-tit .en{
		font-size: 16px;
		line-height: 26px;
	}
	.water-box .text-box{
		margin-top: 25%;
	}
	.pub-index-tit{
		font-size: 16px;
		line-height: 26px;
	}
	.pub-con{
		font-size: 14px;
		line-height: 24px;
	}
	.water-box .text-box .detail-box{
		display: none;
	}
	.water-box .img-box .detail{
		/* display: block; */
	}
	.water-box .btns{
		/* position: static; */
		width: 50%;
		bottom: 18%;
		right: 0;
		left: auto;
	}
	.water-box .buttons{
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 50%;
		border-top: 1px solid #a0a0a0;
		font-size: 0;
		z-index: 3;
	}
	.water-box .buttons a{
		display: inline-block;
		*display: inline;
		zoom: 1;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		text-transform: uppercase;
		padding-top: 10px;
		position: relative;
		margin-right: 15px;
	}
	.water-box .buttons a:before{
		content: "";
		position: absolute;
		left: 0;
		top: -2px;
		width: 100%;
		height: 2px;
		background-color: #1c1c1c;
	}
	.index-detail{
		display: inline-block;
		*display: inline;
		zoom: 1;
		font-size: 14px;
		line-height: 40px;
		color: #333;
		border: 1px solid #e2e2e2;
		background-color: transparent;
		padding-left: 15px;
		padding-right: 50px;
		background-position: 95px center;
		background-image: url('../img/detail-arrow1.png');
	}

	.water-box .img-box .detail-box{
		text-align: center;
		margin-top: 20px;
		display: block;
	}
	.water-box .btns{
		padding: 0;
		height: auto;
	}
	.water-box .btns .swiper-pagination-bullet{
		width: 8px;
		height: 12px;
		margin: 0 0 0 6px;
	}
	.water-box .text-box .pub-con{
		margin-top: 10px;
	}
	.kitchen-box{
		padding: 50px 0;
	}
	.kitchen-box .img-box .index-tit{
		display: none;
	}
	.kitchen-box .text-box{
		float: left;
		width: 50%;
	}
	.kitchen-box .text-box .detail-box{
		display: none;
	}
	.kitchen-box .img-box{
		float: right;
		width: 45.83%;
		padding: 0;
	}
	.kitchen-box .img-box .simg{
		display: none;
	}
	.kitchen-box .text-box .simg{
		display: block;
		margin-top: 30px;
	}
	.kitchen-box .simg{
		text-align: left;
	}
	.kitchen-box .simg .item{
		width: 100px;
		margin: 0 20px 0 0;
	}
	.kitchen-box .img-box .bimg{
		margin: 0;
	}
	.kitchen-box .text-box .text{
		margin-top: 10px;
	}
	.kitchen-box .text-box .index-tit{
		display: block;
	}
	.kitchen-box .text-box .pub-con{
		margin-top: 10px;
	}
	.kitchen-box .text-box .pub-index-tit{
		text-align: left;
	}
	.kitchen-box .img-box .detail-box{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.heater-box{
		padding: 50px 0;
	}
	.heater-box .img-box{
		float: left;
		width: 45.83%;
		padding: 0;
		position: relative;
	}
	.heater-box .img-box:before{
		content: "";
		position: absolute;
		width: 120px;
		height: 2px;
		right: -30px;
		top: 45%;
		background-color: #1d1d1d;
	}
	.heater-box .img{
		margin-top: 0;
	}
	.heater-box .img-box .index-tit{
		display: none;
	}
	.heater-box .text-box{
		margin-top: 0;
		float: right;
		width: 47.14%;
	}
	.heater-box .text-box .index-tit{
		display: block;
	}
	.heater-box .text-box .text{
		margin-top: 10px;
	}
	.heater-box .text-box .pub-index-tit{
		text-align: left;
	}
	.heater-box .text-box .pub-con{
		margin-top: 10px;
	}
	.heater-box .text-box .icon-box{
		text-align: left;
		margin-top: 15px;
	}
	.heater-box .text-box .icon-box .item{
		margin: 0 20px 0 0;
		width: 120px;
		height: 120px;
	}
	.heater-box .text-box .icon-box .icon{
		width: 30px;
	}
	.heater-box .text-box .icon-box .cn{
		font-size: 16px;
		line-height: 26px;
	}
	.heater-box .text-box .icon-box .en{
		font-size: 12px;
		line-height: 20px;
	}
	.heater-box .detail-box{
		display: none;
	}
	.heater-box .img-box .detail-box{
		display: block;
		margin-top: 20px;
	}
	.i-news-box{
		padding: 50px 0;
	}
	.i-news-box .index-tit .cn,
	.i-news-box .index-tit .en{
		margin-right: 5px;
	}
	.i-news-box .tit-box .detail-box{
		float: right;
		display: block;
	}
	.i-news-box .i-news{
		margin-top: 30px;
	}
	.i-news-box .i-news .left{
		float: left;
		width: 44%;
	}
	.i-news-box .left .text-box{
		padding: 20px;
	}
	.i-news-box .left .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.i-news-box .left .time{
		margin-top: 5px;
	}
	.i-news-box .left .con{
		margin-top: 10px;
	}
	.i-news-box .tit-box .detail-box{
		margin-top: 0;
	}

	.i-news-box .i-news{
		position: relative;
	}
	.i-news-box .right{
		float: right;
		width: 53%;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;

	}
	.i-news-box .right .mCSB_scrollTools .mCSB_draggerRail{
		width: 1px;
		/* background: none; */
	}
	.i-news-box .right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background: #eb6100;
	}
	.i-news-box .right .item{
		padding: 10px;
	}
	.i-news-box .right .item .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.i-news-box .right .item .time{
		margin-top: 5px;
	}
	.i-news-box .right .item .con{
		margin-top: 5px;
		height: 48px;
		overflow: hidden;
	}
	.i-news-box .detail-box{
		display: none;
	}

	/* welcome end */
	.about-box{
		padding: 50px 0;
	}
	.about-tit .sm-tit{
		font-size: 14px;
		line-height: 24px;
	}
	.about-tit .lg-tit{
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
	}
	.about-tit .line{
		margin-top: 15px;
	}
	.about-box .top-box{
		position: relative;
	}
	.about-box .top-box .pub-con{
		margin-top: 15px;
	}
	.about-box .left-box{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.about-box .left{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 42%;
	}
	.about-box .top-box .right{
		float: right;
		width: 55%;
		margin-top: 0;
	}

	.about-box .top-box  .left .pub-con{
		margin-top: 10px;
		height: 120px;
		overflow: hidden;
	}
	.about-box .pub-con .mCSB_scrollTools .mCSB_draggerRail{
		width: 1px;
		background: none;
	}
	.about-box .pub-con .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background: #eb6100;
	}
	.about-box .bottom-box{
		position: relative;
		margin-top: 30px;
	}
	.about-box .bottom-box .img{
		float: left;
		width: 47%;
		margin-top: 0;
	}
	.about-box .bottom-box .right-box{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.about-box .bottom-box .text-box{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 50%;
		max-height: 100%;
	}
	.about-box .bottom-box h3{
		font-size: 18px;
		line-height: 28px;
	}
	.strength-box{
		padding: 50px 0;
	}
	.strength-box .con{
		margin-top: 20px;
	}
	.strength-box .num-box{
		margin-top: 20px;
	}
	.strength-box .num-box .pub-con{
		margin-top: 10px;
	}
	.strength-box .num-box .item{
		margin-right: 40px;
	}
	.strength-box .num-box .num{
		font-size: 56px;
		line-height: 66px;
	}
	.strength-box .num-box .unit{
		font-size: 14px;
		line-height: 24px;
		margin-left: 10px;
	}
	.strength-box .strength-tab{
		margin-top: 30px;
	}
	.strength-box .strength-tab .swiper-slide{
		margin-right: 30px;
		width: 67.5%;
	}

	.develop-box{
		padding: 0;
		position: relative;
	}
	.develop-box .tit-box{
		position: absolute;
		left: 0;
		top: 7.6%;
		width: 100%;
		z-index: 3;
	}
	/* .develop-box .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		position: absolute;
		left: 50%;
		bottom: 5.632%;
		transform: translateX(-50%);
	} */
	.tech-box .top-box .top-con-box{
		float: right;
		width: 65%;
	}
	.tech-box .top-box{
		padding: 50px 0;
	}
	.tech-box .top-box .bg{
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.tech-box .top-box .index-view{
		position: relative;
		z-index: 3;
	}
	.tech-box .top-box .icon-box{
		margin-top: 30px;
	}
	.tech-box .top-box .icon-box .item{
		margin-bottom: 15px;
	}
	.tech-box .top-box .icon-box .icon{
		width: 40px;
	}
	.tech-box .top-box .icon-box .text{
		width: 76%;
		margin-left: 10px;
	}
	.tech-box .top-box .icon-box .tit{
		font-size: 14px;
		line-height: 24px;
	}
	.tech-box .top-box .icon-box .con{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}

	.tech-box .bottom-box{
		padding: 50px 0;
	}
	.tech-box .bottom-box .item{
		float: left;
		/* width: 42.85%; */
		width: 48%;
		margin-bottom: 0;
	}
	.tech-box .bottom-box .item:nth-child(2n){
		float: right;
	}
	.tech-box .bottom-box .item .img{
		margin: 0;
		float: left;
		width: 13.33%;
	}
	.tech-box .bottom-box .item .text{
		float: right;
		width: 83.33%;
		margin: 0;
	}
	.tech-box .bottom-box .item .tit{
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
	.tech-box .bottom-box .item .con{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
	.strength-box .strength-tab .buttons{
		/* margin: 20px 0 0; */
	}
	.strength-box .strength-tab .prev,
	.strength-box .strength-tab .next{
		width: 38px;
		height: 38px;
		/* margin-right: 15px; */
	}
	.strength-box .strength-tab .prev{
		left: 20px;
	}

	.strength-box .strength-tab .next{
		right: 20px;
	}
	/* about end */
	.service-box{
		padding: 50px 0;
	}
	.ban-service{
		margin-top: 20px;
	}
	.ban-service .txt{
		font-size: 30px;
		line-height:40px;
	}
	.service-nav{
		margin-top: 20px;
	}
	.service-nav .swiper-slide a{
		font-size: 14px;
		line-height: 50px;
		height: 50px;
		padding: 0 15px;
	}
	.support-box{
		margin-top: 10px;
		padding: 40px;
	}
	.network-tit{
		font-size: 16px;
		line-height: 26px;
		text-align: center;
	}
	.support-box .list{
		margin-top: 20px;
	}
	.support-box .list .row{
	    /* display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    -webkit-box-lines: multiple;
	    -moz-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap; */
	    margin-left: -15px;
	    margin-right: -15px;
	    font-size: 0;
	    text-align: center;
	    -ms-flex-pack:center;
	    /* justify-content: center; */
	}

	.support-box .list .row{

	}
	.support-box .list .item{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width:50%;
		box-sizing: border-box;
		padding: 0 15px;
		margin-bottom: 30px;
		vertical-align: top;
	}
	.support-box .list .con-box{
		height: 100%;
		box-sizing: border-box;
		padding: 30px;
		text-align: left;
	}
	.support-box .list .tit{
		font-size: 18px;
		line-height: 28px;
		color: #333;
	}
	.support-box .list .con{
		font-size: 14px;
		color: #666;
		line-height: 24px;
		margin-top: 10px;
		height: 48px;
	}

	.china{
		width: 600px;
		display: block;
		height: 465px;
		margin: 20px auto 0;
	}
	.contact-box{
		padding: 40px;
	}
	.contact-box .select-box{
		display: none;
	}
	.table-box .thead{
		margin-bottom: 15px;
	}
	.table-box .thead li{
		font-size: 12px;
		padding: 10px;
		line-height: 20px;
	}
	.table-box .tbody li{
		padding: 15px;
		font-size: 15px;
		line-height: 25px;
	}

	/* network end */
	.problem-box{
		padding: 30px 0;
	}
	.problem-box .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.problem-box .item{
		padding: 0 5px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.problem-box .con-box{
		padding: 20px;
	}
	.problem-box .con-box .q,
	.problem-box .con-box .a{
		font-size: 16px;
		line-height: 26px;
	}
	.problem-box .con-box .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.problem-box .con-box .tit,
	.problem-box .con-box .con{
		width: 90%;
	}
	.problem-box .con-box .con{
		height: 96px;
		overflow: hidden;
	}
	.problem-box .con-box .more-box{
		margin-top: 15px;
	}
	.problem-box .con-box .more{
		width: 42px;
		height: 42px;
		background-size: auto;
	}
	.problem-box .con-box .ans{
		margin-top: 10px;
	}

	/* problem end */
	.function-box{
		padding: .15rem 0 0;
	}
	.function-box .left{
		float: left;
		width: 23.33%;
		box-sizing: border-box;
		padding: 20px;
	}
	.function-box .right{
		float: right;
		width: 75%;
		box-sizing: border-box;
		margin: 0;
	}
	.function-box .left .m-tab{
		display: none;
	}
	.function-box .left .pc-tab{
		display: block;
		margin-top: 10px;
	}
	.function-box .left .tit{
		font-size: 16px;
		line-height: 26px;
	}
	.function-box .left .pc-tab a{
		display: block;
		font-size: 14px;
		line-height: 24px;
		color: #666;
		margin-bottom: 10px;
	}
	.function-box .left .pc-tab a.cur{
		color: #ef7317;
	}
	.function-box .left .pc-tab a:last-child{
		margin-bottom: 0;
	}
	.function-box .right{
		padding: 20px;
	}
	.function-box .right .tit{
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #a0a0a0;
	}

	/* function end */
	.service-wrap{
		padding: 40px 0 0;
	}
	.service-wrap .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.service-wrap .list{
		margin-top: 30px;
	}
	.service-wrap .row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.service-wrap .item{
		margin-bottom: 0;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.service-wrap .item .img{
		position: relative;
	}
	.service-wrap .list .img{
		width: 100%;
	}
	.service-wrap .list .con-box{
		padding-bottom: 0;
	}
	.service-wrap .item .m-arrow{
		display: none;
	}

	.service-wrap .item .pc-arrow{
		display: block;
	}
	.service-wrap .item .arrow{
		top: 45%;
		right: -25px;
		left: auto;
		bottom: auto;
		transform: rotate(0) translateY(-50%);
	}
	.service-wrap .item .txt{
		font-size: 14px;
		color: #333;
		line-height: 24px;
		margin-top: -15px;
	}

	/* service end */
	.require-box{
		padding: 50px 0;
	}
	.join-tit .tit{
		font-size: 24px;
		line-height: 34px;
	}
	.join-tit .line{
		width: 35px;
		margin-top: 10px;
	}
	.require{
		margin-top: 40px;
	}
	.require .row{
		margin: 0 -5px;
		/* display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    -webkit-box-lines: multiple;
	    -moz-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap; */
	}
	.require .item{
		padding: 0 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.require .con-box{
		height: 100%;
		padding: 20px 40px;
		box-sizing: border-box;
	}
	.require .con-box .num{
		font-size: 20px;
		line-height: 30px;
	}
	.require .con-box .con{
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
	.business-box{
		padding: 50px 0;
	}
	.business-box .list{
		margin-top: 30px;
		text-align: center;
	}
	.business-box li{
		display: inline-block;
		*display: inline;
		zoom: 1;
		vertical-align: top;
		margin: 0 5px;
		padding: 0;
	}
	.business-box li .icon{
		width: 90px;
		position: relative;
	}
	.business-box li .txt{
		font-size: 12px;
		line-height: 20px;
		width: 120px;
	}

	.business-box li .m-arrow{
		display: none;
	}

	.business-box li .pc-arrow{
		display: block;
		left: -32px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	.business-box li:last-child .pc-arrow{
		display: block;
	}
	.business-box li:first-child .pc-arrow{
		display: none;
	}
	.business-box li .pc-arrow img{
		display: block;
	}
	.business-box li .txt{
		margin-top: 10px;
	}

	/* join end */
	.product-info-box .text{
		text-align: left;
		padding: 0;
	}
	.lg-tit{
		font-size: 30px;
		line-height: 40px;
	}
	.mid-tit{
		font-size: 25px;
		line-height: 35px;
		margin-top: 10px;
	}
	.series{
		font-size: 16px;
		line-height: 26px;
		padding: 10px;
	}
	.e1-box{
		position: relative;
	}
	.e1-box img{
		width: 100%;
	}
	.e1-box .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}

	.e2-box{
		position: relative;
	}
	.e2-box>img{
		margin-top: 0;
	}
	.e2-box .mid-tit{
		display: block;
	}
	.e2-box .text{
		text-align: center;
		position: absolute;
		left: 0;
		top: 5%;
		width: 100%;
	}
	.e2-box .lg-tit2{
		font-size: 30px;
		line-height: 40px;
		margin-top: 5px;
	}
	.e2-box .mid-tit{
		margin-top: 0;
	}
	.e2-box .icon-box{
		margin: 30px auto 0;
		width: 95%;
	}
	.e2-box .icon-box .item{
		padding: 0;
	}
	.e2-box .icon-box .icon{
		width: 90px;
		margin: 0 auto;
	}
	.e2-box .icon-box .item .txt{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.e2-box .icon-box .item .txt br{
		display: none;
	}
	.e3-box .btns .swiper-pagination-bullet{
		width: 30px;
		margin: 0 5px;
		padding: 20px 0;
	}
	.e3-box .btns .swiper-pagination-bullet-active{
		width: 60px;
	}
	.e3-box .prev,
	.e3-box .next{
		width: 52px;
		height: 105px;
	}

	.e4-box .top-tit{
		padding: 30px 0;
		color: #333
	}
	.kdr-e4-box .img-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.product-tit{
		font-size: 30px;
		line-height: 40px;
		color: #fff;
	}
	.e4-box .img-box{
		position: relative;
	}
	.e4-box .text{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}
	.e4-box .text .pub-con{
		color: #fff;
		opacity: .5;
		filter: alpha(opacity=50);
		margin-top: 20px;
		width: 55%;
	}
	.e4-box .text .true-box{
		margin-top: 20px;
		width: 55%;
	}
	.e4-box .text .true-box .item{
		font-size: 16px;
		line-height: 26px;
		background-size: 26px;
		color: #fff;
		padding-left: 40px;
		margin: 0 20px 0 0;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.e4-box .text .pub-con{
		display: block;
	}
	.kdr-e5-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.e5-box{
		position: relative;
	}
	.model-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.e5-box .text{
		position: absolute;
		left: 0;
		top: 13%;
		width: 100%;
		text-align: center;
	}
	.e5-box .product-tit{
		color: #333
	}
	.e5-box .text .pub-con,
	.e6-box .text .pub-con,
	.e7-box .text .pub-con{
		width: 60%;
		margin: 10px auto 0;
	}
	.e6-box{
		position: relative;
	}
	.e6-box .text{
		position: absolute;
		left: 0;
		top: 15.55%;
		width: 100%;
		text-align: center;
	}
	.e6-box .text .pub-con{
		color: #fff;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	.kdr-e6-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.e7-box{
		position: relative;
	}
	.e7-box .text{
		position: absolute;
		left: 0;
		top: 20%;
		width: 100%;
		text-align: center;
	}
	.kdr-e7-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.param-box{
		padding: 50px 0;
	}
	.productinfo-tab{
		padding: 50px 0;
	}
	.productinfo-tab.on{
		padding: 50px 0;
	}
	.productinfo-tab.on .swiper-wrapper{
		justify-content: center;
	}
	.tab-box .swiper-slide{
		padding: 0 20px;
	}
	.tab-box .swiper-slide .img{
		padding: 15px 0;
	}
	.tab-box .swiper-slide .txt-box{
		padding: 15px 0;
	}
	.tab-box .swiper-slide .tit{
		font-size: 20px;
		line-height: 30px;
	}
	.tab-box .swiper-slide .desc{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	/* .tab-box .btns{
		margin-top: 10px;
	}
	.tab-box .btns .swiper-pagination-bullet{
		width: 30px;
		padding: 20px 0;
		margin: 0 5px;
	}
	.tab-box .btns .swiper-pagination-bullet-active{
		width: 60px;
	} */
	/* 1e end */
	.tab-box .prev,
	.tab-box .next{
		width: 52px;
	    height: 105px;
	}
	.tab-box .prev{
		left: 2%;
	}

	.tab-box .next{
		right: 2%;
	}
	.kdr-2e1-box{
		position: relative;
	}
	.kdr-2e1-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.kdr-2e1-box .text{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.kdr-2e1-box .text .view{
		position: relative;
		height: 100%;
	}
	.kdr-2e1-box .text .txt-wrap{
		width:40%;
		position: absolute;
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
	}
	.kdr-2e1-box .tit-box{
		position: static;
		width: 100%;
	}
	.kdr-2e1-box .mid-tit{
		margin-top: 0;
	}
	.kdr-2e1-box .text .con{
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.kdr-2e1-box .text .icon-box{
		margin-top: 20px;
	}
	.kdr-2e1-box .text .icon-box .item{
		margin: 0 20px 0 0;
	}
	.kdr-2e1-box .text .item .txt{
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		margin-top: 10px;
	}
	.lg-tit2{
		font-size: 30px;
		line-height: 40px;
	}
	.kdr-2e1-box2{
		position: relative;
	}
	.kdr-2e1-box2 .lg-tit2 span{
		font-size: 36px;
		line-height: 46px;
		margin-right: 15px;
	}
	.kdr-e10-box2>img{
		width: 100%;
		transform: translateX(0);
	}
	.kdr-2e1-box2 .good{
		text-align: left;
		margin-top: 10px;
	}
	.kdr-2e1-box2 .good span{
		font-size: 16px;
		line-height: 26px;
		margin: 0;
	}
	.kdr-2e1-box2 .good .divide{
		margin: 0 15px;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.kdr-2e1-box2 .desc{
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
		display: block;
	}
	.kdr-2e1-box2 .sm-txt{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
		display: block;
	}
	.kdr-2e1-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e5-box .icon-box .item{
		width: 25%;
		padding: 0;
		margin-bottom: 0;
	}
	.e5-box .icon-box .txt{
		margin-top: 10px;
		padding: 0 10px;
	}
	.e5-box .icon-box .item .icon{
		width: 70px;
		margin: 0 auto;
	}
	.e5-box .icon-box .txt .tit{
		font-size: 18px;
		line-height: 26px;
	}
	.e5-box .icon-box .txt .con{
		margin-top: 5px;
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.save-box{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 0;
	}
	.save-box>img{
		display: none;
	}
	.save-box .text{
		position: static;
		padding: 50px 0;
	}

	.save-box .text .top-con{
		display: block;
	}
	.e5-box.right .text{
		top: 60%;
		transform: translateY(-50%);
	}
	.e5-box.right .text .txt-wrap{
		width: 35.8%;
		float: right;
		text-align: left;
	}
	.e5-box.right .text .pub-con{
		width: 100%;
	}

	/* 2e-3 end */
	.e5-box1{
		position: relative;
	}
	.e5-box1 .text{
		position: absolute;
		left: 0;
		top: 40%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e5-box1 .lg-tit3{
		font-size: 60px;
		line-height: 70px;
	}
	.e5-box1 .con{
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
	.six-box{
		padding: 50px 0;
	}
	.six-box .desc{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
	.six-box .list{
		margin-top: 20px;
	}
	.six-box .list .con-box{
		padding: 25px;
		position: relative;
	}
	.six-box .list .con-box .icon{
		float: left;
		width: 60px;
	}
	.six-box .list .con-box .txt{
		width:45%;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
		text-align: left;
	}
	.six-box .list .con-box .cn{
		font-size: 14px;
		line-height: 24px;
	}
	.six-box .list .con-box .en{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
	.six-box .list .item{
		width: 33.33%;
	}
	.six-box .list .item:nth-child(2n){
		border-right: 1px solid #e5e5e5;
	}

	.six-box .list .item:nth-child(3n){
		border-right: none;
	}
	.six-box .list .item:nth-child(3) .con-box{
		border-top:none;
	}
	.fast-box img{
		width: 100%;
		transform: translateX(0);
	}
	.fast-box .mid-tit{
		color: #fff;
	}
	.fast-box .text{
		top: 40%;
		transform: translateY(-50%);
	}
	.fast-box .text .txt-wrap{
		float: right;
		width: 40%;
	}
	.save-box2{
		position: relative;
	}
	.save-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.save-box2 .tit-box{
		position: static;
	}
	.save-box2 .mid-tit{
		font-size: 25px;
		line-height: 35px;
	}
	.save-box2 .list{
		margin: 20px -10px 0;
		width: 70%;
		font-size: 0;
	}
	.save-box2 .list .item{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.save-box2 .list .icon{
		width: 60px;
		height: 60px;
	}
	.save-box2 .list .icon .txt{
		font-size: 16px;
		line-height: 26px;
	}
	.save-box2 .list .pub-con{
		width: 65%;
		margin: 0;
	}
	.temp-box .product-tit,
	.operate-box .product-tit{
		color: #000;
	}
	.temp-box .text .pub-con,
	.rotate-wrap .text .pub-con,
	.operate-box .text .pub-con{
		color: #333;
	}
	.operate-box .text .sub-tit{
		font-size: 18px;
		line-height: 28px;
	}
	

	/* 2e4 end */
	.product-con{
		font-size: 14px;
		line-height: 24px;
	}
	.e7-box1{
		position: relative;
	}
	.e7-box1 .lg-tit{
		margin-top: 10px;
	}
	.e7-box1 .text{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}
	.e7-box1 .text .product-con{
		display: block;
	}
	.e7-box1 .txt-wrap{
		width: 50%;
	}
	.e7-box2 {
		position: relative;
	}
	.e7-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		transform:translateY(-50%);
	}
	.e7-box2 .text,
	.e7-box3 .text,
	.save-box3 .text{
		background: none;
	}
	.e7-box3>img{
		width: 100%;
		transform: translateX(0);
		margin: 0;
	}
	.e7-box1 .product-con,
	.e7-box2 .product-con,
	.e7-box3 .product-con,
	.save-box3 .product-con{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.save-box3 .model-con{
		font-size: 14px;
		line-height: 24px;
		margin: 10px auto 0;
	}
	.e7-box2 .desc{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
	.e7-box2 .product-tit{
		color: #ef7317;
	}
	.e7-box2 .product-con{
		width: 250px;
		margin: 10px 0 0;
	}
	.e7-box3{
		position: relative;
	}
	.e7-box3 .text{
		position: absolute;
		left: 0;
		width: 100%;
		top: 10.6%;
		text-align: center;
	}
	.e7-box3 .product-tit{
		color: #ef7317;
	}
	.save-box3{
		padding: 50px 0;
	}
	.save-box3 .text{
		text-align: center;
	}
	.save-box3 .product-tit{
		text-align: center;
		color: #ef7317;
	}
	.save-box3 .list{
		margin: 20px 0 0;
	}
	.save-box3 .list .item{
		width: 128px;
		vertical-align: top;
		padding: 0;
		margin: 0 5px;
	}
	.save-box3 .list .txt{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.e20-box5 .product-con{
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0 0;
	}
	/* 7e end */
	.kdr-e6-box3>img{
		width: 100%;
		transform: translateX(0);
	}
	.e6-box2 .product-con,
	.e6-box3 .product-con{
		margin-top: 10px;
	}
	.e6-box2 .lg-tit{
		margin-top: 10px;
	}
	.e6-box2{
		position: relative;
	}
	.e6-box2 .text{
		position: absolute;
		left: 0;
		top: 40%;
		width: 100%;
		transform: translateY(-50%);
	}
	.e6-box2 .txt-wrap{
		width: 43.33%;
	}
	.e6-box3{
		position: relative;
	}
	.e6-box3 .text{
		position: absolute;
		left: 0;
		top: 40%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e6-box3 .text .txt-wrap{
		float: right;
		width: 45.8%;
		margin-right: -2%;
	}
	.e6-box3 .product-tit{
		color: #333;
	}
	.e6-box3 .pub-con{
		margin-top:10px;
	}
	.kdr-e6-box2 .text .product-con{
		display: block;
	}
	/* 6e end */

	.d1-box1{
		position: relative;
	}
	.d1-box1>img{
		width: 100%;
		transform: translateX(0);
	}
	.d1-box1 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.d1-box1 .lg-tit2,
	.d1-box1 .con,
	.d1-box1 .series{
		position: static;
	}
	.d1-box1 .lg-tit2 .num{
		font-size:50px;
		line-height: 60px;
	}
	.d1-box1 .lg-tit2 sup{
		font-size: 20px;
		line-height: 30px;
	}
	.d1-box1 .con{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
	.d1-box1 .list{
		text-align: left;
		width: 480px;
		margin-top: 20px;
	}
	.d1-box1 .list .item{
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		text-align: center;
		margin: 0 15px 15px 0;
	}
	.d1-box2{
		position: relative;
	}
	.d1-box2>img{
		width: 100%;
		transform: translateX(0);
	}
	.d1-box2 .mid-tit{
		font-size: 25px;
		line-height: 35px;
	}
	.d1-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.d1-box2 .num{
		font-size: 70px;
		line-height: 80px;
	}
	.d1-box2 .num sup{
		font-size: 30px;
		line-height: 40px;
	}
	.d1-box2 .con{
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
	}
	.d1-box2 .con br{
		display: none;
	}
	.d1-box2 .con span{
		display: inline;
	}
	.d1-box2 .circle{
		width: 280px;
		height: 280px;
		position: relative;
	}
	.d1-box2 .circle .bg{
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../img/circle.png');
	}
	.d1-box2 .txt-wrap{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 180px;
	}
	.d1-box3{
		padding: 150px 0 50px;
	}
	.d1-box3 .mid-tit{
		margin: 0;
		text-align: center;
	}
	.d1-box3 .text .list{
		font-size: 0;
		margin: 30px -10px 0;
		width: 100%;
	}
	.d1-box3 .text .list .item{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 33.33%;
		vertical-align: top;
		margin: 0;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.d1-box3 .text .list .icon{
		width: 70px;
	}
	.d1-box3 .text .list .txt{
		margin: 0;
		width: 60%;
	}
	.d1-box3 .text .list .txt .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.d1-box3 .text .list .txt .pub-con{
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}
	.d1-box4{
		position: relative;
	}
	.d1-box4>img{
		width: 100%;
		transform: translateX(0);
	}
	.d1-box4 .mid-tit{
		margin: 0;
	}
	.d1-box4 .text{
		position: absolute;
		left: 0;
		top: 30%;
		transform: translateY(-50%);
		width: 100%;
	}
	.d2-box2>img{
		width: 100%;
	}
	/* 8d11 end */
	.e18-box1{
		position: relative;
	}
	.e18-box1>img{
		width: 100%;
		transform: translateX(0);
	}
	.e18-box1 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
	}
	.e18-box1 .tit2{
		font-size: 18px;
		line-height: 28px;
	}

	.e18-box1 .text .txt-wrap{
		width: 300px;
		float: right;
		margin-right: 5%;
	}
	.e18-box1 .list{
		margin-top: 20px;
	}
	.e18-box1 .list .item{
		margin-bottom: 20px;
	}
	.e18-box1 .list .item:nth-child(3),
	.e18-box1 .list .item:nth-child(4){
		margin-bottom: 0;
	}
	.e18-box1 .list .icon{
		width: 80px;
	}
	.e18-box1 .list  .txt{
		margin-top: 10px;
	}
	.e18-box2{
		position: relative;
	}
	.e18-box2 .text{
		position: absolute;
		left: 0;
		bottom: 5%;
		width: 100%;
		text-align: center;
	}
	.e18-box2 .tit2{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}
	.e18-box2 .product-con{
		width: 70%;
		margin: 10px auto 0;
		font-size: 14px;
		line-height: 24px;

	}
	.e18-box3{
		position: relative;
	}
	.e18-box3>img{
		width: 100%;
		transform: translateX(0);
		margin: 0;
	}
	.e18-box3 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		z-index: 3;
	}
	.e18-box3 .list{
		margin: 30px 0 0;
		width: 30%;
	}
	.e18-box3 .list .item{
		margin-bottom: 20px;
	}
	.e18-box3 .list .product-con{
		width: 73%;
	}
	.e18-box4>img{
		width: 100%;
	}
	.e18-box4{
		position: relative;
	}
	.e18-box4 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e18-box4 .text .txt-wrap{
		float: right;
		width: 40%;
	}
	.e18-box5{
		padding: 50px 0;
		
	}
	.e18-box5 .con{
		font-size: 14px;
		line-height: 24px;
		margin: 10px 0 0;
	}
	.e18-box5 .text{
		text-align: center;
	}
	.e18-box5 .list{
		width: 100%;
		margin: 20px 0 0;
	}
	.e18-box5 .list .item{
		width: 33.33%;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.e18-box5 .list .icon{
		width: 66px;
	}
	.e18-box5 .list .txt{
		width: 70%;
		padding: 0;
	}
	.e18-box5 .list .txt .en{
		font-size: 12px;
		line-height: 20px;
		display: block;
	}

	/* 18e end */
	.e20-box1 .text{
		padding: 50px 0 250px;
	}
	.e20-box1 .text .txt-wrap{
		width: 60%;
		margin: 0 auto;
		text-align: center;
	}
	.e20-box1 .text .tit3{
		font-size: 20px;
		line-height: 30px;
	}
	.e20-box1 .text .lg-tit{
		margin-top: 10px;
	}
	.e20-box1 .text .product-con{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}
	.e20-box2 .product-con{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.e20-box1 .text .img{
		width: 350px;
		bottom: -18.6%;
	}
	.e20-box2{
		padding: 120px 0 50px;
	}
	.e20-box2 .text{
		text-align: center;
	}
	.e20-box2 .list{
		width: 100%;
		margin-top: 20px;
	}
	.e20-box2 .list .item{
		width: auto;
		margin: 0 8px;
	}
	.e20-box4{
		padding: 50px 0 250px;
	}
	.e20-box4 .product-img{
		width: 500px;
		bottom: -26.8%;
	}

	.e20-box4 .pc-tit{
		display: block;
	}
	.e20-box4 .m-tit{
		display: none;
	}

	.e20-box5{
		position: relative;
	}
	.e20-box5 img{
		margin: 0;
	}
	.e20-box5 .text{
		position: absolute;
		left: 0;
		top: 28.5%;
		width: 100%;
		text-align: center;
	}

	/* 20e end */
	.e10-box1>img{
		width: 100%;
		transform: translateX(0);
	}
	.e10-box1 .product-tit{
		color: #333;
		position: static;
	}
	.e10-box1 .mid-tit{
		position: static;
	}
	.e10-box1 .desc{
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
		position: static;
	}
	.e10-box1 .icon-box{
		text-align: left;
		margin: 10px 0 0;
	}
	.e10-box1 .icon-box .item{
		margin: 0 20px 0 0;
		text-align: center;
	}
	.e10-box1 .icon-box .icon{
		width: 60px;
	}
	.e10-box1 .series{
		margin-top: 20px;
		position: static;
	}
	.e10-box2{
		position: relative;
	}
	.e10-box2 .lg-tit2{
		position: static;
	}
	.e10-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e10-box2 .desc{
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
		position: static;
	}
	.e10-box2 .txt-wrap{
		width: 45%;
		float: right;
	}
	.e10-box2 .icon-box{
		margin-top: 20px;
	}
	.e10-box2 .icon-box .item{
		margin-bottom: 20px;
	}
	.e10-box2 .icon-box .icon{
		width: 65px;
	}
	.e10-box2 .icon-box .txt{
		width: 75%;
	}
	.e10-box2 .icon-box .txt .cn{
		font-size: 14px;
		line-height: 26px;
	}
	.e10-box2 .icon-box .txt .en{
		font-size: 12px;
		line-height: 20px;
		margin-top: 0px;
	}
	.e10-box3{
		position: relative;
	}
	.e10-box3>img{
		width: 100%;
		transform: translateX(0);
	}
	.e10-box3 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e10-box3 .text .txt-wrap{
		width: 52%;
	}
	.e10-box3 .img{
		width: 53%;
		margin-top: 30px;
	}
	.e10-box3 .mid-tit{
		color: #fff;
	}
	.e10-box3 .pub-con{
		width: 75%;
		margin-top: 20px;
	}
	.e10-box4{
		position: relative;
	}
	.e10-box4>img{
		width: 100%;
		transform: translateX(0);
	}
	.e10-box4 .text{
		position: absolute;
		left: 0;
		top: 14%;
		width: 100%;
		text-align: center;
	}

	/* 10e end */

	.e15-box1>img,
	.e15-box2>img,
	.e15-box3>img{
		width: 100%;
		transform: translateX(0);
	}
	.e15-box1 .mid-tit{
		display: block;
	}
	.e15-box1 .series{
		margin-top: 15px;
	}
	.e15-box2{
		position: relative;
	}
	.e15-box2 .text{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.e15-box2 .text .txt-wrap{
		float: right;
	}
	.e15-box2 .text .product-con{
		margin-top: 10px;
	}

	.e15-box3{
		position: relative;
	}
	.e15-box3 .text{
		position: absolute;
		left: 0;
		top: 12.5%;
		width: 100%;
		text-align: center;
	}

	.e15-box3 .product-con{
		color: #fff;
		margin-top: 10px;
	}
	.e15-box4{
		position: relative;
	}
	.e15-box4>img{
		width: 100%;
		transform: translateX(0);
	}
	.e15-box4 .text{
		position: absolute;
		left: 0;
		top:12.5%;
		width: 100%;
		text-align: center;
	}
	.e15-box4 .product-tit{
		color: #fff;
	}
	
	.e15-box4 .product-con{
		margin-top: 10px;
		color: #fdddc5;
		opacity: .8;
		filter: alpha(opacity=80);
	}

	/* 15e end */
	.d2-box1 .list{
		width: 390px;
	}
	.d2-box2 .text{
		top: 60%;
		transform: translateY(-50%);
	}
	.d2-box2 .text .txt-wrap{
		float: right;
	}

	/* 8d22 end */
	.news-box{
		padding: 50px 0;
	}
	.news-box .list .row{
		margin: 0 -10px;
	}
	.news-box .list .item{
		box-sizing: border-box;
		padding: 0 10px;
	}
	.news-box .list .con-box {
	    padding: 20px 10px;
	}
	.news-box .list .tit {
	    font-size: 18px;
	    line-height: 28px;
	}
	.news-box .list .time {
	    margin-top: 5px;
	}
	.news-box .list .con {
	    margin-top: 5px;
	    height: 48px;
	    overflow: hidden;
	}

	.page a{
		text-align: center;
		display: inline-block;
		*display: inline;
		zoom:1;
		font-size: 16px;
		color: #666666;
		margin:0 4px 0 0;
	}
	.page a.active{
		color: #fff;
		border-color: #ef7317;
		background-color: #ef7317;
	}
	.news-box .page{
		margin-top: 30px;
	}

	/* news end */
	.newsdtl{
		padding:50px 0;
	}
	.newsdtl .vtl{
		margin:30px 0 0;
	}
	.newsdtl .vtl video{
		height: 420px;
	}
	.infoctrl .pageback{
		margin:0;
		float: right;
	}
	.top-btn{
		width: 50px;
		height: 50px;
	}
	.develop-box .prev,
	.develop-box .next{
		width: 38px;
	    height: 38px;
	    
	}
	.develop-box .prev{
		left: 5%;
	}
	.develop-box .next{
		right: 5%;
	}
	.kdr-e1-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.kdr-e1-box .text .series{
		margin-top: 20px;
	}
	.e7-box1>img{
		width: 100%;
		transform: translateX(0);
	}

}
@media (min-width: 992px){
	.water-box .index-tit{
		top: 35%;
	}
	.water-box .text-box{
		margin-top: 25%;
	}
	.water-box .btns{
		bottom: 20%;
	}
	.water-box .buttons{
		bottom: 5%;
	}
	.kitchen-box .text-box{
		margin-top: 30px;
	}

	/* welcome end */
	.support-box .list{
		margin-top: 30px;
	}

	/* network end */
	.problem-box .con-box .con{
		height: 72px;
	}

	/* problem end */
	.business-box li .pc-arrow{
		left: -50px;
	}
	.business-box li .txt{
		width: 150px;
	}

	/* join end */
	.six-box .list .con-box{
		padding: 30px;
	}
	.six-box .list .con-box .icon{
		width: 75px;
	}
	.six-box .list .con-box .cn{
		font-size: 16px;
		line-height: 26px;
	}
	.six-box .list .con-box .en{
		font-size: 14px;
	}


	/* 2e4 end */
	.e18-box1 .text .txt-wrap{
		margin-right: 14.5%;
	}

	/* 18e end */
	.require .con-box .con{
		height: 24px;
	}

	.temp-box>img{
		width: 100%;
		transform: translateX(0);
	}
	.rotate-wrap>img{
		width: 100%;
		transform: translateX(0);
	}
	.operate-box>img{
		width: 100%;
		transform: translateX(0);
	}
}