@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%
}

body {
	min-width: 320px;
	font: 400 14px/1.5 "\5FAE\8F6F\96C5\9ED1", Helvetica;
	background: #f0f5f9;
	font-size: 14px;
	max-width: 720px;
	margin: 0 auto;

}

li,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

a {
	color: #1b1b1b;
	text-decoration: none
}

a:hover {
	color: #3ca5f6;
	text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

em,
i {
	font-style: normal
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.n {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

.header-top1 {
	max-width: 720px;
	height: 151px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0 0 5px 5px;
	z-index: 9;
}

.header-top1-blank {
	height: 91px;
}

.header-top2 {
	max-width: 720px;
	height: 121px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0 0 5px 5px;
	z-index: 9;
}

.header-top2-blank {
	height: 121px;
}

.header {
	border-radius: 0 0 5px 5px;
	background: #004400;
}

.head-title-img {}

.head-title-img img {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	box-shadow: 0px 0px 20px #000;
	border-radius: 50%;
}

.header .logo-box {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 10px;
}

.header .logo-box.line {
	border-bottom: solid 1px #000;
}

.header .logo-box .logo {
	flex: 1;
}

.header .logo-box .logo img {
	width: auto;
	height: 60px;
}

.header .logo-box .bank {
	line-height: 1.5;
	font-size: 12px;
	color: #fff;
}

.header .logo-box .bank a {
	color: #fff;
}

.header .logo-box .bank img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.header .nav {
	color: #fff;
}

.header .nav ul {
	display: flex;
}

.header .nav ul li {
	flex: 1;
	text-align: center;
}

.header .nav ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
}

.header .nav ul li a:hover {
	background: #007e31;
}

@media screen and (max-width:720px) {
	.header .head-title-img img {
		left: 73%;
	}

	.header .logo-box {
		padding: 0 5px;
	}

	.header .nav {
		font-size: 12px;
	}
}

.news-box {
	display: flex;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	color: #fff;
}

.news-box .news-title img {
	width: 35px;
	height: 35px;
	margin-right: 5px;
}

.news-box .txtMarquee-left {
	flex: 1;
}

.box {
	margin: 5px 0 0 0;
	border-radius: 5px;
	overflow: hidden;
	background: #007e31;
}

.pad {
	padding: 4px 4px;
}

.subnav {
	border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 5px 0;
	background: rgba(253, 255, 201, 0.8);
}

.subnav ul {
	display: flex;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 2px 1px #78d186;
}

.subnav ul li {
	flex: 1;
}

.subnav ul li a {}

.subnav ul li img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:720px) {
	.subnav ul li img {
		width: 67.2px;
		height: auto;
	}

	.subnav ul {
		font-size: 15px;
	}
}

.url {
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}

.url dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.url dl dt {
	width: 100%;
	color: #ff0;
}

.url dl dd {
	width: 33.33%;
	color: #fff;
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

.yqlj a {
	text-decoration: none;
}

.yqlj a:hover {
	text-decoration: underline;
}

.yqlj {
	table-layout: auto;
	color: #000;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	background: #fff;
	border: 1px solid #007e31;
	border-style: dashed;

}

.yqlj td {
	font-weight: bold;
	border: 1px solid #fefefe;
	font-size: 18pt;
	padding: 4px 5px 3px 5px;
	white-space: nowrap;
}

.yqlj a {
	height: 35px;
	line-height: 32px;
	text-align: center;
	border: solid 1px #007e31;
	border-radius: 20px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 0px;
}

.post-list {
	text-align: center;
}

.post-list-tit-pic {
	margin-bottom: 6px
}

.post-list li {
	padding: 3px 3px;
	border-radius: 0px;
	background-color: #fff;
}

.post-list a {
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: solid 1px #ddd;
	border-radius: 8px;
	background: #eee;
	background-image: linear-gradient(to top, #fff, #eee, #fff);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.post-list a .ci {
	font-size: 20px;
}

.waibox {
	text-align: center;
	background: linear-gradient(to top, #9C27B0, #673AB7);
	line-height: 55px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

.waibox a:link {
	text-decoration: none;
}

.waibox .location_to {
	padding: 10px;
	background: beige;
	border-radius: 15px;
	color: #f44336;
	font-weight: 700;
	letter-spacing: 1px;
	box-shadow: 2px 2px 1px #f44336;
}

.yxym {
	background-color: #fff;
}

.yxym span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	line-height: 35px;
	border-bottom: 1px #000 solid;
}

.yxym span:nth-child(even) {
	width: 17%;
	text-align: center;
	border-right: 1px #000 solid;
}

.yxym span:nth-child(odd) {
	width: 83%;
	padding-left: 3px;
}

.yxym_head,
.foot {
	width: 100% !important;
	text-align: center;
	font-size: 16px;
}

.yxym_head {
	background-color: #008000;
	color: #fff;
}

.tie-con li {
	background-color: #fff;
	line-height: 35px;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

.tie-con2 li {
	line-height: 35px;
	border: 1px solid silver;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
}

.tiezi {
	background: url(/static/home/file/img1.png) bottom right no-repeat #fff;
}

.list-title {
	height: 40px;
	line-height: 40px;
	font-size: 16pt;
	text-align: center;
	border-bottom: 1px solid #738e9f;
	text-shadow: 1px 4px 1px #b99b5f;
	background: #fff;
	color: #000;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.stzt,
.lxsem,
.qwzt,
.ebzt,
.sbz,
.essm,
.csx,
.sbb,
.jxlw,
.ptyx {
	background-color: #fff;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px #e5e5e5 solid;
	font-weight: bold;
	font-size: 14pt;
}

.dgk_p {
	font-weight: bold;
	line-height: 40px;
	background-color: #fff;
}

.dgk_h {
	text-align: center;
	display: block;
	font-size: 20px;
	background-color: #FFFFCC;
	color: #f00;
}

.dgk_c2 span {
	display: block;
	border-bottom: 1px #e4e4e4 solid;
	color: #f00;
	font-size: 18px;
	padding-left: 3px;
}

.dgk_c2 span font:first-child {
	color: #000;
}

.dgk_c2 span:nth-child(4) {
	font-size: 14px;
}

.dgk_h2 {
	display: block;
	text-align: center;
	font-size: 18px;
}

.dgk_h2 span {
	font-size: 18px;
	color: #f00;
}

.ptlx-title span {
	background-color: #004400;
	color: #fff;
}

.ptlx span {
	background-color: #fff;
	border: 1px solid #004400;
	font-size: 18px;
}

.ptlx-title span,
.ptlx span {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}

.ptlx-title span:first-child,
.ptlx-title span:last-child,
.ptlx span:first-child,
.ptlx span:last-child {
	width: 20%;
}

.ptlx-title span:nth-child(2),
.ptlx span:nth-child(2) {
	width: 60%;
}

.amsites {
	border: 2px solid #ccc;
	background-color: #fff;
}

.amsites .btwcf {
	background-color: #000;
	font-family: 微软雅黑;
	text-align: center;
	font-size: 20pt;
	color: #c00;
	font-weight: 600;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.amsites ul {
	margin: 0;
	padding: 0;
}

.amsites li {
	text-align: center;
	list-style: none;
	width: 100%;
	border-top: 2px solid #ccc;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 18px
}

.amsites li a {
	text-decoration: none;
	line-height: 36px;
	color: #FF0000
}

.jxxy {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
	text-align: center;
	margin-bottom: 2px;
}

.jxxy span {
	display: block;
	border-bottom: 1px #ccc solid;
	color: #333;
	font-weight: bold;
}

.jxxy a {
	display: block;
	width: 100%;
}

.jxxy_qi,
.jxxy_ki {
	width: 20%;
	background: #004400;
	color: #fff !important;
}

.jxxy_yc {
	width: 60%;
	color: #000 !important;
	background: #fff;
}


.jxxy_qii {
	width: 100%;
	font-size: 15px;
	text-align: center;
	display: block;
	background: #fff;
	color: #ff0;
	font-weight: bold;
	line-height: 30px;
}

.zhtit span {
	display: inline-block;
	width: 16.66%;
	text-align: center;
	font-weight: bold;
	background: #000;
	color: #fff;
	border: 1px #ccc solid;
	line-height: 35px;
}

.zhjs span {
	background-color: #ceefdb;
	color: #000;
}

.tab-titles {
	list-style: none;
	padding: 0;
	display: flex;
	cursor: pointer;
}

.tab-titles li {
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 50%;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.tab-titles li.active {
	background-color: #fff !important;
	border-color: #ccc;
	color: #000;
}

.tab-contents .content {
	display: none;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: none;
}

.tab-contents .content.active {
	display: block;
}

.content h1,
.content h2 {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.tab-titles img {
	vertical-align: top;
}

.footer {
	padding-bottom: 40px;
	color: #fff;
	background: url(/static/home/file/foot-img.png) center bottom no-repeat;
}

.footer p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}