<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family:'AlibabaPuHuiTiRegular';
    src:url('../fonts/AlibabaPuHuiTiRegular.woff') format('woff'),
    url('../fonts/AlibabaPuHuiTiRegular.woff2') format('woff2');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'AlibabaPuHuiTiExtraBold';
    src:url('../fonts/AlibabaPuHuiTi-3-95-ExtraBold.woff') format('woff'),
    url('../fonts/AlibabaPuHuiTi-3-95-ExtraBold.woff2') format('woff2');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'AlibabaPuHuiTiExtraMedium';
    src:url('../fonts/AlibabaPuHuiTi-3-65-Medium.woff') format('woff');
    font-weight:normal;
    font-style:normal
}

@font-face{
    font-family:'MontserratSBold';
    src:url('../fonts/Montserrat-SemiBold-9.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'Montserrat';
    src:url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'MontserratBlod';
    src:url('../fonts/Montserrat-Blod.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'MFJunYa';
    src:url('../fonts/MFJunYa-Regular.ttf') format('ttf'),
    url('../fonts/MFJunYa-Regular.woff') format('woff');
    font-weight:normal;
    font-style:normal
}
body{
    font-family: "AlibabaPuHuiTiRegular",Helvetica,"Hiragino Sans GB","Microsoft YaHei","å¾®è½¯é›…é»‘",Arial,sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    color: #232323;
    overflow-x: hidden;
}
.h3, h3{
    font-size: 2.4rem;
}
.h2, h2{
    font-size: 3rem;
}
.h1, h1{
    font-size: 3.6rem;
}
a:focus{
    text-decoration: none;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.junya{
    font-family: 'MFJunYa';
}
.montserrat{
    font-family: 'Montserrat';
}
.montserrat_bold{
    font-family: 'MontserratBlod';
}
.montserrat_s_bold{
    font-family: 'MontserratSBold';
}
.alibaba_bold{
    font-family: 'AlibabaPuHuiTiExtraBold';
}
.alibaba_medium{
    font-family: 'AlibabaPuHuiTiExtraMedium';
}
.flex{
    display: flex;
}
.flex-center{
    align-items: center;
}
.flex-bottom{
    align-items: end;
}
.txt_upper{
    text-transform:uppercase;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.text-white{
    color: #fff;
}
.navbar-nav&gt;li&gt;a:focus{
    background: transparent;
}
/*.sidenav start*/
.sidenav {
    background: #212121;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-262px, 0);
    transition: transform .3s;
    top: 0;
    width: 256px;
    z-index: 9999;
}

.sidenav.show {
    transform: translate(0, 0)
}

.sidenav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

.sidenav-menu li {
    display: block;
    position: relative
}

.sidenav-menu a {
    background: 0 0;
    color: #BDBDBD;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    text-decoration: none
}

.sidenav-menu a:hover {
    background: #616161;
    color: #fff;
}

.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
    color: #FAFAFA
}
.sidenav-dropdown-icon .material-icons,
.sidenav-dropdown-icon .material-icons2{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    vertical-align: top;
    margin-top: -3px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidenav-dropdown-icon, .sidenav-link-icon {
    color: #757575;
    position: absolute;
    text-align: center;
    top: 8px
}

.sidenav-link-icon {
    display: block;
    height: 24px;
    left: 24px;
    width: 24px
}

.sidenav-link-title {
    display: block;
}

.sidenav-dropdown {
    display: none;
    list-style: none;
    padding: 0
}

.sidenav-dropdown a {
    background: #191919;
    padding-left: 32px
}

.sidenav-dropdown a:hover {
    background: #616161
}

.sidenav-dropdown li:first-child a {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sidenav-dropdown-icon {
    display: none;
    height: 16px;
    right: 16px;
    width: 16px
}

.sidenav-dropdown-icon.show {
    display: block
}

.sidenav-overlay {
    background: rgba(255, 255, 255, .8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}

.sidenav-no-scroll {
    overflow: hidden !important
}
.sidenav-dropdown-icon:after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-size: 22px;
}
.red{
    color: #ed4e2a !important;
}
.text-gray{
    color: #999999
}
.text-red{
    color: #920910;
}
.text-indent{
    text-indent: 2em;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
a{
    color: #000;
}
a, a:hover, a:visited{
    text-decoration: none;
}
a:hover{
    color: #c40c16;
}
.container-fluid {
    width: 100%;
}
.container&gt;.navbar-collapse{
    margin-right: -1.5rem;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.mt30{
    margin-top: 3rem;
}
.nav .icon{
    padding-left: 0;
    padding-right: 0;
}
.nav .icon div{
    height: 2rem;
    width: 3.5rem;
    background-image: url('../images/nav_icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mb30{
    margin-bottom: 3rem;
}
/*å•é€‰å’Œå¤šé€‰*/
.radio,
.checkbox,
.t_radio{
    margin-top: 0;
    padding: 1rem 1rem 1rem 4rem !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 0.8rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../images/start_heart.png") no-repeat;
    -webkit-background-size: 9rem 18rem;
    -moz-background-size: 9rem 18rem;
    -o-background-size: 9rem 18rem;
    background-size: 9rem 18rem;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../images/radio.png") no-repeat;
    -webkit-background-size: 2rem 2rem;
    -moz-background-size: 2rem 2rem;
    -o-background-size: 2rem 2rem;
    background-size: 2rem 2rem;
}
.t_radio input[type="radio"]:checked{
    background:url("../images/radio_check.png") no-repeat;
    -webkit-background-size: 2rem 2rem;
    -moz-background-size: 2rem 2rem;
    -o-background-size: 2rem 2rem;
    background-size: 2rem 2rem;
}
.radio input[type="radio"]:checked{
    background-position: -3rem 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -3rem
}
.checkbox input[type="checkbox"]:checked{
    background-position: -3rem -3rem
}
.navbar-brand{
    height: auto;
    padding: 0;
}
.mt_navbar{
    background-color: #232323;
    padding-top: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding-bottom: 2rem;
}
.navbar-nav&gt;li&gt;a{
    font-weight: 500;
    font-size: 3rem;
    color: #fff;
}
.navbar-nav&gt;li&gt;a:hover,
.navbar-nav&gt;li&gt;a.active{
    background-color: transparent;
    color: #ad181f;
}

/*about*/
.about_box1{
    position: relative;
    padding-top: 10rem;
    margin-bottom: 20rem;
}
.about_box1 .about_tips{
    position: absolute;
    top: 22rem;
    bottom: 0;
}
.about_tips span{
    background-color: #232323;
    color: #fff;
    padding-right: 5px;
    display: block;
    transform: rotate(90deg);
}
.about_box1 .tips_left{
    left: -6rem;
}
.about_box1 .tips_right{
    right: -6rem;
    top: 16rem;
    width: 15.2rem;
}
.tips_right span{
    position: absolute;
    bottom: 3em;
    right: 0;
    white-space: nowrap;
}
.tips_right span{
    transform: rotate(270deg);
}
.about_box1 .about_tips:before{
    content: " ";
    position: absolute;
    display: block;
    border-left: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
}
.about_bg_txt{
    font-size: 35rem;
    color: #fff;
    opacity: .04;    
    font-weight: bold;
    line-height: 0.8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.container{
    width: 90%;
}
.about_box{
    padding-left: 3rem;
    padding-right: 3rem;
}
.about_box .about_sub_title{
    font-size: 6rem;
    color: #fff;
}
.make_box{
    position: relative;
    margin-bottom: 14rem;
}
.make_box .make_txt{
    position: absolute;
    left: 5%;
    top: 15%;
}
.make_box .make_txt img{
    height: 12rem;
    margin-bottom: 2rem;
}
.about_history{
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 2rem;
}
.about_history p{
    color: #f91903;
    font-size: 1.8rem;
    font-weight: bold;
}
.about_history_box{
    width: 23rem;
    height: 23rem;
    border-radius: 100%;  
    border: 1px solid #f91903;
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.about_history_box span{
    display: block;
    width: 100%;
}
.about_history .year{
    position: absolute;
    bottom: 0;
    font-size: 5rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    font-weight: bold;
    line-height: 1;
}
.about_history .year:before{
    background-color: #232323;
    position: absolute;
    left: 0;
    right: 0;
    height: 3rem;
    content: " ";
}
.about_history .year b{
    z-index: 1;
    position: relative;
}
.inline-block{
    display: inline-block;
}
.about_box p{
    line-height: 1.8;
}
.about_flex{
    display: flex;
    align-items: center;
}
.partner_title{
    text-align: center;
    width: 100%;
    padding-bottom: 14rem;
}
.partner_title h1{
    font-size: 9rem;
    font-weight: bold;
}
.partner_title h1 img{
    width: 10rem;
    margin-left: 1rem;
}
.partner_title p{
    color: #b81c22;
    font-size: 7rem;
    line-height: 1;
}
.partner_title h1 img:last-child{
    margin-right: 1rem;
    transform: rotate(270deg);
}
.sub_partner{
    margin-top: 4rem;
}
.sub_partner img{
    height: 7rem;
}
.sub_partner a{
    display: inline-block;
}
.sub_partner a:first-child{
    margin-right: 2rem;
    position: relative;
}
.sub_partner a:first-child:after{
    content: " ";
    border-right: 2px solid #fff;
    right: -1rem;
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
}
.partner_list{
    margin-top: 6rem;
    text-align: left;
}
.partner_list img{
    height: 4rem;
    margin:0.5rem;
}
.partner_list a:hover{
    opacity: .8;
}
.honner_box{
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-color: #fff;
    position: relative;
}
.honner_box .bg_txt:after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/honor_line.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.honner_box .bg_txt{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b7b7b7;
}
.honner_box .bg_txt h1{
    font-size: 33rem;
    margin-bottom: 0;
    line-height: 1;
}
.honner_box .bg_txt p{
    font-size: 30rem;
    line-height: 1;
}
.honnor_swiper .swiper-slide {
      text-align: center;
      transition: 300ms;
      transform: scale(0.8);
      opacity: .6;
}
.honnor_swiper .swiper-slide-active,
.honnor_swiper .swiper-slide-duplicate-active{
    transform: scale(1);
    opacity: 1;
}
.honner_txt{
    color: #222222;
    display: none;
    margin-top: 6rem;
}
.honnor_swiper .swiper-slide-active .honner_txt,
.honnor_swiper .swiper-slide-duplicate-active .honner_txt{
    display: block;
}
.honner_txt h1{
    font-weight: bold;
}
.honner_txt p{
    color: #232323;
    font-size: 2rem;
}
.meet_box{
    background-color: #fff;
    color: #232323;
    position: relative;
}
.meet_box .container{
    margin-top: 9rem;
}
.meet_box .meet_title{
    font-weight: bold;
    margin-bottom: 4rem;
    font-size: 8rem;
    margin-top: -1rem;
}
.meet_box .meet_left{
    padding-left: 4%;
    position: relative;
    padding-bottom: 30rem;
    width: 56%;
}
.meet_box .meet_right{
    width: 44%;
    background-image: url('../images/meet/meet2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.meet_list .img{
    float: left;
    width: 50%;
}
.meet_list .txt{
    float: left;
    width: 50%;
    font-size: 1.4rem;
    display: none;
    padding-left: 6rem;
    padding-right: 6rem;
}
.meet_list:after{
    content: " ";
    display: block;
    clear: both;
}
.footer{
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-size: 1.6rem;
}
.footer .footer_txt{
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1.5rem;
}
.meet_footer{
    color: #fff;
    background: #ad181f;
    position: relative;
    z-index: 999;
}
.meet_list .txt{
    height: 50rem;
}
.meet_list .txt h1{
    margin-bottom: 4rem;
}
.meet_foot_txt{
    font-size: 28rem;
    position: absolute;
    left: 4%;
    bottom: -4rem;
    z-index: 20;
    line-height: .8;
    color: #232323;
}
.news_title{
    margin-top:15rem;
    margin-bottom: 10rem;
}
.news_title h1{
    color: #fff;
    font-size: 14rem;
    line-height: .8;
    margin-bottom: 0;
}
.news_title h2{
    color: #b81c22;
    font-size: 5rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    width: 100%;
}
.news_title h2 img{
    vertical-align: top;
    height: 3rem;
    margin-right: 1.5rem;
    margin-top: .5rem;
}
.news_list{
    margin-bottom: 4rem;
    display: block;
}
.img_hover{
    overflow: hidden;
}
.img_hover img{
    transition: all .5s;
}
.img_hover:hover img{
    transform: scale(1.2);
}
.news_list p{
    margin-top: 1.5rem;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.join_title{
    font-size: 8rem;
    margin-bottom: 10rem;
    color: #b81c22;
    margin-top: 15rem;
}
.join_title span{
    margin-left: 10rem;
}
.join_nav{
    display: flex;
    width: 100%;
    margin-top: 4rem;
    border: 1px solid #fff;
}
.join_nav a{
    color: #fff;
    padding: 2rem 3rem;
    width: 25%;
    position: relative;
    border-right: 1px solid #fff;
}
.join_nav a:last-child{
    border-right: 0;
}
.join_nav a h2{
    margin-top: 0;
    font-size: 4rem;
}
.join_nav a.active{
    background-color: #b81c22;
}
.join_nav .nav_btn span{
    border-radius: 2rem;
    border: 1px solid #fff;
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    padding: 0.3rem 1rem;
}
.nav_btn span img{
    height: 1.5rem;
    margin-right: 0.5rem;
}
.join_info_title{
    display: flex;
}
.join_info_title{
    display: flex;
    align-items: center;
    margin-top: 20rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.join_info_title h1{
    width: 70%;
    font-size: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
    padding-left: 3rem;
    margin: 0;
}
.join_info_title h1:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #b81c22;
    border-radius: 100%;
}
.join_info_title h2{
    font-size: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 30%;
    margin: 0;
    text-align: right;
    border-left: 1px solid #fff;
}
.join_content{
    margin-top: 10rem;
    position: relative;
}
.join_content:before{
    content: "JOIN";
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    opacity: .04;
    font-family: 'MontserratBlod';
    font-size: 60rem;
    letter-spacing:25rem;
}
.join_link{
    border-top: 1px solid #fff;
    margin-top: 10rem;
    padding-top: 2rem;
    margin-bottom: 6rem;
    font-size: 1.6rem;
}
.text_justify{
    text-align: justify;
}
.case_box{
    float: left;
    display: block;
    margin-bottom: 4rem;
    margin-right: 2%;
    width: 18.4%;
}
.case_box:nth-child(5n){
    margin-right: 0;
}
.case_box p{
    overflow:hidden;
    color: #fff;
    margin-top: 2rem;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_box .img{
    position: relative;
    padding-left: 4rem;
    color: #010101;
    padding-bottom: 2rem;
    background: #fff;
}
.case_box .img .year{
    position: absolute;
    left: -0.5rem;
    font-size: 1.2rem;
    top: 4rem;
    transform: rotate(270deg);
}
.more{
    position: absolute;
    left: 1rem;
    bottom: 0.3rem;
    color: #000;
    font-size: 1.2rem;
}
.more img{
    display: block;
}
.case_banner{
    margin-bottom: 6rem;
}
/*sale*/
.sale_title{
    border-bottom: 1px solid #000;
    padding-bottom: 5rem;
}
.sale_title h1{
    color: #232323;
    font-weight: bold;
}
.sale_title h2{
    color: #232323;
}
.tan_txt{
    font-size: 17rem;
}
.tan_line{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.tan_b_line{
    border-bottom: 1px solid #000;
}
.go_box{
    position: relative;
}
.show_video{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.video-js .vjs-big-play-button{
    left: 50%;
    top: 50%;
    line-height: 6rem;
    height: 6rem;
    border-radius: 100%;
    width: 6rem;
    background: rgba(255, 255, 255, .6);
    transform: translate(-50%,-50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 4rem;
}
.index_top{
    margin-top: 30rem;
    margin-bottom: 10rem;
}
.index_top img{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.index_nav{
    position: relative;
    margin-top: 45rem;
}
.index_nav .nav_bg{
    background: #232323;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.nav_list{
    padding-bottom: 5rem;
    position: relative;
}
.nav_list:after{
    content: " ";
    background-color: #999999;
    border-radius: 1rem;
    width: 0.3rem;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.nav_list a{
    color: #eaeaea;
    font-size: 10rem;
    display: block;
    margin-bottom: 15rem;
    line-height: 1;
    position: relative;
}
.nav_list a:hover{
    opacity: .8;
}
.nav_list a h1{
    font-size: 18rem;
    margin-top: 6rem;
    line-height: .9;
    transform: scaley(1.4);
    letter-spacing: -8px;
}
.nav_list .nav_icon{
    margin-right: 6rem;
    height: 8rem;
    vertical-align: top;
}
.nav_list .nav_logo{
    position: absolute;
    right: 0;
    top:0;
}
.nav_list .logo1{
    width: 40rem;
    right: 15%;
    top: -10rem;
}
.nav_list .logo2{
    width: 40rem;
    right: 10%;
}
.nav_list .logo3{
    width: 40rem;
    right: 10%;
}
.nav_list .logo4{
    width: 40rem;
    right: 5%;
}
.nav_list .logo5{
    width: 40rem;
    right: 10%;
}
.nav_list .logo6{
    width: 40rem;
    right: 5%;
}

.bq_line{
    position: relative;
    text-align: right;
    margin-bottom: 10rem;
}
.bq_line:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1.5px solid #545454;
}
.bq_line .line_img{
    width: 20rem;
    height: 15rem;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: inline-block;
    margin-right: 2rem;
    cursor: pointer;
}
.bq_line .bq_box_txt{
    margin-bottom: 10rem;
    padding-right: 3rem;
    display: inline-block;
}
.bq_line .line_txt{
    position: absolute;
    left: 0;
    bottom: 20%;
    background: #f7f7f7;
    display: inline-block;
    z-index: 11;
    font-size: 9rem;
}
.out_line{
    text-align: center;
}
.out_line .bq_box_txt{
    margin-bottom: 0;
}
.out_line .line_txt{
    position: relative;
    margin-left: 3rem;
    margin-bottom: -4rem;
}
.out_line.bq_line:before,
.ti_line.bq_line:before{
    top: 100%;
}
.out_line .bq_box,
.ti_line .bq_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    margin-left: 15%;
    padding-bottom: 1rem;
}
.tuan_line{
    margin-top: 15rem;
}
.tuan_line .line_txt{
    padding-left: 5%;
}
.tuan_line .bq_box{
    margin-right: 25%;
}
.ti_line{
    text-align: left;
}
.ti_line .line_txt{
    left: auto;
    right: 10%;
    margin-bottom: -4rem;
    line-height: 1;
}
.ti_line .bq_box_txt{
    margin-bottom: 0;
    padding-left: 5px;
}
.ti_line .bq_box{
    justify-content: start;
    margin-left: 5%;
}
.sale_sen{
    margin-top: 5rem;
    font-size: 18rem;
    text-align: center;
}
.cate_list{
    margin-top: 10rem;
}
.cate_list:after{
    content: ' ';
    display: block;
    clear: both;
}
.cate_list .cate_box{
    float: left;
    filter: grayscale(1);
    margin-right: 2%;
    width: 18.4%;
    display: block;
    padding-top: 15rem;
    color: #949494;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80% auto;
}
.cate_list .cate_box.active,
.cate_list .cate_box:hover{
    filter: grayscale(0);
    color: #b81c22;
}
.cate_list .cate_box:last-child{
    margin-right: 0;
}
.cate_box h2{
    font-size: 2.5rem;
    margin-top: 0;
}
.cate_box .icon{
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 3px solid #949494;
    border-radius: 100%;
}
.cate_box .icon:after{
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #949494;
}
.cate_list .cate_box.active .icon,
.cate_list .cate_box:hover .icon{
    border-color: #b81c22;
}
.cate_list .cate_box.active .icon:after,
.cate_list .cate_box:hover .icon:after{
    background: #b81c22;
}
.case_title{
    font-size: 12rem;
    margin-top: 10rem;
    margin-bottom: 3rem;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th{
    border-color: #565656;
    padding:1.5rem .8rem;
}
.case_list .table{
    border-bottom: 1px solid #565656;
}
.case_list tr{
    cursor: pointer;
}
.case_list tr:hover,
.case_list tr.active{
    background-color: #fff;
    color: #b81c22;
}
.title_list{
    border-top: 1px solid #8a8a8a;
    border-bottom: 1px solid #8a8a8a;
    display: flex;
}
.title_list .left{
    width: 70%;
}
.title_list .left .title{
    color: #b81c22;
    font-size: 10rem;
    border-bottom: 1px solid #565656;
}
.title_list .left .desc{
    font-size: 3rem;
    padding: 1.5rem 0;
}
.title_list .right{
    width: 30%;
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 4rem;
    position: relative;
}
.title_list .right:before{
    content: " ";
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #565656;
}
.title_list .right&gt;div{
    width: 100%;
}
.case_list table&gt;tbody&gt;tr.detail .case_detail{
    max-height: 0;
    overflow: hidden;
    transition: all 1s;
}
.case_list table&gt;tbody&gt;tr.detail&gt;td{
    padding:0;
}
.case_detail .contnet{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.case_list tr.detail:hover{
    background-color: transparent;
    color: #fff;
}
.loading{
    position: fixed;
    top: 0;
    bottom: 0;
    background: #1e1e1e;
    z-index: 999;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center ;
    color: #fff;
}
.loading .load_box{
    width: 100%;
}
.loading img{
    height: 12rem;
}
.loading .load_we{
    margin-bottom: 4rem;
}
.loading .load_we .hover{
    display: none;
}
.load_txt{
    margin-top: 4rem;
    font-size: 14.7rem;
}
.load_progress{
    position: relative;
    display: inline-block;
}
.load_progress .percent{
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    bottom: 2rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: width 1s;
}
.load_progress .percent_load:after{
    content: " ";
    position: absolute;
    right: 1.8rem;
    top: 0;
    bottom: 0;
    width: 4rem;
    border-radius: 100%;
    background-color: #eaeaea;
}
.percent_load{
    background: #1e1e1e;
    border-radius: 10rem;
    height: 100%;
}
.loading.active .load_progress .percent_load:after{
    display: none;
}
.loading.active .normal{
    display: none;
}
.loading.active .hover{
    display: inline-block;
}
.jump{ 
    animation: jump 2s ease-in-out infinite;
}
@keyframes jump{ 
    0%{ top:-10% } 
    50%{ top:10% } 
    100%{ top:-10% }
}
.left_jump{ 
    animation: left_jump 2s ease-in-out infinite;
}
@keyframes left_jump{ 
    0%{ right:5% } 
    50%{ right:7% } 
    100%{ right:5% }
}
#honnor_swiper .swiper-button-next,
#honnor_swiper .swiper-button-prev{
    --swiper-navigation-size: 10rem;
    color: rgb(99, 100, 100);
}
#cover_content .swiper-button-next,
#cover_content .swiper-button-prev{
    color: #fff;
    --swiper-navigation-size: 6rem;
}
.case_detail p{
    margin-bottom: 0;
}
.cover{
    background: rgba(0, 0, 0, .85);
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    display: none;
}
.cover_content{
    position: fixed;
    width: 70%;
    height: 90%;
    z-index: 9999;
    display: none;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.slide_imgs{
    display: inline-block;
}
.tan_cg_img{
    height: 32rem;
    width: 32rem;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.
.cover_content .swiper{
    height: 100%;
}
.cover_content .swiper img{
    max-width: 100%;
    max-height: 100%;
}
.viewer-container{
    background: rgba(0, 0, 0, .9);
}
.sale_height{
    min-height: 20rem;
}
.sale_swiper .swiper-slide{
    display: flex;
    align-items: center;
}
.sale_swiper .swiper-slide&gt;div{
    width: 100%;
}
.show_img{
    position: absolute;
    bottom: 3rem;
    left: 5rem;
    width: 70rem;
    background: #000000 !important;
    border:8px solid #c8d3dd;
    padding-left: 5rem;
    padding-bottom: 4.5rem;
}
.show_img .slide_imgs_item{
    width: 100%;
    cursor: pointer;
    height: 30rem;
    background-size: cover;
    transform: rotate(-1deg) scale(1.1);
}
.honnor_swiper{
    padding-left: 15rem;
    padding-right: 15rem;
}
.banner_txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 14rem;
}
.banner_txt h2{
    font-size: 8rem;
    color: #b81c22;
    font-weight: bold;
}
.banner_txt h1{
    font-size: 9rem;
    color: #fff;
}
.banner_txt h3{
    font-size: 5rem;
    margin-top: 14rem;
}
.banner_txt h4{
    font-size: 3rem;
    text-decoration: line-through;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.shijue_head{
    color: #232323;
    background: #fff;
}
.shijue_head h1{
    font-size: 11rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.shijue_body .item{
    display: block;
    width: 18%;
}
.shijue_nav{
    text-align: center;
}
.shijue_nav:first-child{
    text-align: left;
}
.shijue_nav:last-child{
    text-align: right;
}
.shijue_nav a{
    color: #afafaf;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom:1.5rem;
    display: inline-block;
}
.shijue_nav a:hover,
.shijue_nav.active a{
    color: #b81c22;
}
.s_banner{
    display: none;
    padding-bottom: 3rem;
    background: #fff;
}
.viewer-container{
    background: rgba(0, 0, 0, .9);
}
.viewer-canvas&gt;div{
    display: inline-block;
    position: relative;
}
.viewer-button{
    background: transparent;
    top: 0rem;
    right: -12rem;
    width: 8rem;
    height: 8rem;
}
.mobile_nav{
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #232323;
    z-index: 999;
    color: #fff;
    padding-top: 10rem;
}
.mobile_nav a{
    display: block;
    color: #fff;
    position: relative;
    margin-right: 15px;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 3.5rem;
    margin-left: 15px;
    margin-bottom: 4rem;
}
.mobile_nav a b{
    transform: scaley(1.4);
    display: inline-block;
}
.mobile_nav a:before{
    content: " ";
    width: 5.6px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    left: 1rem;
    top: 50%;
    margin-top: -2px;
}
#nav_close{
    width: 3rem;
    margin-top: 1rem;
}
.mobile_nav a span{
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    font-size: 2.3rem;
}
.mobile_nav a:hover{
    background-color: #fff;
    color: #b81c22;
    border-radius: 5px;
}
.mobile_nav a:hover:before{
    background-color: #b81c22;
}
.m_logo{
    position: fixed;
    z-index: 1000;
    top: 1rem;
    left: 2rem;
    margin-left: 15px;
    margin-top: 1rem;
    display: none;
    height: 4rem;
    width: 16.8rem;
    background-image: url('../images/mobile/mobile_logo.png');
    background-size: cover;
}
.navbar-toggle{
    border: 0;
    padding: 0;
    width: 4rem;
    text-align: right;
    line-height: 1;
    border-radius: 0;
    position: fixed;
    top: 2rem;
    right: 15px;
    z-index: 1000;
}
.navbar-toggle:before{
    content: " ";
    position: absolute;
    left: -8px;
    top: -5px;
    border-radius: 100%;
    border:2px solid #b81c22;
    width: 10px;
    height: 10px;
}
.navbar-toggle:after{
    content: " ";
    position: absolute;
    left: -4.2px;
    top: -1.5px;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    background: #b81c22;
}
.navbar-toggle .icon-bar{
    transition: all .3s ease;
    border-radius: 0;
    display: block;
    float: right;
    margin-top: 0;
    width: 3.7rem;
    height: auto;
    border-top: 2px solid #fff;
}
.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 1rem;
}
.navbar-toggle .icon-bar:first-child{
    width: 3rem;
}
.navbar-toggle .icon-bar:last-child{
    width: 4.4rem;
}
.navbar-toggle.active .icon-bar.second{
    opacity: 0;
}
.navbar-toggle.active .icon-bar:first-child{
    transform: rotate(45deg);
    -webkit-transform-origin: 20% 1.4rem;
    width: 4.4rem;
}
.navbar-toggle.active .icon-bar:last-child{
    transform: rotate(-45deg);
    -webkit-transform-origin: 20% -1rem;
}
.navbar-toggle.active:after{
    display:none;
    top: -1.5px;
    left: 50%;
    transition: all .3s ease;
    margin-left: -1px;
}
.navbar-toggle.active:before{
    display:none;
    transition: all .3s ease;
    top: -5px;
    left: 50%;
    margin-left: -4.5px;
}
.m_logo.white{
    background-image: url('../images/mobile/mobile_logo_white.png');
}
.join_nav .join_content{
    display: none;
}
.index_top{
    position: fixed;
    top:0;
    left: 10%;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slide_img{
    position: relative;
}
.slide_img img{
    opacity: 0;
    left: 0;
    transition: .6s all;
    position: absolute;
}
.slide_left,.slide_right{
    transition: 0.6s all;
}
.slide_img img:first-child{
    opacity: 1;
    position: relative;
}
.index_video{
    position: relative;
    z-index: 99;
    margin-top: 100vh;
    margin-bottom: 10rem;
    transition: .6s all;
/*    max-height: 610px;
    max-width: 1100px;*/
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 80rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.index_video&gt;video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.nav_list{
    overflow: hidden;
    padding-left: 15rem;
    padding-right: 15rem;
    z-index: 99;
    background-color: #000;
}
.nav_logo{
    transform:translate3d(0, -100%, 0px) scale(0);
    transition: 1s all;
}
.top-bubble{
    width: 200vw;
    height: 200vh;
    top: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    border-radius: 50%;
    margin-left: -50vw;
    transition: .6s all;
}
.foot_img{
    width: 70rem;
    padding-top: 5rem;
}
.nav_box{
/*    transition: 0.6s all;*/
}
.nav_list a{
    margin-bottom: 0;
    padding-bottom: 0;
}
.amait{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.pointer{
    width: 30px;
    height: 30px;
    border-radius: 40px;
    position: absolute;
    z-index: 9999;
    display: none;
}
.nav_list{
    position: absolute;
    top: 100vh;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    transition: .6s all;
    padding-bottom: 0;
}
.nav_list:after{
    content: "";
    display: none;
}
.pointer{
    z-index: 10000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.dotter{
    width: 12px;
    height: 12px;
    display: none;
    border: 1px solid #f91903;
    background-color: #f91903;
    border-radius: 100%;
    justify-content: center;

}
@keyframes bgColor {
    0% {background-color: #eaeaea;}
    100% {background-color: #000;}
}
@keyframes bgColor2 {
    0% {background-color: #000;}
    100% {background-color: #eaeaea;}
}
.scroll .m_index_top{
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 14vh;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 96;
    background-size: 100% 100%;
    background-color: #eaeaea;
    animation-fill-mode: forwards;
    animation-duration: 2s;
}
/*.scroll .slide_right{
    position: absolute;
    top: 14vh;
    right: 5vw;
    width: 46.8vw;
    transition: .6s all;
    z-index: 99;
}*/
.scroll .nav_logo{
    transform:translate3d(0, -100%, 0px) scale(0);
    transition: .8s all;
}
/*.scroll .slide_left{
    width: 43.2vw;
    transition: .6s all;
    z-index: 99;
    position: relative;
}*/
.scroll .m_slile_img{
    z-index: 999;
}
.scroll .m_slile_img img{
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .6s all;
}
.scroll .m_slile_img img:first-child{
    position: relative;
    opacity: 1;
}
.scroll .m_slile1{
    width: 42vw;
    top: 0;
    right: 0;
    max-width: 100%;
    position: absolute;
}
.scroll .m_slile2,
.scroll .m_slile3{
    position: absolute;
}
.scroll .m_slile3{
    left: 0;
    transform: translateX(-43%);
}
.scroll .m_index_video{
    position: absolute;
    z-index: 9999;
    left: 0;
    right:0;
    top: 100vh;
/*    margin-bottom: 10rem;*/
    transition: .6s all;
    border-radius: 80rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.scroll .m_index_video&gt;video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.scroll .m_top-bubble{
    width: 260vw;
    height: 200vh;
    top: 110vh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    margin-left: -80vw;
    transition: .6s all;
}
.scroll,
.pc_scroll{
    position: fixed;
    top: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
}
.scroll .top_en,
.scroll .bottom_cn{
    position: absolute;
    left: -1rem;
    right: -1rem;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14rem;
    line-height: 1;
    text-align: center;
    width: 110%;
    opacity: .4;
}
.scroll .top_en{
    top: 0;
    letter-spacing: 2.3rem;
}
.scroll .bottom_cn{
    bottom: 0;
    letter-spacing: 4.4rem;
    font-size: 15rem;
}
.job_detail_title{
    margin-bottom: 3rem;
}
.job_detail_content{
    margin-bottom: 15rem;
}
@media (max-width: 750px) {
    .job_detail_title{
        margin-bottom: 1rem;
        font-size: 3.5rem;
        line-height: 1.2;
    }
    .job_detail_content{
        margin-bottom: 3rem;
    }
    .job_detail_title p{
        margin-bottom: 0;
    }
    .mt_navbar{
        height: 8rem;
    }
    body{
        padding-top: 8rem;
    }
    .m_logo{
        display: block;
    }
    .news_title h1{
        font-size: 5rem;
    }
    .news_title{
        margin-top: 3rem;
    }
    .join_title{
        margin-top: 3rem;
    }
    .sale_title{
        padding-bottom: 2rem;
        border-bottom-color: #949494;
    }
    .tan_cg_img{
        width: 100%;
        height: 10rem;
    }
    .tan_line,
    .tan_b_line{
        border-color: #a0a0a0;
    }
    .sale_height{
        min-height: 10rem;
    }
    .tan_line h2{
        font-size: 1.5rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .m_flex{
        display: flex;
    }
    .m_flex_bottom{
        display: flex;
        align-items: end;
    }
    .no_padding{
        padding-left: 0;
        padding-right: 0;
    }
    .not_border_xs{
        border:0 !important;
    }
    .show_img{
        bottom: 0rem;
        left: 0rem;
        width: 26rem;
        padding-left: 2rem;
        padding-bottom: 1.5rem;
    }
    .show_img .slide_imgs_item{
        height: 13rem;
    }
    .index_nav{
        margin-top: 10rem;
    }
    .index_nav .video{
        top: -5rem;
    }
    .nav_list .nav_icon{
        height: 4rem;
        margin-right: 3rem;
    }
    .nav_list{
        padding-left: 0;
        padding-right: 0;
    }
    .nav_list a{
        font-size: 6rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }
    .nav_list a h1{
        margin-top: 3rem;
        font-size: 7rem;
        line-height: .9;
    }
   .nav_list .logo1{
        margin-top: -4rem;
        width: 18rem;
        right: 3%;
    }
    .footer{
        padding-bottom: 5rem;
    }
    .nav_list .logo2{
        width: 18rem;
        right: 10%;
    }
    .nav_list .logo3{
        width: 18rem;
        margin-top: -4rem;
        right: 3%;
    }
    .nav_list .logo4{
        width: 18rem;
        right: 0;
        margin-top: -4rem;
    }
    .nav_list .logo5{
        width: 18rem;
        right: 3%;
    }
    .nav_list .logo6{
        width: 20rem;
        right: 3%;
    }
    .nav_list{
        overflow: visible;
        position: absolute;
        top: 100vh;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 999;
        transition: .6s all;
        padding-bottom: 0;
    }
    .case_box{
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .news_title .flex{
        display: block;
    }
    .news_title h1{
        font-size: 6rem;
    }
    .news_title h2{
        font-weight: bold;
        margin-top: 5rem;
        text-align: right;
    }
    .navbar-toggle{
        border-color: #fff;
    }
    .cate_list .cate_box{
        width: 100%;
        float: none;
        padding-top: 10rem;
    }
    .cate_list{
        margin-top: 1rem;
    }
    .cate_list .cate_box{
        margin-right: 0;
    }
    .case_list .s_imgs .small{
        width: 100%;
    }
    .case_list .s_imgs .big{
        width: 100%;
    }
    .case_list .imgs{
        width: 100%;
        display: block;
    }
    .case_list .s_imgs{
        display: block;
    }
    .nav_list a h1{
        letter-spacing: 0;
    }
    .about_box1 .tips_right{
        right: -5rem;
    }
    .about_box1 .tips_left{
        left: -5rem;
    }
    .about_box1 .tips_left{
        top: 19rem;
    }
    .about_history{
        display: block;
        position: relative;
        border-bottom: 1px solid #dfdfdf;
        line-height: 1.1;
        margin-bottom: 3rem;
    }
    .about_history .inline-block{
        display: block;
    }
    .make_box{
        margin-bottom: 4rem;
    }
    .about_history.last{
        border-bottom: 0;
    }
    .about_history_box{
        width: 100%;
        font-size: 5rem;
        height: auto;
        text-align: right;
        border: 0;
        border-radius: 0;
    }
    .about_history p{
        font-size: 3.4rem;
        text-align: right;
        opacity: .2;
        color: #ff000a;
        margin-bottom: 3rem;
        line-height: 1;
    }
    .about_history .year:before{
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        left: -90px;
        color: #fff;
    }
    .about_history .year{
        padding-left: 4rem;
        transform: translateX(0);
        left: 0;
        top: 0;
        color: #b81c22;
        bottom: auto;
    }
    .partner_title h1{
        font-size: 6rem;
    }
    .partner_title h1 img{
        width: 6rem;
    }
    .honnor_swiper{
        padding-left: 0;
        padding-right: 0;
    }
    .partner_title p{
        font-size: 4.5rem;
    }
    .honner_box .col-md-12{
        padding-left: 0;
        padding-right: 0;
    }
    .honner_txt{
        margin-top: 2rem;
    }
    .honner_txt h1{
        font-size: 2rem;
        margin-top: 0;
    }
    .honner_txt p{
        font-size: 1.6rem;
    }
    .partner_list img{
        height: 2rem;
    }
    .honner_box .bg_txt h1{
        font-size: 14rem;
    }
    .honner_box .bg_txt p{
        font-size: 15rem;
    }
    .honner_box .container{
        width: 100%;
    }
    .honnor_swiper .swiper-wrapper{
    }
    .honnor_swiper .swiper-button-next,
    .honnor_swiper .swiper-button-prev{
        font-size: 7rem;
    }
    .sub_partner img{
        height: 4rem;
    }
    @keyframes left_jump{ 
        0%{ right:3% } 
        50%{ right:5% } 
        100%{ right:3% }
    }
    .about_box1{
        margin-bottom: 10rem;
    }
    .meet_box .meet_left{
        width: 100%;
    }
    .meet_box .flex{
        display: block;
    }
    .meet_list .img{
        width: 100%;
    }
    .meet_box .meet_left{
        padding-right: 5%;
        padding-left: 5%;
        padding-bottom: 2rem;
    }
    .honner_box{
        padding-bottom: 5rem;
        padding-top: 5rem;
    }
    .meet_list .txt{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .meet_list .txt{
        font-size: 1.8rem;
    }
    .meet_foot_txt{
        display: none;
    }
    .case_title{
        font-size: 6rem;
    }
    .title_list .left{
        width: 88%;
    }
    .title_list .left .title{
        line-height: 1;
        margin-bottom: 1rem;
        font-size: 4.2rem;
    }
    .title_list .left .desc{
        font-size: 1.8rem;
        padding-top: 0;
    }
    .title_list .right{
        width: 22%;
        font-size: 2.4rem;
        align-items: end;
        font-weight: bold;
    }
    .title_list .right span{
        font-size: 1.5rem;
        font-weight: normal;
        display: inline-block;
        padding-bottom: 1.6rem;
    }
    .case_box p{
        font-size: 1.8rem;
    }
    .news_title{
        margin-bottom: 5rem;
    }
    .news_title h2{
        font-size: 3rem;
    }
    .news_title h2 img{
        height: 2rem;
    }
    .container{
        width: 95%;
    }
    .footer .footer_txt{
        font-size: 1.3rem;
    }
    .sale_sen{
        margin-top: 0;
        font-size: 13rem;
    }
    .bq_line .line_txt{
        margin-bottom: 0;
    }
    .bq_line .bq_box_txt{
        padding-right: 1rem;
    }
    .bq_line .line_img{
        width: 7rem;
        height: 7rem;
        margin-right: 1rem;
    }
    .center_box .slide_imgs{
        margin-bottom: -4rem;
    }
    .tuan_line .bq_box{
        margin-right: 3rem;
    }
    .tuan_line{
        margin-top: 5rem;
    }
    .bq_line{
        margin-bottom: 5rem;
    }
    .tan_txt{
        font-size: 6rem;
    }
    .xs_small_img{
        width: 100%;
        height: 10rem;
    }
    .join_title span{
        margin-left: 0;
    }
    .join_title{
        font-size: 4.2rem;
        margin-bottom: 5rem;
    }
    .join_nav{
        display: block;
    }
    .mb8{
        margin-bottom: 8rem;
    }
    .join_nav{
        border:0;
    }
    .join_nav a{
        display: block;
        width: 100%;
        position: relative;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 3rem;
    }
    .join_nav a:before{
        content: " ";
        width: 8px;
        height: 8px;
        left: 3px;
        border-radius: 100%;
        position: absolute;
        background-color: #b81c22;
        top: 3.6rem;
    }
    .join_nav a.active:before{
        background: #fff;
    }
    .join_info_title{
        margin-top: 5rem;
    }
    .join_info_title h1{
        font-size: 4rem;
    }
    .join_info_title h2{
        font-size: 2.5rem;
    }
    .join_info_title h1{
        width: 60%;
    }
    .join_info_title h2{
        width: 40%;
    }
    .join_link{
        margin-top: 13rem;
    }
    .join_link .text-right{
        text-align: left;
    }
    .join_content{
        margin-top: 1rem;
        display: none;
        overflow: hidden;
    }
    .join_sub_title{
        font-size: 2.8rem;
    }
    .join_sub_title p{
        margin-bottom: 0;
    }
    .join_nav .nav_btn span{
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
    }
    .load_txt{
        font-size: 5.7rem;
    }
    .loading img{
        height: 4.7rem;
    }
    .load_progress .percent{
        top: 5px;
        bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .case_detail .text-right{
        text-align: left !important;
    }
    .about_box{
        padding-left: 0;
        padding-right: 0;
    }
    .make_box img{
        width: 40%;
    }
    .make_box .make_txt img{
        height: auto;
    }
    .about_box .about_sub_title{
        font-size: 2rem;
        width: 60%;
        float: right;
        text-align: right;
    }
    .make_box .make_txt{
        left: 0;
    }
    .about_bg_txt{
        top: 25rem;
        font-size: 10rem;
    }
    .about_box1{
        padding-top: 4rem;
    }
    .meet_box .meet_title{
        font-size: 6rem;
        position: relative;
    }
    .meet_box .meet_title span{
        font-size: 3rem;
        position: absolute;
        bottom: 1rem;
        color: #232323;
        font-weight: normal;
        right: 0;
    }
    .footer{
        padding-top: 3rem;
    }
    .foot_link p{
        display: inline-block;
        font-size: 1.3rem;
    }
    .foot_link .f_links p:last-child{
        margin-left: 2rem;
    }

    .meet_cover{
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        left: 0;
        right: 0;
        display: none;
        background-color: #b81c22;
        z-index: 9999;
    }
    .meet_img{
        height: 60%;
        background-size: cover;
        background-color: #fff;
        background-position: center top;
    }
    .meet_cover_txt{
        padding-top: 3rem;
        color: #fff;
        padding-left: 5%;
        position: relative;
        padding-right: 5%;
    }
    .meet_cover_txt p{
        font-size: 1.6rem !important;
    }
    .meet_cover_txt .first{
        padding-top: 3rem;
        margin-top: 3rem ;
        font-size: 1.8rem !important;
        border-top: 1px solid #eaeaea;
    }

    .meet_cover_txt h2{
        font-size: 4.5rem;
    }
    .join_nav a h2{
        font-size: 3.5rem;
    }
    .meet_cover_txt h1{
        position: absolute;
        right: 5%;
        top:4.8rem;
        font-size: 2.5rem;
    }
    .meet_cover_txt h1:after{
        content: " ";
        width: 10px;
        height: 10px;
        position: absolute;
        background-color: #fff;
        border-radius: 100%;
        right: 0;
        top: -20px;
    }
    .banner_txt h4{
        font-size: 2.5rem;
    }
    .detail_cover{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 996;
        padding-top: 9rem;
        overflow-y: auto;
        background-color: #232323;
        display: none;
    }
    .detail_cover .imgs{
        margin-bottom: 3rem;
    }
    .title_list{
        padding-top: 4rem;
        border-top: 0;
    }
    .detail_cover .case_detail{
        padding-left: 0;
        padding-right: 0;
    }
    .case_detail .contnet,
    .case_detail .title_list{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .case_detail .contnet{
        padding-top: 0;
    }
    .cate_list .cate_box:hover{
        color: #949494;
        filter: grayscale(1);
    }
    .cate_list .cate_box:hover .icon{
        border-color: #949494;
    }
    .cate_list .cate_box:hover .icon:after{
        background-color: #949494;
    }
    .cate_list .cate_box.active .icon:after{
        background-color: #b81c22;
    }
    .cate_list .cate_box.active .icon{
        border-color: #b81c22;
    }
    .cate_list .cate_box.active{
        filter: grayscale(0);
        color: #b81c22;
    }
    .title_list .left .title{
        border: 0;
    }
    .title_list .right:before{
        border-left: 0;
    }
    .cate_box .icon{
        width: 4rem;
        height: 4rem;
    }
    .cate_box h2{
        font-size: 4rem;
        font-weight: bold;
        margin-bottom: 3rem;
    }
    .banner_txt h1{
        font-size: 7rem;
    }
    .banner_txt h2{
        font-size: 10rem;
        margin-top: 8rem;
    }
    .banner_txt h3{
        margin-top: 20rem;
    }
    .shijue_head h1{
        font-size: 6.2rem;
        text-align: justify;
        padding-top:1rem;
        padding-bottom: 3rem;
    }
    .shijue_nav a{
        font-size: 2rem;
    }
    .shijue_body .item{
        width: 30%;
    }
    .s_banner{
        padding-bottom: 2rem;
    }
    .bbq{
        margin-top: 8rem;
    }
    .bq_line .bq_box_txt{
        margin-bottom: 0;
    }
    .bq_line .line_txt{
        font-size: 4rem;
    }
    .bq_line .bq_box_txt{
        position: absolute;
        font-size: 1.6rem;
        right: 28rem;
        top: 1.3rem;
    }
    .out_line .bq_box, .ti_line .bq_box{
        margin-left: 0;
    }
    .out_line.bq_line:before, .ti_line.bq_line:before{
        top: 90%;
    }
    .out_line .line_txt{
        position: absolute;
        left: auto;
        right: 15px;
        bottom: -1rem;
    }
    .vocation .bq_box{
        margin-left: -10rem;
    }
    .bbq .bq_line .line_txt{
        bottom: 30%;
    }
    .vocation .bq_box_txt{
        left: 15px;
        right: auto;
        top: 60%;
    }
    .tuan_line .line_txt{
        padding-left: 15px;
    }
    .train .bq_box_txt{
        right: 26rem;
    }
    .pe_class .bq_box_txt{
        top: 5rem;
        right: 26rem;
    }
    .pe_class .line_txt{
        bottom: 0;
    }
    .pe_class .bq_box{
        margin-left: 15px;
    }
    .meet_footer{
        z-index: 9;
    }
    .train .bq_box{
        margin-right: 2rem;
    }
    .show_video{
        width: 30rem;
    }
    
    .load_txt{
        font-size: 5rem;
    }
    .loading img{
        height: 4rem;
    }
    .load_progress .percent{
        top: .5rem;
        bottom: .5rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .load_progress .percent_load:after{
        width: 2rem;
        right: 0rem;
    }
    .nav_slide .footer{
        padding-top: 3rem;
    }
}</pre></body></html>