@charset "utf-8";
/****
***** Author：YuWei
***** Date：2014/9/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{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;}
.main{width:1200px;margin:20px auto 0;}

/*浮动及清除浮动*/
.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;}
/*公共头部*/
.header{width: 100%; height: 50px; padding: 15px 0; background: #FFF; border-bottom: 1px solid #E5E5E5; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80ffffff,endColorstr=#80ffffff)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#80ffffff, endColorstr=#80ffffff); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.headerbox{width: 1200px; height: 50px; margin: 0 auto; position: relative;}

.logo{width: 250px; height: 50px; float: left;}

.search{width: 300px; height: 32px; position: absolute; left: 50%; top: 9px; margin-left: -150px;}
.search .ipt{width: 245px; height:30px; border: 1px solid #ccc; border-right: 0; float: left; padding-left: 4px; line-height: 30px; color: #777; background: #FFF;}
.search .btn{width: 50px; height: 32px; background: #50BDE6; float: left; font: 700 14px/32px "Microsoft YaHei","微软雅黑",Arial,"宋体"; text-align: center; color: #fff; cursor: pointer;}

.userpng{padding-left: 24px; height: 30px; float: right; margin: 10px 0; background: url(../images/user.png) no-repeat left center; line-height: 30px;}
.userpng a{color: #777; margin: 0 5px;}


/*footer**/
.footer{width:1200px; height:150px; margin:20px auto 0; background:#fdfdfd; padding:20px 0; border-top:2px solid #C4C4C4;}
.aboutBox{width:60%; margin:0 auto; text-align:center; font:normal 12px/30px "microsoft yahei","SimHei",Arial,sans-serif; color:#999;}
.aboutBox a{color:#555; padding:0 8px;}
.aboutBox a:hover{color:#F60;}
.why{width:60%; height:60px; margin:0 auto; text-align:center;}
.copyright{width:60%; margin:0 auto; text-align:center; color:#555;}
.copyright .record,.copyright .copybox{height: 30px; font: 100 12px/30px "microsoft yahei","SimHei",Arial,sans-serif; text-align:center;}
.copyright .record a,.copyright .copybox a{color:#555;}
.copyright .copybox em{margin-left: 10px;}


/*成功错误提示窗口*/
.duifou{z-index: 9999; width: 480px; height: 251px; border: 1px solid #E5E5E5; background: #FFF;  position:fixed; margin:auto; left:0; right:0; top:0; bottom:0; display: none;}
.duifou .top_tit{height: 50px; border-bottom: 1px solid #A2A2A2;}
.duifou .top_tit h5{height: 50px; float: left; font: 700 18px/50px "microsoft yahei","SimHei",Arial,sans-serif; color: #000; margin-left: 10px;}
.duifou .top_tit a{display: block; width: 50px; height: 50px; float: right; font: 100 30px/50px Arial,sans-serif; text-align: center; color: #000;}
.duifou .top_tit a:hover{text-decoration: none; color: #F60;}

.duifou .bot_con{height: 128px; margin: 36px 0;}
.duifou .bot_con .bot_con_bg{width: 128px; height: 128px; float: left;}
.duifou .bot_con .succes{background: url(../images/success.gif) no-repeat 0 -5px;}
.duifou .bot_con .errors{background: url(../images/error.gif) no-repeat 0 -22px;}


.duifou .bot_con .bot_con_txt{height: 90px; padding:0 19px; font: 400 16px/30px "microsoft yahei","SimHei",Arial,sans-serif; text-indent: 2em;}
.duifou .bot_con .bot_con_txt em{margin: 0 5px; color: #F60; font-weight: 700;}
/*遮挡层*/
.zhedang{z-index: 9998; width:100%; height:100%; background:#000;  position:fixed; top:0; left:0; opacity:0.6; filter:alpha(opacity=60); display:none;}