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

.wrap_sub_banner {
	position: relative;
}

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

.sub_banner::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 50%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .88), rgba(0, 0, 0, 0));
}

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

.wrap_bread {
	background: #f2eef5;
	padding: 9px 0;
}

.bread {
	line-height: 24px;
	text-align: right;
}

.bread a {
	padding: 0 1px;
	display: inline-block;
	vertical-align: middle;
	color: #3e54a3;
}

.bread i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}

.bread a.on {
	color: #3e54a3;
}

.bread a:first-child {
	padding-left: 26px;
	background: url(../images/bread.png) left center no-repeat;
}

.content {
	padding: 0 0 90px;
	position: relative;
	z-index: 2;
}

.sub_content {
	position: relative;
	padding: 31px 0 0;
}

.page_title {
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px 0 38px;
}

.page_title span {
	border-bottom: 2px solid #3e54a3;
	display: inline-block;
	margin: 0 0 -1px;
	padding: 0 0 17px;
}

.sub_menu_title {
	color: #fff;
	line-height: 1.5em;
	padding: 30px 10px;
	font-weight: normal;
	position: absolute;
	/* font-size: 24px; */
	bottom: 100%;
	left: 0;
	right: 0;
	background: #3e54a3;
	text-align: center;
}

.sub_menu_title::before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	right: -15px;
	top: 0;
	background: #3e54a3;
	height: 30px;
	z-index: -1;
}

.sub_menu_title::after {
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0;
	background: #3e54a3;
	height: 15px;
	z-index: -1;
}

.sub_menu .lv0 {
	position: relative;
	overflow: hidden;
	padding: 0 0 10px;
	text-align: center;
}

.sub_menu .lv0::before {
	content: '';
	display: block;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	top: 0;
	border: 1px solid #3e54a3;
	border-top: none;
}

.sub_menu .lv0 ul {
	display: none;
}

.sub_menu ul, .sub_menu .tit, .sub_menu li {
	position: relative;
}

.sub_menu a {
	display: block;
	line-height: 1.5em;
	padding: 6px;
	position: relative;
	font-size: 14px;
	color: #555;
}

.sub_menu a.l0 {
	font-size: 18px;
	border: 1px solid #3e54a3;
	margin: 10px 0 0;
	background: right top no-repeat #fff;
	padding: 14px 5px;
}

.sub_menu a.current, .sub_menu a.on, .sub_menu a:hover {
	color: #3e54a3;
}

.sub_menu a.current.l0, .sub_menu a.on.l0, .sub_menu a.l0:hover {
	background: url(../images/sub_menu_bg.png) right top no-repeat, url(../images/sub_menu_bg2.png) -2px bottom no-repeat #fff;
}

.sub_menu .lv1 {
	background: #edf0f7;
	padding: 1px 0 12px;
	margin: -1px 20px 0;
}

.sub_menu .lv1::before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	top: -9px;
	height: 9px;
	background: #edf0f7;
}

.sub_menu .arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/sub_menu_arrow.png) center no-repeat;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

.sub_menu .tit.on .arrow {
	background-image: url(../images/sub_menu_arrow2.png);
}

.sub_left {
	width: 270px;
	float: left;
	position: relative;
}

.sub_right {
	margin: 0 0 0 350px;
	position: relative;
}

/* article_page_start */
.page_article {
	position: relative;
	margin: 0 0 0;
}

.full_page .page_article {
	margin: 28px 0 0;
}

.page_article_title {
	overflow: hidden;
	padding: 0 0 26px;
	margin: -5px 0 0;
	border-bottom: 1px solid #dcdcdc;
}

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

.selectbox {
	position: relative;
	padding: 0px 10px 0 20px;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	width: 74px;
	height: 37px;
	margin-left: 30px;
	line-height: 37px;
	background: #fff;
	border: 1px solid #004DA3;
}

.selectbox span {
	color: #666;
	font-size: 14px;
}

