.banner .img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 84%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 84%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 84%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 84%);
}

.banner .img video {
	display: block;
	width: 100%;
}

.content {
	position: relative;
	/* background: #FFFEF7; */
}

.sub1_title {
	display: block;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding: 0 0 .19rem;
	margin: 0 0 .18rem;
}

.sub1_title::after {
	content: '';
	display: block;
	width: .66rem;
	height: .04rem;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sub1_info {
	color: #fff;
	font-weight: 500;
	margin: .08rem 0 0;
	display: block;
	line-height: 1.8;
}

.sub_left {
	margin: 0 5.4rem 0 1rem;
	position: relative;
}

.sub_left .page_content {
	min-height: 6.9rem;
}

.sub_right {
	width: 3.6rem;
	float: right;
	position: relative;
	z-index: 3;
	margin: 1.6rem .2rem 0 0;
}

.sub_menu1_title {
	line-height: 1;
	position: relative;
	font-weight: normal;
	color: #898989;
	margin: 0 0 .16rem;
}

.sub_menu1_title::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: .4rem;
	right: .6rem;
	background: #fff;
	opacity: 0.2;
	height: .01rem;
}

/* ÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ */
.sub_menu {
	overflow: hidden;
	min-height: 4.55rem;
	line-height: .36rem;
}

.sub_menu ul {
	display: block;
}

.sub_menu li:hover>ul {
	display: block;
}

/* .sub_menu::after{content: '';display: block;border-top: 0;height: 6.9rem;} */
.sub_menu li {
	position: relative;
}

.sub_menu>li>a {}

.sub_menu>li:first-child {
	border-top: 0;
}

.sub_menu>li>a {
	display: block;
	line-height: .36rem;
	padding: 0 0 0 .23rem;
	position: relative;
}

.sub_menu>li.current, .sub_menu>li:hover, .sub_menu li.on {}

.sub_menu>li.current+li, .sub_menu>li.on+li {
	border-top: 0;
}

.sub_menu>li>a.current, .sub_menu>li.current>a, .sub_menu>li>a:hover, .sub_menu>li:hover>a, .sub_menu>li.on>a {
	z-index: 2;
	font-weight: 500;
	/* margin: 0 2rem 0 4rem; */
}

.sub_menu>li>a:hover {
	color: #F4814E;
}

/* .sub_menu > li > a.current::after,.sub_menu > li.current > a::after,.sub_menu > li > a:hover::after,.sub_menu > li:hover > a::after,.sub_menu > li.on > a::after{width: .6rem;} */
.sub_menu>li>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	border: 1px solid #808080;
	width: .1rem;
	height: .1rem;
}

.sub_menu>li>a.current::before, .sub_menu>li.current>a::before, .sub_menu>li.on>a::before {
	border-color: #000;
	background: #000;
}

/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ */
/* .sub_menu li.on > a::after{left: 4rem;} */
.second_menu {
	margin: .06rem 0 .08rem .3rem;
}

.second_menu>li {}

.second_menu>li.current {}

.second_menu>li>a {
	display: block;
	line-height: .34rem;
	padding: 0 0 0 .2rem;
	position: relative;
}

.second_menu>li.current, .second_menu>li:hover, .second_menu li.on {}

.second_menu>li>a.current, .second_menu>li.current>a, .second_menu>li>a:hover, .second_menu>li.on>a {
	color: #F4814E;
	font-weight: bold;
}

.second_menu>li>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	/* transform: translateY(-50%); */
	height: 0;
	border: .01rem solid #808080;
	width: .08rem;
	height: .08rem;
}

.second_menu>li>a.current::before, .second_menu>li.current>a::before, .second_menu>li.on>a::before {
	border-color: #F4814E;
	background: #F4814E;
}

/* ÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â°ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ */
.third_menu>li>a {
	display: block;
	line-height: .48rem;
	color: #333;
	padding: .3rem 0 .4rem 3.8rem;
	position: relative;
	border-bottom: .1rem solid #ededed;
	background: #fbfbfb;
}

.third_menu>li>a.current, .third_menu>li.current>a, .third_menu>li>a:hover, .third_menu>li.on>a {
	color: #820000;
}

.sub_menu .arrow {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 5.3rem;
	top: 2.4rem;
	background: url(../images/sub_left_arrow1.png) center no-repeat;
	cursor: pointer;
	z-index: 3;
	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;
}

.second_menu .arrow {
	top: 1.5rem;
	right: 1.3rem;
}

.sub_menu .arrow.on, .sub_menu>li.current>.arrow, .sub_menu>li:hover>.arrow, .sub_menu>li.on>.arrow {
	background: url(../images/sub_left_arrow2.png) center no-repeat;
	right: 3.1rem;
	top: 2.4rem;
}

.sub_menu .arrow.on, .sub_menu>li.on>.arrow {
	transform: rotate(90deg);
}

.page_title {
	padding: .01rem 0 0;
	border-bottom: .01rem solid #e6e6e6;
	margin: 0 0 .3rem;
}

.page_title h3 {
	padding: rem 0 .07rem;
	font-weight: bold;
	position: relative;
	/* float: left; */
}

/* ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚ÂºÃ‚Â§ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã‚Â¡Ã¢â‚¬Â ÃƒÂ¦Ã…Â¾Ã‚Â¶ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸ */

/* ÃƒÂ§Ã‚Â¬Ã‚Â¬ÃƒÂ¤Ã‚ÂºÃ…â€™ÃƒÂ§Ã‚Â§Ã‚ÂÃƒÂ¤Ã‚Â¾Ã‚Â§ÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ¨Ã‚ÂÃ…â€œÃƒÂ¥Ã‚ÂÃ¢â‚¬Â¢ */
.sub_menu2 {
	overflow: hidden;
}

.sub_menu2 ul {
	display: none;
}

.sub_menu2 li:hover>ul {
	display: block;
}

.sub_menu2 li {
	padding: 0 0 0 .26rem;
}

.sub_menu2 a {
	padding: 0 0 0 .2rem;
	font-weight: 500;
	position: relative;
	margin: 0 0 .13rem;
	display: block;
	color: #BBB;
	line-height: .3rem;
}

.sub_menu2 a::before {
	content: '\e60a';
	font-family: "iconfont";
	position: absolute;
	left: -.03rem;
	font-size: .12rem;
	display: block;
	top: .02rem;
}

/* .sub_menu2 > li > a{background: url(../images/sub_menu2_arrow1.png) left center no-repeat;} */
.sub_menu2 a:hover {
	color: #007AFF;
	/* background: url(../images/sub_menu2_arrow3.png) left center no-repeat; */
}

.sub_menu2 .bottom2 a {
	/* background: url(../images/sub_menu2_arrow3.png) left center no-repeat; */
	color: #007AFF;
	font-weight: bold;
}

.sub_menu2 .bottom2>a::before {
	transform: rotate(90deg);
}

.sub_menu2 .bottom a {
	background: none;
	font-weight: 500;
	color: #000;
	margin: 0 0 .11rem .15rem;
	padding: 0 0 0 .1rem;
}

.sub_menu2 .bottom a::before {
	content: '';
}

.sub_menu2 .bottom a.current {
	color: #007AFF;
	font-weight: bold;
}

.sub_menu2 a.current::before {
	content: '';
	display: block;
	width: .03rem;
	height: .2rem;
	position: absolute;
	left: 0;
	top: .06rem;
	background: #007AFF;
}

