@font-face {
	font-family: 'bahnschrift';
	src: url('../fonts/bahnschrift.eot') format('embedded-opentype'),
		url('../fonts/bahnschrift.woff') format('woff'),
		url('../fonts/bahnschrift.woff2') format('woff2'),
		url('../fonts/bahnschrift.ttf') format('truetype'),
		url('../fonts/bahnschrift.svg#bahnschrift') format('svg');
}

.header.currents {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}

html {
	background: #edeef3 url(../images/sub_page_bg.png) no-repeat bottom/100% auto;
	transition: background ease-in-out .3s;
	-ms-transition: background ease-in-out .3s;
	-moz-transition: background ease-in-out .3s;
	-webkit-transition: background ease-in-out .3s;
	-o-transition: background ease-in-out .3s;
}

html.white {
	background-color: #fff;
}

footer {
	margin: 0;
}


.wrap_sub_banner {
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.wrap_sub_banner::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	z-index: 2;
	background: url(../images/sub_banner_cover.png) no-repeat center/100% 100%;
}

.sub_banner {
	padding-bottom: calc(650% / 19.2);
	height: 0;
	overflow: hidden;
	position: relative;
	background: center;
	background-size: cover;
}

.sub_banner img {
	display: block;
	width: 100%;
}

.sub_banner_title {
	color: #fff;
	padding: 1.5rem 0 0 12.2rem;
	background: url(../images/sub_banner_title.png) no-repeat left top/12.2rem auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 6.3rem;
	z-index: 10;
}

.content {
	position: relative;
	z-index: 2;
	padding-bottom: 20rem;
}

.sub_content {
	position: relative;
	padding: 2.5rem 0 0;
	padding-top: 8rem;
}

.bread {
	line-height: 5.6rem;
	position: relative;
	color: #999;
	margin: 0 0 3.5rem;
	text-align: right;
	border-bottom: .1rem solid #d2d3d6;
}

.bread a {
	padding: 0 .3rem;
	display: inline-block;
	vertical-align: top;
	color: #999;
}

.bread span {
	padding: 0 .2rem;
}

.bread a.on, .bread a:hover {
	color: #005faf;
}

.bread i {
	padding: 0 .8rem 0 0;
	color: #005faf;
}

.bread a:first-child {}

.wrap_sub_banner.article_page::before {
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .5;
}

.content.article_page .gp-container {
	padding: 5.2rem 5rem 10rem;
}

@media screen and (min-width: 996px) {
	.wrap_sub_banner.article_page .sub_banner_title {
		bottom: 8.2rem;
	}

	.content.article_page {}

	.content.article_page .gp-container {
		top: -4rem;
		margin-bottom: -9.7rem;
	}

	.content.article_page .gp-container::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: -15rem;
		top: 0;
		bottom: 0;
		background: url(../images/sub_article_bg.png) no-repeat center bottom/100% auto;
		z-index: -1;
		border-top: .2rem solid #134eaa;
		background: #fff;
	}

	/* .content.article_page .gp-container::after{content: '';display: block;position: absolute;left: 0;right: -15rem;bottom: 130rem;top: .2rem;background: #fff;z-index: -1;} */
	.content.article_page .bread {
		margin: 0;
		border: none;
		color: #fff;
		padding: 0 4.7rem;
		position: absolute;
		bottom: 100%;
		right: 0;
	}

	.content.article_page .bread a, .content.article_page .bread i {
		color: #fff;
	}
}

.page_title {
	text-align: center;
	margin: 0 0 3.8rem;
}

.page_title::before, .page_title::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4rem;
	height: .1rem;
	background: #f8b551;
	margin: 0 1rem;
}

.sub_layout {
	position: relative;
}

.sub_layout .lf {
	width: 24.4rem;
	position: relative;
}

.sub_layout .rt {
	width: calc(100% - 30.4rem);
}

.sub_layout_list {
	padding: .8rem 0 0;
}

.sub_layout_list .btn {
	display: none;
}

.sub_layout_list ul::after {
	content: '';
	display: block;
	width: 21.6rem;
	height: 5rem;
	background: url(../images/sub_layout_list.png) no-repeat center/100%;
	position: absolute;
	left: 0;
	bottom: 2rem;
}

.sub_layout_list ul {
	border-right: .1rem solid #edeef3;
	position: relative;
	padding: 0 4rem 13rem 0;
}

.sub_layout_list .item {
	margin: 0 0;
	padding: 1rem 2rem;
	border-bottom: .1rem solid #edeef3;
	color: #666;
	position: relative;
	z-index: 2;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_layout_list .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-image: -moz-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_layout_list .title {
	line-height: 2em;
}

.sub_layout_list .item.on {
	color: #fff;
}

.sub_layout_list .item.on::before {
	right: 0;
}

.sub_layout2 {
	padding-top: 5.2rem;
}

.sub_layout2 .sub_layout_list ul {
	border-color: #d8dae4;
}

.sub_layout2 .sub_layout_list ul::after {
	background-image: url(../images/sub_layout_list2.png);
}

@media screen and (max-width:1640px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:996px) {
	.wrap_sub_banner {
		position: relative;
		padding-top: 0;
	}

	.sub_banner {
		/* padding-bottom: 200px; */
	}

	.sub_banner_title {
		bottom: 20px;
	}



	.content .gp-container {
		min-height: initial;
	}

	.content.article_page .gp-container {
		padding: 0 20px 40px;
		background: #fff;
	}

	.bread {
		padding: 2px 6px;
		font-size: 12px;
		bottom: 0;
		position: relative;
		margin-bottom: 0;
		color: #666
	}

	.bread a {
		color: #666;
	}

	.bread a:first-child {}

	.content.article_page .bread {
		margin-bottom: 20px;
	}

	.sub_content {
		padding: 20px 0 0;
	}

	.content {
		padding: 0 0 40px;
		margin-top: 0;
	}

	.page_title {
		margin-bottom: 15px;
	}

	.sub_layout .lf {
		width: 100%;
		margin: 0 0 20px;
	}

	.sub_layout .rt {
		width: 100%;
	}

	.sub_layout2 {
		padding-top: 2rem;
	}

	.sub_layout_list {
		padding: 0;
	}

	.sub_layout_list ul {
		padding: 0 0 70px;
		border: none;
		display: none;
	}

	.sub_layout_list .btn {
		display: block;
		line-height: 45px;
		height: 45px;
		text-align: center;
		color: #fff;
		font-size: 22px;
		background-image: -moz-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
		background-image: -webkit-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
		background-image: -ms-linear-gradient(0deg, rgb(0, 90, 160) 0%, rgb(45, 48, 155) 100%);
		border-bottom: 1px solid #fff;
	}

	.sub_layout .wrap_fix_scroll {
		position: relative;
	}

	.sub_layout .wrap_fix_scroll .fix_scroll {
		position: static !important;
	}
}

@media screen and (max-width:767px) {
	.sub_banner {
		/* padding-bottom: 140px; */
	}

	.sub_banner_title {
		font-size: 24px;
		padding: 4px 0 0 60px;
		background-size: 60px;
	}
}

.article_p1 {
	margin: 0 0 .5rem;
}

.article_p1::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-left: .8rem solid #f8b551;
	border-top: .6rem solid transparent;
	border-bottom: .6rem solid transparent;
	margin: 0 1.5rem 0 0;
}

.article_title1 {
	color: #005aa0;
	margin: 3.3rem 0 1.5rem;
	min-height: 1.2em;
	font-weight: normal;
	font-size: calc(1.2rem + 12px);
}

.article_title1::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	border-left: .2rem solid #f8b551;
	margin: 0 1.9rem 0 0;
	height: 2.3rem;
}

.article_title1:first-child {
	margin-top: 0;
}

.article_title2 {
	margin: 0 0 1rem;
	border-top: .1rem solid #e5e5e5;
}

.article_title2 span {
	display: inline-block;
	border-top: .2rem solid #f8b551;
	margin: -0.1rem 0 0;
	padding: 1.4rem 0 0;
}




/* article_page_start */
.page_article {
	position: relative;
	z-index: 2;
}

.page_article .left {
	width: 106rem;
	float: left;
}

.page_article .right {
	width: 40rem;
	float: right;
}

.page_article_title {}

.page_article_title h3 {
	line-height: 1.4;
	color: #333;
}

.article_author {
	margin: 2.8rem 0 2.4rem;
	padding: 0;
	line-height: 3rem;
	position: relative;
	z-index: 2;
	color: #646464;
}

.article_author span {
	line-height: 3rem;
	padding: 0 7.2rem 0 0;
	display: inline-block;
	vertical-align: top;
}

.article_author i {
	font-style: normal;
	color: #f8b551;
	padding: 0 .9rem 0 0;
}