.selectbox .arrow {
	display: inline-block;
	width: 30px;
	height: 37px;
	background: url(../images/down.png) no-repeat center;
	position: absolute;
	background-size: 7px 6px;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.selectbox .arrow.on {
	transform: rotate(180deg);

}

.selectUl {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 37px;
	background: #fff;
	z-index: 10;
	max-height: 155px;
	overflow-y: scroll;
	display: none;
}

/* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
.selectUl::-webkit-scrollbar {
	width: 0px;

	height: 0px;


}

/* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¦Ã‚Â»Ã¢â‚¬ËœÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ©Ã¢â‚¬Â¡Ã…â€™ÃƒÂ©Ã‚ÂÃ‚Â¢ÃƒÂ¥Ã‚Â°Ã‚ÂÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¥Ã‚ÂÃ¢â‚¬â€ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
.selectUl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(21, 50, 97, .2);
	background: rgba(21, 50, 97, .2);
}

/* ÃƒÂ¦Ã‚Â»Ã…Â¡ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ¦Ã‚ÂÃ‚Â¡ÃƒÂ¨Ã‚Â½Ã‚Â¨ÃƒÂ©Ã‚ÂÃ¢â‚¬Å“ */
.selectUl::-webkit-scrollbar-track {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}

/* hoverÃƒÂ¦Ã¢â‚¬â€Ã‚Â¶ÃƒÂ¦Ã‹Å“Ã‚Â¾ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
.selectUl:hover::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 10px;
}

.selectUl li {
	line-height: 15px;
	margin: 10px 0;
}

.selectUl a {
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	font-size: 14px;
}

.selectUl a:hover {
	color: #153261;
}

.article_author {
	text-align: center;
	margin: 0 0 15px;
	font-size: 0px;
	width: 100%;
	color: #3e54a3;
	padding: 12px 0;
}

.article_author span {
	font-size: 15px;
	line-height: 26px;
	padding: 0 30px;
	color: #3e54a3;
}

.article_author i {
	font-size: 14px;
	font-style: normal;
}

.sub_right .page_article_title h3 {
	text-align: left;
}

.sub_right .article_author {
	text-align: left;
}

.sub_right .article_author span:first-child {
	padding-left: 0
}

.page_article .article {
	position: relative;
	text-align: justify;
	margin: 0px auto;
}

.page_article .article p {}

.page_article .article {}

.annex {
	overflow: hidden;
	margin: 35px 0 0;
	white-space: nowrap;
	line-height: 24px;
}

.annex .annex_title {
	position: relative;
	color: #3e54a3;
	display: inline-block;
	vertical-align: top;
}

.annex .list {
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}

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

.annex a {
	display: inline-block;
	position: relative;
}

/* .annex a::before{content: '';display: block;width: 5px;height: 5px;border-radius: 50%;position: absolute;left: 0;top: 10px;background: #37988f;} */
/* .annex a::after{content: '';width: 16px;height: 16px;margin: 0 0 0 30px;background: url(../images/article_annex.png) center no-repeat;display: inline-block;vertical-align: middle;} */
.annex a:hover {}

.article_bottom_btns {
	text-align: center;
	font-size: 0;
	padding: 54px 0 0;
}

.article_bottom_btns .article_btn {
	display: inline-block;
	line-height: 38px;
	padding: 0 16px 0 44px;
	color: #37988f;
	border: 1px solid #37988f;
	margin: 0 10px;
	background: 15px center no-repeat;
	cursor: pointer;
}

.article_bottom_btns .article_btn i {
	left: 14px;
}

.article_bottom_btns .article_btn.close {
	color: #e83437;
	border: 1px solid #e83437;
}

@media screen and (max-width: 992px) {
	.full_page .page_article, .page_article {
		margin: 0;
	}

	.page_article_title {
		padding: 0 0 10px;
	}

	.article_author {
		margin: 0 0 20px;
	}

	.article_bottom_btns {
		padding: 30px 0 0;
	}

	.article_control {
		display: none;
	}

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

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

	.article_author span {
		padding: 2px 10px;
		border: 0;
	}

	.article_author i {
		display: none;
	}

	.annex {
		margin: 20px 0;
	}

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

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

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

.share_box {
	line-height: 7px;
	text-align: center;
	color: rgb(1, 88, 156);
	font-size: 0px;
	z-index: 100;
	/* margin: 34px 0 0 38px; */
	clear: both;
	position: absolute;
	top: 60px;
	left: -86px;
	width: 50px;
}

.sub_right .share_box {
	right: -90px;
	left: auto;
}

.share_box .share_title {
	display: block;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 14px;
	margin: -13px 0 10px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

.share_box .share_title::before {
	content: '';
	display: block;
	border-top: 1px 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 10px;
	color: #333;
}

.share_box .share_btn, .share_box .share_btn.share_more::after {
	line-height: 20px;
	margin: 0px auto 20px;
	position: relative;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	border-radius: 50%;
}

.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");
}

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

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

/* .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: 0px;
	left: 0px;
	margin: 0px;
}

.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: 5px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

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

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

.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: 10px 0 0;
	border: 0px;
	/* border-radius: 0px; */
}

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

@media screen and (max-width: 1480px) {
	/* .share_box {position: fixed;right: 20px;bottom: 20px;top: initial;}
	.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: 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 0 10px;} */

	.share_box {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 20px 0 0;
		width: auto;
	}

	.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: none;
	}

	.share_box .share_btn {
		display: inline-block;
	}

	.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 10px;
	}

	.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;
	color: #999;
	font-size: 0;
	text-align: center;
	margin: 60px 0 0 0;
}

.pages:after, .pages:before {
	content: " ";
	display: table
}

.pages>a:first-child {}

.pages>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	transition: all 0.35s ease-in-out;
	margin: 0 8px;
	color: #333;
	border: 1px solid #3e54a3;
	background: #fff;
	margin: 0 15px;
}

