@charset "UTF-8";
@import url("common.css");
.container header .banner {
	position: relative;
	height: 41.6666vw;
	max-height: 600px;
	background-color: #dfdfdf;
}
.container header .banner .swiper-container {
	position: relative;
	width: 100%;
	height: 100%;
}
.container .banner .swiper-pagination{bottom:15px;font-size:14px;}
.container header .banner .swiper-container .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0);
	opacity: 1;
	border-radius: 999px;
	border: solid 1px #fff;
}
.container header .banner .swiper-container .swiper-pagination-bullet-active {
	background-color: #fff;
}
.container header .banner .banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container .service {
	position: relative;
	width: 1000px;
	margin-top: 50px;
}
.container .service-title {
	position: relative;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.container .service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-bottom: none;
	border-right: none;
}
.container .service-item {
	position: relative;
	display: block;
	width: 33.33%;
	height: 150px;
	box-sizing: border-box;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.container .service-item .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.container .service-item .text {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 113, 206, 0.6);
}
.container .service-item .text .t {
	position: relative;
	font-size: 16px;
	margin: 20px;
	color: #fff;
	line-height: 20px;
}
.container .service-item .text span {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 16px;
	color: #fff;
}
.container .service-item:hover .text {
	display: block;
}
.container .advantage {
	position: relative;
	width: 1000px;
	margin-top: 50px;
}
.container .advantage-title {
	position: relative;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.container .advantage-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	margin-top: 30px;
	box-sizing: border-box;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.container .advantage-list-item {
	display: block;
	position: relative;
	width: 235px;
	height: 325px;
	background-size: 100% 100%;
}
.container .advantage-list-item.a1 {
	background-image: url(../images/advantage/1.jpg);
}
.container .advantage-list-item.a2 {
	background-image: url(../images/advantage/2.jpg);
}
.container .advantage-list-item.a3 {
	background-image: url(../images/advantage/3.jpg);
}
.container .advantage-list-item.a4 {
	background-image: url(../images/advantage/4.jpg);
}
.container .advantage-list-item:hover .hover-text {
	display: block;
}
.container .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;
}
.container .advantage-list-item .hover-text-title {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}
.container .advantage-list-item .hover-text-l {
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.container .advantage-list-item .hover-text-p {
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.container .advantage-list-item .hover-text span {
	display: inline-block;
	position: absolute;
	font-size: 16px;
	color: #fff;
	bottom: 30px;
	right: 15px;
}
.container .news {
	position: relative;
	width: 1000px;
	margin-top: 50px;
}
.container .news-title {
	position: relative;
	font-size: 32px;
	color: #333;
	text-align: center;
}
.container .news-block {
	position: relative;
	width: 100%;
	height: 300px;
	margin-top: 30px;
}
.container .news-block-left {
	position: absolute;
	width: 490px;
	height: 300px;
	top: 0;overflow:hidden;
	left: 0;
}
.container .news-block-left img {
	position: absolute;
	width: 100%;
	height:auto;
	object-fit: contain;
}
.container .news-block-left-text {
	position: absolute;
	padding:10px 20px;
	width:450px;
	bottom: 0;
	background-color: rgba(32, 93, 150, 0.6);
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.container .news-block-right {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 0;
	left: 500px;
}
.container .news-block-right-list {
	position: relative;
	width: 500px;
	height: 265px;
	cursor: pointer;
}
.container .news-block-right-list::before {
	display: block;
	position: absolute;
	content: "";
	width: 1px;
	left: 15px;
	top: 15px;
	bottom: 30px;
	background-color: #00c1de;
}
.container .news-block-right-list-item {
	position: relative;
	width: 465px;
	height: 30px;
	padding-left: 35px;
	margin-bottom: 25px;
}
.container .news-block-right-list-item::before {
	display: block;
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	top: 10px;
	left: 10px;
	border: solid 1px #00c1de;
	background-color: #fff;
	border-radius: 5px;
}
.container .news-block-right-list-item-title {
	font-size: 16px;
	color: #333;height:24px;overflow:hidden;
}
.container .news-block-right-list-item-time {
	font-size: 12px;
	color: #999;
}
.container .news-block-right-more {
	display: block;
	width: 115px;
	height: 35px;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	border: solid 1px #ddd;
	border-radius: 35px;
	color: #0071ce;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
.container .ip {
	position: relative;
	margin-top: 80px;
	padding-top: 1px;
	height: 359px;
	background-color: #f5f5f5;
}
.container .ip-title {
	position: relative;
	font-size: 32px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
.container .ip-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 1000px;
	height: 180px;
	margin-top: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.container .ip-list-item {
	display: block;
	position: relative;
	width: 135px;
}
.container .ip-list-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.container .ip-more {
	position: relative;
	width: 1000px;
	margin-top: 20px;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.container .ip-more a {
	font-size: 14px;
	color: #0071ce;
}