﻿/*comm*/
.inb {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmid {
    vertical-align: middle;
}

.height100 {
    height: 100%;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}
#form1 {
    margin-top:91px;
}
/*头部*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    z-index: 88;
}

.container {
    /*width: 1260px;*/
    width:1260px;
    margin: 0 auto;
}

.logo-box img {
    /*height: 90px;*/
    padding-right: 20px;
    margin-top:30px;
}

.nav li {
    display: inline-block;
}

.nav > li:hover {
    background: url("../img/nav-arrow.png") no-repeat center bottom;
}

.nav a {
    display: block;
    height: 90px;
    padding: 0 25px;
    line-height: 105px;
    color: #3e3a39;
    font-size: 15px;
}

    .nav a:hover {
        color: #c00;
    }

.header-right {
    float: right;
   padding-top:35px;
}

    .header-right input {
        width: 109px;
        height: 21px;
        padding: 0 10px;
        background-color: #a5a4a3;
        border: none;
        outline: none;
        border-radius: 5px;
        color: #fff;
    }

    .header-right button {
        /*width: 20px;*/
        height: 20px;
        margin-right: 5px;
        background: #fff;
        border: none;
    }

    .header-right > img {
        margin: 0 5px;
    }
    .header-right a {
        color: #000;
        display: block;
        float: left;
        margin-left:8px;
        position:relative;
    }
    .header-right span {
        font-size: 12px;
        color: #3e3a39;
        font-weight: 600;
    }

.nav-sub {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    min-width: 1260px;
    height: 60px;
    /*background: rgba(0,0,0，0.5);*/
    background: #a5a4a3;
}

.nav li:hover .nav-sub {
    display: block;
}

.nav-sub ul {
    position: absolute;
    left: 50%;
}

.nav-sub a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.nav-sub img {
    float: right;
    padding-top: 20px;
}

.nav-sub-1 > ul {
    /*margin-left: -357px;*/
    margin-left: -532px;
}

.nav-sub-2 > ul {
    margin-left: -570px;
}

.nav-sub-3 > ul {
    margin-left: -446px;
}

.nav-sub-4 > ul {
    margin-left: -95px;
}

.nav-sub > ul > li:hover {
    /*background: url("../img/nav-arrow-2.png") no-repeat center bottom;*/ 
}

.nav-sub-sub {
    display: none;
    position: fixed;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    width: 110px;
    height: 180px;
    /*background: rgba(0,0,0,0.5);*/
    background: #a5a4a3;
}

    .nav-sub-sub a {
        padding: 0;
        width: 110px;
        text-align: center;
    }

.nav-sub > ul > li:hover .nav-sub-sub {
    display: block;
}



/*位置*/
.location-wrap {
    height: 50px;
    padding-top: 20px;
    /*line-height: 50px;*/
    font-size: 14px;
    color: #3e3a39;
    font-weight: 600;
    background: #fff;
}

    .location-wrap img {
        margin: 0 20px;
    }

    .location-wrap a:hover {
        color: #c00;
    }
header .header-right {
    float: right;
}

    header .header-right a {
        color: #000;
        display: block;
        float: left;
        position: relative;
        width:30px;
        heihgt:30px;
    }

.header-right .nav_num {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0,0,0,.1);
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    
    
}

header .header-right a img {
    position: relative;
    top: 17.5px;
    margin-right: 10px;
}

#qehTP {
    position: absolute;
    left:-20px;
    top: 40px;
    width: 80px;
    z-index: 10;
    margin: 0;
    display: none;
    max-width:1000%;
}

#qeh:hover #qehTP {
    display: block;
}