.pages .start, .pages .end, .pages>span, .pages .next, .pages .prev {
	width: auto;
	padding: 0 23px;
}

/* .pages > span{font-size: 26px;font-family: arial;color: #333;margin: 0 12px;} */
/* .pages .next{background: url(../images/pages_next1.png) center no-repeat #fff;border: 1px solid #979797;} */
/* .pages .prev{background: url(../images/pages_prev1.png) center no-repeat #fff;border: 1px solid #979797;} */
.pages>a:hover, .pages>a.on_page {
	background-color: #004DA3;
	color: #fff;
	border-color: #004DA3;
}

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

.pages .select_page {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
}

.pages .select_page span {
	font-size: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	color: #666;
}

.pages .select_link {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 108px;
	height: 44px;
	vertical-align: middle;
	position: relative;
	border: 1px solid #979797;
	background: #fff;
	border-radius: 60px;
}

.pages .select_link:hover {
	border-radius: 0 0 20px 20px;
	background: #004DA3;
	border-color: #004DA3;
}

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

.pages .select_link .arrow {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 9px;
	bottom: calc(50% - 10px);
	background: url(../images/select_arrow.png) center center no-repeat;
	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:hover .arrow {
	transform: rotate(180deg);
	background: url(../images/select_arrow2.png) center center no-repeat;
}

.pages .select_link>p {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 44px;
	text-align: left;
	padding: 0 0 0 22px;
}

.pages .select_link:hover>p {
	color: #fff;
}

.pages .select_link .alertBox {
	height: 0;
	position: absolute;
	left: -1px;
	bottom: 100%;
	background: #004DA3;
	right: -1px;
	border-radius: 20px 20px 0 0;
	padding: 6px 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;
	max-height: 200px;
	overflow: auto;
}

.pages .select_link:hover .alertBox {
	opacity: 1;
	height: auto;
}

.pages .select_link .alertBox a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 6px 0;
	text-align: center;
}

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

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

@media screen and (max-width:1220px) {
	.pages>a {
		margin: 0 5px;
	}

	.pages .start, .pages .end, .pages>span, .pages .next, .pages .prev {
		padding: 0 12px;
	}
}

@media screen and (max-width:992px) {
	.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: 30px;
	}

	.pages .select_link {
		height: 30px;
	}

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

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

}

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

	/* .pages>a, .pages>span{width: 24px;height: 24px;line-height: 24px;} */
	.pages a {
		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.start, .pages a.prev, .pages a.on_page, .pages a.next, .pages a.end {
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}

	.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_001 {}

.sub_001 ul {
	margin: 0 0 -60px;
	padding: 28px 0 0;
}

.sub_001 li {}

.sub_001 .item {
	margin: 0 0 60px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	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_001 .item:hover {
	border-bottom: 1px solid #3e54a3;
}

.sub_001 .img_box {
	width: 450px;
	float: left;
}

.sub_001 .img_box+.info_box {
	margin: 0 0 0 480px;
	padding: 6px 0 0 0;
}

/* .sub_001 .img{padding-bottom: calc();} */
.sub_001 .title {
	margin: 0 0 18px;
}

.sub_001 .info {
	margin: 0 0 17px;
	color: #666;
	padding: 17px 0 0;
	position: relative;
}

.sub_001 .img_box+.info_box .info {
	padding: 27px 0 0;
	margin: 0 0 24px;
}

.sub_001 .info::before {
	content: '';
	display: block;
	width: 120px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	background: #cfa972;
}

.sub_001 .time {
	color: #3e54a3;
	padding: 0 0 0 20px;
	background: url(../images/sub001_time.png) left center no-repeat;
}



.sub_002 {}

.sub_002 ul {
	margin: 0 0 -40px -40px;
	padding: 30px 0 0;
}

.sub_002 li {
	width: 25%;
}

.sub_002 .item {
	margin: 0 0 40px 40px;
}

.sub_002 .time {
	position: relative;
	padding: 5px 20px 5px 40px;
	line-height: 2em;
	background: url(../images/sub002_time.png) 20px center no-repeat #3e54a3;
	display: inline-block;
	color: #fff;
}

.sub_002 .time::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -20px;
	top: 0;
	height: 10px;
	background: #3e54a3;
	z-index: -1;
}

.sub_002 .time::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -10px;
	top: 0;
	height: 20px;
	background: #3e54a3;
	z-index: -1;
}

.sub_002 .bottom {
	padding: 24px 20px 46px;
	box-shadow: 0px 8px 16px 0px rgba(4, 17, 63, 0.1);
	background: url(../images/sub002_bg.png) center bottom no-repeat;
}

.sub_002 .title {
	margin: 0 0 10px;
}

.sub_002 .info {
	margin: 0 0 0;
	color: #999;
}

.sub_011 {
	margin: 0 0 0 0;
}

.sub_011 .left {
	width: 300px;
	float: left;
}

.sub_011 .left img {
	display: block;
	width: 100%;
	box-shadow: 10px 10px #e9ecf7;
}

