@charset "utf-8";
/*reset.css*/
/*
html,body,div,ul,ol,li,p,span,h1,h2,h3,h4,h5,h6,strong,input,i,em,a,body,dl,dt,dd,form,table,tr,th,td,img{padding: 0; margin:0; font:'Microsoft yahei', tahoma, helvetica, sans-serif;}
html,body{font: 14px/1.5 'Microsoft yahei', tahoma, helvetica, sans-serif; color: #333; background: #fff;}
textarea,input{font-family:'Microsoft yahei';}
em,i{font-style: normal;}
a{text-decoration: none;}
li{list-style: none;}
table{width: 100%;}
img{border:0;}
ul, ol, li {
    list-style: outside none none;
}
*/
/*reset.css*/



/*主体样式*/
.main{width: 1200px; margin:0 auto;}
.w-red{color:#c81623;}
.w-blue{color:#2f73ba;}
.gov-red{color: #ed0000;}
/*主体样式 end*/

/*定位*/
.pos-f{position: fixed;}
.pos-a{position: absolute;}
.pos-r{position: relative;}
/*定位 end*/

/*显示形式*/
.dn{display: none;}
.db{display: block;}
.dib{display: inline-block;}
/*显示形式end*/

/*浮动*/
.fl{float: left;}
.fr{float: right;}
/*浮动 end*/

/*内容*/
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}
/*内容 end*/

/*清除样式*/
.clear{clear: both;}
/*清除样式 end*/



/*边距*/
/*内边距*/
.p-5{padding: 5px;}
.p-15{padding: 15px;}


/*外边距*/
.mr-10{margin-right: 10px;}
.mr-20{margin-right: 20px;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-35{margin-left: 35px;}

/*边距 end*/


/*宽度*/
.w-40{width: 40px;}
.w-80{width: 80px;}
.w-100{width: 100px;}
.w-130{width: 130px;}
.w-150{width: 150px;}
.w-185{width: 185px;}
.w-200{width: 200px;}
.w-240{width: 240px;}
.w-370{width: 370px;}
.w-410{width: 410px;}


/*高度*/
.h-5{height: 5px;}
.h-10{height: 10px;}
.h-15{height: 15px;}
.h-20{height: 20px;}
.h-150{height:150px;}
.h-200{height: 200px;}
/*高度 end*/



/*字体大小(px为单位以整数偶数  且大于12px)*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz24{font-size: 24px;}
.fz30{font-size: 30px;}
/*字体大小 end*/

/*字体颜色*/
.black{color: #000;}.white{color: #fff;}.c3{color: #333;} .c5{color: #555;}.c6{color: #666;}.c9{color: #999;}.cc{color: #ccc;}

/*字体颜色 end*/



/*背景颜色*/
.bg-white{background-color:#fff;}
.bg-all-blue{background-color: #2f73ba;}
.bg-f6{background: #f6f6f6;}
/*背景颜色 end*/

/* 无边 */
.b0{border:0px !important;}
/*按钮*/
.btn{border:0; cursor:pointer;}
.blue-s-btn{padding: 0 8px; line-height: 28px; color: #fff; min-width: 70px; background: #2f73ba;}
/*按钮 end*/

/*文本框*/
.txt-box{border:1px solid #d6d6d6; padding: 3px;}
/*文本框end*/



/* 浮动 */
.fixed{position:fixed;}