.page_article .article {
	position: relative;
	text-align: justify;
	/* margin: 0px auto; */
	/* max-width: 800px; */
	/* padding: 3rem 0 0; */
	/* border-top: .1rem solid rgba(0,0,0,.1); */
}

.page_article .article p {}

.page_article .article {}

.annex {
	overflow: hidden;
	/* margin: 3rem 0 0; */
	line-height: 2.4rem;
	padding: 8rem 0 0;
}

.annex .annex_title {
	position: relative;
	height: 2.4rem;
	line-height: 2.4rem;
	float: left;
	color: #005faf;
}

.annex .list {
	margin: 0 0 0 5rem;
}

.annex li {
	margin: 0 0 1.4rem;
}

.annex a {
	position: relative;
	display: block;
	color: #666;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	display: block;
	word-break: break-all;
}

/* .annex a:hover{background: #ae373b;color: #fff;} */

@media screen and (max-width: 996px) {
	.page_article::after, .page_article::before {
		display: none;
	}

	.page_article {
		margin: 0;
		background: #fff;
	}

	.page_article .left {
		width: 100%;
		float: none;
	}

	.page_article .right {
		width: 100%;
		float: none;
	}

	.page_article_title {
		padding: 0 0 10px;
	}

	.page_article .article {
		font-size: 15px;
		line-height: 1.8;
	}

	.article_author {
		margin: 0 0 20px;
		font-size: 12px;
	}

	.article_author span, .article_author i {
		font-size: 12px;
	}

	.annex {
		padding: 12px 0 0;
		margin: 30px 0 0;
	}

	/* .annex li{margin: 0 0 6px;} */
}

@media screen and (max-width: 767px) {
	.page_articleTitle {
		margin: 0 0 16px;
		padding-bottom: 0;
	}

	.article_author span {
		padding: 2px 10px;
		border: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.article_author i {
		display: none;
	}

	.annex {
		margin: 20px 0 0;
	}

	.annex strong::before {
		left: 10px;
	}

	.annex strong {
		padding-left: 20px;
		padding-right: 20px;
	}

	.annex li {
		font-size: 14px;
	}
}

.share_box {
	line-height: .7rem;
	text-align: center;
	color: rgb(1, 88, 156);
	font-size: 0rem;
	z-index: 100;
	position: absolute;
	width: 5rem;
	height: 5rem;
	left: -10rem;
	top: -1.2rem;
}

/* .sub_layout .share_box{} */

.share_box .share_title {
	display: block;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 1.4rem;
	margin: -1.3rem 0 1rem;
	line-height: 2rem;
	position: relative;
	overflow: hidden;
}

.share_box .share_title::before {
	content: '';
	display: block;
	border-top: .1rem dashed #e5e5e5;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}

.share_box .share_title span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 1rem;
	color: #333;
}

.share_box .share_btn, .share_box .share_btn.share_more::after {
	/*line-height: 2rem;*/
	margin: 0rem auto;
	position: relative;
	width: 5rem;
	height: 5rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	border-radius: 0%;
	background-color: #F8F8F8;
}

.share_box .share_btn i {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: 2;
	color: #fff;
}

.share_box .share_btn.share_wechat {
	background-image: url("../images/share_wechat.png");
	background-size: 80% auto;
	background: #22bd22;
}

.share_box .share_btn.share_sina {
	background-image: url("../images/share_sina.png");
	background-size: 80% auto;
	background: #ff8300;
}

.share_box .share_btn.share_qzone {
	background-image: url("../images/share_qzone.png");
	background: #fecb56;
}

/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after {
	content: "";
	background-image: url("../images/share_more.png");
	position: absolute;
	border: 0rem;
	left: 0rem;
	margin: 0rem;
	background: #005faf;
}

.share_box .share_btn.back {
	background: #263ea5;
}

.share_box .share_btn.share_twitter {
	background-image: url("../images/share_twitter.png");
	background: #6babe8;
}

.share_box .share_btn.share_facebook {
	background-image: url("../images/share_facebook.png");
	background: #415a94;
}

.share_box .share_btn.share_linkedin {
	background-image: url("../images/shareto_linkedin.png");
	background: #3d84c2;
}

.share_box .share_btn:last-child {}

#qrcode {
	padding: .5rem;
	background: #fff;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
}

.share_box .share_btn .alert_box {
	position: absolute;
	top: 100%;
	left: 0%;
	padding: .6rem;
	display: none;
	z-index: 2;
	padding: 0;
	z-index: 10;
}

.share_box .share_wechat .alert_box {
	right: auto;
	top: 0;
	left: 100%;
}

.sub_right .share_box .share_wechat .alert_box {
	left: auto;
	right: 100%;
	top: 0;
}

.share_box canvas {
	display: block;
}

.share_box .share_more .share_btn {
	margin: 0 0 0;
	border: 0rem;
	/* border-radius: 0rem; */
}

.share_box .share_btn:hover>.alert_box {
	display: block;
}

@media screen and (max-width: 996px) {
	.share_box {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 8px 0 20px;
		width: 100%;
		transform: none;
	}

	.share_box .share_btn.share_more {
		width: auto;
		height: auto;
		background: none;
	}

	.share_box .share_btn.share_more::after {
		display: none;
	}

	.share_box .share_btn.share_more>.alert_box {
		display: block;
		position: relative;
	}

	.share_box .share_title {
		margin: 0px 0px 6px;
		display: none;
	}

	/* .share_box .share_btn, .share_box .share_btn.share_more::after{width: 40px;height: 40px;} */
	.share_box .share_btn {
		display: inline-block;
	}

	.share_box>.share_btn {
		/* display: none; */
	}

	.share_box .share_btn.share_more {
		/* display: block; */
	}

	.share_box .share_btn .alert_box {
		left: 0px;
		top: auto;
		bottom: 100%;
	}

	.share_box .share_more .share_btn {
		margin: 0 2px;
	}

	.share_wechat .alert_box {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: auto !important;
		bottom: 105% !important;
		right: auto !important;
	}
}

/* article_page_end */

/* pages_start */
.pages {
	padding: 0;
	font-size: 0;
	text-align: center;
	margin: 6rem 0 0 0;
	position: relative;
	z-index: 100;
}

.pages>a {
	display: inline-block;
	width: 5rem;
	height: 4.6rem;
	line-height: 4.6rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 1.6rem;
	color: #666;
	background: transparent;
	border: .1rem solid #005faf;
	margin: 0;
	border-radius: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	margin: 0 .3rem 0 .2rem;
}

.pages .start, .pages .end, .pages .next, .pages .prev {
	margin: 0 .7rem;
	padding: 0 2.3rem;
	width: auto;
}

.pages>a:first-child {
	margin-left: 0;
}

.pages>a:last-child {
	margin-right: 0;
}

/* .pages > span{font-size: 2.6rem;font-family: arial;color: #333;margin: 0 1.2rem;} */
/* .pages .next{background: url(../images/pages_next1.png) center no-repeat #fff;border: .1rem solid #979797;} */
/* .pages .prev{background: url(../images/pages_prev1.png) center no-repeat #fff;border: .1rem solid #979797;} */
.pages>a:hover, .pages>a.on_page {
	/*background-color:#1d2088;color: #fff;border-color: #1d2088;*/
	color: #fff;
	background: #00366f;
}

/* .pages > a.on_page{} */
/* .pages .next:hover{background: url(../images/pages_next2.png) center no-repeat #1d2088;} */
/* .pages .prev:hover{background: url(../images/pages_prev2.png) center no-repeat #1d2088;} */

.pages .select_page {
	display: inline-block;
	margin: 0 0 0 1.3rem;
	height: 4.6rem;
	border: .1rem solid #005faf;
	line-height: 4.4rem;
}

.pages .select_page span {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
	color: #666;
	padding: 0 1.7rem;
	border-left: .1rem solid #005aa0;
}

.pages .select_link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 .7rem;
}

.pages .select_link.on {
	border-radius: 0 0 .3rem .3rem;
	background: #00366f;
	border-color: #00366f;
}

.pages .select_link.on>a {
	color: #fff;
}

.pages .select_link .arrow {
	width: 2rem;
	height: 2rem;
	position: absolute;
	right: .6rem;
	bottom: 50%;
	margin-bottom: -1rem;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	cursor: pointer;
}

.pages .select_link .arrow::before {
	content: '';
	display: block;
	border-top: 5px solid #00366f;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	width: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.pages .select_link .arrow.on {
	transform: rotate(180deg);
}

.pages .select_link .arrow.on::before {
	border-top-color: #fff;
}

.pages .select_link p {
	display: block;
	font-size: 1.6rem;
	color: #333;
	line-height: 4.6rem;
	text-align: left;
	padding: 0 3.7rem 0 1.6rem;
}

.pages .select_link.on p {
	color: #fff;
}

