﻿body{
background: url('/IMG/bg2.jpg');
}
header{
	width:100%;
	background: transparent;
	
}
ul{list-style:none}

.header_top{
	width: 990px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: right;
	background: transparent;
	position: relative;
	padding-right:10px;
}
.header_top a{
	font-size: 20px;
	color:#333;
}
.l_logo{
	width: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.header_btm{
	height: 86px;
	line-height:86px;
	margin: 0 auto;
	background: #E81616;
	position: relative;
}
.ul_box{
	width: 855px;
	height: 100%;
	margin: 0 auto;
	padding-left:145px;
}
.nav_ul{
	width:100%;
	margin:  0 auto;
	float: left;
}
.nav_ul li{
    float: left;
    width: 15%;
    height: 100%;
    vertical-align: top;
    text-align:center;
    margin-left:2%;	
}
.nav_ul li:nth-child(1){
	margin-left:0;
}
.nav_ul li .nav_a{
    color: #fff;
    font-size: 26px;
    text-align: center;
    height: 100%;
    display: block;
    font-weight: bold;
    outline: none;
    font-family: 'KaiTi';
}
.nav_ul li:nth-child(6){
	position: relative;
}
.hover_te:hover .hover_we{
	display: block;
}

.hover_we{
	width: 100%;
    position: absolute;
    top: 86px;
    left: 0;
    z-index: 20;
     display: none; 
	
}
.hover_we a{
    display: block;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 20px;
    border-bottom: 1px solid #e60012;
	
}