/*header*/
/*header-top*/
.header-top{
    background-color: #f8f8f8;
    border-bottom: 1px solid #ececec;
}
.header-topleft{
    color: #666666;
    width: 390px;
}
.header-topright{
    width: 180px;
    text-align: right;
}
.header-topright a{

}
.header-topright a img{
    vertical-align: middle;
}
/*header-top end*/
/*header-cont*/
.header-cont{
    background-color: #ffffff;
}
.logo{
    width: 263px;
}
.header-contright{
    width: 550px;
    margin-top: 20px;
}
.hsearch{
    width: 318px;
    border: 1px solid #cccccc;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 3px;
    border-radius: 30px;
}
.hsinput{
    border: 0;
    width: 80%;
}
.seica{
    position: absolute;
    right: 8px;
    top: 3px;
    height: 24px;
    width: 24px;
}
.seicon{
    background: url("../images/seicon.png") no-repeat left center;
    width: 24px;
    height: 24px;
    border: 0;
    cursor: pointer;
}
.hexq{
    width: 195px;
    margin-top: 3px;
}
.hexspan{
    color: #7d7d7d;
}
.hexspan a{
    color: #333333;
    font-size: 16px;
}
.sjfwm{
    position: absolute;
    right: 0;
    top: 38px;
    display:none;
    z-index: 1;
}
.wxgwfwx{
    position: absolute;
    right: 0;
    top: 38px;
    display:none;
    z-index: 1;
}
/*中英文切换*/
.henav{width:45px;}
.henav p{display:block;text-align:center;color: #333;font-size: 16px;}
.set{background:url(../images/btn_2.png) no-repeat right center;}
.select{background:url(../images/btn_1.png) no-repeat right center;}
.henew{
    width: 43px;
    position: absolute;
    border: 1px solid #CCC;
    display: none;
    z-index: 1;
    background: #fff;}
.henav ul li{line-height:30px;text-align: center;}
.henav ul li:hover{background:#CCC;color:#FFF;}
/*中英文切换end*/
/*header-cont end*/
/*header end*/
/*nav*/
.nav{
    background: #c40400 url(../images/navbj.png) repeat-x top center;
}
.navul li{
    float: left;
    font-size: 18px;
    position: relative;
    padding: 15px 0;
}
.navul li a{
    color: #fff;
    display: block;
    width: 184px;
    border-right: 1px solid #891518;
    text-align: center;
}
.navul li:nth-child(6n+0) a{
    border-right: 0;
}
.navul li:hover{
    background: #891518;
}
.navul li:hover a{
    color: #fff;
}
.navtwo{
    background: #de403d;
    position: absolute;
    top: 53px;
    z-index: 9;
    border: 1px solid #801516;
    border-top: 0;
    display:none;
}
.navtwo ul li{
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 0;
}
.navtwo ul li a{
    color: #fff;
    border-right: 0;
}
.navactive{
    background: #891518;
}

/*nav end*/
/*footer*/
.footer{
}
.footerwidth{
    padding: 30px 0;
    border-bottom: 7px solid #a42023;
    border-top: 1px solid #cccccc;
}
.footerwidth p{
    text-align: center;
    font-size: 14px;
    color: #666666;
}
/*footer end*/