.top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .6rem;
    padding: 0 2.1rem;
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0rem;
    z-index: 9999999;
}

.top_ri {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_ri a {
    margin-left: 0.3rem;
}

.but {
    height: .36rem;
    background: #014194;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .16rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: .16rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.but img {
    margin-left: .22rem;
}

.modal {
    z-index: 333;
}

.head {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: .6rem;
    background: #014194;
    padding: 0 2.1rem;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

.logo {
    position: absolute;
    bottom: .0rem;
    height: 1.09rem;
}

.head_ul {
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.head_ul>li {
    height: .6rem;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    position: relative;
}

.head_ul>li a {
    font-size: .2rem;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    text-align: center;
}

.head_ul>li:hover::after,
.head_ul>.active::after {
    height: 4px;
    width: 100%;
    content: "";
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.drop_list {
    position: absolute;
    top: 0.6rem;
    left: -0.2rem;
    width: auto;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding-top: 0.36rem;
}

.drop_list li {

    padding: 0 0.2rem 0.4rem 0.2rem;
}

.drop_list li a {
    font-size: .18rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: .24rem;
}

.drop_list li a:hover {
    color: #014194;
}

.head_input {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.3rem;
    background: rgba(12, 52, 104, .8);
}

.head_input input {
    border: none;
    background: rgba(12, 52, 104, .8);
    height: 100%;
    font-size: .18rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.head_input input::placeholder {
    color: #FFFFFF;
}


/* foot */

.foot_top {
    padding: 0 2.3rem 0 3.9rem;
    height: .98rem;
    background: #3E4652;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_top p {
    font-size: .35rem;
    font-family: Arial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: .22rem;
    font-style: italic;
}

.foot_top .but {
    padding: 0.35rem 0.96rem;
    height: 0.4rem;
    font-size: .3rem;
    font-family: Arial;
    font-weight: normal;
}

.foot_top .but:hover {
    color: #fff;
}

.foot_center {
    background: #373F4A;
    padding: .7rem 2.3rem .7rem 3.9rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.foot_center .tit {
    font-size: .26rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin-bottom: .3rem;
    white-space: nowrap
}

.foot_center .tit::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0.56rem;
    background: rgba(255, 255, 255, 1);
    bottom: -.1rem;
    left: 0;
    border-bottom: 1px solid rgba(87, 184, 243, 1);
}

.foot_center li a {
    font-size: .18rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0.05rem 0;
    text-transform: capitalize;
}

.foot_center ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_center>div {
    width: 20%;
}

.foot_center>div:first-child {
    width: 45%;
}

.foot_center>div:last-child {
    width: 1.6rem;
}

.foot_center ul li {
    width: 100%;
}

.foot_bottom {
    background: #2D343F;
    padding: 0.24rem 2.3rem 0.24rem 3.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_bottom a {
    font-size: .16rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}


.foot_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_icon a {
    width: .72rem;
    margin-bottom: 0.23rem;
}

/* 询盘提示 */

.fail,
.success {
    width: 10rem;
    height: 6rem;
    position: fixed;
    top: 50%;
    right: 50%;
    margin-right: -5rem;
    margin-top: -2.5rem;
    background: rgba(0, 32, 58, 0.4);
}

.fail img,
.success img {
    height: 1rem;
    width: 1rem;
    margin: 0 4.5rem;
    margin-top: 1rem;
}

.fail p,
.success p {
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
    font-family: Cambria;
    font-weight: bold;
    color: rgba(253, 253, 252, 1);
    line-height: 0.5rem;
    margin-top: 1rem
}

.foot-bot {
    position: absolute;
    bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
}

.foot-bot a {
    font-size: .18rem;
    font-family: Arial;
    font-weight: 400;
    color: #838383;
    line-height: .3rem;
}

/*  */
a:hover {
    color: #fff;
}

.bg_img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.banner {
    margin-top: .6rem;
    margin-left: 1.6rem;
}

/* 分页 */

.page_list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page_list li {
    width: .4rem;
    height: .4rem;
    background: #E6E6E6;
    border-radius: 50%;
    font-size: .22rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: .4rem;
    text-align: center;
    margin: 0 0.1rem;
    cursor: pointer;
}

.page_list .focus,
.page_list li:hover {
    color: #fff;
    background: rgba(10, 55, 113, 1);
}

/* abo_top */

.abo_top {
    display: flex;
    align-items: center;
    padding: 0.3rem 2.7rem 0.3rem 4.3rem;
    height: 1.47rem;
}

.abo_top div {
    width: 2.02rem;
    height: .87rem;
    background: #D81E06;
    font-size: 0.32rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.3rem;
}

.abo_top div::after {
    width: 1.38rem;
    height: 4px;
    background: #FFFFFF;
    position: absolute;
    content: "";
    top: 0.1rem;
    left: 0rem;
}

.abo_li {
    display: block;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    width: 83%;
    margin-left: 0.4rem;
}

.abo_top a {
    font-size: .2rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: .87rem;
}

.abo_top p {
    height: .87rem;
    position: relative;
    margin-right: 0.4rem;
}

.abo_ac::after,
.abo_top p:hover::after {
    height: 2px;
    width: 0.62rem;
    background: rgba(216, 30, 6, 1);
    content: "";
    position: absolute;
    bottom: 0;
}

.li_img {
    overflow: hidden;
}

.li_img img {
    transition: all 1s;
    /*图片放大过程的时间*/
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.li_img img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.mean {
    display: none;
}

/* vid_open */

.vid_open {
    display: none;
    position: fixed;
    padding-top: 1.6rem;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: rgba(51, 51, 51, 0.5);
}

.vid_open video {
    margin: 0 15%;
}

.vid_close {
    position: absolute;
    top: 1.2rem;
    right: 0.6rem;
    width: 0.4rem;
    background: rgba(225, 225, 225, 0.8);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

/*  侧边栏 */

.sidebar_le>li {
    font-size: .16rem;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .32rem;
    padding: 0.3rem 0.1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}



.sidebar_le {
    width: 1.6rem;
    background: #2B2D42;
}

.si_bot {
    display: flex;
    height: 84%;
    position: absolute;
    top: 16%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    z-index: 999999999999;
}

.si_f {
    width: 1.6rem;
    height: 100%;

}

.si_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.si_img a {
    width: 80%;
}


.se_f,
.se_img {
    width: 100%;
    height: 100%;
}

.si_f {
    display: block;
}

.se_f {
    width: 8.6rem;
    position: fixed;
    top: 0;
    height: 16%;
    left: 0;
    background: RGBA(246, 248, 249, 1)
}


.se_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 16px;
}

.se_img a {
    width: 210px;
}

.se_input {
    background: #2B2D42;
    border-radius: 4px;
    border: none;
    height: 50px;
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.se_input input {
    background: #2B2D42;
    border: none;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.sid_top {
    height: 16%;
    width: auto;
    display: inline-block;
    background: RGBA(246, 248, 249, 1);
}

.sidebar_ri {
    background: RGBA(246, 248, 249, 1);
    padding: 0 0.4rem;
    display: none;
    width: 7rem;
    border-top: 2px solid rgba(43, 45, 66, 1);
    position: fixed;
    top: 16%;
    height: 100%;
    left: 1.6rem;

}

.sidebar_ri ul {
    border-bottom: 1px solid rgba(43, 45, 66, .3);
    padding-top: 0.49rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: auto;
    height: 73%;
}

.sidebar_ri li {
    flex-wrap: wrap;
    width: 30%;
    padding: 0;
    padding-bottom: 0.3rem;
    cursor: pointer;
}

.sidebar_ri p {
    font-size: .18rem;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: .3rem;
    padding-top: .14rem;
    text-align: left;
}

.head-language {
    font-size: 0.13rem;
    position: fixed;
    right: 1rem;
    width: 1rem;
    top: 0.21rem;
    z-index: 9999999;
}

#language {
    max-height: 100%;
    max-width: 100%;
}

.red_text {
    font-size: .5rem;
    font-family: Impact;
    font-weight: 400;
    color: #D81E06;
    padding: 0.2rem 0;
}


.crumbs {
    display: flex;
    align-items: center;
    padding: 0.2rem 0 0 .8rem;
    position: absolute;
    bottom: .4rem;
    flex-wrap: wrap;
}

.crumbs a,
.crumbs a h1 {
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFF;
    line-height: 0.36rem;
    white-space: nowrap;
}

.crumbs a:hover,
.crumbs a h1:hover {
    color: #FFF;
}

.crumbs img {
    height: 0.13rem;

    margin: 0 0.18rem !important;
}

@media screen and (min-width: 280px) and (max-width: 880px) {

    .crumbs a,
    .crumbs a h1 {
        line-height: .48rem;
    }

    .crumbs img {
        height: .33rem;
    }

    .page_list li {
        width: .8rem;
        height: .8rem;
        line-height: .8rem;
    }

    .foot_top {
        padding: 0 4%;
    }

    .foot_center {
        padding: 0.7rem 4%;
        flex-wrap: wrap;
    }

    .foot_center>div:first-child {
        width: 60%;
    }

    .foot_center>div {
        margin-right: 0.7rem;
    }

    .foot_center>div {
        width: 24%;
    }

    .foot_top .but {
        height: 0.8rem;
        line-height: 0.8rem;
    }

    .foot_bottom {
        padding: 0.24rem 4%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .top,
    .head {
        padding: 0 4%;
        height: 1.2rem;
    }

    .head {
        height: 1.2rem;
        top: 0;
    }

    .top_ri .but {
        height: 0.6rem;
    }

    .mean {
        display: block;
        height: 0.8rem;
        position: absolute;
        right: 4%;
    }

    .head_ul {
        display: none;
        position: absolute;
        right: 0%;
        top: 1.2rem;
        background: #014194;
        padding: 0.2rem 1rem;
    }

    .head_input {
        position: absolute;
        top: -1.2rem;
        left: 0;
        display: none;
    }

    .logo {
        height: 2.09rem;
    }

    .head_ul>li a {
        line-height: 0.45rem;
        font-size: 0.4rem;
    }

    .drop_list {
        position: absolute;
        top: .1rem;
        left: -4.2rem;
        padding: 0.25rem;
    }

    .abo_top {
        padding: 0.3rem 4%;
    }

    .abo_top p {
        height: .87rem;
        position: relative;
        margin-right: 0.2rem;
    }

    .banner {
        margin: 0;
        margin-top: 1.2rem;

    }

    .sidebar {
        display: none;
    }

    .banner {
        margin: 0;
        margin-top: 1.2rem;
    }

    .head-language {
        position: fixed;
        display: block !important;
        left: 1rem;
        width: 2rem;
    }
}