@charset "utf-8";
/****
***** Author：YuWei
***** Date：2016/3/1
***** Description：全局样式
****/
body {margin:0; padding:0; font-size:12px; color:#666666; 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,button{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;}
a{color:#666666; text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#ff8c00;text-decoration:underline;}
a:active {color:#666666;}
.blank20{height:20px; display:block; clear:both; overflow:hidden;}
.blank50{height:50px; display:block; clear:both; overflow:hidden;}
/*浮动及清除浮动*/
.clearfix:after{content:'.'; display:block; clear:both; line-height:0; height:0; visibility:hidden}
.fl{float:left;}
.fr{float:right;}
/*常用字体*/
.ver{font-family: Verdana, SimSun, Arial;}
.yahei{font-family: "Microsoft YaHei","微软雅黑",Arial,"宋体";}
/*常用字号*/
.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-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-t-u{text-decoration: underline;}

/*margin*/
.mg-l-r-3{margin: 0 3px;}
.mg-l-r-5{margin: 0 5px;}
.mg-l-r-10{margin: 0 10px;}
/*公共头部*/
.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: right;}
/*欢迎*/
.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;}

/*公共容器*/
.main{width: 1200px; margin: 30px auto 0;}

/*左部公共导航*/
.leftNav{margin-bottom: 20px; width: 200px; height: auto; float: left; overflow: hidden;}
/*抬头*/
.leftNav h3.tit{height: 40px; padding: 0 15px; background: #01af63; font: 700 16px/40px "microsoft yahei","SimHei",Arial,sans-serif; color: #FFF;}
.leftNav h3.tit a{color:#FFF;}
.leftNav h3.tit a:hover{text-decoration: none;}
/*头像*/
.avator{width: 168px; height: 168px; background: #FFF; padding: 15px; border: 1px solid #E5E5E5;}
.avator a{display: block; width: 168px; height: 168px; position: relative;}
.avator img{display: block; width: 168px; height: 168px; position: relative;}
.avator span{display: block; width: 168px; height: 30px; background: url(../images/gray60.png); position: absolute; left: 0; bottom: 0; text-align: center; line-height: 30px; color: #FFF;}
/*菜单*/
.leftNav .lt_mune{height: auto; background: #FAFAFA; padding-bottom: 10px; border: 1px solid #E5E5E5; border-top: 0; overflow: hidden;}
.leftNav .lt_mune h4{height: 30px; margin-top: 20px; margin: 15px 15px 0; padding-bottom: 5px; font: 700 14px/30px "microsoft yahei","SimHei",Arial,sans-serif; color: #333; border-bottom: 1px solid #E5E5E5;}
.leftNav .lt_mune ul{display: block; height: auto; overflow: hidden;}
.leftNav .lt_mune ul li{height: 30px; padding: 0 15px; margin: 5px 0; font: 100 14px/30px "microsoft yahei","SimHei",Arial,sans-serif;}
.leftNav .lt_mune ul li a{color: #555;}
.leftNav .lt_mune ul li.curr{border-left: 2px solid #01af63;}
.leftNav .lt_mune ul li.curr a{color: #01af63; font-weight: 700;}
.leftNav .lt_mune ul li a:hover{color: #F60; text-decoration: none;}
/**footer**/
.footer{width:100%; padding:20px 0; background:#F5F5F5; border-top:1px solid #E5E5E5;}
.aboutBox{width:1200px; height: 14px; margin:10px auto; text-align:center; font:100 12px/14px Arial, "宋体"; color:#999;}
.aboutBox a{color:#555; padding:0 10px; border-left: 1px solid #aaa;}
.aboutBox a.first{border: 0;}
.aboutBox a:hover{color:#F60;}
.why{width:725px; height:60px; margin:0 auto; text-align:center;}
.copyright{width:1000px; margin:0 auto; text-align:center; color:#555;}
.copyright .record,.copyright .copybox{height: 30px; line-height: 30px;}
.copyright .record a,.copyright .copybox a{color:#555;}
.copyright .copybox em{margin-left: 10px;}


/*公共遮挡层*/
.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;}