* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img{
    border: none
}
body{
  font-family: "微软雅黑";
}

.main-box {
    width: 1200px;
    margin: 0 auto;
}

#header-box {
/*    background: white; 白色版*/
background: #343434;    
    height: 100px;
    min-width: 1200px;
	position: relative;
}

#header {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}

#logo {
    width: 194px;
    height: 33px;
    top: 30px;
    left: 0;
    position: absolute;
}

#logo img {
    width: 100%;
}

#nav-bar {
    text-align: right;
    /*margin-right: 40px;*/
    float: right;
}
#nav-bar ul{
    display: inline-block;
}
#nav-bar ul li{
    display: inline-block;
    
    position: relative;
}

#nav-bar>ul>li>a {
    
    color: white; 
    padding: 38.5px 30px;
    display: inline-block;
}
#nav-bar>ul>li>a:hover {
    color: #c0120b;
    border-bottom:2px solid #c0120b;
}

#nav-bar ul li .submeu{
    position: absolute;
    top:100px;
    background: #c0120b;
   
    z-index:1;
    display: none;
}

#nav-bar ul li .submeu span{
    width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent white;/*透明 透明  灰*/
    position:absolute;
    top:-10px;
    left:40%;
    display: inline-block;
}

#nav-bar ul li .submeu a{
    width:100%;
    text-align: center;
    color:white;
    
    font-size: 15px;
    display: inline-block;
    line-height: 34px;
}
#nav-bar ul li .submeu a:hover{
    background: white;
    color:#c0120b; 
}




#nav-icon{
    /*background:  url('../image/icon-nav.png') no-repeat center; white*/
        background:  url('../image/icon-nav-gray.png') no-repeat center;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 35px;
    right: 25px;
    cursor: pointer;
}

#nav-big{
    background: #fff url('../image/nav-bg.jpg') no-repeat;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999;
}

#nav-big dl{
    background: #fff;
    float: right;
    padding: 172px 134px 155px 60px;
}

#nav-big dt{
    clear: left;
    float: left;
    width: 235px;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #e9e9e9;
}

#nav-big dt a{
    color: #c0120b;
    font-size: 18px;
    font-weight: bold;
}

#nav-big dd{
    float: left;
    width: 715px;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #e9e9e9;
}

#nav-big dd a{
    color: #333;
    font-size: 14px;
    margin-right: 20px;
    font-weight: bold;
}

#nav-big dd a:hover{
    text-decoration: underline;
}

#nav-close {
    width: 40px;
    height: 40px;
    background: url('../image/icon-nav-close.png') no-repeat center;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}

#foot-box {
    background: url('../image/footer-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 120px 0;
    min-width: 1200px;
}

#footer {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#footer p{
    line-height: 30px;
}

#footer a{
    color: #fff;
    display: inline-block;
}

#footer-link a{
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 16px;
    margin-bottom: 6px;
}

#footer-link a:last-child{
    border: none;
}
