body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font: 16px "Microsoft Yahei";
	-webkit-text-size-adjust: 100%;
	color: #333;
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #1b7ee3;
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

/* ===================================================================================================================================================================== */

@font-face {
	font-family: myFirstFont;
	src: url('汉仪粗宋简.ttf')
}

.logo-wrap {
	width: calc(100% - 32px);
	margin: 0 auto;
	padding: 40px 0 10px;
}

.logo-wrap .toggle-l {
	float: right;
	position: relative;
	z-index: 100;
	margin-top: 1%;
}

.logo-wrap .logo-ttf {
	text-align: center;
	font-family: myFirstFont;
	color: #d00000;
	font-size: 30px;
}

.seach-wrap {
	padding-top: 24px;
	padding-bottom: 5px;
}

.sc-bj {
	width: calc(100% - 32px);
	margin: 0 auto;
	height: 38px;
	background: #f8f8f8;
	border: 2px solid #d2d2d2;
	border-radius: 30px;
}

.sc-bj .inp-l {
	float: left;
	width: 85%;
}

.sc-bj .inp-l input {
	height: 38px;
	width: 100%;
	border: none;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	text-indent: 1.5em;
	border-radius: 30px;
	outline: none;
	background-color: #f8f8f8;
}

.sc-bj .inp-btn-r {
	float: right;
	margin-right: 10px;
}

.sc-bj .inp-btn-r img {
	margin-top: 5px;
}

.interval {
	height: 7px;
	background: #f4f4f4;
	margin: 10px 0;
}

.cho-nav {
	width: calc(100% - 32px);
	margin: 0 auto;
	overflow: hidden;
}

.cho-nav .com {
	padding-right: 20px;
	float: left;
}

.cho-nav .com .list-btn {
	position: absolute;
	width: 100%;
	left: 0;
	background: #fff;
	border-top: 1px solid #adadad;
	z-index: 99;
	padding: 5px 0px;
	margin: 10px 0;
	display: none;
}


.cho-nav .com.active .list-btn {
	display: block;
}

.cho-nav .com.none .list-btn {
	display: none;
}

.cont-wrap.active:after {
	content: '';
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.cho-nav .com .list-btn div {
	width: 23%;
	float: left;
}

.cho-nav .com .list-btn button {
	display: inline-block;
	padding: 1px 10px;
	margin: 10px 0px 10px 16px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: #000;
	background: transparent;
	font-size: 16px;
}

.cho-nav .com .list-btn .active button {
	border: 1px solid #1A6EFE;
	border-radius: 10px;
	color: #1A6EFE;
	background: transparent;
	font-size: 16px;
}

.cho-nav .com .list-btn p {
	display: inline-block;
	padding: 1px 10px;
	margin: 10px 0px 10px 16px;
	border: 1px solid transparent;
	border-radius: 50px;
	color: #000;
}

.cho-nav .com .list-btn .active p {
	border: 1px solid #1A6EFE;
	border-radius: 10px;
	color: #1A6EFE;
}

.cont-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cont-wrap a {
	padding: 0 16px;
	display: block;
}

.cont-wrap .lb-wrap {
	height: 104px;
	border-bottom: 1px dashed #d2d2d2;
	position: relative;
}

.cont-wrap .lb-wrap .bt {
	font-size: 16px;
	margin: 10px 0 5px 0;
	width: 100%;
	height:23px;
	overflow: hidden;
}

.cont-wrap .lb-wrap .bt-nr {
	font-size: 14px;
	color: #999999;
	height: 40px;
	overflow: hidden;
}

.cont-wrap .lb-wrap .ywwj {
	position: absolute;
	left: 0;
	bottom: 14px;
	width: auto;
	display: inline-block;
	line-height: 18px;
	height: 20px;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #f37766;
	color: #f37766;
	border-radius: 20px;
	text-align: center;
}

.cont-wrap .lb-wrap .rq {
	position: absolute;
	right: 0;
	bottom: 14px;
	font-size: 14px;
	color: #a9a9a9;
}


/* 导航样式 */
.header-img {
	text-align: center;
	padding: 30px 0 0;
}

.header-img .hr-box {
	height: 1px;
	border-bottom: 2px solid #eee;
	margin: 20px 10px 0;
}

.header-img .nav-title p {
	background: url(../images/icon.png) no-repeat;
	padding: 20px 0 10px;
	background-size: 25px;
	text-align: left;
	background-position: 3% 70%;
	font-size: 20px;
	font-weight: bold;
	text-indent: 40px;
}

.header-box:after {
	left: 0;
	opacity: 0;
}

.header-box.active:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	width: 125%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.header-box.active {
	left: 0%;
}
.header-box .com.active {
	max-height: calc(50vh);
	overflow: auto;
}


.header-box {
	width: 80%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	max-width: 100%;
	transition: transform .4s ease;
	background: #fff;
	left: -80%;
}

.header-box .com .ztree {
	display: none;
}

.header-box .com.active .ztree {
	display: block;
	margin-left: 7%;
}

.header-box .com p {
	background: url(../images/left.png) no-repeat;
	font-size: 16px;
	padding: 10px 20px;
	background-size: 20px;
	background-position: 2% 50%;
	text-indent: 10px;
}

.header-box .com.active .com-title {
	background: #EAEAEA;
}

.header-box .com.active p {
    font-size: 16px;
    padding: 10px 20px;
    background: url(../images/bottom.png) no-repeat;
    background-size: 20px;
    background-position: 2% 50%;
    text-indent: 10px;
}

/* 时间选择 */
.cho-nav .com.active .list-btn .active .list {
	display: inline-block;
	position: absolute;
	bottom: -38px;
	width: 100%;
	left: 0;
	background: #fff;
	height: 50px;
}

.cho-nav .com .list-btn .list {
	display: none;
}

.cho-nav .com .list-btn .list .time-btn {}

#select_1 {
	margin-left: 16px;
}

