@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-25 10:19)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(../images/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/body_bg.png)/*tpa=http://old.chizhou.gov.cn/media/images/public/body_bg.png*/ #f5f5f5 center top no-repeat; min-width: 1200px;}
input,textarea,select,button,label{vertical-align:middle; 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; -webkit-transition: all 0.4s; transition: all 0.4s;}
a:hover{color:#045da6; text-decoration:none; -webkit-transition: all 0.4s; transition: all 0.4s;}
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{width: 1200px; margin: 0 auto;}
/*全局 end*/


/*选项卡上面 on*/
.m-tabstyle1{width: 100%; height: 40px; line-height: 40px; background: #f6f6f6; overflow: hidden;}
.m-tabstyle1 .hds{zoom:1;}
.m-tabstyle1 a{float: left; display: inline-block; padding: 0 23px; font-size: 16px; color: #545454;}
.m-tabstyle1 a.aon{background: #066fc6; color: #fff; font-weight: bold;}
.m-tabstyle2{width: 100%; height: 36px; line-height: 35px; border-bottom: 1px solid #ddd;}
.m-tabstyle2 a{float: left; display: inline-block; padding: 0 15px; font-size: 16px;}
.m-tabstyle2 a.aon{border-bottom: 2px solid #066fc6; color: #066fc6; font-weight: bold;}
.m-tabstyle3{width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd; background: url(../images/page_icon.png)/*tpa=http://old.chizhou.gov.cn/media/images/page/page_icon.png*/ left top no-repeat;}
.m-tabstyle3 a{float: left; display: inline-block; padding: 0 2px 0 23px; font-size: 18px;}
.m-tabstyle3 a.aon{color: #066fc6; font-weight: bold;}

.m-tabstyle4{width: 100%; height: 40px; line-height: 40px; background: url(../images/page_icon.png)/*tpa=http://old.chizhou.gov.cn/media/images/page/page_icon.png*/ #f6f6f6 left top no-repeat;}
.m-tabstyle4 a{float: left; display: inline-block; margin: 0 12px 0 18px; font-size: 16px;}
.m-tabstyle4 a.aon{color: #066fc6; font-weight: bold;}
/*选项卡上面 end*/

/*标题 on*/
.m-titlestyle1{width: 100%; height: 36px; line-height: 35px; border-bottom: 1px solid #ddd;}
.m-titlestyle1 a,.m-titlestyle1 span{display: inline-block; padding: 0 22px; font-size: 16px; color: #066fc6; font-weight: bold; float: left; border-bottom: 2px solid #066fc6;}
.m-titlestyle2{width: 100%; height: 40px; line-height: 40px; background: #f6f6f6;}
.m-titlestyle2 a,.m-titlestyle2 span{display: inline-block; padding: 0 23px; font-size: 16px; background: #066fc6; color: #fff; font-weight: bold; float: left;}
.m-titlestyle3{width: 100%; height: 40px; line-height: 40px; background: #f6f6f6;}
.m-titlestyle3 a,.m-titlestyle3 span{display: inline-block; padding-left: 12px; font-size: 16px; color: #066fc6; font-weight: bold; border-left: 4px solid #066fc6; float: left;}
/*标题 end*/

/*列表 on*/
.m-liststyle ul li{line-height: 33px; background: url(../images/public_icon.png)/*tpa=http://old.chizhou.gov.cn/media/images/public/public_icon.png*/ left -160px no-repeat;}
.m-liststyle ul li a{padding-left: 14px;}
.m-liststyle ul li span{font-size: 12px; color: #999; float: right;}
/*列表 end*/

/*滚动条样式 on*/
.scroll_absolute{position: absolute;}
.scroll_vertical_bar{position:absolute;top:0;right:0;width:6px; border-radius: 3px; overflow: hidden; height:100%;margin:0;padding:0;}
.scroll_track{position:relative;background:#f0f0f0;width:6px;}
.scroll_drag{position:relative;top:0;right:0;cursor:pointer;background:#d6d6d6;width:6px !important; border-radius: 3px; overflow: hidden;}
.scroll_arrow{text-indent:-20000px;display:block;cursor:pointer;background:#d6d6d6;}
/*滚动条样式 end*/

#qrcode img{margin: 5px auto; padding: 5px; display: block; border: 1px solid #ddd;}