.sub_menu2>li.current, .sub_menu>li:hover, .sub_menu li.on {}

.sub_menu2>li>a.current, .sub_menu>li.current>a, .sub_menu>li>a:hover, .sub_menu>li:hover>a, .sub_menu>li.on>a {
	z-index: 2;
	font-weight: 500;
	/* margin: 0 2rem 0 4rem; */
}

.sub_menu2 a:hover {
	color: #007AFF;
}

.sub_right2 {
	float: right;
	padding: 1.2rem .25rem 0 0;
	max-width: 3.8rem;
}

.sub_left2 {
	margin: 0 4.2rem 0 0;
}

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.pages {
	padding: .14rem 0;
	font-size: 0;
	text-align: center;
	margin: 0 auto .9rem;
}

.pages:after, .pages:before {
	content: "";
	display: table
}

.pages>a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	min-width: .21rem;
	height: .25rem;
	line-height: .25rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: .2rem;
	margin: 0 .18rem;
	color: #8B8B8B;
	padding: 0 .02rem;
}

.pages .next {
	background: url(../images/pages_next1.png) center no-repeat;
	margin: 0 .06rem;
}

.pages .prev {
	background: url(../images/pages_prev1.png) center no-repeat;
	margin: 0 .06rem;
}

.pages>a.on_page {
	background: #007AFF;
	color: #fff;
	border-radius: 0 .1rem 0 0;
}

.pages>a:hover {
	color: #007AFF;
}

@media screen and (max-width:767px) {
	.pages>a {
		font-size: 16px;
		min-width: 24px;
		height: 24px;
		line-height: 24px;
		margin: 0 4px;
	}

	.pages a, .pages .select_page {
		/* display: none; */
	}

	.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;
	}

	.pages .start, .pages .end {
		width: 60px;
	}
}

/* ÃƒÂ¥Ã‹â€ Ã¢â‚¬Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸ */

/*ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ©Ã‚Â¡Ã‚Âµ*/
.pageArticle {
	position: relative;
	/* padding: 0 0 6rem; */
	/* max-width: 93rem; */
	margin: 0 auto;
}

.pageArticleTitle {
	overflow: hidden;
	padding: 0 0 0;
}

.full_page .pageArticleTitle {
	/* padding: 0 0 .4rem; */
}

.pageArticleTitle h3 {
	line-height: 1.4;
	color: #222;
	text-align: center;
}

.articleAuthor {
	padding: .11rem 0 .17rem;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin: 0 0 0.14rem;
	font-size: 0;
}

.articleAuthor span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 .2rem;
	color: #999;
	font-size: .14rem;
}

.articleAuthor button {
	background: #fff;
	border: 1px solid #eee;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: .3rem;
	line-height: .24rem;
	height: .24rem;
	vertical-align: baseline;
}

.articleBottom {
	margin: .34rem 0 0;
	position: relative;
	min-height: .1rem;
}

.article {
	position: relative;
	line-height: 1.8;
	text-align: justify;
}

.article p {}

.pageArticle .article {
	max-width: 10.4rem;
	margin: 0 auto;
}

.Annex {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding: 0 0 .56rem;
}

.Annex strong {
	padding: .36rem 0 .04rem 0;
	font-weight: normal;
	display: block;
	line-height: .2rem;
	font-size: .14rem;
	position: relative;
	color: #444;
	font-weight: bold;
}

.Annex strong::before {
	content: '';
	display: none;
	width: .04rem;
	height: .04rem;
	position: absolute;
	left: .2rem;
	top: 50%;
	transform: translateY(-50%);
	background: #c6782d;
	border-radius: 50%;
}

.annexList {
	margin: 0;
	padding: .02rem 0 0 0;
}

.annexList li {
	font-size: 1.4rem;
	line-height: .27rem;
	padding: .02rem 0;
	text-align: justify;
}

.annexList li:first-child {}

.annexList li a {
	color: #757575;
}

.annexList li a:hover {
	color: #c8a263;
}

