.kx {
    width: 100%;
    height: 110px;
}

.header {
    width: 100%;
    height: 110px;
    background: rgb(5 85 143);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000000;
    box-sizing: border-box;
}

.header .head {
    max-width: 1630px;
    min-width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.header .head .logo {
    float: left;
    line-height: 110px;
}

.header .head .logo img {
    /*width:260px;*/
    height: 40px;
}

.header .head .right {
    float: right;
}

.header .head .right .nav {
    float: left;
}

.header .head .right .nav ul li {
    width: auto;
    padding: 0 20px;
    line-height: 110px;
    height: 110px;
    float: left;
    font-size: 0;
    position: relative;
}

.header .head .right .nav ul li a {
    font-size: 16px;
    color: #fff;
}

.header .head .right .nav ul li div {
    position: fixed;
    left: 0;
    top: 110px;
    background: #05558f;
    width: 100%;
    line-height: 70px;
    display: none;
    text-align: center;
    height: 70px;
    border-top: 1px solid #fff;
}


/*.header .head .right .nav ul li:hover div{display: block;}*/

.header .head .right .nav ul li div a {
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    min-width: 110px;
    margin: 0 15px;
}

.header .head .right .nav ul li:hover .aa {
    color: #fff;
}

.header .head .right .nav ul li .aa {
    display: block;
}

.header .head .right .nav ul li:hover {
    background: #0b6fb7;
}

.header .head .right .nav ul li.act {
    background: #0b6fb7;
}

.header .head .right .nav ul li a:hover {
    color: #333;
}

.header .head .right .nav ul li.act div a:hover {
    color: #333;
}

.header .head .right .nav ul li.act div a {
    color: #fff;
}

.header .head .right .sousuo {
    float: right;
    margin-left: 16px;
    width: 97px;
    height: 26px;
    border-radius: 13px;
    background: #4ccd8a;
    margin-top: 42px;
    padding: 0 10px;
    box-sizing: border-box;
}

.header .head .right .sousuo input {
    border: 0;
    width: 55px;
    float: left;
    height: 26px;
    background: #4ccd8a;
    font-size: 14px;
    color: #fff;
}

.header .head .right .sousuo button {
    border: 0;
    width: 22px;
    float: left;
    height: 26px;
    background: #4ccd8a;
}

.header .head .right .sousuo input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.header .head .right .sousuo input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.header .head .right .sousuo input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.header .head .right .sousuo input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.header .right .fanhui {
    line-height: 110px;
    font-size: 14px;
    color: #fff;
}

.header .right .fanhui a {
    font-size: 14px;
    color: #fff;
}

.header .right .fanhui img {
    vertical-align: middle;
    margin-right: 10px;
}

.header .head .right .sousuo {
    position: relative;
}

.header .head .right .sousuo ul.searchDropdown {
    position: absolute;
    right: 0;
    top: 26px;
    z-index: 12;
    margin-top: 1px;
    background: #FFF;
    box-shadow: 0 3px 4px #f5f5f5;
    width: 228px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 400px;
    padding: 0 5px;
    box-sizing: border-box;
}

.header .head .right .sousuo ul.searchDropdown li {
    padding: 8px;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

.header .head .right .sousuo ul.searchDropdown li:hover {
    background: #f5f5f5;
    color: #4ccd8a;
}

.sj_head {
    display: none;
}

.sj_nav {
    display: none;
}

@media only screen and (max-width: 1250px) {
    .header .head .right .nav ul li {
        padding: 0 6px;
    }
    .header .head .right .nav ul li a {
        font-size: 15px
    }
    .header .head .right .nav ul li div a {
        font-size: 15px
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .fix_right {
        display: none!important;
    }
    #fp-nav.right {
        display: none;
    }
    .sj_head {
        display: block;
        width: 100%;
        height: 75px;
        background: transparent;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000000;
    }
    .sj_head .lg {
        padding: 12px 0 0 5px;
        box-sizing: border-box;
        float: left;
        /*width: 200px;*/
        height: 90%;
    }
    .sj_head .lg img {
        /*width: 100%;*/
        /*height: 100%;*/
        display: block;
    }
    .sj_head .xiala {
        display: block;
    }
    .sj_head .xiala {
        display: block;
    }
    .sj_head .xiala {
        height: 25px;
        width: 30px;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .sj_head .xiala span {
        width: 100%;
        height: 2px;
        background: #fff;
        display: block;
        margin-top: 17px;
        display: block;
    }
    .sj_head .xiala span.none {
        display: none;
    }
    .sj_head .xiala a {
        display: block;
        position: relative;
    }
    .sj_head .xiala a:before {
        transform: translateY(-15px) rotate(0deg);
        -webkit-transform: translateY(-15px) rotate(0deg);
        -ms-transform: translateY(-15px) rotate(0deg);
    }
    .sj_head .xiala a:after {
        transform: translateY(0.1rem) rotate(0deg);
        -webkit-transform: translateY(0.1rem) rotate(0deg);
        -ms-transform: translateY(0.1rem) rotate(0deg);
    }
    .sj_head .xiala a:after {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        right: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
    }
    .sj_head .xiala a:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        width: 100%;
    }
    .sj_head .xiala a:after {
        bottom: -25px;
    }
    .sj_head .xiala a:before {
        top: 25px;
    }
    .sj_head .xiala.act {
        transform: rotate(90deg);
        top: 15px;
        right: 10px;
    }
    .sj_head .xiala.act a:before {
        transform: translateY(0rem) rotate(-40deg);
        -webkit-transform: translateY(0rem) rotate(-40deg);
        -ms-transform: translateY(0rem) rotate(-40deg);
        top: 18px;
    }
    .sj_head .xiala.act a:after {
        transform: translateY(0rem) rotate(40deg);
        -webkit-transform: translateY(0rem) rotate(40deg);
        -ms-transform: translateY(0rem) rotate(40deg);
        bottom: -20px;
    }
    .sj_nav {
        position: fixed;
        right: -180px;
        width: 180px;
        top: 55px;
        background: rgba(4, 36, 50, 0.9);
        transition: 1s all;
        z-index: 100000000;
        display: block;
    }
    .sj_nav ul li a {
        color: #fff;
        line-height: 40px;
        height: 40px;
        text-align: center;
        display: block;
        font-size: 14px;
    }
    .sj_nav.act {
        right: 0;
        transition: 1s all;
    }
    .kx2 {
        width: 100%;
        height: 55px;
    }
    .sj_head .fanhui {
        float: right;
        line-height: 55px;
        margin-right: 5px;
    }
    .sj_head .fanhui a {
        font-size: 14px;
        color: #fff;
    }
    .sj_head .fanhui img {
        vertical-align: middle;
        margin-right: 2px;
    }
    .kx {
        width: 100%;
        height: 55px;
    }
}


/*右侧部分*/

.fix_right {
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
    display: block;
    border-radius: 30px;
}

.fix_right ul li {
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    transition: all 0.5s ease 0s;
    background: #05558f;
    position: relative;
    text-align: center;
    line-height: 60px;
}

.fix_right ul li img {
    display: inline-block;
    vertical-align: middle;
}

.fix_right ul li .box {
    position: absolute;
    right: -90px;
    top: 0;
    transition: 1s all;
    z-index: 1000;
}

.fix_right ul li:nth-of-type(1) .box {
    right: -211px;
    width: 211px;
    height: 60px;
    background: #05558f;
}

.fix_right ul li:nth-of-type(1) .box img {
    margin-left: 10px;
}

.fix_right ul li:nth-of-type(1) .box span {
    margin-left: 2%;
    font-size: 18px;
    color: #fff;
}

.fix_right ul li:nth-of-type(1):hover .box {
    right: 0;
}

.fix_right ul li:nth-of-type(1):hover a img {
    display: none
}

.fix_right ul li:nth-of-type(2) .box {
    width: 89px;
    background: #05558f;
}

.fix_right ul li:nth-of-type(2) .box img {
    display: block;
    width: 100%;
}

.fix_right ul li .box img {
    margin: 0;
}

.fix_right ul li:hover .box {
    right: 62px;
}