﻿@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.in {
	background: url(../images/white-bg.png) top center repeat-y;
}

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 {
    color: #ff0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    background: #c98b00;

}
.yxym tfoot th {
    padding: 2px 5px;
    text-align: Center;
    border: solid 1px #e5e5e5;
    color: #00f;
    font-weight: normal;
    background: #e60505;
}
.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 {
	padding: 10px 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;
}

@media screen and (max-width: 540px) {
	iframe {
		height: 150px;
	}
}


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

.amore {
	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{
	}	.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%;
}
.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;
}