@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	background: url(/static/home/file/l19.png);
}

body {
	line-height: 1.5;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

i {
	font-style: normal;
}

input,
select,
button,
textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 100%;
	color: inherit;
	border: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	-webkit-appearance: none;
}

ol,
ul {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.page {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 5px;
	box-sizing: content-box;
	background: #fff;
}

.n {
	display: none;
}

.topfix {
	padding: 5px 4px;
	max-width: 720px;
	background: #fff;
}

.nav2 {
	font-size: 16px;
}

.nav2 ul {
	display: flex;
	justify-content: space-between;
}

.nav2 ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 1px;
}

.nav2 ul li a {
	display: block;
	padding: 3px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: #0a5cda;
}

.nav2 ul li a:hover {
	background: #f00;
}

@media screen and (max-width:720px) {
	.nav2 ul li a {
		padding: 3px;
		font-size: 14px;
	}

	.nav2 ul li a span {
		display: block;
	}
}

.nav-enter {
	margin-top: 5px;
	background: #000;
}

.nav-enter ul {
	display: flex;
	justify-content: space-between;
}

.nav-enter ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 1px;
}

.nav-enter ul li a {
	display: block;
	text-align: center;
	background: none;
}

.nav-enter ul li a:hover {
	background: none;
}

.nav-enter ul li img {
	vertical-align: middle;
}

#topfix[data-fixed="fixed"] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin: auto;
	max-width: 730px;
	background: #fff;
}

.jjtz34 {
	cursor: pointer;
	padding: 10px 0;
	border: solid 10px #008000;
	background: #fff;
	font-family: '微软雅黑';
	font-size: 13pt;
	text-align: center;
	color: #000;
	font-weight: 700;
	text-align: center;
}

.jjtz34 .jjtz34-tit {
	font-size: 19pt;
	color: #22ac38;
}

.jjtz34 .jjtz34-box {
	padding: 5px 0 8px 0;
	font-weight: normal;
}

.jjtz34 .jjtz34-box font {
	text-decoration: underline;
	font-weight: bold;
}

.jjtz34 .jjtz34-btn {
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	background: #008000;
}

.jjtz34:hover .jjtz34-btn {
	background: #008000;
}

.slhz td {
	border: solid 1px #000;
	padding: 6px;
}

.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;
}

.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;
}

.box_adv a {
	display: block;
	text-align: center;
	border: 2px #000 solid;
	font-weight: bold;
}

.box_adv a img {
	display: inline-block;
	width: 50px;
	vertical-align: bottom;
}

#wzzz ul li:nth-child(odd) {
	border-right: 1px solid #DDDDDD;
}

#wzzz {
	width: 100%;
	height: 360px;
}

#wzzz ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
	box-sizing: border-box;
	list-style: none;
}

#wzzz #wztp {
	height: 50px;
	float: left;
	margin-left: 10px;
}

#wzzz #wztp img {
	height: 100%;
	margin-top: 5px;
}

#wzzz #wzwzz {
	float: left;
	margin-left: 20px;
	text-align: center;
}

#wzzz #wzwzz .wzz1 {
	margin: 0;
	margin-top: 10px;
	color: black;
	font-size: 18px;
}

#wzzz #wzwzz .wzz2 {
	margin: 0;
	font-size: 12px;
	color: #808080;
}

.lxsbm {
	text-align: center;
	line-height: 2;
	font-size: 18px;
	font-weight: bold;
}

.lxsbm span {
	display: block;
}

.lxsbm1 {
	background: brown;
	color: #ffff6e;
}

.tie-con a {
	display: block;
	line-height: 3.5;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	padding-left: 10px;
}

.csx,
.ptlx,
.essm {
	line-height: 2 !important;
}

.wbox {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.tuku ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tuku ul li {
	width: 26%;
	margin: .22rem;
	text-align: center;
}

.tuku ul li img {
	width: 100%;
	height: 85px;
	border: 0;
	margin: 8px 0;
}

#tanxpg-black {
	display: none;
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	overflow: hidden;
	_position: relative;
	position: fixed;
	z-index: 10000;
	left: 0px;
	top: 0px;
}

.tan02133-box {
	text-align: left;
	padding: 10px;
}

.tan02133-box img {
	max-width: 100%;
	max-height: 720px;
	height: auto;
}

#tan33333-black {
	display: table;
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	overflow: hidden;
	_position: relative;
	position: fixed;
	z-index: 10000;
	left: 0px;
	top: 0px;
}

@media screen and (min-width: 320px) {
	#tan33333-out {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (min-width: 360px) {
	#tan33333-out {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (min-width: 400px) {
	#tan33333-out {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (min-width: 440px) {
	#tan33333-out {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (min-width: 480px) {
	#tan33333-out {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (min-width: 640px) {
	#tan33333-out {
		font-size: 16px;
		line-height: 24px;
	}
}

