@charset "UTF-8";
@import url("common.m.css");
.container .banner .swiper-pagination{bottom:15px;font-size:14px;}
.container .banner .swiper-container .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;width:6px;height:2px;
  border-radius: 0;
  border: none;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.service {
	position: relative;
	width: 100%;
	margin-top: .4rem;
}
.service-title {
	position: relative;
	font-size: .32rem;
	color: #333;
	text-align: center;
}
.service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 7.1rem;
	margin-left: .2rem;
	margin-top: .3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: solid .018rem #ddd;
	border-bottom: none;
	border-right: none;
}
.service-item {
	position: relative;
	display: block;
	width: 50%;
	height: 1.5rem;
	box-sizing: border-box;
	border-bottom: solid .02rem #ddd;
	border-right: solid .02rem #ddd;
}
.service-item .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-item .text {
	display: none;
}
.advantage {
	position: relative;
	width: 100%;
	margin-top: .4rem;
}
.advantage-title {
	position: relative;
	font-size: .32rem;
	color: #333;
	text-align: center;
}
.advantage-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 94%;
	margin-left: 3%;
	margin-top: .3rem;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.advantage-list-item {
	display: block;
	position: relative;
	width: 3.44rem;
	height: 3.20rem;
	margin-bottom: .2rem;
	background-size: 100% 100%;
}
.advantage-list-item.a1 {
	background-image: url(../images/m-img/advantage/1.jpg);
}
.advantage-list-item.a2 {
	background-image: url(../images/m-img/advantage/2.jpg);
}
.advantage-list-item.a3 {
	background-image: url(../images/m-img/advantage/3.jpg);
}
.advantage-list-item.a4 {
	background-image: url(../images/m-img/advantage/4.jpg);
}
.advantage-list-item:hover .hover-text {
	display: none;
}
.advantage-list-item .hover-text {
	display: none;
	position: absolute;
	box-sizing: border-box;
	padding: 30px 15px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #0091d4;
}
.advantage-list-item .hover-text-title {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}
.advantage-list-item .hover-text-l {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.advantage-list-item .hover-text-p {
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.advantage-list-item .hover-text span {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: 30px;
	right: 15px;
}
.news {
	position: relative;
	width: 100%;
	margin-top: .4rem;
}
.news-title {
	position: relative;
	font-size: .32rem;
	color: #333;
	text-align: center;
}
.news-block {
	position: relative;
	width: 7.1rem;
	margin-left: .2rem;
	margin-top: .3rem;
}
.news-block-left {
	position: relative;
	width: 7.1rem;
	height: 4.37rem;overflow:hidden;
}
.news-block-left img {
	position: absolute;
	width: 100%;
	height:auto;
	object-fit: contain;
}
.news-block-left-text {
	position: absolute;
	padding:10px 0;
	bottom: 0;
	width:100%;
	background-color: rgba(32, 93, 150, 0.6);
	font-size: .28rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
.news-block-right {
	position: relative;
	width: 7.1rem;
}
.news-block-right-list {
	position: relative;
	width: 7.1rem;
	cursor: pointer;
	width: 7.1rem;
}
.news-block-right-list-item {
	position: relative;
	width: 7.1rem;
	margin-top: .28rem;
}
.news-block-right-list-item-title {
	font-size: .27rem;
	color: #333;
}
.news-block-right-list-item-title::before {
	display: inline-block;
	content: "·";
	width: .14rem;
	font-size: .28rem;
	text-align: center;
}
.news-block-right-list-item-time {
	display: none;
}
.news-block-right-more {
	display: block;
	width: 2.4rem;
	height: .7rem;
	margin: .3rem auto;
	box-sizing: border-box;
	border: solid .018rem #ddd;
	border-radius: .35rem;
	color: #0071ce;
	font-size: .28rem;
	line-height: .7rem;
	text-align: center;
}
.ip {
	position: relative;
	margin-top: .6rem;
	padding: .2rem 0;
	background-color: #f5f5f5;
}
.ip-title {
	position: relative;
	font-size: .32rem;
	color: #333;
	text-align: center;
	margin-top: .3rem;
}
.ip-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 7.1rem;
	margin-left: .2rem;
	margin-top: .3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ip-list-item {
	display: block;
	position: relative;
	width: 2.24rem;
	height: 3.29rem;
	margin-bottom: .2rem;
}
.ip-list-item:last-child{display:none;}
.ip-list-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ip-more {
	position: relative;
	width: 7.1rem;
	margin: .2rem;
	text-align: center;
	font-size: .28rem;
	color: #999;
}
.ip-more a {
	font-size: .28rem;
	color: #0071ce;
}