a {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 0 8%;*/
    height: 90px;
    z-index: 999;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    background: #FFFFFF;
    display: flex;
    flex-flow: wrap;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    align-items: center;
    justify-content: space-around;
}

.header_bg1 {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header .logo {
    padding: 0;
}

.header .logo img {
    height: 90px;
}

.header ul {
    width: 747px;
    max-width: 1260px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    align-items: self-end;
    justify-content: space-between;
    margin: 0 30px;
    height: 90px;
}

.header ul li {
    padding: 0;
    list-style: none;
}

.header ul li > a {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.header ul li > a:hover {
    color: #0373C5;
}

.header li {
    position: relative;
    z-index: 2;
}

.header li > a {
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #131f41;
    position: relative;
}

.header li.active > a:before, .header li:hover > a:before {
    content: '';
    background: #0373C5;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.header li:hover .submenu {
    display: block;
}

.header li .submenu {
    display: none;
    position: absolute;
    top: 91px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    background: #F2F2F2;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    box-shadow: 0 0 22px rgba(0, 0, 0, .15);
    z-index: -9999;
}

.header li .submenu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.header li .submenu a {
    display: block;
    line-height: 44px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #F2F2F2;
    width: 100%;
    height: auto;
}

.header li .submenu a:hover {
    background: #0373C5;
    color: #fff !important;
}

.header .top-menu .tel {
    display: block;
    padding-left: 30px;
    display: flex;
    align-items: center;
    background: url('/static/images/dianhua.png') no-repeat left;
    background-size: 24px;
    color: #0373C5;
    font-size: 20px;
    font-weight: 500;

}

.header .top-menu {
    display: flex;
}

.header .top-menu .language {
    padding-left: 50px;
    font-size: 18px;
    line-height: 90px;
}

.menuShow {
    display: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.menuShow img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header.header_bg1:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .09);
    box-shadow: 0 0 22px rgba(0, 0, 0, .09);
}

.header.header_bg1 li > a {
    color: #222222;
    font-weight: 500;
}

.header.header_bg1:hover li > a {
    color: #222222;
}

.header.contact_bg li > a {
    color: #222222;
    font-weight: 500;
}

.header.header_bg1:hover li > a {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.header.header_bg1:hover {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .09);
    box-shadow: 0 0 22px rgba(0, 0, 0, .09);
}

@media (max-width: 1600px) {
    .header ul {
        width: 767px;
    }

    .header ul li > a {
        font-size: 17px;
    }
}

@media (max-width: 1500px) {
    .header ul {
        width: 547px;
    }

    .header {
        height: 67px !important;
    }

    .header ul, .header ul li > a {
        height: 67px
    }

    .header ul li > a, .header li.active > a {
        line-height: 67px !important;
    }

    .header .logo img {
        height: 66px;
    }

    .header .top-menu .language {
        line-height: 66px;
    }

    .header li > a, .header .top-menu .language, .header .top-menu .tel {
        height: 66px;
        font-size: 16px !important;
    }

    .header li .submenu {
        top: 66px !important;
    }

    .header .top-menu a {
        width: 30px;
        height: 30px;
    }

    .container .containerPadding {
        padding-top: 67px;
    }
}

@media (max-width: 1366px) {
    #headerContainer > a img {
        height: 60px;
        margin-top: 10px;
    }

    .header li > a {
        font-size: 12px !important;
    }

    .header {
        padding: 0 30px !important;
    }

    .header.contact_bg li > a, .header.header_bg1 li > a, .header .top-menu .language, .header .top-menu .tel {
        font-size: 12px !important;
    }

    .header .top-menu .tel {
        background-size: 14px;
        font-size: 12px;
        padding-left: 20px;
    }

    .header ul {
        width: 447px;
    }

    .header li .submenu li > a {
        font-size: 12px;
    }
}

@media (max-width: 996px) {
    .header li {
        position: unset;
    }

    .header.header_bg1 .show1 {
        display: block
    }

    .header.header_bg1 .hide1 {
        display: none
    }

    .header {
        background-color: #fff
    }

    /* .header li:active div{display:block} */
    #headerContainer > a img {
        margin-top: 0
    }

    .header li .submenu a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        font-size: 16px;
    }

    .header ul, .header .top-menu .tel {
        display: none;
    }

    .menuShow, .disTelbox {
        display: block !important;
    }

    .header ul {
        position: absolute;
        right: 0;
        top: 67px;
        margin: 0;
        width: 100%;
        background: #fff;
        height: auto;
    }

    .header ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-direction: column;
    }

    .menuShow {
        position: absolute;
        right: 8%;
    }

    .header ul li > a, .header.header_bg1 li > a {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 996px) {
    .header .top-menu .language {
        line-height: 50px;
        height: auto;
        padding-right: 90px;
        padding-left: 0;
        font-size: 16px;
    }

    .header .logo img {
        width: 100px;
        height: auto !important;
    }

    .header li .submenu {
        position: static;
        display: none;
        width: 100% !important;
        left: 0;
        bottom: 0 !important;
        margin-left: 0 !important;
        background: #fff !important;
        box-shadow: none;
        border-radius: unset;
        transition: transform 0.3s ease;
        overflow: auto;
    }

    .header li .submenu a {
        color: #fff !important;
        height: 67px;
        line-height: 67px;
        background: #0373C5;
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .header.contact_bg li > a {
        display: flex;
        align-items: center;
    }

    .header.header_bg1 li > a {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;

    }
}

@media (max-width: 570px) {
    .header .top-menu .language {
        padding-right: 50px;
    }
}

@media (max-width: 414px) {
    .header {
        width: 414px;
    }
}

@media (max-width: 390px) {
    .header {
        width: 390px;
    }

    .header ul li > a {
        height: 60px;
    }
}

@media (max-width: 375px) {
    .header {
        width: 375px;
    }

    .header .logo img {
        width: 80px;
        height: auto !important;
    }

    #headerContainer {
        height: 60px
    }

    .header {
        height: 60px !important;
    }

    .header ul {
        top: 60px;
    }
}
