* {
	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;
}

.main {
	width: 100%;
}

/* .banner */
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

/* box1 */
.box1 {
	width: 100%;
}

.box1-cen {
	padding-top: 20px;
	width: 1400px;
	margin: 0 auto;
}

.box1-cen ul {
	display: flex;
	align-items: center;
}

.box1-cen ul li {
	margin-right: 10px;
}

.box1-cen ul li a {
	font-size: 14px;
	color: #666666;
}

.box1-cen ul li .icon-you {
	font-size: 12px;
	color: #666666;
}

/* .box */
.box {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 64px;
}

.box-cen {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.box2 {
	width: 28%;
}

.box2 ul {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box2 ul li {
	margin-top: 20px;
}

.box2 ul li:first-child {
	margin-top: 0;
}

.box2 ul li img {
	width: 100%;
}

/* box3 */
.box3 {
	width: 69.3%;
}

.box3 ul {
	display: flex;
	flex-direction: column;
}

.box3 ul li {
	margin-bottom: 20px;
}

.box3-prc {
	padding-bottom: 30px;
	border-bottom: 2px solid #113d9f;
}

.box3-prc img {
	width: 100%;
}

.box3 .top3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #113d9f;
}

.box3 .box3-no {
	padding-left: 0;
}

.box3 p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	padding-left: 20px;
}

.box3 p a {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.box3 p a:hover {
	color: #113d9f;
}

.box3 li>span {
	display: block;
	padding-left: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #113d9f;
}

.box3 span {

	font-size: 16px;
	line-height: 30px;
	color: #113d9f;
}

.box3 h6 {
	display: block;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #e7ebf5;
	padding-left: 20px;
	color: #113d9f;
	margin-bottom: 10px;
	margin-top: 5px;
}

.mySwiper1 {
	width: 100%;
	margin-top: 20px;
}

.mySwiper1 .swiper-slide {
	position: relative;
	width: 220px;
	margin-bottom: 10px;
	height: 90px;
	border: 1px solid #e2e2e2;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

.mySwiper1 .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.8s ease;
	transform: translate(-50%, -50%);
	max-width: 95%;
	max-height: 95%;
}

.box3-prc ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}

.box3-prc ul li:first-child {
	width: 40%;
}

.box3-prc ul li:nth-child(2) {
	width: 46%;
}

/* .box4 */
.box4 {
	width: 100%;
	position: relative;
	padding-bottom: 100px;
}

.box4-cen {
	width: 1400px;
	margin: 0 auto;

}

.box4-top {

	margin-bottom: 40px;

}

.box4-top h6 {
	/* display: block; */
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #e7ebf5;
	padding-left: 20px;
	color: #113d9f;
	margin-bottom: 10px;
}



.box4-cen>ul {
	width: 100%;
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
}

.box4-cen .swiper-slide>li {
	width: 100;
	border: 1px solid #e2e2e2;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
}

.box4-box {
	display: flex;
	align-items: center;
	padding: 40px 30px;
	justify-content: space-between;
}

 .box4-box .box4-prc {
	width: 35%;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

 .box4-box .box4-prc img {

	width: 100%;
	transition: all 0.8s ease;
}

 .box4-box:hover .box4-prc img {
	transform: scale(1.2);
}

 .box4-box .box4-zi {
	width: 57%;
}

.box4-zi ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box4-zi ul li:first-child {
	margin-bottom: 30px;
}

.box4-zi ul li:last-child {
	display: flex;
}

.box4-zi ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.box4-zi ul li span {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.box4-zi ul li a {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #113d9f;
	border-radius: 15px;
	color: #113d9f;
	font-size: 14px;
	transition: all 0.5s ease;
}

.box4-zi ul li a:hover {
	background: #113d9f;
	color: #fff;
}

.box4-zi ul li a:first-child {
	margin-right: 10px;
}

.banner img {
	min-height: 156px;
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width :1470px) {
	.box1-cen {
		width: 94%;
	}

	.box-cen {
		width: 94%;
	}

	.box4-cen {
		width: 94%;
	}
}

@media screen and (max-width: 1210px) {
	.box4-cen>ul>li .box4-box {
		padding: 20px 15px;
	}

	.box4-cen>ul>li {
		min-width: 300px;
	}
}

@media screen and (max-width :1000px) {
	.box-cen {
		flex-direction: column-reverse;
	}

	.box {
		margin-top: 30px;
		margin-bottom: 32px;
	}

	.box2 ul li {
		margin-top: 0;
		margin-bottom: 10px;
		width: 48%;
	}

	.box2 {
		width: 100%;
	}

	.box3 {
		width: 100%;
	}

	.box2 ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media screen and (max-width :768px) {
	.box3-prc ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
	}

	.box3-prc ul li:first-child {
		width: 100%;
		margin-bottom: 10px;
	}

	.box3-prc ul li:nth-child(2) {
		width: 100%;
	}

	.box3-prc {
		padding-bottom: 0;
	}

	.box {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.box3 ul li {
		margin-bottom: 10px;
	}

	.box3 p {
		line-height: 22px;
	}

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



@media screen and (max-width :660px) {
	.box2 ul li {
		width: 100%;
	}

	.box4-cen>ul>li {
		width: 100%;
	}
}