﻿@media (max-width: 1024px){
	.header-view{
		padding: 0 5%;
	}
	.index-page header{
	    background-color: #f5f5f5;
	}
	.index-page header .pc-nav li .tit{
	    color: #000;
	}
	.index-page header .pc-nav li .tit:before{
	    background-color: #d33546;
	}
	.index-page header .header-right .lang{
	    color: #575757;
	    background-image: url('../image/lang.png');
	}
	.index-page header .header-right span{
	    background-color: rgba(120,120,120,.3);
	}
	.index-page header .search-wrap .search-btn{
	    background-image: url('../image/search-btn.png');
	}
	.index-page .clearfixed{
		display: block;
	}
	header .nav-btn {
	    display: inline-block;
	    position: relative;
	    width: .8rem;
	    height: .5rem;
	    padding: 0;
	    vertical-align: middle;
        margin-left: .8rem;
	}
	header .nav-btn .line {
	    width: 100%;
	    height: 2px;
	    position: absolute;
	    left: 0;
	    background-color: #575757;
	    transition: all .2s;
	    transform-origin: center;
	    margin: 0;
	}
	header .nav-btn .line1 {
	    top: 0;
	}
	header .nav-btn .line2 {
	    top: 50%;
	    margin-top: -1px;
	}
	header .nav-btn .line3 {
	    bottom: 0;
	}
	header .nav-btn.cur .line{
		top: 50%;
	    bottom: auto;
	    margin-top: -1px;
	}
	header .nav-btn.cur .line1{
		transform: rotate(45deg);
	}
	header .nav-btn.cur .line2{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	header .nav-btn.cur .line3{
		transform: rotate(-45deg);
	}
	.aside-box{
		display: none;
	}
	.m-nav{
		position: fixed;
		top: 2.25rem;
		width: 100%;
		z-index: 100;
		box-sizing: border-box;
		padding: 0 5%;
		background-color: rgba(255,255,255,.95);
	}
	.m-nav li{
		border-bottom: 1px solid #dcdcdc;
	}
	.m-nav li:last-child{
		border-bottom: none;
	}
	.m-nav li .tit{
		display: block;
		font-size: .28rem;
		padding: .3rem 0 .3rem .3rem;
		color: #333;
		position: relative;
	}
	.m-nav li .tit:before{
		content: "";
		position: absolute;
		right: 0;
		width: .4rem;
	    height: .4rem;
	    margin-top: -.15rem;
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: cover;
	    background-image: url('../image/m-nav-jia.png');
	    top: 50%;
	    transition: all .2s;
	}
	.m-nav li:nth-child(1) .tit:before{
		display: none;
	}
	.m-nav li.on .tit:before{
		transform: rotate(45deg);
	}
	.m-nav li .navson{
		padding-bottom: .3rem;
		display: none;
	}
	.m-nav li .navson a{
		display: block;
		font-size: .4rem;
		line-height: .9rem;
		padding: 0 .5rem;
		color: #333;
	}
	
	.index-page header .nav-btn .line{
		background-color: #575757;
	}
	
	.index-wrap{
		position: static;
	}
	.index-view{
		width: auto;
		padding: 0 5%;
	}
	.i-brand-box .bg img{
	    display: block;
	    width: 100%;
	}
	.i-product-box{
		padding: 2rem 0 1rem;
	}
	.i-product{
		position: static;
		transform: translateY(0);
	}
	.i-news-box{
		padding: 1rem 0 2rem;
	}
	.i-news{
		transform: translateY(0);
		position: static;
	}
	.i-product .bottom-box .text-left{
		width: 75%;
	}
	.i-product .bottom-box .right .text{
		margin-top: .2rem;
	}
	.pc-nav{
		display: none;
	}
	.header-right .tel{
		display:none;
	}
	.view{
		width: auto;
		padding: 0 5%;
	}
	.func-box .text{
		padding: 0 18.54% 0 11.25%;
	}

	.ban-about{
		height: auto;
	}
	.ban-about>img{
		display: block;
	}
	.ban-about .text-box{
		left: 0;
		top: 0;
		position: absolute;
		width: 100%;
	}
	.ban-about .text{
		margin: 0;
		width: 45%;
	}
	.ban-about .bottom{
		margin-left: 0;
	}
	.about-view{
		width: auto;
		width: 90%;
	}
	.params-box .txt{
		display: block;
		font-size: .4rem;
		line-height: .5rem;
		margin-top: .3rem;
		text-align: center;
	}
}

@media (max-width: 992px){
	.f-nav li{
		margin-right: 1rem;
	}
	.origin-tab .left,
	.origin-tab .right{
		width: 35%;
	}
	.brand-box .text .tit{
		font-size: .6rem;
		line-height: .9rem;
	}
	.productinfo-box .list .tit{
		font-size: .7rem;
		line-height: 1rem;
	}
	.news-box .top-box .text{
		padding: 3% 4%;
	}
	.news-box .top-box .detail{
		margin-top: .3rem;
	}
	.ban-about .text .con{
		height: 3.5rem;
	}

	.about-list .text .con{
		max-height: 3.75rem;
	}
	.about-list .num-box{
		margin-top: .5rem;
	}
	.about-list .text{
		width: 45%;
	}
}

@media (max-width: 767px){
	header{
		height: 1rem;
	}
	header .logo{
		width: .54rem;
		margin-top: .1rem;
	}
	
	.header-right{
		line-height: 1rem;
	}
	header .nav-btn{
		width: .5rem;
	    height: .36rem;
	    margin-left: .5rem;
	}

	.search-wrap{
		position: static;
	}
	.search-wrap .search-dialog{
		top: 1rem;
		width: 100%;
		left: 0;
		background: #d33546;
		box-sizing: border-box;
		padding: 0 .4rem;
		z-index: 3;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(0);
		transition: all .3s;
		height: auto;
		border-radius: 0;
	}
	.search-wrap input[type=text]{
		float: left;
		width: 80%;
		transform: translateX(0);
		position: static;
		height: .5rem;
		padding: .25rem 0;
		font-size: .3rem;
		line-height: .5rem;
		background: none;
	}
	.search-wrap input[type=submit]{
		float: right;
		width: .3rem;
		height: .3rem;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('../image/w-search-btn.png');
		background-size: 100%;
		background-color: transparent;
		margin-top: .3rem;
	}
	.search-wrap.on .search-dialog{
		visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.search-wrap.on input[type=text]{
		visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.m-nav{
		padding: 0 .4rem;
		top: 1rem;
	}
	.m-nav li .tit{
		padding: .15rem 0 .15rem .3rem;
	}
	.m-nav li .navson a{
		font-size: .24rem;
		line-height: .4rem;
	}
	.m-nav li .tit:before{
		width: .3rem;
		height: .3rem;
	}
	.index-page header.cur .nav-btn .line{
		background-color: #575757;
	}
	.clearfixed{
		height: 1rem;
	}

	.online-dialog{
    	width: 90%;
    	padding: .4rem;
    }
    .online-dialog .tit-box{
    	padding-bottom: .3rem;
    }
    .online-dialog .tit-box .tit{
    	font-size: .3rem;
    	line-height: .4rem;
    }
    .online-dialog .tit-box .online-close{
    	width: .24rem;
    }
    .online-dialog .online-form{
    	margin-top: .4rem;
    }
    .online-dialog input[type=text],
    .online-dialog textarea{
    	width: 100%;
    	font-size: .24rem;
    	line-height: .4rem;
    	height: .8rem;
    	margin-bottom: .3rem;
    }
    .online-dialog textarea{
    	height: 2rem;
    }
    .online-dialog input[type=submit]{
    	width: 100%;
    	height: .8rem;
    	font-size: .24rem;
    }
	footer{
		padding: .7rem 0;
	}
	

	
	.header-right .lang{
		font-size: .3rem;
	}
	.header-right span{
		height: .2rem;
	}
	.search-wrap .search-btn{
		width: .3rem;
		height: .3rem;
	}
	.banner .btns .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.banner .pc-img{
		display: none;
	}
	.banner .m-img{
		display: block;
	}
	.banner img{
		display: block;
	}
	.i-brand-box .pc-box{
		display: none;
	}
	.i-brand-box .m-box{
	    display: block;
	}
	.i-brand-box .m-box .m-item{
		height: 2.5rem;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		transition: all .3s;
	}
	.i-brand-box .m-box .mask{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: .3;
		filter: alpha(opacity=30);
		transition: all .3s;
		z-index: 3;
	}
	.i-brand-box .m-box .block{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}

	.i-brand-box .m-box .m-item.cur{
		height: 5rem;
	}
	.i-brand-box .m-box .m-item.cur .mask{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-brand-box .m-box .m-item.cur .block{
		z-index: 3;
	}
	.i-product-box{
		padding: .7rem 0 .35rem;
	}
	.i-product .top-box .tab-btns a,
	.i-product .top-box .tab-btns span{
		font-size: .3rem;
		line-height: .4rem;
	}
	.i-product .top-box .tab-btns a{
		padding-left: .5rem;
		background-size: .28rem;
	}
	.i-product .top-box .tab-btns span{
		height: .2rem;
		margin: 0 .2rem;
	}
	.index-more{
		font-size: .3rem;
		line-height: .4rem;
	}
	.i-product .index-more{
		margin-top: 0;
	}
	.i-product .bottom-box{
		margin-top: .3rem;
	}
	.i-product .bottom-box .left{
		width: 100%;
		float: none;
	}
	.i-product .bottom-box .right{
		position: static;
		width: 100%;
		margin-top: .3rem;
	}
	.i-product .bottom-box .right .item{
		position: static;
		float: left;
		width: 48%;
		margin-bottom: .3rem;
	}
	.i-product .bottom-box .right .item:nth-child(2n){
		float: right;
	}
	.i-product .bottom-box .text{
		margin-top: .2rem;
	}
	.i-product .bottom-box .text-left{
		width: 70%;
	}
	.i-product .bottom-box .text-left .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.i-product .bottom-box .text-left .desc{
		font-size: .24rem;
		line-height: .4rem;
	}
	.i-product .bottom-box .product-more{
		font-size: .3rem;
		line-height: .4rem;
		padding-right: .3rem;
		background-size: .1rem;
	}
	.i-product .bottom-box .right .text .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.i-product .bottom-box .right .text .desc{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.i-news-box{
		padding: .35rem 0 .7rem;
	}
	.i-news .tit-box .tit span{
		font-size: .36rem;
		line-height: .4rem;
		margin-right: .2rem;
	}
	.i-news .index-more{
		margin-top: 0;
	}
	.i-news-tab{
		margin-top: .36rem;
	}
	.i-news-tab .swiper-slide{
		width: 100%;
		margin-right: 2%;
	}
	.i-news-tab .con-box{
		padding: .4rem;
	}
	.i-news-tab .con-box .top-time{
		width: 1rem;
		height: 1.2rem;
		padding: .15rem 0;
	}
	.i-news-tab .con-box .top-time .d{
		font-size: .4rem;
		line-height: .5rem;
	}
	.i-news-tab .con-box .top-time .m{
		font-size: .24rem;
		line-height: .4rem;
	}
	.i-news-tab .con-box .time{
		margin-top: .24rem;
	}
	.i-news-tab .con-box .time span{
		font-size: .3rem;
		line-height: .4rem;
	}
	.i-news-tab .con-box .tit{
		font-size: .3rem;
		line-height: .4rem;
		height: auto;
		margin-top: .2rem;
	}
	.i-news-tab .con-box .news-more{
		margin-top: .4rem;
	}
	.i-news-tab .con-box .news-more .txt{
		font-size: .3rem;
		line-height: .3rem;
	}
	.i-news-tab .con-box .news-more .arrow{
		width: .1rem;
		height: .17rem;
		background-size: .1rem;
	}
	.f-nav{
		float: none;
		width: 100%;
	}
	.f-nav li{
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 0;
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.f-nav li:nth-child(6){
		width: 100%;
	}
	.f-nav li:last-child{
		border-bottom: none;
		width: 100%;
	}
	.f-nav li .tit{
		font-size: .3rem;
		line-height: 1rem;
		position: relative;
	}
	.new_link .link{
		font-size: .26rem;
	}
	.new_link ul li a{
	font-size: .24rem;
	}
	.f-nav li .tit:before{
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		width: .21rem;
		height: .12rem;
		background-repeat: no-repeat;
		background-position: center;
		transform: translateY(-50%);
		background-image: url('../image/f-nav-arrow.png');
		background-size: cover;
	}
	.f-nav li .navson{
		display: none;
		margin-top: 0;
		padding: .2rem 0;
	}
	.f-nav li .navson a{
		font-size: .24rem;
		line-height: .4rem;
		margin-bottom: .2rem;
	}
	.f-right{
		float: none;
		text-align: left;
	}
	.f-contact .item{
		margin-bottom: .2rem;
	}
	.f-contact .item .tit{
		margin-right: .2rem;
	}
	.f-contact .item span{
		font-size: .24rem;
		line-height: .4rem;
	}
	.f-contact .item .tel{
		font-size: .3rem;
		line-height: .4rem;
	}
	.f-contact .item .mail{
		font-size: .24rem;
		line-height: .4rem;
	}
	.f-contact .item .share .share-item{
		width: .4rem;
	}
	.f-contact .item .share .img-box{
		top: .3rem;
	}
	.f-contact .item .share .share-item.cur .img-box{
		top: .3rem;
		padding-top: .2rem;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.f-contact .item .share .img{
		width: 1.5rem;
	}
	.f-right .copy-box{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.aside-box .item{
		width: 1.2rem;
		padding: .2rem 0;
	}
	.aside-box .icon{
		width: .4rem;
	}
	.aside-box .txt{
		font-size: .24rem;
		line-height: .4rem;
	}

	.brand-box .img{
		float: none;
		width: 100%;
	}
	.brand-box .text-box{
		position: static;
		width: 100%;
	}
	.brand-box .text{
		position: static;
		transform: translateY(0);
		padding: .4rem;
	}
	.brand-box .text .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.brand-box .text .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.origin-box{
		padding: .7rem 0;
	}
	.brand-tit{
		font-size: .36rem;
		line-height: .4rem;
	}
	.origin-tab{
		margin-top: .4rem;
		min-height: 100%;
	}
	.origin-tab .left,
	.origin-tab .right{
		width: 100%;
		float: none;
	}
	.origin-tab .img{
		position: static;
		width: 70%;
		transform: translateX(0);
		margin: .3rem auto;
	}
	.origin-tab .origin-item{
		margin-bottom: .3rem;
	}
	.origin-tab .origin-item .tit{
		font-size: .3rem;
		line-height: .4rem;
		padding-left: .5rem;
		background-size: .4rem;
	}
	.origin-tab .origin-item .con{
		padding-left: .5rem;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.origin-box .brand-btns{
		margin-top: .5rem;
	}
	.brand-btns a{
		width: 2rem;
	    height: .8rem;
	    line-height: .8rem;
	    border-radius: .4rem;
	}
	.brand-btns span{
		padding-right: .6rem;
		line-height: .8rem;
		font-size: .3rem;
		background-size: .5rem;
	}
	.params-box{
		padding:.7rem 0;
	}
	.o-look-box{
		margin-top: .5rem;
	}
	.o-look-box .look-btn{
		padding: 0 .5rem;
	}
	.look-btn{
		height: .8rem;
	    line-height: .8rem;
	    font-size: .3rem;
	    border-radius: .4rem;
	}
	.attestation-box{
		padding: .7rem 0;
	}
	.attestation-box h3{
		font-size: .36rem;
		line-height: .4rem;
	}
	.attestation-list{
		margin-top: .5rem;
	}
	.attestation-list .row{
		margin: 0;
	}
	.attestation-list .item{
		padding: 0;
		margin-bottom: .5rem;
	}
	.attestation-list .item:last-child{
		margin-bottom: 0;
	}
	.attestation-view{
		width: 88%;
	}
	.attestation-list .txt{
		font-size: .24rem;
		line-height: .4rem;
		height: .4rem;
		margin-top: .2rem;
	}

	.quality-box{
		padding-top: .7rem;
	}
	.quality-list .text-item{
		position: static;
	}
	.quality-bg{
		width: 100%;
		margin-top: .5rem;
	}
	.quality-list .text-item{
		margin-bottom: .3rem;
	}
	.quality-list .text-item:nth-child(1),
	.quality-list .text-item:nth-child(2),
	.quality-list .text-item:nth-child(3){
		text-align: left;
	}
	.quality-list .text-item .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.quality-list .text-item .con{
		font-size: .24rem;
		line-height: .4rem;
	}
	.quality-list .text-item .con br{
		display: none;
	}
	.quality-btns{
		padding: 1.7rem 0 .7rem;
	}
	.industry-item{
		position: static;
		margin-bottom: .3rem;
	}
	.industry-item:nth-child(1),
	.industry-item:nth-child(2){
		text-align: left;
	}
	.industry-item .tit{
		font-size: .3rem;
		line-height: .4rem;
		background-size: .4rem;
	}

	.industry-item:nth-child(1) .tit,
	.industry-item:nth-child(2) .tit,
	.industry-item:nth-child(3) .tit{
		padding: 0 0 0 .5rem;
		background-position: left center;
	}
	.industry-item .con{
		font-size: .24rem;
		line-height: .4rem;
	}
	.industry-item .con br{
		display: none;
	}
	.manage-con{
		width: 100%;
		font-size: .24rem;
		line-height: .4rem;
	}
	.manage-bg{
		margin-top: .2rem;
	}
	.manage-list{
		
		font-size: 0;
		text-align: center;
	}
	.manage-list .manage-item{
		display: inline-block;
		*display: inline;
		zoom: 1;
		position: static;
		font-size: .3rem;
		line-height: .4rem;
		margin: 0 .2rem;
	}
	.manage-list .manage-item:nth-child(3){
		text-align: left;
		width: auto;
	}
	.manage-img.pc-box{
		display: none;
	}
	.manage-img.m-box{
		display: block;
	}
	.manage-img{
		position: static;
		width: 80%;
		margin: .2rem auto;
	}
	.manage-img .img,
	.manage-img .img:nth-child(2n){
		float: none;
		width: 100%;
	}
	.func-tab-box .item{
		padding: .7rem 0 3rem;
	}
	.func-tab-box .con{
		font-size: .24rem;
		line-height: .4rem;
	}
	.func-tab-box .img{
		margin-top: .5rem;
		
	}
	.func-tab-box .img img{
		
	}
	
	.func-tab-box .brand-btns{
		bottom: 1.5rem;
	}
	.func-tab-box .txt{
		font-size: .24rem;
		line-height: .4rem;
		bottom: .3rem;
	}
	.product-box{
		padding: .7rem 0;
	}
	.product-btns a{
		display: block;
		width: auto;
		font-size: .24rem;
		line-height: .8rem;
		padding: 0 .3rem;
		margin: 0;
		box-sizing: border-box;
	}

	
	.product-btns a span{
		line-height: .8rem;
		padding-left: .5rem;
		background-position: left center;
		background-size: .4rem;
		background-repeat: no-repeat;
	}
	.product-btns .swiper-slide:nth-child(1) span{
		background-image: url('../image/product-all.png');
	}
	.product-btns .swiper-slide:nth-child(2) span{
		background-image: url('../image/product-icon3.png');
	}
	.product-btns .swiper-slide:nth-child(3) span{
		background-image: url('../image/product-icon2.png');
	}
	.product-btns .swiper-slide:nth-child(4) span{
		
		background-image: url('../image/product-icon1.png');
	}

	.product-btns .swiper-slide.cur span{
		color: #000;
	}
	.product-btns .swiper-slide.cur:nth-child(1) span{
		background-image: url('../image/h-product-all.png');
	}
	.product-btns .swiper-slide.cur:nth-child(2) span{
		background-image: url('../image/h-product-icon3.png');
	}
	.product-btns .swiper-slide.cur:nth-child(3) span{
		background-image: url('../image/h-product-icon2.png');
	}
	.product-btns .swiper-slide.cur:nth-child(4) span{
		background-image: url('../image/h-product-icon1.png');
	}
	.product-btns .all{
		float: none;
		width: auto;
	}
	.product-btns .pc-box{
		display: none;
	}
	.product-btns .m-box{
	    display: block;
	    overflow: hidden;
	}
	.product-btns .m-box .swiper-slide{
		width: auto;
		margin-right: .2rem;
	}
	.product-box .list .row{
		margin: 0;
	}
	.product-box .list .item{
		padding: 0;
	}
	.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 .con-box{
		padding: .4rem;
	}
	.product-box .list .text{
		margin-top: .3rem;
	}
	.product-box .list .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.product-box .list .con{
		font-size: .24rem;
		line-height: .4rem;
		height: auto;
		margin-top: .2rem;
	}
	.product-box .list .product-more{
		width: .8rem;
		height: .8rem;
		background-size: 7px;
		margin-top: .3rem;
	}
	.product-box .page{
		margin-top: .5rem;
	}
	.page a{
		width: .6rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .24rem;
		margin: 0 .1rem;
	}
	.page a.prev,
	.page a.next{
		background-size: 6px;
	}

	.productinfo-box .img-tab{
		float: none;
		width: 100%;
	}
	.productinfo-box .img-tab .prev,
	.productinfo-box .img-tab .next{
		width: .7rem;
		height: .7rem;
	}
	.productinfo-box .top-box .right{
		padding: .4rem;
		height: auto;
		position: static;
		width: auto;
		box-sizing: content-box;
	}
	.productinfo-box .top-box .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.productinfo-box .top-box .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.productinfo-box .top-box .param-box{
		width: 100%;
		padding-top: .2rem;
		margin-top: .2rem;
	}
	.productinfo-box .param-box .list{
		margin-top: .2rem;
	}
	.productinfo-box .param-box .list .item{
		padding: .2rem 0;	
	}
	.productinfo-box .param-box .list .item:nth-child(2n){
		border-right:none;
	}
	.productinfo-box .param-box .list .item:nth-child(5),
	.productinfo-box .param-box .list .item:nth-child(6){
		border-bottom: 2px dashed #bbb;
	}
	.productinfo-box .param-box .list .item:nth-child(7),
	.productinfo-box .param-box .list .item:nth-child(8){
		border-bottom: none;
	}
	.productinfo-box .param-box .num{
		font-size: .3rem;
		line-height: .4rem;
	}
	.productinfo-box .param-box .txt{
		font-size: .24rem;
		line-height: .4rem;
	}
	.productinfo-box .param-box .param-tit{
		font-size: .3rem;
		line-height: .4rem;
	}


	.productinfo-box .top-box .right .mCSB_inside>.mCSB_container{
		margin-right: 0;
	}

	.productinfo-box .top-box .right .mCustomScrollBox{
		max-height: 100%!important;
	}

	.productinfo-box .param-tab{
		margin-top: .3rem;
	}

	.productinfo-box .pro-list{
		margin-top: .5rem;
	}
	.productinfo-box .pro-list .item{
		margin-bottom: .5rem;
	}
	.productinfo-box .list .item:last-child{
		margin-bottom: 0;
	}
	.productinfo-box .list .img,
	.productinfo-box .list .item:nth-child(2n) .img{
		float: none;
		width: 100%;
	}
	.productinfo-box .list .text-box{
		position: static;
	}
	.productinfo-box .list .text{
		position: static;
		transform: translateY(0);
		width: 100%;
	}
	.productinfo-box .list .con{
		height: auto;
	}
	.productinfo-box .param-tab .btns .swiper-pagination-bullet{
		margin: 0 .1rem;
	}
	.product-view{
		padding: .4rem;
		width: auto;
	}
	.productinfo-box .list .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.productinfo-box .list .line{
		width: .3rem;
		height: 2px;
		margin-top: .4rem;
	}
	.productinfo-box .list .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .4rem;
	}
	.productinfo-box .look-box{
		margin-top: .7rem;
	}
	.look-btn{
		padding: 0 .5rem;
	}
	.productinfo-box .attestation-box{
		margin-top: .5rem;
	}
	.news-box{
		padding: .7rem 0;
	}
	.news-box .tit-box .cn{
		padding: 0 .7rem;
	}
	.news-box .tit-box .cn span{
		font-size: .36rem;
		line-height: .4rem;
	}
	.news-box .tit-box .cn:before,
	.news-box .tit-box .cn:after{
		width: .5rem;
	}
	.news-box .tit-box .en{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.news-box .product-btns{
		margin-top: .5rem;
	}
	.news-box .product-btns .all{
		float: right;
	}
	.select-box{
		width: 2.5rem;
	}
	.select-box .tit:before{
		width: .15rem;
	    height: .1rem;
	    margin-top: -.05rem;
	}
	.news-box .top-box{
		margin-top: .36rem;
	}
	.news-box .top-box .img{
		float: none;
		width: 100%;
	}
	.news-box .top-box .text{
		position: static;
		width: 100%;
		padding: .4rem;
	}
	.news-box .top-box .tit{
		font-size: .3rem;
		line-height: .4rem;
		white-space: normal;
	}
	.news-box .top-box .time{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.news-box .top-box .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.news-box .top-box .detail{
		width: 2rem;
		height: .8rem;
		line-height: .8rem;
		font-size: .3rem;
	}
	.news-box .list{
		margin-top: .5rem;
	}
	.news-box .list .row{
		margin: 0;
	}
	.news-box .list .item{
		margin-bottom: .5rem;
		padding: 0;
	}
	.news-box .list .text{
		padding: .4rem;
	}
	.news-box .list .text .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.news-box .list .text .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
		height: auto;
	}
	.news-box .list .text .time{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.news-box .list .page{
		margin-top: .3rem;
	}
	.select-box .sub{
		top: 1.2rem;
	}
	.ban-about>img{
		display: none;
	}
	.ban-about{
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		padding: .7rem 0 0;
	}
	.ban-about .text-box{
		position: static;
		padding-bottom: .5rem;
		border-bottom: 1px solid rgba(255,255,255,.15);
	}
	.ban-about .text,
	.ban-about .bottom{
		position: static;
	}
	.ban-about .bottom{
		display: none;
	}
	.ban-about .text{
		width: 100%;
		padding: 0;
	}
	.ban-about .right{
		position: static;
		width: 100%;
	}
	.ban-about .right .item{
		height: auto;
		padding: .5rem 0;
	}
	.ban-about .text .tit{
		font-size: .36rem;
		line-height: .4rem;
	}
	.ban-about .text .con{
		height: auto;
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
	.ban-about .text .line{
		margin-top: .2rem;
		width: .3rem;
		height: 2px;
	}
	.ban-about .right .con-box .icon{
		width: .4rem;
	}
	.ban-about .right .con-box .num{
		font-size: .36rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.ban-about .right .con-box .txt{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
		height: .8rem;
	}

	.about-list .img,
	.about-list .item:nth-child(2n) .img{
		float: none;
		width: 100%;
	}
	.ban-about .right .con-box{
		position: static;
		transform: translateY(0);
	}
	.about-list .text-box{
		position: static;
		padding: .5rem 0;
	}
	.about-list .text{
		position: static;
		transform: translateY(0);
		width: auto;
	}
	.about-list .text .con{
		max-height: 100%;
	}
	.about-list .text .tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.about-list .text .line{
		width: .3rem;
		height: 2px;
		margin-top: .3rem;
	}
	.about-list .text .con{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.about-list .num-box{
		margin-top: .2rem;
	}
	.about-list .num-box .num-item{
		margin-right: .3rem;
	}
	.about-list .num-box .num{
		font-size: .3rem;
		line-height: .4rem;
	}
	.about-list .num-box .unit{
		font-size: .24rem;
		line-height: .4rem;
	}
	.about-list .num-box .txt{
		font-size: .24rem;
		line-height: .4rem;
	}
	.honor-box{
		padding: .7rem 0;
	}
	.honor-tit{
		font-size: .36rem;
		line-height: .4rem;
	}
	.honor-tab{
		margin-top: .5rem;
	}
	.honor-tab .pc-box{
		display: none;
	}
	.honor-tab .m-box .buttons{
		font-size: 0;
		z-index: 3;
		position: relative;
		text-align: center;
		margin-top: .3rem;
	}
	.honor-tab .m-box .prev,
	.honor-tab .m-box .next{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: .6rem;
		height: .6rem;
		border: 1px solid #fff;
		background-repeat: no-repeat;
		background-position: center;
		background-size: .1rem;
		border-radius: 100%;
		margin:0 .2rem;
	}
	.honor-tab .m-box .prev{
		background-image: url('../image/honor-prev.png');
	}
	.honor-tab .m-box .next{
		background-image: url('../image/honor-next.png');
	}
	.honor-tab .m-box{
		display: block;
		overflow: hidden;
		padding-left: 1px;
	}
	.honor-tab .m-box .con-box{
		display: block;
		text-align: center;
		border:1px solid rgba(255,255,255,.2);
		box-sizing: border-box;
		border-left: none;
	}
	.honor-tab .m-box .swiper-slide{
		box-sizing: border-box;
	}
	.honor-tab .m-box .swiper-slide:first-child .con-box{
		border-left:1px solid rgba(255,255,255,.2);
	}
	.honor-tab .text{
		padding: .5rem 0 .2rem;
	}
	.honor-tab .icon{
		width: .8rem;
	}
	.honor-tab .txt{
		font-size: .24rem;
		line-height: .4rem;
		height: .8rem;
		margin-top: .3rem;
	}
	.honor-tab .look{
		height: .8rem;
		line-height: .8rem;
	}
	.honor-tab .look span{
		font-size: .24rem;
		line-height: .8rem;
		background-size: 6px;
	}
	.partner-box{
		padding: .5rem 0;
	}
	.partner-box .look-btn{
		padding: 0 .5rem;
	}

	.honor-dialog{
		width: 80%;
	}
	.honor-dialog .txt{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .3rem;
	}
	.honor-dialog .dialog-close{
		right: 0;
		top: -.5rem;
		width: .3rem;
		height: .3rem;
	}
	.honor-dialog .prev,
	.honor-dialog .next{
		width: ;
	}

	.honor-dialog .prev{
		left: -.5rem;
	}
	.honor-dialog .next{
		right: -.5rem;
	}
	.contact-box .text-box{
		position: static;
		transform: translateY(0);
		width: auto;
		padding: .7rem .4rem;
	}
	.contact-box .text-box .contact-tit{
		font-size: .3rem;
		line-height: .4rem;
	}
	.contact-box .text-box .list{
		margin-top: .3rem;
	}
	.contact-box .text-box .list .item{
		margin-bottom: .2rem;
	}
	.contact-box .text-box .list .tit{
		font-size: .24rem;
		line-height: .4rem;
		background-size: .4rem;
		padding-left: .5rem;
	}
	.contact-box .text-box .list .con{
		width: 80%;
		font-size: .24rem;
		line-height: .4rem;
	}
	.contact-box .text-box .qrcode-box{
		margin-top: .4rem;
		text-align: center;
	}
	.contact-box .qr-item{
		margin: 0 .2rem;
	}
	.contact-box .text-box .img{
		width: 1rem;
	}
	.contact-box .text-box .txt{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .1rem;
		
	}
	.contact-box .map{
		height: 5rem;
	}
	.select-box.on .sub{
		top: .8rem;
	}
	.quality-bg .circle-img{
		width: 70%;
		margin: 0 auto;
	}
	
	.attestation-list .row{
		margin: 0 -.1rem;
	}
	.attestation-list .item{
		padding: 0 .1rem;
	}
	.ban-brand .play{
		width: .8rem;
		height: .8rem;
	}
	.vidcontainer .closevid{
		width: .5rem;
		height: .5rem;
	}
	.params-box .txt{
		font-size: .24rem;
		line-height: .4rem;
		margin-top: .2rem;
	}
}