.footer-wrap {
	background-color: #2C3E50
}

.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(../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(../img/ico_address.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .tel {
	background: url(../img/ico_tel.png) no-repeat 4px center
}

.footer-wrap .footer-info .footer-info-item .police {
	background: url(../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: #222222;
	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: #FDB44B 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: #17f
	}

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

.article-head {
	width: 100%;
	margin: 0 auto 20px;
	padding-bottom: 0
}

.article-head .article-title {
	font-size: 2.6em;
	text-align: center;
	color: #333333;
	margin: 10px auto;
	padding: 0 15px 0 15px
}

.article-head .article-ftitle {
	font-size: 1.6em;
	text-align: center;
	color: #666666;
	margin: 10px auto;
	padding: 0 15px
}

.article-head .article-info {
	font-size: 1.4em;
	color: #666666;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dashed #a0d9fe
}

.article-head .article-info span {
	display: inline-block;
	margin: 2px 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px
}

.style2 .article-head .article-ftitle {
	display: none
}

.article-content {
	padding: 12px;
	font-size: 1.6em;
	color: #333333
}

.article-content>p {
	text-indent: 2em;
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 12px
}

.article-content>p[align='center'],
.article-content>p.center {
	text-indent: 0
}

.article-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.article-jump {
	border-top: 1px solid #cac9c6;
	padding: 10px 0;
	margin-bottom: 12px
}

.article-jump>div {
	width: 45%;
	padding: 0 10px;
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	background-color: #efefef;
	line-height: 50px
}

.article-jump>div:hover {
	color: #fff;
	background-color: #ECA527
}

.article-jump>div:hover a {
	color: #fff
}

.article-jump>div a {
	font-size: 1em;
	color: #333333
}

.article-jump>div a:hover {
	color: #fff
}

.article-jump .prev {
	text-align: left;
	float: left
}

.article-jump .next {
	text-align: right;
	float: 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 only screen and (max-width: 639px) {
	.article-head .article-title {
		font-size: 2em
	}
}

@media only screen and (max-width: 479px) {
	.article-content {
		padding: 12px 0
	}
}

.article-head {
	width: 100%;
	margin: 0 auto 20px;
	padding-bottom: 0
}

.article-head .article-title {
	font-size: 2.6em;
	text-align: center;
	color: #333333;
	margin: 10px auto;
	padding: 0 15px 0 15px
}

.article-head .article-ftitle {
	font-size: 1.6em;
	text-align: center;
	color: #666666;
	margin: 10px auto;
	padding: 0 15px
}

.article-head .article-info {
	font-size: 1.4em;
	color: #666666;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px dashed #a0d9fe
}

.article-head .article-info span {
	display: inline-block;
	margin: 2px 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px
}

.style2 .article-head .article-ftitle {
	display: none
}

.article-content {
	padding: 12px;
	font-size: 1.6em;
	color: #333333
}

.article-content>p {
	text-indent: 2em;
	font-size: 1em;
	line-height: 1.8;
	margin-bottom: 12px
}

.article-content>p[align='center'],
.article-content>p.center {
	text-indent: 0
}

.article-content img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.article-jump {
	border-top: 1px solid #cac9c6;
	padding: 10px 0;
	margin-bottom: 12px
}

.article-jump>div {
	width: 45%;
	padding: 0 10px;
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	background-color: #efefef;
	line-height: 50px
}

.article-jump>div:hover {
	color: #fff;
	background-color: #ECA527
}

.article-jump>div a {
	font-size: 1em;
	color: #333333
}

.article-jump>div a:hover {
	color: #fff
}

.article-jump .prev {
	text-align: left;
	float: left
}

.article-jump .next {
	text-align: right;
	float: 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 only screen and (max-width: 639px) {
	.article-head .article-title {
		font-size: 2em
	}
}

@media only screen and (max-width: 479px) {
	.article-content {
		padding: 12px 0
	}
}

.header-top {
	background: #FFF
}

.header-top>.content-box {
	height: 100px;
	position: relative
}

.header-top .logo {
	display: block;
	float: left
}

.header-top .logo img {
	display: block;
	max-width: 100%;
	margin: 15px auto 0 auto
}

.header-top .slogan {
	display: inline-block;
	font-size: 3.6em;
	font-weight: bold;
	color: #C60202;
	padding-left: 80px;
	margin-top: 24px;
	background: url(../img/module_title.png) no-repeat;
	background-position: 20px ;
	background-size: 48px 48px;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.header-top .search-box {
	width: 270px;
	position: absolute;
	border-radius: 3px;
	right: 120px;
	top: 32%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding-right: 40px
}

.header-top .search-box input {
	display: block;
	width: 100%;
	height: 35px;
	border: none;
	line-height: 35px;
	padding-left: 15px;
	color: #999999;
	font-size: 1.4rem;
	outline: none;
	background-color: transparent;
	z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
	color: #999999
}

.header-top .search-box ::-moz-placeholder {
	color: #999999
}

.header-top .search-box :-ms-input-placeholder {
	color: #999999
}

.header-top .search-box :-moz-placeholder {
	color: #999999
}

.header-top .search-box a {
	display: block;
	width: 50px;
	text-align: center;
	height: 100%;
	line-height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: #C60202 url(../img/btn_search.png) no-repeat center;
	outline: none
}

.header-top .go-back {
	position: absolute;
	right: 0;
	top: 32%;
	width: 108px;
	height: 36px;
	line-height: 36px;
	padding-left: 35px;
	border-radius: 3px;
	background: #C60202 url(../img/btn_home.png) no-repeat 8px center
}

.header-top .go-back span {
	font-size: 1.6rem;
	color: #fff
}

.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: 50px;
		position: relative
	}

	.nav-bar>li>a {
		display: block;
		font-size: 1.8rem;
		color: #fff;
		padding: 0 30px;
		position: relative;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease
	}

	.nav-bar>li.active>a,
	.nav-bar>li:hover>a {
		background-color: #ECA527
	}

	.nav-bar>li>ul {
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		text-align: left;
		background: #e9f3fe;
		z-index: 1000
	}

	.nav-bar>li>ul>li>a {
		display: block;
		font-size: 1.6rem;
		text-align: center;
		line-height: 35px;
		color: #333333;
		white-space: nowrap;
		overflow: hidden;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-overflow: ellipsis;
		position: relative
	}

	.nav-bar>li:hover>ul {
		max-height: 200px
	}

	.nav-bar>li>ul>li>a:hover,
	.nav-bar>li>ul>li.active>a {
		color: #ECA527;
		background: rgba(229, 240, 255, 0.8)
	}
}

@media (max-width: 1199px) {
	.header-top .go-back {
		display: none
	}

	.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: #fff;
		background: url("../img/btn_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.4rem
	}

	.header-nav .back-home {
		font-size: 1.4rem;
		background: url(../img/btn_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("../img/btn_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.6rem;
		display: block;
		background: #17f;
		color: #fff;
		padding: 10px;
		font-weight: bold;
		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.6rem;
		padding: 5px 10px;
		border: 1px solid #e7eefc;
		display: inline-block;
		text-align: center;
		border-radius: 5px;
		margin: 5px 1%;
		color: #17f;
		white-space: nowrap
	}

	.nav-bar>li>ul>li.active>a {
		background: #E5F0FF;
		color: #fff;
		border-color: #E5F0FF
	}

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

	.header-top .slogan {
		font-size: 3em
	}
}

@media (max-width: 1023px) {
	.header-top .search-box {
		display: none
	}
}

@media (max-width: 767px) {
	.header-top {
		height: 80px
	}

	.header-top .content-box {
		height: 80px
	}

	.header-top .slogan {
		display: none
	}

	.header-top .logo img {
		margin: 5px auto 0
	}
}

@media only screen and (max-width: 639px) {
	.header-top .logo img {
		height: 60px;
		margin: 10px auto 0
	}
}

@media only screen and (max-width: 479px) {
	.header-top {
		height: 65px
	}

	.header-top>.content-box {
		height: 65px
	}

	.header-top .logo img {
		height: 50px
	}

	.header-top .nav-open {
		font-size: 0
	}
}

.focus-content {
	padding-left: 450px;
	position: relative;
	min-height: 260px
}

.focus-module {
	position: relative
}

.focus-container {
	width: 430px;
	height: 260px;
	left: 0;
	top: 0;
	position: absolute !important;
	overflow: hidden
}

.focus-container .focus-slide {
	width: 100%;
	height: 260px;
	position: relative
}

.focus-container .focus-slide a {
	display: block;
	width: 100%;
	height: 100%
}

.focus-container .focus-slide a img {
	display: block;
	width: 100%;
	height: 100%
}

.focus-container .focus-slide a h3 {
	width: 100%;
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 1.6em;
	text-indent: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000)
}

.focus-container .slick-dots {
	width: auto;
	position: absolute;
	right: 6px;
	bottom: 10px;
	z-index: 10;
	text-align: right
}

.focus-container .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
	background: #ECA527;
	border-color: #ECA527
}

.focus-container .slick-dots li button {
	display: none
}

.focus-container .focus-slide a {
	display: block
}

.first-list a {
	display: block;
	border-bottom: 1px dashed #dbdbdb;
	margin-bottom: 9px
}

.first-list a h3 {
	font-size: 1.8em;
	color: #c60202;
	font-weight:bold;
	padding-bottom: 5px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.first-list a p {
	line-height: 1.5;
	font-size: 1.4em;
	padding-bottom: 5px;
	color: #999999
}

.first-list a span {
	display: block;
	padding-bottom: 8px;
	font-size: 1.4em;
	color: #999
}

.first-list a:hover h3 {
	color: #E5F0FF
}

@media (max-width: 1199px) {
	.focus-box .content-box {
		max-width: 952px
	}

	.focus-content {
		padding-left: 0
	}

	.focus-container {
		display: none
	}
}

@media (max-width: 991px) {
	.focus-box .content-box {
		max-width: 732px
	}
}

@media (max-width: 767px) {
	.focus-box .content-box {
		padding: 0 10px
	}
}

.img-slick a {
	width: 25%;
	margin: 0 10px;
	display: inline-block;
	position: relative
}

.img-slick a img {
	display: block;
	width: 100%;
	height: 170px
}

.img-slick a:hover .title {
	color: #FFF;
	background-color: #ECA527
}

.img-slick a .img {
	position: relative
}

.img-slick a .title {
	display: block;
	font-size: 1.6em;
	color: #444444;
	background-color: #F8F8F8;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}


.blogroll-box {
	height: 60px;
	line-height: 60px;
	background-color: #1177FF
}

.blogroll-box .content-box {
	padding-left: 130px;
	max-width: 1188px;
	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(../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;
	white-space: nowrap;
	margin: 0 5px;
	line-height: 60px;
	padding-left: 16px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
	text-overflow: ellipsis;
	background: url(../img/ico_link_item.png) no-repeat left center
}

.blogroll-box .content-box .link-content a span {
	color: #FFF;
	font-size: 1.6rem
}

.blogroll-box .content-box .link-content a:hover span {
	border-bottom: 1px solid #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.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(../img/link_right.png);
	right: 0
}

.blogroll-box .content-box .link-content .slick-next:hover {
	background-image: url(../img/link_right_on.png);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.blogroll-box .content-box .link-content .slick-prev {
	left: auto;
	right: 36px;
	background-image: url(../img/link_left.png)
}

.blogroll-box .content-box .link-content .slick-prev:hover {
	background-image: url(../img/link_left_on.png);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

@media only screen and (max-width: 1199px) {
	.link-module {
		display: none
	}
}

.riqi-list-page li a {
	display: block;
	height: 62px;
	padding-left: 70px;
	margin-top: 15px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.riqi-list-page li a .time-box {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 0;
	top: 0;
	width: 62px
}

.riqi-list-page li a .time-box .day {
	font-size: 1.6rem;
	color: #fff;
	display: block;
	line-height: 26px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #17f
}

.riqi-list-page li a .time-box .month {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	background-color: #f1f8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 24px;
	color: #666666
}

.riqi-list-page li a h3 {
	font-size: 1.6em;
	color: #505050;
	line-height: 26px;
	margin: 0
}

.riqi-list-page li a .intro {
	color: #777777;
	line-height: 24px;
	height: 24px;
	font-size: 1.4em;
	overflow: hidden
}

.riqi-list-page li a:hover {
	border-bottom: 1px solid #17f
}

.riqi-list-page li a:hover h3 {
	color: #17f
}

.riqi-list-page li:first-child>a {
	margin-top: 0
}

@media only screen and (max-width: 479px) {
	.riqi-list-page li a {
		display: block;
		height: auto;
		padding-bottom: 5px;
		margin-top: 10px
	}

	.riqi-list-page li .intro {
		display: none
	}
}

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

.shipin-list-page a .img {
	position: relative
}

.shipin-list-page a .img img {
	display: block;
	width: 100%;
	height: 170px
}

.shipin-list-page a .img .ico {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url("../img/play_btn.png") center 50% no-repeat;
	background-color: rgba(0, 0, 0, 0.3)
}

.shipin-list-page a h3 {
	padding: 0 3px 0 3px;
	font-size: 1.8em;
	color: #222222;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	background-color: #EFEEEE;
	margin: 0;
	line-height: 40px
}

.shipin-list-page a:hover h3 {
	color: #FFF;
	background-color: #17f
}

.shipin-list-page a:hover .img .ico {
	opacity: 1
}

@media only screen and (max-width: 1023px) {
	.shipin-list-page a .img img {
		height: 150px
	}
}

@media only screen and (max-width: 767px) {
	.shipin-list-page a .img img {
		height: 130px
	}
}

@media only screen and (max-width: 639px) {
	.shipin-list-page a {
		width: 48%
	}

	.shipin-list-page a .img img {
		height: 140px
	}
}

@media only screen and (max-width: 479px) {
	.shipin-list-page a {
		width: 98%
	}

	.shipin-list-page a .img img {
		height: auto
	}
}

.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 {
	display: block;
	width: 100%;
	height: 180px
}

.tupian-list-page a:hover .title {
	color: #17f
}

.tupian-list-page a .img {
	position: relative
}

.tupian-list-page a .title {
	display: block;
	font-size: 1.6em;
	color: #222222;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 42px;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

@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 {
		width: 98%
	}

	.tupian-list-page a img {
		height: auto
	}
}

.tuwen-list-page a {
	margin-bottom: 24px;
	padding: 0 0 0 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block
}

.tuwen-list-page a:first-child {
	padding-top: 0
}

.tuwen-list-page a .img {
	display: block;
	width: 180px;
	height: 112px;
	overflow: hidden;
	float: left
}

.tuwen-list-page a .img img {
	display: block;
	width: 100%;
	height: 100%
}

.tuwen-list-page a .txt {
	float: left;
	width: calc(100% - 180px);
	position: relative;
	padding-left: 20px;
	padding-top: 0
}

.tuwen-list-page a .title {
	font-size: 1.8em;
	color: #333333;
	line-height: 140%;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: bold
}

.tuwen-list-page a .intro {
	font-size: 1.4em;
	color: #666666;
	line-height: 1.8;
	margin: 0 0 10px
}

.tuwen-list-page a .intro .text-detail {
	color: #17f
}

.tuwen-list-page a .time {
	font-family: 'Arial';
	font-size: 14px;
	color: #666666
}

.tuwen-list-page a:hover .title,
.tuwen-list-page a:hover .time {
	color: #17f
}

.tuwen-list-page a:hover .intro .text-detail {
	color: #17f
}

@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;
		padding-bottom: 6px;
		line-height: 1.4;
		margin-bottom: 8px;
		font-weight: normal
	}

	.tuwen-list-page a .intro {
		display: none
	}
}

.wenzi-list-page a {
	display: block;
	border-bottom: 1px dotted #C1C1C1;
	line-height: 42px
}

.wenzi-list-page a .title {
	font-size: 1.6em;
	color: #222222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: calc(100% - 110px)
}

.wenzi-list-page a .title:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.wenzi-list-page a .time {
	float: right;
	width: 100px;
	height: 42px;
	font-size: 1.4em;
	text-align: right;
	font-family: 'Arial';
	color: #999999;
	margin-left: -100px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
	color: #17f
}

.wenzi-list-page a:hover .title:before {
	background-color: #17f
}

@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;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #efeeee url(../img/ico_downloadlist_un.png) 10px center no-repeat
}

.xiazai-list-page a.doc {
	background-image: url(../img/file_doc.png)
}

.xiazai-list-page a.ppt {
	background-image: url(../img/file_ppt.png)
}

.xiazai-list-page a.xls {
	background-image: url(../img/file_xls.png)
}

.xiazai-list-page a.pdf {
	background-image: url(../img/file_pdf.png)
}

.xiazai-list-page a.txt {
	background-image: url(../img/file_txt.png)
}

.xiazai-list-page a.img {
	background-image: url(../img/file_img.png)
}

.xiazai-list-page a .btn {
	position: absolute;
	right: 10px;
	top: 11px;
	width: 74px;
	height: 30px;
	background: #AAD1F5 url(../img/btn_download.png) 12px center no-repeat;
	line-height: 30px;
	text-indent: 28px;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	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;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	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(../img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
	background-image: url(../img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
	background-image: url(../img/author.png)
}

.xiazai-list-page a:hover {
	background-color: #E3F0FA;
	border-color: #17f
}

.xiazai-list-page a:hover .title {
	color: #17f
}

.xiazai-list-page a:hover .btn {
	background-color: #17f
}

.banner-box {
	width: 100%;
	max-height: 540px;
	position: relative;
	overflow: hidden
}

.banner-box .banner-content {
	width: 100%
}

.banner-box .banner-item {
	height: 540px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	outline: none;
	background-position: center
}

.banner-box .slick-dots {
	position: absolute;
	width: auto;
	text-align: center;
	bottom: 10px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 10px;
	border-radius: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.banner-box .slick-dots li button {
	display: none
}

.banner-box .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
	background: #ECA527
}

.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: 290px;
	background-image: url(../img/right.png)
}

.banner-box .slick-next:hover {
	background-image: url(../img/right_on.png)
}

.banner-box .slick-prev {
	left: 290px;
	background-image: url(../img/left.png)
}

.banner-box .slick-prev:hover {
	background-image: url(../img/left_on.png)
}

.banner-box .slick-next:before,
.banner-box .slick-prev:before {
	display: none
}

@media only screen and (max-width: 1199px) {
	.banner-box .banner-item {
		height: 280px
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0
	}

	.banner-box .slick-dots::after {
		margin-top: 0
	}

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

@import url(./animate.css);

body {
	max-width: 100%
}

.module {
	margin-top: 24px
}
.col-lg-7>.module{
	margin-top: 0;
}

.module .module-name {
	margin-bottom: 12px;
	position: relative;
	height: 40px;
	background-color: rgb(198,2,2);
}

.module .module-name span {
	display: inline-block;
	font-size: 18px;
	position: relative;
	color: 	white;
	font-weight: bold;
	padding-left: 10px;	
	height: 40px;
	line-height: 40px
}

.module .module-name a {
	float: right;
	height: 20px;
	width: 50px;
	background: url(../img/more.png) no-repeat center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 10px;
	margin-right: 10px
}

.module .module-name a:hover {
	background: url(../img/more_on.png) no-repeat center
}

.news-list li {
	position: relative;
	padding-right: 95px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #a7a7a7
}

.news-list li:last-child {
	margin-bottom: 0
}

.news-list li a {
	display: block;
	font-size: 1.6em;
	color: #444444;
	line-height: 40px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 11px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.news-list li a:before {
	content: '';
	width: 7px;
	height: 7px;
	background: url(../img/newslist1.png) no-repeat center center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: -3px
}

.news-list li span {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 40px;
	font-size: 1.6em;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.news-list li:hover {
	border-color: #ECA527
}

.news-list li:hover a,
.news-list li:hover span {
	color: #ECA527
}

.news-list li:hover a:before {
	background: url(../img/newslist1_on.png) no-repeat center center
}

.frame-wrap {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-bottom: 20px
}

.frame-wrap.full {
	max-width: 100%
}

.frame-wrap .frame-left {
	float: left;
	width: 250px;
	border-top: 1px solid #f3ac42;
	padding-top: 1px
}

.frame-wrap .frame-right {
	float: right;
	width: calc(100% - 274px);
	min-height: 400px;
	margin-bottom: 24px
}

@media (max-width: 1199px) {
	.frame-wrap .frame-left {
		display: none
	}

	.frame-wrap .frame-right {
		width: 100%;
		font: none;
		min-height: 0
	}
}

@media (max-width: 767px) {
	.frame-wrap .frame-right {
		padding-left: 0;
		padding-right: 0
	}
}

.sidebar-title {
	height: 87px;
	background: #c60202;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-top: 0;
	text-align: center
}

.sidebar-title span {
	display: inline-block;
	position: relative;
	line-height: 85px;
	letter-spacing: 3px;
	font-size: 2.6em;
	text-align: center;
	color: #fff
}

.sidebar-menu {
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ECA527
}

.sidebar-menu>li>a {
	display: block;
	line-height: 48px;
	font-size: 1.8em;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 0 0 0;
	color: #333333;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	background-position: 220px center;
	background-repeat: no-repeat;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-color: #e9f3fe;
	position: relative
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
	background-color: #17f;
	color: #fff
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
	max-height: 1000px;
	overflow: auto
}

.sidebar-menu ul {
	overflow-y: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}

.sidebar-menu ul>li {
	margin-left: auto;
	margin-right: auto
}

.sidebar-menu ul>li>a {
	display: block;
	text-align: left;
	padding-left: 80px;
	line-height: 42px;
	font-size: 1.6em;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background-position: 67px center;
	background-repeat: no-repeat;
	background-image: url("../img/tree2_un.png");
	background-color: #ffffff;
	color: #666666
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
	color: #ECA527;
	background-image: url("../img/tree2_on.png")
}

.sidebar-news {
	padding: 0;
	background-color: #fff;
	margin: 30px 0 12px 0;
	border: 1px solid #fdeed7;
	border-top: 3px solid #ff9c01
}

.sidebar-news .hotnews-title {
	font-size: 1.8em;
	color: #ff9c01;
	position: relative;
	line-height: 48px;
	text-align: center;
	background-color: #fff4e4
}

.sidebar-news .hotnews-list {
	margin-bottom: 12px;
	padding: 0 7px
}

.sidebar-news .hotnews-list .title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.6em;
	color: #666666;
	line-height: 40px;
	position: relative;
	margin-bottom: 0
}

.sidebar-news .hotnews-list .title:hover {
	color: #17f
}

.sidebar-news .hotnews-list .title:hover:before {
	background-color: #17f
}

.sidebar-news .hotnews-list .title:before {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background-color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 7px;
	content: ''
}

.sidebar-link {
	margin-top: 10px
}

.sidebar-link a {
	display: block
}

.sidebar-link img {
	display: block;
	width: 100%;
	max-width: 250px
}

.frame-location {
	width: 100%;
	position: relative;
	margin-bottom: 30px
}

.frame-location:before {
	width: 100%;
	height: 1px;
	background-color: #ECA527;
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	content: ''
}

.frame-location>.content-box {
	padding: 18px 10px 18px 30px;
	background: url("../img/home.png") 2px 18px no-repeat;
	font-size: 1.6em;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.frame-location a {
	font-size: 1em;
	color: #000
}

.frame-location span:last-child a {
	color: #ECA527
}

.frame-location span:last-child em {
	display: none
}

.frame-location em {
	display: inline-block;
	margin: 0 10px;
	width: 9px;
	height: 10px;
	background: url(../img/ico_split.png) 0 center no-repeat
}

.frame-content {
	padding: 0 10px 10px 10px
}

.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: 9px 15px;
	color: #333333;
	display: inline-block;
	border: 1px solid #f0f0f0;
	border-radius: 1px
}

.yn-pagination a:hover {
	background: #17f;
	border-color: #17f;
	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: #17f;
	border-color: #17f;
	color: #fff
}

.yn-pagination span {
	margin: 0 5px
}

.yn-pagination .total-page-num {
	cursor: default
}

.yn-pagination .go-page {
	cursor: default
}

.yn-pagination .go-page:hover {
	cursor: default;
	background: #17f;
	border-color: #17f;
	color: #fff
}

.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-location {
		margin-bottom: 0
	}
}

@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) {
	.frame-content {
		padding: 10px 0
	}

	.yn-pagination .first-page,
	.yn-pagination .last-page {
		display: none
	}
}

/*# sourceMappingURL=module.css.map */