
/************************************公用调用样式**************************************************************************/
/*标签样式*/
body{font-family: "微软雅黑"; width:100%;  min-width: 1200px;}
ul{padding:0; margin: 0; }
ul li{ list-style-type:none; font-size: 14px;}
h1{font-size: 35px;}
h2{font-size: 30px;}
h3{font-size: 25px;}
h4{font-size: 18px; margin:24px 0!important; }
h5{font-size: 16px;}
h6{font-size: 14px;}
a{text-decoration: none;  }

/*自定义    直接调用即可使用的样式     调用形式：class="btn btn_blue"*/ 
/*按钮样式*/
.btns{ color: #fff; padding:0;  border-radius: 5px;   display: inline-block; text-align: center; cursor: pointer;}
.btns_blue{ background: #3177c5 !important;}
.btns_blue:hover{ background: #024692 !important; color: #fff; }
.btns_orange{background: #f26432 !important;}
.btns_orange:hover{background: #ce3d0b !important; color: #fff; }
.btns_hui{ background: #777 !important;}
.btns_hui:hover{ background: #777 !important; color: #fff; }
.btns_gray{background: #999 !important; }
.btns_gray:hover{background: #605e5e !important; color: #fff;} 
.btns_29aae4{background: #29aae4 !important; color: #fff !important;  }/*浅蓝*/
.btns_29aae4:hover{background: #0c82b6 !important; color: #fff !important;}   
.btns_f7983a{background: #f7983a !important; color: #fff !important;  }/*浅橘黄*/
.btns_f7983a:hover{background: #ba5f05 !important; color: #fff !important;}  


/*小图标*/
i{  width: 16px; height: 16px;  background-size: 16px 16px; float: left; margin: 5px 5px 0 0;}
.img_09{background:url(../images/login/09.png);  background-size: 16px 16px;  }
.img_10{background:url(../images/login/10.png);  background-size: 16px 16px;  }
.img_11{background:url(../images/login/11.png);  background-size: 16px 16px;  }
.img_12{background:url(../images/login/12.png);  background-size: 16px 16px;  }
.img_13{background:url(../images/login/13.png); background-size: 16px 16px;  }  

/*文字颜色*/
.font_ff9737{color: #ff9737;}/*橘黄色*/ 
.font_3b4b84{color: #3b4b84;}/*蓝色*/  
.font_org{color: #f26432;} /*橘红色*/

/*文字大小*/
.t_s12{font-size: 12px;}
.t_s14{font-size: 14px;}
.t_s16{font-size: 16px;}
.t_s18{font-size: 18px;}
.t_s20{font-size: 20px;} 


/*其他*/
.block{ display: block; }
.none{display: none;} 
.left{float: left;}
.right{float: right;}


/*半透明遮盖层*/
.bgsheer{width: 100%;  background: #000; position: absolute; top: 0; left: 0; opacity: 0.6}

/*弹窗*/
.popup{position: absolute; background: #fff; border-radius: 5px; font-size: 1.6rem;}
.popup h2{border-bottom:1px solid #c7c7c7; font-size: 1.6rem; line-height: 40px; height: 40px; padding:0px 20px 10px 20px; }
.popup h2.border_none{ border: none }
.popup i{position: absolute; top: 15px; right: 20px;   background: url(../images/login/icon.png); height:14px;width:14px;background-position: -215px -107px; cursor: pointer;}
.popup h5{text-align: center; display: block; padding: 0 30px;font-size: 1.4rem;}
.popup .con{ padding: 20px 30px;  line-height: 35px; }  








/**************************************************************************************************************/ 


/*页面私有代码*/
footer{background: #3b4c61; height: 250px; width: 100%; color: #fff; padding:30px 0;  }
.foot_ul{width: 80%; margin:0 auto; height: 100%;}
.foot_ul li{ float: left; margin: 2%; line-height: 25px; font-size: 12px;} 
.foot_ul li a{ color: #fff; }
.s_01{background:url(../images/login/14.jpg);  height: 74px; width: 393px; padding:10px 20px; } 
.s_01_txt span{ margin: 10px; }