@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2019-03-26 11: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; 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:#0066cb; 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;}
/*全局 end*/

/*头部 on*/
.m-gov{height: 38px; line-height: 38px; background: #f5f5f5;}
.g-gov{margin: 0 auto; width: 1200px;}
.g-gov p{color: #666;}
.m-banner{height: 230px; background: url(../images/public/bg-banner.png) center no-repeat;}
.g-banner{position: relative; margin: 0 auto; width: 1200px; height: 230px;}
.m-bannerfla{position: absolute; left: 0; top: 0;}
.m-search{position: absolute; right: 15px; top: 79px; width: 388px;}
.m-time{height: 28px; line-height: 28px; color: #fff;}
.g-search{position: relative; height: 42px;}
.u-searchtext{padding: 0 85px 0 25px; height: 42px; line-height: 42px; width: 278px; background: rgba(255,255,255,.8); border: none; border-radius: 42px;}
.u-searchbtn{position: absolute; right: 0; top: 0; width: 75px; height: 42px; border: none; border-radius: 42px; background: url(../images/public/icon-search.png) #0066cb center no-repeat; cursor: pointer;}
.m-nav{height: 48px; border-bottom: 2px solid #0066cb;}
.g-nav{margin: 0 auto; width: 1200px;}
.g-nav li{float: left; width: 171px; line-height: 48px; text-align: center;}
.g-nav li a{display: block; font-size: 18px;}
.g-nav li a:hover{background: #0066cb; color: #fff;}
/*头部 end*/

/*底部 on*/
.is-footer{background: #0066cb; border-top: 1px solid #3385d5;}
.m-footer{position: relative; padding: 17px 0; margin: 0 auto; width: 1200px;}
.m-footer p{line-height: 32px; color: #fff; text-align: center;}
#_ideConac{position: absolute; left: 220px; top: 9px;}
/*底部 end*/
/*share*/
.share-main{position: relative; width: 102px; height: 24px;}
.share-bar a{margin-left: 10px; float: left; display: block; width: 24px; height: 24px; background-image: url(../images/public/icon-share.png);}
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; right: 0; display: none; background: #fff;}
.weixin-wrap{position: relative; padding: 10px; width: 234px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}
