@charset "utf-8";
/* 链接 */

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #224b7f;
	text-decoration: none;
}

a:active {
	outline: none;
}

/* 头部、底部、全局 */

body {
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	background: #d8effe url(../images/xxgkml_bg.png) 50% 0 no-repeat;
}

.inner,
.nav ul,
.links,
.copyright {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.header h1 {
	width: 100%;
	height: 150px;
	padding-left: 90px;
	background: url(../images/logo_2.png) 0 50% no-repeat;
}

.header h1 a {
	display: block;
	color: #fff;
	height: 100%;
	line-height: 150px;
	font-size: 36px;
	font-weight: bold;
}

.header h2 {
	width: 100%;
	height: 215px;
	background: url(../images/head.png) 59% 0 no-repeat;
}

.header h2 a {
	display: block;
	height: 100%;
}

@media (max-width: 1200px) {
	.header h1 {
		width: 100%;
		background-position: 10px 50%;
		background-size: auto 40%;
	}

	.header h2 {
		width: 100%;
		height: 150PX;
		background-position: 50% 0px;
		background-size: auto 50%;
	}
}

@media (max-width: 768px) {
	.header h2 {
		background-position: 30% 0px;
		background-size: auto 50%;
	}

	.inner,
	.nav ul,
	.links,
	.copyright {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.header h2 {
		background-position: 30px 0px;
		background-size: auto 45%;
	}
}

@media (max-width: 375px) {
	.header h2 {
		background-position: 30px 0px;
		background-size: auto 40%;
	}
}

@media (max-width: 320px) {
	.header h1 {
		background-size: auto 45%;
	}

	.header h1 a {
		font-size: 30px;
	}

	.header h2 {
		height: 120px;
		background-position: 30px 0px;
		background-size: auto 42%;
	}
}

/* 公用部分 */

.grid {
	width: 1200px;
	margin: 0 auto;
	padding: 36px;
	background-color: #fff;
}

.grid>.row {
	margin-right: 0px;
	margin-left: 0px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

@media (max-width: 1200px) {
	.grid {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
}

.mt20 {
	margin-top: 20px;
}

.main {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	margin-right: -10px;
}

.search-box {
	display: block;
	z-index: 9;
	line-height: 0;
	text-align: center;
	font-size: 0;
	position: relative;
	margin: 49px 0px 83px 0px;
}

@media (max-width: 1200px) {
	.search-box {
		margin: 7px 0px 43px 0px;
	}
}

/*.search-box:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 48px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
    }

    .search-box:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 240px;
    height: 0;
    border-bottom: 2px solid #e2e2e2;
    }*/

.search-box input {
	width: 510px;
	height: 50px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px;
	border: none;
	background: #fff;
	outline: none;
	border-radius: 9px;
	margin-left: -2%;
	border: 2px solid #2285e7;
}

@media (max-width: 1200px) {
	.search-box input {
		width: 90%;
	}

	.search-box input {
		margin-left: -5%;
	}

	.search-box:before,
	.search-box:after {
		display: none;
	}
}

.search-box button {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-left: -60px;
	color: transparent;
	background: url(../images/q.png) 10px 5px no-repeat;
}

.article {
	padding: 1.5px;
}

.article h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
}

.article .info {
	line-height: 24px;
	border-bottom: 1px #ccc solid;
	margin: 0px 0px 10px 0px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	text-indent: initial;
	font-size: 15px;
}

.article .info span {
	color: #555555;
	margin-right: 10px;
}

.article h2 a {
	color: #2285e7;
	line-height: 100px;
}

.article-box h4 {
	line-height: 52px;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 24px;
}

.article-box h5 {
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 24px;
}

.main p {
	line-height: 32px;
	margin-bottom: 10px;
	padding: 0px 15px;
	text-indent: 0em;
}

.article-box {
	max-height: 940px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 0px 11px;
	margin-right: 14px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.article-box {
		max-height: 100%;
		margin-right: 0px;
	}
}

.article-box::-webkit-scrollbar {
	width: 10px;
}

.article-box::-webkit-scrollbar-track-piece {
	background: #f2f2f2;
	border-radius: 100px;
}

.article-box::-webkit-scrollbar-thumb {
	background: #2285e7;
	border-radius: 100px;
}

.info-list li a {
	display: block;
	padding: 8px 20px 8px 18px;
	line-height: 30px;
	font-size: 16px;
}

.info-list li a span {
	padding-left: 10px;
	color: #858585;
}

.main .info-list li.line {
	height: 0;
	border-bottom: 1px #ccc solid;
	font: 0/0 lx;
	overflow: hidden;
	margin: 30px 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.t3 {
	height: 35px;
	padding: 0px 15px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
}

.t3 b {
	font-size: 16px;
	font-weight: bold;
	border-left: none;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	background-color: #2285e7;
}

.more {
	text-align: center;
	margin: 34px 0px;
	margin-bottom: 43px;
	text-indent: 0em;
}

.more a {
	display: inline-block;
	padding: 0px 30px;
	background-color: #e6e6e6;
	line-height: 30px;
	width: 100px;
	height: 30px;
}

.report {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.report li {
	border-left: 1px solid #ddd;
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
}

.report li a {
	display: block;
	line-height: 38px;
	padding: 8px 0px 8px 15px;
	/* height: 52.4px; */
}

.report li:nth-child(6n-2),
.report li:nth-child(6n-1),
.report li:nth-child(6n) {
	background-color: #fff;
}

@media (max-width: 480px) {
	.report li {
		width: 100%;
	}

	.report li:nth-child(6n-2),
	.report li:nth-child(6n-1),
	.report li:nth-child(6n) {
		background-color: #f8f8f8;
	}

	.report li:nth-child(odd) {
		background-color: #fff;
	}

	.report li {
		border-left: none;
	}
}

/* 信息公开树 开始 */

ul.info-tree {
	padding-bottom: 15px;
	margin-left: -10px;
}

@media (max-width: 768px) {

	ul.info-tree,
	.main {
		margin: 0px -15px;
	}
}

ul.info-tree>li ul {
	display: none;
}

ul.info-tree>li {
	position: relative;
	font-size: 18px;
}

ul.info-tree>li+li {
	margin-top: 15px;
}

ul.info-tree li a {
	display: block;
	width: 100%;
	font-size: 23px;
	line-height: 28px;
	padding: 7px 0px 7px 90px;
	color: #2285e7;
	background-color: #eff7ff;
}

@media (max-width: 480px) {
	ul.info-tree li a {
		padding: 16px 0px 16px 95px;
	}
}

ul.info-tree li a:hover,
ul.info-tree li.level-1.current a {
	color: #fff;
	background-color: #2285e7;
}

ul.info-tree li a i {
	position: absolute;
	top: 15px;
	left: 33px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(../images/iconss.png);
	/* background-image: url(../images/icons_ie8.png)\9; */
	background-size: 320px auto;
	transition: transform .3s;
}

ul.info-tree li a i.s1 {
	background-position: -8px -77px;
}

ul.info-tree li a i.s2 {
	background-position: -50px -77px;
}

ul.info-tree li a i.s3 {
	background-position: -93px -77px;
}

ul.info-tree li a i.s4 {
	background-position: -138px -77px;
}

ul.info-tree li a i.s5 {
	background-position: -182px -77px;
}

ul.info-tree li a i.s6 {
	background-position: -223px -77px;
}

ul.info-tree li a i.s7 {
	background-position: -267px -77px;
}

ul.info-tree li a i.s8 {
	background-position: -160px -22px;
}

ul.info-tree li a:hover i.s1,
ul.info-tree li.current a i.s1 {
	background-position: -8px -123px;
}

ul.info-tree li a:hover i.s2,
ul.info-tree li.current a i.s2 {
	background-position: -50px -123px;
}

ul.info-tree li a:hover i.s3,
ul.info-tree li.level-1.current a i.s3 {
	background-position: -93px -123px;
}

ul.info-tree li a:hover i.s4,
ul.info-tree li.current a i.s4 {
	background-position: -138px -123px;
}

ul.info-tree li a:hover i.s5,
ul.info-tree li.current a i.s5 {
	background-position: -182px -123px;
}

ul.info-tree li a:hover i.s6,
ul.info-tree li.current a i.s6 {
	background-position: -224px -123px;
}

ul.info-tree li a:hover i.s7,
ul.info-tree li.current a i.s7 {
	background-position: 0;
	background: url(../images/bmljjj1.png) no-repeat;
	background-position: 3px 2px;
}

ul.info-tree li a:hover i.s8,
ul.info-tree li.current a i.s8 {
	background-position: -208px -22px;
}

ul.info-tree li.level-1 a,
ul.info-tree li.level-2 a {
	display: inline-block;
}

ul.info-tree li li a:hover {
	text-decoration: underline;
}

ul.info-tree li li {
	position: relative;
	line-height: 32px;
}

ul.info-tree li li a {
	font-size: 16px;
}

ul.info-tree li.level-2 ul {
	padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li:hover ul.info-tree li.level-2 ul {
	padding-left: 20px;
}

ul.info-tree li.level-2 ul li {
	font-size: 14px;
}

ul.info-tree>li.level-1>i:after {
	margin-top: -10px;
	background-image: url(../images/icons.png);
	background-image: url(../images/icons_ie8.png)\9;
	background-size: 320px auto;
	background-position: -35px -280px;
	transition: transform .3s;
}

ul.info-tree>li.current>i:after {
	margin-top: -10px;
	margin-left: 12px;
	background-image: url(../images/icons.png);
	background-image: url(../images/icons_ie8.png)\9;
	background-size: 320px auto;
	background-position: -84px -277px;
	transition: transform .3s;
}

ul.info-tree li.level-1.current a {
	display: block;
}

ul.info-tree li li a:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 16px;
	left: 30px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background: #333;
	border-radius: 100px;
}

ul.info-tree li li a:hover:after {
	background: #1e5fd8;
}

ul.info-tree li li a:hover:after {
	color: #102b63;
	background: #102b63;
}

ul.info-tree li.level-1:hover>i {
	display: none;
	background-image: url(../images/pus02.png);
	font-style: normal;
}

ul.info-tree li.level-1.current ul li a {
	color: #333;
	line-height: 24px;
	padding-left: 89px;
	border: none;
	background-color: #fff;
	font-size: 15px;
	padding: 4px 0px 4px 40px;
}

ul.info-tree li.level-1.current ul li a:hover {
	background-color: #e7f5ff;
	text-decoration: none;
	font-weight: 700;
	color: #2285e7;
}

ul.info-tree .current>ul {
	display: block;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	padding: 20px 0px;
}

ul.info-tree li.level-1>i {
	position: absolute;
	top: 25px;
	right: 5%;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-position: center;
	cursor: pointer;
}

ul.info-tree li.level-1>i {
	background-image: url(../images/pus01.png);
}

ul.info-tree li.level-1.current>i {
	display: block;
	background-image: url(../images/prep.png);
	font-style: normal;
}

ul.info-tree li.level-1.current:hover>i {
	display: block;
	background-image: url(../images/prep.png);
	font-style: normal;
}

ul.info-tree li a:focus {
	/* color: #048;*/
	text-decoration: none;
}

/* 信息公开树 结束 */
/* 调整 */

@media (min-width: 992px) {
	.col-md-3 {
		width: 250px;
		margin-left: 49px;
	}
}

@media (min-width: 992px) {
	.col-md-9 {
		width: 780px;
	}
}

@media (max-width: 750px) {
	ul.info-tree li a {
		padding: 20px 0px 20px 90px;
	}
}

@media (max-width: 992px) {
	ul.info-tree li li a:after {
		top: 50%;
	}

	.article h2 a {
		color: #2285e7;
		line-height: 40px;
	}

	.article-box {
		padding: 0;
	}
}

ul.info-tree li.level-1.current ul li a.current {
	color: #2285e7;
	font-weight: 700;
	background-color: #e7f5ff;
	text-decoration: none;
}

ul.info-tree li a i.s7 {
	background-position: 0;
	background: url(../images/bmljjj.png) no-repeat;
	background-position: 3px 2px;
}

ul.info-tree>li:nth-child(1) a {
	line-height: 56px;
}

ul.info-tree>li:nth-child(7) a,
ul.info-tree>li:nth-child(9) a {
	padding: 21px 0px 21px 90px;
}

.report li:nth-child(3n-2) {
	border: none;
}

ul.info-tree li.current a {
	color: #fff;
	background-color: #2285e7;
}

.article1 {
	padding: 0px;
}

.article1 h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 0px;
}

.article1 .info {
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
	text-indent: initial;
	font-size: 16px;
	width: 790px;
}

.articl1e .info span {
	color: #555555;
	margin-right: 10px;
}

.article1 h2 a {
	color: #2285e7;
	line-height: 100px;
}

.article1-box h4 {
	line-height: 52px;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 24px;
}

.article1-box h5 {
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 24px;
}

.article1-box {
	padding: 0px 10px 0px 35px;
	margin-right: 14px;
	margin-bottom: 40px;
}

.table-bordered>tbody>tr>th {
	background-color: #f4f6f7;
	text-align: center;
	color: #555;
	width: 120px;
	height: 50px;
	line-height: 34px;
	font-size: 16px;
}

.table-bordered>tbody>tr>td {
	line-height: 34px;
	font-size: 16px;
	color: #555;
	padding-left: 15px;
}

.article1 .option {
	box-sizing: border-box;
	margin: 20px 15px;
	padding: 20px;
	line-height: 30px;
	color: #ccc;
	transition: padding .3s;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 20px 60px;
}

.article1 .option .share {
	float: right;
	margin: -7px 0;
}

.article1 .option h4 {
	display: none;
}

.article1 .info {
	color: #999;
}

.jfontsize a {
	border: none;
	margin: 2px 2px;
	padding: 0px;
}

.jfontsize span {
	float: left;
}

.jfontsize a i.shouc {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 24px;
	background-image: url(../images/buoumaotubiao44.png);
	background-repeat: no-repeat;
	background-size: 80%;
}

.jfontsize a i.shouc:hover {
	background-image: url(../images/buoumaotubiao441.png);
}

.jfontsize a i.dayin {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 24px;
	background-image: url(../images/dayin.png);
	background-repeat: no-repeat;
	background-size: 80%;
}

.jfontsize a i.dayin:hover {
	background-image: url(../images/dayin1.png);
}

.jfontsize {
	padding: 0;
}

.bdshare-button-style1-32 .bds_more {
	color: #333;
	width: 28px;
	height: 28px;
	background-image: url(../images/fenxiang.png);
	background-repeat: no-repeat;
	background-size: 80%;
	margin: 8px 2px;
}

.bdshare-button-style1-32 .bds_more:hover {
	background-image: url(../images/fenxiang1.png);
}

.bdshare-button-style1-32 .wyjc {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #cacaca;
	width: 88px;
	height: 26px;
	border-radius: 12px;
	background-image: url(../images/qk2018_news_icon46.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	text-indent: 0em;
	line-height: 26px;
	padding-left: 20px;
}

.bdshare-button-style1-32 .wyjc:hover {
	background-color: #2285e7;
	color: #fff;
}

@media(max-width:992px) {

	.jfontsize,
	.share {
		display: none;
	}

	.article1 h2 a {
		color: #2285e7;
		line-height: 0px;
	}

	.article1 .info {
		width: 100%;
		text-align: center;
		margin: 0;
		padding-bottom: 10px;
	}

	.article1 .option {
		background: none;
		margin: 0;
	}

	.article1-box {
		padding: 0;
		margin: 0;
	}

	.test {
		display: none;
	}
}

.article-code p {
	margin: 25px 0;
}

.article-code .mb20 {
	margin-bottom: 30px;
}

.article-code a {
	font-weight: 700;
	color: #555;
	margin-right: 5px;
}

ul.info-tree li.level-1.current:hover>i {
	background-image: url(../images/prep.png);
	font-style: normal;
}

.test {
	width: 10px;
	height: 940px;
	overflow: auto;
	border: none;
	position: absolute;
	top: 100px;
	right: 8px;
	background-color: #ccc;
	border-radius: 20px;
}

.scrollbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 80px !important;
	background-color: #2285e7;
	border-radius: 5px;
	opacity: .8;
}

.zwzw {
	display: inline-block;
	width: 602px;
	height: 87px;
	text-align: center;
	line-height: 87px;
	background-image: url(../images/zwzwb.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 8px;
	color: #2285e7;
	font-weight: 700;
	font-size: 22px;
}

.ysqgk {
	display: inline-block;
	width: 155px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #2285e7;
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e1e1e1;
	margin-left: 40px;
	vertical-align: middle;
}

ul.info-tree li.level-1 li.level-2>i {
	position: absolute;
	top: 8px;
	right: 5%;
	display: block;
	width: 15px;
	height: 15px;
	line-height: 20px;
	text-align: center;
	background-position: center;
	cursor: pointer;
	/* background-image: url(../images/pus04.png); */
}

ul.info-tree li.level-1 li.level-2.current>i {
	/* display: none; */
	background-image: url(../images/pus05.png);
	font-style: normal;
	background-repeat: no-repeat;
}

ul.info-tree li.level-1 li.level-2:hover>i {
	background-image: url(../images/pus05.png);
	font-style: normal;
	background-repeat: no-repeat;
}

.ysqgk img {
	margin-right: 8px;
}

@media(max-width:992px) {
	.zwzw {
		width: 100%;
	}
}

.footer {
	width: 100%;
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
	padding-left: 20px;
	padding: 20px 0 30px;
	background-color: #224b7f;
}

.links>ul>li {
	position: relative;
	margin-bottom: 14px;
	line-height: 40px;
	font-size: 14px;
}

.links>ul li.col-md-3 {
	width: 21%;
	padding: 0;
}

.links>ul li.col-md-7 {
	width: 64%;
}

.links>ul li.col-md-2 {
	width: 15%;
	float: right;
	margin-top: -54px;
}

.links>ul li p {
	color: #fff;
}

.links>ul li p a {
	margin: 0 10px;
	color: #fff;
	font-size: 14px;
}

.links>ul li p a:first-child {
	margin-left: 0;
}

.links>ul li p a+a {
	margin: 10px;
}

.links>ul>li>a {
	display: block;
	margin: 0 -1px;
	color: #fff;
	padding: 0 20px;
	background: url(../images/links_arr.png) 94% 50% no-repeat;
}

.links>ul li>a img {
	vertical-align: middle;
	margin: 0 5px;
}

.links li ul {
	display: none\9;
	z-index: -1;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 40px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform .3s;
}

.links li:hover ul {
	display: block\9;
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}

.links li li {
	border-top: 1px solid #ddd;
	line-height: 39px;
	text-align: center;
	transition: all .3s;
}

.links li li:hover {
	background-color: #f8f8f8;
}

.links li li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;
}

.copyright {
	line-height: 32px;
	text-align: left;
	/* border-top: 1px solid #14437e; */
}

.links {
	border-bottom: 2px solid #14437e;
	margin-bottom: 20px;
}

.copyright p {
	color: #fff;
}

.copyright p a,
.copyright p span {
	margin-right: 7px;
	color: #fff;
	font-size: 14px;
}

.gov {
	position: absolute;
	right: 175px;
	top: 31px;
	margin-top: -17px;
}

.jc {
	position: absolute;
	top: 50%;
	right: 0;
	width: 110px;
	height: 55px;
	margin-top: -22px;
}


.nav-2 {
	margin-bottom: 43px;
	background: rgba(34, 137, 218, 0.63);
	border-radius: 20px;
	line-height: 60px;
}

.nav-2 a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	float: left;
	padding: 0px 29px;
	position: relative;
	border-bottom: 2px solid transparent;
	/*width: 16.6666%;*/
}

.nav-2 a:hover,
.nav-2 a.current {
	color: #ffa202;
	font-weight: bold;
}

.nav-2 a+a::after {
	content: '';
	width: 1px;
	height: 40px;
	background: #fff;
	opacity: .15;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.nav-2 a i {
	background: url(../images/icon.png) no-repeat;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 0px;
	vertical-align: middle;
	transition: all .3s;
}

.nav-2 a i.s0 {
	background-position: 2px -667px;
}

.nav-2 a i.s1 {
	background-position: 5px -33px;
}

.nav-2 a i.s2 {
	background-position: 3px -123px;
}

.nav-2 a i.s3 {
	background-position: 5px -223px;
}

.nav-2 a i.s4 {
	background-position: 3px -321px;
}

.nav-2 a i.s5 {
	background-position: 3px -415px;
}

.nav-2 a i.s6 {
	background-position: 3px -514px;
}

.nav-2 a i.s7 {
	background-position: 3px -612px;
}

.nav-2 a.current i.s0,
.nav-2 a:hover i.s0 {
	background-position: -33px -667px;
}

.nav-2 a.current i.s1,
.nav-2 a:hover i.s1 {
	background-position: -33px -33px;
}

.nav-2 a.current i.s2,
.nav-2 a:hover i.s2 {
	background-position: -34px -123px;
}

.nav-2 a.current i.s3,
.nav-2 a:hover i.s3 {
	background-position: -32px -223px;
}

.nav-2 a.current i.s4,
.nav-2 a:hover i.s4 {
	background-position: -34px -321px;
}

.nav-2 a.current i.s5,
.nav-2 a:hover i.s5 {
	background-position: -34px -415px;
}

.nav-2 a.current i.s6,
.nav-2 a:hover i.s6 {
	background-position: -34px -514px;
}

.nav-2 a.current i.s7,
.nav-2 a:hover i.s7 {
	background-position: -34px -612px;
}

/* 移动端菜单开始 */

.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity .2s;
}

.mask.on {
	display: block;
	opacity: 1;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #80b0dcdb;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu img {
	display: block;
	width: 70%;
	margin: 60px 20px;
}

.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #eff0f1;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.menu li+li a {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
	animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
	animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
	animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
	animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
	animation-delay: .5s;
}

.menu>ul>li:nth-child(6) {
	animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
	animation-delay: .7s;
}

.menu-btn {
	display: none;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 599;
	width: 50px;
	height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
	position: fixed;
	top: 10px;
}

.menu-btn>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #2389da;
	border-radius: 2px;
	transition: .25s;
}

.menu-btn>span:nth-child(1) {
	top: 18px;
}

.menu-btn>span:nth-child(2) {
	top: 24px;
}

.menu-btn>span:nth-child(3) {
	top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
	background: #fff;
}

.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}

@media (max-width: 1200px) {
	.menu-btn {
		display: block;
	}

	.sjxna {
		display: none
	}
}


/* 分页 */

.pages {
    font: 0/0 microsoft yahei;
    padding: 30px 0  15px;
    text-align: center;
}

.overview .pages {
    padding: 11px 0 0px;
}
.pages span,.pages a {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 2px;
}
.pages span.current, .pages a.current, .pages span:hover,.pages a:hover {
    background-color: #2d66a5;
    color: #fff;
    position: relative;
}
