* {
	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%;
	min-height: 166px;
	vertical-align: middle;
	/* width: 100%; */
	object-fit: cover;
	animation: zoom-bg 2s linear both;
	z-index: -1;
}

/* .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;
}

/* box2 */
.box2 {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 30px;
}

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

.box2-top {
	height: 40px;
	width: 100%;
	line-height: 40px;
	background: #e7ebf5;
	padding-left: 20px;
}

.box2-top p {
	font-size: 16px;
	font-weight: bold;
	color: #113d9f;
}

.box2-bom {
	position: relative;
	padding-top: 20px;
}

.mySwiper1 .swiper-slide {
	position: relative;
	width: 250px;
	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 */
.box3 {
	width: 100%;
}

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

.box3-box ul {
	overflow-x: auto;
	display: flex;
	align-items: center;
	padding: 21px 0;
	border-bottom: 1px solid #cccccc;
}

.box3-box ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 24px;
	color: #333333;
	font-size: 16px;
	margin-right: 5px;
	white-space: nowrap;
}

.box3-box ul li .box3-active {
	background: #113d9f;
	color: #fff;
}

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

.box3-box ul p {
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-right: 30px;
}

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

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

.box4 table {
	width: 1400px;
	table-layout: fixed;
}

.box4 table tr td {
	border-color: #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.box4 table tr th {
	height: 40px;
	color: #fff;
	background: #113d9f;
}

.box4 table tr td {
	height: 140px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.box4 table tr td img {
    width: 100px;
    max-height: 100px;
	margin: 0 auto;
	transition: all 0.8s ease;
}

.box4 table tr:hover td img {
	transform: scale(1.2);
}

.box4 table tr td p {
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	text-align: left;
}

.box4 table tr td span {
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
}

.box4 table tr td .icon-biaodan {
	display: block;
	font-size: 30px;
	color: #666666;
	margin-bottom: 5px;
}

.box4 table tr td .iconfont {

	color: #666666;
	padding-right: 5px;
}

.box4 table tr td a.lxwm {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #113d9f;
	color: #113d9f;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	margin-top: 5px;
	transition: all 0.5s ease;
}

.box4 table tr:hover td a.lxwm {
	background: #113d9f;
	color: #fff;

}

.box4 table tr {
	background: #f3f3f3;
}

.box4 table tr:nth-child(2n-1) {
	background: #fff;
}

/* .box5 */
.box5 {
	width: 100%;
	padding-bottom: 100px;
	padding-top: 60px;
	/* border-bottom: 1px solid #cccccc; */
}

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

.box-tz ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-tz ul li {
	margin-right: 16px;
}

.box-tz ul li {
	display: block;
	box-sizing: border-box;
	width: 38px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #c0c0c0;
	font-size: 16px;
	border: 2px solid #ededed;
	transition: all 0.3s ease;
}



.box-tz ul li :last-child {
	margin: 0;
}

.box-tz ul li a:hover {
	display: block;
	background: #113d9f;
	color: #fff;
	border-color: #113d9f;
}

.box-tz ul li.active span  {
	display: block;
	background: #113d9f;
	color: #fff;
	border-color: #113d9f;
}

/* box6 */
.box6 {
	width: 100%;
	background: #f7f7f7;
}

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

.box6-cen ul {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}

.box6-cen ul li {
	width: 100%;
	border-right: 2px solid #cccccc;
}

.box6-cen ul li:last-child {
	border: 0;
}

.box6-cen ul li p {
	text-align: center;
	color: #333333;
	font-size: 24px;
	line-height: 36px;
}

.box6-cen ul li p:first-child {
	color: #113d9f;
	font-size: 24px;
	line-height: 36px;
}

.box6-cen ul li p {}

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

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

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

	.box4-cen {
		width: 94%;
		overflow-x: auto;

	}

	.box5-cen {
		width: 94%;
	}

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

@media screen and (max-width :768px) {
	.box5 {
		padding: 30px 0;
	}
}

@media screen and (max-width :650px) {
	.box-tz ul li {
		margin-right: 2px;
	}

	.box2 {
		margin-top: 30px;
		padding-bottom: 0px;
	}

	.box-tz ul li a span {
		width: 60px;
	}

	.box-tz ul li a p {
		width: 30px;
	}

	.box3-box ul {
		padding: 7px 0;
	}

	.box3-box ul p {
		font-size: 16px;
		margin-right: 15px;
	}

	.box3-box ul li a {
		padding: 0 15px;
		font-size: 14px;
	}

	/* 
	.box6-cen ul li p:first-child {
		font-size: 18px;
	}

	.box6-cen ul li p {
		font-size: 18px;
	} */

	.box5 {
		padding-bottom: 20px;
		padding-top: 20px;
	}

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

	.box6-cen ul li {
		border: 0;
	}
}

@media screen and (max-width :500px) {
	.box6-cen ul li p:first-child {
		font-size: 20px;
		line-height: 25px;
	}

	.box6-cen ul li p {
		font-size: 16px;
		line-height: 25px;
	}

	.box6-cen ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}