
/* 轮播图 */
.banner{
	height: 4.9rem;
	overflow: hidden;
	font-size: 0;
}
.banner a{
	display: block;
}
.banner img{
	width: 7.5rem;
	height: 4.9rem;
}
/* 轮播图 */

/* 盈拓产品 */
.section1{
	padding-top: 0.4rem;
	background: #ededed;
	padding-bottom: 0.3rem;
}
.section1 .title{
	font-size: 0.34rem;
	color: #333333;
	text-align: center;
	padding-bottom: 0.2rem;
	margin-bottom: 0.3rem;
	position: relative;
}
.section1 .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1.4rem;
	height: 0.03rem;
	background: #1d5ddd;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section1 .cate_list{
	
}
.section1 .cate_list .swiper-slide{
	max-width: 1.8rem;
	text-align: center;
}
.section1 .cate_list .swiper-slide a{
	display: block;
	font-size: 0.3rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0.1rem 0;
}
.section1 .list{
	padding: 0.1rem;
	margin-top: 0.2rem;
}
.section1 .list .item{
	width: 3.6rem;
	margin-right: 0.1rem;
	margin-top: 0.3rem;
}
.section1 .list .item:nth-child(1),
.section1 .list .item:nth-child(2){
	margin-top: 0;
}
.section1 .list .item:nth-child(2n){
	margin-right: 0;
}
.section1 .list .item .pic{
	height: 3.7rem;
	overflow: hidden;
}
.section1 .list .item .pic a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.section1 .list .item .pic img{
	width: 85%;
}
.section1 .list .item .titlea{
	margin-top: 0.02rem;
}
.section1 .list .item .titlea a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.68rem;
	background: #ffffff;
	font-size: 0.24rem;
	color: #333333;
}
.section1 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0.4rem;
}
.section1 .more a{
	width: 1.34rem;
	height: 0.54rem;
	display: flex;
	background: url(../images/more.png) no-repeat center;
	background-size: 1.34rem 0.54rem;
}
/* 盈拓产品 */

/* 关于我们 */
.section2{
	padding: 0.35rem 0.3rem 0.45rem;
}
.section2 .pic{
	font-size: 0;
	margin-bottom: 0.25rem;
}
.section2 .singlepage{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.44rem;
}
.section2 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0.5rem;
}
.section2 .more a{
	width: 1.34rem;
	height: 0.54rem;
	display: flex;
	background: url(../images/more.png) no-repeat center;
	background-size: 1.34rem 0.54rem;
}
/* 关于我们 */

/* 新闻资讯 */
.section3{
	padding-top: 0.45rem;
	padding-bottom: 0.7rem;
}
.section3 .title{
	font-size: 0.34rem;
	color: #333333;
	text-align: center;
	padding-bottom: 0.2rem;
	margin-bottom: 0.45rem;
	position: relative;
}
.section3 .title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1.4rem;
	height: 0.03rem;
	background: #1d5ddd;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.section3 .list{
	padding: 0.1rem;
}
.section3 .list .item{
	margin-right: 0.2rem;
	width: 3.55rem;
	margin-top: 0.3rem;
}
.section3 .list .item:nth-child(1),
.section3 .list .item:nth-child(2){
	margin-top: 0;
}
.section3 .list .item:nth-child(2n){
	margin-right: 0;
}
.section3 .list .item .pic{
	height: 2.2rem;
	overflow: hidden;
}
.section3 .list .item .pic a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.section3 .list .item .pic img{
	width: 100%;
}
.section3 .list .item .titlea{
	margin-top: 0.2rem;
}
.section3 .list .item .titlea a{
	font-size: 0.24rem;
	color: #a4abad;
	line-height: 0.35rem;
	height: 0.7rem;
	overflow: hidden;
	display: block;
}

.section3 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	margin-top: 0.5rem;
}
.section3 .more a{
	width: 1.34rem;
	height: 0.54rem;
	display: flex;
	background: url(../images/more.png) no-repeat center;
	background-size: 1.34rem 0.54rem;
}
/* 新闻资讯 */