@charset "utf-8";
/****
***** Author：YuWei
***** Date：2016/3/1
***** Description：全局样式
****/
body {margin:0; padding:0; font-size:12px; background: #F4F5F6; color:#333; font-family: "microsoft yahei","SimHei",Arial,sans-serif;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p{padding:0; margin:0;}
table,td,tr,th{font-size:12px;}
select,option,input{outline:none; border: 0;}
from{display:block;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6,em{font-style:normal; font-weight:normal;}
.clear {clear:both; overflow:hidden; height:0; font-size:0; line-height:0;}
a{color:#666666; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#ff8c00;text-decoration:underline;}
a:active {color:#666666;}
/*浮动及清除浮动*/
.fl{float:left;}
.fr{float:right;}
.clearfix:after{content:'.'; display:block; clear:both; line-height:0; height:0; visibility:hidden}
/*常用字体*/
.ver{font-family: Verdana, SimSun, Arial;}
.yahei{font-family: "microsoft yahei","SimHei",Arial,sans-serif;}
/*常用字号*/
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
/*常用颜色*/
.c-05c{color: #0055CC;}
.c-f60{color: #F60;}
.c-096{color: #009966;}
.c-754{color: #754;}
.c-390{color: #01af63;}
.c-999{color: #999;}
/*外补*/
.m-top20{margin-top: 20px;}
.m-top30{margin-top: 30px;}

.c-f20{color: #F20;}
.c-f60{color: #F60;}
.c-777{color: #777;}
.c-754{color: #754;}
.c-888{color: #848484;}
.c-999{color: #999;}
.c-fbf{color: #f8e4d5;}
.c-5F7{color: #5F7ED5;}
.c-ff0{color: #FFFF00;}
.c-da0{color: #DA0065;}
.c-05c{color: #0055CC;}
.c-085{color: #008857;}
.c-01B{color: #01BB6E;}
/*公共字体*/
.f-w-1{font-weight: 100;}
.f-w-7{font-weight: 700;}

.f-12{font-size: 12px;}
.f-14{font-size: 14px;}
.f-16{font-size: 16px;}
.f-18{font-size: 18px;}
.f-20{font-size: 20px;}
.f-22{font-size: 22px;}

/*公共头部*/
.header{width: 100%; height: 70px; padding: 15px 0; background: #FFF; border-bottom: 1px solid #E5E5E5; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.header .h_box{width: 1200px; height: 70px; margin: 0 auto; overflow: hidden; position: relative;}
/*LOGO*/
.header .h_box .logo{width: 340px; height: 70px; float: left;}
.header .h_box .logo img{display: block; height: 70px;}
/*广告图*/
.header .h_box .infoBar{width: 402px; height: 40px; margin: 15px 0 15px 20px;  float: left;}
/*欢迎*/
.header .h_box .wel{height: 14px; padding: 28px 0; float: right; font: 100 12px/14px "microsoft yahei","SimHei",Arial,sans-serif;}
.header .h_box .wel a{display: inline-block; height: 14px; float: left; padding: 0 10px; border-right: 1px solid #CCC; color: #333;}
.header .h_box .wel a:hover{color: #F60;}
/**footer**/
.footer{width:100%; height: 30px; font: 100 14px/30px "microsoft yahei","SimHei",Arial,sans-serif; text-align: center; padding-top: 30px; margin: 30px 0; border-top:2px solid #CCC;}

/*公共遮挡层*/
.layer{z-index: 8888; width:100%; height:100%; background:url(../images/gray85.png); position:fixed; top:0; left:0; opacity:0.6; filter:alpha(opacity=60);}

/*ajax 提示层 容器*/
.ajaxBox{width: 420px; height: 260px; border: 1px solid #E5E5E5; box-shadow: 0 -1px 6px rgba(0,0,0,0.2); position: fixed; left: 50%; bottom: 50%; margin-left: -210px; background: #FFF; z-index: 9999; display: none;}

.ajaxBoxTit{height: 45px; padding: 0 15px; border-bottom: 1px solid #DDD; background: #F2F2F2;}
.ajaxBoxTit h3{float: left; font: 700 16px/45px "microsoft yahei","SimHei",Arial,sans-serif; color: #000;}
.ajaxBoxTit a{display: inline-block; float: right; font: 700 22px/45px "SimHei","宋体",Arial,sans-serif; text-decoration: none;}
.ajaxBoxTit a:hover{text-decoration: none; color: #E4392A;}

.ajaxBoxCon{width:390px; height: 128px; padding: 30px 15px 0; overflow: hidden;}
.ajaxBoxCon .biaoqing{width: 128px; height: 128px; float: left;}
.ajaxBoxCon .biaoqing span{display: block; width: 128px; height: 128px; text-indent: -9999px;}
.ajaxBoxCon .biaoqing span.success{background: url(../images/success.gif) no-repeat;}
.ajaxBoxCon .biaoqing span.error{background: url(../images/error.gif) no-repeat;}
.ajaxBoxCon .neirong{float: left; width: 230px; height: 60px; padding:30px 0 34px 20px; font: 100 15px/30px "microsoft yahei","黑体","SimHei",Arial,sans-serif;}
.ajaxBoxCon .neirong a{color: #F40; text-decoration: underline;}

/*iframe 容器*/
#iframeBox{z-index: 9999; border:1px solid #E5E5E5; background: #fff; color: #333; box-shadow: 0 -1px 6px rgba(0,0,0,0.2);}
#iframeTitle{height: 50px; padding: 0 15px; border-bottom: 1px solid #DDD; background: #F2F2F2;}
#iframeTitle h3{float: left; height:50px; font: 700 16px/50px "microsoft yahei","SimHei",Arial,sans-serif; color: #000;}
#iframeTitle a{display: inline-block; float: right; height: 50px; font: 700 22px/50px "SimHei","宋体",Arial,sans-serif; text-decoration: none;}
#iframeTitle a:hover{text-decoration: none; color: #E4392A;}

/*面包屑*/
.place{ width: 1200px; height: 20px; font: 100 12px/20px "宋体","SimHei",Arial,sans-serif; margin:0 auto; padding-top: 20px; text-align: left; color: #555; overflow: hidden;}
.place span,.place a,.place em{color: #555; font-family: "microsoft yahei","SimHei",Arial,sans-serif;;}
.place span{padding-right: 6px;}
.place a,.place em{padding: 0 6px;}
.place a:hover{color: #F80;}

#iframeLoading{background: url(../images/loding_a.jpg) no-repeat;}
