@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font: 16px/1.6 Microsoft YaHei, Helvetica, sans-serif;
	color: #4c4c4c;
	/*background: #f4f4f5;*/
}

html {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    /*background-size: 100% auto;*/
}

body {
	min-height: 100%;
	height: auto;
}

body {
	background: url(../images/bg.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul,
li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 22px;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
	font-weight: 400;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

textarea {
	resize: vertical
}

input,
select,
button,
textarea {
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa
}

input[type=text],
select {
	-webkit-appearance: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	overflow: hidden
}

.white-box {
	margin-top: 6px;
	padding: 8px;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #f8f8f8;
	font-size: 15px;
}

.white-box.yellow {
	color: #fff;
	border-color: #d38502;
	background: #f9a400;
}

.white-box.blue {
	color: #fff;
	border-color: #058da9;
	background: #21b4d2;
}

.white-box.red {
	color: #fff;
	border-color: #a70202;
	background: #e42121;
}

.white-box.green {
	color: #fff;
	border-color: #058106;
	background: #3ec23f;
}

.white-box.black {
	color: #fff;
	border-color: #000;
	background: #111;
}

.mt10 {
	margin-top: 6px;
}

@media screen and (max-width:800px) {
	/*body { padding: 0 5px;}*/
}

.wrapper {
	max-width: 800px;
	margin: 0 auto;
	background:#fff;
}


header {
	text-align: center;
	background: #fff;
}

.main-nav {
	text-align: center;
	background-color: #fff;
}

.main-nav ul {}

.main-nav ul li {
	float: left;
	width: 20%;
}


.yj-web {
	text-align: center;
}

.gp {
	padding: 5px;
	font-weight: bold;
}

.gp-tit {
	padding-bottom: 5px;
}

.gp-tit a {}

.gp-tit a img {
	width: 17px;
	margin-right: 5px;
}

.gp-tit a span {
	float: right;
	padding-right: 15px;
	background: url(/css/img/p-right-red.png) right center no-repeat;
	background-size: 9px;
}

.gp dl {}

.gp dl dt {
	float: left;
	width: 125px;
	height: 125px;
}

.gp dl dd {
	padding-left: 135px;
}

.tit {
	margin-top: 6px;
	padding: 10px;
	font-weight: bold;
	border-bottom: solid 1px #e6e6e6;
	background: linear-gradient(to top, #921818, #e42121);
	color: #fff;
}

.tit img {
	width: 17px;
	margin-right: 5px;
}

.list-333 {}

.list-333 ul {}

.list-333 ul li {
	float: left;
	width: calc(33.33% - 4px);
	margin-top: 6px;
	margin-right: 6px;
}

.list-333 ul li:nth-child(3n) {
	margin-right: 0;
}

.list-333 ul li a {
	padding: 8px;
	text-align: center;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	display: block;
}

.list-22 {}

.list-22 ul {}

.list-22 ul li {
	float: left;
	width: calc(50% - 3px);
	margin-top: 6px;
	margin-right: 6px;
}

.list-22 ul li:nth-child(2n) {
	margin-right: 0;
}

.list-22 ul li a {
	padding: 8px;
	text-align: center;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	display: block;
}

.footer {
	text-align: center;
    padding: 10px 10px;
    font-size: 10px;
}

.nav-top {
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #921818;
	background-image: linear-gradient(to top, #921818, #e42121);
	position: relative;
}

.nav-top h1 {
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.nav-top a {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -99999px;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	top: 15px;
}

.nav-top-home {
	background: url(../images/nav-top-home.png) no-repeat;
	left: 10px;
}

.nav-top-re {
	background: url(../images/nav-top-re.png) no-repeat;
	right: 10px;
}

.save-web {
	padding: 8px 10px;
	font-weight: 700;
	border-bottom: solid 1px #ebebeb;
}

.tx-in {
	padding: 8px 10px;
	border-bottom: solid 1px #ebebeb;
}

.list-in {}

.list-in ul {}

.list-in ul li {
	margin: 3px 0px 3px 0px;
	padding: 0 10px;
	border-bottom: solid 1px #ebebeb;
}

.list-in ul li a {
	font-size: 16px;
	height: auto;
	line-height: 25px;
	display: block;
}

.page {
	padding: 15px 0;
	text-align: center;
}

.page a {
	width: 68px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #d7d7d7;
	border-radius: 5px;
	background: #fff;
	display: inline-block;
}

.page a.grey {
	color: #9c9c9c;
}

.page select {
	width: 100px;
	height: 30px;
	text-indent: 18px;
	border: 0;
	background: url(../images/pic_select.png) no-repeat;
	display: inline-block;
}

.foot-home {
	height: 40px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.foot-home a {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #e42121;
	display: block;
}

.light-blue {
	padding: 5px 10px;
	background: #E0EEF3;
}

.con-tit {
	padding: 10px;
}

.con-tit h1 {
	font-size: 22px;
}

.con-tit div {
	font-size: 13px;
	color: #acacac;
}

.con {
	padding: 10px;
}

.con-gx {
	padding-top: 5px;
	font-size: 14px;
	color: #acacac;
}

.next-prev {
	padding: 10px;
}

.next-prev ul {}

.next-prev ul li {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #e5e5e5;
}

.next-prev ul li:last-child {
	margin-bottom: 0;
}

.list-tit1 {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: solid 1px #090;
	border-radius: 5px 5px 0 0;
	background: #090;
	background-image: linear-gradient(to top, #090, #15ca15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.list-box1 {
	padding: 5px 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

ul.list-btn {}

ul.list-btn li {
	padding: 5px 0;
}

@media screen and (max-width:800px) {
	ul.list-btn li {
		padding: 3px 0;
	}
}

ul.list-btn li a {
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
}

.bizhong {
	width: 100%;
	margin: 0 auto;
}

.bizhong-box {
	float: left;
	width: 100%;
	display: none;
}

.action-bz {
	display: block;
}

.bizhong-page {
	height: 40px;
	padding-top: 5px;
}

.bizhong-btn {
	float: left;
	width: calc(50% - 7px);
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	background: #aaa;
	border: solid 1px #ccc;
	border-radius: 5px;
	background-image: linear-gradient(to top, #ddd, #fff);
	cursor: pointer;
}

.bizhong-btn:hover {
	background-image: linear-gradient(to bottom, #ddd, #fff);
}

.bizhong-btn.bizhong-pre {}

.bizhong-btn.bizhong-next {
	margin-right: 0;
}

.bizhong table {
	border-collapse: collapse;
	font-weight: bold;
}

.bizhong table th {
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border: solid 1px #555;
}

.bizhong table thead th {
	color: #f00;
	background: #ff0;
}

.bizhong table tfoot th {
	background: #f00;
}

.bizhong table td {
	padding: 5px 10px;
	color: #0f0;
	border: solid 1px #555;
	background: #000;
}

.cgi-nav-foot1 {
	height: 3px;
	background: #fff;
	background-image: linear-gradient(to right, #f7f7f7, #00d9ff, #f7f7f7);
}

iframe_kj {
	height: 190px;
}



.hjc_news_content .hjc_news_subject {
	line-height: 1.625rem;
	font-size: .9375rem;
	max-height: 3.25rem;
	overflow: hidden;
	color: #333;
	margin-bottom: .5625rem
}

.newstime span {
	color: #acacac;
	font-size: .75rem;
	margin-right: 10px;
	padding-left: 0 !important
}

.newstime span i {
	margin-left: 5px
}

.mt10 {
	margin-top: 10px;
}

.mt10 {
	margin-top: 5px;
}

.lctz {
	border: solid 3px #00a0e9;
	border-radius: 10px;
	overflow: hidden;
}

.lctz-tit {}

.lctz ul {}

.lctz ul li {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.lctz ul li:last-child {
	border-bottom: none;
}

.lctz ul li a {
	font-size: 16px;
	font-weight: bold;
}

.lctz ul li a img {
	margin-right: 5px;
}

.lctz ul li span {
	float: right;
	color: #999;
}

.lctz {}

@media screen and (max-width:800px) {
	.lctz {
		border: solid 2px #00a0e9;
		border-radius: 5px;
	}

	.lctz ul li {
		padding: 0 5px;
	}

	.lctz ul li a {
		font-size: 14px;
	}

	.lctz ul li a img {
		display: none;
	}

	.lctz ul li span {
		font-size: 12px;
	}
}

.Marquem-bg {
	width: 100%;
	display: flex;
	overflow: hidden;
	height: 2.5rem;
	font-size: 0.875rem;
	background: #ffffff;
	margin-top: 6px;
}

.Marquem-bg>span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FF0000;
	font-weight: bold;
	margin-right: 5px;
}

.Notice {
	flex: 1;
	-webkit-box-flex: 1;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.Marquem-bg marquee {
	height: 2.5rem;
	line-height: 2.5rem;
}

.online-zb,.online-gp,.online-jg,.online-tk,.online-pg,.online-qn,.online-sx,.online-jl,.online-xczb,.online-gs{
	display: block;
	width: 100%;
	
}

.main-nav ul{
	width: 100%;
}
.icon-txt{
	color: #000000;
	font-size: 12px;
}
.main-nav ul li {
	width: calc(25% - 20px);
	margin: 10px;
}

.white-box.red {
    font-weight: bold;
    color: #fff;
    border-color: #ffffff;
    background-image: linear-gradient(to top, #921818, #e42121);
}
.white-box.red a {
     color: #fff;
}
.white-box {
    padding: 8px;
    border: solid 1px #cfcfcf;
    border-radius: 3px;
    background: #fff;
}
.swiper img {
    width: 100%;
	max-width: 800px;
	min-height: 280px;
}
.cz_jx{
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	padding: 7px;
	font-weight: bold;
	word-break: break-all;
	color: #0000FF;
}

.tuku ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tuku ul li {
    width: 45%;
    margin: .22rem;
    text-align: center;
}
.tuku ul li img {
    width: 100%;
	height: 300px;
    margin: 8px 0;
}

.more {
	text-align: center;
	display: block;
	background-color: #e42121;
	margin: 0px 20px;
    color: #ffff05;
    font-size:1.2rem;
	border-radius: 30px;
}
.fgx{
	height: 0.5px;
	background: #9C9C9C;
}

.tk-c img{
	display: block;
	margin: 0 auto;
}
.tk-c{
	display: flex;
	justify-content: space-around;
}
.cstk{
	width: calc(25% - 20px);
	text-align: center;
	margin: 10px;
}
.tk-list{
	padding: 10px;
	color: #006400;
}
.list-nav{
	background-color: #fff;
}
.imgsize {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.white-box1 {
    margin-top: 5px;
    padding: 3px;
	border: solid 1px #ddd;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.clearfix1 {
    display: flex;
}

.cgi-tj-l1 {
    width: 42%;
    margin-right: 3%;
	margin-top: 10px;
}

.cgi-tj-r1 {
    width: 55%;
}

.cgi-tj-l1 img {
    width: 100%;
    height: 100px;
}

.cgi-tj-r1 ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cgi-tj-r1 ul li:last-child {
    border-bottom: 0;
}

.guanFkj {
    margin: 0 auto;
    width: 98%;
    display: block;
    border: 2px solid;
    padding: .8rem 0;
}
.guanFkj p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    color: #039803;
}
.guanFkj div a {
    background: #ef0;
    color: #f00;
    font-size: 1.2rem;
    font-weight: 800;
    vertical-align: middle;
}

.ltz123gsb {
	background-color: #fff;
	border-radius: 5px;
}

.ltz123gsb ul {
	padding: 0 10px 10px 10px;
	list-style: none;
}

.ltz123gsb ul li {
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px #eaeaea solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	list-style-type: none;
}

.ltz123gsb ul li span.kj-zuozhe {
	float: right;
	margin-left: 10px;
	font-size: 14px;
	color: #999;
}

.ltz123gsb ul li span.kj-gsb-tit {
	height: 20px;
    line-height: 20px;
	margin-right: 8px;
	padding: 0 5px;
	font-size: 12px;
	color: #ffff00;
	border-radius: 5px;
	background: #ff0000;
	display: inline-block;
}

.ltz123gsb a {
	text-decoration: none;
}

.ptxs{
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.ptxs div{
	border-bottom: #CCCCCC 1px solid;	
}
.ptxs span{
	color: #A905FF;	}	.ptxs span:last-child{
	color: #D70011;
}
.ptxs span:last-child span{
	background-color: #FFFF00;
}

.lxzt{
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	background-color: #fff;
	line-height: 40px;
	font-family: 楷体;
	color: #009900;
}
.lxzt div{
	border-bottom: #CCCCCC 1px solid;
}
.lxzt div span:first-child{
	background-color: #FFFF00;
}
.lxzt div span:last-child{
	color: #D50007;
}
.lxzt div span:last-child span{
	background-color: #FFFF00;;
}


.gsb-tit{
    background: #FFEB3B;
    color: #f00;
    margin: 3px;
    border-radius: 5px;
    padding: 4px;
    margin-left: 5px;
}

.gsbd ul li {
    border-bottom: 0.5px #ccc solid;
    display: flex;
    width: 100%;
    font-size: 14px;
}
.gsbd ul li a {
    color: #090;
    flex: 1;
    padding: 4px;
}
.gsb-zz{
    margin-right: 5px;
    padding: 5px;
}

.download66{
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 800px;
    height: 50px;
    bottom: 0px;
    background-color: rgba(0,0,0,.7);
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.download66 p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
}
        
.download66 .btn {
    height: 40px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    background-color: #ec0909;
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 0;
    color: #fff;
}
.download66 i.close {
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    height: 40px;
    width: 40px;
}
.tongji + a{
    bottom: 110px!important;
}
        
#apaa{
    font-size: 14px;
}
.touzhu {
	display: block;
	width: 150px;
	height: 150px;
	background: #337ab7;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 150px;
	font-size: 50px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:180px;
	right: 2%;
}
.reload {
	display: block;
	width: 150px;
	height: 150px;
	background: #f00;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: 900;
	line-height: 150px;
	font-size: 50px;
	box-shadow: 1px 1px 2px #3333337d;
	position: fixed;
	bottom:20px;
	right: 2%;
}
.am_nav {
	width: 100%;
	background: #000;
}

.am_fnav {
	background: #000;
	margin: 0 auto;
	height: 3rem;
}

.am_fnav a img {
	display: block;
	width: 20rem;
	height: 3rem;
	margin: 0 auto;
}
@media screen and (max-width:800px) {
	.touzhu {
		display: block;
		width: 40px;
		height: 40px;
		background: #005F3C;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:150px;
		right: 2%;
	}
	.reload {
		display: block;
		width: 40px;
		height: 40px;
		background: #f00;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		box-shadow: 1px 1px 2px #3333337d;
		position: fixed;
		bottom:100px;
		right: 2%;
		font-weight: bold;
	}
	.am_fnav {
    	background: #000;
    	margin: 0 auto;
    	height: 2.5rem;
    }
    
    .am_fnav a img {
    	display: block;
    	width: 15rem;
    	height: 2.5rem;
    	margin: 0 auto;
    }
}

#swiper-container1 {
	position: relative;
}

#swiper-pagination1 {
	width: 100%;
	position: absolute;
	top: 0 !important;
	left: 0 !important;
}

#swiper-container1 .swiper-pagination-bullet {
	width: calc(16.6% - 2px);
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	opacity: 1;
	background: #4CAF50;
	border-radius: 0;
	margin: 1px !important;
}

#swiper-container1 span:first-child{
    background: #f00;
	color: #ffeb3b;
}

.swiper-pagination-bullet-active {
	color: #fff!important;
	background: #007aff!important;
}

.down9898 {
	padding: 3px 0;
	box-sizing: border-box;
	font: 15px/1.75 Arial;
	background: #fff;
}

.down9898 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.down9898 ul li {
	float: none;
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial;
}

.down9898 img {
	vertical-align: middle;
}

.down9898 a {
	text-decoration: none;
	color: inherit;
}

.down9898-boxt {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.down9898-boxt-1 {
	width: 30%;
	min-width: 130px;
	text-align: center;
}

.down9898-boxt-1 img {
	width: 100px;
}

.down9898-boxt-2 {
	width: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.down9898-boxt-2l {
	width: 50%;
	color: black;
}

.down9898-boxt-2l ul {
	width: 100%;
}

.down9898-boxt-2r {
	width: 50%;
	color: black;
}

.down9898-boxt-2r img {
	width: 22px;
}

.down9898-rz {
	margin-top: 5px;
	color: #15bc83;
}

.down9898-rz img {
	width: auto;
	height: 24px;
	margin-right: 3px;
}

.down9898-boxf {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.down9898-boxf div {
	width: 33.33%;
}

.down9898-boxf a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 80%;
	border-radius: 5px;
	transition: all 0.2s;
}

.down9898-boxf1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: center;
	color: #fff;
}

.down9898-boxf1 a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	width: 80%;
	border-radius: 5px;
	transition: all 0.2s;
}

.down9898-boxf1 a img {
    width: 20px;
    margin-right: 3px;
}

.down9898-boxf-4 a{
    background: #000;
}

.down9898-boxf1 div {
	width: 25%;
}

.down9898-boxf a img {
	width: 24px;
	margin-right: 3px;
}

.down9898-boxf a:hover {
	margin-top: -5px;
}

.down9898-boxf-1 {}

.down9898-boxf-1 a {
	background: #c34dff;
}

.down9898-boxf-2 {}

.down9898-boxf-2 a {
	background: #ff5b5b;
}

.down9898-boxf-3 {}

.down9898-boxf-3 a {
	background: #3ebc40;
}

@media screen and (max-width:500px) {
	.down9898 {
		padding: 3px 0;
		font: 12px/1.75 Arial, '寰蒋闆呴粦';
	}

	.down9898-boxt-1 {
		width: 20%;
		min-width: 100px;
		text-align: center;
	}

	.down9898-boxt-1 img {
		width: 70px;
	}

	.down9898-boxt-2 {
		width: 80%;
	}

	.down9898-boxt-2r img {
		width: 16px;
	}

	.down9898-rz img {
		height: 20px;
		margin-right: 3px;
	}

	.down9898-boxf a {
		height: 34px;
		line-height: 34px;
		display: inline-block;
		width: 90%;
		border-radius: 5px;
		transition: all 0.2s;
	}
	
	.down9898-boxf1 a {
		height: 34px;
		line-height: 34px;
		display: inline-block;
		width: 90%;
		border-radius: 5px;
		transition: all 0.2s;
	}

	.down9898-boxf a img {
		width: 24px;
		margin-right: 3px;
	}

	.down9898-boxf a:hover {
		margin-top: 0;
	}

	.down9898-boxf a img {
		width: 20px;
	}
}

.top-content {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-top: 1px solid #eee;
    padding: 6px;
}

.top-content div {
    display: flex;
    width: 20%;
    justify-content: center;
    margin: 3px 0;
}

.top-content div a {
    display: flex;
    padding: 3px 5px;
    width: 95%;
    border-radius: 15px;
    border: 1px solid #eee;
    font-size: 13px;
    justify-content: center;
    color: #ffffff;
    background: #2173f3;
    box-sizing: border-box;
}

.ggsdh {
	margin-top: 3px;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	background-color: #ff0;
	font-family: '微软雅黑';
	font-size: 13pt;
	color: #000;
	font-weight: 500;
	border: solid 1px #C0C0C0;
	line-height: normal;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

#ily520 {
	padding: 10px;
}

#ily520 .sanheyi {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #3ebc40;
	line-height: 40px;
}

#ily520 .sanheyi ul {
	display: flex;
	border-bottom: solid 3px #3ebc40;
}

#ily520 .sanheyi li {
	width: 50%;
	padding: 5px 0;
	box-sizing: border-box;
	cursor: pointer;
}

#ily520 .sanheyi li.hover {
	color: #fff;
	background: #3ebc40;
}

#ily520 .sanheyi li.hover font {
	color: #fff !important;
}

.ily520-txt font {
	color: #f00;
	font-weight: bold;
}

.ily520-txt2 {
	font-size: 24px;
	color: #f00;
	text-align: center;
	font-weight: bold;
}

.ily520-txt2 a {
	background: #ff0;
}

.ily520-pic {
	padding-top: 10px;
	text-align: center;
}

.ily520-pic video {
	max-width: 100%;
}

@media screen and (max-width:750px) {
	#ily520 {
		padding: 5px;
	}

	#ily520 .sanheyi {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#ily520 .sanheyi ul {
		border-width: 2px;
	}

	#ily520 .sanheyi li {
		padding: 0;
	}

	.ily520-txt2 {
		font-size: 18px;
	}
}

.ddtz {
	font-family:宋体;
	font-size: 16px;
}

.ddtz a {
	display: block;
	line-height: 35px;
	border: 1px solid #CCC;
	background: #fff;
	border-radius: 5px;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	margin: 0 2px 2px 0;
}

.ddtz img{
	vertical-align: middle;
}

.ddtz a:hover {
	background: #fff;
}

@media screen and (max-width:750px) {
	.ddtz {
		font-size: 14px;
	}

	.ddtz a {
		display: block;
		line-height: 40px;
	}
}

.am-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    margin: 0 auto;
}

