@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2019-04-22 14:15)
*/

/*全局 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; 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:#cd2014; 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;}
.f-bgn{background: none!important;}
.f-ml20{margin-left: 20px!important;}
.is-main{margin: 20px auto; width: 1200px;}
/*全局 end*/

/*头部 on*/
.m-gov{background: #ebebeb;}
.g-gov{margin: 0 auto; width: 1200px; height: 40px; line-height: 40px;}
.g-gov li{float: left; margin-right: 25px;}
.g-gov li a{color: #666;}
.g-gov .u-time{margin: 0 20px; padding-left: 25px; background: url(../images/public/icon-time.png) left center no-repeat;}
.g-gov .u-weather{width: 300px; overflow: hidden;}
.m-search{padding: 5px 0; height: 30px;}
.m-search .u-searchtext{padding: 0 5px; width: 176px; height: 28px; line-height: 28px; border: 1px solid #ddd; border-right: none; background: #fff;}
.m-search .u-searchbtn{width: 40px; height: 30px; border: none; cursor: pointer; background: url(../images/public/icon-search.png) #d72828 center no-repeat;}
.m-banner{background: url(../images/public/bg-banner.png) center no-repeat;}
.g-banner{margin: 0 auto; width: 1200px; height: 167px;}
.m-nav{background: #cd2014;}
.g-nav{margin: 0 auto; width: 1200px; height: 90px;}
.g-nav .u-home{display: block; padding: 50px 0 13px; width: 96px; font-size: 18px; color: #fff; text-align: center; background: url(../images/public/icon-nav.png) center 19px no-repeat;}
.g-nav ul{width: 1100px; padding: 4px 0;}
.g-nav li{float: left; padding-right: 1px; width: 179px; line-height: 41px; text-align: center; background: url(../images/public/bg-navli.png) right center no-repeat;}
.g-nav li a{display: block; font-size: 18px; color: #fff;}
.g-nav a:hover{background-color: #b7190e;}
/*头部 end*/

/*底部 on*/
.is-footer{border-top: 3px solid #cd2014;}
.m-footer{position: relative; padding: 15px 0 35px; margin: 0 auto; width: 1200px;}
.m-footer .u-ftfuns{height: 42px; line-height: 42px; text-align: center; color: #5e5e5e;}
.m-footer .u-ftfuns a{color: #5e5e5e;}
.m-footer p{line-height: 30px; text-align: center; color: #5e5e5e;}
/*底部 end*/