@media screen and (max-width:1024px) {
	.pageArticle {}

	.article {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.Annex {
		margin: 0 0 2rem;
	}

	.Annex strong::before {
		left: .1rem;
	}

	.Annex strong, .annexList li {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.pageArticle .bottom_links {
		padding: 0 2rem;
	}

	.pageArticle .bottom_links a, .pageArticle .bottom_links a.next {
		width: auto;
		float: none;
		max-width: initial;
	}

}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ§Ã‚Â«Ã‚Â ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸*/

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.sub_list0b1 ul {
	padding: 0 0 .2rem;
}

.sub_list0b1 li {
	width: 100%;
}

.sub_list0b1 a {
	line-height: .55rem;
	border-bottom: 1px solid #e6e6e6;
}

.sub_list0b1 .title {
	white-space: nowrap;
}

.sub_list0b1 .time {
	color: #757575;
	margin: 0 0 0 .16rem;
	float: right;
}

.full_page .sub_list0b1 ul {
	padding: 0 0 .2rem;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¦Ã¢â‚¬â€œÃ¢â‚¬Â¡ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸ */

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.sub_list0b2 {
	overflow: hidden;
}

.sub_list0b2 ul {
	margin: -.2rem -.15rem 0;
	/* padding: 0 2.6rem; */
	text-align: center;
}

.full_page .sub_list0b2 {}

.sub_list0b2 li {
	width: 33.3%;
	position: relative;
}

.sub_list0b2 a {
	margin: .2rem .15rem .19rem;
}

.sub_list0b2 .img {
	padding-bottom: calc(158% / 2.8);
	background: #dedede;
}

.sub_list0b2 .title {
	margin: .14rem 0 0;
	height: .22rem;
	line-height: .22rem;
	white-space: nowrap;
	/* font-weight: bold; */
}

.side_page .sub_list0b2 li {
	width: 50%;
}

/* ÃƒÂ©Ã¢â€šÂ¬Ã…Â¡ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ§Ã‚Â»Ã¢â‚¬Å“ÃƒÂ¦Ã‚ÂÃ…Â¸ */

/* ÃƒÂ§Ã‚Â Ã¢â‚¬ÂÃƒÂ§Ã‚Â©Ã‚Â¶ÃƒÂ©Ã‹Å“Ã…Â¸ÃƒÂ¤Ã‚Â¼Ã‚Â */
.sub_01 {
	position: relative;
}

/* .sub_01::after{content: '';display: block;width: .1rem;position: absolute;right: 5.4rem;top: 0;bottom: 0;background: #808080;} */

.sub_011 {
	padding: .07rem 0 .1rem .06rem;
}

.sub_011 ul {
	display: inline;
}

.sub_011 li {
	display: inline;
}

.sub_011 a {
	margin: 0 .15rem 0 0;
	color: #000;
}

.sub_012 ul {
	padding: 0 .53rem 0 0;
	position: relative;
	border-left: .015rem solid #D8D8D8;
}

.sub_012 li {
	width: 33.3%;
	position: relative;
}

.sub_012 a {
	margin: 0 0 0;
	position: relative;
	border-right: .015rem solid #D8D8D8;
	border-top: .015rem solid #D8D8D8;
	z-index: 2;
	background: #fff;
}

.sub_012 a:hover::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: .03rem solid #106CEA;
}

.sub_012 .line {
	left: 0;
	right: 0;
	height: .015rem;
	background: #D8D8D8;
	position: absolute;
	z-index: 0;
}

.sub_012 .letter {
	right: .12rem;
	color: #D8D8D8;
	text-transform: uppercase;
	position: absolute;
	font-weight: 500;
	width: 1em;
	word-break: break-all;
}

.sub_012 .img_box {
	width: 2rem;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}

.sub_012 .img {
	padding-bottom: 136%;
	position: relative;
}

.sub_012 .img .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sub_012 a:hover .img .cover {
	display: none;
}

.sub_012 .bottom {
	padding: 0 0 .45rem 0;
	margin: .13rem .33rem 0 0;
	text-align: right;
	position: relative;
	min-height: .62rem;
}

.sub_012 .title {
	margin: 0 0 .07rem 2rem;
	/* height: .38rem; */
	line-height: .38rem;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	text-align: right;
	/* white-space: nowrap; */
	width: calc(100% - 2rem);
	position: absolute;
	bottom: 100%;
	right: 0;
}

.sub_012 .tip {
	color: #000;
}

.sub_012 .info {
	margin: .07rem 0 0;
	color: #808080;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub_01_article {
	padding: 1.24rem 1.08rem 0;
}

.sub_01_article .left {
	width: 5.2rem;
	float: left;
}

.sub_01_article .right {
	float: right;
	width: calc(100% - 6.2rem);
	margin: -.13rem 0 0;
}

.sub_01a1 {
	margin: 0 0 .7rem;
}

.sub_01a1 .img_box {
	width: 2.88rem;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}

.sub_01a1 .img {
	padding-bottom: 136%;
}

.sub_01a1 .bottom {
	margin: 10px .2rem 0 0;
	text-align: right;
}

.sub_01a1 .title {
	margin: 0 0 .2rem;
	height: .4rem;
	line-height: .38rem;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	text-align: right;
}

.sub_01a1 .tip {
	color: #808080;
}

.sub_01a1 .info {
	margin: .23rem 0 0;
	color: #808080;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/* font-size: 27px; */
}

.sub_01_article .part {
	margin: 0 0 .7rem;
	overflow: hidden;
}

.sub_01_article .part_title {
	border-bottom: .02rem solid #808080;
	padding: 0px 0 .31rem;
	overflow: hidden;
	margin: 0 0 .34rem;
}

.sub_01_article .part_title h2 {
	float: left;
	color: #808080;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.sub_01_article .part_title .arrow {
	float: right;
	width: .2rem;
	height: .2rem;
	border: .02rem solid #808080;
	border-radius: 0 .14rem 0 0;
	margin: .13rem .02rem 0 .24rem;
	position: relative;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.sub_01_article .part_title .arrow::before {
	content: '';
	display: block;
	width: .12rem;
	height: .03rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.sub_01_article .part.on .part_title {
	border-bottom: .02rem solid #000;
}

.sub_01_article .part.on .part_title h2 {
	color: #000;
}

.sub_01_article .part.on .part_title .arrow {
	border-color: #000;
	background: #000;
	border-radius: 0;
}

.sub_01_article .part_content {
	display: none;
}

.sub_01_article .on .part_content {
	display: block;
	-webkit-animation-name: fade;
	animation-name: fade;
	animation-duration: 0.1s;
	-webkit-animation-duration: 0.1s;
}

.sub_01_article .article p {
	line-height: 1.8;
	margin: 0 0 .2rem;
}

.sub_01_article .article p:last-child {
	margin: 0;
}

.sub_01a2 p, .sub_01a2 a {
	line-height: 1.8;
	display: block;
	margin: 0 0 .2rem;
}

.sub_01a2 p:last-child, .sub_01a2 a:last-child {
	margin: 0;
}

.sub_01a3 ul {
	margin: .41rem .18rem .34rem -.66rem;
}

.sub_01a3 li {
	width: 33.3%;
}

.sub_01a3 a {
	margin: 0 0 .32rem .66rem;
	line-height: .36rem;
}

.sub_01a3 .img {
	padding-bottom: 100%;
}

.sub_01a3 .title {
	margin: .14rem 0 .13rem;
	font-weight: bold;
	max-height: .72rem;
}

.sub_01a3 .info {
	color: #808080;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sub_01a4 ul {
	margin: 0 0 .6rem;
}

.sub_01a4 li {
	width: 100%;
}

.sub_01a4 a {
	margin: 0 0 .24rem;
	line-height: .36rem;
}

.sub_01a4 .title {
	font-weight: 500;
}

/* .sub_01a4 .title::after{content: '';display: inline-block;*display: inline;*zoom:1;width: .24rem;height: .24rem;background: url(../images/sub01a4_arrow.png) center no-repeat;vertical-align: middle;margin: 0 0 0 .54rem;background-size: cover;} */
.sub_01a4 .title span {
	font-weight: normal;
}

.sub_01a4 .info {
	color: #808080;
}

.sub_01a5 ul {
	margin: -.32rem 0 0 0;
}

.sub_01a5 li {
	width: 100%;
}

.sub_01a5 a {
	padding: .7rem 0;
	border-bottom: 1px solid rgba(128, 128, 128, .44);
	line-height: 1.5;
}

.sub_01a5 .info {
	color: #808080;
}

.sub_01a6 ul {
	margin: -.1rem 0;
}

.sub_01a6 li {
	width: 100%;
}

.sub_01a6 a {
	padding: .1rem 0;
	line-height: 1.8;
}

.sub_01a7 ul {
	margin: 0 0 -.2rem;
}

.sub_01a7 li {
	width: 100%;
}

.sub_01a7 a {
	margin: 0 0 .2rem;
	line-height: 1.8;
	overflow: hidden;
}

.sub_01a7 .left {
	width: 1rem;
	float: left;
	font-weight: 500;
}

.sub_01a7 .right {
	margin: 0 0 0 1.42rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: none;
	width: auto;
	color: #808080;
}



.mobile_only {
	display: none;
}

/* ÃƒÂ§Ã‚Â»Ã‚Â¼ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â» */
.page_content1 {
	padding: 0 1.04rem;
}

.page_title1 {
	border-bottom: .02rem solid #000;
	padding: .37rem 0px;
}

.page_title1 a {
	color: #bbb;
	font-weight: bold;
	margin: 0 .4rem 0 0;
}

.page_title1 a.on {
	color: #000;
}

.sub_021 {
	display: block;
	font-weight: 500;
	margin: .11rem 0 -.27rem;
}

.sub_021 .title {
	font-weight: 500;
}

.sub_021 .time {
	color: #fff;
	margin: 0 0 .10rem;
}

.sub_021 .more {
	color: #fff;
	padding: 0 .3rem 0 0;
	position: relative;
	text-decoration: underline;
	margin: .1rem 0 0;
}

.sub_021 .more::after {
	content: '\e60e';
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	right: .03rem;
	top: .06rem;
	font-family: "iconfont";
	font-size: .16rem;
}

.sub_022 {
	padding: 1px 0 0;
	overflow: hidden;
}

.sub_022 ul {
	margin: .39rem 0 .83rem .03rem;
	border-left: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

.sub_022 li {
	width: 75%;
}

.sub_022 li:nth-child(6n+2), .sub_022 li:nth-child(6n+5) {
	width: 25%;
}

.sub_022 li:nth-child(6n+3), .sub_022 li:nth-child(6n+4) {
	width: 50%;
}

.sub_022 a {
	padding: 0.28rem;
	border-right: 1px solid #C3C3C3;
	position: relative;
}

.sub_022 li:nth-child(2n+1) a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: #C3C3C3;
	width: 10000px;
}

.sub_022 li:nth-child(2n+1) a {}

.sub_022 a:hover::after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #007AFF;
	z-index: 2;
}

.sub_022 .img1 {
	display: none;
	padding-bottom: calc(370% / 7.97);
}

.sub_022 .img2 {
	padding-bottom: 100%;
}

.sub_022 .left {
	width: 3.66rem;
	float: left;
	padding: .05rem 0 0 .03rem;
	height: 3.66rem;
	position: relative;
}

.sub_022 .left::after {
	content: '\e60e';
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: .2rem;
	font-family: "iconfont";
}

.sub_022 .img_box {
	margin: 0 0 0 4.24rem;
}

.sub_022 .img_box:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.sub_022 .title {
	margin: -.06rem 0 .14rem;
	max-height: 11.4rem;
	line-height: 0.38rem;
	font-weight: bold;
}

.sub_022 .time {
	color: #000;
}

.sub_022 .info {
	margin: .14rem 0 0;
	color: #808080;
	height: 0.72rem;
	line-height: 1.8;
}

.sub_022 li:nth-child(6n+2) .left, .sub_022 li:nth-child(6n+5) .left {
	display: none;
}

.sub_022 li:nth-child(6n+2) .img_box, .sub_022 li:nth-child(6n+5) .img_box {
	margin: 0;
}

.sub_022 li:nth-child(6n+1) .img1, .sub_022 li:nth-child(6n) .img1 {
	display: block;
}

.sub_022 li:nth-child(6n+1) .img2, .sub_022 li:nth-child(6n) .img2 {
	display: none;
}

.sub_02_article_title h3 {
	color: #fff;
	margin: 0 0 .03rem;
}

.sub_02_article_title p {
	color: #fff;
	/* margin: 0 0 .6rem; */
}

.sub_02_article .right {
	width: 2.3rem;
	float: right;
	margin: 1.24rem .46rem 0 0;
}

.sub_02_article .right span {
	font-weight: 600;
	margin: 0 0 0 .08rem;
}

.sub_02_article .right span:first-child {
	margin: 0 0 0 .1rem;
}

.sub_02_article .right .part {
	border-top: 1px solid rgba(128, 128, 128, 0.6);
	padding: .37rem 0px .1rem 0;
	margin: .3rem 0 0 0;
	line-height: .36rem;
}

.sub_02_article .right .title {
	font-weight: 500;
	/* margin: 0 0 14px; */
	color: #000;
}

.sub_02_article .right a {
	display: block;
	color: #808080;
	padding: 0 0 0 .2rem;
	word-break: break-all;
	position: relative;
	margin: 0 -.8rem 0 .46rem;
}

.sub_02_article .right a::before {
	content: '\e60a';
	display: block;
	position: absolute;
	left: 0;
	top: .02rem;
	font-size: .14rem;
	font-family: "iconfont";
}

.sub_02_article .right a:hover {
	color: #007aff;
}

.sub_02_article .right a.fullTitle {
	white-space: normal;
}

.sub_02_article .mobile_article_title {
	display: none;
}

.sub_02_article .left {
	margin: .32rem 4.5rem 0 0;
}

.sub_02_article .article:last-child {
	margin-bottom: 1.11rem;
}

.sub_02_article .article p {
	margin: 0 0 .4rem;
}

.sub_02_article .article img {
	/* width: 10.8rem; */
	display: block;
	margin: 0 auto;
}

.sub_02_article .sub_02_img {
	margin: 0 auto .4rem;
	position: relative;
}

.sub_02_article .sub_02_img>ul {
	max-width: 10.8rem;
	margin: 0 auto;
}

.sub_02_article .sub_02_img img {
	/* height: 6.63rem; */
	display: block;
	/* width: auto; */
}

.sub_02_article .slick-arrow {
	border: 0;
	width: .21rem;
	height: .36rem;
	font-size: 0;
	outline: none;
}

.sub_02_article .slick-arrow:after {
	display: none;
}

.sub_02_article .slick-next {
	right: 0;
	background: url(../images/sub02_next.svg) center center no-repeat;
	background-size: cover;
}

.sub_02_article .slick-prev {
	left: 0;
	background: url(../fonts/sub02_prev.svg) center center no-repeat;
	background-size: cover;
}

.sub_03 ul {
	margin: 0px 1px 0 -.77rem;
	padding: .4rem 0 0;
}

.sub_03 li {
	width: 25%;
}

.sub_03 a {
	margin: 0 0 .62rem .77rem;
	position: relative;
}

.sub_03 .top {
	padding: 0 0 0 0;
	background: #e8e8ec;
}

.sub_03 .img {
	padding-bottom: 100%;
	border-radius: 0 1.46rem 0 0;
}

.sub_03 .time {
	position: absolute;
	right: .1rem;
	top: .09rem;
	text-align: center;
	font-family: 'NotoSans-Medium';
	font-weight: 500;
	z-index: 2;
}

.sub_03 .month {
	margin: 0 0 0;
	line-height: 1.2;
	padding: 0 0 0 0;
	color: #000;
	font-weight: 600;
	font-family: "NotoSans-SemiBold, Noto Sans";
}

.sub_03 .day {
	margin: 0 0 0;
	line-height: 1;
	padding: 0 0 0 0;
	color: #000;
	font-weight: 500;
	font-family: 'NotoSans-Medium';
}

.sub_03 .bottom {
	padding: .22rem 0 0 0;
	background: #fff;
	line-height: .36rem;
}

.sub_03 .title {
	max-height: 2.6em;
	font-weight: bold;
	margin: 0 0 .06rem;
	/*white-space: nowrap;*/
}

.sub_03 .info {
	margin: 0 0 0;
	color: #808080;
	height: .72rem;
	line-height: .36rem;
}

.sub_03 a:hover .info {
	color: #000;
}

.sub_04 ul {
	margin: 0 0 0 -1.35rem;
	padding: .4rem 0 0;
}

.sub_04 li {
	width: 33.3%;
}

.sub_04 a {
	margin: 0 0 .64rem 1.35rem;
	position: relative;
}

.sub_04 .img_box {
	background: #e8e8ec;
}

.sub_04 .img {
	padding-bottom: 100%;
	border-radius: 0 1.9rem 0 0;
}

.sub_04 .bottom {
	padding: .2rem 0 0 .0;
	background: #fff;
}

.sub_04 .title {
	max-height: 2.6em;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 .13rem;
}

.sub_04 .info {
	margin: 0 0 0;
	color: #808080;
	height: 3.6em;
	line-height: 1.8;
}

.sub_04 .tip {
	position: absolute;
	right: .1rem;
	top: .09rem;
	width: .45rem;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
	text-align: right;
	text-indent: 1em;
	display: none;
}

.sub_04 a:hover .info {
	color: #000;
}


.sub_04a {
	padding: 0 0 1.12rem;
}

.sub_04a .part {
	margin: .21rem 0 .57rem;
}

.sub_04a .part:last-child {
	margin: 0;
}

.sub_04a .part_title {
	border-bottom: .02rem solid #000;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 .3rem;
}

.sub_04a .part_title a {
	padding: 0 .3rem 0 0;
}

.sub_04a1 {
	padding: .4rem .2rem 0 0;
}

.sub_04a1 img {
	width: 10.8rem;
	display: block;
	margin: 0 auto;
}

.sub_04a1 p {
	line-height: 1.8;
	margin: 0 0 .2rem;
}

.sub_04a1 p:last-child {
	margin: 0;
}

.sub_04a2 ul {
	margin: .66rem 0 0 -.73rem;
	position: relative;
}

.sub_04a2 li {
	width: 33.3%;
	position: relative;
}

.sub_04a2 a {
	margin: 0 0 .34rem .73rem;
	position: relative;
}

.sub_04a2 .img_box {
	width: 1.94rem;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}

.sub_04a2 .img {
	padding-bottom: 136%;
	position: relative;
}

.sub_04a2 .img .cover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.sub_04a2 .bottom {
	padding: 0 0 0 0;
	margin: -.25rem .05rem 0 0;
	text-align: right;
	line-height: .36rem;
}

.sub_04a2 .title {
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 1px 0 0;
}

.sub_04a2 .tip {
	color: #000;
}

.sub_04a2 .info {
	color: #808080;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}

.sub_04a2 .img:hover .cover {
	display: none;
}

.sub_04a3 ul {
	margin: .6rem 0 0 0;
}

.sub_04a3 li {
	width: 33.3%;
	position: relative;
	vertical-align: top;
}

.sub_04a3 .img {
	padding-bottom: 100%;
	position: relative;
}

.sub_04a3 .img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/mode04_cover1.png) center repeat-x;
	background-size: 100% 100%;
}

.sub_04a3 .title {
	margin: 0 0 0;
	height: .48rem;
	line-height: .48rem;
	color: #fff;
	position: absolute;
	top: .15rem;
	z-index: 2;
	font-weight: bold;
	left: .25rem;
}

.sub_04a3 .info_box {
	position: absolute;
	z-index: 2;
	margin: 0 .24rem 0;
	left: 0;
	right: 0;
	top: 1.61rem;
}

.sub_04a3 .title2 {
	position: relative;
	line-height: .56rem;
	height: .56rem;
	border-radius: 2rem;
	display: block;
	padding: 0 .29rem 0 .56rem;
	float: left;
	margin: 0 0 .26rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - .8rem);
}

.sub_04a3 .title2::before {
	content: '';
	position: absolute;
	left: .55rem;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
}

.sub_04a3 .title2::after {
	content: '\e610';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/mode04_more2.png) left center no-repeat;
	z-index: -1;
	background-size: 100% 100%;
	width: .6rem;
	height: .6rem;
	font-family: 'iconfont';
	font-size: .18rem;
	text-align: center;
	color: #fff;
	text-indent: .1rem;
	line-height: .6rem;
}