.am-modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 99999;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transform: translateZ(1px);
	max-width: 400px;
	margin: 0 auto;
}

.SystemMessagebox,
.Reminderbox {
	width: 85%;
	border-radius: 7px;
	overflow: hidden;
	animation-duration: 350ms;
	animation-fill-mode: both;
	animation-name: boxshow;
	min-width: 300px;
}

.SystemMessagebox {
	background: #fff;
}

.title_header {
	background-color: #ff5151;
	display: flex;
	justify-content: space-between;
	padding: 5px 10px;
	font-size: 14px;
	color: #FFFFFF;
	align-items: center;

}

.title_header img {
	width: 25px;
	height: 25px;

}

.modal_content {
	max-height: 400px;
	overflow: auto;
}

.modal_content div[item] {
	padding: 10px 0;
	margin: 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}
.modal_content div[item]:last-child{
	border: none;
}

div[info] {
	color: #f00;
	padding-left: 25px;
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
}

div[item_top] {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div[bzj] {
	color: #4caf50;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
}
.footer_{
	background: #efefef;
	text-align: center;
	padding: 5px 10px;
	color: #898989;
	font-size: 14px;
	color: #898989;
	font-weight: bold;
}
.am-modal-wrap a{
	text-decoration: none;
	color:#000000 ;
}
.zzhl-tit img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#tabzzhl {}

#tabzzhl a {
	color: #333;
	text-decoration: none;
}

