* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.banner {
	width: 100%;
	position: relative;
}

.banner-box {
	position: relative;
}

.banner-prc img {
	width: 100%;
	min-height: 70vh;
	vertical-align: middle;
	object-fit: cover;
}

.banner-zi ul {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	max-width: 100%;
}

.banner-zi ul img{
	max-width: 100%;
}
/* .banner-zi ul li img {} */

.banner-zi ul li {
	margin-bottom: 35px;
	padding-left: 10px;
}

.banner-zi ul li:first-child {
	padding: 0;
}

.banner-zi ul li:last-child {
	margin-bottom: 0;
}

.banner-ico ul {
	position: absolute;
	z-index: 6;
	bottom: 50px;
}

.banner-ico ul li {
	float: right;
	margin-left: 10px;
}

.banner-ico ul li:last-child {
	margin: 0;
}

.banner-ico ul li a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.3 ease;
}

.banner-ico ul li a:hover {
	background: rgba(1, 112, 197, 0.3);
}

.banner-ico ul li a .iconfont {
	font-size: 16px;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 60px;
	width: 1400px;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-pagination {
	text-align: left;
	z-index: 3;
}

.banner .swiper-pagination-bullet {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border: 1px dashed #fff;
	background: none;
	color: #fff;
	font-size: 16px;
	opacity: 0.9;
}

.box1 {
	padding: 100px 0 120px;
}

.box1-top {
	text-align: center;
	margin-bottom: 50px;
}

.box1-top p {
	font-size: 40px;
	color: #000;
	line-height: 1;
}

.box1-bom>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box1-bom>ul>li {
	margin-bottom: 20px;
	width: 32.43%;
}

.box1-bom>ul>li:first-child {
	width: 49.25%;
}

.box1-bom>ul>li:nth-child(2) {
	width: 49.25%;
}

.box1-box {
	width: 100%;
	position: relative;


}

.box1-prc {
	overflow: hidden;
}

.box1-prc img {
	width: 100%;
	transition: all 0.8s ease;
}

.box1-box:hover .box1-prc img {
	transform: scale(1.2);
}

.box1-zi {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 25px;
	/* background: linear-gradient(to bottom, #0170c5, #000); */
}

.box1-zi h6 {
	font-size: 24px;
	color: #fff;
	font-family: "Poppins";
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box1-zi p {
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box2 {
	padding: 100px 0;
	background-image: url(../img/box2-bj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

.box2-cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.box2-left {
	width: 50%;
}

.box2-right {
	width: 43.58%;
	position: relative;
}

.box2-top p {
	line-height: 1;
	font-size: 40px;
	margin-bottom: 60px;
}

.box2-mind p {
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 60px;
}

.box2-bom ul {
	display: flex;
}

.box2-bom ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 60px;
	text-align: left;
	width: 120px;
}

.box2-bom ul li:first-child {
	margin-left: 0px;
}

.box2-bom ul li p {
	text-align: center;
	font-family: "Poppins";
	font-size: 14px;
	margin-top: 15px;
}

.box2-bom ul li .iconfont {
	font-size: 40px;
}

.box2-a img {
	width: 100%;
}

.box2-b {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.box2-b span {
	display: block;
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background: #fff;
	border-radius: 50%;
	color: #0170c5;
	font-size: 40px;
}

.box2-c {
	position: absolute;
	right: 0;
	bottom: 0;
}

.box2-c p {
	width: 120px;
	height: 120px;
	color: #fff;
	background: #0170c5;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	padding: 30px;
	padding-top: 45px;

}

.box3 {
	padding: 100px 0 110px;
	background: #fff;
}

.box3-top p {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}

.box3-bom {
	width: 100%;
}

.box3-bom ul {
	display: flex;
	justify-content: center;
}

.box3-bom ul li {
	height: 550px;
	margin-right: 6px;
	position: relative;
	/* transform: width 0.5s; */
	transition: all 0.5s ease;
	width: 16.6%;
}

.box3-bom ul li:nth-child(1) {
	background-image: url(../img/box3-prc1.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:nth-child(2) {
	background-image: url(../img/box3-prc2.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:nth-child(3) {
	background-image: url(../img/box3-prc3.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:nth-child(4) {
	background-image: url(../img/box3-prc4.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:nth-child(5) {
	background-image: url(../img/box3-prc5.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:nth-child(6) {
	background-image: url(../img/box3-prc6.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.box3-bom ul li:hover {
	transition: all 0.5s ease;
	width: 33%
}

.box3-a {
	align-items: center;
	animation: upTodown-16f4aede .3s;
	background-color: rgba(0, 0, 0, .2);
	bottom: 0;
	display: flex;
	height: 50px;
	justify-content: center;
	position: absolute;
	right: 0;
	width: 88%;
}

.box3-bom ul li:hover .box3-a {
	display: none;
}

.box3-a p {
	color: #fff;
	font-size: 20px;
	margin-left: 15px;
}

@keyframes upTodown-16f4aede {
	0% {
		bottom: 3.2rem;
	}

	100% {
		bottom: 0;
	}
}

.box3-a .iconfont {
	color: #fff;
	font-size: 25px;
}


.box3-b {
	background-color: #e0ded9;
	bottom: 50px;
	display: flex;
	justify-content: space-between;
	height: 0;
	opacity: .8;
	overflow: hidden;
	padding: 1.6rem;
	position: absolute;
	right: 0;
	transition: all .2s ease;
	width: 90%;
	z-index: -999;
}

.box3-bom ul li:hover .box3-b {
	min-height: 240px;
	z-index: 3;
	transition: all .2s ease;
	height: auto;
}

.box3-b-l img {
	background-size: contain;
	width: 60px;
	height: 42px;
}

.box3-b-r>p {
	line-height: 42px;
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
}

.box3-b-r-m p {
	line-height: 1;
	margin-bottom: 20px;
	display: flex;
	/* align-items: center; */
}

.box3-b-r-m p .iconfont {
	color: #4290cc;
	font-size: 16px;
}

.box3-b-r-m p span {
	display: block;
	margin-left: 5px;
	font-size: 14px;
	color: #666666;

}

.box4 {
	width: 100%;
	padding: 100px 0 110px;
	background: #f4f5f6;
}

.box4-top p {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}

.box4-bom {
	display: flex;
	justify-content: space-between;
}

.box4-left {
	width: 47.56%;
}

.box4-left .mySwiper2 {
	width: 100%;
}

.box4-a {
	position: relative;
}

.box4-a .box4-prc img {
	width: 100%;
}

.box4-a a {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	width: 66px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: #0170c5;
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
}

.box4-zi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	padding: 28px 10vw 28px 30px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
}

.box4-zi p {
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box4 .swiper-pagination {
	text-align: right;
	padding-right: 30px;
}

.box4 .swiper-pagination-bullet {
	border: 2px solid #fff;
	width: 12px;
	height: 12px;
	background: none;
}

.box4-right {
	width: 46.43%;
}

.box4-right>ul {
	display: flex;
	flex-direction: column;
}

.box4-right>ul>li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 27px;
	padding-bottom: 25px;
}

.box4-right>ul>li:last-child {
	margin-bottom: 0;
}

.box4-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box4-l {
	display: flex;
	flex-direction: column;
	width: 12.31%;
	color: #0170c5;
	text-align: left;
	font-family: "Arial";
}

.box-l-q {
	border-right: 2px solid #ededed;
	text-align: center;
}

.box4-l span {
	font-size: 46px;
	line-height: 1;
	font-weight: 400;
}

.box4-l p {
	font-size: 14px;
}

.box4-m {
	width: 52.31%;
	font-family: "Arial";
}

.box4-m p:first-child {
	color: #000000;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	transition: all 0.4s ease;
}

.box4-b:hover p:first-child {
	color: #0170c5;
}

.box4-m p:nth-child(2) {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box4-r {
	width: 24.62%;
	overflow: hidden;
}

.box4-r img {
	width: 100%;
	transition: all .5s ease;
}

.box4-b:hover .box4-r img {
	transform: scale(1.2);
}


@media screen and (max-width :1470px) {

	.banner .swiper-horizontal>.swiper-pagination-bullets,
	.banner .swiper-pagination-bullets.swiper-pagination-horizontal,
	.banner .swiper-pagination-custom,
	.banner .swiper-pagination-fraction {
		width: 94%;
	}
}

@media screen and (max-width :1200px) {
	.banner-zi ul {
		top: 45%;
	}

	.box1 {
		padding: 50px 0 60px;
	}

	.box1-top {
		margin-bottom: 25px;
	}

	.box1-zi {
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 12px;
	}

	.box2 {
		padding: 50px 0;
	}

	.box3 {
		padding: 50px 0 55px;
	}

	.box3-top p {
		margin-bottom: 25px;
	}

	.box4 {
		padding: 50px 0 55px;
	}

	.box4-top p {
		margin-bottom: 25px;
	}
}
@media (max-width: 1024px) {
	.banner .swiper-pagination-bullet{
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.box3-bom ul li,
	.box3-bom ul li:hover{
		width: 49%;
		margin-right: 0;
		height: 350px;
	}
	.box3-bom ul li{
		margin-bottom: 20px;
	}
	.box3-bom ul li:nth-child(2n+1){
		margin-right: 2%;
	}
	.box3-bom ul{
		flex-wrap: wrap;
	}
	.box3-a{
		width: 100%;
	}
	.box3-bom ul li:hover .box3-b{
		display: none;
	}
	.box3-top p,
	.box1-top p,
	.box2-top p,
	.box4-top p{
		font-size: 30px;
	}
	.box1-zi h6{
		font-size: 22px;
	}
	.box4-bom{
		flex-direction: column;
	}
	.box4-left{
		width: 100%;
	}
	.box4-right{
		width: 100%;
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.box4-l{
		display: none;
	}
	.box4-m{
		flex: 1;
		margin-right: 20px;
	}
	.box2-mind p{
		margin-bottom: 30px;
	}
	.box2-top p{
		margin-bottom: 20px;
	}
	.box2-left{
		width: 100%;
	}
	.box2-right{
		width: 100%;
		margin-top: 25px;
	}
	.box2-cen{
		flex-wrap: wrap;
	}
	.box2-b{
		display: none;
	}
	.box2-a img{
		display: block;
		width: 460px;
		max-width: 100%;
		margin: 0 0 0 auto;
	}
	.box1,.box3{
		padding: 50px 0 30px;
	}
	.box1-bom>ul>li{
		width: 49.25%;
	}
	.banner .swiper-pagination-bullet{
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.banner-ico ul{
		bottom: 25px;
	}
	.box3-top p,
	.box1-top p,
	.box2-top p,
	.box4-top p{
		font-size: 24px;
	}
	.box1-zi h6{
		font-size: 20px;
	}
}
@media (max-width: 500px) {
	.box4-a a{
		width: 43px;
		height: 43px;
		line-height: 43px;
	}
	.box3-bom ul li, .box3-bom ul li:hover{
		width: 100%;
		height: 288px;
	}
	.box2-top p{
		margin-bottom: 10px;
	}
	.box2,.box4{
		padding: 35px 0;
	}
	.box2-bom ul li{
		margin-left: 20px;
	}
	.box1, .box3{
		padding: 35px 0 15px;
	}
	.box1-bom>ul>li:first-child,
	.box1-bom>ul>li:nth-child(2),
	.box1-bom>ul>li{
		width: 100%;
	}
	.banner .swiper-pagination-bullet{
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
	.box3-top p,
	.box1-top p,
	.box2-top p,
	.box4-top p{
		font-size: 22px;
	}
	.box1-zi h6{
		font-size: 18px;
	}
}