@media screen and (max-width:1199px) {
    html {
        font-size: 90px !important
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 90px !important
    }
}

@media screen and (max-width:900px) {
    html {
        font-size: 85px !important
    }
}

@media screen and (max-width:640px) {
    html {
        font-size: 85px !important
    }
}

@media screen and (max-width:480px) {
    html {
        font-size: 80px !important
    }
}

@media screen and (max-width:375px) {
    html {
        font-size: 70px !important
    }
}

@media screen and (max-width:360px) {
    html {
        font-size: 80px !important
    }
}

@media screen and (max-width:350px) {
    html {
        font-size: 70px !important
    }
}

.headder_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    height: 1.5rem;
    transition: .5s
}

.headder_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/b_bg.png)50% 0 no-repeat;
    background-size: 100% 100% !important;
    height: 1.75rem;
    z-index: -1
}

.headder_box .wp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 0 0 50px;
    width: auto
}

.headder_box .logo img {
    max-width: 100%;
    height: .5rem
}

.headder_box .logo img.img2 {
    display: none
}

.headder_box .right {
    display: flex;
    align-items: center;
    padding: 0 0.8rem 0 .22rem;
    justify-content: space-between
}

.headder_box .right .ll .top {
    display: flex;
    justify-content: flex-end;
    padding: .18rem 0 0;
    align-items: center;
    position: relative;
    z-index: 10;
    margin-bottom: -.08rem
}

.headder_box .right .ll .bottom {
    display: flex;
    justify-content: flex-end;
    margin: .24rem 0 0
}

.list_box2 {
    display: flex;
    margin: 0 -.07rem;
    align-items: center
}

.list_box2 li {
    padding: 0 .07rem;
    font-size: .14rem;
    color: #fff
}

.list_box2 li a {
    display: flex;
    align-items: center;
    transition: .5s;
    opacity: .75
}

.list_box2 li a img {
    margin: -2px .06rem 0 0
}

.list_box2 li a img.img2 {
    display: none
}

.headder_box .right .topl1 .bottom {
    margin: 0
}
.headder_box .search {
    position: relative;
    padding-left: .15rem
}

.headder_box .search:before {
    content: '';
    width: 1px;
    height: .14rem;
    position: absolute;
    left: .02rem;
    top: 50%;
    margin-top: -.07rem
}

.headder_box .search .form {
    display: block !important;
    position: relative;
    margin-left: .1rem
}

.headder_box .search .form .serinp {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.headder_box .search .form .serbtn {
    width: .4rem;
    height: .4rem;
    position: relative;
    text-align: center;
    line-height: .4rem;
    font-size: .22rem;
    color: #fff
}

.headder_box .search .form .serbtn input {
    position: absolute;
    top: 0;
    left: 0;
    width: .4rem;
    height: .4rem;
    z-index: 3;
    background: rgba(255, 255, 255, 0);
    border: 0
}

.headder_box .search .form .serinp input {
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    background: #fff;
    border: 0;
    font-size: .15rem;
    border-radius: .1rem;
    color: #333;
    border: 1px solid #ddd
}

.headder_box .search .form:hover .serinp {
    width: 2.6rem;
    opacity: 1;
    visibility: inherit
}

.headder_box .search .form:hover .serinp input {
    padding: 0 .4rem 0 .1rem
}

.headder_box .search .form:hover .serbtn {
    color: #004EB9
}

.wp {
    width: 15.6rem;
    padding: 0;
    margin: 0 auto;
    max-width: 94%
}
#gotop {
    position: fixed;
    z-index: 900;
    bottom: .32rem;
    right: .1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .46rem;
    height: .46rem;
    line-height: .46rem;
    background: #004EB9;
    opacity: 1;
    visibility: visible;
    overflow: hidden
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop svg {
    width: .22rem;
    height: .22rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0;
    transition: .6s
}

#gotop:hover {
    border-radius: 50%
}

footer {
    position: relative;
    z-index: 1
}

footer .fl01 {
    background: #00265B url(../img/footer_bg.png)50% no-repeat;
    background-size: cover;
    padding: .7rem 0
}

footer .fl01 .wp {
    display: flex;
    justify-content: space-between;
    align-items: center
}

footer .fl01 .left {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 3.03rem)/2)
}

footer .fl01 .left .box {
    width: 100%;
    padding: .08rem 0
}

footer .fl01 .left .box * {
    font-size: .16rem;
    color: #fff;
    line-height: .28rem
}

footer .fl01 .left .box h3 {
    font-weight: 700
}

footer .fl01 .center {
    width: 3.03rem
}

footer .fl01 .center img {
    width: 100%
}

footer .fl01 .right {
    width: calc((100% - 3.03rem)/2);
    display: flex;
    justify-content: flex-end;
}

footer .fl02 {
    background: #00265B;
    padding: .2rem 0;
    text-align: center
}

footer .fl02 p {
    font-size: .14rem;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase
}
footer .fl02 p img{
    width: 0.4rem;
}

footer .fl02 p span{
    margin-right: 0.2rem;
}

footer .list12 {
    width: 2.5rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

footer .list12 li {
    margin: 0
}

footer .list12 li .a {
    position: relative;
    cursor: pointer
}

footer .list12 li .a .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    left: 50%;
    top: 0;
    transform: translateX(-50%)translateY(1rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 1.27rem;
    height: 1.27rem;
    background: #fff;
    box-shadow: 0 2px 9.5px .5px rgba(1, 1, 1, .21);
    padding: 0;
    border-radius: .06rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

footer .list12 li .a .ewm img {
    width: 100%;
    height: 100%;
    border-radius: .06rem
}

footer .list12 li .a .ewm h6 {
    font-size: .12rem;
    color: #a69999
}

footer .list12 li .a .ewm:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.08rem;
    margin-left: -.08rem;
    border-bottom: #fff .08rem solid;
    border-left: transparent .08rem solid;
    border-right: transparent .08rem solid
}

footer .list12 li .a:hover .ewm {
    transform: translateX(-50%)translateY(.5rem);
    opacity: 1;
    visibility: visible;
    padding: .06rem
}

footer .list12 li {
    margin: 0 0 .2rem .28rem
}

footer .list12 li * {
    transition: .5s
}

footer .list12 li .a {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

footer .list12 li .a>img {
    width: 100%;
    height: 100%
}

footer .list12 li .a svg {
    width: .36rem;
    height: .36rem;
    fill: #004EB9;
    transition: 0s
}