/* 棣栭〉瀵艰埅 */
.nav-wrapper {
    width: 100%;
    height: 100px;
    background-color: #1762DD;
    position: absolute;
    z-index: 102;
    min-width: 1300px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 80px
}

.nav_lf {
    float: left;
    height: 120px;
    width: 38%;
}

.nav {
    width: 62%;
    height: 100px;
    float: right !important
}

.nav>li {
    width: 14%;
}

.nav li {
    float: left;
    height: 100px;
    transition: all 0.3s ease;
    position: relative;
    text-align: center
}

.nav li>a {
    padding: 0;
    text-align: center;
    line-height: 100px;
    height: 100px;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 22px;
    font-weight: 600;
}

.nav li.on {
    height: 100px;
}

.nav li.on .subNav {
    display: block
}

.nav li.on,
.nav li:hover {
    background-color: #3383df;
    transform: skew(-20deg);
}

.nav li.on>a,
.nav li:hover>a {
    color: #fff;
    height: 100px;
    line-height: 100px;
    display: block;
    transform: skew(20deg);
}

.logo {
    position: relative;
    z-index: 99992;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    text-align: center;
    background: url('../img/headLogobg5.png') no-repeat left top;
    background-size: 100% auto;
    height: 120px;
    width: 100%;
    text-align: right;
    padding-bottom: 15px;

}

.logo img {
    width: 100%;
    max-width: 500px;
    margin-right: 100px;

}

/*.logo img {
    width: 100%;
    max-width: 600px;
    margin-right: 100px;

}*/

.logo_bg {
    width: 100%;
    height: 0;
    position: relative;
    z-index: 9991;
    top: 0;
    right: 0
}

/* .nav-wrapper .logo_bg img{width:100%} */
.nav-wrapper.fixed .logo {
    width: 100%;
    height: 65px;
    float: right;
    padding-top: 0;
    transition: width 0.5s;
    transition: height 0.5s;
    transition: float 0.5s;

}

.nav-wrapper.fixed .logo img {

    width: 300px;

    margin-right: 100px;
    transition: width 0.2s !important;

}

.nav-wrapper.fixed .nav li {
    height: 80px;
}

.nav-wrapper.fixed .nav li>a {
    line-height: 80px;
    height: 80px;
}

.nav-wrapper.fixed .nav li.on a,
.nav-wrapper.fixed .nav li:hover a {
    transform: skew(20deg);
}

.subNav {
    position: absolute;
    left: -30px;
    top: 100px;
    z-index: 99996;
    width: 500px;
    /* height: 24px; */
    background: #3383df;
    display: none;
    line-height: 20px;
    padding: 10px 8px;
    border: #2877d2 solid 1px;
    border-top: 0px;
}

.nav li.on .subNav,
.nav li:hover .subNav {
    display: block;
}

.subNav .indiv {
    display: block;
    width: 100%;
    float: left;
    background: #2675d0;
    margin: 10px 0;
}

.subNav .indiv h1 {
    color: #fff;
    font-size: medium;
}

.subNav span {
    display: block;
    width: fit-content;
    /* margin: 0 10px; */
    padding: 0 20px;
    float: left;
    height: 28px;
}



.subNav a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    transform: skew(20deg);
    display: inline-block;
}

.nav-wrapper.fixed .logo_bg {
    top: 0;
    width: 600px
}

.nav-wrapper.fixed li:hover .subNav {
    top: 80px;
}

.nav-wrapper.fixed .topTool {
    top: 15px
}

.subNav span:hover {
    background: #014182;
}







