.banner-box{
	position: relative;	
	width: 100%;
	height: 9.1rem;
}
.banner-box .pagination-box{
	position: absolute;
	width: 15.84rem;
	left: 1.6rem;
	bottom: 0.7rem;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.banner-box .page-num{
	color: #FFFFFF;
	font-size: 0.18rem;
	line-height: 0.2rem;
	vertical-align: bottom;
	display: inline-block;
	margin-right: 0.2rem;
}
.banner-box .page-num>em{
	font-size: 0.3rem
}
.banner-box .page-num>small{
	font-size: 0.18rem
}
.banner-box .banner-swiper-prev,
.banner-box .banner-swiper-next{
	width: 0.2rem;
	height: 0.2rem;
}
.banner-swiper-prev:focus,
.banner-swiper-next:focus{
	outline: none;
}
.banner-box .banner-swiper-pagination{
	margin-left: 0.65rem;
}
.banner-swiper-pagination .swiper-pagination-bullet{
	width: 0.1rem;
	height: 0.1rem;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	margin-right: 0.12rem;
}
.banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.banner-box .image{
	width: 19.2rem;
	height: 9.1rem;
}
.banner-box .swiper-slide>a{
	display: block;
	position: relative;
}

.banner-box .swiper-slide>a>.b-img{
	position: absolute;
	width: 6.45rem;
	height: 2.79rem;
	bottom: 0px;
	left: 8.1rem;
	transition: all 2s;
}

.banner-box .swiper-slide.swiper-slide-active>a>.b-img{
	bottom: 4.2rem;
}
.service-box{
	position: relative;
}
.service-main{
	position: absolute;
	top:1.2rem;
	width: 100%;
}
.service-content{
	width: 16rem;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.service-placeholder{
	width: 100%;
	height: 9.1rem;
	background-color: #F9F9F9;
}
.service-placeholder:last-child{
	height: 1.3rem;
	background-color: #FFFFFF;
}
.service-box .service-item{
	width: 8rem;
	height: 4.6rem;
	background-size: 100% 100%;
}
.service-box .service-item{
	padding: 52rem 56rem 30rem 72rem;
	padding: 0.52rem 0.56rem 0.3rem 0.72rem;
}
.service-box .service-item:first-child{
	padding: 0rem 1.5rem 0rem 0rem;
}
.service-item .service-title{
	color: #343434;
	font-size: 0.4rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.service-item .service-text{
	height: 2.38rem;
	color: #666666;
	font-size: 0.14rem;
	padding-right: 0.3rem;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 2.96rem 2.12rem;
}
.service-item .service-text.white{
	color: #FFFFFF;
}
.service-item .service-text>p{
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.service-item .service-text>p:last-child{
	margin-bottom: 0rem;
}
.service-item .service-more{
	display: block;
	margin-top: 0.48rem;
	width: 1.4rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border: 2px solid #333333;
	text-align: center;
	color: #333333;
	font-size: 0.16rem;
	position: relative;
}
.service-item .service-more>span{
	position: relative;
	z-index: 10;
}
.service-item .service-more>.bg{
	width: 0px;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #0C64C4;
	transition: width 0.5s;
}
.service-item .service-more:hover{
	color: #FFFFFF;
	border: 2px solid #0C64C4;
}
.service-item .service-more:hover .bg{
	width: 100%;
}
.service-item .service-icon{
	width: 0.7rem;
	height: 0.7rem;
}
.service-item .service-name{
	color: #FFFFFF;
	font-size: 0.2rem;
	margin-top: 0.18rem;
	margin-bottom: 0.3rem;
}
.service-item .service-name.black{
	color: #333333;
}

.advantage-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 16rem;
	margin: 0.8rem auto;
}
.advantage-box .advantage-content{}
.advantage-content h3{
	color: #343434;
	font-size: 0.4rem;
	font-weight: bold;
}
.advantage-content .advantage-list{
	margin-top: 0.7rem;
	border-left: 6px solid #0C64C4;
	padding-left: 0.26rem;
	width: 6.2rem;
}
.advantage-content .advantage-list li{
	padding: 0.2rem 0.1rem;
	border-bottom: 1px solid #F2F2F2;
	cursor: pointer;
}
.advantage-content .advantage-list li:first-child{
	padding-top: 0rem;
}
.advantage-content h5{
	color: #343434;
	font-size: 0.2rem;
}
.advantage-content .advantage-intro{
	display: none;
	color: #666666;
	font-size: 0.14rem;
	padding-top: 0.2rem;
	line-height: 0.26rem;
}
.advantage-content .advantage-list li:first-child .advantage-intro{
	display: block;
}
.advantage-box .advantage-images>img{
	width: 7.98rem;
	height: 5.82rem;
}

.customer-news-box{
	position: relative;
}
.customer-news-box .customer-news-main{
	position: absolute;
	top: 1.85rem;
	left: 1.6rem;
	width: 16rem;
}
.customer-news-box .customer-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.customer-content h3{
	color: #FFFFFF;
	font-size: 0.4rem;
	font-weight: bold;
}
.customer-content .customer-list{
	margin-top: 0.7rem;
	border-left: 6px solid #FFFFFF;
	padding: 0rem 0.24rem;
}
.customer-content .customer-list>li{
	color: #FFFFFF;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.customer-box .customer-images>img{
	width: 11.6rem;
	height: 5.4rem;
}
.customer-news-box .news-box{
	position: relative;
	margin-top: 1.85rem;
}
.customer-news-box .news-title-box{
	width: 7.6rem;
	height: 4.6rem;
	padding: 0.7rem 0.6rem;
	background-size: 100% 100%;
}
.news-title-box .news-title{
	color: #FFFFFF;
	font-size: 0.4rem;
}
.news-title-box .news-intro{
	color: #FFFFFF;
	font-size: 0.14rem;
	margin-top: 0.4rem;
}
.customer-news-box .news-more{
	display: block;
	margin-top: 1.2rem;
	width: 1.4rem;
	height: 0.42rem;
	line-height: 0.42rem;
	border: 2px solid #FFFFFF;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.16rem;
	position: relative;
}

.customer-news-box .news-more>span{
	position: relative;
	z-index: 10;
}
.customer-news-box .news-more>.bg{
	width: 0px;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	background-color: #ffffff;
	transition: width 0.5s;
}
.customer-news-box .news-more:hover{
	color: #0C64C4;
	border: 2px solid #ffffff;
}
.customer-news-box .news-more:hover .bg{
	width: 100%;
}

.customer-news-box .news-list-box{
	position: absolute;
	top: 0.7rem;
	right: 0rem;
	width: 11.5rem;
}
.news-list-box .news-image{
	width: 3.7rem;
	height: 3.6rem;
}
.news-list-box .news-info{
	width: 3.7rem;
	padding: 0.25rem;
	background-color: #FFFFFF;
}
.news-list-box .news-title{
	font-size: 0.2rem;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #343434;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list-box .news-date{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.15rem;
	padding-top: 0.2rem;
	border-top: 1px solid #F1F1F1;
	color: #666666;
	font-size: 0.14rem;
}
.news-swiper-prev:focus,
.news-swiper-next:focus{
	outline: none;
}
.news-swiper-prev:hover,
.news-swiper-next:hover{
	opacity: 1;
}
.news-swiper-prev,
.news-swiper-next{
	position: absolute;
	top: 1.7rem;
	z-index: 10;
	width: 0.78rem;
	height: 0.78rem;
	cursor: pointer;
	opacity: .8;
}
.news-swiper-prev>img,
.news-swiper-next>img{
	width: 100%;
	height: 100%;
}
.news-swiper-prev{
	left: -0.39rem;
}
.news-swiper-next{
	right: -0.39rem;
}
.customer-news-box .customer-news-placeholder{
	width: 100%;
	height: 12rem;
	background-size: 100% 100%;
}
.customer-news-box .customer-news-placeholder:last-child{
	height: 5rem;
	background-color: #002648;
}

