@charset "utf-8";

/*** 发展网头部、导航、底脚布局及样式 ***/
.top_bar {position:fixed; width:100%; height:30px; top:0px; min-width:1002px; font-size:12px; color:#969696; z-index:98; background-color:#eeeeee; border-shadow:;}
.top_bar .top_center {width:1002px; margin:0px auto; height:30px; line-height:30px;}
.top_bar .top_center .notice {float:left; width:802px; height:30px;}
.top_bar .top_center .login {float:left; width:200px; height:30px; line-height:30px; text-align:right;}
.top_bar .top_center .login a {text-decoration:none;}
.top_bar .top_center .login a:link {color:#969696;}
.top_bar .top_center .login a:visited {color:#969696;}
.top_bar .top_center .login a:hover {color:#0195df;}

.nav_bar_mask {
    position:fixed; 
	width:100%; 
	height:50px;
	top:30px;
	min-width:1002px; 
	z-index:98; 
	background-color:#ffffff;
}
.nav_bar_mask_shadow {
    position:fixed; 
	width:100%; 
	height:20px; 
	top:72px; 
	min-width:1002px; 
	z-index:98;
	background:url('../../common/img/devsite/login_header_transparent_bg.png') repeat-x center center;
}
.nav_bar {position:fixed; width:100%; height:50px; top:30px; min-width:1002px; z-index:99; background:#ffffff;}
.nav_bar .nav_center {width:1002px; height:50px; margin:0px auto;}
.nav_bar .nav_center .logo_area {float:left; width:254px; height:34px; margin-top:8px;}
.nav_bar .nav_center .nav_area {float:left; width:748px; height:32px; margin-top:10px;}
.nav_bar .nav_center .nav_area .blank {float:left; width:50px; height:32px;}
.nav_bar .nav_center .nav_area .menu {float:left; width:93px; height:32px; text-align:center;}
.nav_bar .nav_center .nav_area .menu .text {margin: auto;padding: 0 6px;height: 28px;line-height: 28px;cursor: pointer;display: inline;}
.nav_bar .nav_center .nav_area .menu .current{border-bottom:3px solid #0195df;}
.nav_bar .nav_center .nav_area .menu .text:hover {color:#0195df !important;border-bottom:3px solid #0195df;}
.nav_bar .nav_center .nav_area .menu .line_s {float:top; width:36px; height:3px; margin-left:17px;display:none;}
.nav_bar .nav_center .nav_area .menu .line_l {float:top; width:64px; height:3px; margin-left:14px;display:none;}


.bottom_foot {width:100%; height:196px; min-width:1002px; background-color:#222222;}
.bottom_foot .foot_center {width:1002px; margin:0px auto;}
.bottom_foot .foot_center .left {float:left; width:800px; height:110px; margin-top:16px;}
.bottom_foot .foot_center .left .netName {float:top; height:30px; font-size:16px; letter-spacing:1px; color:#ffffff;}
.bottom_foot .foot_center .left .intro {float:top; height:24px; line-height:24px; margin-top:4px; font-size:14px; color:#aaaaaa;}
.bottom_foot .foot_center .right {float:left; width:202px; height:110px; margin-top:20px;}
.bottom_foot .foot_center .right .qr_code {float:top; width:98px; height:98px; margin:0px 52px 0px 52px;}
.bottom_foot .foot_center .right .qr_code img {width:100%; height:100%;}
.bottom_foot .foot_center .right .cp_name {float:top; width:202px; height:26px; line-height:26px; margin-bottom:4px; text-align:center; font-size:14px; color:#ffffff;}
.bottom_foot .foot_center .right .tel_pos {float:top; width:170px; height:20px; margin-left:32px; color:#aaaaaa;}