.pages .select_link .alert_box {
	height: 0;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #00366f;
	right: 0;
	border-radius: .3rem .3rem 0 0;
	padding: .6rem 0 0;
	overflow: hidden;
	border: 0;
	opacity: 0;
	transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.pages .select_link .alert_box.on {
	opacity: 1;
	height: auto;
	max-height: 15rem;
	overflow: auto;
}

.pages .select_link .alert_box::-webkit-scrollbar {
	width: .6rem;
	background: rgba(255, 255, 255, 0.2);
}

.pages .select_link .alert_box::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.5);
}

.pages .select_link .alert_box a {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.5;
	padding: .6rem 0;
}

.pages .select_link .alert_box a:hover {
	background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width:996px) {
	.pages {
		margin: 20px 0 0;
	}

	.pages>a {
		font-size: 13px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}

	/* .pages .start, .pages .end, .pages > span, .pages .next, .pages .prev{padding: 0 10px;} */
	.pages .select_page span {
		font-size: 13px;
		line-height: 28px;
	}

	.pages .select_link {
		height: 30px;
		/* width: auto; */
	}

	.pages .select_link p {
		font-size: 13px;
		line-height: 30px;
	}

	/* .pages .select_link .arrow{bottom: 5px;} */

	.pages .input_page input, .pages span.jumpto {
		font-size: 13px;
		height: 30px;
		line-height: 30px;
	}

	.pages .select_page {
		margin: 0 0 0 10px;
		/* padding: 0 10px; */
		height: 30px;
	}

	.pages .select_link .alert_box a {
		font-size: 12px;
		line-height: 1.5;
	}

}

@media screen and (max-width:767px) {

	/* .pages>a, .pages>span{width: 24px;height: 24px;line-height: 24px;} */
	.pages a, .pages>span {
		display: none;
	}

	.pages .select_page {
		/* display: block; */
		/* margin: 15px 0 0; */
	}

	/* .pages .select_link,.pages .select_link p{height: 24px;line-height: 24px;} */
	/* .pages .select_link .arrow{bottom: 2px;} */
	.pages>a {
		margin-bottom: 10px;
	}

	.pages a.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
		display: inline-block;
	}

	.pages .start, .pages .end, .pages .next, .pages .prev, .pages>span {
		/* margin: 0 5px; */
		/* padding: 0 5px; */
	}
}

@media screen and (max-width:413px) {
	/* .pages .start, .pages .end, .pages .next, .pages .prev, .pages > span{margin: 0 2px;padding: 0 5px;} */
}

/* pages_end */

/* æ–‡ç« é¡µä¾§è¾¹åˆ—è¡¨ */
.sub_0a {}

.sub_0a h3 {
	color: #005faf;
	border-bottom: .1rem solid #dcdcdc;
	padding: .5rem 0 1.2rem;
	margin: 0 0 1.7rem;
	font-weight: normal;
}

.sub_0a ul {
	margin: 0 0;
}

.sub_0a .item {
	margin: 0 0;
	position: relative;
	padding: 1rem 0 1rem 3rem;
}

.sub_0a .line {
	display: block;
	left: 1rem;
	width: .1rem;
	top: 2rem;
	bottom: -2rem;
	background: #e5e5e5;
	position: absolute;
}

.sub_0a .line::before {
	content: '';
	display: block;
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: -0.4rem;
	top: 0;
	border: .1rem solid #1f4caa;
	z-index: 2;
}

