.headertop .zindex100{
    position: relative;
    z-index: 100;
}
.headertop .container{
    width: 1200px;
    margin: 0 auto!important;
}
/*导航*/
.navbox {
    position: relative;
    z-index: 10;
    background: #d42323;
}

.navbox ul {
    position: relative;
    z-index: 2;
    height: 62px;
}

.navbox ul li {
    width: 10%;
    text-align: center;
    float: left;
    position: relative;
}

.navbox ul li:after {
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    content: '';
    right: 0;
    top: 23px;
    z-index: 1;
}

.navbox ul li:last-child:after {
    display: none;
}

.navbox ul li a {
    display: block;
    font-size: 20px;
    line-height: 62px;
    text-align: center;
    color: #fff;
}

.navbox ul li .libox {
    position: absolute;
    width: 100%;
    left: 0;
    top: 62px;
    z-index: 1;
    display: none;
    background: #d42323;
    padding: 10px 0;
}

.navbox ul li .libox a {
    line-height: 23px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 8px 2px;
    cursor: pointer;
}

.navbox ul li:hover .libox {
    display: block;
}

.navbox ul li .libox a:hover {
    color: #fff;
}

.topbar {
    width: 100%;
    height: 125px;
}

.topbar .logo {
    float: left;
    width: 400px;
    height: 100%;
    position: relative;
}

.topbar .logo img {
    display: block;
    max-width: 100%;
    max-height: 76px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.topbar .searchbox {
    width: auto;
    max-width: 675px;
    float: right;
    margin-top: 40px;
}

.topbar .search {
    width: 519px;
    height: 48px;
    line-height: 48px;
    float: left;
    margin-right: 25px;
    -moz-border-top-left-radius: 24px;
    -webkit-border-top-left-radius: 24px;
    border-top-left-radius: 24px;
    -moz-border-bottom-left-radius: 24px;
    -webkit-border-bottom-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: relative;
    background: url("../images/searchBg.png");
    background-size: 100% 100%;
}

.topbar .search .inputext {
    width: 330px;
    height: 48px;
    line-height: 48px;
    border: 0 none;
    background: none;
    color: #666;
    position: absolute;
    right: 50px;
    top: 0;
}

.topbar .search .inputbtn {
    width: 50px;
    height: 50px;
    border: 0 none;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.topbar .login {
    float: right;
    color: #fff;
    text-align: center;
    background: #d42323;
    width: 120px;
    height: 40px;
    border-radius: 8px;
}

.topbar .login a {
    display: block;
    color: #fff;
}

.topbar .login span {
    display: inline-block;
    width: 35px;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

/*下拉*/
#sslct_main {
    height: 26px;
    padding-top: 11px;
}

.sslct {
    display: inline-block;
    height: 26px;
    margin-top: 11px;
    padding-right: 10px;
    vertical-align: top;
    *display: inline;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    z-index: 9;
}

.sslct .butten {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    padding: 0 15px;

    vertical-align: top;

}

.sslct .butten_r {
    display: inline-block;
    width: 70px;
    height: 26px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.list_sslct {
    height: 0;
    overflow: hidden;
    width: 76px;
    line-height: 30px;
    position: absolute;
    left: 18px;
    top: 38px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ececec;
    border-top: 0;
    border-bottom: 0;
}

.list_sslct li {
    border-bottom: 1px solid #ececec;
}

.list_sslct li a {
    display: block;
    padding: 0 5px;
    text-align: center;
}

.list_sslct li a:hover {
    background: #c9060e;
    color: #ffba00;
}

.footer_index {
    background: #4a4a4a;
    color: #fff;
    padding: 20px 0;
    height: auto;
    text-align: left;
    position: static;
    margin-top: 27px;
}

.footer_index .container {
    width: 936px;
    margin: 0 auto!important;
    position: relative;
}
.footer_index .container .footer_icon{
    position: absolute;
    left: -120px;
    top: 20px;
}
.footer_index .leftcon,
.footer_index .rightcon {
    width: 39%;
    float: left;
    box-sizing: border-box;
}
.footer_index .rightcon {
    width: 61%;
}
.footer_index .leftcon {
    border-right: solid 1px #fff;
    padding-right: 70px;
}
.footer_index .rightcon a{
    padding: 0 10px;
}
.footer_index .rightcon a:nth-of-type(1){
    margin-left: -10px;
}
.footer_index .rightcon {
    padding-left: 70px;
}

.footer_index a,
.footer_index p,
.footer_index span {
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 2;
}
body{
    background: #fff;
}
/*登录后头像样式*/
.logindiv {
    float: left;
    position: relative;
}

.logindiv a {
    display: block;
    width: auto;
    height: 34px;
    line-height: 34px;
    text-align: right;
    padding: 13px 0;
    font-size: 12px;
    color: #fca2a6;
    white-space: nowrap;
    overflow: hidden;
}

.logindiv a em {
    font-style: normal;
    display: inline-block;
    padding: 0 10px;
}

.logindiv a em.login {
    background: url(../images/doubleline.png) right center no-repeat;
}

.logindiv a:hover {
    color: #fff;
}

.logindiv .headpic_p {
    width: 90px;
    text-align: center;
    height: 36px;
    padding: 6px 0;
    cursor: pointer;
}

.logindiv .headpic {
    display: inline-block;
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 3px;
    overflow: hidden;
    vertical-align: top;
}

.logindiv span {
    display: inline-block;
    line-height: 36px;
    height: 36px;
    max-width: 54px;
    color: #d42323;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.logindiv ul {
    display: none;
    width: 100%;
    background: #c10d14;
    margin-top: 0px;
    z-index: 8;
    position: relative;
}

.logindiv ul li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}

.logindiv ul li a {
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.logindiv ul li:hover {
    background-color: rgba(229, 227, 218, .2);
}
.logindiv .headpic_p:hover ul{
    display: block;
}
/*导航*/
.navbox ul li .aThreebox{
    position: absolute;
    left: -100px;
    background: #d42323;
    top: 0;
    display: none;
}
.navbox ul li  .moreNav:hover .aThreebox{
    display: block;
}
.navbox ul li .moreNav{
    position: relative;
}