/* 
    Document   : 全局样式表
    Created on : 2014-12-29, 8:49:57
    Author     : C.M.K
    Description: 共用CSS文件
*/

body{
    font-size:12px;
    margin:0px;
    padding: 0px;    
}
a{text-decoration: none;}
ul,li{list-style: none;margin:0px;padding: 0px;}
img{border:none;}

.main{width: 1114px;margin:0 auto;}

.header{width:1114px;height: 186px;}
.header_ad{z-index: 1000;}
.header .header_list{position: relative;z-index:1002;}
.header .header_list ul{position: absolute;top:-8px;width:1112px;height:38px;border:1px solid #007fc9;border-radius:8px;background: url(../images/list_bak.jpg) repeat-x;}
.header .header_list ul li{float:left;height:30px;line-height:30px;width:140px;text-align: center;margin-top:4px;border-right:1px solid #78c0fa; }
.header .header_list ul li a{color:#fff;font-size:14px;font-weight: 500;}
.one{margin-left:50px;}
#last{border:none;}
.on{display:block;width:100px;height:28px;border:1px solid #78c0fa;background:#004f99;margin:0 auto;border-radius:5px;}
.header .header_list ul li dl{display: none;margin:0px;width:100px;margin:0 auto;padding:0px;filter:alpha(opacity=100); -moz-opacity:100; -khtml-opacity: 1; opacity: 1;}
.header .header_list ul li dl a{color:#473b92;}
.header .header_list ul li dl dd{width:100px;padding: 0px;margin:0px;height:28px;border-bottom: 1px solid #ccc;background:#d3d4d4;}
.header .header_list ul li dl .two{background:#ddd5e0;}

.header .header_list ul li dl a:hover{color:#f00;}/*鼠标滑过样式*/

.clear{clear: both;}

.tit_bak{background:#004c96;}   /*通用导航条背景属性*/
.more{display:block;background: #f1eff0;border-radius:1px;color:#333;width:40px;height:17px;line-height: 17px;text-align: center;float:right;margin-right:10px;margin-top:5px;font-size:14px;}
.more:hover{color:#f00;}

.login_button{margin-left:10px;width:60px;height:25px;background:#1669b8;border-radius:3px; color:#000;border:0px solid #076ac7;cursor:pointer;}
.login_button:hover{color: #fff;}

.reg_button{width:60px;height:25px;background:#9fd9f6;border-radius:3px; color:#000;border:0px solid #076ac7;cursor:pointer;}
.reg_button:hover{color: #fff;}

/*全局共用底部样式*/
.footer{margin-top:10px;}
.footer .footer_tit{width:1114px;background: #004c96;height: 28px;}
.footer .footer_tit ul{width:606px;margin:0 auto;}
.footer .footer_tit ul li{float:left;height:20px;line-height:20px;width:100px;text-align: center;margin-top:4px;border-right:1px solid #78c0fa; }
.footer .footer_tit ul li a{color:#fff;font-size:14px;font-weight: 500;}
.footer .footer_tit ul li a:hover{color:#f00;}
#footer_last{border:none;}
.footer_con{text-align: center;margin-top:10px;margin-bottom: 20px;}
.footer_con span{margin-left:15px;}
.footer_con .one{margin-left:0px;}
.footer_con p{margin:0px;height:25px;line-height: 25px;}

.s_tit{font-size: 14px;font-weight: 600;}