.sub_011 .right {
	margin: 0 0 0 350px;
	padding: 6px 0 0;
}

.sub_0120 {
	margin: 0 0 0 0;
}

.sub_0120 .title {
	padding: 0 0 0 13px;
	position: relative;
	color: #3e54a3;
	margin: 0 0 20px;
	font-weight: bold;
}

.sub_0120 .title::before {
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #cfa972;
}

.sub_0120 .right {
	float: right;
	width: 300px;
	padding: 6px 0 0;
}

.sub_0120 .right img {
	display: block;
	margin: 0 0 40px;
}

.sub_0120 .left {
	margin: 0 340px 0 0;
}

.sub_0121 {}

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

.sub_0121 li {
	position: relative;
	margin: 0 0 8px;
}

.sub_0121 .item {
	margin: 0 0 60px;
}

.sub_0121 .item::after, .sub_0121 li::after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border: 1px solid #d2d2d2;
	border-radius: 50%;
	margin: 0 auto;
}

.sub_0121 li::before {
	content: '';
	display: block;
	border-left: 1px dashed #d2d2d2;
	position: absolute;
	left: 50%;
	bottom: 5px;
	height: 60px;
	margin: 0 0 0 -1px;
}

.sub_0121 .tip {
	padding: 28px 0 0;
	background: url(../images/sub0121_img.png) top center no-repeat;
	color: #3e54a3;
	margin: 0 0 17px;
	font-family: 'sub0121';
}

.sub_0121 .title {
	margin: 0 0 15px;
}

.sub_0121 li:last-child .item::after, .sub_0121 li:last-child::after, .sub_0121 li:last-child::before {
	display: none;
}

.sub_0121 li:last-child, .sub_0121 li:last-child .item {
	margin: 0;
}

.sub_013 {
	overflow: hidden;
}

.sub_013 ul {
	margin: 0 0 -40px -60px;
	padding: 0 0 0;
}

.sub_013 li {
	width: 50%;
}

.sub_013 .item {
	margin: 0 0 40px 60px;
	padding: 10px 0 0 10px;
	position: relative;
	z-index: 1;
}

.sub_013 .item::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 128px;
	background: url(../images/sub013_bg.png) right no-repeat #3e54a3;
	background-size: auto 100%;
	z-index: -1;
}

.sub_013 .img_box {
	width: 240px;
	float: left;
}

.sub_013 .info_box {
	margin: 0 0 0 240px;
	padding: 17px 0 0 20px;
}

.sub_013 .img {
	padding-bottom: 137.5%;
}

.sub_013 .title {
	margin: 0 0 13px 0px;
	color: #fff;
}

.sub_013 .tip {
	color: rgba(255, 255, 255, .77);
	margin: 0 0 70px 13px;
}

.sub_013 .info {
	margin: 0 30px 0 0;
	max-height: 205px;
	overflow: hidden;
	color: #333;
	text-align: justify;
}

.sub_0131a {
	position: relative;
	background: url(../images/sub0131_bg.png) right top no-repeat #eceef6;
	margin: 0 0 51px;
}

.sub_0131a::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 40px;
	bottom: 0;
	width: 40px;
	background: #fff;
}

.sub_0131a .img_box {
	width: 240px;
	float: left;
}

.sub_0131a .info_box {
	margin: 0 0 0 240px;
	padding: 27px 80px 40px 40px;
}

.sub_0131a .img {
	padding-bottom: 137.5%;
	top: 10px;
	left: 10px;
}

.sub_0131a .title {
	margin: 0 0 21px;
	color: #3e54a3;
}

.sub_0131a .tip {
	display: inline-block;
	color: #666;
	padding: 0 0 0 23px;
}

.sub_0131a .info {
	margin: 0 0 0;
	color: #333;
}

.sub_0131b {
	overflow: hidden;
	padding: 10px 0 0;
}

.sub_0131b ul {
	margin: 0 0 0 0;
	background: #eceef6;
	line-height: 48px;
}

.sub_0131b li {
	width: auto;
	position: relative;
}

.sub_0131b .item {
	margin: 0;
	padding: 0 29px;
	color: #495583;
	font-size: 14px;
	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;
	cursor: pointer;
}

.sub_0131b li::before {
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #495583;
}

.sub_0131b li:first-child::before, .sub_0131b li.on+li::before {
	display: none;
}

.sub_0131b li.on .item::before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	right: -10px;
	top: 0;
	height: 5px;
	background: #3e54a3;
}

.sub_0131b li.on .item::after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	right: -5px;
	top: 0;
	height: 10px;
	background: #3e54a3;
}

.sub_0131b li.on .item {
	padding: 5px 40px;
	background: #3e54a3;
	color: #fff;
	font-size: 18px;
	margin: -10px 0 0;
}

.sub_0131c {
	padding: 34px 0 0;
}

.sub_0131c li.off {
	margin: 0 0 0 0;
	display: none;
}

