@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-08-03 17: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: url(../images/public/bg-body.png) #f9fdfe center 32px no-repeat; min-width: 1040px;}
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:#0060bf; text-decoration:none;}
a img{border:none;}
h1,h2,h3{font-weight: normal;}
.f-fl,.fl{float: left;}
.f-fr,.fr{float: right;}
.f-clear,.clear{margin: 0; overflow: hidden; visibility: hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.f-clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .f-clearfix{zoom: 1;} /* IE6 */
*:first-child+html .f-clearfix{zoom: 1;} /* IE7 */
.f-dn{display: none;}
.is-main{margin: 0 auto; width: 1040px;}
/*全局 end*/

/*头部 on*/
.m-gov{background: #fbfdfe;}
.g-gov{margin: 0 auto; width: 1040px; height: 32px; line-height: 32px;}
.g-gov,.g-gov a{font-size: 12px;}
.m-banner{position: relative; margin: 0 auto; width: 1040px; height: 194px;}
.m-banner img.u-banner{display: block; width: 1040px; height: 194px;}
.m-banner ul{position: absolute; right: 0; top: 37px;}
.m-banner ul li{float: left; margin-left: 24px;}
.m-banner ul li img{display: block; width: 97px; height: 121px;}
.m-nav{margin: 0 auto; width: 1040px; height: 45px; background: #0060bf; overflow: hidden;}
.m-nav ul{zoom: 1; width: 110%;}
.m-nav li{float: left; line-height: 45px; text-align: center; width: 129px; border-right: 1px solid #0078e5;}
.m-nav li a{display: block; font-size: 16px; font-weight: bold; font-family: "Microsoft YaHei",微软雅黑; color: #fff; border-right: 1px solid #0051a9;}
.m-nav li.u-nbd,.m-nav li.u-nbd a{border: none;}
.m-nav li a:hover{background: #02509e;}
/*头部 end*/

/*底部 on*/
.is-footer{margin: 10px auto 0; width: 1040px; background: #e8e8e8; border-top: 3px solid #0060bf;}
.m-links{padding: 11px 0; height: 21px;}

.u-links{margin-left: 15px; width: 156px; height: 21px; background: url(../images/public/bg-link.png) #fff 137px center no-repeat;}
.u-links dl{position: relative; z-index: 2;}
.u-links dl dt{padding-left: 13px; line-height: 19px; cursor: pointer; color: #666; border: 1px solid #ddd; font-size: 12px;} 
.u-links dl dd{position: absolute; top: 21px; left: 0; display: none; width: 145px; max-height: 96px; background: #fff; padding: 7px 5px; overflow-y: auto;}
.u-links dl dd ul li{line-height: 24px;}
.u-links dl dd ul li a{display: block; padding: 0 12px; font-size: 12px;}
.u-links dl dd ul li a:hover{background: #c0ddfb;}
.m-footer{padding: 10px 0;}
.m-footer p{text-align: center; line-height: 22px; font-size: 12px;}
/*底部 end*/