.head {
    width: 100%;
    height: 40px;
    background: #f1abab;
    line-height: 40px;
    font-size: 12px;
}

.hd_cen {
    width: 1200px;
    margin: 0 auto;
}

.hd_fh {
    color: #fff;
}

.hd_h {
    color: #e50001;
    margin-left: 5px;
}

.hd_dl {
    margin-left: 25px;
    color: #323335;
}

.hd_zc {
    margin-left: 5px;
    color: #323335;
}

.hd_bz {
    float: right;
    color: #323335;
}

.hd_dw {
    float: right;
    margin-right: 25px;
    color: #e50001;
}

.hd_dw img {
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -4px;
}

.logo {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}

.lg_lo, .lg_dw, .lg_im {
    float: left;
}

.lg_lo {
    width: 185px;
    text-align: right;
    height: 85px;
    line-height: 85px;

}

.lg_lo img {
    vertical-align: middle;
    margin-right: 18px;
}

.lg_dw {
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    text-align: center;
    margin-top: 32px;
    border-left: 1px solid #666666;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.xi_snj {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #666666;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin-bottom: 1.5px;
    margin-right: 15px;
}

.lg_im {
    width: 915px;
    height: 85px;
    line-height: 85px;
}

.lg_dw span {
    width: 70px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.lg_im img {
    vertical-align: middle;
    margin-top: -3px;
}

.nav {
    width: 100%;
    height: 60px;
    background: #fe0000;
    line-height: 60px;
}

.nav ul {
    width: 1100px;
    margin: 0 auto;
}

.nav ul:after, .fz_ul:after, .gg_tp:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav ul li {
    float: left;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
.nav ul li a{
    display: inline-block;
    color: #fff;
    padding: 0 38px;
}

.nav ul li.on {
    background: #efc501;
}
.nav ul li:hover {
    background: #efc501;
}

.fr_cbx {
    position: absolute;
    top: 20px;
    left: 0;
    width: 560px;
    font-size: 13px;
    background: #fff;
    z-index: 99999;
    border: #cccccc solid 1px;
    display: none;
}

.fr_cbx:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.fr_cbx li {
    float: left;
    width: 70px;
    height: 30px;
    text-align: center;
    color: #666666;
    line-height: 30px;
}
.xzxz{
    transform: rotate(180deg);
    margin-bottom: 7.5px;
}

.csfz {
    width: 1100px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
}

.fz_dv {
    float: left;
    font-size: 13px;
    width: 65px;
}

.fz_hd {
    width: 1035px;
    height: 15px;
    margin-top: 10px;
    line-height: 15px;
    float: left;
    overflow-y: scroll;
}

.fz_ul {
    width: 100%;
    height: 15px;
    line-height: 15px;
}

.fz_ul li {
    float: left;
    box-sizing: border-box;
    font-size: 13px;
    border-right: 1px solid #000000;
    overflow: hidden;
    padding: 0 20px;
}

.fz_ul li:last-child {
    border-right: none;
}
.tys_bsd{
    background: #fff;
}
#returnTop {
    position: fixed;
    z-index: 999;
    right: 57px;
    bottom: 10px;
    _bottom: auto;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url(../img/return.gif);
    _background-image: url(../img/return.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}
#returnTop:hover {
    background-position: 0 -40px;
}