* {
    margin: 0px;
    padding: 0;
    font-family: Microsoft YaHei;
}

/* 文本溢出隐藏 */
.text-hidden {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-more-hidden {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

/* *::before, *::after, a, span, button, .btn {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} */
/* 
body {
    background-color: #d0e3f5;
} */

a {
    color: #676767;
    transition: .5s;
    text-decoration: none;
}

a:hover {
    color: #0270c1;
}

/* pc */
@media only screen and (min-width: 750px) {

    .container {
        min-width: 1320px;
        overflow: hidden;
    }

    .main {
        width: 1320px;
        margin: auto;
        box-sizing: border-box;
    }

    .down_cont {
        width: 1320px;
        margin: auto;
    }

    /* 底部 */
    .footer {
        background-color: #162631;
        padding-top: 40px;
        position: relative;
    }

    .footer::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #203341;
        left: 0;
        bottom: 74px;
    }

    .footer_one {
        display: flex;
        padding-bottom: 60px;
    }
.footer_one .show .phone-footer-logo {
    display: none;
}
    .footer-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo img {
        width: 200px;
        height: 62px;
    }

    .footer-logo .xian {
        width: 250px;
        height: 1px;
        background-color: #0f3d5c;
        margin: 20px 0;
    }

    .footer-logo p {
        color: #0071c1;
        font-weight: 600;
    }

    .foortabo p {
        font-size: 18px;
        color: #fff;
    }

    .foortabo .foortabo_img {
        width: 125px;
        height: 125px;
        margin-top: 25px;
    }

    .foortabo .foortabo_img img {
        width: 100%;
        height: 100%;
    }

    .fot_text {
        margin-left: 80px;
        width: 270px;
    }

    .fot_text .tit {
        font-size: 18px;
        color: #fff;
    }

    .fot_text .phonw {
        font-size: 36px;
        color: #e7edf2;
        font-family: Arial;
        margin-top: 20px;
    }

    .fot_text .detis {
        font-size: 16px;
        color: #8b9eab;
        margin-top: 22px;
        line-height: 30px;
    }
    .footer_two .emails{
        display: inline-flex;
        align-items: center;
        padding: 0 16px;
        box-sizing: border-box;
        color: #8b9eab;
    }
    .footer_two .emails img{
        width: 19px;
        height: 15px;
    }
    .footer_two .emails p{
        margin-left: 8px;
        font-size: 16px;
    }

    .foot_nav {
        display: flex;
        margin-left: auto;
    }

    .foot_nav .foot_list {
        margin: 0 55px;
    }

    .foot_nav .foot_list .foot_list_tit {
        font-size: 18px;
        color: #fff;
    }

    .foot_nav .foot_list .foot_list_tit:hover {
        color: #c5c5c5;
    }

    .foot_nav .foot_list .foot_list_cont {
        margin-top: 20px;
    }

    .foot_nav .foot_list .foot_list_cont a {
        font-size: 16px;
        color: #8b9eab;
        display: block;
        margin-top: 5px;
    }

    .foot_nav .foot_list .foot_list_cont a:hover {
        color: #fff;
    }

    .footer_two {
        font-size: 16px;
        color: #8b9eab;
        padding-top: 15px;
        height: 60px;
        box-sizing: border-box;
    }

    .footer_two a {
        font-size: 16px;
        color: #8b9eab;
    }

    .footer_two a:hover {
        text-decoration: underline;
        box-sizing: border-box;
        color: #0170c1;
    }

    .footerbr {
        display: none;
    }

    /* 二级头部 */
    .two_banner {
        width: 100%;
        position: relative;
    }

    .two_banner .two_banner_img {
        width: 100%;
        display: block;
    }

    .two_banner_title {
        position: absolute;
        left: calc(50% - 660px);
        top: calc(50% - 65px);
        z-index: 1;
    }

    .two_banner_title .two_banner_tit {
        font-size: 36px;
        color: #fff;
    }

    .two_banner_title .two_banner_block {
        height: 52px;
        padding: 0 30px;
        display: inline-flex;
        align-items: center;
        background-color: rgba(255, 255, 255, .4);
        border-radius: 5px;
        margin-top: 30px;
    }

    .two_banner_title .two_banner_block a {
        font-size: 16px;
        color: #fff;
        display: block;
    }

    .two_banner_title .two_banner_block a:hover {
        color: #0270c1;
    }

    .two_banner_title .two_banner_block img {
        width: 11px;
        height: 10px;
        display: block;
        margin: 0 10px;
    }

    /* 分页 */
    .fenye {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
    }

    .fenye .fenye_anniu {
        margin: auto;
    }

    .fenye .fenye_anniu .blo {
        background-color: #ffffff;
        font-size: 14px;
        color: #b1b1b1;
        padding: 0 13px;
        line-height: 35px;
        margin: 5px;
        display: inline-block;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        overflow: hidden;
    }

    .fenye .fenye_anniu .blo.active,
    .fenye .fenye_anniu .blo:hover {
        background-color: #0270c1;
        border: 1px solid #0270c1;
        color: #fff;
    }

}

/* pc头部 */
@media only screen and (min-width: 990px) {
    .heard_phone{
        display: flex;
        align-items: center;
    }
    .heard_phone img{
        width: 20px;
        height: 20px;
    }
    .heard_phone p{
        font-size: 18px;
        margin-left: 5px;
        font-family: Arial;
        color: #343434;
    }
    .search {
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin-left: 20px;
        background-color: #006cbf;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }

    .search img {
        width: 22px;
        height: 22px;
    }

    .horizontal {
        width: 100%;
        min-width: 1200px;
        position: fixed;
        z-index: 100;
        background-color: rgba(2, 113, 193, 1);
        left: 0;
        top: 90px;
        height: 0;
        color: #fff;
        display: flex;
        overflow: hidden;
    }

    .horizontal .cent_search {
        width: 80%;
        margin: auto;
        position: relative;
        border-bottom: 1px solid #fff;
        display: none;
    }

    .horizontal .cent_search input {
        border: none;
        font-size: 30px;
        height: 46px;
        text-align: center;
        width: 100%;
        color: #fff;
        background: none;
        padding-left: 10%;
        padding-right: 20%;
        box-sizing: border-box;
        outline: none;
    }

    .horizontal .cent_search input::placeholder {
        color: #fff;
    }

    .horizontal input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
        color: #fff;
    }

    .horizontal input:-ms-input-placeholder {/* IE 10+ */
        color: #fff;
    }

    .horizontal .cent_search input:-moz-placeholder {/* Firefox 18- */
        color: #fff;
        opacity: 1;
    }

    .horizontal .cent_search input::-moz-placeholder {/* Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .horizontal .cent_search .enter {
        position: absolute;
        top: 8px;
        right: 10px;
        color: #fff;
        font-size: 30px;
    }

    .horizontal .cent_search .icon-sousuo {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 30px;
        width: 30px;
        height: 30px;
        color: #fff;
        background-image: url(../img/saerchb.png);
        background-size: 100% 100%;
    }

    .horizontal .cent_search .icon-close {
        position: absolute;
        top: 10px;
        right: -70px;
        font-size: 30px;
        width: 30px;
        height: 30px;
        color: #fff;
        background-image: url(../img/guan.png);
        background-size: 100% 100%;
        cursor: pointer;
    }

    .hidden-sm-and-up {
        display: none;
    }

    .header {
        background-color: rgba(2, 112, 193, .8);
    }

    .homeplan-main-menu {
        width: 100% !important;
        z-index: 999;
        top: 0;
        left: 0;
        height: 90px;
        transition: all 0.3s;
    }

    .pc_header {
        display: flex;
        align-items: center;
        width: 1400px;
        box-sizing: border-box;
        padding-right: 20px;
    }

    /* LOGO CSS */
    .logo {
        width: 24%;
        /* height: 90px; */
    }

    .logo a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .logo a img {
        width: 100%;
        height: 100%;
        display: block;
    }

    /* logo sticky */
    /* .homeplan-main-menu .logo a.main_sticky_main_l {
        display: block;
    } */

    /* .homeplan-main-menu .logo a.main_sticky_l {
        display: none;
    } */

    .homeplan-main-menu .logo a img {
        display: block;
    }

    /* logo pre */
    .homeplan-main-menu .prefix .logo a.main_sticky_main_l {
        display: none;
    }

    .homeplan-main-menu .prefix .logo a.main_sticky_l {
        display: block;
    }

    .homeplan_menu ul {
        list-style: none;
        color: #fff;
    }

    /* MENU text CSS */
    .homeplan_menu ul {
        text-align: right;
        list-style: none;
    }

    .homeplan_menu>ul>li {
        display: inline-block;
        position: relative;
        height: 90px;
    }

    .homeplan_menu>ul>li>a {
        display: block;
        margin: 33px 10px;
        transition: .5s;
        position: relative;
        font-size: 18px;
        color: #343434;
        display: inline-block;
    }

    .zhanwei {
        display: none;
    }


    .homeplan_menu>ul>li>a:before,
    .homeplan_menu>ul>li.current>a:before {
        background: #ffb600 none repeat scroll 0% 0;
        bottom: -7px;
        content: "";
        height: 2px;
        left: 0;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        transition: all 0.5s ease 0s;
        width: 15%;
        display: none;
    }

    .homeplan_menu>ul>li.current>a,
    .homeplan_menu>ul>li:hover>a,
    .creative_header_menu>ul>li:hover>a {
        background-color: transparent;
        color: #01fcff !important;
    }

    .homeplan_menu>ul>li.active>a {
        background-color: transparent;
        color: #0270c1 !important;
    }

    /* .prefix .homeplan_menu>ul>li.active>a{
        color: #0270c1 !important;
    } */

    .homeplan_menu>ul>li:hover>a:before,
    .homeplan_menu>ul>li.current>a:before {
        opacity: 1;
    }

    .transprent-menu .homeplan_nav_area {
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        background-color: transparent;
        padding: 0;
        transition: .5s;
        position: absolute;
    }

    .homeplan_nav_area.postfix {
        transition: .3s;
        background-color: #fff;
    }

    /* 滑动上去白背景 */
    .homeplan_nav_area.prefix {
        background: #fff;
        box-shadow: 0px 0px 8px 2px rgba(221, 221, 221, 50%);
    }

    .homeplan_nav_area.prefix .homeplan_menu>ul>li>a {
        color: #343434;
        /* line-height: 30px; */
    }

    /* .homeplan_nav_area.prefix .homeplan_menu>ul>li.current>a {
        color: #ffcc00;
    } */

    .search_popup_button,
    .tx_mmenu_together {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-left: auto;
    }

    .tx_mmenu_together .donate-btn-header {
        padding: 0;
    }

    .prefix .main_menu_header_address_text h3,
    .prefix .main_menu_header_address_text h4 a,
    .prefix .main_menu_header_icon i {
        color: #fff;
    }

    /* sub menu style */
    .homeplan_menu ul .sub-menu {
        position: absolute;
        left: 0;
        top: 130%;
        /* width: 217px; */
        width: 150px;
        text-align: left;
        background: #338ccd;
        margin: 0;
        padding: 15px 0;
        z-index: 9999;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
        transition: .15s;
        opacity: 0;
        visibility: hidden;
    }

    .homeplan_menu ul li:hover>.sub-menu {
        transition: .15s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 9;
    }

    .homeplan_menu ul .sub-menu li {
        position: relative;
        transition: .01s;
    }

    .homeplan_menu ul .sub-menu li a {
        display: block;
        margin: 0;
        letter-spacing: normal;
        font-size: 16px;
        font-weight: 400;
        transition: .1s;
        color: #fff;
        visibility: inherit !important;
        padding: 12px 18px;
    }

    .homeplan_menu ul .sub-menu li>a::before {
        position: absolute;
        content: "-";
        left: 20px;
        z-index: 1;
        display: none;
    }

    .homeplan_menu ul .sub-menu li:hover>a {
        color: #01fcff;
        padding-left: 36px;
    }

    .homeplan_menu ul .sub-menu li:hover>a::before {
        display: block;
    }

    .homeplan_menu ul .sub-menu li:before {
        left: -18px;
    }

    .homeplan_menu ul .sub-menu li:hover:before {
        opacity: 1;
    }

    /* .homeplan_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a,
    .homeplan_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
    .homeplan_menu ul .sub-menu .sub-menu li:hover>a,
    .homeplan_menu ul .sub-menu li:hover:before,
    .homeplan_menu ul .sub-menu li:hover>a {
        color: #ffcc00;
        background: rgb(255, 255, 255);
    } */

    /* sub menu 2 */
    .homeplan_menu ul .sub-menu .sub-menu {
        left: 100%;
        top: 130%;
        opacity: 0;
        visibility: hidden;
    }

    .homeplan_menu ul .sub-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0%;
    }

    /* sub menu 3 */
    .homeplan_menu ul .sub-menu .sub-menu li {
        position: relative;
    }

    .homeplan_menu ul .sub-menu .sub-menu .sub-menu {
        right: 100%;
        left: auto;
        top: 130%;
        opacity: 0;
        visibility: hidden;
    }

    .homeplan_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0%;
    }

    /* sub menu 4 */
    .homeplan_menu ul .sub-menu .sub-menu .sub-menu li {
        position: relative;
    }

    .homeplan_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0%;
    }

    /* has menu icon */
    .homeplan-main-menu .menu-item-has-children>a:after {
        display: inline-block;
        margin-left: 5px;
        content: "";
        background-image: url(../img/navbai.png);
        width: 12px;
        height: 6px;
        background-size: 100% 100%;
        opacity: 1;
        transform: translateY(-2px);
    }

    .homeplan-main-menu .menu-item-has-children:hover>a:after,
    .homeplan-main-menu .menu-item-has-children.active>a:after {
        background-image: url(../img/navhuang.png);
    }

    .homeplan-main-menu .menu-item-has-children:first-child>a:after,
    .homeplan-main-menu .menu-item-has-children:last-child>a:after {
        visibility: hidden;
    }


}

