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

/* box1 */
.box1 {
	width: 100%;
	background: #f3f3f3;

}

.box1-cen {
	width: 1400px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box1-left {
	height: 60px;
	overflow: hidden;
}

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

.box1-box ul li {
	color: #113d9f;
	font-size: 16px;
}

.box1-box ul li .iconfont {
	display: block;
	font-size: 20px;
	color: #113d9f;
	margin-right: 20px;
}

.box1-right ul {
	display: flex;
	overflow-x: auto;
}

.box1-right ul li {
	margin-left: 15px;
}

.box1-right ul p {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
}

.box1-right ul p span {
	font-weight: bold;
	color: #e02121;
}

.box1-right ul li a {
	white-space: nowrap;
	font-size: 16px;
	color: #666666;
}

.box1-right ul li a:hover {
	color: #113d9f;
}

.box1-right ul span {
	font-weight: bold;
	color: #666666;
}

/* box2 */
.box2 {
	width: 100%;
	padding: 20px 0 60px;
}

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

.box2-cen ul {
	display: flex;
}

.box2-cen ul li {
	color: #666666;
	font-size: 14px;
	margin-right: 10px;
}

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

}

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

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

.box-left {
	width: 70%;
}

.box-right {
	width: 24.643%;
}

.box-left-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.box-left-top .box-top-a {
	padding-top: 42px;
	position: relative;
	width: 44.898%;
}