.sub_04a3 .title3 {
	position: relative;
	line-height: .54rem;
	height: .54rem;
	border-radius: 2rem;
	color: #fff;
	display: block;
	padding: 0 .2rem;
	clear: left;
	border: .02rem solid #fff;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - .4rem);
	background: rgba(255, 255, 255, .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_04a3 .title3:hover {
	color: #000;
	background: #fff;
}

.sub_04b ul {
	margin: .43rem .11rem 0 -.77rem;
}

.sub_04b li {
	width: 33.3%;
}

.sub_04b a {
	margin: 0 0 .5rem .77rem;
	line-height: .36rem;
}

.sub_04b .img {
	padding-bottom: 100%;
}

.sub_04b .title {
	margin: .1rem 0 .04rem;
	max-height: .72rem;
	font-weight: bold;
	line-height: .36rem;
}

.sub_04b .info {
	color: #808080;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sub_04c ul {
	margin: .06rem 0 .52rem;
}

.sub_04c li {
	width: 100%;
}

.sub_04c a {
	line-height: 1.8;
	padding: .3rem .05rem;
	border-top: .015rem solid #D8D8D8;
}

.sub_04c li:first-child a {
	border: 0;
}

.sub_04c .title {
	margin: 0 0 0;
	font-weight: bold;
}

.sub_04c p {
	color: #808080;
}

.sub_04c p.author {
	color: #000;
}

.sub_04c span {
	color: #BBBBBB;
	font-weight: bold;
}

.sub_04d ul {
	margin: 0 0 .28rem;
}

.sub_04d li {
	width: 100%;
}

.sub_04d a {
	line-height: 1.8;
	padding: .2rem 0;
	border-bottom: .015rem solid #D8D8D8;
}

.sub_04d li:last-child a {
	border: none;
}

.sub_04d .time {
	float: right;
	line-height: .28rem;
	background: rgba(0, 122, 255, .2);
	border-radius: .05rem;
	text-align: center;
	overflow: hidden;
	font-family: 'NotoSans-Light';
	margin: .06rem 0 0 .1rem;
}

.sub_04d .month {
	float: left;
	color: #fff;
	min-width: 2em;
	background: #007AFF;
}

.sub_04d .day {
	float: left;
	min-width: 2em;
	color: #000;
}

.sub_04d .title {
	margin: 0 0 0;
	white-space: nowrap;
	font-weight: bold;
}

.sub_04d .info {
	margin: 0 0 0;
	color: #808080;
	max-height: 3.6em;
}

.sub_04d .date {
	margin: 0 0 0;
	color: #000;
}

.sub_left2 .sub_03 li {
	width: 33.3%;
}

.sub_05 {
	padding: 0 5.46rem 1.12rem 1rem;
	position: relative;
	background: url(../images/subpage3.png) right top no-repeat;
	background-size: 4rem auto;
	overflow: hidden;
}

/* .sub_05::before{content: '';display: block;width: ;} */
.sub_05 .part {
	margin: .21rem 0 .45rem;
}

.sub_05 .part:last-child {
	margin: 0;
}

.sub_05 .part_title {
	border-bottom: .02rem solid #000;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 .3rem;
	margin: 0 0 .3rem;
}

.sub_051 {
	margin: .28rem 0 0;
}

.sub_051 img, .sub_051 .video {
	width: 10.8rem;
	display: block;
	margin: 0 auto;
}

.sub_051 .video {
	position: relative;
}

.sub_051 .video .btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/video.svg) center no-repeat;
	z-index: 2;
}