.sub_0a .line::after {
	content: '';
	display: block;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	background: #005faf;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_0a i {
	position: absolute;
	left: 1rem;
	transform: translateX(-50%) translateY(-50%) scale(0);
	font-size: 2.2rem;
	color: #005faf;
	top: 2.4rem;
	line-height: 1em;
	background: #fff;
	z-index: 10;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_0a .time {
	color: #999;
	margin: 1.1rem 0 0;
}

.sub_0a .item:hover .line::after {
	height: 100%;
}

.sub_0a .item:hover i {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.sub_0a .item:hover .title {
	font-weight: bold;
}

.sub_003 {}

.sub_003 ul {
	margin: 0 0 -4rem -4rem;
}

.sub_003 .item {
	margin: 0 0 4rem 4rem;
	display: flex;
	min-height: 13rem;
	position: relative;
	background: #fff;
	align-items: center;
	border-radius: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	overflow: hidden;
}

.sub_003 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 13.2rem;
	top: 0;
	bottom: 0;
	background: #eee;
	width: .1rem;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_003 .item::after {
	content: '';
	position: absolute;
	left: 13.2rem;
	right: 0;
	bottom: 0;
	background: url(../images/sub03_bg.png) no-repeat center/cover;
	height: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_003 .time {
	width: 10.3rem;
	color: #005aa0;
	font-family: 'time';
	text-align: right;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

.sub_003 .day {
	line-height: 1.1em;
	position: relative;
	margin: 0 0 .5rem;
}

.sub_003 .day::before {
	content: '';
	display: block;
	background: #f8b551;
	width: .3rem;
	height: 2.2rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_003 .title {
	margin: 0 0;
	padding: 1rem 3rem 1rem 6rem;
	position: relative;
	z-index: 2;
	color: #333;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_003 .item:hover {
	border-radius: 3rem 0 3rem 0;
	box-shadow: 0rem 1rem 2rem 0rem rgba(3, 27, 51, 0.15);
}

.sub_003 .item:hover::before {
	left: 0;
	width: 13.2rem;
	background: #f8b551;
}

.sub_003 .item:hover::after {
	height: 100%;
}

.sub_003 .item:hover .title {
	color: #fff;
}


.sub_004 {}

.sub_004 ul {
	margin: 0 0 -6rem;
	padding: 0 0;
}

.sub_004 .item {
	margin: 0 0 6rem;
	display: flex;
	align-items: center;
}

.sub_004 .img_box {
	width: 70rem;
	margin: 0 -6rem 0 0;
}

.sub_004 .info_box {
	padding: 4.5rem 4rem 3rem;
	width: calc(100% - 64rem);
	/* height: 33.5rem; */
	background: #fff url(../images/sub004_bg.png) no-repeat right bottom/100% auto;
	position: relative;
	z-index: 2;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_004 .item:hover .info_box {
	box-shadow: 0px 15px 20px 0px rgba(0, 37, 66, 0.2);
}

.sub_004 .title {
	margin: 0 0 1.2rem;
}

.sub_004 .summary {
	margin: 0 0 3.5rem;
	color: #999;
}

.sub_004 .info i {
	margin: 0 .8rem 0 0;
	font-size: 1.7rem;
}

.sub_004 .box {
	display: flex;
	color: #005aa0;
	padding: 0 0 1.7rem;
}

.sub_004 .left {
	flex-shrink: 0;
}

.sub_004 .right {
	width: 100%;
	word-break: break-all;
}

.sub_007 {}

.sub_007 ul {
	margin: -2rem 0 -4rem -4rem;
}

.sub_007 .item {
	margin: 0 0 4rem 4rem;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}

.sub_007 .gp-img {
	border-radius: 1rem;
	padding-bottom: 53.3%;
}

.sub_007 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: .66;
	z-index: 2;
	height: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_007 .title {
	margin: 0 0;
	position: absolute;
	left: 3rem;
	right: 3rem;
	bottom: -5rem;
	color: #fff;
	z-index: 3;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_007 .item:hover::before {
	height: 9.2rem;
}

.sub_007 .item:hover .title {
	bottom: 1.5rem;
}

.sub_011a {
	overflow: hidden;
	padding: 0 0 3.2rem;
	position: relative;
	margin: 0 0 3rem;
}

.sub_011a ul {
	margin: 0 0;
}

.sub_011a .item {
	margin: 0 0;
}

.sub_011a .item img {
	display: block;
	width: 100%;
}

.sub_011a .swiper_menu {
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.sub_011a .arrow {
	width: 6.5rem;
	height: 6.5rem;
	background: center no-repeat #005aa0;
	display: inline-block;
	vertical-align: top;
	margin: 0 .2rem 0 .3rem;
	cursor: pointer;
	font-size: 2.6rem;
	color: #fff;
	line-height: 6.5rem;
}

.sub_011a .arrow:hover {}

.sub_012 {}

.sub_012 ul {
	margin: -0.4rem 0 0;
}

.sub_012 .item {
	margin: 0 0;
	display: flex;
}

.sub_012 .left {
	width: 10.8rem;
	font-family: 'bahnschrift';
	position: relative;
	flex-shrink: 0;
}

.sub_012 .time {
	font-weight: bold;
	color: #005faf;
	line-height: 1em;
}

.sub_012 .line {
	position: absolute;
	top: 5rem;
	bottom: 2rem;
	left: 3.2rem;
	border-left: .1rem dashed #f8b551;
}

.sub_012 .line::before, .sub_012 .line::after {
	content: '';
	display: block;
	position: absolute;
	left: -0.4rem;
	height: .5rem;
	width: .5rem;
	border: .1rem dashed #f8b551;
	border-radius: 50%;
}

.sub_012 .line::before {
	top: -0.7rem;
}

.sub_012 .line::after {
	bottom: -0.7rem;
}

.sub_012 li:last-child .line::after {
	display: none;
}

.sub_012 .right {
	margin: -0.3rem 0 0;
	width: 100%;
	padding: 0 0 4rem;
	min-height: 10.1rem;
}

.sub_013 {}

.sub_013 ul {
	margin: 0 0 -4rem;
}

.sub_013 .item {
	margin: 0 0 4rem;
	background: url(../images/sub013_bg.png) no-repeat top center/100% 100%;
	min-height: 30rem;
	padding: 3.3rem 4rem 0;
}

.sub_013 .top {
	margin: 0 0 1.6rem;
	border-bottom: .1rem solid #d2dbe3;
	padding: 0 0 2.1rem;
	position: relative;
	max-width: 80rem;
}

.sub_013 .top::before {
	content: '';
	display: block;
	width: .3rem;
	height: .3rem;
	border: .1rem solid #d2dbe3;
	border-radius: 50%;
	position: absolute;
	left: 100%;
	bottom: -0.3rem;
}

.sub_013 .title {
	display: inline-block;
	color: #005aa0;
	margin: 0 1.5rem 0 0;
	vertical-align: bottom;
}

.sub_013 .vicetitle {
	margin: 0 0;
	display: inline-block;
	color: #333;
	vertical-align: bottom;
}

.sub_013 .vicetitle span {}

.sub_013 .vicetitle span::before {
	content: '|';
	color: #dae0e6;
	padding: 0 1.7rem 0 1.2rem;
}

.sub_013 .vicetitle span:first-child::before {
	display: none;
}

.sub_013 .article {
	max-width: 82rem;
	position: relative;
	min-height: 16rem;
	overflow: hidden;
	color: #333;
}

.sub_013 .article p {
	margin: 0 0 1.2rem;
}

.sub_014 {}

.sub_014 ul {
	margin: 0 0 -4rem -2.6rem;
	display: flex;
	flex-wrap: wrap;
}

.sub_014 li {
	padding-bottom: 4rem;
}

.sub_014 .item {
	margin: 0 0 0 2.6rem;
	height: 100%;
}

.sub_014 .title {
	margin: 0 0 -3.2rem;
	position: relative;
	z-index: 2;
	width: 20rem;
	height: 6.3rem;
	line-height: 6.3rem;
	color: #fff;
	background: #005aa0;
	clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 0 100%);
	padding: 0 0 0 3.5rem;
}

.sub_014 .title::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: .3rem;
	background: #f8b551;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_014 .bottom {
	padding: 5rem 3.5rem 5.4rem;
	background: #f6f7fd url(../images/sub014_bg.png) no-repeat center bottom/100% auto;
	position: relative;
	z-index: 1;
	height: calc(100% - 3.2rem);
}

.sub_014 .article {
	min-height: 11.4rem;
	color: #333;
}

.sub_014 .article p {
	margin: 0 0 1.5rem;
}

.sub_015a {
	margin: -1.1rem 0 1rem;
}

.sub_015b {}

.sub_015b ul {
	margin: 0 0 -2rem -2rem;
}

.sub_015b .item {
	margin: 0 0 2rem 2rem;
	position: relative;
	background: #4b8cc8;
	padding: 2.2rem 3rem 2.1rem;
	color: #fff;
}

.sub_015b .item::before {
	content: '';
	display: block;
	border-left: 1rem solid #fff;
	border-top: .7rem solid transparent;
	border-bottom: .7rem solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_015c {
	margin: -0.8rem 0 2.4rem;
}

.sub_016a {
	color: #555;
	margin: 4.2rem 0 1.5rem;
}

.sub_0110 {
	margin: 0 0;
	align-items: center;
}

.sub_0110 .left {
	width: 21.8rem;
}

.sub_0110 .right {
	width: calc(100% - 25.8rem);
	border-left: .1rem solid #dcdcdc;
	padding: .9rem 0 1.4rem 4rem;
}

.sub_032a {
	background: #edeef3;
}

.sub_032a ul {
	margin: 0 0;
	text-align: center;
}

.sub_032a .item {
	margin: 0 0;
	border-left: .1rem solid #fff;
	color: #555;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	line-height: 3.6rem;
	padding: 1.7rem 0;
}

.sub_032a li.on .item {
	background: #005aa0;
	color: #fff;
}

.sub_032b {
	background: #f9fafc;
	padding: 4.2rem 5.4rem 4.5rem 4rem;
}

.sub_032b .box.off {
	display: none;
}

.sub_032b ul {
	margin: 0 0 -2rem -2rem;
}

.sub_032b .item {
	margin: 0 0 2.1rem 2rem;
	position: relative;
	padding: 0 0 0 3rem;
}

.sub_032b .item::before {
	content: '';
	display: block;
	width: 1rem;
	height: .1rem;
	background: #f8b551;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_032b .item::after {
	content: '';
	display: block;
	width: .3rem;
	height: .3rem;
	position: absolute;
	left: 1rem;
	border: .1rem solid #f8b551;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.sub_032b .title {
	margin: 0 0;
	line-height: 2em;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	position: relative;
	left: 0;
}

.sub_032b .item:hover .title {
	left: 1rem;
}

.sub_033 table, .sub_054 table {
	width: 100%;
	text-align: center;
}

.sub_033 th, .sub_033 thead td, .sub_033 .firstRow td, .sub_054 th, .sub_054 thead td {
	background: #eef2f7;
	color: #005aa0;
	font-weight: normal;
	border-left: .1rem solid #fff;
	font-size: calc(.8rem + 12px);
	line-height: 2em;
	border-bottom: .1rem solid #e5e5e5;
	padding: 1.5rem 0;
	border-top: .1rem solid #fff;
	border-right: .1rem solid #fff;
	;
}

.sub_033 td, .sub_054 td {
	font-weight: normal;
	border: .1rem solid #e5e5e5;
	font-size: calc(.6rem + 12px);
	line-height: 2em;
	color: #333;
	padding: 1.5rem 0 1.6rem;
}

.sub_035 {}

.sub_035 ul {
	margin: 0 0 -3rem -3rem;
}

.sub_035 .item {
	margin: 0 0 3rem 3rem;
	background: #eff5f8;
	position: relative;
	padding: 0 2rem;
	height: 22rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.sub_035 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	border: .1rem dashed #cfdce3;
}

.sub_035 .img_box {
	width: 5rem;
	height: 5rem;
	position: relative;
	line-height: 5rem;
	margin: 0 auto 2.7rem;
	font-size: 4.8rem;
	color: #005aa0;
}

.sub_035 .img_box img {
	display: block;
	margin: 0 auto;
}

.sub_035 .title {
	margin: 0 0 1.2rem;
}

@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}

	50% {
		-webkit-transform: translateY(-0.4rem);
		transform: translateY(-0.4rem)
	}

	100% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}

	50% {
		-webkit-transform: translateY(-0.4rem);
		transform: translateY(-0.4rem)
	}

	100% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-0.8rem);
		transform: translateY(-0.8rem)
	}
}

.sub_035 .item {
	-webkit-transform: perspective(.1rem) translateZ(0);
	transform: perspective(.1rem) translateZ(0);
}

.sub_035 .item:hover .img_box {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}

.sub_041 {}

.sub_041 ul {
	margin: 0 0 -5.5rem;
	padding: 1.9rem 0 0;
}

.sub_041 .item {
	margin: 0 0 5.5rem;
	border-top: .1rem solid #e5e5e5;
}

.sub_041 .left {
	width: 9.6rem;
	float: left;
	border-top: .2rem solid #f8b551;
	margin: -0.1rem 0 0;
	padding: 1.4rem 0 0;
}

.sub_041 .title {
	margin: 0 0 3.4rem;
	color: #005aa0;
}

.sub_041 .more {
	padding: 0 1.5rem;
	line-height: 3.2rem;
	color: #fff;
	background: #005aa0;
	border-radius: .5rem;
	display: inline-block;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_041 .more:hover {
	background: #f8b551;
}

.sub_041 .right {
	margin: 0 0 0 12.6rem;
	padding: 1.2rem 0 0;
}

.sub_041 .vicetitle {
	margin: 0 0 .9rem;
	line-height: 1.8em;
}

.sub_054 {
	margin: -1.1rem 0 0;
}

.sub_054 .more {
	float: right;
	color: #fff;
	line-height: 6rem;
	height: 6rem;
	display: block;
	border-radius: .5rem;
	background: #005aa0;
	padding: 0 3.8rem;
	margin: 3.2rem 0 0;
}

.sub_054 .more i {
	margin: 0 0 0 1.1rem;
	font-size: 3rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_054 .more:hover i {
	left: 10px;
}

.sub_054 .sub_033 {
	margin: 4.7rem 0 0;
	padding: 0 0 .8rem;
}

.sub_054 .article_title1 {
	margin-bottom: 2.6rem;
}

.sub_064 {}

.sub_064 ul {
	margin: 0 0 -3.4rem;
	padding: .3rem 0 0;
}

.sub_064 .item {
	margin: 0 0 3.4rem;
	position: relative;
	padding: 0 0 1.7rem 3rem;
	border-bottom: .1rem solid #e5e5e5;
}

.sub_064 .icon-chilun {
	position: absolute;
	left: 0;
	top: .7rem;
	font-size: 1.6rem;
	color: #f8b551;
	font-weight: bold;
}

.sub_064 .title {
	margin: 0 0 1.5rem;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_064 .time {
	font-family: 'time';
	color: #999;
}

.sub_064 .time i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5rem 0 0;
	color: inherit;
}

.sub_064 .item:hover .title {
	text-indent: 1rem;
}

.sub_101 {}

.sub_101 ul {
	margin: 0 0 -4rem;
}

.sub_101 .item {
	margin: 0 0 4rem;
	background: url(../images/sub101_bg.png) no-repeat right center/100% 100%;
	/*border-left: .1rem solid #d9dce7;*/
	position: relative;
	height: 16rem;
	padding: 2.9rem 29rem 0 3rem;
}

.sub_101 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 2.9rem;
	top: 0;
	width: .1rem;
	background: #f8b551;
	height: 8.6rem;
}

.sub_101 .item::after {
	content: '';
	display: block;
	position: absolute;
	left: 2.7rem;
	top: 8.5rem;
	width: .3rem;
	height: .3rem;
	border: .1rem solid #f8b551;
	border-radius: 50%;
}

.sub_101 .time {
	font-family: 'time';
	color: #005faf;
	text-align: right;
	float: left;
	width: 10.4rem;
	padding: .2rem 0 0;
}

.sub_101 .day {
	margin: 0 0 .2rem;
	line-height: 1.2em;
	font-size: 3.2rem;
}

.sub_101 .right {
	margin: 0 0 0 14.2rem;
}

.sub_101 .title {
	margin: 0 0 .7rem;
}

.sub_101 .summary {
	margin: 0 0;
	color: #999;
}

/* ä¸‹è¾¹æ˜¯å°é¦–é¡µ */
.sub_title {
	display: inline-block;
	padding: 0 0 0 3rem;
	position: relative;
	line-height: 3.6rem;
	height: 3.6rem;
	vertical-align: top;
}

.sub_title.c2 {
	color: #fff;
}

.sub_title::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: .3rem;
	background: #f8b551;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_more {
	display: inline-block;
	padding: 0 0 0 4rem;
	position: relative;
	line-height: 3.6rem;
	height: 3.6rem;
	vertical-align: top;
	color: #005aa0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}
.sub_more2{margin: 0 0 0 4rem;padding: 0;}
.sub_more2 i{margin:0 1rem 0 0;vertical-align: bottom;}

.sub_more:hover {
	color: #f8b551;
}

.sub_title+.sub_more {
	float: right;
}

.sub_more .ico {
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_more .ico::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sub_more12.png) no-repeat center/100% 100%;
	animation: submore1 4s linear infinite;
}

.sub_more .ico::after {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -0.8rem 0 0 -0.8rem;
	background: url(../images/sub_more11.png) no-repeat center/100% 100%;
}

.sub_more.c2 {
	color: #f8b551;
}

.sub_more.c2 .ico::before {
	background-image: url(../images/sub_more22.png);
}

.sub_more.c2 .ico::after {
	background-image: url(../images/sub_more21.png);
}

.sub_more.c3 {
	color: #fff;
}

.sub_more.c3 .ico::before {
	background-image: url(../images/sub_more32.png);
}

.sub_more.c3 .ico::after {
	background-image: url(../images/sub_more31.png);
}

@-webkit-keyframes submore1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes submore1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.sub_more:hover .ico::after {
	animation: submore2 1.2s linear infinite;
}

@-webkit-keyframes submore2 {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(.8);
	}
}

@keyframes submore2 {
	0%, 100% {
		transform: scale(1);
	}

	50% {
		transform: scale(.8);
	}
}


.wrap_sub010a {
	padding: 8rem 0 10rem;
	background: #fff url(../images/sub010a_bg.png) no-repeat right bottom/100% auto;
}

.sub010a .lf {
	width: 82rem;
	padding: 0 0 2rem 2rem;
	float: left;
}

.sub010a .rt {
	float: right;
	width: 64rem;
}

.sub010a .lf .img_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.sub010a .lf .img_box::before {
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	right: 2rem;
	top: 2rem;
	bottom: -2rem;
	background-image: -moz-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	z-index: -1;
}

.sub010a .lf .img_box img {
	display: block;
	width: 100%;
}

.cInstitutional3 .sub010a .lf {
	width: 64rem;
	padding: 0 0 2rem 2rem;
	float: left;
}

.cInstitutional3 .sub010a .rt {
	float: right;
	width: 82rem;
}

.cInstitutional3 .sub010a .rt .img_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.cInstitutional3 .sub010a .rt .img_box img {
	display: block;
	width: 100%;
}

.cInstitutional3 .sub010a .rt .img_box::before {
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	right: 2rem;
	top: 2rem;
	bottom: -2rem;
	background-image: -moz-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	z-index: -1;
}

.sub010a .rt .sub_title {
	margin-left: .5rem;
}

.sub_010a {
	margin: 3.9rem 0 11.2rem;
}

.wrap_sub010b {
	padding: 7.8rem 0 9.8rem;
}

.sub010b {
	overflow: hidden;
}

.sub_010b {
	margin: 0 0 0 -4.5rem;
	padding: 5.7rem 0 0;
}

.sub_010b ul {
	margin: 0 0;
}

.sub_010b .item {
	margin: 0 0;
	padding: 0 4.5rem 2.2rem;
	position: relative;
}

.sub_010b .item::before {
	content: '';
	display: block;
	position: absolute;
	width: .1rem;
	height: 15rem;
	background: #bfbfbf;
	right: 0;
	top: .4rem;
}

.sub_010b .time {
	font-family: 'bahnschrift';
	color: #005faf;
	font-weight: bold;
	margin: 0 0 1.4rem;
}

.sub_010b .summary {
	margin: 0 0;
	color: #333;
	text-indent: 2em;
}

.sub_010c {}

.sub_010c ul {
	margin: 0 0;
}

.sub_010c .item {
	margin: 0 -4rem 0 0;
	height: 25rem;
	background: url(../images/sub010c_bg1.png) no-repeat center/cover;
	position: relative;
}

.sub_010c li:nth-child(2) .item {
	margin: 6rem 0 -6rem -4rem;
	background-image: url(../images/sub010c_bg2.png);
	z-index: 2;
}

.sub_010c .box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20rem;
	right: 16rem;
}