#select_1,
#select_2 {
	width: 34%;
	height: 25px;
}


/* 分页 */
.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pager {
	padding: 20px 0;
	max-width: 800px;
	text-align: center;
	display: inline-block;
}

.pager a {
	cursor: pointer;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 40px;
	height: 35px;
	border: 1px solid #EBEBEB;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 35px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 2px;
	border-radius: 6px;
}

.pager a:hover,
.pager span:hover {
	border-color: #3897cd;
	color: #3897cd;
	position: relative;
	z-index: 1;
}

.pager span.current {
	background-color: #1A6EFE;
	color: #fff;
	border-color: #EBEBEB;
	position: relative;
	z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: white url(../images/page_bg.jpg) 8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: white url(../images/page_bg_hover.jpg) 8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
	background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
	background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
	background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image: url(../images/page_bg.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}

/* ==========footer css========== */

.footer {
	background-color: #fff;
	font-size: 14px;
	border-top: 4px solid #496FB0;
}

.footer .footer-grid {
	padding: 20px 0;
	text-align: center;
	line-height: 200%;
}

.footer .footer-grid .bqxx {
	padding-bottom: 15px;
	padding-top: 10px;
}

.footer .footer-grid .bqxx span.beian {
	display: inline-block;
}

.footer .footer-grid .biaozhi {
	position: static;
	width: auto;
	margin-top: 0;
}

.footer .footer-grid .menu a {
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	color: #015293;
}

.footer .footer-grid .bqxx span {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	color: #000;
}

.footer img {
	border-style: none;
	vertical-align: middle;
}

/* 顶部返回 */
.target {
	width: 100%;
	height: 50px;
	background: #ebebeb;
	position: relative;
}

.target-l {
	width: 24px;
	height: 10px;
	position: absolute;
	top: 12px;
	left: 16px;
}

.target-r {
	line-height: 50px;
	width: 100%;
	font-size: 20px;
	text-align: center;
}

/* 关闭按钮 */
.close {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 80%;
	bottom: 0;
	width: 125%;
	height: 100%;
	opacity: 1;
	display: none;
}

.close-content {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.close.in {
	display: block;
}

.close-content.active {
	display: block;
}


.content-box {
	position: relative;
}


/* 导航 */



/* 动画属性 */
@keyframes myfirst {
	0% {
		height: 0px;
	}

	100% {
		height: 100%;
	}
}

