@charset "utf-8";
/* reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 清除浮动 */
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .h {
 *zoom:1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
/* 通用 */
body, button, input, select, textarea {
	font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
	color: #333;
}
.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
/* 链接 */
a {
	color: #252525;
	text-decoration: none;
}
a:hover {
    color: #4464c3;
    text-decoration: none;
}
a:active {
	outline: none;
}
/* nav */
.nav li, .nav dt, .nav dd {
	float: left;
	position: relative;
}
.nav a {
	display: inline-block;
}
.nav dt {
	font-weight: bold;
}
/* tab */
.tab {
	display: block;
}
.tab li {
	float: left;
}
.tab li a {
	display: block;
}
/* list */
.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}
.list-t, .list-a, .list-p, .list-b-t, .list-p-t, .list-p-t li, .list-r {
	overflow: hidden;
	zoom: 1;
}
.list-t li, .list-a li, .list-p li, .list-b-t li, .list-p-t li, .list-r li {
	position: relative;
	line-height: 1.5;
}
.list-t li a {
    font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li a:hover {
	text-decoration: underline;
}
.list-t li span.tag {
	margin-right: 5px;
}
.list-t li span.date {
	position: absolute;
	top: 0;
	right: 0;
}
.list-p li {
	text-align: center;
}
.list-a li a {
	display: inline-block;
}
/* 自定义 */
html {
	
}
body {
	min-width: 1000px;
	font-family: microsoft yahei, simhei;
	font-size: 14px;
	
}
.ht {
	height: 40px;
	line-height: 40px;
	background: #fff url(../images/zt_images/2017/ht.png) bottom repeat-x;
}
.ht p a {
	margin: 0 10px;
}
.inner {
	width: 1190px;
	margin: 0 auto;
}
.header h1 {
	float: left;
	width: 640px;
	height: 150px;
	background: url(../images/zt_images/2017/logo.png) center no-repeat;
}
.header .search {
	float: right;
	width: 375px;
	height: 30px;
	margin: 50px 0 0;
	padding: 5px 0;
	position: relative;
}
.search input, .search button {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
.search input {
	width: 208px;
	height: 20px;
	line-height: 20px;
	padding: 4px 4px 4px 26px;
	border: 1px #fff solid;
	background: #fff url(../images/zt_images/2017/search2.png) 5px 50% no-repeat;
	outline: none;
}
.search button {
	width: 60px;
	height: 30px;
	border: none;
	background: #a5241c;
	color: #fff;
	cursor: pointer;
	text-align: center;
	margin-left: -1px;
	font: bold 14px/30px microsoft yahei;
}
.search .btn {
	float: left;
	display: inline-block;
	width: 70px;
	height: 30px;
	background-color: #024585;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-left: 2px;
	vertical-align: middle;
	font-weight: bold;
}
.nav {
	width: 1190px;
	height:60px;
	margin: 0 auto;
	background-color: #2c93f2;
}
.nav ul {
	position: relative;
	overflow: hidden;
	width: 1190px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0;
}
.nav li {
	width: 196px;
	border-left: 2px solid #6cb4f6;
	margin-left: -2px;
	line-height: 20px;
	text-align: center;
}
.nav li a {
	position: relative;
	display: block;
	font: bold 18px/20px microsoft yahei, simhei;
	color: #fff;
}
.nav li.current a {
	color: #ff0;
}
.nav li a::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 30%;
	width: 40%;
	height: 4px;
	background: rgba(255,255,255,.5);
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.nav li.current a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.footer {
	font-size: 16px;
	padding: 40px 0;
	background-color: #3151a8;
	color: #fff;
}
.footer h3 {
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 16px;
}
.footer a {
	color: #fff;
}
.footer .inner > div {
	margin: 0 26px;
	line-height: 24px;
}

.sitemap {
	width: 130px;
}
.sitemap ul {
	margin-left: -10px;
}
.sitemap li {
	width: 60px;
	margin: 0 0 0 10px;
	line-height: 24px;
}
.content {
	width: 1190px;
	margin: 0 auto;
}
.w260 {
    width: 260px;
}
.w880 {
    width: 880px;
}

.red {
    color: #d50100;
}
.w480 {
    width: 480px;
}
.w400 {
    width: 400px;
}
.w350 {
    width: 350px;
}
.w408 {
    width: 408px;
}
.w515 {
    width: 515px;
}
.mr20 {
    margin-right: 20px;
}
.w370 {
    width: 370px;
}



.wmh .qr1 {
  display:none;
  width:120px;
  height:120px;
  position:absolute;
  top:40px;
  right:380px;
  z-index: 999;
}
.wmh .qr1 img{
  width:120px;
  height:120px;
  }
.wmh:hover .qr1 {
  display:block;
}
  /*专题返回首页*/
    .navs{
    width: 1200px;
    height: 50px;
   margin: 0 auto 10px;
  }
  .navs  .fh{
    float: right;
    display: block;
    height: 50px;
    width:140px;
    background: #fff url(../images/zt_images/back.png) 100% no-repeat;
   
  }
/*分页*/
.pages {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}

.pages a {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #f8f8f8;
    border-radius: 2px;
}

.pages a:hover,.pages a.current {
    border-color: #06b;
    background-color: #06b;
    color: #fff;
    position: relative;
}

.pages span {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 2px;
}

.pages select {
    border: 1px #d2d2d2 solid;
    padding: 4px;
}
/* 外链跳转字体颜色 */
#myModal{
	color:#000 !important;
}