#tabzzhl .zzhlmenu {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}

#tabzzhl .zzhlmenu ul {
	display: flex;
	justify-content: space-between;
}

#tabzzhl .zzhlmenu li {
	width: calc(33.33% - 5px);
	box-sizing: border-box;
	background: #eee;
	cursor: pointer;
}

#tabzzhl .zzhlmenu li.hover {
	color: #fff;
}

#tabzzhl .zzhlmenu li.hover span {
	display: block;
}

#tabzzhl .zzhlmenu li.hover .zzhlam {
	background: #090;
}

#tabzzhl .zzhlmenu li.hover .zzhlxg {
	background: #f00;
}

#tabzzhl .zzhlmenu li.hover .zzhltw {
	background: #00f;
}

#tabzzhl .zzhlmenu li.hover .zzhlxjp {
	background:  #8bc34a;
}

#tabzzhl .zzhlbox {}

.zzhl-list {
	font-size: 16px;
}

.zzhl-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zzhl-list ul li {
	width: calc(50% - 5px);
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
}

.zzhl-list ul li a {
	display: block;
	padding: 8px 5px;
	white-space: nowrap;
	overflow: hidden;
}

@media screen and (max-width:800px) {
	#tabzzhl .zzhlmenu {
		font-size: 16px;
		line-height: 36px;
	}

	#tabzzhl .zzhlmenu li {
		width: calc(33.33% - 3px);
	}

	.zzhl-list {
		font-size: 15px;
	}

	.zzhl-list ul li {
		width: 100%;
	}

	.zzhl-list ul li a {
		padding: 8px 5px;
	}
}