.sub_051 video {
	width: 100%;
}

.sub_051 p {
	line-height: 1.8;
	margin: 0 0 .2rem;
}

.sub_051 p:last-child {
	margin: 0;
}

.sub_052 {
	margin: .56rem .2rem .3rem .54rem;
	padding: .48rem .42rem .64rem;
	position: relative;
	max-width: 100%;
	background: url(../fonts/sub052_dot1.svg) left top no-repeat, url(../fonts/sub052_dot2.svg) right bottom no-repeat;
	background-size: .66rem auto, .66rem auto;
}

.sub_052 p {
	color: #BBBBBB;
	font-weight: bold;
	line-height: 1.6;
}

.sub_052_more {
	float: right;
	border: .02rem solid rgba(135, 135, 135, .4);
	display: block;
	line-height: .56rem;
	height: .56rem;
	position: relative;
	padding: 0 .18rem 0 .2rem;
	border-radius: 0 .4rem 0 .4rem;
	color: #bbb;
	font-weight: 500;
	margin: .4rem 0 0 0;
}

.sub_052_more::after {
	content: '\e60e';
	/* width: .25rem; */
	/* height: .25rem; */
	vertical-align: middle;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 .0 .07rem;
	font-family: 'iconfont';
	font-size: .16rem;
}

