@charset "gb2312";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2018-04-11 19:53)
*/

/*全局 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: 14px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color:#333; background:#f5f5f5; min-width: 1200px;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"Microsoft YaHei",微软雅黑;}
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:#e22929; text-decoration: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;}
* html .clearfix{zoom: 1;} /* IE6 */
*:first-child+html .clearfix{zoom: 1;} /* IE7 */
h1,h2,h3{font-weight: normal;}
.hidden{display: none;}
.is-main{margin: 0 auto; width: 1200px;}
/*全局 end*/

/*头部 on*/
.m-gov{margin: 0 auto; width: 1200px; height: 40px; line-height: 40px;}
.m-gov a.u-qzf{padding-left: 22px; background: url(../../images/section-sixteen/public/icon-gh.png) left center no-repeat;}
.u-time{margin: 0 20px 0 45px;}
.u-weather{margin-top: 7px;}
.m-banner{width: 100%; height: 186px; background: url(../../images/section-sixteen/public/bg-banner.png) center no-repeat;}
.g-banner{position: relative; margin: 0 auto; width: 1200px; height: 186px;}
.m-bnswf{position: absolute; left: 0; top: 0; width: 1200px; height: 186px;}
.m-search{position: absolute; right: 0; top: 67px; width: 271px; height: 35px;}
.u-searchtext{width: 198px; height: 33px; line-height: 33px; padding: 0 10px; border: 1px solid #ddd; background: #fff;}
.u-searchbtn{width: 50px; height: 35px; border: none; cursor: pointer; background: url(../../images/section-sixteen/public/icon-search.png) #c90b0b center no-repeat;}
.m-nav{width: 100%; height: 50px; line-height: 50px; background: #c90b0b;}
.g-nav{margin: 0 auto; width: 1200px; height: 50px;}
.g-nav ul li{float: left; width: 109px; text-align: center;}
.g-nav ul li a{display: block; font-size: 16px; color: #fff; font-weight: bold;}
.g-nav ul li a:hover{background: #fa2a2a;}
/*头部 end*/

/*底部 on*/
.is-footer{border-top: 2px solid #c90b0b;}
.m-footer{margin: 0 auto; width: 1200px; padding: 14px 0;}
.m-footer p{line-height: 26px; text-align: center; color: #666;}
.m-footer p a{color: #666;}
/*底部 end*/