.header {
    width: 100%;
    background-image: url(../images/header_bg.png);
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .main {
    width: 1360px;
    display: flex;
    justify-content: space-between;
}
.header .main .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .main .right {
    display: flex;
}
.header .main .right .searchBox {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    height: 48px;
    margin-right: 10px;
}
.header .main .right .searchBox .inputBox {
    border: 1px solid #e1e1e1;
    display: flex;
    height: 48px;
}
.header .main .right .searchBox .inputBox .searchIcon {
    width: 50px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .main .right .searchBox input {
    border: none;
}
.header .main .right .searchBox img {
    width: 18px;
    height: 18px;
}
.header .main .right .searchBox .searchBtn {
    width: 78px;
    height: 48px;
    background-color: #2651c5;
    color: #fff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.header .main .right .langBox {
    border-radius: 6px;
    border: 1px solid #2651c5;
    display: flex;
    width: 108px;
    height: 48px;
    color: #2651c5;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}
.header .main .right .langBox .langIcon {
    width: 10px;
    margin-left: 5px;
}
.nav {
    height: 82px;
    width: 100%;
    background-color: #2651c5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .main {
    width: 1360px;
    display: flex;
    justify-content: space-between;
}
.nav .main .item {
    width: 9.5%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    position: relative;
}
.nav .main .item > a {
    color: #fff;
    display: block;
}
.nav .childBox_zw {
    position: absolute;
    top: -30px;
    width: 100%;
    height: 60px;
    z-index: -1;
}
.nav .main .item:hover > a {
    background-color: #fff;
    border-radius: 6px;
    color: #2651c5;
}
.nav .main .item:hover {
    background-color: #fff;
    color: #2651c5;
}
.nav .main .item.cur {
    background-color: #fff;
    color: #2651c5;
}
.nav .main .item.cur > a {
    color: #2651c5;
}
.nav .main .item:hover .childBox {
    display: block;
}
.childBox {
    position: absolute;
    top: 67px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    display: none;
    z-index: 9;
}
.childBox a {
    font-size: 18px;
    color: #787878;
    display: block;
}
.childBox a.cur {
    color: #2651c5;
}
.childBox a:hover {
    color: #2651c5;
}
.childBox img {
    position: absolute;
    top: -8px;
    left: calc((100% - 16px) / 2);
}
.header .main .right .wapBtn {
    display: none;
}
.wap_nav_sw {
    display: none;
}
.wap_header {
    display: none;
}
.banner .wap{
    display: none;
}
@media (max-width: 1360px) {
    .banner .wap{
        display: block;
    }
    .banner .web{
        display: none;
    }
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .wap_header {
        display: block;
        width: 100%;
        background-image: url(../images/header_bg.png);
        height: 2.666rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .wap_top {
        display: flex;
        justify-content: center;
        padding-top: 0.4rem;
    }
    .wap_header .wap_searchBox {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 7.652rem;
        height: 0.8rem;
        background-color: #fff;
        border: 0.01rem solid #ccc;
        border-radius: 4px;
    }
    .wap_header .wap_searchBox .searchIcon {
        width: 0.932rem;
        height: 0.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wap_header .wap_searchBox .searchIcon img {
        width: 0.4rem;
        height: 0.4rem;
    }
    .wap_header .wap_searchBox input {
        height: 0.6rem;
        line-height: 0.6rem;
        width: 5.652rem;
        border: none;
    }
    .wap_header .wap_searchBox input[placeholder] {
        line-height: 0.6rem;
        font-size: 0.4rem;
    }
    .wap_header .inputBox {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wap_header .searchBtn {
        width: 1.066rem;
        background-color: #2651c5;
        color: #fff;
        text-align: center;
        line-height: 0.8rem;
        font-size: 0.4rem;
    }
    .wap_header .langBox {
        width: 1.466rem;
        height: 0.8rem;
        color: #2651c5;
        background-color: #fff;
        line-height: 0.8rem;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #2651c5;
        font-size: 0.266rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-left: 0.133rem;
    }
    .wap_header .langIcon {
        width: 0.106rem;
        margin-left: 0.16rem;
    }
    .wap_header .wap_logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.266rem;
    }
    .wap_header .wap_logo img:nth-child(1) {
        width: 8.08rem;
        height: 0.773rem;
    }
    .wap_header .wap_logo img:last-child {
        margin-left: 0.266rem;
        height: 0.773rem;
        width: 0.773rem;
    }
    /*  */
    .wap_nav_sw {
        top: 0px;
        opacity: 1;
        z-index: 999999999;
        border-top: 1px #eee solid;
        height: 100%;
        position: fixed;
        width: 100%;
        transition: all 0.5s ease;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .wap_nav_sw ul {
        width: 100%;
        background: #fff;
        height: 100vh;
    }
    .wap_nav_sw li {
        line-height: 0.96rem;
        border-bottom: 1px #f5f5f5 solid;
    }
    .wap_nav_sw li.cur a {
        color: #2651c5;
        font-weight: bold;
    }
    .wap_nav_sw li a {
        padding: 0.1rem 0.25rem;
        display: block;
        width: 100%;
        font-size: 15px;
        text-transform: uppercase;
    }
    .wap_nav_sw li.active dl {
        display: block;
    }
    .wap_nav_sw li dl {
        border-top: 1px #f5f5f5 solid;
        display: none;
    }
    .wap_nav_sw li dd {
        display: flex;
        flex-wrap: wrap;
    }
    .wap_nav_sw li dd a {
        width: 100%;
        font-size: 15px;
        color: #666;
        font-weight: normal;
    }
    .wap_nav_sw li a {
        padding: 0.1rem 0.25rem;
        display: block;
        width: 100%;
        font-size: 15px;
        text-transform: uppercase;
    }
    .wap_nav_sw .threechild {
        padding-left: 10%;
    }
    .banner img {
        width: 100%;
        height: 7.333rem;
        Background-size: contain
    }
}
