.sub {
}



.sub .sub_inner {
	display: block;
}

.sub .sub_txt {
	width: 22%;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	float: left;
}

.sub .sub_txt .title {
	font-size: 24px;
	color: #272727;
}

@media (max-width: 1600px) {
	.sub .sub_txt .title {
		font-size: 22px;
	}
}

.sub .sub_txt .title:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	line-height: 2px;
	background-color: #0E5CAD;
	margin: 12px 0 22px 0;
}

.sub .sub_txt .des {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

@media (max-width: 1600px) {
.sub .sub_txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.sub .sub_right {
	width: 78%;
	float: right;
	border-left: 1px solid #d8d8d8;
	margin: 0;
	min-height: 160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.sub .sub_right .sub_nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 40px 0 50px;
}

.sub .sub_right .sub_nav ul {
	margin: 0 -10px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.sub .sub_right .sub_nav ul li {
	list-style-type: none;
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 16px;
}

.sub .sub_right .sub_nav ul li a {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 52px;
	padding: 0 10px;
	border: 1px solid #9b9b9b;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 1600px) {
	.sub .sub_right .sub_nav ul li a {
	}
}

.sub .sub_right .sub_nav ul li a span {
	color: #484848;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.sub .sub_right .sub_nav ul li a .icon {
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-left: 10px;
	width: 30px;
	height: 30px
}

@media (max-width: 1600px) {
	.sub .sub_right .sub_nav ul li a .icon {
		margin-top: 6px
	}
}

.sub .sub_right .sub_nav ul li a .icon svg {
	vertical-align: top;
	width: 100%;
	height: 100%;
	color: #9b9b9b;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sub .sub_right .sub_nav ul li a:hover {
	background-color: #003793;
	border-color: #003793
}

.sub .sub_right .sub_nav ul li a:hover span {
	color:#fff;
}

.sub .sub_right .sub_nav ul li a:hover .icon svg {
	color:#fff;
}

.sub .sub_right .sub_img {
	width: 360px;
}

svg {
	overflow: hidden;
	display: inline-block;
	fill: currentColor
}

.hidden-svg {
	display: block;
	width: 0;
	height: 0;
}

@media (max-width: 1600px) {
	.sub .sub_right .sub_img {
		width: 240px;
	}
}

.sub .sub_right .sub_img img {
	width: 100%
}

