#body-wrap{
	width: 100%;
}
.banner-wrap{
	width: 100%;
	height: 100%;
}
/* .banner{
	width: 12.8rem;
	height: 5.81rem;
	margin: 0 auto;
} */
.swiper-banner{
	font-size: 0.12rem;
	width: 100%;
	height: 100%;
}
.swiper-banner img{
	width: 100%;
	height: 100%;
}
.product-center-wrap{
	width: 100%;
	background-image: url(../img/index_pro.png);
	background-repeat:no-repeat;
	/* background-size: auto 100%; */
}
.product-center{
	width: 12.8rem;
	height: 5.15rem;
	margin: 0 auto;
}
.title{
	width: 100%;
	text-align: center;
	padding-top: 0.4rem;
}
.title h2{
	font-family: OPPOSans-B;
	font-size: 0.42rem;
	color: #606060;
	line-height: 0.62rem;
}
.title p{
	font-family: OPPOSans-R;
	font-size: 0.24rem;
	color: #606060;
	line-height: 0.45rem;
	margin-bottom: 0.07rem;
}
.title .title-line{
	width: 1rem;
	height: 0.05rem;
	background-color: #377d3f;
	margin: 0 auto;
}
.product-center .pro-item{
	height: 3.06rem;
	margin-top: 0.5rem;
}
.product-center .pro-item .dl{
	width: 2.35rem;
	height: 2.67rem;
	background-color: #fff;
	float: left;
	position: relative;
	transition:all 0.3s linear;
	bottom: 0.05rem;
	box-shadow: 0rem 0rem 0.08rem 0.01rem 
			rgba(60, 60, 60, 0.4);
	cursor: pointer;
}
.product-center .pro-item .dt{
	height: 1.69rem;
	width: 2.35rem;
	box-sizing: border-box;
}
.product-center .pro-item img{
	width: 100%;
	height:100%;
	margin: 0 auto;
}
.product-center .pro-item .dd{
	height: 0.98rem;
	line-height: 0.98rem;
	font-family: OPPOSans-M;
	font-size: 0.2rem;
	letter-spacing: 0.01rem;
	color: #606060;
	text-align: center;
}
.product-center .pro-item .dl:nth-of-type(2n){
	margin: 0 0.26rem;
	margin-top: 0.39rem;
}

.product-center .pro-item .dl .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #377d3f;
	opacity: 0;
	transition:all 0.5s linear;
}
.product-center .pro-item .dl:hover .mask{
	opacity: 0.8;
}
.product-center .pro-item .dl:hover{
	bottom: 0.1rem;
}
.product-center .pro-item .dl:hover .dd{
	/* color: #fff; */
}
.two-wrap{
	width: 100%;
	background-color: #fff;
}
.two-wrap .solve{
	height: 5.68rem;
	width: 12.8rem;
	margin: 0 auto;
}
.two-wrap .solve .title{
	padding-top: 0.62rem;
}
.solve .solve-box{
	height: 2.88rem;
	margin-top: 0.99rem;
}
.solve .solve-box .solve-prev {
	float: left;
}
.solve .solve-box .btn {
	margin-top: 0.84rem;
}
.solve .solve-box .btn img{
	width: 0.62rem;
	height: 1.2rem;
}
.solve .solve-box .solve-next {
	float: right;
}
.solve .solve-box .solve-banner{
	width: 9.16rem;
	height: 2.88rem;
	float: left;
	margin-left: 1.2rem;
}
.solve .solve-banner .solve-slide{
	position: relative;
}
.solve .solve-banner .solve-slide img{
	width: 100%;
	height: 2.88rem;
	cursor: pointer;
}
.solve .solve-banner .solve-slide:hover .mask{
	opacity: 1;
}
.solve .solve-banner .solve-slide .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #454545;
	opacity: 0;
	transition:all 0.2s linear;
}
.solve .solve-banner .solve-slide .mask img{
	width: 1.66rem;
	height: 0.63rem;
	margin: 0.5rem auto;
	margin-top: 0.6rem;
}
.solve .solve-banner .solve-slide .mask p{
	font-family: OPPOSans-B;
	font-size: 0.22rem;
	line-height: 0.31rem;
	color: #ffffff;
	text-align: center;
	width: 2.14rem;
	margin: 0 auto;
}

.two-wrap .about{
	width: 12.8rem;
	margin: 0 auto;
	height: 13.86rem;
}
.two-wrap .about .title{
	padding-top: 1.52rem;
}
.two-wrap .about .about-img{
	margin-top: 0.76rem;
	position: relative;
	background-image: url(../img/index_big.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100%;  
	transition:all 1s ease-out;
}
.about-img .more{
	position: absolute;
	left: 0.8rem;
	top: 2rem;
	z-index: 2;
	width: 1.5rem;
	height: 0.4rem;
	border-radius: 1.25rem;
	border: 1px solid #fff;
	font-family: OPPOSans-R;
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.two-wrap .about .about-img:hover{
	background-size: 102%;
}
.two-wrap .about .about-img img{
	width: 100%;
	height: 3.34rem;
}
.two-wrap .about .about-text{
	width: 9.16rem;
	margin: 0 auto;
	margin-top: 1.04rem;
	font-family: OPPOSans-R;
	font-size: 0.245rem;
	line-height: 0.42rem;
	color: #717071;
}
.two-wrap .about .about-text p{
	margin-bottom: 0.16rem;
	 text-indent:2em;
}

.news-wrap{
	width: 100%;
	background-color: #d3d3d3;
}
.news{
	width: 12.8rem;
	height: 6.64rem;
	margin: 0 auto;
}
.news .title{
	padding-top: 0.88rem;
}
.news .title h2{
	line-height: 0.59rem;
}
.news .title p{
	line-height: 0.33rem;
	margin-bottom: 0.13rem;
}

.news .news-box{
	height: 2.88rem;
	margin-top: 0.82rem;
}
.news .news-box .news-prev {
	float: left;
	margin-left: 0.4rem;
}
.news .news-box .btn {
	margin-top: 0.84rem;
}
.news .news-box .btn img{
	width: 0.62rem;
	height: 1.2rem;
}
.news .news-box .news-next {
	float: right;
	margin-right: 0.4rem;
}
.news .news-box .news-banner{
	width: 9.16rem;
	height: 2.88rem;
	float: left;
	margin-left: 0.95rem;
}
.news .news-banner .news-slide{
	position: relative;
}
.news .news-banner .news-slide img{
	width: 4.5rem;
}