.sub_0132 {
	margin: 0 0 0 0;
}

.sub_0132 .part {
	margin: 0 0 43px;
}

.sub_0132 .part:last-child {
	margin: 0;
}

.sub_0132 .part_title {
	overflow: hidden;
	margin-bottom: 28px;
	background: url(../images/sub0132_bg1.png) left top no-repeat, url(../images/sub0132_bg2.png) right bottom no-repeat #f1f3f8;
	text-align: center;
	line-height: 1.5em;
	padding: 19px 0;
}

.sub_0132a {}

.sub_0132a ul {
	margin: 0 0 -30px -60px;
	overflow: hidden;
}

.sub_0132a li {
	float: left;
	width: 50%;
}

.sub_0132a li:nth-child(2n) {
	float: right;
}

.sub_0132a .item {
	margin: 0 0 31px 60px;
	overflow: hidden;
}

.sub_0132a .left {
	float: left;
	position: relative;
	padding: 0 40px 0 14px;
	min-width: 140px;
	position: relative;
}

.sub_0132a .left::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background: #dcdcdc;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.sub_0132a .left::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 3px;
	background: #cfa972;
	height: 20px;
	bottom: 50%;
	z-index: 2;
}

.sub_0132a .left h3 {
	color: #3e54a3;
	margin: 0 0 5px;
}

.sub_0132a .left p {
	color: #3e54a3;
	max-width: 120px;
	white-space: nowrap;
}

.sub_0132a .right {
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 3px 0 0;
}

.sub_0132a .right>a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px;
	margin: 0 0 25px;
	padding: 0 0 6px;
}

.sub_0132a .name {
	display: inline-block;
	margin: 0 30px 0 0;
	width: 3em;
}

.sub_0132a .right>a span {
	color: #666;
}

/* .sub_014 .part{margin: 0 0 30px;} */
/* .sub_014 .part:last-child{margin: 0;} */
.sub_014 .part_title {
	text-align: center;
	background: url(../images/sub0221_bg1.png) left top no-repeat, url(../images/sub0221_bg2.png) right bottom no-repeat #3e54a3;
	padding: 22px 30px;
	color: #fff;
	position: relative;
	margin: 0 0 20px;
}

.sub_014a {}

.sub_014a ul {
	margin: 0 0 0 -40px;
}

.sub_014a li {
	width: 50%;
}

.sub_014a .item {
	margin: 0 0 40px 40px;
	text-align: center;
}

.sub_014a table {
	width: 100%;
	border: 1px solid #e4e8f3;
	border-collapse: collapse;
}

.sub_014a td {
	border: 1px solid #e4e8f3;
	background: #f9fafd;
	width: 50%;
	padding: 14px 0;
}

.sub_065 table {
	width: 1070px;
	border: 1px solid #e4e8f3;
	border-collapse: collapse;
	height: 150px;
}

.sub_065 td {
	border: 1px solid #e4e8f3;
	background: #f9fafd;
	width: 50%;
	padding: 14px 0;
	height: 150px;
}

.sub_065 span {
	text-align: left;
	font-size: 16px !important;
}


.sub_022a {
	text-align: center;
	background: url(../images/sub0221_bg1.png) left top no-repeat, url(../images/sub0221_bg2.png) right bottom no-repeat #3e54a3;
	padding: 20px 30px 10px;
	margin: 0 0 30px;
}

.sub_022a ul {
	margin: 0 0 0 0;
}

.sub_022a li {
	width: auto;
}

