@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank); background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0; font-size: 12px;font-family: "新宋体" ;color:#333; min-width: 1140px;background:#ebf5ef url(../images/public/bj.png) no-repeat center top;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"新宋体";}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none;}
a:hover{color:#3899d0; text-decoration:none;}
h3 a:hover span{color:#cc0600; text-decoration:none;}
input{border: none;background: none;}
button{border: none;background: none;}
a img{border:none;}
.fl{float:left;}
.fr{float:right;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
li{vertical-align: top;}
img{vertical-align: top;}
ul{zoom: 1;}
.hidden{display: none;}
/*全局 end*/



/*头部 on*/
.is-header{width: 100%;background: url(../images/public/banner.jpg) no-repeat center top;}
.m-banner{width: 1140px;margin: 0 auto;height: 195px;}
.m-nav{width:100% ;height: 46px; line-height: 46px;background: #3899d0 url(../images/public/nav.png) no-repeat center center;}
.m-nav ul.nav{width: 1140px;margin: 0 auto;position: relative;z-index: 1;}
.m-nav li.nLi{float: left;text-align: center;}
.m-nav li.nLi h3{font-size:14px;font-weight:normal;cursor: pointer;width: 126px; height: 46px;}
.m-nav li.nLi h3 a{width: 126px; height: 46px;display:block;}
.m-nav li.nLi ul{position: absolute;top: 40px;left: 0;background: #e6f3fa;width: 100%;z-index: 999;display: none;}
.m-nav li.nLi ul.current{display: block;}
.m-nav li.nLi ul li{height:35px;line-height:35px;float:left;margin:0 10px;}
.m-nav li.nLi ul a{display: block;}

/*时间 天气 搜索*/
.m-sts{height: 45px;line-height: 45px;background: #fff;font-size: 12px;color: #666;border-bottom: 1px dashed #baceba;}
.m-sts .sts-box{width: 1140px;margin: 0 auto;}
.m-sts .u-time{margin-right: 20px;height: 45px;overflow: hidden;}
.m-sts .u-search{width: 227px; height: 26px;  background: url(../images/home/search.png) no-repeat; position: relative;margin:8px 0 0 0;}
.m-sts #search{position: absolute; left: 0; top: 0; width: 170px; height: 26px; line-height: 26px;margin-left: 10px; border: none; background: none;}
.m-sts #subm{width: 41px; height: 26px; position: absolute; top: 0; right: 0; border: none; cursor: pointer;background: none;}
/*头部 end*/


/*底部 on*/
.is-footer{width: 100%; margin-top: 20px;padding-bottom: 50px;}
.m-footer{width: 100%;position: relative;}
.m-footer p{text-align: center; font-size: 12px;  color: #383838;line-height: 25px;}
.m-footer p a{ color: #383838;font-size: 12px; }
#_ideConac{position: absolute; left: 50%; top: 55px;margin-left: -40px;}
#_span_jiucuo{position: absolute; right: 110px; top: 40px;}
#cnzz_stat_icon_1273852275{position:absolute;top:30px;}


/*底部 end*/