@charset "utf-8";
/* CSS Document */
/*home/member模块基础样式表*/
.topnav-list{position:relative;float:left;width:100px;}
.topnav-list ul{display:none;position:absolute;z-index:7;top:30px;background:#fff;}
.topnav-list a{display:block;}

.topbox{margin-top:30px;}
.topbox-container{margin:0 auto;width:1200px;}
.topbox-left{float:left;}
.topbox-notice{
	float:left;
	margin-top:0px;
	margin-left:70px;
	font-size:32px;
	color:#03b2b7;
	font-weight:bold;
	/*
	text-align:center;
	border:2px solid #03b2b7;
	padding:8px 40px; 
	background:#03b2b7;
	width:250px;
	border-radius:35px;
	-moz-border-radius:25px; */
	}
.topbox-right{float:right;font-family:"microsoft yahei";}
.topbox-right .img{float:left;margin-top:-5px;}
.topbox-right .img img{height:80px;}
.topbox-right .tel{float:left;}
.topbox-right .hotline-name{margin-top:2px;margin-left:3px;font-size:18px;}
.topbox-right .hotline-tel{margin-top:5px;font-size:32px;font-weight:bold;color:#cc3333;font-family:"arial";}

.menu{margin-top:30px;height:56px;background:#03b2b7;}
.menu-container{margin:0 auto;width:1200px;line-height:56px;font-size:18px;font-family:"microsoft yahei";}

.menu-content{float:left;margin-left:30px;}
.menu-content li{float:left;}
.menu-content li a{display:block; padding:0 20px;color:#282828;color:#fff;}
.menu-content li a:hover{background:#fff;color:#03b2b7;}
.menu-content li .current{background:#fff;color:#03b2b7;}


.wrapper{padding-bottom:100px;}


/*主体内容提示*/
.guide{
	margin-bottom:20px;
	padding-bottom:5px;
	border-bottom:solid 1px #cccccc;
	height:30px;
	line-height:30px;	
	font-size:16px;	
	color:#777777;
}
.table-list th{
	text-align:left;
	font-weight:bold;
	padding-right:20px;	
}
.table-list td{
	padding-right:20px;
}

.maid{font-size:16px;display:none;margin-top:30px;}

.footer{background:#000;font-size:18px;color:#fff;}
.footer .base{float:left;width:420px;}
.footer .base p{margin-top:15px;}
.footer .base .hotline-tel{margin-top:5px;font-size:32px;font-weight:bold;color:#ff0000;font-family:"arial";}
.footer .logo{float:left;margin-top:40px;margin-left:100px;width:300px;}
.footer .code{float:right;margin-right:40px;text-align:center;}
.footer .code .img img{height:150px;}
.footer .code .text{margin-top:10px;font-size:16px;color:#ffffff;}

.bottom-menu ul{margin:0 auto;text-align:center;font-size:16px;}
.bottom-menu ul li{margin:0 10px;display:inline-block;}
.bottom-menu ul li a{color:#ffffff;}

.contact{
	position:fixed;
	z-index:9;
	right:0px;
	bottom:50px;
	width:80px;
	height:120px;	
	font-size:14px;
	color:#fff;	
	border-radius:6px;
	background:#fff;
	   
	/*
	border-radius: 10px 10px 10px 10px; 
    box-shadow: 0 0 10px 2px #bdcee0;
    */
}
.contact .online{margin:0 auto;width:70px;margin-top:20px;height:24px;text-align:center;line-height:24px;background:#ff6666;border-radius:10px;}
.contact .online a{color:#fff;}
.contact .wx{margin:0 auto;width:70px;margin-top:20px;height:24px;text-align:center;line-height:24px;background:#ea66a6;border-radius:10px;cursor:pointer;}
.contact .wx-content{display:none;position:fixed;z-index:99;right:85px;bottom:50px;width:120px;height:120px;}
.contact .wx-content img{width:120px;}