.sub_010c li:nth-child(2) .box {
	left: 8rem;
	right: 20rem;
}

.wrap_sub010d {
	padding: 13.8rem 0 10.2rem;
	background: url(../images/sub010d_bg.png) no-repeat center/cover;
	text-align: center;
}

.sub010d {}

.sub_010d {
	margin: 0 0;
	color: #fff;
	padding: 6rem 5.5rem;
	margin: 0 0 -0.1rem;
	position: relative;
}

.sub_010d::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4.8rem;
	background: url(../images/sub010d_dot1.png) no-repeat center/cover;
	width: 3.5rem;
	height: 3.2rem;
}

.sub_010d::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 4.4rem;
	background: url(../images/sub010d_dot2.png) no-repeat center/cover;
	width: 3.5rem;
	height: 3.2rem;
}

.wrap_sub010e {
	padding: 10rem 0 10rem;
	background: #edeef3;
	overflow: hidden;
}

.sub010e {}

.sub_010e {}

.sub_010e ul {
	margin: 0 0 -4rem -6.1rem;
}

.sub_010e .item {
	margin: 0 0 4rem 6.1rem;
	position: relative;
}

.sub_010e .gp-img {
	padding-bottom: 128.8%;
}

.sub_010e .title {
	margin: 0 0;
	position: absolute;
	left: 0;
	/*right: 11rem;*/
	bottom: 6rem;
	line-height: 10.4rem;
	color: #fff;
	background-image: -moz-linear-gradient(155deg, rgba(45, 48, 155, .88) 0%, rgba(0, 95, 175, .88) 100%);
	background-image: -webkit-linear-gradient(155deg, rgba(45, 48, 155, .88) 0%, rgba(0, 95, 175, .88) 100%);
	background-image: -ms-linear-gradient(155deg, rgba(45, 48, 155, .88) 0%, rgba(0, 95, 175, .88) 100%);
	padding: 0 6rem;
	clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 100%, 0 100%);
	min-width: calc(100% - 11rem);
}