.sub_022a .item {
	margin: 0 0 10px;
	line-height: 1.5em;
	padding: 0 10px;
	color: #fff;
	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_022a .item.on, .sub_022a .item:hover {
	color: #cfa972;
}

.sub_022b {}

.sub_022b ul {
	margin: 0 0 -40px -40px;
}

.sub_022b li {
	width: 25%;
}

.sub_022b .item {
	margin: 0 0 40px 40px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 14px;
	text-align: center;
	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_022b .img {
	padding-bottom: 137.1%;
	margin: 0 0 14px;
}

.sub_022b .item:hover {
	border-bottom: 1px solid #3e54a3;
}

.sub_023 {}

.sub_023 ul {
	margin: 0 10px -40px -50px;
}

.sub_023 li {
	width: 25%;
}

.sub_023 .item {
	margin: 0 0 50px 50px;
	border: 1px solid #dcdcdc;
	box-shadow: 10px 10px #f1f3f9;
	padding: 26px 0 11px;
}

.sub_023 .title {
	margin: 0 0 17px;
	padding: 0 0 0 20px;
	position: relative;
}

.sub_023 .title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	background: #cfa972;
}

.sub_023 .tip {
	padding: 0 0 0 20px;
	line-height: 1.5em;
}

.sub_023 .tip p {
	margin: 0 0 12px;
	color: #666;
}

.sub_032 {}

.sub_032 .part {
	margin: 0 0 42px;
}

.sub_032 .part:last-child {
	margin: 0;
}

.sub_032 .part_title {
	padding: 0 0 0 13px;
	position: relative;
	color: #3e54a3;
	margin: 0 0 20px;
	font-weight: bold;
}

.sub_032 .part_title::before {
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #cfa972;
}

.sub_032b td {
	padding: 0 60px 30px 0;
}

.sub_032b td:last-child {
	padding-right: 0;
}

.sub_032b tr:last-child td {
	padding-bottom: 0;
}

.sub_032c {}

.sub_032c ul {
	margin: 0 0 -18px;
}

.sub_032c li {
	width: 50%;
}

.sub_032c .item {
	margin: 0 0 18px;
	line-height: 30px;
}

.sub_032c .info {
	color: #444;
}

.sub_0321a {
	border-bottom: 1px solid #3e54a3;
}

.sub_0321a ul {
	margin: -29px 0 0;
	text-align: center;
}

.sub_0321a li {
	width: auto;
}

.sub_0321a .item {
	margin: 0 12px;
	padding: 11px 35px;
	line-height: 28px;
}

.sub_0321a .item.on {
	background: #3e54a3;
	color: #fff;
}

.sub_0321b {
	text-align: center;
	background: url(../images/sub0321_bg1.png) left top no-repeat, url(../images/sub0321_bg2.png) right bottom no-repeat #f5f6fa;
	padding: 15px 30px 6px;
	margin: 0 0 10px;
}

.sub_0321b ul {
	margin: 0 0 0 0;
}

.sub_0321b li {
	width: auto;
}

.sub_0321b .item {
	margin: 0 0 10px;
	line-height: 1.5em;
	padding: 0 10px;
	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_0321b .item.on, .sub_0321b .item:hover {
	color: #3e54a3;
}

.sub_0321c {}

.sub_0321c ul {
	margin: 0 0 -10px -10px;
}

.sub_0321c li {
	width: 25%;
}

.sub_0321c .item {
	margin: 0 0 10px 10px;
	position: relative;
	padding: 17px 32px;
	background: #f5f6fa;
}

.sub_0321c .item::before {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 13px;
	bottom: 0;
	width: 13px;
	z-index: 2;
}

.sub_0321c .item::after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 26px;
	bottom: 0;
	width: 26px;
	z-index: 2;
}

.sub_0321c .title {
	line-height: 1.8em;
	position: relative;
	z-index: 3;
}

.sub_0322a {
	margin: 0 0 0 0;
	width: 246px;
	float: left;
}

.sub_0322a .img_box {
	padding: 0 6px 6px 0;
	position: relative;
	margin: 0 0 26px;
}

.sub_0322a .img_box::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: #3e54a3;
}

.sub_0322a .img_box img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.sub_0322a .tip {
	color: #999;
}

.sub_0322a .title {
	margin: 5px 0 21px;
	color: #222;
}

.sub_0322a .info {
	margin: 0 0 0;
	color: #999;
	padding: 21px 0 0;
	position: relative;
	line-height: 1.8em;
}

.sub_0322a .info::before {
	content: '';
	display: block;
	width: 44px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background: #3e54a3;
}

.sub_0322a .info p {
	margin: 0 0 14px;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
}

.sub_0322b {
	margin: 0 0 0 290px;
}

.sub_0322b .left {
	width: 158px;
	float: left;
	border-left: 3px solid #3e54a3;
	background: #f7f7f7;
	line-height: 2em;
}

.sub_0322b .tab_title {
	padding: 14px 0 15px 28px;
	border: 1px solid transparent;
	color: #757575;
	border-right: none;
	background: transparent;
	position: relative;
	z-index: 2;
	cursor: pointer;
	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-left: -2px;
}

.sub_0322b .tab_title.on {
	border: 1px solid #d6d6d6;
	padding-left: 30px;
	background: #fff;
	border-right: none;
	color: #3e54a3;
	font-weight: bold;
}

.sub_0322b .right {
	margin: 0 0 0 192px;
}

.sub_0322b .right .off, .sub_0322b .right .title {
	display: none;
}

.sub_041 {}

.sub_041 ul {
	margin: -4px 0 -24px;
}

.sub_041 li {}

.sub_041 .item {
	margin: 0 0 24px;
	border-bottom: 1px dotted #dcdcdc;
	padding: 0 0 15px;
}

.sub_041 .title {
	margin: 0 0 5px;
	position: relative;
	padding: 0 0 0 15px;
}

.sub_041 .title::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #cfa972;
	position: absolute;
	left: 2px;
	top: 12px;
}

.sub_041 .time {
	padding: 0 0 0 25px;
	color: #3e54a3;
	background: url(../images/sub001_time.png) left center no-repeat;
}

.sub_054 .part {
	margin: 0 0 30px;
}

.sub_054 .part:last-child {
	margin: 0;
}

