.container-box {
	width: 100%;
	min-width: 1200px;
}
.header {
	height: 120px;
	background-color: #174B95;
	text-align: center;
	position: relative;
	/*padding: 0 228px;*/
	/*box-sizing: border-box;*/
	text-align: center;
	position: relative;
}
.header ul {
	position: relative;
	z-index: 3;
}
.header::after {
	content: '';
	width: 100%;
	height: 50px;
	background-color: #3F82E2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.header .nav {
	width: 1200px;
	margin: 0 auto;
}
.header .nav li {
	float: left;
	width: 11.11%;
	background-color: #174B95; 
	font-size: 18px;
	line-height: 70px;
}
.header .nav li span {
	position: relative;
	z-index: 4;
}
.header .nav a {
	color: #fff;
}
.header li>a {
	display: block;
	position: relative;
	z-index: 4;
}
.header .nav .sub-pr {
	height: 50px;
	/*overflow: hidden;*/
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	font-size: 16px;
	z-index: 2;
	display: none;
}
.header .on .sub-pr {
	display: block;
}
.header .on a, .header li:hover a {
}
.header .on>a::after, .header li>a:hover::after{
	content: '';
	height: 112%;
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	right: 0;
	background: url('../image/nav-item-bg.png') no-repeat;
	background-size: 100% 100%;
}
.sub-nav {
	height: 100%;
}
.sub-nav a {
	width: 115px;
	display: inline-block;
	height: 50px;
	line-height: 50px;    
	vertical-align: top;
	position: relative;
}
.sub-nav a.active::after, .sub-nav a:hover::after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #FC0904;
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
}

/*logo*/
.main_visual {
	position: relative;
}
.main_visual .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 35px;
	margin-left: 70px;
	z-index: 10;
}
.main_visual .logo img {
	width: 445px;
}

.footer-wrap {
	padding: 84px 90px 90px 98px;
	box-sizing: border-box;
	width: 100%;
	background: #1A1A1A url('../image/footer-bg.jpg') no-repeat center;
	background-size: cover;
	border-top: 3px solid #7ECEF4;
}
.footer-wrap .left {
	max-width: 270px;
	color: #fff;
	font-size: 14px;
}
.footer-wrap .left .item {
	margin-bottom: 18px;
}
.footer-wrap .right {
	margin-left: 270px;
}
.footer-wrap .right .item {
	width: 16.666%;
	padding: 0 3%;
	box-sizing: border-box;
	text-align: center;
}
.footer-wrap .titles {
	color: #fff;
	font-size: 18px;
	margin-bottom: 18px;
}
.footer-wrap .tab-box-child {
	display: block;
	color: #fff;
	line-height: 25px;
}

.content-wrapper {
	min-height: calc(100vh - 1009px);
}
.detail-title {
	padding-top: 58px;
	padding-bottom: 40px;
}
.detail-title .img {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 3px;
}
.detail-title .img img {
	width: 100%;
	height: 100%;
}
.detail-title .title-en {
	text-align: center;
	text-transform: uppercase;
}
.detail-title .line {
	width: 360px;
	height: 1px;
	background-color: #D5D5D5;
	margin: 4px auto;
}
.detail-title .title-zh {
	font-size: 24px;
	text-align: center;
}

/*分页*/
.page-box {
	/*padding-bottom: 50px;*/
}
.page-box .item {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #D5D5D5;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
	transition: all .4s;
}
.page-box .item.on, .page-box .item:hover {
	background-color: #C72020;
}
.page-box .item.prev {
	width: 102px;
}
.page-box .point {
	margin-left: 10px;
	font-size: 18px;
}