/* ipad */
@media (max-width: 990px) and (min-width: 750px) {
    .heard_phone{
        display: flex;
        align-items: center;
        padding: 20px 30px;
    }
    .heard_phone img{
        width: 40px;
        height: 40px;
    }
    .heard_phone p{
        font-size: 30px;
        margin-left: 20px;
        font-family: Arial;
        color: #343434;
    }
    .hidden-xs-only {
        display: none;
    }

    .hidden-sm-and-up {
        display: block;
    }

    .zhanweimove {
        width: 100%;
        height: 120px;
    }

    .mobile_logo_area {
        position: fixed;
        width: 100%;
        height: 120px;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }

    .mobile_overlay {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        visibility: hidden;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.3s ease-out 0s;
    }

    .mobile_overlay.mactive {
        opacity: 1;
        visibility: visible;
    }

    .mobile_cicon {
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .mobilemenu_con {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobilemenu_con .search{
        position: absolute;
        z-index: 1;
        right: 150px;
        width: 40px;
        height: 40px;
        display: block;

    }
    .mobilemenu_con .search img{
    width: 100%;
    height: 100%;
    }

    .mobile_menu_logo {
        display: block;
        width: 60vw;
    }
   

    .mobile_menu_logo img {
        display: block;
        width: 100%;
    }

    .mobile_menu_option {
        margin-left: auto;
        margin-right: 3vw;
    }

    .mobile_menu_o {
        width: 60px;
    }

    .mobile_menu_o .openclass {
        display: block;
        width: 100%;
    }

    .mobile_p {
        position: fixed;
        right: 0;
        width: 800px;
        padding: 80px 20px 0px;
        box-sizing: border-box;
        overflow-y: scroll;
        top: 0;
        height: 100%;
        z-index: 9999;
        display: block;
        transition: 0.5s all;
        box-shadow: 0 0 30px rgb(0 0 0 / 7%);
        transform: translateX(100%);
        background: #ffffff;
    }

    .tx-s-open {
        transform: translateX(0);
    }

    .mobile_p .tuetion_theme_widget>div.widget_block {
        padding: 0;
    }

    .mobile_p .tuetion_theme_widget>div {
        padding: 20px 0px 20px;
        box-shadow: none;
    }

    .mobile_menu_content .mobile_menu_logo {
        width: 600px;
    }
    

    .mobile_menu_content .mobile_menu_logo img {
        width: 100%;
        display: block;
    }

    .homeplan_menu ul {
        list-style: none;
        color: #fff;
    }

    /* ------------- */
    .mean-container .mean-bar {
        background: pink;
        padding: 0;
    }

    .mean-container .mean-nav>ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
    }

    .mean-container .mean-bar {
        background: #fff;
        padding: 0;
    }

    .mean-container .mean-nav ul li {
        border-top: 0px solid #ddd;
    }

    .mean-container .mean-nav ul li li a,
    .mean-container .mean-nav ul li a {
        color: #444;
        font-size: 30px;
    }

    .mean-container .mean-nav ul li li a {
        border-top: 1px solid #ddd;
    }

    .mean-container .mean-nav ul li a:hover {
        color: #ff4a17;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        font-size: 40px !important;
        top: 10px;
        width: 30px;
        height: 30px;
    }
}

/* 移动 */
@media only screen and (max-width: 750px) {
    .heard_phone{
        display: flex;
        align-items: center;
        padding: 2vw 2vw;
    }
    .heard_phone img{
        width: 4vw;
        height: 4vw;
    }
    .heard_phone p{
        font-size: 4vw;
        margin-left: 3vw;
        font-family: Arial;
        color: #343434;
    }
    .container {
        width: 100%;
        overflow: hidden;
    }

    /* pc头隐藏 */
    .hidden-xs-only {
        display: none;
    }

    .main {
        width: 94vw;
        margin: auto;
        padding: 0 0 13px;
    }

    .down_cont {
        width: 94vw;
        margin: auto;
    }

    .zhanweimove {
        width: 100%;
        height: 12vw;
    }

    .mobile_logo_area {
        position: fixed;
        width: 100%;
        height: 12vw;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
    }

    .mobile_overlay {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        transition: all 0.3s ease-out 0s;
    }

    .mobile_overlay.mactive {
        opacity: 1;
        visibility: visible;
    }

    .mobile_cicon {
        position: absolute;
        right: 30px;
        top: 50px;
    }

    .mobilemenu_con {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .mobilemenu_con .search{
        position: absolute;
        z-index: 1;
        right: 13vw;
        width: 5vw;
        height: 5vw;
        display: block;
    }
    .mobilemenu_con .search img{
        width: 100%;
        height: 100%;
    }
    .mobile_menu_logo {
        display: block;
        width: 60vw;
    }

    .mobile_menu_logo img {
        display: block;
        width: 100%;
    }

    .mobile_menu_option {
        margin-left: auto;
        margin-right: 3vw;
    }

    .mobile_menu_o {
        width: 6vw;
    }

    .mobile_menu_o .openclass {
        display: block;
        width: 100%;
    }

    .mobile_p {
        position: fixed;
        right: 0;
        width: 300px;
        padding: 80px 20px 0px;
        overflow-y: scroll;
        top: 0;
        height: 100%;
        z-index: 9999;
        display: block;
        transition: 0.5s all;
        box-shadow: 0 0 30px rgb(0 0 0 / 7%);
        transform: translateX(100%);
        background: #ffffff;
    }

    .tx-s-open {
        transform: translateX(0);
    }

    .mobile_p .tuetion_theme_widget>div.widget_block {
        padding: 0;
    }

    .mobile_p .tuetion_theme_widget>div {
        padding: 20px 0px 20px;
        box-shadow: none;
    }

    .mobile_menu_logo {
        width: 41vw;
    }

    .mobile_menu_content .mobile_menu_logo {
        width: 80%;
        height:32px;
    }

    .mobile_menu_logo img {
        width: 100%;
        display: block;
    }

    .mean-nav>.sub-menu {
        display: block !important;
    }

    .mean-container .mean-bar {
        background: none !important;
    }

    .mean-container .mean-bar::before {
        display: none !important;
    }

    /* .mean-container .mean-nav ul >li:first-child{
        border-top: none;
    } */
    .mean-container .meanmenu-reveal {
        display: none !important;
    }

    /* .mean-container .mean-nav ul li a{
        font-size: 4vw;
    } */


    /* 底部 */
    .footer {
        background-color: #162631;
        padding-top: 5.333vw;
        position: relative;
    }

    .footer::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.133vw;
        background-color: #203341;
        left: 0;
        bottom: 17vw;
    }

    .footer_one {
        display: flex;
        padding-bottom: 5vw;
        flex-wrap: wrap;
    }

    .foortabo p {
        font-size: 3.2vw;
        color: #fff;
    }
     .footer-logo{
        display: none !important;
     }
 .footer_one .show{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
 }
 .footer_one .show .foot_nav{
    margin: 0;
 }
 .footer_one .show .phone-footer-logo{
    display: block;
    width:60%;
    text-align: center;
    margin-top: 18px;
 }
 .footer_one .show .phone-footer-logo img{
    width: 100px;
    height: 32px;
 }
 .phone-footer-logo .xian{
    width: 87%;
    height: 1px;
    background-color: #0f3d5c;
    margin: 10px 0 10px 10px;
 }
 .phone-footer-logo  p {
    color:#0071c1;
    font-weight: 600;
    font-size: 3vw;
 }
    .foortabo .foortabo_img {
        width: 16.667vw;
        height: 16.667vw;
        margin-top: 3.333vw;
    }

    .foortabo .foortabo_img img {
        width: 100%;
        height: 100%;
    }

    .fot_text {
        /* margin-left: 10.667vw; */
        width: 50vw;
    }

    .fot_text .tit {
        font-size: 3.2vw;
        color: #fff;
    }

    .fot_text .phonw {
        font-size: 4.8vw;
        color: #e7edf2;
        font-family: Arial;
        margin-top: 2.667vw;
    }

    .fot_text .detis {
        font-size: 3vw;
        color: #8b9eab;
        margin-top: 2.933vw;
        line-height: 4.000vw;
    }
    .footer_two .emails{
        display: inline-flex;
        align-items: center;
        box-sizing: border-box;
    }
    .footer_two .emails img{
        width: 3vw;
        height: 2.5vw;
    }
    .footer_two .emails p{
        margin-left: 1.000vw;
        font-size: 3vw;
        color: #8b9eab;
    }
    .foot_nav {
        display: flex;
        margin: 5vw 0; 
        justify-content: space-between;
        width: 100%;
    }

    .foot_nav .foot_list {
        margin: 0 1vw;
        width: 50%;
    }

    .foot_nav .foot_list .foot_list_tit {
        font-size: 3.2vw;
        color: #fff;
    }

    .foot_nav .foot_list .foot_list_tit:hover {
        color: #c5c5c5;
    }

    .foot_nav .foot_list .foot_list_cont {
        margin-top: 2.667vw;
    }

    .foot_nav .foot_list .foot_list_cont a {
        font-size: 3vw;
        color: #8b9eab;
        display: block;
        margin-top: 0.667vw;
    }

    .foot_nav .foot_list .foot_list_cont a:hover {
        color: #fff;
    }

    .footer-logo {
        /* width: 100%; */
        display: flex;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }

    .footer-logo img {
        width: 150px;
    }

    .footer-logo p {
        color: #0071c7
    }

    .footer_two {
        font-size: 3vw;
        color: #8b9eab;
        padding-top: 2.000vw;
        padding-bottom: 2vw;
        box-sizing: border-box;
    }

    .footer_two a {
        font-size: 3vw;
        color: #8b9eab;
    }

    .footer_two a:hover {
        text-decoration: underline;
        box-sizing: border-box;
        color: #0170c1;
    }

    .footerbr {
        display: block;
    }

    /* 二级头部 */
    .two_banner {
        width: 100%;
        position: relative;
        min-height: 122px;
        overflow: hidden;
    }

    .two_banner .two_banner_img {
        width: 100%;
        /* display: block; */
        min-width:560px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .two_banner_title {
        position: absolute;
        left: calc(50% - 46vw);
        top: calc(50% - 8.667vw);
        z-index: 1;
    }

    .two_banner_title .two_banner_tit {
        font-size: 4.8vw;
        color: #fff;
    }

    .two_banner_title .two_banner_block {
        height: 6.933vw;
        padding: 0 4.000vw;
        display: inline-flex;
        align-items: center;
        background-color: rgba(255, 255, 255, .4);
        border-radius: 0.667vw;
        margin-top: 4.000vw;
    }

    .two_banner_title .two_banner_block a {
        font-size: 2.5vw;
        color: #fff;
        display: block;
    }

    .two_banner_title .two_banner_block a:hover {
        color: #0270c1;
    }

    .two_banner_title .two_banner_block img {
        width: 1.467vw;
        height: 1.333vw;
        display: block;
        margin: 0 1.333vw;
    }

    /* 分页 */
    .fenye {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8.000vw;
    }

    .fenye .fenye_anniu {
        margin: auto;
    }

    .fenye .fenye_anniu .blo {
        background-color: #ffffff;
        font-size: 2.8vw;
        color: #b1b1b1;
        padding: 0 1.733vw;
        line-height: 4.667vw;
        margin: 0.667vw;
        display: inline-block;
        border: 0.133vw solid #dcdcdc;
        border-radius: 0.667vw;
        overflow: hidden;
    }

    .fenye .fenye_anniu .blo.active,
    .fenye .fenye_anniu .blo:hover {
        background-color: #0270c1;
        border: 0.133vw solid #0270c1;
        color: #fff;
    }
}