footer {
    background: #04263D;
}

.sydb {
    padding-top: 1.1rem;
    display: flex;
    justify-content: space-between;
}

.a_banner {
    position: relative;
}
.cdh > a:last-child{
    margin-right: 0!important;
}
.actiie{
    position: fixed;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.search{
    line-height: 90px;
}
.dbzp > p:nth-child(2)>a{
    color: white!important;
}
.page>div:nth-child(1){
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page{
    padding-top: 70px;
}


.page-num {
    margin-right: 15px;
}
.page a {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ECECEC;
    border-radius: 50%;
    margin-right: 10px;
    color: #222222;
    font-size: 18px;
}
.page a:last-child {
    margin-right: 0;
}
.page a:hover, .page-active a {
    background: linear-gradient(90deg, #2FA8E1, #0668A9, #0373BC, #2FA8E1);
    color: #FFFFFF !important;
}
.page a:last-child {
    margin-right: 0;
}

.nn:hover {
    color: #0672BB !important;
}

.cdh > a:nth-child(2) {
    margin: 0 120px;
}
.cdh > a:nth-child(n+3) {
    margin-right: 120px;
}

.sub-menu>li{
    line-height: unset!important;
}

.actippe {
    position: relative;
}
.sub-menu li a{
    height: unset;
}

.actippe::after {
    content: '';
    width: 100% !important;
    height: 5px;
    background: #0672BB !important;
    position: absolute;
    bottom: 0;
    transition: .6s;
    left: 0;
    opacity: 1 !important;
}

.ulli::after {
    content: '';
    width: 0;
    height: 5px;
    background: #0672BB !important;
    position: absolute;
    bottom: 0;
    transition: .6s;
    left: 0;
    opacity: 0;
}

.ulli {
    position: relative;
}

.ulli:hover:after {
    opacity: 1;
    width: 100%;
    transition: .6s;

}

.actippe > a {
    color: #0672BB !important;
}

.a_banner img {
    width: 100%;
    display: block;
}

.gzh p {
    color: white;
    font-size: 14px;
    text-align: center;
}

.ddh {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

.ddh > ul > a {
    color: white;
    font-size: 16px;

}

.block {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 9999999999;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

#close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 25px;
}

#search-form {
    height: 64px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    overflow: hidden;
}

#search-box input[type="text"] {
    width: 100%;
    padding: 20px;
    color: #fff;
    outline: none;
    font-size: 20px;
    background: transparent;
    border: 0;
}
.bsee:hover .bseea{
    color:#0672BB!important; ;
}


#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: transparent;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

.ddh > ul > li > a {
    font-size: 14px;

    color: #FFFFFF;
}

.a_wz {
    position: absolute;
    z-index: 9999;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.awm {
    position: fixed !important;
    background: white !important;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 30%)
}

.sub-menu {
    background: white;
    box-shadow: 0px 3px 59px 0px rgb(0 0 0 / 13%);
    position: absolute;
    top: 120%;
    left: 0;
    width: 190px;
    background: white;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 1;
}
.sub-menu li:first-child {
    border-top: 0px solid #eee;
}
.sub-menu li {
    padding: 14px 18px;
    border-top: 1px solid #eee;
    border: 0;
}
.sub-menu li a {
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.ulli:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;

}

.a_wz > p:nth-child(1) {
    font-size: 38px;
    color: white;
    margin-bottom: 21px;
}

.jt {
    margin: 0 10px;
}

.a_wz > div:nth-child(2) {
    display: flex;
    color: white;
    align-items: center;
}

.actike {
    position: relative;
    color: #0672BB !important;
}


.a_wz > div:nth-child(2) > p > a {
    color: white;
    font-size: 16px;
}

.ddh > ul > li:nth-child(n+3) {
    margin-top: .1rem;
}

.ddh > ul > li:nth-child(2) {
    margin-top: .2rem;
}

.dbzp > p:nth-child(n+2) {
    font-size: 14px;
    color: white;
    margin-top: 5px;
}

.dbzp > p:nth-child(2) {
    margin-top: 20px;
}

.aa {
    font-size: 38px;
    font-weight: 540;
    color:#1D1D1D;
}


.header {
    position: relative;
    top: 0;
    width: 100%;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 9999999999999;
    transition: .6s;
    font-size: .16rem;
}

.actike::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    transform: translate(-50%, -50%);
    left: 50%;
    border: none;
    top: 60px;
    background: #0672BB;
}

.cdh > a {
    color: #111111;
    font-size: 18px;
}

.header_wap {
    display: none;
}

.cdh {
    display: flex;
    margin-bottom: 80px;

}

.cc {
    font-size: 30px;
    color:#1D1D1D;
}

.cdh {
    border-bottom: 1px solid;
    border-color: #eeeeee;
    display: flex;
    justify-content: center;
    margin-top: 93px;
    padding-bottom: 28px;
}

.cdh > p > a {
    font-size: 18px;
    color: #111111;
}

.cdh > p:nth-child(2) {
    margin: 0 200px;
}

.a_banner {
    position: relative;
}

.a_banner img {
    width: 100%;
    display: block;
}

.nav {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.nav > li > a {
    color: #111111;
    line-height: 90px;
}

.fs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    height: 90px;
}

.bb {
    padding: 120px 0;
}

.contact {
    display: flex;
    justify-content: space-between;
    padding: 17px 0;
}

.contact p {
    color: white;
    font-size: 14px;
}

.hr {
    margin-top: 0.7rem;
    height: 1px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1440px) {
    .aa {
        font-size: 30px !important;

    }
    .page a {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .a_wz > p:nth-child(1) {
        margin-bottom: 10px;
    }

    .a_wz > div:nth-child(2) > p > a {
        color: white;
        font-size: 16px;
    }

    .a_wz > p:nth-child(1) {
        font-size: 36px;
    }

    .actike::after {
        top: 50px;
    }

    .cdh > a {
        font-size: 16px;
    }

    .bb {
        padding: 90px 0;
    }

    .cdh {
        margin-top: 69px;
        padding-bottom: 20px;
        margin-bottom: 60px;
    }

    .cdh > p > a {
        font-size: 16px;
        color: #111111;
    }

    .cc {
        font-size: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .aa {
        font-size: 26px !important;
    }

    .a_wz > p:nth-child(1) {
        font-size: 30px;
    }

    .bb {
        padding: 70px 0;
    }

    .a_wz > p:nth-child(1) {
        font-size: 30px;
    }

    .cdh {
        margin-top: 50px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none;
    }

    .header_wap {
        display: flex;
        background: white;
    }
    .page a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .a_wz > p:nth-child(1) {
        font-size: 28px;
    }


    .cdh {
        margin-top: 40px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }


    .ddh{
        display: none;
    }
    .gzh{
        display: none;
    }
    .dbzp>img{
        display: none;
    }
    .sydb{
        padding-top: 40px;
    }
    .dbzp{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .dbzp > p:nth-child(2) {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        border: 1px solid;
    }
    .dbzp > p:nth-child(n+3){
      display: none;
    }
    .dbzp > p:nth-child(2){
        margin-top: 0;
    }
    .dbzp > p:nth-child(4){
        width: 100%;
    }
    .hr{
        margin: auto;
        margin-top: 40px;
        display: flex!important;
        margin-bottom: 0!important;
    }
    .fyqa > div {
        border-radius: 18px;
    }
    .dbzp{width: 100%}

    .bb {
        padding: 40px 0;
    }


    .aa {
        font-size: 28px !important;
    }


}

@media screen and (max-width: 768px) {
    .aa {
        font-size: 24px !important;
    }
    .dbzp > p{width: 100%!important;
    text-align: center;
    }
    .cdh > a:nth-child(n+3) {
        margin-right: 80px;
    }
    .dbzp > p:nth-child(3) {
        width: 100%;
    }
    .page {
        padding-top: 20px;
    }

    .cdh > a:nth-child(2) {
        margin: 0 80px;
    }

    .a_wz > p:nth-child(1) {
        font-size: 24px;
    }

    .a_wz > p:nth-child(1) {
        margin-bottom: 0px;
    }

    .contact {
        display: block;
    }

    .contact p {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width: 414px) {
    .aa {
        font-size: 22px !important;
    }
    .page {
        padding-top: 0px;
    }
    .cdh > a:nth-child(n+3) {
        margin-right: 50px;
    }
    .dbzp > p:nth-child(2) span{
        display: none;
    }
    .dbzp > p:nth-child(2)>a {
        color: white!important;
        margin-left: 15px;
    }
    .cc {
        font-size: 22px;
    }
    .actike::after {
        top: 46px;
    }
    .hr{
        margin-top: 20px;
    }
    .sydb {
        padding-top: 20px;
    }

    .a_wz > p:nth-child(1) {
        font-size: 22px;
    }
    .page a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .cdh > a:nth-child(2) {
        margin: 0 50px;
    }

    .a_wz > div:nth-child(2) > p > a {
        color: white;
        font-size: 14px;
    }

    .aa {
        font-size: 22px !important;
    }
    .contact p {
        color: white;
        font-size: 12px;
    }
    #fp-nav.left {
        right: -5px;
    }

}