#tan33333-out {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	_position: fixed;
	_top: 50%;
	_left: 50%;
}

#tan33333-out p {
	margin: 0 auto;
}

#tan33333-out img {
	border: 0;
}

#tan33333-con {
	color: #444;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	display: inline-block;
	_position: relative;
	_top: -50%;
	_left: -50%;
}

.tan33333-tit {
	line-height: 1.5em;
	padding: 0.5em 0.7em;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #f5f5f5;
}

.tan33333-tit img {
	width: 26px;
	height: 26px;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.tan33333-close {
	float: right;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	cursor: pointer;
}

.tan33333-close:hover {
	background-position: 0 -34px;
}

.tan33333-box {
	text-align: left;
	padding: 10px;
}

.tan33333-box img {
	max-width: 100%;
	height: auto;
}

.tdzt,
.dssx,
.bzjx,
.cxqd,
.sjg,
.sbzt,
.lxzt,
.wxzt,
.qwzt {
	text-align: center;
	line-height: 2.5;
	font-size: 16px;
	border-bottom: 1px solid #000;
}

.white-box {
	margin-top: 3px;
	border-radius: 5px;
	border: solid 1px #ddd;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cgi-foot {
	padding: 20px 0;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.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;
}

#tabzzhlbw01 .zzhlzmmenu {
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
}

.zzhlzm-list p {
	font-family: 楷体;
	border: 1px #000 solid;
	line-height: 30px;
	margin: 1px 0;
}

#tabzzhlbw01 .zzhlzmmenu ul {
	display: flex;
	justify-content: space-between;
}

#tabzzhlbw01 .zzhlzmmenu li {
	width: calc(33.33% - 5px);
	box-sizing: border-box;
	background: #eee;
	cursor: pointer;
}

#tabzzhlbw01 .zzhlzmmenu li span {
	font-size: 15px;
}

#tabzzhlbw01 .zzhlzmmenu li.hover {
	color: #fff;
}

#tabzzhlbw01 .zzhlzmmenu li.hover span {
	display: block;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmam {
	background: #090;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmxg {
	background: #f00;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmtw {
	background: #00f;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmxc {
	background: #FF00FF;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmwu {
	background: #ff5b5b;
}

#tabzzhlbw01 .zzhlzmmenu li.hover .zzhlzmliu {
	background: #6300c7;
}

.cgi-gsb-tit {
	height: 20px;
	line-height: 20px;
	margin-right: 8px;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background: #FF0000;
	display: inline-block;
}

.yxym {
	text-align: center;
}

.sxym_yc {
	display: flex;
	background-color: #006666;
	color: #fff;
	line-height: 32px;
}

.sxym_yc span:nth-child(1) {
	width: 23%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.sxym_yc span:nth-child(2) {
	width: 54%;
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #ddd;
}

.sxym_yc span:nth-child(3) {
	width: 23%;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.yxym_head {
	display: block;
	background-color: #006666;
	color: #fff;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
}

.zhtq {
	border: 1px #ddd solid;
	font-weight: bold;
}

.jxzt {
	line-height: 2;
	text-align: center;
}

.zhjx {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px #ddd solid;
}

.zhjx div:first-child {
	border-right: 1px #ddd solid;
}

.zhjx div {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (max-width: 720px) {
	.page {
		padding: 0;
		border: 0;
	}
}

.header {
	width: 100%;
	height: 60px;
	max-width: 730px;
	font-size: 14px;
	color: #fff;
	background: #8A2BE2;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}

.header a {
	color: inherit;
	text-decoration: none;
}

.header a:hover {
	color: #ff0;
}

.header .header-l {
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	font-family: 楷体;
	font-size: 20px;
	display: inline-flex;
	flex-direction: column;
}

.header .header-r a {
	padding: 5px;
	display: inline-block;
	border: solid 1px rgba(255, 255, 255, .5);
	border-radius: 8px;
}

.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;
}

.content {
	margin-top: 10px;
	padding: 5px;
	border: solid 1px #8A2BE2;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px 5px #8A2BE2;
}

.nrtxt {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dashed 1px #8A2BE2;
	max-width: 500px;
}

.nrts {
	color: #d2b335;
	border-bottom: dashed 1px #8A2BE2;
	max-width: 500px;
	padding: 10px 0;
}

.nrz {
	line-height: 2;
}

.title {
	font-size: 13pt;
	padding: 4px 8px;
	color: #666;
	background-color: #fbfbfb;
	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f8f8f8));
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.cont {
	text-align: center;
	color: #7b7a7a;
	line-height: 1.6;
	font-size: 15px;
}