/* header */
header{
    position: fixed;
	top: 0 ;
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.6);
	z-index: 99999999;
	transition:all 0.3s;
}
.header_inner{
    width:1200px;
	height: 90px;
	margin:0 auto;
}
header h1{
    width: 160px;
	height: 40px;
	float:left;
	margin-top:25px;
}
header #logo{
    width: 100%;
    transition:all 0.3s;
}
.nav_wrap{
    width: 1020px;
	height: 90px;
	float: right;
}

.gnb{
    width: 100%;
    /* width: 1120px; */
	height: 90px;
    margin: 30px 0 0 auto;
}
.gnb li ul{
    display:none;
}
.gnb>li{
    /* width: 160px; */
    width: calc(100% / 6);
	float: left;
	text-align: center;
}
.gnb li h2 a{
    font-size: 18px;
	color: #fff;
	font-weight:400;
}
.gnb a{
    display: block;
}
.gnb a:hover{
    /*color: #f39800;*/
}

.sub_menu{
    margin-top: 45px;
}
.sub_menu li{
    margin-top: 10px;
	font-weight:300;
}
.sub_menu li a{
    color: #fff;
	font-size: 15px;
}
.sub_menu li a:hover{
    color: #f39800;
}





/* footer */
.ban{
   border-top: 1px solid #acacac;
   height: 98px;
}
.ban ul{
   width: 1200px;
   margin: 26px auto;
}
.ban ul li{
   float: left;
   width: 300px;
}
.ban ul li:nth-child(2),.ban ul li:nth-child(3),.ban ul li:nth-child(4){
   text-align: right;
}
footer{
	float: left;
	width: 100%;
	background: #222222;
}
footer .foot_down{
	overflow:hidden;
	padding:35px 0 35px 0;
	color:#b7b7b7;
}
footer .foot_logo{
	float:left;
	margin-right:90px;
	margin-top: 22px;
}
footer #address{
	float:left;
	font-size: 16px;
    font-weight: 300;
    color: #bababa;
	line-height: 28px;
    margin-left: 40px;
}
footer #address li:last-child{
	color:#828282;
	font-weight:200;

}
footer #address li span{
    float: right;
}
footer #address li span ul li{
    float: left;
}
footer #address li span ul li:nth-child(2){
    margin: 0 20px;
}
footer #address li span ul li a{
    color: #bababa;
	font-weight:500;
}
