/**
适配rem等公用属性配置
**/
/* 1rem = 1html标签字号大小 */
* {
    margin: 0;
    padding: 0;
}



html {
    /* 1920px 下 1rem就是100px */
    font-size: calc(100vw/19.2);
    overflow-x:hidden;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    /*去掉li左侧的点*/
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_al_end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    height: 1rem;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    box-sizing: border-box;
    transition: all .5s;
}

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

.phone_view p,
.draw_icon p {
    font-size: 0.16rem;
    margin-left: 0.1rem;
}

.draw_icon {
    margin-left: 0.6rem;
    cursor: pointer;
}

.logo_container.logo_active {
    background: #00524C;
}

.logo_container {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    transition: all .5s;
}

.nav-active {
    background-color: #fff;
}

.nav .menu {
    display: flex;
    align-items: center;
    width: 60%;
}

.nav .menu .active {
    font-weight: bolder;
}

.nav .menu a {
    font-size: 0.18rem;
    cursor: pointer;
    margin-right: 0.7rem;
}

.icon_dianhua {
    width: 22px;
    height: 22px;
}

.icon_menu {
    width: 0.17rem;
    height: 0.14rem;
}


.phone_view {
    cursor: pointer;
    position: relative;
}

.phone_view .icon_dianhua:hover ~ .hover_contact, .phone_view p:hover  ~ .hover_contact{
    opacity: 1;
}

.phone_view .hover_contact {
    left: -135px;
    position: absolute;
    width: 270px;
    top: 30px;
    opacity: 0;
    transition: all .5s;
}

.top_banner {
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    width: 100%;
    height: 7rem;
    flex-direction: column;
    padding-bottom: 1.08rem;
    padding-left: 1.95rem;
    box-sizing: border-box;
    animation: scalInit 1.5s;
    max-width: 100%;
    overflow: hidden;
}

@keyframes scalInit {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/* .top_banner:hover {
    transform: scale(1.2);
}

.top_banner:hover .b_en {
    transform: scale(1);
} */

.top_banner .b_en {
    color: #fff;
    font-size: 0.28rem;
}

.top_banner .b-zh {
    color: #fff;
    font-size: 0.4rem;
}

.page_crumbs {
    padding: 0.2rem 1.95rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #D1D1D1;
    background: #fff;
    z-index: 100;
    top: 0.9rem;
    position: sticky;
}

.page_crumbs .didian {
    margin-right: 0.15rem;
}

.page_crumbs .crumbs_list {
    display: flex;
}

.page_crumbs .crumbs_list a {
    font-size: 0.16rem;
    color: #d3d3d3;
}

.page_crumbs .crumbs_list a.active {
    color: #707070;
}

.page_crumbs .crumbs_list p {
    color: #d3d3d3;
    font-size: 0.16rem;
    margin: 0 0.1rem;
}

.page_crumbs .mao_list {
    display: flex;
}

.page_crumbs .mao_list a {
    margin-right: 1.09rem;
    color: #7a7a7a;
    position: relative;
    font-size: 0.18rem;
}

.page_crumbs .mao_list a.active {
    font-weight: bolder;
    color: #00524C;
    position: relative;
}

.page_crumbs .mao_list a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #7a7a7a;
    right: -70%;
    top: 5%;
}

.page_crumbs .mao_list a:last-child::after {
    display: none;
}

/* 尾部footer */
.footer_main {
    background-color: #F9F9F9;
    position: relative;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.8rem;
    box-sizing: border-box;
    align-items: flex-start;
    border-bottom: 1px solid #D1D1D1;
}

.footer-top .page_list {
    width: 60%;
    display: flex;
    font-size: 0.22rem;
    color: #141414;
}

.footer-top .page_list .list {
    display: flex;
    width: 100%;
}

.footer-top .page_list .list li {
    margin-right: 0.6rem;
}

.footer-top .page_list .list h4 {
    font-size: 0.22rem;
    margin-bottom: 0.24rem;
}

.footer-top .page_list .list a {
    display: block;
    font-size: 0.18rem;
    color: #707070;
    margin-bottom: 0.05rem;
}

.footer-top .company_card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*width: 15%;*/
    align-items: end;
}

.footer-top .company_card .ct_gzh {
    display: flex;
    align-items: flex-end;
    font-size: 0.16rem;
    color: #707070;
}


.footer-top .company_card .ct_gzh p {
    text-align: right;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}

.footer-top .company_card .ct_gzh img {
    width: 100px;
    height: 100px;
}

.footer-top .company_card .links {
    position: relative;
    font-size: 0.16rem;

    width: 100%;
    margin-top: 0.5rem;
    cursor: pointer;
    color: #707070;
}

