
/*header*/
.header {height:80px;width:100%;background:#113; opacity:0.6;position:fixed;top:0; z-index:10;}
	.header .logo {width:18%;margin-top: 0.8%;}
	.header .nav {height:80px;width:42%;margin-left:15%;}
	.header .nav li{height:80px;width:16.6%;float:left;}
	.header .nav li a {display:block;float:left;height:80px;font-size:16px;font-weight:500;line-height:80px;text-align:center;padding:0 24%;color:white;text-decoration:none;}
	.header .login {height:80px;width:20%;line-height:70px;margin-left:5%;}
	.header .login button{margin-right:10px;}
	.header .login button a{color:#fff;}
/*footer*/	
.footer{height:82px;width:100%;background:#020f18;padding-top:25px;text-align:center;font-size:12px;}
	.footer .footer_content .footer_nav{width:400px;margin:0 auto;}
	.footer .footer_content .footer_nav a{display:inline-block;padding:0 10px;color:#fff;text-decoration:none;margin-bottom:10px;}
	.footer .footer_content .footer_copyRight{color:#727274;}

/* parter*/
.parter >h3{text-align:center;border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:20px;}
.parter >div{width:100%;margin:10px 0;clear:both;overflow: hidden;}
.parter >div a{display:block;float:left;width:25%;margin-bottom:20px;text-align:center;}
.parter >div a img{width:200px;height:50px;}

.layout {width:80%;margin:0 auto;clear:both;overflow: hidden;}
 .content .tab li { font-size: 16px;}   	
 .hide {display:none;}
 .show {display:block;}
 .margin_b10{margin-bottom:10px;}
 .margin_b6{margin-bottom:6px;}