/*初始化*/
*{margin: 0; padding: 0;}
body{min-width: 1280px;}
body, div{font-size: 12px; font-family: "汉仪旗黑-50S Light", "微软雅黑";}
a{text-decoration: none; color: #000;}
img{border: 0;}
div.h10{clear: both; width: 100%; height: 10px;}
div.h20{clear: both; width: 100%; height: 20px;}
div.h30{clear: both; width: 100%; height: 30px;}
div.h40{clear: both; width: 100%; height: 40px;}
div.h50{clear: both; width: 100%; height: 50px;}
div.h60{clear: both; width: 100%; height: 60px;}
div.h70{clear: both; width: 100%; height: 70px;}
div.h80{clear: both; width: 100%; height: 80px;}
div.h90{clear: both; width: 100%; height: 90px;}
div.h100{clear: both; width: 100%; height: 100px;}

/* header */
#header{width:100%; height:70px; top:0px; background-color: #0A1D39;}
#header_outer{width:1280px; height:70px; margin: 0 auto; overflow:hidden; position:relative;}
#logo{width:318px; height:70px; overflow:hidden; position:absolute; top:0px; left:0px;}
#logo img{margin-top: 20px;}
#guider_list{height:70px; overflow:hidden; position:absolute; top:0px; right:80px; list-style:none;}
#guider_list li{height:70px; line-height:70px; float:left;}
#guider_list li a{display: block; height: 70px; padding:0px 20px; color:#FFFFFF; font-size:14px; font-family: "微软雅黑";}
#guider_list li a:hover{color:#13CED8; background: url("../images/common/title_select_true.png") left bottom no-repeat;}
#guider_list li.selected a{color:#13CED8; background: url("../images/common/title_select_true.png") left bottom no-repeat;}
#lang_menu{position: absolute; top: 22px; right: 0px;}
#lang_menu a{display: inline-block; float: left; width: 28px; height: 22px; font-size: 14px; line-height: 22px; color: #4C84FF; text-align: center; border: 1px solid #4C84FF; cursor: pointer;}
#lang_menu a.active{color: #FFFFFF; background: #4C84FF;}

/* footer */
#footer{width:100%; height: 350px; background: #041729;}
#footer_outer{width: 1280px; overflow: hidden; margin: 0 auto;}
#footer_left{float: left; width: 801px;}
#footer dl{float: left; width: 200px; height: 250px; margin: 50px 0px;}
#footer dl#foot_cloud{border-right: 1px solid #2B3B50;}
#footer dl dt{color: #FFFFFF; font-size: 16px; margin: 0px 30px 30px 30px;}
#footer dl dd{color: #828282; font-size: 12px; margin: 15px 30px;}
#footer dl dd a{color: #495A6B;}
#footer dl dd a:hover{color: #00C1DE;}
#footer_right{float: left; width: 479px;}
#footer #copyright{margin-left: 100px; margin-top: 50px; font-size: 12px;}
#footer #copyright #footer_logo{width:318px; height:30px; overflow:hidden;}
#footer #copyright #company{margin-top: 20px; font-size: 13px; color: #495A6B;}
#footer #copyright #rights{margin-top: 15px; color: #495A6B;}
#footer #copyright #rights a{color: #495A6B;}
#footer #copyright #rights a:hover{color: #00C1DE;}