* {
	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;
}

/* .box2 */
.box2 {
	width: 100%;
	margin-top: 20px;
}

.box2-cen {
	width: 1400px;
	margin: 0 auto;

}

.box2-cen ul {
	display: flex;
	flex-direction: column;
}

.box2-cen ul li {
	transition: all 0.5s ease;
	padding: 40px 20px 20px;
	border-bottom: 2px solid #e2e2e2;
}

.box2-cen ul li:hover {
	border-color: #113d9f;
}

.box2-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.box2-left {
	display: flex;
	align-items: center;
}

.box2-a {
	padding: 13px;
	text-align: center;
	background: #f7f7f7;
	margin-right: 55px;
	transition: all 0.5s ease;
}

.box2-a span {
	color: #113d9f;
	font-size: 36px;
	transition: all 0.5s ease;
}

.box2-a p {
	font-size: 16px;
	color: #113d9f;
	transition: all 0.5s ease;
}

.box2-b h6 {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	transition: all 0.5s ease;
}

.box2-b p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	transition: all 0.5s ease;
	width: 630px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.box2-right span {
	display: block;
	width: 42px;
	line-height: 40px;
	text-align: center;
	height: 42px;
	color: #999999;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	transition: all 0.5s ease;

}

.box2-cen ul li:hover .box2-a {
	background: #113d9f;
}

.box2-cen ul li:hover .box2-a span {
	color: #fff;
}

.box2-cen ul li:hover .box2-a p {
	color: #fff;
}

.box2-cen ul li:hover .box2-b h6 {
	color: #113d9f;
}

.box2-cen ul li:hover .box2-right span {
	color: #113d9f;
	border-color: #113d9f;
}


/* .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 {
	background: #113d9f;
	color: #fff;
	border-color: #113d9f;
}

.box-tz ul li a:hover  {
	display: block;
	background: #113d9f;
	color: #fff;
	border-color: #113d9f;
}

.box-tz ul li.active {
	background: #113d9f;
	color: #fff;
	border-color: #113d9f;
}

@media screen and (max-width :1470px) {
	.box1-cen {
		width: 94%;
	}

	.box2-cen {
		width: 94%;
	}

	.box5-cen {
		width: 94%;
	}
}

@media screen and (max-width :960px) {
	.box2-a {
		margin-right: 30px;
	}
}

@media screen and (max-width :910px) {
	.box2-right {
		display: none;
	}

	.box2-b p {
		width: 400px;
	}
}

@media screen and (max-width :650px) {
	.box-tz ul li {
		margin-right: 2px;
	}

	.box-tz ul li a span {
		width: 60px;
	}

	.box-tz ul li a p {
		width: 30px;
	}

	.box2-cen ul li {
		padding: 20px 10px 10px;
	}

	.box2-a {
		margin-right: 5px;
	}

	.box2-b h6 {
		font-size: 16px;
	}

	.box2-b p {
		font-size: 14px;
	}

	.box2-a {
		padding: 8px;
	}

	.box2-a span {
		font-size: 30px;
	}

	.box2-a p {
		font-size: 14px;
	}

	.box5 {
		padding-bottom: 50px;
		padding-top: 30px;
	}
}

@media screen and (max-width :560px) {
	.box2-cen ul li {
		padding: 10px 0 5px;
	}

	.box2-a {
		padding: 0;
	}

	.box2-b p {
		width: 300px;
	}

	.box5 {
		padding-bottom: 30px;
		padding-top: 30px;
	}
}