.mySwiper3 {
	height: 360px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.mySwiper3 .swiper-slide {
	position: relative;
	text-align: center;

}

.mySwiper3 .swiper-slide img {
	margin: 0 auto;
	max-width: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}

.mySwiper2 {
	width: 96%;
	margin: 0 auto;
}

.mySwiper2 .swiper-slide {
	position: relative;
}

.mySwiper2 .swiper-slide img {
	width: 100%;
}

.mySwiper2 .swiper-slide-thumb-active {
	border: 2px solid #113d9f;
}

.box-left-top .box-top-b {
	width: 51%;
	padding-top: 72px;
}

.box-top-b ul {
	display: flex;
	flex-direction: column;
}

.box-top-b ul li h6 {
	font-weight: 400;
	color: #333;
	font-size: 30px;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 3px solid #113d9f;
}

.box-top-b ul li {
	display: flex;
	/* align-items: center; */
}

.box-top-b ul li p {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #666666;
	line-height: 1;
	margin-top: 30px;
}

.box-top-b ul li span:first-child {
	display: block;
	color: #333;
	font-size: 16px;
	margin-right: 10px;
}

.box-top-b ul .byy {
	margin-top: 80px;
}

.box-top-b ul li a {
	display: flex;
	align-items: center;

}

.box-top-b ul li a span {
	display: block;
	color: #113d9f;
	font-size: 16px;
}

.box-top-b ul li a .iconfont {
	color: #113d9f;
	font-size: 16px;
}

.box-top-b ul li:last-child a {
	display: block;
	width: 110px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #113d9f;
	border: 1px solid #113d9f;
	margin-top: 20px;
	border-radius: 4px;
	transition: all 0.5s ease;

}

.box-top-b ul li:last-child a:hover {
	background: #113d9f;
	color: #fff;
}


.box-left-bom {
	width: 100%;
	margin-top: 60px;
}

.box-left-bom .box-left-bom-top {
	display: flex;
	margin-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}

.box-left-bom .box-left-bom-top h5 {

	/* display: block; */
	color: #113d9f;
	font-weight: 400;
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #113d9f;
}




.box-left-bom table {
	width: 100%;
}

.box-left-bom table tr th {
	height: 58px;
	vertical-align: middle;
	color: #fff;
	background: #113d9f;
}

.box-left-bom table tr th:last-child {
	text-align: left;
	padding-left: 10vw;
}

.box-left-bom table tr:nth-child(2n-1) {
	background: #e0e0e0;

}

.box-left-bom table tr td {
	text-align: center;
	height: 60px;
	color: #333333;
	font-size: 16px;
}

.box-left-bom table tr td:last-child {
	text-align: left;
	padding-left: 10vw;
}

/* box-right */
.box-right-a {
	width: 100%;
	padding: 41px 0 60px 26px;
	border: 1px solid #e2e2e2;
	margin-bottom: 140px;
}

.box-right-a ul {
	display: flex;
	flex-direction: column;
}

.box-right-a ul h6 {
	display: block;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.box-right-a ul li {
	padding: 15px 0;
	border-bottom: 2px solid #e2e2e2;

}

.box-right-a ul li span {
	font-size: 14px;
	display: block;
	line-height: 30px;
	color: #999999;
}

.box-right-a ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	transition: all 0.3s ease;
}

.box-right-a ul li:hover p {

	color: #113d9f;
}

/* box-right-b */
.box-right-b {
	width: 100%;
	background: #e9eded;
	padding: 20px 10px 17px 30px;
}

.box-right-b ul {
	display: flex;
	flex-direction: column;
}

.box-right-b ul li {
	display: flex;
}

.box-right-b ul li .pc-dian {
	/* width: 100%; */
	width: 16px;
	height: 16px;
	line-height: 30px;
	margin-top: 7px;
	margin-right: 12px;
}

.box-right-b ul li p {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}

.box-right-b ul li img {
	width: 100%;
}

/* box-right-c */
.box-right-c {
	width: 100%;
	border: 1px solid #e2e2e2;
	padding: 17px 25px 10px;
	margin-top: 10px;
}

.box-right-c ul {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.box-right-c ul li h6 {
	font-size: 18px;
	font-weight: bold;
	color: #113d9f;
	line-height: 30px;
}

.box-right-c p {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.box-right-c ul li img {
	margin: 0 auto;
	width: 100%;
}

.box-right-d li p {
	text-align: left;
}

/* box-right-e */
.box-right-e {
	width: 100%;
	padding: 20px 20px 20px 30px;
	border: 1px solid #e2e2e2;
	margin-top: 10px;
}

.box-right-e ul li {
	display: flex;
	align-items: center;
}

.box-right-e ul li p {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #666666;
}

.box-right-e ul li .iconfont {
	display: block;
	margin-right: 25px;
	color: #113d9f;
	font-weight: bold;
	font-size: 40px;
}

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

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

}

.box3-top {
	display: flex;
	margin-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 70px;
}

.box3-top h5 {
	color: #113d9f;
	font-weight: 400;
	font-size: 24px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #113d9f;
}



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

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

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

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

 .box3-box .box3-prc img {

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

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

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

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

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

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

.box3-zi ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
white-space: nowrap ; 
overflow: hidden;
text-overflow: ellipsis;
}

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

.box3-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;
}

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

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

/* .box4 */
.box4 {
	width: 100%;
	position: relative;
	line-height: 160px;
}

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

.box4-cen ul {
	display: flex;
	justify-content: space-between;
}

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

.box4-cen ul li span {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 56px;
	border: 2px solid #113d9f;
	border-radius: 50%;
	font-size: 24px;
	color: #113d9f;
	margin-right: 20px;
}

.box4-cen ul li p {
	color: #333333;
	font-size: 18px;
}

.box4-cen ul li:last-child p {
	padding-right: 10px;
}

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

	.box2-cen {
		width: 94%;
	}

	.box-cen {
		width: 94%;
	}

	.box3-cen {
		width: 94%;
	}

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

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

@media screen and (max-width :1089px) {
	.box1-cen {
		height: 120px;
	}

	.box1-right {
		overflow-x: auto;
	}
}

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

	.box-left {
		width: 100%;
	}

	.box-right {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.box-right-a {
		min-width: 345px;
		margin-bottom: 20px;
	}

	.box-right-b {
		width: 32%;
	}

	.box-right-c {
		width: 32%;
	}

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

	.box4-cen ul {
		flex-wrap: wrap;
	}

	.box3 {
		padding-bottom: 50px;
	}

	.box4 {
		/* height: 100px; */
		line-height: 100px;
	}
}

@media screen and (max-width :768px) {
	.box-left-top .box-top-b {
		padding-top: 50px;
	}

	.box-top-b ul li {
		flex-direction: column;
	}

	.box-top-b ul .byy {
		margin-top: 40px;
		text-align: left;
	}
}

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

	.box-right-b {
		width: 100%;
	}

	.box-right-c {
		width: 100%;
	}
}