.box-hf a img {
	margin: 4px 0px;
	display: block
}

.am-ptxs p {
	border-bottom: 1px #ccc solid;
	line-height: 40px;
	text-align: center
}

.am-ptxs p span span {
	background: #ff0;
}

.am-yxym p {
	border-bottom: 1px #ccc solid;
	line-height: 40px;
}

.am-acxjs p {
	border-bottom: 1px #ccc solid;
}

.zhong {
	height: 25px;
	background: url(/Public/Home/images/886633903.gif);
	background-size: 100% 100%;
}

.zhong {
	height: 25px;
	background: url(/Public/Home/images/886633903.gif);
	background-size: 100% 100%;
}

.dsjl{
    border-bottom: solid 1px #ddd;
}

.dsjl li{
    border: solid 1px #ddd;
    border-bottom: 0;
}

.dsjl li a{
    padding: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: inherit;
    align-items: center;
}

.dsjl li span{
    display: inline-block;
    margin-right: 5px;
    padding: 2px 10px;
    color: #fff;
    background: #30c11b;
}

.dsjl li div{
    flex: 1;
}

.dsjl li em{
    padding-left: 5px;
    font-style: normal;
    color: #555;
    margin-right: 10px;
}

.cgi-tj-r ul li{
    text-align: left;
}

.icon_more {
    float: right;
    color: #ffeb3b !important;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
}

.tuku p{
    color: #f00;
}

.qwgr {
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
}

.qwgr span {
	display: inline-block;
	width: 26px;
	line-height: 26px;
	margin-left: -3px;
	text-align: center;
	color: #ffeb3b;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50%;
	background: #333;
	margin: 2px;
}

.ad-tz span {
	font-weight: bold;
	border: 1px #c6bbbb solid;
	display: block;
	line-height: 40px;
}

.tzz-all {
	display: flex;
	flex-wrap: wrap;
}

.tzz-all a {
	width: calc(33.33% - 6px);
	border: #C0C0C0 1px solid;
	border-radius: 1rem;
	margin: 2px;
	background: linear-gradient(to top, #fff, #eee, #fff);
	color: #f44336;
}

.tzz-all a img {
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
}
.waibox {
    text-align: center;
    background: linear-gradient(to top,#9C27B0,#2196F3);
    line-height: 55px;
    border-radius: 5px;
}
.location_to {
    padding: 10px;
    background: beige;
    border-radius: 15px;
    font-size: 20px;
    color: #f44336;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px #f44336;
}