.wrap_sub010f {
	padding: 8rem 0 10rem;
	/*background: #fff;*/
}

.sub010f {}

.sub_010f {}

.sub_010f ul {
	margin: 0 0;
}

.sub_010f .item {
	margin: 0 0;
	height: 24rem;
	padding: 5.9rem 26.8rem 0 8rem;
	background: #005faf url(../images/sub010f_bg1.png) no-repeat right bottom/100% auto;
}

.sub_010f li:nth-child(2) .item {
	background-image: url(../images/sub010f_bg2.png);
	background-color: #004d8c;
}

.sub_010f .summary {
	margin: 2.1rem 0 0 3rem;
	color: rgba(255, 255, 255, .88);
}

.wrap_sub010g {
	padding: 2rem 0 .3rem;
	text-align: center;
	margin: 0 0 -1.5rem;
}

.sub010g {
	overflow: hidden;
}

.sub_010g {
	margin: 0 0 0 -0.1rem;
	padding: 6.9rem 0 7.2rem;
}

.sub_010g ul {
	margin: 0 0;
}

.sub_010g .item {
	margin: 0 0;
	position: relative;
	padding: 0 .1rem 1.3rem;
}

.sub_010g .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: .2rem;
	width: .1rem;
	height: 10rem;
	background: #dcdcdc;
}

.sub_010g .num {
	font-family: 'time';
	color: #005aa0;
	margin: 0 0 1.2rem;
}

.sub_010g .vicetitle {
	margin: 0 0;
	color: #555;
	text-align: center;
}

.sub_010g .swiper-pagination {
	right: 0;
	bottom: .4rem;
	left: 0;
	width: auto;
}

.sub_010g .swiper-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: transparent;
	opacity: 1;
	border-radius: 0;
	margin: 0 1rem;
}

.sub_010g .swiper-pagination .swiper-pagination-bullet i {
	font-size: 2.3rem;
	color: #c3cddc;
}

.sub_010g .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.sub_010g .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
	color: #005aa0;
}

.sub_02 {
	padding: 0 0 0;
}

.sub_02 .box {
	margin: 0 0 5.9rem;
}

.sub_02 .box:last-child {
	margin: 0;
}

.sub_02 .part_title {
	border-bottom: .1rem solid #d8dbe5;
	padding: 0 0 3rem;
	position: relative;
}

.sub_02 .more {
	display: block;
	position: absolute;
	right: 0;
	top: .2rem;
	width: 3.5rem;
	height: 3.5rem;
	background: #d8dbe5;
	cursor: pointer;
}

.sub_02 .more::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: .2rem;
	background: #005aa0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.sub_02 .more::after {
	content: '';
	display: block;
	width: .2rem;
	height: 1.5rem;
	background: #005aa0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_02 .more.active::after {
	height: .2rem;
}

.sub_02a {
	display: none;
}

.sub_02a ul {
	margin: 0 0 -3rem -4rem;
	padding: 4rem 0 0;
}

.sub_02a .item {
	margin: 0 0 3rem 4rem;
	border: .1rem solid #c7c8cd;
	border-left: .1rem solid #005aa0;
	padding: 2.6rem 0 2.4rem 3rem;
	position: relative;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	height: 8.8rem;
}

.sub_02a .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	background: #fff url(../images/sub02_bg.png) no-repeat right center/auto 100%;
	z-index: -1;
}

.sub_02a .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3rem;
	right: 0;
	white-space: normal;
	line-height: 3rem;
	height: auto;
	max-height: 9rem;
}
.sub_02a .title a{display: inline-block;}

.sub_02a .item:hover {
	border-color: #fff;
	border-left-color: #f8b551;
}

.sub_02a .item:hover::before {
	width: 100%;
}

.wrap_sub03a {
	padding: 8rem 0 10rem;
	background: url(../images/sub03a_bg.png) no-repeat right bottom/48rem auto;
}

.sub03a .lf {
	width: 82rem;
	padding: 0 0 2rem 2rem;
	float: left;
}

.sub03a .rt {
	float: right;
	width: 64rem;
}

.sub03a .lf .img_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.sub03a .lf .img_box::before {
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	right: 2rem;
	top: 2rem;
	bottom: -2rem;
	background-image: -moz-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	z-index: -1;
}

.sub03a .lf .img_box img {
	display: block;
	width: 100%;
}

.sub03a .rt .sub_title {
	margin-left: .5rem;
}

.sub_03a {
	margin: 4rem 0 6rem;
	text-indent: 2em;
}

.wrap_sub03b {
	padding: 8rem 0 12rem;
	background: #fff;
	text-align: center;
}

.sub_03b {
	padding: 5rem 0 0;
}

.sub_03b ul {
	margin: 0 0 -3rem -3rem;
}

.sub_03b li:nth-child(2n) {
	margin-top: 5rem;
}

.sub_03b .item {
	margin: 0 0 3rem 3rem;
	height: 45rem;
	position: relative;
	background: #004a8b url(../images/sub03b_bg1.png) no-repeat bottom center/100% auto;
	overflow: hidden;
	top: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_03b .item:hover {
	top: -1rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
}

.sub_03b li:nth-child(2) .item {
	background-image: url(../images/sub03b_bg2.png);
	background-color: #005faf;
}

.sub_03b li:nth-child(3) .item {
	background-image: url(../images/sub03b_bg3.png);
	background-color: #4e93dd;
}

.sub_03b li:nth-child(4) .item {
	background-image: url(../images/sub03b_bg4.png);
	background-color: #2548ad;
}

.sub_03b .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	border: .1rem dashed #206eb3;
}

.sub_03b li:nth-child(2) .item::before {
	border-color: #087cde;
}

.sub_03b li:nth-child(3) .item::before {
	border-color: #7bbbff;
}

.sub_03b li:nth-child(4) .item::before {
	border-color: #4e72db;
}

.sub_03b .img_box {
	margin: 8.9rem auto 5.8rem;
	text-align: center;
	width: 15rem;
	font-size: 13rem;
	color: #fff;
	height: 13rem;
	line-height: 13rem
}

.sub_03b .img_box img {
	display: block;
	width: 100%;
}

.sub_03b .title {
	margin: 0 0;
	color: #fff;
}

.wrap_sub03c {
	padding: 10rem 0 0;
}

.sub_03c ul {
	margin: 0 0 -3rem -4rem;
}

.sub_03c .item {
	margin: 0 0 3rem 4rem;
	position: relative;
}

.sub_03c .bottom {
	padding: 0 0;
	line-height: 6.5rem;
	height: 6.5rem;
	margin: -3.6rem 15rem 0 0;
	position: relative;
	z-index: 2;
	color: #fff;
	background-image: -moz-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	padding: 0 3.5rem 0 3rem;
	clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 0 100%);
}

.sub_03c .bottom i {
	float: right;
	font-size: 2rem;
}

.sub_03c .title {
	margin: 0 5rem 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sub_04 {}

.sub_04 ul {
	margin: 0 0 -8rem;
	padding: 0 0;
}

.sub_04 .item {
	margin: 0 0 8rem;
	align-items: center;
}

.sub_04 .img_box {
	width: 80rem;
}

.sub_04 .info_box {
	padding: 4.8rem 5rem 4.8rem;
	width: 74rem;
	margin: -2rem 2rem 0 -4rem;
	position: relative;
	background: #fff;
	z-index: 2;
}

.sub_04 .info_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 4rem;
	top: 2rem;
	right: -2rem;
	bottom: -2rem;
	z-index: -2;
	background-image: -moz-linear-gradient(-41deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -webkit-linear-gradient(-41deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -ms-linear-gradient(-41deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
}

.sub_04 .info_box::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
}

.sub_04 .summary {
	margin: 3.2rem 0 3.4rem;
	color: #555;
	min-height: 10.2rem;
}

.sub_04 .sub_more {
	display: inline-block;
	min-width: 28rem;
	margin: 0 1.5rem 0 0;
	height: auto;
}

.sub_04 li:nth-child(2n) .img_box {
	order: 2;
}

.sub_04 li:nth-child(2n) .info_box {
	margin: -2rem -4rem 0 2rem;
}

.sub_04 li:nth-child(2n) .info_box::before {
	left: -2rem;
	right: 4rem;
}

.wrap_sub05a {
	padding: 7.8rem 0 9.6rem;
	background: #edeef3 url(../images/sub05a_bg.png) no-repeat left bottom/57.5rem auto;
	text-align: center;
}

.sub05a {}

.sub_05a1 {
	margin: 0 0;
	padding: 6rem 5.5rem;
	margin: 0 0 1.1rem;
	position: relative;
}

.sub_05a1::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4.8rem;
	background: url(../images/sub05a_dot1.png) no-repeat center/cover;
	width: 3.5rem;
	height: 3.2rem;
}

.sub_05a1::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 4.4rem;
	background: url(../images/sub05a_dot2.png) no-repeat center/cover;
	width: 3.5rem;
	height: 3.2rem;
}