.footer-top .company_card .links .up_panel {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    transform-origin: top;
    bottom: 58px;
    box-sizing: border-box;
    border-radius: 0.1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.footer-top .company_card .links .links_ts {
    border: 1px solid #979797;
    border-radius: 1rem;
    width: 100%;
    padding: 0.14rem 0.32rem;
    box-sizing: border-box;
}

.footer-top .company_card .links .links_ts img {
    transition: all 1s;
}

.footer-top .company_card .links .links_ts .active {
    transform: rotate(180deg);
}

.footer-top .company_card .links .up_panel.view {
    max-height: 2rem;
}

.footer-top .company_card .links .up_panel a {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.3rem 0.8rem;
    box-sizing: border-box;
    align-items: center;
}

.footer-bottom .hot-line .phone_text {
    margin: 0 0.1rem;
}

.footer-bottom .hot-line {
    background-color: #379188;
    border-radius: 1rem;
    color: #fff;
    font-size: 0.16rem;
    padding: 0.1rem 0.24rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-bottom .hot-line .phone {
    font-size: 0.24rem;
}

.footer-bottom .qj_text {
    font-size: 0.16rem;
    color: #141414;
    margin-left: 0.45rem;
}

.footer-bottom .qj_text .qj_word {
    margin-right: 0.3rem;
}

.footer-bottom .qj_text img {
    margin-right: 0.2rem;
    cursor: pointer;
}

.footer-bottom .wz_info {
    font-size: 0.16rem;
    color: #707070;
    justify-content: center;
    height: 100%;
}

.footer-bottom .wz_info a {
    margin-left: 0.1rem;
}

.mt_20 {
    margin-top: 0.2rem;
}

.mt_30 {
    margin-top: 0.3rem;
}

.dot_circle {
    position: relative;
    z-index: 1;
}

.dot_circle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #379188;
    border-radius: 50%;
    bottom: -5px;
    right: -7px;
    z-index: -1;
}

/* 分页按钮 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.85rem;
}

.pagination .page_num {
    width: 0.5rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #131415;
    background-color: #F5F5F5;
    margin-right: 0.1rem;
    cursor: pointer;
}

.pagination .active {
    background-color: #379188;
    color: #fff;
}

.pagination .next {
    width: auto;
    padding: 0 0.35rem;
}

.ab_en {
    font-size: 0.28rem;
    color: #000;
}

.ab_zh {
    font-size: 0.54rem;
    color: #000;
    font-weight: bold;
}

.ab_tag {
    font-size: 0.14rem;
    color: #C6C6C6;
    margin-top: 0.23rem;
}

.color_14 {
    color: #141414 !important;
}

.color_70 {
    color: #707070 !important;
}

.just-end {
    justify-content: flex-end;
}

.hover_bottom::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #00524C;
    bottom: 0;
    position: absolute;
    width: 0;
    transition: all 1s;
    left: 0;
}

.hover_bottom:hover::after {
    width: 100%;
}

.hide_two_line {
    max-width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 移动端导航 */

.logo img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.4s;
}

.menubtn {
    position: relative;
    z-index: 20;
    float: right;
    cursor: pointer;
    transition: 0.4s;
    cursor: pointer;
}

.menu-flex {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: 0.88s;
}

.menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.88s 0.3s;
}

.menu-right {
    position: absolute;
    right: -330px;
    top: 0;
    width: 330px;
    height: 100%;
    background: #fff;
    transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-list {
    padding-top: 119px;
    margin: 0 30px;
}

.menu-list>li {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #ebebeb;
}

.menu-list>li>a {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 42px;
    color: #333333;
    font-size: 16px;
    height: 59px;
    line-height: 59px;
}

.menu-list>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #379188;
    transition: 0.38s;
    z-index: -1;
}

.menu-bg {
    opacity: 1;
    visibility: hidden;
    transition: .5s;
}

.menu-bg.active {
    opacity: 1;
    visibility: visible;
}

.menubtn span {
    position: relative;
    vertical-align: middle;
    display: block;
    width: 18px;
    height: 2px;
}

.menubtn.active span {
    background-color: transparent;
    transition-delay: 0s, 0s;
}

.menu-flex.show .menu-right {
    right: 0;
}

.menu-flex.show {
    visibility: visible;
    pointer-events: visible;
}

.menu-list>li>a {
    display: block;
    position: relative;
    z-index: 2;
    padding-left: 42px;
    color: #333333;
    font-size: 16px;
    height: 59px;
    line-height: 59px;
}

.menu-list>li>a:hover {
    color: #fff;
}

.menu-list>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #379188;
    transition: 0.38s;
    z-index: -1;
}

.menu-leval {
    display: none;
}

.menu-flex .mask_menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c4f;
    z-index: -1;
    top: 1rem;
}

.menu-list>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background: #379188;
    transition: 0.38s;
    z-index: -1;
}

.menu-list>li:hover>a:before,
.menu-list>li.active>a:before {
    height: 100%;
    bottom: auto;
    top: 0;
}


/* 顶部导航 */
.header-menu {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.menu-btn {
    background: none;
    border: none;
    width: auto;
    height: 40px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    cursor: pointer;
    transition: 0.4s 0.2s;
}

.menubtn span {
    background: #8c7153;
}

.menubtn span:before,
.menubtn span:after {
    background: #8c7153;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    left: 0;
    transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
}

.menubtn span:before {
    top: -6px;
    transition-property: top, transform;
    background: #8c7153;
}

.menubtn span:after {
    bottom: -6px;
    transition-property: bottom, transform;
}

.menu-flex {
    overflow: hidden;
}

.menu-bg {
    top: 1rem;
    bottom: 0;
}

.menu-right {
    overflow-y: auto;
    width: 30%;
    right: -80%;
    top: 1rem;
    height: auto;
    bottom: 0;
    box-shadow: inset 0 0 20px rgb(0 0 0 / 16%);
}

.menu-list {
    padding-top: 80px;
}

.menu-list>li>a {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

/* active */
.menubtn.active span:before,
.menubtn.active span:after {
    background: #8c7153;
    transition-delay: 0s, .3s;
}

.menubtn.active span:after {
    transform: rotate(-45deg);
    bottom: 0px;
}

.menubtn.active span:before {
    top: 0px;
    transform: rotate(45deg);
    transition-delay: 0s, .3s;
}