.sub_054 .part_title {
	text-align: center;
	background: url(../images/sub0221_bg1.png) left top no-repeat, url(../images/sub0221_bg2.png) right bottom no-repeat #3e54a3;
	padding: 22px 30px;
	color: #fff;
	position: relative;
}

.sub_054 .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/sub054_arrow1.png) center no-repeat;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.sub_054 .part_title.on .arrow {
	background-image: url(../images/sub054_arrow2.png);
}

.sub_054a {
	display: none;
	padding: 0 0 30px;
}

.sub_054a table {
	width: 100%;
	border: 1px solid #d8ddec;
	border-collapse: collapse;
	text-align: center;
}

.sub_054a th {
	background: #f0f2f8;
	border: 1px solid #d8ddec;
	font-size: 16px;
	font-weight: normal;
	padding: 17px 0;
}

.sub_054a td {
	border: 1px solid #d8ddec;
	padding: 18px 10px;
}

.sub_054a td span {
	display: inline-block;
	text-align: left;
	max-width: 190px;
}







@media screen and (max-width:1640px) {
	.sub_0131a {
		margin: 0 0 36px;
	}

	.sub_0131b .item {
		padding: 0 20px;
	}

	.sub_0131b li.on .item {
		padding: 5px 24px;
		font-size: 16px;
	}

	.sub_0131c {
		padding: 20px 0 0;
	}

	.sub_0132a ul {
		margin: 0 0 -30px -30px;
	}

	.sub_0132a li {
		float: left;
		width: 50%;
	}

	.sub_0132a .item {
		margin: 0 0 31px 30px;
	}

	.sub_0132a .name {
		margin: 0 20px 0 0;
	}

	.sub_0132a .left h3 {
		font-size: 18px;
	}

	.sub_0321a ul {
		margin-top: -10px;
	}

	.sub_0321a .item {
		margin: 0 6px;
		padding: 11px 24px;
	}

	.sub_0321c .item {
		padding: 12px 32px 12px 20px;
	}


}

@media screen and (max-width:1480px) {
	.sub_left {
		width: 220px;
	}

	.sub_right {
		margin: 0 0 0 280px;
	}

	.sub_011 .left {
		width: 240px;
		padding: 0 40px 40px 0;
	}

	.sub_011 .right {
		margin: 0
	}

	.sub_0120 .right {
		width: 200px;
	}

	.sub_0120 .left {
		margin-right: 220px;
	}

	.sub_013 .img_box {
		width: 200px;
	}

	.sub_013 .info_box {
		margin: 0 0 0 200px;
		padding: 12px 0 0 12px;
	}

	.sub_022a .item {
		font-size: 16px;
		padding: 0 8px;
	}

	.sub_022b ul {
		margin: 0 0 -30px -30px;
	}

	.sub_022b .item {
		padding: 0 0 10px;
		margin: 0 0 30px 30px;
	}

	.sub_022b .img {
		margin: 0 0 10px;
	}


	.sub_0321b .item {
		font-size: 16px;
		padding: 0 8px;
	}

}

@media screen and (max-width:1220px) {
	.sub_013 ul {
		margin: 0 0 -24px -60px;
		padding: 0 0 0;
	}

	.sub_013 li {
		width: 100%;
	}

	.sub_013 .item {
		margin: 0 0 24px 60px;
	}

	.sub_0132a ul {
		margin: 0 0 -20px -30px;
	}

	.sub_0132a li, .sub_0132a li:nth-child(2n) {
		width: 100%;
		float: none;
	}

	.sub_0132a .item {
		margin: 0 0 20px 30px;
	}

	.sub_0132a .left {
		width: 210px;
	}

	.sub_002 ul {
		padding: 10px 0 0;
	}

	.sub_002 li {
		width: 33.3%;
	}

	.sub_002 .bottom {
		padding: 20px 20px 30px;
	}

	.sub_023 li {
		width: 33.3%;
	}

	.sub_032c li {
		width: 100%;
	}

	.sub_0321a .item {
		margin: 0 5px;
		padding: 11px 18px;
		font-size: 16px;
	}

	.sub_0322a {
		width: 210px;
	}

	.sub_0322b {
		margin: 0 0 0 230px;
	}

	.sub_0322b .tab_title {
		padding: 10px 0 10px 28px;
	}

	.sub_041 ul {
		margin: -5px 0 -16px;
	}

	.sub_041 .item {
		padding: 0 0 10px;
		margin-bottom: 16px;
	}

	.sub_041 .title {
		margin: 0 0 2px;
	}

	.sub_054a th {
		padding: 10px 0;
	}

	.sub_054a td {
		padding: 10px 5px;
	}

}

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

