@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {}

body {
	line-height: 1.5;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	background: #f0f5f9;
}

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: 0;
	border-spacing: 0;
}

.page {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 5px;
	border-left: solid 2px #0e7c0d;
	border-right: solid 2px #0e7c0d;
	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: 0 1px;
}

.nav2 ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #0e7c0d;
}

.nav2 ul li a:hover {
	background: #1E90FF;
}

@media screen and (max-width:720px) {
	.nav2 ul li a {
		height: 40px;
		line-height: 16px;
		padding-top: 4px;
		font-size: 14px;
	}

	.nav2 ul li a span {
		display: block;
	}
}

.nav-enter {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.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;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #0e7c0d;
}

.nav-enter ul li a.active {
	background: #1E90FF;
}

.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;
}

.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;
}

.lxzt,
.dxzt,
.csx,
.ptel,
.ptlx,
.ptyx,
.ptyw,
.essm,
.stzt,
.sxzt,
.qwzt,
.ebzt,
.zhjs,
.jsyt,
.jsex,
.jssx,
.jylx,
.dssx {
	text-align: center;
	line-height: 3;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.yxym {
	background: #000;
}

.yxym span {
	display: block;
	line-height: 2;
	font-weight: bold;
	color: #ff0000;
	padding-left: 5px;
}

.yxym_head {
	background-color: #ffff6e;
	text-align: center;
	color: #f00;
	padding-left: 0 !important;
}

.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;
	}
}