* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-style: none;
    /*border: none;*/
    outline: none;
    text-decoration: none;
    font-family:Î¢ÈíÑÅºÚ;
}

img {
    width: 100%;
    display: block;
}

.bannerBox {
    width: 100%;
    position: relative;
}

.bannerBox .top {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    display: flex;
    top: 30px;
    align-items: center;
    justify-content: space-between;
}

.bannerBox .top .left a,
.bannerBox .top .left {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2f5398;
}

.logo {
    position: absolute;
    width: 355px;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
}

.bannerBox .top .right img {
    width: 23px;
    margin-right: 7px;
}

.bannerBox .top .right div {
    display: flex;
    align-items: center;
}

.bannerBox .top .right {
    display: flex;
    align-items: center;
}

.bannerBox .top p {
    font-size: 18px;
    color: #2f5398;
}

.bannerBox .top .right a {
    margin-right: 17px;
}

.searchBox img {
    width: 77PX;
}

.searchBox {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 311PX;
    height: 34PX;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d0c3ba;
    transform: translateX(-50%);
}

.searchBox input {
    flex: 1;
    height: 34px;
    text-indent: 1em;
    font-size: 18px;
    background-color: rgba(255, 255, 255, .7);
    width:234px;
}

.navList ul {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.navList {
    width: 100%;
    height: 71px;
    background: rgb(47, 83, 152);
}

.navList li {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    position: relative;
    line-height: 71px;
    letter-spacing: 4px;
    color: #ffffff;
}

.navList .active li::after {
    bottom: 0;
    position: absolute;
    width: 94px;
    height: 5px;
    background-color: #5e9ef8;
    left: 50%;
    transform: translate(-50%);
    content: "";
}

.footer {
    height: 352px;
    background-color: #1a5795;
}

.footerItem {
    margin-left: 16px;
    margin-right: 10px;
}

.footerBox {
    width: 90%;
    max-width: 1200px;
    margin: 65px auto 0;
}

.footerTop {
    display: flex;
    padding-top: 49px;
    justify-content: space-between;
}

.footerTop a {
    width: 24%;
    display: block;
    max-width: 250px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #fff;
    background-color: #1a5795;
    border: solid 1px #ffffff;
}

.bottomItem1 {
    align-items: center;
    display: flex;
}
.Breadcrumb img{
    width: 15px;
    margin-right: 7px;
}
.Breadcrumb{
    display: flex;
    align-items: center;
}
.footerBottom {
    margin-left: 37px;
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottomItem1 a:nth-child(1) {
    margin-right: 50px;
    display: block;
}

.bottomItem2 div {
    justify-content: center;
    display: flex;
    color: #fff;
    margin-bottom: 17px;
    align-items: center;
}

.bottomItem2 div a {
    display: flex;
    margin: 0 0 0 10px;
    color: #fff;
    align-items: center;
}

.bottomItem2 img {
    width: 20px;
}

.bottomItem3 {
    display: flex;
    align-items: center;
}

.bottomItem3 img:nth-child(1) {
    margin-right: 10px;
}

.phone {
    display: none;
}

@media (max-width:800px) {
    .phone {
        display: flex;
        position: fixed;
        top: 0;
        justify-content: space-between;
        align-items: center;
        height: 80px;
        background: #fff;
        z-index: 999;
        box-shadow: 0px 0 10px #1a5795;
        width: 100%;
    }

    .logo {
        position: unset;
        margin-left: 10px;
        width: 50%;
        display: block;
        transform: unset;
    }

    .headerBox {
        display: none;
    }

    .Breadcrumb{
        display: none;
    }

    .informationRight{
        display: none !important;
    }

    .font{
        display: none !important;
    }

    .dayin{
        display: none !important;
    }

    .fenxiang{
        display: none !important;
    }

    .navIcon {
        margin-right: 10px;
    }

    .navIcon i {
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 50px;
        background: #1a5795;
    }

    .navIcon i:nth-child(2) {
        margin: 3px 0;
    }

    .navPhoneList {
        width: 75%;
        right: 0;
        transform: translateX(100%);
        transition: .5s;
        padding-top: 60px;
        height: calc(100vh - 60px);
        background: #fff;
        position: fixed;
        top: 0;
    }
    .wrapper{
        padding-top: 80px;
    }
    .search input {
        height: 34px;
        text-indent: 20px;
        font-size: 16px;
    }

    .search {
        display: flex;
        align-items: center;
        width: 90%;
        height: 40px;
        overflow: hidden;
        border-radius: 5px;
        margin: auto;
        margin-bottom: 40px;
        border: 1px solid #333;
    }

    .mask {
        position: fixed;
        transition: .5s;
        width: 100%;
        height: 100vh;
        transform: translateX(100%);
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .8);
    }

    .navList {
        margin: auto;
        height: unset;
        background: none;
        display: block;
        width: 90%;
    }

    .navList li {
        font-size: 18px;
        border-bottom: 1px solid #333;
        color: #333;
        line-height:50px;
    }

    .mask.active {
        transform: translateX(0);
    }

    .navPhoneList.active {
        transform: translateX(0);
    }
    .footerTop{
        flex-wrap: wrap;
    }
    .footer{
        padding-bottom: 60px;
        height: unset;
    }
    .footerTop>select{
        width: 48%;
        line-height: 40px;font-size: 16px;
        height: 40px;
        margin-bottom: 20px;
    }
    .footerBottom{
        width: 90%;
        margin: auto;
        display: block;
    }
    .bottomItem1{
        margin: 20px 0;
        justify-content: center;
    }
    .bottomItem2 div{
        flex-wrap: wrap;
        margin: 20px 0;
    }
    .bottomItem2 div:nth-child(2) a{
        margin-top: 20px;
    }
}