@media screen and (max-width:992px) {
	.bread {
		padding: 0;
		font-size: 12px;
	}

	.sub_left {
		width: auto;
		float: none;
	}

	.sub_right {
		margin: 0;
	}

	.sub_menu_title {
		position: relative;
		margin: 10px 0 0;
		padding: 5px 0;
	}

	.sub_menu_title::before, .sub_menu_title::after {
		display: none;
	}

	/* .sub_menu_title .on{border-radius: 10px 10px 0 0;} */
	.sub_menu .lv0 {
		display: none;
	}

	.sub_menu a.l0 {}

	/* .sub_menu > li > a{padding: 5px 16px;} */

	.sub_content {
		padding: 20px 0 0;
	}

	.content {
		padding: 0 0 30px;
	}

	.page_title {
		margin-bottom: 25px;
	}

	.page_title span {
		padding-bottom: 10px;
	}

	.sub_001 ul {
		padding: 0;
		margin: 0 0 -30px;
	}

	.sub_001 .item {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}

	.sub_001 .img_box {
		width: 300px;
	}

	.sub_001 .img_box+.info_box {
		margin: 0 0 0 320px;
		padding: 0;
	}

	.sub_001 .title {
		margin: 0 0 10px;
	}

	.sub_001 .info, .sub_001 .img_box+.info_box .info {
		padding: 12px 0 0;
		margin: 0 0 10px;
	}


	.sub_0120 .title {
		margin: 0 0 12px;
	}

	.sub_0120 .left {
		margin: 0;
	}

	.sub_0120 .right {
		display: none;
	}

	.sub_0121 li::before {
		height: 40px;
	}

	.sub_0121 .item {
		margin: 0 0 40px;
	}

	.sub_0121 .tip, .sub_0121 .title {
		margin: 0 0 6px;
	}

	.sub_0132a .right>a {
		margin: 0 0 12px;
	}

}

@media screen and (max-width: 767px) {
	.sub_001 .img_box {
		width: auto;
		float: none;
	}

	.sub_001 .img_box+.info_box {
		margin: 6px 0 0;
	}

	.sub_002 ul {
		margin: 0 0 -24px;
	}

	.sub_002 li {
		width: 100%;
	}

	.sub_002 .item {
		margin: 0 0 24px;
	}

	.sub_002 .bottom {
		padding: 16px 12px 20px;
	}

	.sub_002 .title, .sub_002 .info {
		-webkit-line-clamp: initial;
		height: auto;
		line-height: 1.8em;
	}

	.sub_011 .left {
		width: 120px;
		padding: 0 30px 20px 0;
	}

	.sub_0131a .img_box {
		float: none;
		margin: 0 auto;
	}

	.sub_0131a .img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.sub_0131a .info_box {
		margin: 0;
		padding: 20px 80px 24px 24px;
	}

	.sub_0132a .left {
		width: auto;
		float: none;
	}

	.sub_0132a .right {
		padding: 16px 0 0;
	}

	.sub_0132 .part_title {
		padding: 12px 0;
		margin-bottom: 16px;
	}

	.sub_014a li {
		width: 100%;
	}

	.sub_014a .item {
		margin-bottom: 20px;
	}

	.sub_014a td {
		padding: 8px 0;
	}

	.sub_022a {
		padding: 16px 12px 6px;
	}

	.sub_022a .item {
		font-size: 14px;
	}

	.sub_022b ul {
		margin: 0 0 -24px -24px;
	}

	.sub_022b li {
		width: 50%;
	}

	.sub_022b .item {
		margin: 0 0 24px 24px;
	}

	.sub_023 ul {
		margin: 0 10px -20px -30px;
	}

	.sub_023 li {
		width: 100%;
	}

	.sub_023 .item {
		margin: 0 0 30px 30px;
		padding: 15px 0 10px;
	}

	.sub_023 .title {
		margin: 0 0 10px;
	}

	.sub_023 .tip p {
		margin: 0 0 5px;
	}

	.sub_032b td {
		padding: 0 15px 10px 0;
		font-size: 13px;
	}

	.sub_032c .item {
		line-height: 1.8em;
		margin-bottom: 10px;
	}

	.sub_0321a .item {
		padding: 5px 16px;
	}

	.sub_0321b {
		padding: 16px 12px 6px;
	}

	.sub_0321c li {
		width: 50%;
	}

	.sub_0322a {
		float: none;
		margin: 0 auto;
	}

	.sub_0322b {
		margin: 0;
	}

	.sub_0322b .left {
		display: none;
	}

	.sub_0322b .right {
		margin: 0;
	}

	.sub_0322b .right .article {
		margin: 0 0 20px;
	}

	.sub_0322b .right .title {
		display: block;
		color: #3e54a3;
		font-weight: bold;
	}

	.sub_0322b .right .off {
		display: block;
	}

	.sub_041 .title {
		line-height: 1.6em;
	}

	.sub_041 .title::before {
		top: calc(.8em - 2px);
	}

	.sub_054a {
		overflow: auto;
	}

	.sub_054a table {
		min-width: 700px;
	}


}

@media screen and (max-width: 413px) {
	.sub_013 .img_box {
		width: 160px;
	}

	.sub_013 .info_box {
		margin-left: 160px;
	}

}