.article-head {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 24px
}

.article-head .article-title {
	font-size: 2.6em;
	text-align: center;
	color: #333333;
	margin: 15px auto;
	padding: 0 15px
}

.article-head .article-ftitle {
	font-size: 1.8em;
	text-align: center;
	color: #6E6E6E;
	margin: 10px auto;
	padding: 0 15px;
	display: none
}

.article-head .article-info {
	font-size: 1.4em;
	color: #747474;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #C5C5C5;
	position: relative
}

.article-head .article-info span {
	display: inline-block;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	color: #666666
}

.article-content {
	padding: 12px;
	color: #4E4E4E
}

.article-content>p {
	text-indent: 2em;
	font-size: 1.6em;
	margin-bottom: 12px;
	line-height: 2
}

.article-content>p[align=center],
.article-content>p.center {
	text-indent: 0
}

.article-content img {
	max-width: 100%
}

.article-content>img {
	display: block;
	margin: 18px auto
}

.article-jump {
	border-top: 1px dashed #DADADA;
	padding: 10px 0;
	margin-bottom: 12px
}

.article-jump>div {
	width: 49%;
	float: left;
	font-size: 1.6em;
	padding: 15px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #EFEFEF;
	color: #333333
}

.article-jump>div a {
	color: #414141
}

.article-jump>div a:hover {
	color: #C60202
}

.article-jump>div:first-child {
	margin-right: 2%
}

.article-jump>div:hover {
	background-color: #FFE4E4
}

.article-jump .prev {
	text-align: left
}

.article-jump .next {
	text-align: right
}

@media (max-width: 991px) {
	.article-jump>div {
		width: 100%;
		float: none
	}

	.article-jump .prev,
	.article-jump .next {
		text-align: left;
		margin: 5px 0
	}
}

@media (max-width: 991px) {
	.article-head {
		padding-bottom: 5px
	}

	.article-head .article-title {
		font-size: 2em
	}

	.article-head .article-info {
		height: auto;
		line-height: 1.6;
		padding: 5px 0
	}

	.article-jump>div {
		font-size: 1.4em
	}
}

.footer-wrap {
	background-color: #8A0106
}

.footer-wrap .footer-content {
	max-width: 1180px;
	width: 100%;
	height: 162px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative
}

