@charset "UTF-8";
.m_header {
    display: none;
}
.m_header .nume {
    width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.m_header .nume .line {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    border-radius: .25rem;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m_header .nume .line1 {
    top: 0;
}
.m_header .nume .line2 {
    top: 9px;
}
.m_header .nume .line3 {
    top: 18px;
}
.m_header .nume.cur {
    transform: rotateY(-180deg);
}
.m_header .nume.cur .line1 {
    transform: rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}
.m_header .nume.cur .line2 {
    opacity: 0;
}
.m_header .nume.cur .line3 {
    transform: rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.wrapheader {
    position: fixed;
    left: 0;
    top: 2rem;
    width: 100%;
    height: calc(100% - 2rem);
    overflow: auto;
    display: none;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.wrapheader .li {
    width: 100%;
    padding: .5rem 4% .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.wrapheader .li .li_hide {
    display: none;
    padding: .5rem .5rem .25rem;
}
.wrapheader .li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapheader .li a svg {
    width: .5rem;
    height: auto;
    transform: rotate(-90deg);
    transition: all .5s;
}
.wrapheader .li a svg path {
    stroke: #000000;
}
.wrapheader .li.cur a svg {
    transform: rotate(0deg);
}
.wrapheader .li:hover svg path {
    stroke: #c69c6d;
}

@media (max-width: 1440px) {
}
@media (max-width: 1080px) { 
    .home-a {
        height: 100vh;
    }
    .home-a  .yacbox,
    .home-a .thide {
        display: none !important;
    }
}

@media (max-width: 996px) {
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .view {
        padding: 0 4%;
    }
    .pc-header,
    .pc_seachbox {
        display: none;
    }
    .m_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 2rem;
        padding: 0 4%;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .m_header  .logo {
        width: 5rem;
    }
    .m_header  .mg_hr {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .m_header  .lunage {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .m_header  .href,
    .m_header  .lunage {
        margin-right: .5rem;
        position: relative;
    }
    .m_header  .href path,
    .m_header  .lunage path {
        transition: all .5s;
    }
    .m_header  .lunage svg,
    .m_header  .href svg {
        width: .75rem;
        height: auto;
    }
    .m_header .lunage .li_hide {
        position: absolute;
        top: 2rem;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 100%;
        padding: .25rem .5rem;
        background-color: #fff;
        display: none;
    }

    header.cur .m_header {
        background-color: #fff;
    }
    header.cur .m_header  .href path,
    header.cur .m_header  .lunage path,
    header.on .m_header  .href path,
    header.on .m_header  .lunage path {
        fill: #000000;
    }
    header.cur .m_header .nume .line,
    header.on .m_header .nume .line {
        background-color: #000000;
    }
    .f-body {
        padding: 1.5rem 4% 1rem;
    }
    .footer-top .footer-list {
        display: none;
    }
    .footer-top .f-logo {
        width: 5rem;
        height: auto;
    }
    #backTop {
        right: 4%;
        top: 1.5rem;
    }
    .footer-top {
        display: block;
    }
    .f-bot {
        display: block;
        padding: .5rem 4% .5rem;
    }
    .f-bot .tit-13 {
        line-height: normal;
    }
    .f-cont {
        margin-top: 1rem;
    }
    .f-cont .left .t1 {
        align-items: flex-start;
        margin-bottom: .5rem;
    }
    .f-cont .left .t1 .tit-18 {
        white-space: nowrap;
        line-height: normal;
    }
    .f-cont .left .t1 .tit-16 {
        line-height: normal;
    }
    .f-cont .left .t1 .en {
        line-height: normal;
    }
    .f-cont .left .link {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .banner-container .swiper-slide .txt {
        left: 4%;
    }
    .banner-pagination {
        display: block;
        right: 0;
        top: auto;
        bottom: 1.5rem;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .banner-pagination .swiper-pagination-bullet {
        margin: 0 10px;
    }
    .subm-down {
        display: none;
    }
    .banner-container .swiper-slide .txt .t1 {
        font-size: 1.2rem;
        margin-bottom: .25rem;
    }
    .banner-container .swiper-slide .txt .t2 {
        font-size: .75rem;
    }
    .banner-container {
        height: 100vh;
    }
    .home-a {
        height: 100vh;
    }
    .home-a  .yacbox,
    .home-a .thide {
        display: none !important;
    }
    .home-banner .li .txt {
        padding: 0 4%;
        transform: translateY(-100%);
    }
    .home-banner .li .txt .t2 {
        font-size: .75rem;
    }
    .home-a-table {
        width: 92%;
        flex-wrap: wrap;
        bottom: 2rem;
        justify-content: flex-start;
        margin: 0 4%;
    }
    .home-a-table .li {
        padding: 0rem .75rem;
        margin-right: .5rem;
        margin-bottom: .5rem;
        margin-left: 0;
    }
    .home-a-table .li:last-child {
        margin-right: 0;
        /* margin-bottom: 0; */
    }
    .home-c {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .home-c .tit-60 {
        font-size: 1rem;
    }
    .home-c .cont {
        display: block;
        margin-top: 1rem;
    }
    .home-c .cont .left .txt {
        background: linear-gradient(180deg, rgba(140, 166, 210, 0) 45.09%, rgba(0, 0, 0, 1) 100%);
    }
    .home-c .cont .left .txt .t2 {
        border-top-color: rgba(255, 255, 255, 0.5);
    }
    .home-c .cont .left {
        width: 100%;
        margin-right: 0;
        height: 10rem;
        margin-bottom: 1rem;
    }
    .home-c .cont .right {
        width: 100%;
        height: auto;
    }
    .home-c .cont .right .li {
        padding: 1rem .5rem;
    }
    .home-c .cont .right .li：:last-child {
        margin-bottom: 0;
    }

    .sub_banner {
        height: 15rem;
    }
    .sub_banner .txt {
        top: 46%;
        left: 4%;
    }
    .sub_banner .tit-72 {
        font-size: 1.2rem;
    }
    .w1570 {
        width: 92%;
    }

    .about_01 .w1570 {
        padding: 1.5rem 0% 2rem;
    }
    .about_01_box {
        display: block;
        margin-top: 1rem;
    }
    .about_01_box .img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .about_01_box .txt {
        width: 100%;
    }
    .about_01_box .tit-36 {
        margin-top: 1rem;
        font-size: .7rem;
        margin-bottom: .5rem;
    }

    .industry_01_box .w1570 {
        display: block;
        padding: 1.5rem 0;
    }
    .industry_01_box .line {
        display: none;
    }
    .industry_01 .icon {
        margin: 0 auto 0 0;
    }
    .industry_01 .icon {
        width: 2rem;
        height: 2rem;
        margin-bottom: .25rem;
    }
    .industry_01  .lft {
        margin-bottom: 1rem;
    }
    .industry_01  .lft .tit-54 {
        font-size: 1rem;
    }
    .industry_01 .w1570 .txt {
        width: 100%;
    }
    .industry_01 .txt > .tit-36 {
        font-size: .5rem;
        line-height: 1.4;
        margin-bottom: .5rem;
    }
    .industry_01 .tit-18 {
        line-height: 1.5;
    }
    .industry_01 .tit-48 {
        font-size: .8rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    .industry_01 .ul {
        margin-top: 1.5rem;
    }
    .industry_01 .ul .li {
        border-right: none;
        margin-bottom: .5rem;
        padding-right: 0;
    }
    .industry_01 .c69 {
        font-size: 1.2rem;
    }

    .industry_01 .ul .li:last-child {
        margin-bottom: 0;
    }
    .industry_img {
        height: 10rem;
    }
    .industry_img .w1570 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .industry_img .w1570 .tit-40 {
        font-size: .75rem;
        line-height: normal;
    }
    .industry_01.industry_03 .li {
        width: calc((100% - .75rem) / 2);
        padding: 0 .5rem;
    }
    .industry_01 .ul .li:nth-child(2n) {
        margin-right: 0;
    }
    .news_01 .swiper_news {
        height: 8rem;
    }
    .news_02 .w1570,
    .news_01 .w1570 {
        padding: 1.5rem 0;
    }

    .news_01 .txt {
        padding: 1rem .5rem;
    }
    .news_01 .tit_box {
        margin-bottom: 1rem;
    }
    .news_01 .swiper-slide:hover {
        background-size: 102% 102%;
    }
    .news_01 .swiper-slide {
        background-size: 100% 100%;
    }
    .news_02 .ul .li {
        width: 100%;
        margin-right: 0;
    }
    .news_02 .ul .img {
        height: auto;
        max-height: 7rem;
    }
    .news_01 .txt .tit-22 {
        display: block !important;
    }
    .news_02 .t1 {
        margin-bottom: 1rem;
    }
    .news_01 .tit_box .btn_box {
        width: 1rem;
        height: 1rem;
    }
    .news_02 .ul .txt {
        padding: 1rem .5rem;
    }
    .news_02 .page_box {
        margin-top: 1.5rem;
    }
    .news_info .info_box {
        display: block;
    }
    .news_info .lft {
        width: 100%;
    }
    .news_info .top_nav {
        margin-bottom: 1rem;
    }
    .info_box .lft .time {
        text-align: center;
    }
    .info_box .lft .tit-60 {
        font-size: .75rem;
        margin-bottom: .5rem;
        line-height: 1.5;
    }
    .news_info .lrt {
        width: 100%;
        padding-top: 0;
        margin-top: 2rem;
    }
    .news_info .info_box .tit-36 {
        font-size: .7rem;
    }
    .contact_01 .w1570 {
        padding: 1.5rem 0 2rem;
    }
    .contact_01 .ul {
        display: block;
        margin-bottom: 1rem;
    }
    .contact_01 .li {
        padding: 1rem .5rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact_01 .li:first-child {
        width: 100%;
    }
    .contact_01 .li:not(:first-child) {
        width: 100%;
        margin-left: 0;
        margin-top: .5rem;
    }
    .contact_01 .tit-54 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .contact_01 .li svg {
        width: 1rem;
        margin-bottom: .5rem;
    }
    .contact_01 .li .tit-30 {
        line-height: normal;
        margin-bottom: .25rem;
    }
    .join_01 .ul_tab {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .join_01 .ul_thead {
        width: 18rem;
    }
    .join_01 .ul_tbody {
        width: 18rem;
    }
    .join_01 .ul_thead .li {
        margin-right: 2.05rem;
        width: auto;
    }
    .join_01 .ul_tbody .li_tr .li {
        margin-right: 2.5rem;
        width: auto;
    }
    .join_01 .ul_thead .li3 {
        margin-right: 3.2rem;
    }
    .join_01 .w1570 {
        padding: 1.5rem 0 2rem;
    }
    .join_01 .tit-54 {
        margin-bottom: 1rem;
    }
    .login .sub_banner {
        height: 100vh;
    }
    .login .user_login {
        width: 92%;
        height: auto;
        right: 50%;
        top: 50%;
        padding: 1rem .5rem;
        transform: translate(50%, -50%);
    }
    .user_login button {
        height: 1.25rem;
    }
    .login .user_login .tit-48 {
        font-size: 1rem;
    }
    .down_01 .w1570 {
        padding: 1.5rem 0;
    }
    .down_01 .tit-54 {
        margin-bottom: 1rem;
    }
    .down_01 .li {
        display: block;
        height: auto;
        padding: 1rem .5rem;
    }
    .down_01 .li .icon {
        margin-right: .5rem;
    }
    .down_01 .li .icon_txt {
        margin-bottom: .5rem;
    }
    .down_01 .li  .more {
        margin: 0 0 0 auto;
    }
    .down_01 .page_box {
        margin-top: 1.5rem;
    }
    .f-cont .ewm-list .li {
        margin-bottom: .5rem;
        margin-left: .5rem;
    }
    .ewm-list {
        flex-wrap: wrap;
    }
    .cul .sub_banner .img_bg {
        padding: 1rem .5rem;
    }

    .cul .sub_banner .txt_content {
        width: 88%;
        height: auto;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* margin: 0 auto ; */
    }
    .cul .sub_banner .tit-18 {
        font-weight: normal;
        line-height: .9rem;
    }
    .cul .sub_banner .icon {
        height: .8rem;
    }

    .cul .sub_banner .img_boxs {
        height: auto;
    }
    .cul .sub_banner {
        height: auto;
    }
    .cul .sub_banner .img_box {
        height: auto;
    }
    .cul .sub_banner .tit-48 {
        font-size: .7rem;
        line-height: normal;
    }
    .cul .sub_banner .line {
        margin: .5rem 0;
    }
    .cul .sub_banner .li {
        padding: .5rem 0;
        font-size: .45rem;
        font-weight: normal;
    }
    .home-a-table .li .icon {
        width: .55rem;
    }
    .home-a-table .li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 996px) {
    .news .t1,
    .join_01 .tit-54,
    .down_01 .tit-54,
    .about_01 .t1 {
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
}
