﻿/* CSS Document */
*{margin:0;padding:0;}
body{padding:0; margin:0;font-family: "Microsoft Yahei"; background:#f6f6f6;  -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
h1,h2,h3,h4,h5{font-family: "Microsoft Yahei";font-weight:normal;}
ol,ul,li,dl,dt,dd{list-style-type:none; list-style-image:none; list-style-position:outside; margin:0px; padding:0;}
table { border-collapse: collapse; border-spacing: 0;}
i,em{ font-style:normal;}
a{color: #333; text-decoration:none; outline:none;}
a:hover{ color:#2C99FF;}
img{border:0;}
.wrap{width: 980px;margin: 0px auto;clear: both;position: relative;}

/*header star*/
.headBox{display:block; width:100%; height:60px; line-height:60px; background:#333333; margin-bottom: 15px;}
.headBox .head{overflow:hidden; width:980px; margin:0 auto;}
.headBox .head .head_logo{float:left; display:block; width:120px; height:60px;}
.headBox .head .head_zy_tit{float:left; display:block; font-family:"微软雅黑"; font-size:30px; color:#f9fc02;}
.headBox .head .head_nav{ margin-left: 15px; width:510px; height: 60px; overflow: hidden; float: left;}
.headBox .head .head_nav a{float:left; display:block; padding:0 20px; font-size:18px; color:#fff; width:60px;margin-left: 1px; text-align: center;}
.headBox .head .head_nav .current{background:#030202;color:#FEFFBF;}
.headBox .head .head_nav a:hover{background:#030202; color:#FEFFBF;}
.headBox .head .head_search{ float: right; width: 200px;height: 30px;margin-top: 13px;}
.headBox .head .head_search form{line-height: 30px; display: block;}
.headBox .head .head_search .search_text{border: 1px solid #2DB870;width:153px;height: 28px;line-height: 28px;padding-left: 5px;border-radius: 3px 0px 0px 3px; display: block; float: left;}
.headBox .head .head_search .search_submit{background: #2DB870 url("../images/search.png") no-repeat scroll 8px 2px;display: block;width: 40px;height: 30px;float: right;border: medium none;border-radius: 0px 3px 3px 0px;}
.cl{ clear:both; height:0px; overflow:hidden; width:100%;}
.position{ height:32px;line-height:32px;width:490px;overflow: hidden; font-size: 12px; color: #868988; text-align: left;}
.position a{ color:#555;}
.position a:hover{ color:#f30;}
.position h1{display: inline;width: 100px;font-size: 16px;line-height: 16px;height: 16px;}
.position h1 a{display: inline;width: 100px;font-size:16px;line-height:16px;height:16px;}
/*footer star*/
.footer{width:100%; background:#333; text-align:center;font-size:14px; color:#999; line-height:34px; padding:20px 0; margin-top: 15px;}
.footer a{ color:#fff;margin:0 15px;}
.footer a:hover{ color:#2C99FF;}
.footer span{color:#00B586;font-size: 17px;}

/* */
.pre_nextBox{height:94px; line-height:94px; border-bottom:1px solid #e7e7e7; text-align:center; margin-bottom:65px;}
.pre_nextBox a{display:inline-block; width:33px; height:27px; text-align:center; line-height:28px; border:1px solid #e3e3e3; font-size:14px; color:#333; background:#fff; margin:0 2px;}
.pre_nextBox a.cur,.pre_nextBox a:hover{background:#00B586; border:1px solid #00B586; color:#fff;}
.pre_nextBox .pre ,.pre_nextBox .next{width:58px;}

.searchTip{height: 50px;line-height: 50px;color: red;text-align: center;}
.pages{ clear: both;margin-top:15px; color: #666;height: 30px;line-height: 30px;font-size: 14px; margin-left: 15px;}
.pages a{color:#666}
.pages a:hover{color:#E40000;}
.red{ color:red;}
.fl{ float: left;}
.fr{ float: right;}
.media{padding: 0; margin:15px auto;width: 980px;text-align: center;overflow: hidden;background:#fff;}