.sub_05a2 {}

.sub_05a2 ul {
	margin: 0 0 3.2rem;
}

.sub_05a2 .item {
	margin: 0 0 3rem;
	position: relative;
}

.sub_05a2 .item::before {
	content: '';
	width: .1rem;
	position: absolute;
	left: 0;
	top: .3rem;
	height: 10rem;
	background: #caccd5;
}

.sub_05a2 li:first-child .item::before {
	display: none;
}

.sub_05a2 .num {
	font-family: 'bahnschrift';
	color: #555;
	font-weight: bold;
	margin: 0 0 1.2rem;
}

.sub_05a2 .vicetitle {
	margin: 0 0;
	color: #333;
}

.wrap_sub05b {
	padding: 14rem 0 10rem;
	background: #fff;
}

.sub05b {
	background-image: -moz-linear-gradient(113deg, rgb(30, 64, 162) 0%, rgb(0, 95, 175) 100%);
	background-image: -webkit-linear-gradient(113deg, rgb(30, 64, 162) 0%, rgb(0, 95, 175) 100%);
	background-image: -ms-linear-gradient(113deg, rgb(30, 64, 162) 0%, rgb(0, 95, 175) 100%);
	padding: 7.7rem 6rem 8rem;
}

.sub05b .lf {
	width: 40rem;
	float: left;
	margin: -13.7rem 0 0;
}

.sub05b .lf img {
	display: block;
	width: 100%;
}

.sub05b .rt {
	margin: 0rem 0 0 45rem;
}

.sub_05b {}

.sub_05b ul {
	margin: 0 0 -2rem -2rem;
	padding: 5.3rem 0 0;
}

.sub_05b .item {
	margin: 0 0 2rem 2rem;
	text-align: center;
	background: #fff;
	position: relative;
	height: 7.8rem;
	overflow: hidden;
}

.sub_05b .item::before {
	content: '';
	display: block;
	background: #ca9340;
	position: absolute;
	width: 0;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_05b .title {
	margin: 0 0;
	color: #ca9340;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 2em;
	z-index: 2;
}

.sub_05b .item:hover::before {
	width: 100%;
}

.sub_05b .item:hover .title {
	color: #fff;
}

.wrap_sub05c {
	padding: 8rem 0 0;
}

.sub05c {}

.sub_05c ul {
	margin: 0 0 -3rem -3rem;
}

.sub_05c li:nth-child(2n) {
	margin-top: 5rem;
}

.sub_05c .item {
	margin: 0 0 3rem 3rem;
	height: 45rem;
	position: relative;
	background: #004a8b url(../images/sub05c_bg1.png) no-repeat bottom center/100% auto;
	overflow: hidden;
	top: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_05c .item:hover {
	top: -1rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
}

.sub_05c li:nth-child(2) .item {
	background-image: url(../images/sub05c_bg2.png);
	background-color: #005faf;
}

.sub_05c li:nth-child(3) .item {
	background-image: url(../images/sub03b_bg3.png);
	background-color: #4e93dd;
}

.sub_05c li:nth-child(4) .item {
	background-image: url(../images/sub03b_bg4.png);
	background-color: #2548ad;
}

.sub_05c .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	border: .1rem dashed #206eb3;
}

.sub_05c li:nth-child(2) .item::before {
	border-color: #087cde;
}

.sub_05c li:nth-child(3) .item::before {
	border-color: #7bbbff;
}

.sub_05c li:nth-child(4) .item::before {
	border-color: #4e72db;
}

.sub_05c .img_box {
	margin: 8.9rem auto 5.8rem;
	text-align: center;
	width: 15rem;
	font-size: 13rem;
	color: #fff;
	height: 13rem;
	line-height: 13rem
}

.sub_05c .img_box img {
	display: block;
	width: 100%;
}

.sub_05c .title {
	margin: 0 0;
	color: #fff;
	text-align: center;
}

.wrap_sub06a {
	padding: 7.8rem 0 11.4rem;
	background: #f2f1f5 url(../images/sub06a_bg.png) no-repeat center bottom/100% auto;
	text-align: center;
}

.sub06a {}

.wrap_sub06b {
	padding: 10rem 0 0;
}

.sub06b {}

.sub_06b {}

.sub_06b ul {
	margin: 0 0 -3rem -4rem;
}

.sub_06b .item {
	margin: 0 0 3rem 4rem;
	position: relative;
}

.sub_06b .gp-img {
	padding-bottom: 121%;
}

.sub_06b .bottom {
	line-height: 6.5rem;
	height: 6.5rem;
	z-index: 2;
	color: #fff;
	background-image: -moz-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(0, 95, 175) 0%, rgb(0, 74, 139) 100%);
	padding: 0 3.5rem 0 3rem;
	clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	right: 15rem;
	bottom: 6rem;
}

.sub_06b .bottom i {
	float: right;
	font-size: 2rem;
}

.sub_06b .title {
	margin: 0 5rem 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wrap_sub07a {
	padding: 8.2rem 0 10rem;
	background: #fff url(../images/sub07a_bg.png) no-repeat right bottom/100% auto;
}

.sub07a .lf {
	width: 82rem;
	padding: 0 0 2rem 2rem;
	float: left;
}

.sub07a .rt {
	float: right;
	width: 64rem;
}

.sub07a .lf .img_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.sub07a .lf .img_box::before {
	content: '';
	display: block;
	position: absolute;
	left: -2rem;
	right: 2rem;
	top: 2rem;
	bottom: -2rem;
	background-image: -moz-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -webkit-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	background-image: -ms-linear-gradient(-45deg, rgb(0, 95, 175) 0%, rgb(45, 48, 155) 100%);
	z-index: -1;
}

.sub07a .lf .img_box img {
	display: block;
	width: 100%;
}

.sub07a .rt .sub_title {
	margin-left: .5rem;
}

.sub_07a {
	margin: 4.1rem 0 7rem;
	text-indent: 2em;
}

.wrap_sub07b {
	padding: 8rem 0 10rem;
}

.sub_07b ul {
	margin: 0 0;
	padding: 0 0;
}

.sub_07b .item {
	margin: 0 0;
}

.sub_07b .bottom {
	padding: 3.4rem 3rem 3.6rem;
	background: #0c4994;
}

.sub_07b .summary {
	margin: 2.3rem 0 0;
	color: #fff;
	text-align: justify;
	text-indent: 2em;
}

.sub_07b li:nth-child(2) .bottom {
	background: #005faf;
}

.sub_07b li:nth-child(3) .bottom {
	background: #2d309b;
}

.wrap_sub07c {
	padding: 7.8rem 0 6rem;
	background: url(../images/sub07c_bg.png) no-repeat top center/100% auto;
	text-align: center;
}

.sub07c {}

.sub_07c {
	padding: 5.1rem 0 0;
}

.sub_07c ul {
	margin: 0 0 -3rem -3rem;
}

.sub_07c .item {
	margin: 0 0 3rem 3rem;
	background: #fff url(../images/sub07c_bg2.png) no-repeat right bottom/cover;
	padding: 3.6rem 3rem 4.6rem;
	position: relative;
	text-align: left;
}

.sub_07c li:nth-child(2n) {
	margin-top: 4rem;
}

.sub_07c .item::before {
	content: '';
	display: block;
	background: #f8b551;
	width: 1.5rem;
	height: .3rem;
	top: 5.2rem;
	left: 0;
	position: absolute;
}

.sub_07c .summary {
	margin: 1.3rem 0 4.2rem;
	color: #999;
	text-align: justify;
	text-indent: 2em;
}

.wrap_sub07d {
	padding: 4rem 0 0;
}

.sub07d {}

.sub07d .img_box {}

.sub07d .img_box img {
	display: block;
	width: 100%;
}

.sub07d .lf {
	width: 30rem;
	float: left;
	margin: 0 0 0 10rem;
	padding: 4rem 0 0;
}

.sub07d .sub_title {
	display: block;
	margin: 0 0 2.5rem;
}

.sub07d .sub_more {
	display: block;
	float: none;
}

.sub07d .rt {
	float: right;
	width: 90rem;
	margin: -5.9rem 10rem 0 0;
	padding: 4.2rem 5rem 5.6rem;
	color: #fff;
	background-image: -moz-linear-gradient(123deg, rgba(45, 48, 155, .55) 0%, rgba(45, 48, 155, 0) 100%);
	background-image: -webkit-linear-gradient(123deg, rgba(45, 48, 155, .55) 0%, rgba(45, 48, 155, 0) 100%);
	background-image: -ms-linear-gradient(123deg, rgba(45, 48, 155, .55) 0%, rgba(45, 48, 155, 0) 100%);
	background-color: #005aa0;
	position: relative;
	z-index: 2;
	text-indent: 2em;
}

.sub_10 .box {
	margin: 0 0 7.8rem;
}

.sub_10 .box:last-child {
	margin-bottom: 0;
}

.sub_10a {
	padding: 4rem 0 0;
	border-top: .1rem solid #c4c6d1;
	margin: 3.1rem 0 0;
}

.sub_10a ul {
	margin: 0 0 -2rem -2rem;
}

.sub_10a .item {
	margin: 0 0 2rem 2rem;
	background: #fff url(../images/sub10_bg.png) no-repeat right center/auto 100%;
	padding: 2.9rem 3rem 2.1rem;
	position: relative;
}

.sub_10a .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 3rem;
	top: 0;
	width: .1rem;
	height: 5rem;
	background: #f8b551;
}