.footer-wrap .footer-info {
	padding-left: 125px;
	height: 102px;
	background: url(/zlys/static/img/footer_logo.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item {
	width: 50%;
	float: left;
	padding-top: 10px
}

.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
	font-size: 1.6rem;
	display: block;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 28px
}

.footer-wrap .footer-info .footer-info-item .address {
	background: url(/zlys/static/img/ico_address.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .tel {
	background: url(/zlys/static/img/ico_tel.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .police {
	background: url(/zlys/static/img/police.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item a {
	display: inline-block
}

.footer-wrap .code-box {
	position: absolute;
	right: 0;
	top: 27px;
	text-align: right
}

.footer-wrap .code-box span {
	display: inline-block;
	position: relative;
	vertical-align: top
}

.footer-wrap .code-box .org-code {
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
	width: 110px;
	height: 110px
}

.footer-wrap .code-box .org-code img {
	display: inline-block;
	padding-top: 25px
}

.footer-wrap .code-box .footer-code {
	position: relative
}

.footer-copyright {
	height: 40px;
	line-height: 40px;
	background-color: #5A0105;
	text-align: center
}

.footer-copyright a,
.footer-copyright span {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 10px
}

.footer-copyright .copyright-info {
	float: left
}

.footer-copyright .browser {
	float: right;
	display: block
}

.footer-copyright .company {
	float: right;
	display: block
}

.footer-copyright span {
	margin: 0 50px 0 10px
}

.scroll-top {
	position: fixed;
	width: 52px;
	height: 52px;
	right: 5px;
	bottom: 48px;
	z-index: 1000;
	cursor: pointer;
	background: #f60 url("../img/gotop.png") center center no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 3px
}

.scroll-top:hover {
	border-radius: 50%
}

@media only screen and (max-width: 1199px) {
	.footer-wrap {
		background-color: #C60202
	}

	.footer-wrap .footer-content {
		display: none
	}

	.footer-copyright a,
	.footer-copyright span {
		display: inline;
		font-size: 1.4rem;
		color: #fff;
		margin: 0 10px
	}

	.footer-copyright .copyright-info {
		float: none
	}

	.footer-copyright .browser {
		display: none
	}

	.footer-copyright .company {
		display: none
	}

	.footer-copyright span {
		margin: 0 50px 0 10px
	}
}

.header-top {
	background: url(/zlys/static/img/header_bg.png) no-repeat 53% center
}

.header-top>.content-box {
	height: 115px;
	position: relative
}

.header-top .logo {
	display: block;
	float: left
}

.header-top .logo img {
	display: block;
	max-width: 100%;
	margin: 22px auto 0 auto
}

.header-top .slogan {
	display: inline-block;
	position: relative;
	font-size: 3em;
	color: #C60202;
	padding-top: 35px;
	padding-left: 50px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0
}

.header-top .slogan::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #C60202;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 2px 1px 1px #D8B7B5;
	box-shadow: 0 2px 1px 1px #D8B7B5;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: 12px
}

.header-top .search-box {
	width: 270px;
	position: absolute;
	border: 1px solid #C60202;
	right: 120px;
	top: 33%;
	overflow: hidden;
	padding-right: 40px;
	border-radius: 3px
}

.header-top .search-box input {
	display: block;
	width: 100%;
	height: 34px;
	border: none;
	line-height: 34px;
	color: #A7A7A7;
	padding-left: 20px;
	font-size: 1.4em;
	outline: none;
	z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
	color: #A7A7A7
}

.header-top .search-box ::-moz-placeholder {
	color: #A7A7A7
}

.header-top .search-box :-ms-input-placeholder {
	color: #A7A7A7
}

.header-top .search-box :-moz-placeholder {
	color: #A7A7A7
}

.header-top .search-box a {
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #C60202 url(../img/search_btn.png) center no-repeat;
	z-index: 10;
	outline: none
}

.header-top .home {
	position: absolute;
	right: 0;
	height: 36px;
	top: 33%;
	width: 108px;
	line-height: 36px;
	background: #FF6C00 url(../img/btn_home.png) no-repeat 10px center;
	text-indent: 35px;
	font-size: 1.6em;
	border-radius: 5px
}

.header-top .home a {
	color: #fff
}

.header-top .welcome {
	position: absolute;
	right: 0;
	top: 60%;
	font-size: 1.4em;
	color: #666666
}

.header-wrap .nav-open,
.header-nav .nav-close {
	display: none
}

@media only screen and (min-width: 1200px) {
	.header-nav {
		background-color: #C60202
	}

	.nav-bar {
		text-align: center;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 99
	}

	.nav-bar>li {
		display: inline-block;
		height: 52px
	}

	.nav-bar>li>a {
		display: block;
		font-size: 1.8em;
		color: #fff;
		padding: 0 20px;
		position: relative;
		line-height: 52px;
		text-align: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.nav-bar>li>a::after {
		content: "";
		width: 66%;
		height: 1px;
		background-color: transparent;
		position: absolute;
		left: 17%;
		bottom: 10px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.nav-bar>li.active>a,
	.nav-bar>li:hover>a {
		background-color: #FF6C00
	}

	.nav-bar>li.active>a::after,
	.nav-bar>li:hover>a::after {
		background-color: #fff
	}

	.nav-bar>li>ul {
		width: 100%;
		position: absolute;
		top: 52px;
		left: 0;
		overflow: hidden;
		max-height: 0;
		text-align: left;
		background-color: #E9F3FE;
		z-index: 1000
	}

	.nav-bar>li>ul>li {
		display: inline-block
	}

	.nav-bar>li>ul>li>a {
		display: block;
		font-size: 1.6em;
		text-align: center;
		line-height: 30px;
		padding: 0 20px;
		margin: 0 8px;
		border-radius: 2px;
		color: #333333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.nav-bar>li:hover>ul {
		padding: 8px 0;
		max-height: 200px;
		border-top: 2px solid #F2CBCE
	}

	.nav-bar>li>ul>li>a:hover,
	.nav-bar>li>ul>li.active>a {
		color: #fff;
		background: #FF9C01
	}
}

@media (max-width: 1199px) {
	.header-top {
		padding: 10px;
		height: 100px
	}

	.header-top>.content-box {
		padding-top: 0;
		height: 80px;
		background: none
	}

	.header-top>.content-box .ynedut-box {
		display: none
	}

	.header-top .slogan {
		display: none
	}

	.header-top .home {
		display: none
	}

	.header-top .logo img {
		margin-top: 5px;
		height: 65px
	}

	.header-top .search-box {
		right: 100px;
		top: 50%;
		margin-top: -20px
	}

	.header-top .welcome {
		display: none
	}

	.header-top .nav-open {
		display: block;
		position: absolute;
		width: auto;
		height: 24px;
		margin-top: -12px;
		right: 10px;
		top: 50%;
		padding-right: 40px;
		z-index: 9999;
		font-size: 1.4em;
		color: #C60202;
		background: url("/zlys/static/img/nav_open.png") right center no-repeat
	}

	.header-nav {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9999;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background: #f1f1f1
	}

	.header-nav.show {
		right: 0
	}

	.header-nav .nav-close {
		padding: 0 20px 0 10px;
		text-align: center;
		height: 45px;
		line-height: 45px;
		position: relative;
		border-bottom: 1px solid #C8C8C8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #FFFFFF;
		-webkit-box-shadow: 0 2px 2px #CCC;
		box-shadow: 0 2px 2px #CCC;
		font-size: 1.4em
	}

	.header-nav .back-home {
		font-size: 1.4em;
		background: url(/zlys/static/img/nav_back.png) left center no-repeat;
		padding-left: 20px;
		color: #333
	}

	.header-nav .nav-close .close-nav-btn {
		width: 24px;
		height: 24px;
		background: url("/zlys/static/img/nav_close.png") center no-repeat
	}

	.nav-bar {
		padding: 1px 15px 15px;
		height: calc(100vh - 56px);
		overflow-y: auto
	}

	.nav-bar>li {
		background: #FFF;
		-webkit-box-shadow: 0 0 4px #CCC;
		box-shadow: 0 0 4px #CCC;
		border-radius: 10px;
		margin-bottom: 10px
	}

	.nav-bar>li>a {
		font-size: 1.6em;
		font-weight: bold;
		display: block;
		background: #C60202;
		color: #FFF;
		padding: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: left
	}

	.nav-bar>li:first-child>a {
		display: none
	}

	.nav-bar>li>ul {
		padding: 0 0 10px;
		background: #fff;
		overflow: hidden;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		text-align: left
	}

	.nav-bar>li>ul>li {
		display: inline-block;
		margin: 10px
	}

	.nav-bar>li>ul>li>a {
		font-size: 1.6em;
		padding: 5px 10px;
		border: 1px solid #E7EEFC;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		margin: 5px 1%;
		color: #C60202;
		white-space: nowrap
	}

	.nav-bar>li>ul>li.active>a {
		background: #FF6C00;
		color: #fff;
		border-color: #FF6C00
	}

	.nav-bar>li>ul>li>ul {
		display: block;
		background: #F3F3F3
	}

	.nav-bar>li>ul>li>ul>li>a {
		padding: 13px 10px;
		font-size: 2.2em;
		display: block;
		border-radius: 3px;
		text-indent: 50px
	}

	.nav-bar>li>ul>li>ul>li.active>a {
		background: #4890EA;
		color: #FFF
	}
}

@media (max-width: 767px) {
	.header-top {
		height: 80px
	}

	.header-top>.content-box {
		height: 60px
	}

	.header-top .logo img {
		height: 55px;
		margin-top: 3px
	}

	.header-top .search-box {
		display: none
	}
}

@media (max-width: 479px) {
	.header-top .nav-open {
		font-size: 0
	}

	.header-top .nav-open {
		right: 0
	}
}

@media only screen and (max-width: 479px) {
	.header-top {
		height: 65px
	}

	.header-top>.content-box {
		height: 40px
	}

	.header-top .logo img {
		height: 45px;
		margin-top: 0
	}

	.header-top .nav-open {
		margin-top: -8px
	}
}

.focus-content {
	padding-left: 445px;
	min-height: 300px;
	position: relative
}

.focus-module {
	position: relative
}

.focus-container {
	width: 430px;
	height: 300px;
	left: 0;
	top: 0;
	position: absolute !important;
	overflow: hidden
}

.focus-container .focus-slide {
	height: 300px;
	position: relative
}

.focus-container .focus-slide img {
	display: block;
	width: 100%;
	height: 260px
}

.focus-container h3 {
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 1.6em;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	padding-right: 100px;
	background-color: #C60202;
	position: absolute;
	left: 0;
	bottom: 0
}

.focus-container .slick-dots {
	width: auto;
	position: absolute;
	right: 6px;
	bottom: 17px;
	z-index: 10;
	text-align: right
}

.focus-container .slick-dots li {
	width: 20px;
	height: 4px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	background-color: #fff;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
	background: #FF6C00
}

.focus-container .slick-dots li button {
	display: none
}

.focus-container .focus-slide a {
	display: block;
	height: 100%
}

.focus-container .slick-next,
.focus-container .slick-prev {
	width: 25px;
	height: 42px;
	z-index: 9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: none !important
}

.focus-container .slick-next {
	right: 0;
	background: rgba(0, 0, 0, 0.7) url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:hover {
	background: #C60202 url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:before,
.focus-container .slick-prev:before {
	display: none
}

.focus-container .slick-prev {
	left: 0;
	background: rgba(0, 0, 0, 0.7) url(../img/focus_left.png) no-repeat center
}

.focus-container .slick-prev:hover {
	background: #C60202 url(../img/focus_left.png) no-repeat center
}

.first-text a {
	display: block;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFEFEF
}

.first-text a h3 {
	font-size: 1.8em;
	color: #C60202;
	font-weight: 500;
	padding-bottom: 8px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.first-text a p {
	line-height: 1.6;
	font-size: 1.4em;
	color: #999999;
	padding-bottom: 5px
}

.first-text a span {
	display: inline-block;
	font-size: 1.4em;
	color: #999999
}

.first-text a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.first-text a:hover h3 {
	color: #C60202
}

.first-text a:hover span {
	color: #C60202
}

@media (max-width: 1199px) {
	.focus-content {
		padding-left: 0
	}

	.focus-container {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.first-list a p {
		padding-bottom: 0
	}
}

@media only screen and (max-width: 639px) {
	.first-list a {
		padding-left: 130px;
		height: 85px
	}

	.first-list a .img {
		width: 120px;
		height: 75px
	}

	.first-list a p {
		display: none
	}

	.first-list a h3 {
		font-size: 1.6em
	}
}

.full-pic,
.full-pic img {
	display: block;
	max-width: 100%
}

.wenzi-module-list li:first-child {
	margin-top: 0
}

.wenzi-module-list li a {
	display: block;
	position: relative;
	padding-right: 73px;
	height: 40px;
	padding-left: 15px;
	line-height: 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #BFBFBF;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a h3 {
	font-size: 1.6em;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a span {
	display: inline-block;
	position: absolute;
	line-height: 40px;
	top: 0;
	right: 0;
	font-size: 1.6em;
	font-family: "Arial";
	color: #999999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a:hover::before {
	background-color: #C60202
}

.wenzi-module-list li a:hover h3 {
	color: #C60202
}

.wenzi-module-list li a:hover span {
	color: #C60202
}

.wenzi-module-list2 {
	margin-left: -1%;
	margin-right: -1%
}

.wenzi-module-list2 li {
	width: 48%;
	margin: 0 1%;
	float: left
}

@media only screen and (max-width: 1023px) {
	.wenzi-module-list2 {
		margin-left: 0;
		margin-right: 0
	}

	.wenzi-module-list2 li {
		width: 100%;
		float: none;
		margin: 0
	}
}

.toutiao-module-list {
	padding-bottom: 8px;
	background-color: #fff
}

.toutiao-module-list .tuwen-item {
	position: relative;
	padding-left: 210px;
	min-height: 120px;
	display: block;
	margin-top: 19px
}

.toutiao-module-list .tuwen-item:first-child {
	margin-top: 0
}

.toutiao-module-list .tuwen-item .img {
	position: absolute;
	width: 200px;
	height: 120px;
	top: 0;
	left: 0;
	overflow: hidden
}

.toutiao-module-list .tuwen-item .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.toutiao-module-list .tuwen-item .title {
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-bottom: 7px;
	color: #444444
}

.toutiao-module-list .tuwen-item .intro {
	font-size: 1.4em;
	color: #999999;
	margin-bottom: 15px;
	line-height: 1.8
}

.toutiao-module-list .tuwen-item .time {
	font-size: 1.4em;
	color: #999999
}

.toutiao-module-list .tuwen-item:hover .title {
	color: #C60202
}

.toutiao-module-list .tuwen-item:hover .intro {
	color: #333333
}

.toutiao-module-list .tuwen-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media only screen and (max-width: 639px) {
	.toutiao-module-list .tuwen-item {
		min-height: 72px;
		padding-left: 130px
	}

	.toutiao-module-list .tuwen-item .title {
		white-space: normal
	}

	.toutiao-module-list .tuwen-item .img {
		width: 120px;
		height: 72px
	}

	.toutiao-module-list .tuwen-item .intro {
		display: none
	}
}

.text-module-list li {
	margin-top: 15px
}

.text-module-list li:first-child {
	margin-top: 0
}

.text-module-list li a {
	display: block;
	padding-left: 115px;
	position: relative
}

.text-module-list li a h3 {
	font-size: 1.6em;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	line-height: 36px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.text-module-list li a .time-box {
	position: absolute;
	left: 0;
	top: 1px;
	border: 1px solid #BBBBBB;
	border-radius: 2px
}

.text-module-list li a .time-box span {
	font-size: 1.6em;
	color: #666666;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.text-module-list li a .time-box .year {
	line-height: 32px;
	background-color: #BBBBBB;
	color: #fff;
	padding: 0 5px
}

.text-module-list li a:hover h3 {
	color: #C60202
}

.text-module-list li a:hover .time-box {
	border-color: #C60202
}

.text-module-list li a:hover .time-box .year {
	color: #fff;
	background-color: #C60202
}

.text-module-list li a:hover .time-box .day {
	color: #C60202
}

@media only screen and (max-width: 1199px) {
	.text-module-list li a {
		padding-left: 125px
	}
}

@media only screen and (max-width: 767px) {
	.text-module-list li a {
		padding-left: 115px
	}

	.text-module-list li {
		margin-top: 10px
	}
}

.blogroll-box {
	height: 60px;
	line-height: 60px;
	background-color: #C60202
}

.blogroll-box .content-box {
	padding-left: 130px;
	position: relative
}

.blogroll-box .content-box .title {
	font-size: 1.8em;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	left: 0;
	padding-left: 30px;
	background: url(/zlys/static/img/link_ico.png) no-repeat left center
}

.blogroll-box .content-box .link-content {
	padding-right: 70px
}

.blogroll-box .content-box .link-content a {
	display: block;
	font-size: 1.6em;
	color: #fff;
	white-space: nowrap;
	margin: 0 5px;
	line-height: 60px;
	height: 60px;
	padding-left: 10px;
	background: url(/zlys/static/img/link_title.png) no-repeat left center;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.blogroll-box .content-box .link-content a span {
	display: inline-block;
	position: relative;
	overflow: hidden
}

.blogroll-box .content-box .link-content a span::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 100%;
	right: 100%;
	top: 42px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.blogroll-box .content-box .link-content a:hover>span::after {
	left: 0;
	right: 0
}

.blogroll-box .content-box .link-content .slick-next:before,
.blogroll-box .content-box .link-content .slick-prev:before {
	display: none
}

.blogroll-box .content-box .link-content .slick-next,
.blogroll-box .content-box .link-content .slick-prev {
	width: 26px;
	height: 22px;
	background-position: left top;
	background-size: 100%
}

.blogroll-box .content-box .link-content .slick-next {
	background-image: url(/zlys/static/img/right_f.png);
	right: 0
}

.blogroll-box .content-box .link-content .slick-next:hover {
	background-image: url(/zlys/static/img/right_on_f.png)
}

.blogroll-box .content-box .link-content .slick-prev {
	left: auto;
	right: 30px;
	background-image: url(/zlys/static/img/left_f.png)
}

.blogroll-box .content-box .link-content .slick-prev:hover {
	background-image: url(/zlys/static/img/left_on_f.png)
}

@media only screen and (max-width: 1199px) {
	.link-module {
		display: none
	}
}

.notfind {
	position: relative;
	margin-bottom: 24px;
	padding: 48px;
	text-align: center
}

.notfind img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.notfind .notfind-btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	font-size: 2.4rem;
	color: #fff;
	background-color: #80C023;
	padding: 0 48px;
	border-radius: 3px;
	display: inline-block;
	margin: 20px auto
}

.banner-box {
	width: 100%;
	max-height: 450px;
	position: relative;
	overflow: hidden
}

.banner-box .banner-content {
	width: 100%
}

.banner-box .banner-item {
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	outline: none;
	background-size: cover;
	background-position: center
}

.banner-box .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px
}

.banner-box .slick-next,
.banner-box .slick-prev {
	width: 54px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.banner-box .slick-next {
	right: 3%;
	background-image: url(/zlys/static/img/right.png)
}

.banner-box .slick-next:hover {
	background-image: url(/zlys/static/img/right_on.png)
}

.banner-box .slick-prev {
	left: 3%;
	background-image: url(/zlys/static/img/left.png)
}

.banner-box .slick-prev:hover {
	background-image: url(/zlys/static/img/left_on.png)
}

.banner-box .slick-next:before,
.banner-box .slick-prev:before {
	display: none
}

.banner-box .slick-dots li button {
	display: none
}

.banner-box .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #D8D7D1;
	vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
	background: #FF9C01;
	border: 1px solid #fff;
	opacity: 1
}

@media only screen and (max-width: 1199px) {
	.banner-box .banner-item {
		height: 280px
	}

	.banner-box .slick-prev,
	.banner-box .slick-next {
		display: none !important
	}
}

@media only screen and (max-width: 767px) {
	.banner-box .banner-item {
		height: 240px
	}
}

@media only screen and (max-width: 639px) {
	.banner-box .banner-item {
		height: 200px
	}
}

@media only screen and (max-width: 479px) {
	.banner-box .banner-item {
		height: 170px
	}
}

@media only screen and (max-width: 359px) {
	.banner-box .banner-item {
		height: 150px
	}
}

.riqi-list-page li {
	margin-top: 10px
}

.riqi-list-page li:first-child {
	margin-top: 0
}

.riqi-list-page li a {
	display: block;
	padding-left: 115px;
	position: relative;
	border-bottom: 1px dotted #C5C5C5;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.riqi-list-page li a h3 {
	font-size: 1.6em;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	line-height: 36px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.riqi-list-page li a .time-box {
	position: absolute;
	left: 0;
	top: 1px;
	border: 1px solid #BBBBBB;
	border-radius: 2px
}

.riqi-list-page li a .time-box span {
	font-size: 1.6em;
	color: #666666;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.riqi-list-page li a .time-box .year {
	line-height: 32px;
	background-color: #BBBBBB;
	color: #fff;
	padding: 0 5px
}

.riqi-list-page li a:hover {
	border-color: #C60202
}

.riqi-list-page li a:hover h3 {
	color: #C60202
}

.riqi-list-page li a:hover .time-box {
	border-color: #C60202
}

.riqi-list-page li a:hover .time-box .year {
	color: #fff;
	background-color: #C60202
}

.riqi-list-page li a:hover .time-box .day {
	color: #C60202
}

@media only screen and (max-width: 639px) {
	.riqi-list-page li a h3 {
		padding-top: 0
	}
}

.shipin-list-page {
	margin-left: -1%;
	margin-right: -1%
}

.shipin-list-page a {
	width: 31.33%;
	margin: 0 1% 20px 1%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.shipin-list-page a .img {
	position: relative;
	height: 180px;
	overflow: hidden
}

.shipin-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%
}

.shipin-list-page a .img .ico {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: url("/zlys/static/img/play_btn.png") center 50% no-repeat
}

.shipin-list-page a h3 {
	padding: 0 1em;
	font-size: 1.6rem;
	color: #444444;
	font-family: "思源黑体";
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3
}

.shipin-list-page a:hover {
	border-color: #C60202
}

.shipin-list-page a:hover h3 {
	color: #fff;
	background-color: #C60202
}

.shipin-list-page a:hover .ico {
	top: 0
}

@media only screen and (max-width: 1023px) {
	.shipin-list-page a .img {
		height: 150px
	}
}

@media only screen and (max-width: 767px) {
	.shipin-list-page a .img {
		height: 130px
	}
}

@media only screen and (max-width: 639px) {
	.shipin-list-page a {
		width: 48%
	}

	.shipin-list-page a .img {
		height: 140px
	}
}

@media only screen and (max-width: 479px) {
	.shipin-list-page a .img {
		height: 110px
	}
}

@media only screen and (max-width: 359px) {
	.shipin-list-page a {
		width: 98%
	}

	.shipin-list-page a .img {
		height: auto
	}
}

.tuwen-list-page a {
	padding: 12px 0;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block
}

.tuwen-list-page a:first-child {
	padding-top: 0
}

.tuwen-list-page a .img {
	display: block;
	width: 180px;
	height: 110px;
	overflow: hidden;
	float: left
}

.tuwen-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tuwen-list-page a .txt {
	float: left;
	width: calc(100% - 180px);
	position: relative;
	padding-left: 15px
}

.tuwen-list-page a .title {
	font-size: 1.6rem;
	color: #222222;
	line-height: 180%;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tuwen-list-page a .time {
	font-family: "Arial";
	font-size: 1.4rem;
	color: #777777
}

.tuwen-list-page a .intro {
	font-size: 1.4rem;
	color: #777777;
	line-height: 1.5;
	margin: 6px 0 15px
}

.tuwen-list-page a:hover {
	border-color: #C60202
}

.tuwen-list-page a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.tuwen-list-page a:hover .title {
	color: #C60202
}

@media only screen and (max-width: 1199px) {
	.tuwen-list-page a .txt {
		padding: 10px
	}
}

@media only screen and (max-width: 1023px) {
	.tuwen-list-page a .intro {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}
}

@media only screen and (max-width: 639px) {
	.tuwen-list-page a .img {
		width: 120px;
		height: 80px
	}

	.tuwen-list-page a .txt {
		width: calc(100% - 120px);
		padding: 0 0 0 10px
	}

	.tuwen-list-page a .title {
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.tuwen-list-page a .intro {
		display: none
	}

	.tuwen-list-page a .title {
		line-height: 1.3;
		margin-bottom: 6px
	}
}

.wenzi-list-page a {
	display: block;
	line-height: 40px;
	position: relative;
	padding-left: 13px
}

.wenzi-list-page a .title {
	font-size: 1.6em;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 100px)
}

.wenzi-list-page a .title:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C0C0C0;
	display: inline-block;
	margin-right: 6px;
	margin-top: -3px;
	top: 50%;
	position: absolute;
	left: 0
}

.wenzi-list-page a .time {
	float: right;
	font-size: 1.6em;
	text-align: center;
	font-family: "Arial";
	color: #A4A4A4;
	margin-left: -100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
	color: #C60202
}

.wenzi-list-page a:hover .title:before {
	background-color: #C60202
}

@media only screen and (max-width: 479px) {
	.wenzi-list-page a .title {
		width: calc(100% - 80px)
	}
}

.xiazai-list-page a {
	display: block;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 20px;
	padding: 0 110px 0 25px;
	position: relative;
	min-height: 52px;
	background: #FFF5EB url(../img/ico_downloadlist_un.png) 10px center no-repeat
}

.xiazai-list-page a.doc {
	background-image: url(/zlys/static/img/file_doc.png)
}

.xiazai-list-page a.ppt {
	background-image: url(/zlys/static/img/file_ppt.png)
}

.xiazai-list-page a.xls {
	background-image: url(/zlys/static/img/file_xls.png)
}

.xiazai-list-page a.pdf {
	background-image: url(/zlys/static/img/file_pdf.png)
}

.xiazai-list-page a.txt {
	background-image: url(/zlys/static/img/file_txt.png)
}

.xiazai-list-page a.img {
	background-image: url(/zlys/static/img/file_img.png)
}

.xiazai-list-page a .btn {
	position: absolute;
	right: 10px;
	top: 11px;
	width: 74px;
	height: 30px;
	background: #FF6C00 url(../img/btn_download.png) 12px center no-repeat;
	line-height: 30px;
	text-indent: 28px;
	color: #fff;
	font-size: 1.6em;
	border-radius: 3px
}

.xiazai-list-page a .title {
	color: #222222;
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 52px;
	margin: 0
}

.xiazai-list-page a .info-txt {
	display: none;
	font-size: 1.4em;
	font-family: '宋体', Arial;
	color: #60636d;
	margin-top: 5px
}

.xiazai-list-page a .info-txt>span {
	margin-right: 20px;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 15px
}

.xiazai-list-page a .info-txt>span.time {
	padding-left: 20px;
	background-image: url(/zlys/static/img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
	background-image: url(/zlys/static/img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
	background-image: url(/zlys/static/img/author.png)
}

.xiazai-list-page a:hover {
	background-color: #e8f3fe;
	border-color: #C60202
}

.xiazai-list-page a:hover .title {
	color: #C60202
}

.xiazai-list-page a:hover .btn {
	background-color: #C60202
}

.tupian-list-page {
	margin-left: -1%;
	margin-right: -1%;
	margin-top: -1%
}

.tupian-list-page a {
	width: 31.33%;
	margin: 10px 1% 10px 1%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.tupian-list-page a .img {
	position: relative;
	height: 180px;
	overflow: hidden
}

.tupian-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tupian-list-page a .title {
	display: block;
	height: 34px;
	line-height: 34px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #444444;
	font-size: 1.6rem;
	text-align: center
}

.tupian-list-page a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.tupian-list-page a:hover .title {
	color: #C60202
}

@media only screen and (max-width: 1023px) {
	.tupian-list-page a .img {
		height: 150px
	}
}

@media only screen and (max-width: 767px) {
	.tupian-list-page a .img {
		height: 130px
	}
}

@media only screen and (max-width: 639px) {
	.tupian-list-page a {
		width: 48%
	}

	.tupian-list-page a .img {
		height: 140px
	}
}

@media only screen and (max-width: 479px) {
	.tupian-list-page a .img {
		height: 110px
	}
}

@media only screen and (max-width: 359px) {
	.tupian-list-page a {
		width: 98%
	}

	.tupian-list-page a .img {
		height: auto
	}
}

.module .module-name {
	margin-bottom: 12px;
	position: relative;
	height: 40px;
	border-bottom: 3px solid #DBDBDB
}

.module .module-name span {
	display: inline-block;
	font-size: 2.2rem;
	position: relative;
	color: #C60202;
	padding-left: 35px;
	background: url(/zlys/static/img/module_title.png) no-repeat left center
}

.module .module-name span::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #C60202;
	position: absolute;
	left: 0;
	bottom: -11px
}

.module .module-name a {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/zlys/static/img/more.png) no-repeat center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 8px;
	right: 0;
	display: block
}

.module .module-name a:hover {
	background: url(/zlys/static/img/more_on.png) no-repeat center
}

.frame-wrap {
	margin-top: 18px
}

.frame-wrap.full {
	max-width: 100%
}

.frame-wrap .frame-left {
	float: left;
	width: 246px;
	margin-bottom: 24px;
	background: #FFF5EA url("../img/frame_side.png") no-repeat center bottom;
	border: 1px solid #C60202;
	padding-bottom: 150px;
	position: relative
}

.frame-wrap .frame-left::before {
	content: "";
	width: 246px;
	height: 1px;
	background-color: #C60202;
	position: absolute;
	top: -3px;
	left: -1px
}

.frame-wrap .frame-right {
	float: right;
	width: 935px;
	min-height: 400px;
	margin-bottom: 25px;
	padding-left: 16px;
	margin-left: -100%
}

@media (max-width: 1199px) {
	.frame-wrap .frame-left {
		display: none
	}

	.frame-wrap .frame-right {
		width: 100%;
		font: none;
		padding-left: 0;
		margin-left: 0;
		min-height: 0
	}
}

@media (max-width: 767px) {
	.frame-wrap .frame-right {
		padding-left: 0;
		padding-right: 0
	}
}

.hot-news {
	margin-top: 30px;
	display: none;
	border: 1px solid #ffc499
}

.hot-news .title {
	font-size: 1.8em;
	color: #FF6C00;
	margin-bottom: 4px;
	border-bottom: 2px solid #FF6C00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 47px;
	background: url(/zlys/static/img/fire.png) no-repeat 30% center
}

.hot-news .hot-list {
	padding: 5px 10px
}

.hot-news a {
	display: block;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #60636D;
	font-size: 1.4em;
	border-bottom: 1px solid #F3F3F3
}

.hot-news a:before {
	content: "";
	width: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	font-size: 1rem;
	height: 14px;
	background-color: #8EB9F5;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle
}

.hot-news a:hover {
	color: #FF6C00
}

.hot-news a:hover:before {
	background-color: #FF6C00
}

.hot-news .hot1::before {
	content: "1";
	background-color: #F54545
}

.hot-news .hot2::before {
	content: "2";
	background-color: #FF8547
}

.hot-news .hot3::before {
	content: "3";
	background-color: #FFAC38
}

.hot-news .hot4::before {
	content: "4"
}

.hot-news .hot5::before {
	content: "5"
}

.hot-news .hot6::before {
	content: "6"
}

.hot-news .hot7::before {
	content: "7"
}

.sidebar-title {
	height: 85px;
	font-size: 2.6em;
	background-color: #C60202;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	line-height: 85px;
	text-align: center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.sidebar-title span {
	display: inline-block;
	position: relative;
	line-height: 2
}

.sidebar-menu {
	padding: 0 20px
}

.sidebar-menu>li {
	margin-top: 20px
}

.sidebar-menu>li>a {
	display: block;
	line-height: 48px;
	background-color: #C60202;
	height: 48px;
	font-size: 1.8em;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
	background-color: #FF6C00
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
	max-height: 1000px;
	overflow: auto;
	margin: 0 auto
}

.sidebar-menu ul {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fff
}

.sidebar-menu ul>li>a {
	display: block;
	line-height: 40px;
	font-size: 1.6rem;
	white-space: nowrap;
	text-indent: 6rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	background: url(/zlys/static/img/level2.png) no-repeat 25% center;
	text-overflow: ellipsis;
	color: #888888
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
	color: #FF6C00;
	border-color: #FF6C00;
	background: url(/zlys/static/img/level2_on.png) no-repeat 25% center
}

.frame-location {
	position: relative;
	color: #222222;
	white-space: nowrap;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	border-bottom: 2px solid #C60202;
	font-size: 1.8rem
}

.frame-location a {
	font-size: 1.8rem;
	color: #222222
}

.frame-location span:last-child a {
	color: #C60202
}

.frame-location span:last-child em {
	display: none
}

.frame-location em {
	display: inline-block;
	margin: 0 10px;
	width: 9px;
	height: 10px;
	background: url(/zlys/static/img/ico_split.png) 0 center no-repeat
}

.frame-location .frame-location-path {
	padding-left: 26px;
	background: url("/zlys/static/img/home.png") 0 top no-repeat;
	line-height: 22px;
	padding-bottom: 10px
}

.frame-location .now-path {
	float: left
}

.frame-location .now-path span {
	display: none
}

.frame-location .now-path span:nth-child(2) {
	display: inline-block;
	font-size: 30px;
	padding-left: 40px;
	line-height: 65px;
	color: #C60202
}

@media (max-width: 767px) {
	.frame-location span {
		display: none
	}

	.frame-location span:last-child {
		display: inline-block
	}
}

.empty-list-info {
	text-align: center;
	line-height: 3
}

.yn-pagination {
	margin: 24px auto;
	text-align: center
}

.yn-pagination a,
.yn-pagination span {
	font-size: 1.4em;
	cursor: pointer;
	margin: 2px 2px;
	padding: 6px 12px;
	color: #767676;
	display: inline-block;
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	line-height: 1.4em
}

.yn-pagination a:hover {
	background: #C60202;
	border-color: #C60202;
	color: #fff
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
	cursor: default;
	background: #f5f5f5;
	color: #bbb
}

.yn-pagination .active,
.yn-pagination .active:hover {
	cursor: default;
	background: #C60202;
	border-color: #C60202;
	color: #fff
}

.yn-pagination span {
	margin: 0 5px
}

.video {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	border: 10px solid #E2F5FF;
	text-indent: 0
}

.video .jwplayer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}

.video .alt {
	padding-top: 56.25%;
	height: 0 !important
}

.edui-pdf {
	min-height: 800px
}

.mapBg {
	padding: 10px;
	border: 1px solid #EEEEEE
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
	display: none !important
}

#dituContent {
	width: 100%;
	height: 382px;
	border: none !important
}

#dituContent img {
	max-width: none !important
}

.BMapLabel {
	color: #F54336 !important;
	font-size: 1.8em !important;
	border: none !important;
	-webkit-box-shadow: 0 0 2px #FCD6C6;
	box-shadow: 0 0 2px #FCD6C6;
	padding: 2px 5px !important;
	top: -50px !important
}

@media only screen and (max-width: 1199px) {
	.frame-wrap {
		margin-left: 6px;
		margin-right: 6px
	}
}

@media only screen and (max-width: 639px) {
	.yn-pagination span {
		display: none
	}

	.yn-pagination .page-num {
		display: none
	}

	.yn-pagination .page-num.active {
		display: inline-block
	}
}

@media only screen and (max-width: 479px) {

	.yn-pagination .first-page,
	.yn-pagination .last-page {
		display: none
	}
}

/*# sourceMappingURL=module.css.map */
.article-head {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 24px
}

.article-head .article-title {
	font-size: 2.6em;
	text-align: center;
	color: #333333;
	margin: 15px auto;
	padding: 0 15px
}

.article-head .article-ftitle {
	font-size: 1.8em;
	text-align: center;
	color: #6E6E6E;
	margin: 10px auto;
	padding: 0 15px;
	display: none
}

.article-head .article-info {
	font-size: 1.4em;
	color: #747474;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dotted #C5C5C5;
	position: relative
}

.article-head .article-info span {
	display: inline-block;
	margin: 0 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	color: #666666
}

.article-content {
	padding: 12px;
	color: #4E4E4E
}

.article-content>p {
	text-indent: 2em;
	font-size: 1.6em;
	margin-bottom: 12px;
	line-height: 2
}

.article-content>p[align=center],
.article-content>p.center {
	text-indent: 0
}

.article-content img {
	max-width: 100%
}

.article-content>img {
	display: block;
	margin: 18px auto
}

.article-jump {
	border-top: 1px dashed #DADADA;
	padding: 10px 0;
	margin-bottom: 12px
}

.article-jump>div {
	width: 49%;
	float: left;
	font-size: 1.6em;
	padding: 15px 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #EFEFEF;
	color: #333333
}

.article-jump>div a {
	color: #414141
}

.article-jump>div a:hover {
	color: #C60202
}

.article-jump>div:first-child {
	margin-right: 2%
}

.article-jump>div:hover {
	background-color: #FFE4E4
}

.article-jump .prev {
	text-align: left
}

.article-jump .next {
	text-align: right
}

@media (max-width: 991px) {
	.article-jump>div {
		width: 100%;
		float: none
	}

	.article-jump .prev,
	.article-jump .next {
		text-align: left;
		margin: 5px 0
	}
}

@media (max-width: 991px) {
	.article-head {
		padding-bottom: 5px
	}

	.article-head .article-title {
		font-size: 2em
	}

	.article-head .article-info {
		height: auto;
		line-height: 1.6;
		padding: 5px 0
	}

	.article-jump>div {
		font-size: 1.4em
	}
}

.footer-wrap {
	background-color: #8A0106
}

.footer-wrap .footer-content {
	max-width: 1180px;
	width: 100%;
	height: 162px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative
}

.footer-wrap .footer-info {
	padding-left: 125px;
	height: 102px;
	background: url(/zlys/static/img/footer_logo.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item {
	width: 50%;
	float: left;
	padding-top: 10px
}

.footer-wrap .footer-info .footer-info-item span,
.footer-wrap .footer-info .footer-info-item a {
	font-size: 1.6rem;
	display: block;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 28px
}

.footer-wrap .footer-info .footer-info-item .address {
	background: url(/zlys/static/img/ico_address.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .tel {
	background: url(/zlys/static/img/ico_tel.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .police {
	background: url(/zlys/static/img/police.png) no-repeat left center
}

.footer-wrap .footer-info .footer-info-item a {
	display: inline-block
}

.footer-wrap .code-box {
	position: absolute;
	right: 0;
	top: 27px;
	text-align: right
}

.footer-wrap .code-box span {
	display: inline-block;
	position: relative;
	vertical-align: top
}

.footer-wrap .code-box .org-code {
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
	width: 110px;
	height: 110px
}

.footer-wrap .code-box .org-code img {
	display: inline-block;
	padding-top: 25px
}

.footer-wrap .code-box .footer-code {
	position: relative
}

.footer-copyright {
	height: 40px;
	line-height: 40px;
	background-color: #5A0105;
	text-align: center
}

.footer-copyright a,
.footer-copyright span {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	margin: 0 10px
}

.footer-copyright .copyright-info {
	float: left
}

.footer-copyright .browser {
	float: right;
	display: block
}

.footer-copyright .company {
	float: right;
	display: block
}

.footer-copyright span {
	margin: 0 50px 0 10px
}

.scroll-top {
	position: fixed;
	width: 52px;
	height: 52px;
	right: 5px;
	bottom: 48px;
	z-index: 1000;
	cursor: pointer;
	background: #f60 url("../img/gotop.png") center center no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 3px
}

.scroll-top:hover {
	border-radius: 50%
}

@media only screen and (max-width: 1199px) {
	.footer-wrap {
		background-color: #C60202
	}

	.footer-wrap .footer-content {
		display: none
	}

	.footer-copyright a,
	.footer-copyright span {
		display: inline;
		font-size: 1.4rem;
		color: #fff;
		margin: 0 10px
	}

	.footer-copyright .copyright-info {
		float: none
	}

	.footer-copyright .browser {
		display: none
	}

	.footer-copyright .company {
		display: none
	}

	.footer-copyright span {
		margin: 0 50px 0 10px
	}
}

.header-top {
	background: url(/zlys/static/img/header_bg.png) no-repeat 53% center
}

.header-top>.content-box {
	height: 115px;
	position: relative
}

.header-top .logo {
	display: block;
	float: left
}

.header-top .logo img {
	display: block;
	max-width: 100%;
	margin: 22px auto 0 auto
}

.header-top .slogan {
	display: inline-block;
	position: relative;
	font-size: 3em;
	color: #C60202;
	padding-top: 35px;
	padding-left: 50px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0
}

.header-top .slogan::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #C60202;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 2px 1px 1px #D8B7B5;
	box-shadow: 0 2px 1px 1px #D8B7B5;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: 12px
}

.header-top .search-box {
	width: 270px;
	position: absolute;
	border: 1px solid #C60202;
	right: 120px;
	top: 33%;
	overflow: hidden;
	padding-right: 40px;
	border-radius: 3px
}

.header-top .search-box input {
	display: block;
	width: 100%;
	height: 34px;
	border: none;
	line-height: 34px;
	color: #A7A7A7;
	padding-left: 20px;
	font-size: 1.4em;
	outline: none;
	z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
	color: #A7A7A7
}

.header-top .search-box ::-moz-placeholder {
	color: #A7A7A7
}

.header-top .search-box :-ms-input-placeholder {
	color: #A7A7A7
}

.header-top .search-box :-moz-placeholder {
	color: #A7A7A7
}

.header-top .search-box a {
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #C60202 url(../img/search_btn.png) center no-repeat;
	z-index: 10;
	outline: none
}

.header-top .home {
	position: absolute;
	right: 0;
	height: 36px;
	top: 33%;
	width: 108px;
	line-height: 36px;
	background: #FF6C00 url(../img/btn_home.png) no-repeat 10px center;
	text-indent: 35px;
	font-size: 1.6em;
	border-radius: 5px
}

.header-top .home a {
	color: #fff
}

.header-top .welcome {
	position: absolute;
	right: 0;
	top: 60%;
	font-size: 1.4em;
	color: #666666
}

.header-wrap .nav-open,
.header-nav .nav-close {
	display: none
}

@media only screen and (min-width: 1200px) {
	.header-nav {
		background-color: #C60202
	}

	.nav-bar {
		text-align: center;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 99
	}

	.nav-bar>li {
		display: inline-block;
		height: 52px
	}

	.nav-bar>li>a {
		display: block;
		font-size: 1.8em;
		color: #fff;
		padding: 0 20px;
		font-weight: bold;
		position: relative;
		line-height: 52px;
		text-align: center;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.nav-bar>li>a::after {
		content: "";
		width: 66%;
		height: 1px;
		background-color: transparent;
		position: absolute;
		left: 17%;
		bottom: 10px;
		-webkit-transition: all .3s ease;
		transition: all .3s ease
	}

	.nav-bar>li.active>a,
	.nav-bar>li:hover>a {
		background-color: #FF6C00
	}

	.nav-bar>li.active>a::after,
	.nav-bar>li:hover>a::after {
		background-color: #fff
	}

	.nav-bar>li>ul {
		width: 100%;
		position: absolute;
		top: 52px;
		left: 0;
		overflow: hidden;
		max-height: 0;
		text-align: left;
		background-color: #E9F3FE;
		z-index: 1000
	}

	.nav-bar>li>ul>li {
		display: inline-block
	}

	.nav-bar>li>ul>li>a {
		display: block;
		font-size: 1.6em;
		text-align: center;
		line-height: 30px;
		padding: 0 20px;
		margin: 0 8px;
		border-radius: 2px;
		color: #333333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.nav-bar>li:hover>ul {
		padding: 8px 0;
		max-height: 200px;
		border-top: 2px solid #F2CBCE
	}

	.nav-bar>li>ul>li>a:hover,
	.nav-bar>li>ul>li.active>a {
		color: #fff;
		background: #FF9C01
	}
}

@media (max-width: 1199px) {
	.header-top {
		padding: 10px;
		height: 100px
	}

	.header-top>.content-box {
		padding-top: 0;
		height: 80px;
		background: none
	}

	.header-top>.content-box .ynedut-box {
		display: none
	}

	.header-top .slogan {
		display: none
	}

	.header-top .home {
		display: none
	}

	.header-top .logo img {
		margin-top: 5px;
		height: 65px
	}

	.header-top .search-box {
		right: 100px;
		top: 50%;
		margin-top: -20px
	}

	.header-top .welcome {
		display: none
	}

	.header-top .nav-open {
		display: block;
		position: absolute;
		width: auto;
		height: 24px;
		margin-top: -12px;
		right: 10px;
		top: 50%;
		padding-right: 40px;
		z-index: 9999;
		font-size: 1.4em;
		color: #C60202;
		background: url("/zlys/static/img/nav_open.png") right center no-repeat
	}

	.header-nav {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9999;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
		background: #f1f1f1
	}

	.header-nav.show {
		right: 0
	}

	.header-nav .nav-close {
		padding: 0 20px 0 10px;
		text-align: center;
		height: 45px;
		line-height: 45px;
		position: relative;
		border-bottom: 1px solid #C8C8C8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #FFFFFF;
		-webkit-box-shadow: 0 2px 2px #CCC;
		box-shadow: 0 2px 2px #CCC;
		font-size: 1.4em
	}

	.header-nav .back-home {
		font-size: 1.4em;
		background: url(/zlys/static/img/nav_back.png) left center no-repeat;
		padding-left: 20px;
		color: #333
	}

	.header-nav .nav-close .close-nav-btn {
		width: 24px;
		height: 24px;
		background: url("/zlys/static/img/nav_close.png") center no-repeat
	}

	.nav-bar {
		padding: 1px 15px 15px;
		height: calc(100vh - 56px);
		overflow-y: auto
	}

	.nav-bar>li {
		background: #FFF;
		-webkit-box-shadow: 0 0 4px #CCC;
		box-shadow: 0 0 4px #CCC;
		border-radius: 10px;
		margin-bottom: 10px
	}

	.nav-bar>li>a {
		font-size: 1.6em;
		display: block;
		background: #C60202;
		color: #FFF;
		padding: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: left
	}

	.nav-bar>li:first-child>a {
		display: none
	}

	.nav-bar>li>ul {
		padding: 0 0 10px;
		background: #fff;
		overflow: hidden;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		text-align: left
	}

	.nav-bar>li>ul>li {
		display: inline-block;
		margin: 10px
	}

	.nav-bar>li>ul>li>a {
		font-size: 1.6em;
		padding: 5px 10px;
		border: 1px solid #E7EEFC;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		margin: 5px 1%;
		color: #C60202;
		white-space: nowrap
	}

	.nav-bar>li>ul>li.active>a {
		background: #FF6C00;
		color: #fff;
		border-color: #FF6C00
	}

	.nav-bar>li>ul>li>ul {
		display: block;
		background: #F3F3F3
	}

	.nav-bar>li>ul>li>ul>li>a {
		padding: 13px 10px;
		font-size: 2.2em;
		display: block;
		border-radius: 3px;
		text-indent: 50px
	}

	.nav-bar>li>ul>li>ul>li.active>a {
		background: #4890EA;
		color: #FFF
	}
}

@media (max-width: 767px) {
	.header-top {
		height: 80px
	}

	.header-top>.content-box {
		height: 60px
	}

	.header-top .logo img {
		height: 55px;
		margin-top: 3px
	}

	.header-top .search-box {
		display: none
	}
}

@media (max-width: 479px) {
	.header-top .nav-open {
		font-size: 0
	}

	.header-top .nav-open {
		right: 0
	}
}

@media only screen and (max-width: 479px) {
	.header-top {
		height: 65px
	}

	.header-top>.content-box {
		height: 40px
	}

	.header-top .logo img {
		height: 45px;
		margin-top: 0
	}

	.header-top .nav-open {
		margin-top: -8px
	}
}

.focus-content {
	padding-left: 445px;
	min-height: 300px;
	position: relative
}

.focus-module {
	position: relative
}

.focus-container {
	width: 430px;
	height: 300px;
	left: 0;
	top: 0;
	position: absolute !important;
	overflow: hidden
}

.focus-container .focus-slide {
	height: 300px;
	position: relative
}

.focus-container .focus-slide img {
	display: block;
	width: 100%;
	height: 260px
}

.focus-container h3 {
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 1.6em;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	padding-right: 100px;
	background-color: #C60202;
	position: absolute;
	left: 0;
	bottom: 0
}

.focus-container .slick-dots {
	width: auto;
	position: absolute;
	right: 6px;
	bottom: 17px;
	z-index: 10;
	text-align: right
}

.focus-container .slick-dots li {
	width: 20px;
	height: 4px;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	background-color: #fff;
	font-size: 0;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
	background: #FF6C00
}

.focus-container .slick-dots li button {
	display: none
}

.focus-container .focus-slide a {
	display: block;
	height: 100%
}

.focus-container .slick-next,
.focus-container .slick-prev {
	width: 25px;
	height: 42px;
	z-index: 9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: none !important
}

.focus-container .slick-next {
	right: 0;
	background: rgba(0, 0, 0, 0.7) url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:hover {
	background: #C60202 url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:before,
.focus-container .slick-prev:before {
	display: none
}

.focus-container .slick-prev {
	left: 0;
	background: rgba(0, 0, 0, 0.7) url(../img/focus_left.png) no-repeat center
}

.focus-container .slick-prev:hover {
	background: #C60202 url(../img/focus_left.png) no-repeat center
}

.first-text a {
	display: block;
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #EFEFEF
}

.first-text a h3 {
	font-size: 1.8em;
	color: #C60202;
	font-weight: 500;
	padding-bottom: 8px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.first-text a p {
	line-height: 1.6;
	font-size: 1.4em;
	color: #999999;
	padding-bottom: 5px
}

.first-text a span {
	display: inline-block;
	font-size: 1.4em;
	color: #999999
}

.first-text a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.first-text a:hover h3 {
	color: #C60202
}

.first-text a:hover span {
	color: #C60202
}

@media (max-width: 1199px) {
	.focus-content {
		padding-left: 0
	}

	.focus-container {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.first-list a p {
		padding-bottom: 0
	}
}

@media only screen and (max-width: 639px) {
	.first-list a {
		padding-left: 130px;
		height: 85px
	}

	.first-list a .img {
		width: 120px;
		height: 75px
	}

	.first-list a p {
		display: none
	}

	.first-list a h3 {
		font-size: 1.6em
	}
}

.full-pic,
.full-pic img {
	display: block;
	max-width: 100%
}

.wenzi-module-list li:first-child {
	margin-top: 0
}

.wenzi-module-list li a {
	display: block;
	position: relative;
	padding-right: 73px;
	height: 40px;
	padding-left: 15px;
	line-height: 40px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #BFBFBF;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 50%;
	margin-top: -3px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a h3 {
	font-size: 1.6em;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a span {
	display: inline-block;
	position: absolute;
	line-height: 40px;
	top: 0;
	right: 0;
	font-size: 1.6em;
	font-family: "Arial";
	color: #999999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.wenzi-module-list li a:hover::before {
	background-color: #C60202
}

.wenzi-module-list li a:hover h3 {
	color: #C60202
}

.wenzi-module-list li a:hover span {
	color: #C60202
}

.wenzi-module-list2 {
	margin-left: -1%;
	margin-right: -1%
}

.wenzi-module-list2 li {
	width: 48%;
	margin: 0 1%;
	float: left
}

@media only screen and (max-width: 1023px) {
	.wenzi-module-list2 {
		margin-left: 0;
		margin-right: 0
	}

	.wenzi-module-list2 li {
		width: 100%;
		float: none;
		margin: 0
	}
}

.toutiao-module-list {
	padding-bottom: 8px;
	background-color: #fff
}

.toutiao-module-list .tuwen-item {
	position: relative;
	padding-left: 210px;
	min-height: 120px;
	display: block;
	margin-top: 19px
}

.toutiao-module-list .tuwen-item:first-child {
	margin-top: 0
}

.toutiao-module-list .tuwen-item .img {
	position: absolute;
	width: 200px;
	height: 120px;
	top: 0;
	left: 0;
	overflow: hidden
}

.toutiao-module-list .tuwen-item .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.toutiao-module-list .tuwen-item .title {
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-bottom: 7px;
	color: #444444
}

.toutiao-module-list .tuwen-item .intro {
	font-size: 1.4em;
	color: #999999;
	margin-bottom: 15px;
	line-height: 1.8
}

.toutiao-module-list .tuwen-item .time {
	font-size: 1.4em;
	color: #999999
}

.toutiao-module-list .tuwen-item:hover .title {
	color: #C60202
}

.toutiao-module-list .tuwen-item:hover .intro {
	color: #333333
}

.toutiao-module-list .tuwen-item:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media only screen and (max-width: 639px) {
	.toutiao-module-list .tuwen-item {
		min-height: 72px;
		padding-left: 130px
	}

	.toutiao-module-list .tuwen-item .title {
		white-space: normal
	}

	.toutiao-module-list .tuwen-item .img {
		width: 120px;
		height: 72px
	}

	.toutiao-module-list .tuwen-item .intro {
		display: none
	}
}

.text-module-list li {
	margin-top: 15px
}

.text-module-list li:first-child {
	margin-top: 0
}

.text-module-list li a {
	display: block;
	padding-left: 115px;
	position: relative
}

.text-module-list li a h3 {
	font-size: 1.6em;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	line-height: 36px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.text-module-list li a .time-box {
	position: absolute;
	left: 0;
	top: 1px;
	border: 1px solid #BBBBBB;
	border-radius: 2px
}

.text-module-list li a .time-box span {
	font-size: 1.6em;
	color: #666666;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.text-module-list li a .time-box .year {
	line-height: 32px;
	background-color: #BBBBBB;
	color: #fff;
	padding: 0 5px
}

.text-module-list li a:hover h3 {
	color: #C60202
}

.text-module-list li a:hover .time-box {
	border-color: #C60202
}

.text-module-list li a:hover .time-box .year {
	color: #fff;
	background-color: #C60202
}

.text-module-list li a:hover .time-box .day {
	color: #C60202
}

@media only screen and (max-width: 1199px) {
	.text-module-list li a {
		padding-left: 125px
	}
}

@media only screen and (max-width: 767px) {
	.text-module-list li a {
		padding-left: 115px
	}

	.text-module-list li {
		margin-top: 10px
	}
}

.blogroll-box {
	height: 60px;
	line-height: 60px;
	background-color: #C60202
}

.blogroll-box .content-box {
	padding-left: 130px;
	position: relative
}

.blogroll-box .content-box .title {
	font-size: 1.8em;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	left: 0;
	padding-left: 30px;
	background: url(/zlys/static/img/link_ico.png) no-repeat left center
}

.blogroll-box .content-box .link-content {
	padding-right: 70px
}

.blogroll-box .content-box .link-content a {
	display: block;
	font-size: 1.6em;
	color: #fff;
	white-space: nowrap;
	margin: 0 5px;
	line-height: 60px;
	height: 60px;
	padding-left: 10px;
	background: url(/zlys/static/img/link_title.png) no-repeat left center;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.blogroll-box .content-box .link-content a span {
	display: inline-block;
	position: relative;
	overflow: hidden
}

.blogroll-box .content-box .link-content a span::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 100%;
	right: 100%;
	top: 42px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.blogroll-box .content-box .link-content a:hover>span::after {
	left: 0;
	right: 0
}

.blogroll-box .content-box .link-content .slick-next:before,
.blogroll-box .content-box .link-content .slick-prev:before {
	display: none
}

.blogroll-box .content-box .link-content .slick-next,
.blogroll-box .content-box .link-content .slick-prev {
	width: 26px;
	height: 22px;
	background-position: left top;
	background-size: 100%
}

.blogroll-box .content-box .link-content .slick-next {
	background-image: url(/zlys/static/img/right_f.png);
	right: 0
}

.blogroll-box .content-box .link-content .slick-next:hover {
	background-image: url(/zlys/static/img/right_on_f.png)
}

.blogroll-box .content-box .link-content .slick-prev {
	left: auto;
	right: 30px;
	background-image: url(/zlys/static/img/left_f.png)
}

.blogroll-box .content-box .link-content .slick-prev:hover {
	background-image: url(/zlys/static/img/left_on_f.png)
}

@media only screen and (max-width: 1199px) {
	.link-module {
		display: none
	}
}

.notfind {
	position: relative;
	margin-bottom: 24px;
	padding: 48px;
	text-align: center
}

.notfind img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.notfind .notfind-btn {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	font-size: 2.4rem;
	color: #fff;
	background-color: #80C023;
	padding: 0 48px;
	border-radius: 3px;
	display: inline-block;
	margin: 20px auto
}

.banner-box {
	width: 100%;
	max-height: 450px;
	position: relative;
	overflow: hidden
}

.banner-box .banner-content {
	width: 100%
}

.banner-box .banner-item {
	height: 450px;
	width: 100%;
	background-repeat: no-repeat;
	outline: none;
	background-size: cover;
	background-position: center
}

.banner-box .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px
}

.banner-box .slick-next,
.banner-box .slick-prev {
	width: 54px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.banner-box .slick-next {
	right: 3%;
	background-image: url(/zlys/static/img/right.png)
}

.banner-box .slick-next:hover {
	background-image: url(/zlys/static/img/right_on.png)
}

.banner-box .slick-prev {
	left: 3%;
	background-image: url(/zlys/static/img/left.png)
}

.banner-box .slick-prev:hover {
	background-image: url(/zlys/static/img/left_on.png)
}

.banner-box .slick-next:before,
.banner-box .slick-prev:before {
	display: none
}

.banner-box .slick-dots li button {
	display: none
}

.banner-box .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #D8D7D1;
	vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
	background: #FF9C01;
	border: 1px solid #fff;
	opacity: 1
}

@media only screen and (max-width: 1199px) {
	.banner-box .banner-item {
		height: 280px
	}

	.banner-box .slick-prev,
	.banner-box .slick-next {
		display: none !important
	}
}

@media only screen and (max-width: 767px) {
	.banner-box .banner-item {
		height: 240px
	}
}

@media only screen and (max-width: 639px) {
	.banner-box .banner-item {
		height: 200px
	}
}

@media only screen and (max-width: 479px) {
	.banner-box .banner-item {
		height: 170px
	}
}

@media only screen and (max-width: 359px) {
	.banner-box .banner-item {
		height: 150px
	}
}

.riqi-list-page li {
	margin-top: 10px
}

.riqi-list-page li:first-child {
	margin-top: 0
}

.riqi-list-page li a {
	display: block;
	padding-left: 115px;
	position: relative;
	border-bottom: 1px dotted #C5C5C5;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.riqi-list-page li a h3 {
	font-size: 1.6em;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	line-height: 36px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-overflow: ellipsis
}

.riqi-list-page li a .time-box {
	position: absolute;
	left: 0;
	top: 1px;
	border: 1px solid #BBBBBB;
	border-radius: 2px
}

.riqi-list-page li a .time-box span {
	font-size: 1.6em;
	color: #666666;
	line-height: 32px;
	display: inline-block;
	padding: 0 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.riqi-list-page li a .time-box .year {
	line-height: 32px;
	background-color: #BBBBBB;
	color: #fff;
	padding: 0 5px
}

.riqi-list-page li a:hover {
	border-color: #C60202
}

.riqi-list-page li a:hover h3 {
	color: #C60202
}

.riqi-list-page li a:hover .time-box {
	border-color: #C60202
}

.riqi-list-page li a:hover .time-box .year {
	color: #fff;
	background-color: #C60202
}

.riqi-list-page li a:hover .time-box .day {
	color: #C60202
}

@media only screen and (max-width: 639px) {
	.riqi-list-page li a h3 {
		padding-top: 0
	}
}

.shipin-list-page {
	margin-left: -1%;
	margin-right: -1%
}

.shipin-list-page a {
	width: 31.33%;
	margin: 0 1% 20px 1%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.shipin-list-page a .img {
	position: relative;
	height: 180px;
	overflow: hidden
}

.shipin-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%
}

.shipin-list-page a .img .ico {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background: url("/zlys/static/img/play_btn.png") center 50% no-repeat
}

.shipin-list-page a h3 {
	padding: 0 1em;
	font-size: 1.6rem;
	color: #444444;
	font-family: "思源黑体";
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3
}

.shipin-list-page a:hover {
	border-color: #C60202
}

.shipin-list-page a:hover h3 {
	color: #fff;
	background-color: #C60202
}

.shipin-list-page a:hover .ico {
	top: 0
}

@media only screen and (max-width: 1023px) {
	.shipin-list-page a .img {
		height: 150px
	}
}

@media only screen and (max-width: 767px) {
	.shipin-list-page a .img {
		height: 130px
	}
}

@media only screen and (max-width: 639px) {
	.shipin-list-page a {
		width: 48%
	}

	.shipin-list-page a .img {
		height: 140px
	}
}

@media only screen and (max-width: 479px) {
	.shipin-list-page a .img {
		height: 110px
	}
}

@media only screen and (max-width: 359px) {
	.shipin-list-page a {
		width: 98%
	}

	.shipin-list-page a .img {
		height: auto
	}
}

.tuwen-list-page a {
	padding: 12px 0;
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block
}

.tuwen-list-page a:first-child {
	padding-top: 0
}

.tuwen-list-page a .img {
	display: block;
	width: 180px;
	height: 110px;
	overflow: hidden;
	float: left
}

.tuwen-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tuwen-list-page a .txt {
	float: left;
	width: calc(100% - 180px);
	position: relative;
	padding-left: 15px
}

.tuwen-list-page a .title {
	font-size: 1.6rem;
	color: #222222;
	line-height: 180%;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tuwen-list-page a .time {
	font-family: "Arial";
	font-size: 1.4rem;
	color: #777777
}

.tuwen-list-page a .intro {
	font-size: 1.4rem;
	color: #777777;
	line-height: 1.5;
	margin: 6px 0 15px
}

.tuwen-list-page a:hover {
	border-color: #C60202
}

.tuwen-list-page a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.tuwen-list-page a:hover .title {
	color: #C60202
}

@media only screen and (max-width: 1199px) {
	.tuwen-list-page a .txt {
		padding: 10px
	}
}

@media only screen and (max-width: 1023px) {
	.tuwen-list-page a .intro {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}
}

@media only screen and (max-width: 639px) {
	.tuwen-list-page a .img {
		width: 120px;
		height: 80px
	}

	.tuwen-list-page a .txt {
		width: calc(100% - 120px);
		padding: 0 0 0 10px
	}

	.tuwen-list-page a .title {
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.tuwen-list-page a .intro {
		display: none
	}

	.tuwen-list-page a .title {
		line-height: 1.3;
		margin-bottom: 6px
	}
}

.wenzi-list-page a {
	display: block;
	line-height: 40px;
	position: relative;
	padding-left: 13px
}

.wenzi-list-page a .title {
	font-size: 1.6em;
	color: #444444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 100px)
}

.wenzi-list-page a .title:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C0C0C0;
	display: inline-block;
	margin-right: 6px;
	margin-top: -3px;
	top: 50%;
	position: absolute;
	left: 0
}

.wenzi-list-page a .time {
	float: right;
	font-size: 1.6em;
	text-align: center;
	font-family: "Arial";
	color: #A4A4A4;
	margin-left: -100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
	color: #C60202
}

.wenzi-list-page a:hover .title:before {
	background-color: #C60202
}

@media only screen and (max-width: 479px) {
	.wenzi-list-page a .title {
		width: calc(100% - 80px)
	}
}

.xiazai-list-page a {
	display: block;
	border-bottom: 1px solid #efeeee;
	margin-bottom: 20px;
	padding: 0 110px 0 25px;
	position: relative;
	min-height: 52px;
	background: #FFF5EB url(../img/ico_downloadlist_un.png) 10px center no-repeat
}

.xiazai-list-page a.doc {
	background-image: url(/zlys/static/img/file_doc.png)
}

.xiazai-list-page a.ppt {
	background-image: url(/zlys/static/img/file_ppt.png)
}

.xiazai-list-page a.xls {
	background-image: url(/zlys/static/img/file_xls.png)
}

.xiazai-list-page a.pdf {
	background-image: url(/zlys/static/img/file_pdf.png)
}

.xiazai-list-page a.txt {
	background-image: url(/zlys/static/img/file_txt.png)
}

.xiazai-list-page a.img {
	background-image: url(/zlys/static/img/file_img.png)
}

.xiazai-list-page a .btn {
	position: absolute;
	right: 10px;
	top: 11px;
	width: 74px;
	height: 30px;
	background: #FF6C00 url(../img/btn_download.png) 12px center no-repeat;
	line-height: 30px;
	text-indent: 28px;
	color: #fff;
	font-size: 1.6em;
	border-radius: 3px
}

.xiazai-list-page a .title {
	color: #222222;
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 52px;
	margin: 0
}

.xiazai-list-page a .info-txt {
	display: none;
	font-size: 1.4em;
	font-family: '宋体', Arial;
	color: #60636d;
	margin-top: 5px
}

.xiazai-list-page a .info-txt>span {
	margin-right: 20px;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 15px
}

.xiazai-list-page a .info-txt>span.time {
	padding-left: 20px;
	background-image: url(/zlys/static/img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
	background-image: url(/zlys/static/img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
	background-image: url(/zlys/static/img/author.png)
}

.xiazai-list-page a:hover {
	background-color: #e8f3fe;
	border-color: #C60202
}

.xiazai-list-page a:hover .title {
	color: #C60202
}

.xiazai-list-page a:hover .btn {
	background-color: #C60202
}

.tupian-list-page {
	margin-left: -1%;
	margin-right: -1%;
	margin-top: -1%
}

.tupian-list-page a {
	width: 31.33%;
	margin: 10px 1% 10px 1%;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.tupian-list-page a .img {
	position: relative;
	height: 180px;
	overflow: hidden
}

.tupian-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.tupian-list-page a .title {
	display: block;
	height: 34px;
	line-height: 34px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #444444;
	font-size: 1.6rem;
	text-align: center
}

.tupian-list-page a:hover .img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.tupian-list-page a:hover .title {
	color: #C60202
}

@media only screen and (max-width: 1023px) {
	.tupian-list-page a .img {
		height: 150px
	}
}

@media only screen and (max-width: 767px) {
	.tupian-list-page a .img {
		height: 130px
	}
}

@media only screen and (max-width: 639px) {
	.tupian-list-page a {
		width: 48%
	}

	.tupian-list-page a .img {
		height: 140px
	}
}

@media only screen and (max-width: 479px) {
	.tupian-list-page a .img {
		height: 110px
	}
}

@media only screen and (max-width: 359px) {
	.tupian-list-page a {
		width: 98%
	}

	.tupian-list-page a .img {
		height: auto
	}
}

.module .module-name {
	margin-bottom: 12px;
	position: relative;
	height: 40px;
	border-bottom: 3px solid #DBDBDB
}

.module .module-name span {
	display: inline-block;
	font-size: 2.2rem;
	position: relative;
	font-weight: bold;
	color: #C60202;
	padding-left: 35px;
	background: url(/zlys/static/img/module_title.png) no-repeat left center
}

.module .module-name span::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #C60202;
	position: absolute;
	left: 0;
	bottom: -11px
}

.module .module-name a {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/zlys/static/img/more.png) no-repeat center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	top: 8px;
	right: 0;
	display: block
}

.module .module-name a:hover {
	background: url(/zlys/static/img/more_on.png) no-repeat center
}

.frame-wrap {
	margin-top: 18px
}

.frame-wrap.full {
	max-width: 100%
}

.frame-wrap .frame-left {
	float: left;
	width: 246px;
	margin-bottom: 24px;
	background: #FFF5EA url("../img/frame_side.png") no-repeat center bottom;
	border: 1px solid #C60202;
	padding-bottom: 150px;
	position: relative
}

.frame-wrap .frame-left::before {
	content: "";
	width: 246px;
	height: 1px;
	background-color: #C60202;
	position: absolute;
	top: -3px;
	left: -1px
}

.frame-wrap .frame-right {
	float: right;
	width: 935px;
	min-height: 400px;
	margin-bottom: 25px;
	padding-left: 16px;
	margin-left: -100%
}

@media (max-width: 1199px) {
	.frame-wrap .frame-left {
		display: none
	}

	.frame-wrap .frame-right {
		width: 100%;
		font: none;
		padding-left: 0;
		margin-left: 0;
		min-height: 0
	}
}

@media (max-width: 767px) {
	.frame-wrap .frame-right {
		padding-left: 0;
		padding-right: 0
	}
}

.hot-news {
	margin-top: 30px;
	display: none;
	border: 1px solid #ffc499
}

.hot-news .title {
	font-size: 1.8em;
	color: #FF6C00;
	margin-bottom: 4px;
	border-bottom: 2px solid #FF6C00;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 47px;
	background: url(/zlys/static/img/fire.png) no-repeat 30% center
}

.hot-news .hot-list {
	padding: 5px 10px
}

.hot-news a {
	display: block;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #60636D;
	font-size: 1.4em;
	border-bottom: 1px solid #F3F3F3
}

.hot-news a:before {
	content: "";
	width: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	font-size: 1rem;
	height: 14px;
	background-color: #8EB9F5;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle
}

.hot-news a:hover {
	color: #FF6C00
}

.hot-news a:hover:before {
	background-color: #FF6C00
}

.hot-news .hot1::before {
	content: "1";
	background-color: #F54545
}

.hot-news .hot2::before {
	content: "2";
	background-color: #FF8547
}

.hot-news .hot3::before {
	content: "3";
	background-color: #FFAC38
}

.hot-news .hot4::before {
	content: "4"
}

.hot-news .hot5::before {
	content: "5"
}

.hot-news .hot6::before {
	content: "6"
}

.hot-news .hot7::before {
	content: "7"
}

.sidebar-title {
	height: 85px;
	font-size: 2.6em;
	background-color: #C60202;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	line-height: 85px;
	text-align: center;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.sidebar-title span {
	display: inline-block;
	position: relative;
	line-height: 2
}

.sidebar-menu {
	padding: 0 20px
}

.sidebar-menu>li {
	margin-top: 20px
}

.sidebar-menu>li>a {
	display: block;
	line-height: 48px;
	background-color: #C60202;
	height: 48px;
	font-size: 1.8em;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: #fff
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
	background-color: #FF6C00
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
	max-height: 1000px;
	overflow: auto;
	margin: 0 auto
}

.sidebar-menu ul {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fff
}

.sidebar-menu ul>li>a {
	display: block;
	line-height: 40px;
	font-size: 1.6rem;
	white-space: nowrap;
	text-indent: 6rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	background: url(/zlys/static/img/level2.png) no-repeat 25% center;
	text-overflow: ellipsis;
	color: #888888
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
	color: #FF6C00;
	border-color: #FF6C00;
	background: url(/zlys/static/img/level2_on.png) no-repeat 25% center
}

.frame-location {
	position: relative;
	color: #222222;
	white-space: nowrap;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	border-bottom: 2px solid #C60202;
	font-size: 1.8rem
}

.frame-location a {
	font-size: 1.8rem;
	color: #222222
}

.frame-location span:last-child a {
	color: #C60202
}

.frame-location span:last-child em {
	display: none
}

.frame-location em {
	display: inline-block;
	margin: 0 10px;
	width: 9px;
	height: 10px;
	background: url(/zlys/static/img/ico_split.png) 0 center no-repeat
}

.frame-location .frame-location-path {
	padding-left: 26px;
	background: url("/zlys/static/img/home.png") 0 top no-repeat;
	line-height: 22px;
	padding-bottom: 10px
}

.frame-location .now-path {
	float: left
}

.frame-location .now-path span {
	display: none
}

.frame-location .now-path span:nth-child(2) {
	display: inline-block;
	font-size: 30px;
	padding-left: 40px;
	line-height: 65px;
	color: #C60202
}

@media (max-width: 767px) {
	.frame-location span {
		display: none
	}

	.frame-location span:last-child {
		display: inline-block
	}
}

.empty-list-info {
	text-align: center;
	line-height: 3
}

.yn-pagination {
	margin: 24px auto;
	text-align: center
}

.yn-pagination a,
.yn-pagination span {
	font-size: 1.4em;
	cursor: pointer;
	margin: 2px 2px;
	padding: 6px 12px;
	color: #767676;
	display: inline-block;
	border: 1px solid #F0F0F0;
	border-radius: 1px;
	line-height: 1.4em
}

.yn-pagination a:hover {
	background: #C60202;
	border-color: #C60202;
	color: #fff
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
	cursor: default;
	background: #f5f5f5;
	color: #bbb
}

.yn-pagination .active,
.yn-pagination .active:hover {
	cursor: default;
	background: #C60202;
	border-color: #C60202;
	color: #fff
}

.yn-pagination span {
	margin: 0 5px
}

.video {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	border: 10px solid #E2F5FF;
	text-indent: 0
}

.video .jwplayer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}

.video .alt {
	padding-top: 56.25%;
	height: 0 !important
}

.edui-pdf {
	min-height: 800px
}

.mapBg {
	padding: 10px;
	border: 1px solid #EEEEEE
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
	display: none !important
}

#dituContent {
	width: 100%;
	height: 382px;
	border: none !important
}

#dituContent img {
	max-width: none !important
}

.BMapLabel {
	color: #F54336 !important;
	font-size: 1.8em !important;
	border: none !important;
	-webkit-box-shadow: 0 0 2px #FCD6C6;
	box-shadow: 0 0 2px #FCD6C6;
	padding: 2px 5px !important;
	top: -50px !important
}

@media only screen and (max-width: 1199px) {
	.frame-wrap {
		margin-left: 6px;
		margin-right: 6px
	}
}

@media only screen and (max-width: 639px) {
	.yn-pagination span {
		display: none
	}

	.yn-pagination .page-num {
		display: none
	}

	.yn-pagination .page-num.active {
		display: inline-block
	}
}

@media only screen and (max-width: 479px) {

	.yn-pagination .first-page,
	.yn-pagination .last-page {
		display: none
	}
}

/*# sourceMappingURL=module.css.map */