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

li {
	list-style: none;
}

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

div {
	display: block;
}

img {
	display: inline-block;
}

.main {
	width: 100%;
}

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

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

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

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

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

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

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

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

.box-left {
	width: 68.57%;
}

.box-right {
	width: 25%;
}

/* .box-left */
.box-top {
	width: 100%;
}

.box-top h6 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
}

.box-top>ul {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #e2e2e2;
}

.box-top>ul li {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
	margin: 10px 0;
	margin-right: 40px;
}

.box-top>ul li a {
	color: #999999;
	transition: all 0.3s ease;
}

.box-top>ul li a:hover {
	color: #113d9f;
}

.box-mind {
	padding: 10px 0 50px;
}


.box-mind p {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}


.box-bom {
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
	border-bottom: 2px solid #e2e2e2;
}

.box-bom li {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.box-bom p {
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.box-fot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fot-left {
	padding-top: 25px;
}

.fot-left ul li a {
	color: #999999;
	font-size: 16px;
	line-height: 36px;
}

.fot-right a {
	display: block;
	font-size: 18px;
	color: #113d9f;
	width: 183px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #113d9f;
	transition: all 0.5s ease;
}

.fot-right a:hover {
	background: #113d9f;
	color: #fff;
}

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

.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%;
	padding: 41px 0 40px 26px;
	border: 1px solid #e2e2e2;

}

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

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

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

.box-right-b ul li p {
	color: #999999;
	line-height: 30px;
	font-size: 16px;
}

.box-right-b ul li .iconfont {
	display: block;
	margin-right: 10px;
	color: #999999;
	line-height: 30px;
	font-size: 16px;
}

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

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

@media screen and (max-width :1160px) {
	.box-top>ul li {
		margin-right: 10px;
	}
}

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

	.box-left {
		width: 100%;
	}

	.box-right {
		width: 100%;
	}

	.box-right-a {
		margin-bottom: 10px;
		padding: 30px 0 40px 20px;
	}

	.box-mind {
		padding: 10px 0 20px;
	}

	.box-bom {
		padding-bottom: 30px;
	}

	.box-right-b {
		padding: 30px 0 40px 20px;
	}

	.box {
		padding-bottom: 50px;
	}

	.fot-right {
		margin-bottom: 10px;
	}
}

@media screen and (max-width :700px) {
	.box-fot {
		flex-direction: column;
		align-items: flex-start;
	}

	.box-top>ul li {
		margin: 0;
	}

	.box-top h6 {
		font-size: 25px;
	}
}

@media screen and (max-width :768px) {
	.box {
		margin-top: 15px;

	}

	.box-bom {
		padding-bottom: 15px;
	}

	.fot-left {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.fot-right a {
		font-size: 15px;
		width: 120px;
	}

	.box-right-a {}
}

@media screen and (max-width :480px) {
	.box1-cen ul {
		height: 43px;
	}

	.box1-cen {
		padding-top: 0;
	}

	.box-right-a {

		padding: 20px 0 30px 20px;
	}

	.box-right-b {
		padding: 20px 0 30px 20px;
	}

	.box-right-a ul li {
		padding: 10px 0;
	}
}