* {
    margin: 0;
    padding: 0;
    font-family: 等线, Source Han Sans CN;
    color: #333333;
}

html::-webkit-scrollbar {
    display: none;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    word-wrap: break-word;
}

html {
    overflow-x: hidden;
}

body {
    padding-top: 100px;
    overflow-x: hidden;
}

textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

textarea::-webkit-scrollbar-track {
    background: transparent;
    cursor: pointer;
}

textarea::-webkit-scrollbar-thumb {
    background: rgba(225, 225, 225, 0.3);
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(225, 225, 225, 0.7);
    cursor: pointer;
}

/* 大板心 */
.type_area_max {
    position: relative;
    width: 1450px;
    margin: 0 auto;
    transition: all 0.2s;
}

/* 小板心 */
.type_area_min {
    position: relative;
    width: 1400px;
    margin: 0 auto;
    transition: all 0.2s;
}

/* 顶部导航 */
.nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav_box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .logo {
    width: 125px;
    height: 100%;
    background: url(../image/logo.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.nav_box_r {
    display: flex;
    height: 100%;
}

.nav_box_r .nav_item_list {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav_box_r .nav_item {
    position: relative;
    height: 100%;
    /* flex: 1; */
    margin-right: 60px;
}

.nav_box_r .nav_item a {
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    line-height: 100px;
    font-weight: 700;
}

.nav_item_show a,
.nav_item a:hover {
    color: #0E5990;
}

.nav_controls {
    display: none;
    width: 0.62rem;
    height: 0.60rem;
    background: url(../image/controls.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    cursor: pointer;
}

.hide_nav_list {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 150px;
    height: auto;
    background-color: rgba(225, 225, 225, 0.9);
    padding: 20px;
    z-index: 33;
    text-align: center;
    box-sizing: border-box;
}

.nav_box_r .nav_item:hover .hide_nav_list {
    display: block;
}

.hide_nav_list_tip_item a {
    width: 100%;
    max-width: 100% !important;
    line-height: 48px !important;
    color: #333333;
}

#nav_phone_list_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    display: none;
}

#nav_phone_list {
    position: absolute;
    right: 0.3rem;
    top: 1.74rem;
    background-color: #fff;
    border-radius: 6px;
    animation-name: navFade;
    animation-duration: 0.3s;
}

#nav_phone_list .nav_item a {
    padding: 0 0.54rem;
    line-height: 1rem;
    font-size: 0.31rem;
    display: block;
}

@keyframes navFade {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 底部公共部分开始 */
.footer {}

.footer_top {
    background-color: #EDEDED;
}

.footer_top_cont {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.footer_top_cont_l .logo {
    display: block;
    width: 125px;
    margin-bottom: 17px;
}

.footer_top_cont_l .phone {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
}

.footer_top_cont_l .phone img {
    width: 25px;
    height: 25px;
    margin-right: 17px;
}

.footer_top_cont_l .row_tip {
    font-size: 14px;
    color: #333333;
    margin-top: 26px;
}

.footer_top_cont_r {
    display: flex;
}

.footer_top_cont_r .nav_list_item {
    margin-left: 80px;
}

.footer_top_cont_r .nav_list_item .list_title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-bottom: 30px;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.footer_top_cont_r .nav_list_item .list_item_tip {
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
    max-width: 100px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.footer_top_cont_r .nav_list_item .list_item_tip a {
    color: #666666;
}

.footer_top_cont_r .nav_list_item .list_item_tip a:hover {
    color: #124B8B;
}

.row_title_tip {
    display: none;
    font-size: 0.29rem;
    color: #333333;
    margin-top: 0.54rem;
    font-weight: 700;
}

.footer_bottom {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

/* 底部公共部分结束 */
.lang_cont {
    display: flex;
    align-items: center;
}

.lang_cont .lang_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url(../image/lang.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 14px;
}

.box_title {
    font-weight: bold;
    font-size: 48px;
    color: #0D1012;
    line-height: 52px;
    text-align: center;
}

.box_title_fff {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    line-height: 52px;
    text-align: center;
}

.page_go_fff {
    display: inline-block;
    padding: 0 65px;
    font-size: 22px;
    color: #fff;
    line-height: 64px;
    border: 1px solid #fff;
}

.page_go_fff:hover {
    background-color: rgba(225, 225, 225, 0.3);
}

.page_go {
    display: inline-block;
    padding: 0 65px;
    font-size: 22px;
    color: #124B8B;
    line-height: 64px;
    border: 1px solid #124B8B;
}

.page_go:hover {
    background-color: rgba(18, 75, 139, 0.2);
}

#go_page_top {
    display: none;
    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 53px;
    height: 53px;
    background: url(../image/top.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
    cursor: pointer;
}

@media screen and (max-width: 1450px) {
    .type_area_max {
        width: 96%;
    }

    .nav_box_r .nav_item {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1250px) {
    .nav .logo {
        width: 95px;
    }

    .nav_box_r .nav_item {
        margin-right: 25px;
    }

}

@media screen and (max-width: 1200px) {
    .footer_top_cont {
        display: block;
    }

    .footer_top_cont_l {
        margin-bottom: 50px;
    }

    .footer_top_cont_r .nav_list_item {
        margin-left: 0;
        margin-right: 80px;
    }
}

@media screen and (max-width: 1050px) {
    .nav_box_r .nav_item {
        margin-right: 14px;
    }
}


/* 手机样式 */
@media screen and (max-width: 900px) {
    body {
        padding-top: 1.44rem;
    }

    .type_area_max {
        width: 94%;
    }

    .nav_controls {
        display: block;
    }

    .nav_box {
        width: 92%;
        height: 1.44rem;
    }

    .nav .logo {
        width: 1.5rem;
    }

    .nav_box_r {
        display: none;
    }

    .box_title,
    .box_title_fff {
        font-size: 0.58rem;
    }

    .page_go,
    .page_go_fff {
        padding: 0 0.78rem;
        line-height: 0.77rem;
        font-size: 0.26rem;
    }

    .footer_top_cont_r .nav_list_item .list_item_tip {
        display: none;
    }

    .footer_top_cont {
        padding-top: 0.6rem;
        padding-bottom: 0.43rem;
    }

    .row_title_tip {
        display: block;
    }

    .footer_top_cont_l {
        margin-bottom: 0.42rem;
    }

    .footer_top_cont_l .logo {
        width: 1.5rem;
    }

    .footer_top_cont_l .phone {
        font-size: 0.34rem;
    }

    .footer_top_cont_l .phone img {
        width: 0.3rem;
        height: 0.3rem;
        margin-right: 0.29rem;
    }

    .footer_top_cont_l .row_tip {
        font-size: 0.26rem;
        line-height: 0.34rem;
        margin-top: 0.34rem;
    }

    .footer_top_cont_r {
        width: 85%;
        display: grid;
        grid-column-gap: 0.3rem;
        grid-row-gap: 0.3rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer_top_cont_r .nav_list_item {
        margin: 0;
    }

    .footer_top_cont_r .nav_list_item .list_title {
        margin: 0;
        font-size: 0.26rem;
        font-weight: 400;
    }

    .footer_bottom {
        height: 1.3rem;
        font-size: 0.26rem;
    }
}

@media screen and (min-width: 900px) {
    #nav_phone_list_box {
        display: none !important;
    }
}