* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}

.banner {
	width: 100%;
}

.mySwiper1 {
	width: 100%;
	position: relative;
}

.mySwiper1 img {
	width: 100%;
	height: 60vh;
	vertical-align: middle;
	object-fit: cover;
	/* 	animation: zoom-bg 2s linear both; */
}

.banner-zi {
	width: 100%;
}

.banner-zi-cen {
	/* position: relative; */
}

.banner-zi-box {
	position: absolute;
	top: 50%;
	left: 20.54%;
	transform: translateY(-50%);
}

.banner-zi-box span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #afd3f6;
	margin-bottom: 14px;
}

.banner-zi-box h6 {
	font-size: 30px;
	/* font-weight: bold; */
	color: #fff;
	line-height: 1;
	margin-bottom: 14px;
}

.banner-zi-box p {
	font-size: 30px;
	color: #fff;
}

.banner-cen {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	height: 100%;
}

.swiper-button-nt1 {
	position: absolute;
	z-index: 9;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
}

.swiper-button-pv1 {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transform: translateY(-50%);
	color: #fff;
	cursor: pointer;
}

.mySwiper1 .iconfont {
	font-size: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.box1 {
	width: 100%;
	padding-bottom: 80px;
}

.box1-top {
	padding: 30px 0 20px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 20px;
}

.box1-top ul {
	display: flex;
	justify-content: space-between;
}

.box1-top ul li a {
	font-size: 16px;
	line-height: 1;
	color: #666666;
}

.box1-top ul li {
	font-size: 24px;
	line-height: 1;
	color: #333333;
}

.box1-top>ul>li>.iconfont {
	font-size: 24px;
	color: #686868;
	margin-right: 10px;
}

.box1-top ul li a span {
	margin-left: 10px;
}

.box1-mind {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.mySwiper2 {
	position: relative;
	margin: 0 auto;
	width: 1192px;
}

.mySwiper2 .swiper-slide {}

.mySwiper2 img {
	text-align: center;
	width: 100%;
	transition: all 1s ease;
}

.box1-box:hover img {
	transform: scale(1.1);
}

.swiper-button-nt2 {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-pv2 {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	z-index: 3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* .swiper-pagination-bullet{
	background: #fff;
} */
.box1-mind .iconfont {
	font-size: 25px;
	cursor: pointer;
}

.box1-zi {
	width: 100%;
	padding: 20px 0;
	background: #f7f7f7;
	transition: all 0.5s ease;
}

.box1-zi p {
	text-align: center;
	font-size: 16px;
	color: #333333;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box1-box:hover .box1-zi p {
	color: #fff;
}

.box1-box:hover .box1-zi {
	background: #0074c1;
}

.box1-box {
	border: 1px solid #cccccc;
	overflow: hidden;
}

.box1-box .box1-prc {
	overflow: hidden;
}

.box1-bom {
	display: flex;
	justify-content: space-between;
}

.box1-bom-left {
	width: 47.7%;
}

.box1-bom-right {
	width: 47.7%;
}

.box1-bom-left-b p {
	color: #666666;
	line-height: 30px;
}

.box1-bom-right-b ul li a {
	display: block;
	line-height: 58px;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px dashed #cccccc;
	transition: all 0.5s ease;
}

.box1-bom-right-b ul li a {
	display: flex;
	justify-content: space-between;
}

.box1-bom-right-b ul li a span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box1-bom-right-b ul li:hover a {
	color: #0074c1;
	border-bottom: 1px dashed #0074c1;
}

@media screen and (max-width :1370px) {
	.mySwiper2 {
		width: 91.7%;
	}
}

@media screen and (max-width :1020px) {
	.box1-top {
		padding: 20px 0 15px;
		margin-bottom: 15px;
	}

	.box1-bom-left-b p {
		font-size: 15px;
	}

	.box1-bom-right-b ul li a span {
		font-size: 15px;
	}
}

@media screen and (max-width :980px) {
	.box1-bom-right-b ul li a span:last-child {
		display: none;
	}

	.box1 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width :768px) {
	.box1-bom {
		flex-direction: column;
	}

	.box1-bom-left {
		width: 100%;
		margin-bottom: 15px;
	}

	.box1-bom-right {
		width: 100%;
	}

	.box1-bom-right-b ul li a span:last-child {
		display: block;
	}
}

@media screen and (max-width :600px) {
	.box1-mind {
		margin-bottom: 15px;
	}

	.box1-bom-left {
		margin-bottom: 7px;
	}

	.box1 {
		padding-bottom: 20px;
	}

	.box1-bom-right-b ul li a span:last-child {
		display: none;
	}

	.box1-bom-right-b ul li a {
		line-height: 49px;
	}
}