.sub_052_more:hover {
	border: .02rem solid transparent;
	background: #DEEBFF;
	color: #106CEA;
}

.sub_05 .sub_04b ul {
	margin-top: .12rem;
}

.sub_06 {
	padding: 0 1rem 0;
}

.sub_06 .page_title1 {
	margin-bottom: .6rem;
}

.sub_06 .left {
	width: calc(50% - .63rem);
	float: left;
}

.sub_06 .right {
	width: calc(50% - .63rem);
	float: right;
}

.sub_06 .part {
	margin: 0 0 .8rem;
	overflow: hidden;
}

.sub_06 .part_title {
	border-bottom: .02rem solid #000;
	padding: 0 0 .36rem;
	overflow: hidden;
	margin: 0 0 .33rem;
}

.sub_06 .part_title h2 {
	float: left;
}

.sub_06 .part_title .arrow {
	float: right;
	width: .2rem;
	height: .2rem;
	border: .02rem solid #808080;
	border-radius: 0 .14rem 0 0;
	margin: .13rem .02rem 0 .24rem;
	position: relative;
	transition: all ease-in-out .2s;
	-ms-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
}

.sub_06 .part_title .arrow::before {
	content: '';
	display: block;
	width: .12rem;
	height: .03rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.sub_06 .part_title .date {
	float: right;
	line-height: .46rem;
}

.sub_06 .part.on .part_title .arrow {
	border-color: #000;
	background: #000;
	border-radius: 0;
}

.sub_06 .part_content {
	display: none;
}

.sub_06 .on .part_content {
	display: block;
	-webkit-animation-name: fade;
	animation-name: fade;
	animation-duration: 0.1s;
	-webkit-animation-duration: 0.1s;
}

/* .sub_06 .article p{line-height: .38rem;margin: 0 0 .2rem;} */
.sub_06 p {
	line-height: 1.8;
	margin: 0 0 .2rem;
}

.sub_06 p:last-child {
	margin: 0;
}

@keyframes fade {
	from {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
	}
}

.sub_061 .page_title1 {
	margin-right: 4.26rem;
}

.sub_06_article .right {
	width: 2.34rem;
	float: right;
	margin: 0 .42rem 1rem 0;
}

.sub_06_article .right span {
	font-weight: 600;
	margin: 0 0 0 .08rem;
}

.sub_06_article .right span:first-child {
	margin: 0 0 0 .1rem;
}

.sub_06_article .right .part {
	border-top: .015rem solid #D8D8D8;
	padding: .37rem 0 0 0;
	margin: .34rem 0 0;
}

.sub_06_article .right .title {
	font-weight: 600;
	margin: 0 0 .18rem;
	color: #000;
}

.sub_06_article .right a {
	display: block;
	word-break: break-all;
	margin: 0 -.8rem 0 .33rem;
}

.sub_06_article .right a.arrow {
	padding: 0 0 0 .26rem;
	/* background: url(../fonts/sub02_arrow.svg) .1rem .08rem no-repeat; */
	color: #808080;
	position: relative;
}

.sub_06_article .right a::before {
	content: '\e60a';
	display: block;
	position: absolute;
	left: 0;
	top: .02rem;
	font-size: .14rem;
	font-family: "iconfont";
	line-height: .26rem;
}

.sub_06_article .right a.fullTitle {
	white-space: normal;
}

.sub_06_article .right a:hover {
	color: #007aff;
}

.sub_06_article .left {
	margin: .36rem 4.26rem 1rem 0;
}

.sub_06_article .article p {
	line-height: 1.8;
	margin: 0 0 .2rem;
}

.sub_06_article .article_title {
	border-bottom: .02rem solid #000;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0 .36rem;
	margin: 0 0 .36rem;
}

.mobile_menu {
	display: none;
}


@media screen and (min-width:1040px) {
	.sub_list01 a, .sub_list02 a, .sub_list014 a, .sub_list0314 a, .sub_list0311 .title, .sub_list06 a {
		transform: translateY(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;
	}

	.sub_list014 a:hover, .sub_list0314 a:hover, .sub_list02 a:hover, .sub_list01 a:hover, .sub_list06 a:hover {
		transform: translateY(-1rem);
	}


}

@media screen and (max-width:1560px) {}

@media screen and (max-width:1480px) {
	.sub_02_article .right {
		width: 1.83rem;
	}


}

@media screen and (max-width:1366px) {
	.sub_04 .img {
		border-radius: 0 1.15rem 0 0;
	}


}

@media screen and (max-width:1220px) {
	.sub_03 .img {
		border-radius: 0 1rem 0 0;
	}
}

@media screen and (max-width: 1040px) {
	.header .top {
		height: auto;
	}

	.sub_right .page_content {
		max-height: initial;
	}

	.annexList li {
		font-size: .14rem
	}

	.sub_menu1_title {
		display: none !important;
	}

	.sub_right {
		width: auto;
		float: none;
		margin: 0 20px;
	}

	.sub_left {
		float: none;
		width: auto;
		margin: 0 20px;
		padding: 0;
	}

	.full_page .sub_left_title::before, .sub_left_title.no_menu::before {
		display: none;
	}

	.sub_menu .arrow {
		top: 1.2rem;
	}

	.sub_menu {
		display: none;
		padding: 0 0 .1rem;
		min-height: initial;
	}

	.sub_menu li>a {
		line-height: 30px;
	}

	.sub_menu::after {
		height: .1rem;
	}

	.second_menu>li>a {
		/* padding: 0 3rem; */
		line-height: 24px;
		color: #808080;
	}

	.sub_menu1 {
		font-size: 16px;
		display: block;
		margin: 0 -20px;
		background: #E8E8EC;
		padding: 0;
	}

	.sub_menu1>li {
		border-bottom: 1px solid #D8D8D8;
	}

	.sub_menu1>li>a {
		position: relative;
		padding: 0 0 0 16px;
		font-size: 13px;
		font-weight: bold;
		line-height: 38px;
		color: #000;
	}

	.sub_menu1>li>a:hover {
		color: #000;
	}

	.sub_menu1>li>a::before {
		display: none;
	}

	.sub_menu1>li>a::after {
		content: '\e60a';
		display: block;
		position: absolute;
		right: 19px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		font-family: "iconfont";
		color: #808080;
	}

	.sub_menu1 .second_menu {
		display: none;
		margin: -4px 0 5px 15px;
	}

	.sub_menu1 .second_menu>li {
		margin: 0 10px 0 18px;
	}

	.sub_menu1.sub_menu ul {
		font-size: 13px;
	}


	.sub_right::before {
		display: none;
	}

	.sub_right2 {
		width: auto;
		float: none;
		margin: 0;
		padding: 0;
		max-width: inherit;
		display: none;
	}

	.sub_left2 {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
	}

	/* .sub_menu2 li{padding: 0;}
	.sub_menu2 a{float: left;margin-right: 20px;}
	.sub_menu2 ul.bottom{clear: both;overflow: hidden;}
	 */
	.mobile_menu {
		display: block;
		background: rgba(225, 225, 230, .36);
		position: relative;
	}

	.mobile_menu .mobile_menu_arrow {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 17px;
		background: url(../images/mobile_menu_arrow.png) center no-repeat;
		top: 8px;
	}

	.mobile_menu.on .mobile_menu_arrow {
		background: url(../images/mobile_menu_arrow2.png) center no-repeat;
	}

	.mobile_menu .mobile_menu_title {
		line-height: 38px;
		padding: 0 17px;
		color: #000;
		font-weight: bold;
		font-size: 13px;
	}

	.mobile_menu.on .mobile_menu_title {
		display: none;
	}

	.sub_menu3 {
		padding: 7px 17px;
		display: none;
	}

	.sub_menu3 ul {
		padding: 0 0 0 12px;
	}

	.sub_menu3 a {
		font-size: 13px;
		padding: 0 0 0 12px;
		color: #808080;
		background: url(../images/sub_menu3_arrow.png) left center no-repeat;
		display: block;
		line-height: 24px;
	}

	.sub_menu3 .closest>a {
		background: url(../images/sub_menu3_arrow2.png) left center no-repeat;
		color: #007AFF;
		font-weight: bold;
	}

	.sub_menu3 .closest li a {
		color: #000;
		background: none;
		position: relative;
		padding: 0 0 0 8px;
	}

	.sub_menu3 .closest li a.current {
		color: #007AFF;
	}

	.sub_menu3 .closest li a.current::before {
		content: '';
		display: block;
		width: 2px;
		height: 12px;
		background: #007AFF;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.page_title h3 {
		padding: 1.2rem 0;
	}

	.sub_list0b2 li {
		width: 50%;
	}

	.sub_011 {
		font-size: 16px;
		border: 0;
		margin: 0;
		padding-left: 65px;
		text-indent: -67px;
	}

	.sub_011 a {
		line-height: 2;
	}

	.sub_012 .img_box {
		width: 60%;
	}

	.sub_012 .bottom {
		margin: 0 10px 0;
	}

	.sub_012 .title {
		font-size: 20px;
		height: auto;
		line-height: 1.2;
	}

	.sub_012 .tip {
		font-size: 14px;
	}

	.sub_012 .info {
		font-size: 14px;
	}

	.page_content1 {
		padding: 0 16px;
		overflow: hidden;
	}

	.page_title1 {
		padding: 9px 0 14px;
	}

	.page_title1 a {
		font-size: 16px;
	}

	.sub_021 {
		display: none;
	}

	.sub_022 ul {
		margin: 17px 8px 22px 7px;
	}

	.sub_022 li, .sub_022 li:nth-child(6n+2), .sub_022 li:nth-child(6n+5), .sub_022 li:nth-child(6n+3), .sub_022 li:nth-child(6n+4) {
		width: 100%;
		border-top: 1px solid #BFBFBF;
	}

	.sub_022 li:nth-child(2n+1) a::before {
		display: none;
	}

	.sub_022 a {
		overflow: hidden;
	}

	.sub_022 .img_box {
		width: 160px;
		float: right;
		margin: 0;
	}

	.sub_022 .img1, .sub_022 li:nth-child(6n+1) .img1, .sub_022 li:nth-child(6n) .img1 {
		display: none;
	}

	.sub_022 .img2, .sub_022 li:nth-child(6n+1) .img2, .sub_022 li:nth-child(6n) .img2 {
		display: block;
	}

	.sub_022 li:nth-child(6n+2) .left, .sub_022 li:nth-child(6n+5) .left {
		display: block;
	}

	.sub_022 .left {
		width: calc(100% - 180px);
		height: 160px;
		padding: 0;
	}

	.sub_022 .title {
		margin: 0;
		font-size: 16px;
		line-height: 1.5;
		max-height: inherit;
	}

	.sub_022 .time {
		margin: 0;
		font-size: 16px;
		line-height: 1.5;
		max-height: inherit;
	}

	.sub_022 .info {
		display: none;
	}

	.sub_02_article_title h3 {
		font-weight: normal;
	}

	.sub_02_article_title p {
		margin: 0 0 24px;
	}

	.sub_03 ul {
		padding: 0;
	}

	.sub_03 li {
		width: 33.3%;
	}

	.sub_03 a {
		overflow: hidden;
		padding: 11px 0;
		border-bottom: 1px solid rgba(128, 128, 128, 0.44);
		margin: 0 0 0 .63rem;
	}

	.sub_03 .time {
		top: 14px;
	}

	.sub_04 .title {
		font-size: 16px;
		max-height: inherit;
	}

	.sub_04 .info {
		font-size: 13px;
		height: auto;
		line-height: 24px;
	}

	.sub_04a .part_title {
		padding: 0 0 6px;
	}

	.sub_04a2 ul {
		margin: 30px 0 0 -30px;
	}

	.sub_04a2 a {
		margin: 0 0 24px 30px;
	}

	.sub_04a2 .bottom {
		line-height: 1.8;
	}

	.sub_04b ul {
		margin: 30px 0 0 -30px;
	}

	.sub_04b li {
		width: 50%;
	}

	.sub_04b a {
		margin: 0 0 30px 30px;
		line-height: 1.8;
	}

	.sub_04c a {
		font-size: 13px;
	}

	.sub_04c .title {
		font-size: 16px;
	}

	.sub_04c p.author {
		display: none;
	}

	.sub_04d .month, .sub_04d .day {
		width: 27px;
		height: 18px;
		line-height: 18px;
		text-align: center;
	}

	.sub_05 {
		padding: 0 20px 1rem;
		background: none;
	}

	.sub_052_more::after {
		width: 16px;
		background-size: 100% auto;
	}

	.sub_06 {
		padding: 0 20px 0;
	}

	.sub_06 .page_title1 {
		margin-bottom: 20px;
	}

	.sub_06 .left, .sub_06 .right {
		width: auto;
		float: none;
	}

	.sub_06 .right {
		display: none;
	}

	.sub_06 .part.mobile_only {
		display: block;
	}

	.sub_02_article .article, .sub_02_article .sub_02_img {
		margin: 0 20px .4rem;
	}


}

@media screen and (max-width:992px) {}

@media screen and (max-width:800px) {
	.pageArticle {
		margin: 0;
	}

	.share .bdsharebuttonbox>span {
		display: none;
	}

}

@media screen and (max-width: 767px) {
	.sub_menu dl a {
		line-height: .3rem;
	}

	.sub_list0b2 li, .side_page .sub_list0b2 li {
		width: 100%;
	}

	.sub_list0b2 .title {
		margin: .04rem 0 0;
		height: auto;
	}

	.sub_012 li {
		width: 50%;
	}

	.sub_01_article .left {
		width: auto;
		float: none;
	}

	.sub_01_article .right {
		width: auto;
		float: none;
	}

	.sub_01a1 {
		max-width: 5.5rem;
		margin: 0 auto 20px;
	}

	.sub_01_article .left .sub_01a1 {
		display: none;
	}

	.sub_01_article {
		padding: 84px 20px 0;
	}

	.sub_01a3 ul {
		margin: -15px 0 34px -.66rem;
	}

	.sub_01a3 li {
		width: 100%;
		overflow: hidden;
	}

	.sub_01a3 a {
		padding: 12px 0;
		border-bottom: 1px solid rgba(128, 128, 128, .44);
		display: block;
		overflow: hidden;
		margin-bottom: 0;
	}

	.sub_01a3 li:last-child a {
		border: none;
	}

	.sub_01a3 .img {
		width: 182px;
		padding-bottom: 182px;
		float: left;
		margin: 0 10px 0 0;
	}

	.sub_01a3 .title {
		font-size: 16px;
		font-weight: bold;
		white-space: normal;
		margin: 1px 0 0;
		line-height: 20px;
		max-height: initial;
	}

	.sub_01a3 .info {
		font-size: 13px;
		line-height: 20px;
		white-space: normal;
	}

	.sub_01a4 .title::after {
		margin: 0 0 0 16px;
	}

	.sub_01a6 ul {
		margin: -16px 0 0;
	}

	.sub_01a6 a {
		padding: 12px 0;
	}

	.mobile_only {
		display: block;
	}

	.sub_022 .left::after {
		font-size: 12px;
	}

	.sub_02_article .right {
		width: auto;
		margin: 0 0 0;
		border-top: 1px solid rgba(128, 128, 128, .7);
		border-bottom: 1px solid rgba(128, 128, 128, .7);
		float: none;
		font-size: 0;
		padding: 12px 0 5px;
	}

	.sub_02_article .right p {
		margin: 0;
		padding: 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 50%;
		vertical-align: top;
		font-size: 16px;
	}

	.sub_02_article .right>p {
		display: block;
		width: auto;
		margin: 0 0 14px;
	}

	.sub_02_article .right .part {
		margin: 0 0 9px;
		padding: 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 50%;
		border: 0;
	}

	.sub_02_article .right span:first-child {
		margin: 0;
	}

	.sub_02_article .right .title {
		font-size: 16px;
	}

	.sub_02_article .right a {
		font-size: 13px;
		margin: 0;
		padding: 0 0 0 18px;
	}

	.sub_02_article .article {
		margin: 23px 0 0;
	}

	.sub_02_article .left {
		margin: 20px 0 0;
	}

	.sub_02_article .sub_02_img {
		margin: 0 15px .4rem;
	}

	.sub_02_article .sub_02_img img {
		width: 100%;
		height: auto;
	}

	.sub_02_article .slick-prev {
		left: -20px;
	}

	.sub_02_article .slick-next {
		right: -20px;
	}

	.sub_03 li {
		width: 100%;
	}

	.sub_03 a {
		border-bottom: 1px solid rgba(128, 128, 128, 0.44);
	}

	.sub_03 .top {
		position: relative;
		width: calc(50% - 9px);
		float: left;
	}

	.sub_03 .bottom {
		margin: 0 0 0 50%;
		padding: 0;
	}

	.sub_03 .title {
		white-space: normal;
		line-height: 24px;
		height: 48px;
		max-height: initial;
	}

	.sub_03 .info {
		height: 48px;
		line-height: 24px;
	}

	.sub_03 .time {
		top: 4px;
	}

	.sub_04 ul {
		margin: 0;
		padding: 0;
	}

	.sub_04 li {
		width: 100%;
	}

	.sub_04 a {
		margin: 0;
		padding: 13px 0;
		border-bottom: 1px solid rgba(128, 128, 128, 0.44);
		overflow: hidden;
	}

	.sub_04 .img_box {
		width: 182px;
		float: left;
	}

	.sub_04 .bottom {
		margin: 0 0 0 190px;
		padding: 0;
	}

	.sub_04 .tip {
		position: static;
		width: auto;
		font-size: 13px;
		text-align: left;
		display: none;
	}

	.sub_04 .img {
		border-radius: 0;
	}

	.sub_04a .part_title a {
		padding: 0 16px 0 0;
		background-size: 12px auto;
	}

	.sub_04d a {
		padding: 10px 5px;
	}

	.sub_left2 .sub_03 li {
		width: 100%;
	}

	.sub_06_article .right {
		width: auto;
		margin: 0 0 0;
		float: none;
		font-size: 0;
		padding: 8px 0 5px;
	}

	.sub_06_article .right p {
		margin: 0;
		padding: 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 50%;
		vertical-align: top;
		font-size: 16px;
	}

	.sub_06_article .right>p {
		display: block;
		width: auto;
		margin: 0 0 30px;
	}

	.sub_06_article .right .part {
		margin: 0 0 20px;
		padding: 0;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 50%;
		border: 0;
	}

	.sub_06_article .right span:first-child {
		margin: 0;
	}

	.sub_06_article .right .title {
		font-size: 16px;
	}

	.sub_06_article .right a {
		font-size: 13px;
		margin: 0;
	}

	.sub_06_article .right a.arrow {
		padding: 0 0 0 20px;
	}

	.sub_06_article .left {
		margin: 2px 0 0;
	}

	.sub_061 .page_title1 {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	.banner .title_box {
		transform: none;
		top: auto;
		bottom: 30%;
	}

	.banner .sub1_title, .sub1_info {
		display: none;
	}

	.sub_02_article_title p, .sub_03_article_title {
		display: none;
	}

	.sub_02_article_title h3 {
		margin: 0;
		font-size: 24px;
		line-height: 1.5;
		height: 1.5em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.sub_02_article .mobile_article_title {
		display: block;
		font-size: 16px;
		margin: 7px 0 14px;
	}

	.sub_02_article .mobile_article_title h3 {
		margin: 0 0 7px;
		line-height: 1.5;
	}

	.sub_02_article .mobile_article_title p {
		margin: 0 0 0 0;
		line-height: 1.5;
		color: #8D8D8D;
	}

	.sub_012 ul {
		padding: 0;
		border-top: 2px solid #000;
		border-left: 0;
	}

	.sub_012 li {
		width: 100%;
	}

	.sub_012 a {
		overflow: hidden;
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(128, 128, 128, .45);
		border-top: 0;
	}

	.sub_012 .img_box {
		width: 132px;
		float: left;
	}

	.sub_012 .line, .sub_012 .letter {
		display: none !important;
	}

	.sub_012 .bottom {
		margin: 0 0 0 144px;
		text-align: left;
	}

	.sub_012 .title {
		position: relative;
		display: block;
		text-align: left;
		margin: 0 0 6px;
		width: auto;
	}

	.sub_012 .tip {
		font-weight: bold;
	}

	.sub_012 .info {
		white-space: normal;
	}

	/* 	.sub_04a2 li{width: 50%;}
	.sub_04a2 .img_box{width: calc(100% - 80px);}
	 */
	.sub_04a2 ul {
		margin: 0 0 0 -30px;
	}

	.sub_04a2 li {
		width: 100%;
	}

	.sub_04a2 a {
		overflow: hidden;
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid rgba(128, 128, 128, .45);
		border-top: 0;
		margin-bottom: 0;
	}

	.sub_04a2 .img_box {
		width: 132px;
		float: left;
	}

	.sub_04a2 .line, .sub_04a2 .letter {
		display: none !important;
	}

	.sub_04a2 .bottom {
		margin: 0 0 0 144px;
		text-align: left;
		line-height: 1.8;
	}

	.sub_04a2 .tip {
		font-weight: bold;
	}

	.sub_04a2 .info {
		white-space: normal;
		text-align: left;
	}

}

@media screen and (max-width:480px) {
	.bread {}

	.page_title h3 {}

	.sub_04a3 li {
		width: 100%;
	}


}

@media screen and (max-width:414px) {}

@media screen and (max-width:360px) {
	.sub_01a3 li {
		width: 100%;
	}

	.sub_022 .left {
		width: auto;
		float: none;
		height: auto;
	}

	.sub_022 .img_box {
		display: none;
	}

	.sub_04a2 li {
		width: 100%;
	}

	.sub_04b li {
		width: 100%;
	}

}

@media screen and (max-width:320px) {}