* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    scroll-behavior: smooth;
}

body,
html {
    width: 100%;
    height: auto;
    overflow-x: hidden
}

img {
    display: block;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none
}

.pos {
    position: relative;
}

/**图片背景基础样式**/
.base_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

/*单行省略*/

.omit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.omit2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    width: 92%;
    padding-left: 21px;
    max-width: 1480px;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
}

.content>div.border1 {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.content>div.border2 {
    height: 100%;
    border-left: 1px solid #EEEEEE;
}

.content>div.padding {
    padding-left: 38px;
    box-sizing: border-box;
}

/* 右侧悬浮弹窗 */
.pop_up {
    position: fixed;
    bottom: 50px;
    right: 53px;
    width: 170px;
    height: auto;
    background-color: #ffffff;
    z-index: 9998;
    padding: 0 8px;
    box-shadow: 0px 3px 21px 0px rgb(0 0 0 / 8%);
}

.pop_code {
    padding-bottom: 11px;
}

.pop_code,
.pop_phone {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgb(1, 12, 34, 0.1);
    display: block;
}

.pop_img {
    width: 102px;
    height: 102px;
    display: block;
    margin: 20px auto 0;
}

.pop_img img {
    width: 100%;
    height: 100%;
}

.pop_code p {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 7px;
    text-align: center;
}

.pop_phone {
    padding: 12px 0;
}

.pop_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url('../img/suspend_service.jpg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 24% center;
    font-size: 14px;
    color: #666666;
    padding-left: 57px;
}

.pop_phone p {
    font-size: 18px;
    font-weight: bold;
    color: #296ff7;
    margin-top: 12px;
    text-align: center;
}

.shou {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgb(1, 12, 34, 0.1);
    cursor: pointer;
}

.shou p {
    width: 100%;
    height: 100%;
    padding: 14px 0;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.guan {
    display: block;
}

.kai {
    display: none;
}

.pop_top {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 0 18px 0;
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.pop_top img {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 11px;
}


/* 导航 */
.pc_nav {
    width: 100%;
    height: 94px;
    background-color: rgba(26, 34, 89, 0.9);
    position: fixed;
    top: 0;
    z-index: 9992;
    transition: .35s;
}

.pc_navcon {
    /* width: 100%; */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    box-sizing: border-box;
}

.nav_logo {
    width: 145px;
    height: 42px;
}

.logo {
    display: block;
    width: 145px;
    height: 42px;
    background-image: url(../image/logo@2x.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav_right {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav_title {
    /* width: 100%; */
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.nav_title li {
    width: auto;
    height: 100%;
    margin-right: 44px;
    display: flex;
    align-items: center;
    position: relative;
}

.nav_title li:last-child {
    margin-right: 0;
}

.nav_title li:first-child a {
    padding-left: 0;
}

.nav_title li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    transition: .35s;
    background-color: transparent;
    line-height: 26px;
    border-bottom: 1px solid transparent;
}

.nav_title li a:hover {
    transition: .35s;
    font-size: 16px;
    color: #2CD363 !important;
}

.nav_title li.nav_actives>a {
    font-size: 16px;
    color: #2CD363;
    border-bottom-color: #2CD363;
}

.nav_child {
    width: auto;
    height: 54px;
    background-color: #262D53;
    position: absolute;
    left: 0;
    bottom: -54px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.nav_child a {
    display: block;
    width: 100px !important;
}

.nav_title li .nav_child.active {
    bottom: -54px;
    opacity: 1;
}

.nav_search {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../image/search@2x.png);
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin-left: 110px;
}

.nav_lang {
    display: block;
    width: 93px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    box-sizing: border-box;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_lang div {
    width: 45px;
    font-size: 16px;
    color: #1A2259;
    text-align: center;
}

.nav_lang img {
    width: 36px;
    height: 36px;
}

/* 头部结束 */

.acea-row {
    display: flex;
    flex-wrap: wrap
}

.acea-row.row-middle {
    align-items: center
}

.acea-row.row-top {
    align-items: flex-start
}

.acea-row.row-bottom {
    align-items: flex-end
}

.acea-row.row-center {
    justify-content: center
}

.acea-row.row-right {
    justify-content: flex-end
}

.acea-row.row-left {
    justify-content: flex-start
}

.acea-row.row-between {
    justify-content: space-between
}

.acea-row.row-around {
    justify-content: space-around;
}

.acea-row.row-column-around {
    justify-content: space-around;
}

.acea-row.row-column {
    flex-direction: column
}

.acea-row.row-column-between {

    flex-direction: column;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    align-items: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    align-items: center;
    justify-content: space-between
}

.acea-no-warp {
    flex-wrap: nowrap;
}

.flex-1 {
    flex: 1;
}


.flex {
    display: flex;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}


/* 底部 */
.foot {
    width: 100%;
    height: auto;
    background: #19418D;
    /* padding-top: 70px; */
}

.footop {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 100px 0 80px 0;
}

.footleft {
    /* width: 20.36%; */
    height: auto;
    overflow: hidden;
}

.footlogo {
    margin-bottom: 60px;
}

.footlogo img {
    width: 145px;
    height: 42px;
}

.footcon div {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 38px;
    margin-bottom: 11px;
}

.footcon div:nth-child(1) {
    background: url('../image/whatsapp.png') no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.footcon div:nth-child(2) {
    background: url('../image/phone@2x.png') no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.footcon div:nth-child(3) {
    background: url('../image/mail@2x.png') no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.footcon div:nth-child(4) {
    background: url('../image/map@2x.png') no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.footright {
    /* width: 70%; */
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.footnav {
    /* width: 14%; */
    height: auto;
    overflow: hidden;
    margin-right: 90px;
}

.footnav:last-child {
    margin-right: 0;
}

.footnav p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
}

.footnav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footnav ul li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: .35s;
}

.footnav ul li a:hover {
    color: #ffffff;
    transition: .35s;
}

.footcontact {
    width: 18%;
    height: auto;
    overflow: hidden;
}

.footaddress {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.foottit {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 35px;
    align-items: center;
}

.foottit img {
    width: 16px;
    height: 14px;
    margin-right: 12px;
}

.footnr {
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.footba {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}

.footba p {
    font-weight: 400;
    font-size: 12px;
    color: #E0E4E4;
    line-height: 14px;
}

.footba p a {
    font-weight: 400;
    font-size: 12px;
    color: #E0E4E4;
    line-height: 14px;
    transition: .35s;
}

.footba p a:hover {
    transition: .35s;
    color: #E0E4E4;
}

/* 搜索 */
.search_show {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 34, 89, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.search_show_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.search_show_close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 170px;
    right: 100px;
}

.search_show_title {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 64px;
    margin-bottom: 68px;
}

.search_show_input {
    width: 100%;
    max-width: 856px;
    padding: 0 6px 0 24px;
    box-sizing: border-box;
    height: 57px;
    background: #FFFFFF;
    border-radius: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px;
}

.search_show_input input {
    width: calc(100% - 100px);
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
}

.search_show_input input:focus {
    outline: none;
}

.search_show_input img {
    width: 48px;
    height: 48px;
}

.search_hot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.search_hot div,
.search_hot a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 50px;
}



@media screen and (max-width: 1650px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1440px) {
    .pc_navcon {
        /* width: 100%; */
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1350px) {
    .nav_title li {
        margin-right: 34px;
    }
}

@media screen and (max-width: 1270px) {
    .nav_title li {
        margin-right: 24px;
    }
}

@media screen and (max-width: 1200px) {
    .nav_title li {
        margin-right: 14px;
    }
}

@media screen and (max-width: 1130px) {}

@media screen and (max-width: 1100px) {
    .nav_search {
        margin-left: 20px;
    }

    .nav_lang {
        margin-right: 20px;
    }
}

@media screen and (max-width: 800px) {
    .content {
        padding-left: 0;
    }

    .content>div.padding {
        padding-left: 20px;
    }

    .footright {
        display: none;
    }

    .footba {
        display: block;
    }

    .footba p {
        font-size: 12px;
        text-align: center;
    }

    .footba p a {
        font-size: 12px;
    }

    .nav_search {
        display: block;
        width: 36px;
        height: 36px;
        background-size: 14px 14px;
        margin-left: 0;
    }

    .nav_lang {
        width: 80px;
        height: 36px;
        background: #2CD363;
        border-radius: 36px;
        padding: 0 6px;
    }

    .nav_lang img {
        width: 30px;
        height: 30px;
    }

    .search_show_close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 100px;
        right: 30px;
    }

    .search_show_title {
        font-weight: 400;
        font-size: 28px;
        color: #FFFFFF;
        line-height: 64px;
        margin-bottom: 68px;
    }

    .search_show_input {
        width: 100%;
        max-width: 856px;
        padding: 0 6px 0 24px;
        box-sizing: border-box;
        height: 46px;
        background: #FFFFFF;
        border-radius: 46px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 46px;
    }

    .search_show_input input {
        width: calc(100% - 100px);
        border: none;
        font-weight: 400;
        font-size: 16px;
        color: #6D7189;
    }

    .search_show_input input:focus {
        outline: none;
    }

    .search_show_input img {
        width: 40px;
        height: 40px;
    }

    .search_hot {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .search_hot div,
    .search_hot a {
        display: block;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 26px;
        margin: 0 20px;
    }
}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 320px) {}