.sub_10a .time {
	font-family: 'time';
	color: #005aa0;
	margin: 0 0 2.4rem 2rem;
}

.sub_10a .time i {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
	color: inherit;
}

.sub_0b .box {
	margin: 0 0 5.5rem;
}

.sub_0b .box:last-child {
	margin: 0;
}

.sub_0b .part_title {
	min-width: 35rem;
	position: relative;
	margin: 0 0 -3.6rem;
	z-index: 2;
	line-height: 4rem;
	background: #f6f7fd;
	color: #005aa0;
	padding: 1.6rem 3rem 1.6rem 5rem;
	clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 100%, 0 100%);
	float: left;
}

.sub_0b .part_title::before {
	content: '';
	display: block;
	width: 2rem;
	height: .4rem;
	background: #f8b551;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sub_0b1 {
	background: #fff;
	padding: 5.4rem 5rem 5.1rem;
	clear: both;
}

.sub_0b1 ul {
	margin: 0 0 -1rem -3rem;
}

.sub_0b1 .item {
	margin: 0 0 1rem 3rem;
	border-bottom: .1rem dashed #d1d4e1;
	line-height: 6rem;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_0b1 i {
	float: right;
	color: #d1d4e1;
	font-size: 1.5rem;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_0b1 .item:hover {
	border-bottom: 1px solid #005aa0;
}

.sub_0b1 .item:hover i {
	color: #005aa0;
}

.sub_0c {}

.sub_0c ul {
	margin: 0 0 -3.7rem -3rem;
	padding: .8rem 0 0;
}

.sub_0c .item {
	margin: 0 0 3.7rem 3rem;
}

.sub_0c .gp-img {
	padding-bottom: 48.9%;
}

.sub_0c .bottom {
	padding: 1rem 2.2rem 0;
	position: relative;
}

.sub_0c .bottom::before {
	content: '';
	display: block;
	width: .2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 2rem;
	background: #f8b551;
}

.sub_0c .title {
	margin: 0 0 .8rem;
}

.sub_0c .time {
	color: #999;
	margin: 0 0;
	font-family: 'time';
}


@media screen and (max-width:1640px) {}

@media screen and (max-width:1280px) {
	.sub_05b .title {
		font-size: 13px;
	}


}

@media screen and (max-width:996px) {
	.sub_02a .item {
		height: auto;
	}

	.sub_02a .title {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		transform: none;
		max-height: none;
	}

	.sub_004 .img_box {
		width: 40%;
		margin: 0;
	}

	.sub_004 .info_box {
		width: 60%;
	}

	.sub_007 ul {
		margin-top: 0;
	}

	.sub_007 .title {
		bottom: 1.5rem;
	}

	.sub_007 .item::before {
		height: 9.2rem;
	}


	.sub_012 .line::before, .sub_012 .line::after {
		display: none;
	}

	.sub_013 .item {
		padding-bottom: 20px;
		height: auto;
	}

	.sub_013 .top {
		max-width: initial;
	}

	.sub_013 .article {
		height: auto;
		max-width: initial;
	}

	.sub_041 .left {
		width: 90px;
	}

	.sub_041 .right {
		margin-left: 110px;
	}

	.sub_064 .icon-chilun {
		font-size: 12px;
	}

	.wrap_sub010a, .wrap_sub03a, .wrap_sub07a {
		padding: 5rem 0 6rem;
	}

	.sub010a .lf, .sub03a .lf, .sub07a .lf {
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.sub010a .rt, .sub03a .rt, .sub07a .rt {
		width: auto;
		float: none;
	}

	.sub_010a, .sub_03a, .sub_07a {
		margin: 12px 0 24px;
		line-height: 1.8em;
	}

	.cInstitutional3 .sub010a .rt, .cInstitutional3 .sub03a .rt, .cInstitutional3 .sub07a .rt {
		width: auto;
		float: none;
		margin: 0 0 20px;
		margin: 0 0 6rem 2rem;
	}

	.cInstitutional3 .sub010a .lf, .cInstitutional3 .sub03a .lf, .cInstitutional3 .sub07a .lf {
		width: auto;
		float: none;
		padding: 0px;
	}

	.sub_010a, .sub_03a, .sub_07a {
		margin: 12px 0 24px;
		line-height: 1.8em;
	}

	.wrap_sub010b {
		padding: 30px 0;
	}

	.sub_010c .item, .sub_010c li:nth-child(2) .item {
		margin: 0;
		height: 100px;
	}

	.sub_010c .box, .sub_010c li:nth-child(2) .box {
		left: 40px;
		right: 40px;
	}

	.wrap_sub010d {
		padding: 50px 0 40px;
	}

	.sub_010d {
		line-height: 2em;
	}

	.sub_010e ul {
		margin: 0 0 -20px -20px;
	}

	.sub_010e .item {
		margin: 0 0 20px 20px;
	}

	.sub_010e .title {
		font-size: 16px;
		right: 20px;
		padding: 0 10px;
		line-height: 3em;
	}

	.sub_04 .img_box {
		width: 100%;
	}

	.sub_04 li:nth-child(2n) .img_box {
		order: 0;
	}

	.sub_04 .info_box, .sub_04 li:nth-child(2n) .info_box {
		width: 100%;
		padding: 20px;
		margin: 0;
		position: relative;
	}

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

	.sub_05a2 li:nth-child(3n+1) .item::before {
		display: none;
	}

	/* .wrap_sub06a{} */
	.wrap_sub06a {
		padding: 30px 0 40px;
	}

	.sub07d .lf {
		margin: 20px 0 20px 30px;
		width: auto;
		padding: 0;
		float: none;
	}

	.sub07d .rt {
		margin: 0;
		float: none;
		width: auto;
		padding: 20px 24px;
		line-height: 1.8em
	}



}

@media screen and (max-width: 767px) {
	.sub_004 .item {
		flex-wrap: wrap;
	}

	.sub_004 .img_box {
		width: 100%;
		margin: 0;
	}

	.sub_004 .info_box {
		width: 100%;
		padding: 12px 20px 6px;
	}

	.sub_0110 {
		display: block;
	}

	.sub_0110 .left {
		margin: 0 auto 20px;
	}

	.sub_0110 .right {
		width: auto;
		border-top: 1px solid #dcdcdc;
		border-left: none;
		padding: 20px 5px 0;
	}

	.sub_033, .sub_054 {
		overflow: auto;
	}

	.sub_033 table, .sub_054 table {
		min-width: 480px;
	}

	.sub_033 th, .sub_033 thead td, .sub_033 .firstRow td , .sub_054 th, .sub_054 thead td {
		font-size: 16px;
	}

	.sub_033 td, .sub_054 td {
		font-size: 14px;
	}

	.sub_101 .item {
		background: none;
		border: 1px solid #d9dce7;
		height: auto;
		padding: 18px;
	}

	.sub_010f .item {
		padding-left: 20px;
		padding-right: 40px;
	}

	.sub_010e ul {
		margin: 0 0 -20px;
	}

	.sub_010e .item {
		margin: 0 20px 20px 0;
	}

	.wrap_sub010e {
		padding: 30px 0;
	}

	.wrap_sub010f {
		padding: 30px 0 30px;
	}

	.sub_03b li:nth-child(2n), .sub_05c li:nth-child(2n) {
		margin-top: 0;
	}

	.sub_05a2 .item::before {
		display: none;
	}

	.sub_05a2 .num {
		margin: 0 0 3px;
	}

	.sub05b {
		padding: 46px 20px 24px;
	}

	.sub05b .lf {
		width: auto;
		float: none;
	}

	.sub05b .rt {
		margin: 30px 0 0;
	}

	.sub_05b ul {
		padding: 20px 0 0;
	}

	.wrap_sub05a {
		padding: 30px 0 40px;
	}

	.wrap_sub07b {
		padding: 30px 0 40px;
	}

	.sub_07c li:nth-child(2n) {
		margin-top: 0px;
	}

	.wrap_sub07c {
		padding: 30px 0 40px;
		background-size: auto 45%;
	}

	.sub_07c {
		padding: 20px 0 0;
	}

}

@media screen and (max-width: 413px) {}