    .swiper-slide .gemdaleBox {
        width: 100%;
        height: 100vh;
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    
    .ani-slide .gemdaleBox,
    .mask .gemdaleBox {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transition: all .8s;
        -webkit-transition: all .8s;
        -moz-transition: all .8s;
        -ms-transition: all .8s;
        -o-transition: all .8s;
    }
    
    .index,
    .business,
    .business_poly {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }
    /* .mask .swiper-wrapper {top: 329px;} */
    
    .banner {
        width: 100%;
        margin: 0 auto !important;
        overflow: hidden;
        min-width: 1260px;
        height: 100vh !important;
        background-color: #000;
    }
    
    .Index3 .icon_return {
        right: 40px;
    }
    
    .banner .bd {
        width: 100%;
        overflow: hidden;
        height: 100vh;
    }
    
    .banner .bd ul {
        width: 100% !important;
        height: 100vh !important;
    }
    
    .banner .bd li {
        width: 100% !important;
        height: 100vh !important;
        background-color: #f6e9d9;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    
    .banner .bd li .img {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .banner .bd li.li3 .icon {
        width: 193px;
        height: 655px;
        background: url(../img/ban/businessban2_icon.png) no-repeat center;
        position: absolute;
        right: 20%;
        top: 50%;
        margin-top: -327.5px;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }
    
    .banner .content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        z-index: 2;
    }
    
    .banner .ban_t {
        position: absolute;
        left: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /* .banner .ban_t.ban_t3 {top: 60%;} */
    
    .banner .ban_t .text1 {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }
    
    .banner .ban_t .text2 {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }
    
    .banner .ban_t .text3 {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
    }
    
    .banner .ban_t .icon_more {
        margin-top: 22px;
    }
    
    .banner .ban_list {
        /*position: absolute;left: 60px;bottom: 128px;*/
        margin-top: 45px;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: .6s;
        animation-delay: .6s;
    }
    
    .banner .box {
        margin-top: 30px;
    }
    
    .videoBox:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        filter: Alpha(opacity=30);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-filter: Alpha(opacity=30);
    }
    
    .videoBox {
        /* width: 1200px;margin: auto;*/
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .banner video,
    .business_poly2 video {
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /* transform: translateX(-50%);*/
        /* -webkit-transform: translateX(-50%);*/
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        /* width: 2560px;margin-left: calc( ( 1200px - 2560px) / 2);*/
    }
    
    .banner .hd {
        position: absolute;
        right: 60px;
        bottom: 55px;
        z-index: 99;
    }
    
    .banner .hd ul {
        float: left;
    }
    
    .banner .hd ul li.on {
        border: 2px solid #FFF;
    }
    
    .banner .hd ul li {
        float: left;
        width: 12px;
        height: 12px;
        overflow: hidden;
        color: transparent;
        background-color: transparent;
        border: 2px solid #FFF;
        border: 2px solid rgba(255, 255, 255, .4);
        border-radius: 50%;
        margin-right: 8px;
        cursor: pointer;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .banner .float {
        width: 17px;
        height: 24px;
        float: right;
        position: relative;
    }
    
    .banner .float:before {
        content: '';
        width: 17px;
        height: 24px;
        background: url(../img/test/ico8.png) no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        animation: arrow-movement 3s ease-in-out infinite;
        -webkit-animation: arrow-movement 3s ease-in-out infinite;
    }
    
    .index .banner .btn {
        width: 30%;
        height: 100%;
        cursor: pointer;
        top: 0;
        position: absolute;
        z-index: 10;
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
    }
    
    .index .banner .btn.next {
        right: 0;
        /* background: url(../img/next.png) no-repeat center;*/
        cursor: url(../img/next.cur), default;
        cursor: url(../img/next.png), auto;
    }
    
    .index .banner .btn.prev {
        left: 0;
        /* background: url(../img/prev.png) no-repeat center;*/
        cursor: url(../img/prev.cur), default;
        cursor: url(../img/prev.png), auto;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }
    
    .section2 .bg {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../img/test/index2_bg.jpg) no-repeat center;
    }
    
    .section2 .fl {
        float: left;
        position: relative;
        height: 100%;
        width: 23.333333%;
        padding: 32.44680vh 60px 0;
    }
    
    .section2 .fl img,
    .swiper-bottom-scrollbar-full .swiper-slide img {
        max-width: 100%;
    }
    
    .section2 .fr {
        float: right;
        position: relative;
        height: 100%;
        width: 76.666666%;
    }
    
    .section2_con {
        margin: 0 30px 0 60px;
        position: relative;
        z-index: 2;
    }
    
    .section2 .h3 {
        font-family: 'Brandon_bld';
        font-size: 55px;
        color: #ff6600;
        line-height: .85;
        text-transform: uppercase;
        letter-spacing: -5px;
    }
    
    .section2 .h5 {
        font-size: 55px;
        color: #4d4532;
        line-height: 1;
        font-weight: lighter;
        margin-top: 6px;
    }
    
    .section2 .p {
        font-size: 15px;
        color: #959494;
        line-height: 20px;
        margin: 18px 0 24px;
    }
    
    .section2 .StockCode+.StockCode {
        margin-top: 10px;
    }
    
    .StockCode .red {
        color: #ff3600;
    }
    
    .StockCode .green {
        color: #59ca91;
    }
    
    .StockCode .num {
        font-family: 'Brandon_bld';
        font-size: 28px;
        line-height: 1;
        letter-spacing: -1px;
    }
    
    .StockCode .p {
        font-size: 14px;
        color: #838177;
        color: rgba(131, 129, 119, .7);
        line-height: 15px;
        margin: 0;
    }
    
    .StockCode .p em {
        display: block;
        font-family: 'Brandon_bld';
        font-size: 16px;
        letter-spacing: -1px;
    }
    
    .swiper-bottom-scrollbar-full.swiper-container {
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: absolute;
        top: 0;
        transition: all 0.3s ease-in-out 0.7s;
        -webkit-transition: all 0.3s ease-in-out 0.7s;
        -moz-transition: all 0.3s ease-in-out 0.7s;
        -ms-transition: all 0.3s ease-in-out 0.7s;
        -o-transition: all 0.3s ease-in-out 0.7s;
        width: 100%;
    }
    
    .swiper-bottom-scrollbar-full .swiper-scrollbar {
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        bottom: 0;
        border-radius: 0;
        height: 2px
    }
    
    .swiper-bottom-scrollbar-full .swiper-scrollbar-drag {
        border-radius: 0;
        background: var(--base-color)
    }
    
    .swiper-bottom-scrollbar-full .swiper-scrollbar {
        background: rgba(255, 255, 255, .2)
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide {
        width: auto;
        margin-right: 30px;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide img {
        max-height: 450px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        /*opacity: .8;-webkit-filter: grayscale(1);filter: grayscale(1);-webkit-filter: grayscale(1);-moz-filter: grayscale(1);-ms-filter: grayscale(1);-o-filter: grayscale(1);*/
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide:hover img {
        /*opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: contrast(130%);-webkit-filter:contrast(130%);-moz-filter: contrast(130%);-ms-filter: contrast(130%);-o-filter: contrast(130%);*/
        max-height: 500px;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
        visibility: hidden;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide .cn {
        font-size: 36px;
        color: #fff;
        line-height: 1;
        font-weight: lighter;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide .en {
        display: none;
        font-family: 'Brandon_bld';
        font-size: 46px;
        color: #fff;
        line-height: .9;
        font-weight: lighter;
        text-transform: uppercase;
        letter-spacing: -2px;
        margin-top: 6px;
        position: relative;
        visibility: hidden;
        opacity: 0;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide .icon {
        display: none;
        margin-top: 5px;
        position: relative;
        visibility: hidden;
        opacity: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {
        right: 30px;
        opacity: 1;
        visibility: visible;
    }
    /* .swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box{right: 30px;opacity: 1;visibility: visible;} */
    
    .swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
        transform: translateY(97px);
        -webkit-transform: translateY(97px);
        -moz-transform: translateY(97px);
        -ms-transform: translateY(97px);
        -o-transform: translateY(97px);
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide:hover {
        z-index: 1;
    }
    
    .swiper-bottom-scrollbar-full .swiper-slide:hover .en,
    .swiper-bottom-scrollbar-full .swiper-slide:hover .icon {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    
    .swiper-bottom-scrollbar-full .position-relative {
        position: relative;
        overflow: hidden;
    }
    
    .swiper-bottom-scrollbar-full .last-paragraph-no-margin .on:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .3;
        filter: Alpha(opacity=30);
        -webkit-filter: Alpha(opacity=30);
        z-index: 2;
    }
    
    .swiper-bottom-scrollbar-full .position-relative.on video {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
    }
    
    .swiper-bottom-scrollbar-full .position-relative video {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*transform: translateX(-50%);*/
        /*-webkit-transform: translateX(-50%);*/
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .align-items-center {
        align-items: center !important;
    }
    
    .h-100 {
        height: 100% !important;
    }
    
    .d-flex {
        display: flex !important;
    }
    
    .hover-title-box {
        pointer-events: none;
        visibility: hidden;
        position: absolute;
        right: -100px;
        opacity: 0;
        top: 50%;
        transform: translateY(177px);
        -webkit-transform: translateY(177px);
        -moz-transform: translateY(177px);
        -ms-transform: translateY(177px);
        -o-transform: translateY(177px);
        z-index: 99;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    
    .swiper-bottom-scrollbar-full .swiper-scrollbar {
        left: 0;
        opacity: 1;
        position: absolute;
        width: 100%;
        bottom: 0;
        border-radius: 0;
        height: 2px;
    }
    
    .swiper-bottom-scrollbar-full .swiper-scrollbar-drag {
        border-radius: 0;
        background-color: #ff6600;
    }
    
    .nav-block {
        position: absolute;
        bottom: 7vh;
        right: 12px;
        height: 50px;
        width: 140px;
        z-index: 9;
    }
    
    .nav-block .swi_prev {
        position: absolute;
        left: 0;
        background: url(../img/test/prev.png) no-repeat right;
        width: 30px;
        height: 14px;
        cursor: pointer;
        transition: all.5s;
    }
    
    .nav-block .swi_prev:hover {
        background: url(../img/test/prevon.png) no-repeat right;
        width: 68px;
        transition: all.5s;
        left: -38px;
    }
    
    .nav-block .swi_next:hover {
        background: url(../img/test/nexton.png) no-repeat left;
        width: 68px;
        transition: all.5s;
        right: 12px;
    }
    
    .nav-block .swi_next {
        position: absolute;
        right: 50px;
        background: url(../img/test/next.png) no-repeat left;
        width: 30px;
        height: 14px;
        cursor: pointer;
        transition: all.5s;
    }
    
    .nav-block span {
        width: 2px;
        height: 16px;
        background-color: #141414;
        position: absolute;
        right: 94px;
    }
    
    .section3 {
        background: url(../img/test/section3_bg.jpg) no-repeat center;
        background-size: cover;
    }
    
    .section3 .map .link {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .section3 .map {
        max-width: 641px;
        position: absolute;
        top: 22.5%;
        left: 50%;
        margin-left: -304px;
    }
    
    .section3 .map .up {
        position: relative;
        width: 641px;
        height: 511px;
    }
    
    .section3 .map_h3>div {
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        color: rgba(255, 255, 255, .5);
        line-height: 28px;
        position: absolute;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .section3 .map_h3 .h3_1 {
        left: 463px;
        top: 125px;
    }
    
    .section3 .map_h3 .h3_2 {
        left: 413px;
        top: 218px;
    }
    
    .section3 .map_h3 .h3_3 {
        left: 311px;
        top: 311px;
    }
    
    .section3 .map_h3 .h3_4 {
        left: 391px;
        top: 311px;
    }
    
    .section3 .map_h3 .h3_5 {
        left: 459px;
        top: 298px;
    }
    
    .section3 .map_h3 .h3_6 {
        left: 449px;
        top: 367px;
    }
    
    .section3 .map_h3 .h3_7 {
        left: 346px;
        top: 426px;
    }
    
    .section3 .map_h3>div.on {
        color: #fff;
    }
    
    .section3 .icon_map>div {
        width: 641px;
        height: 511px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .section3 .icon_map .icon_1 {
        background: url(../img/test/icon_map1.png);
    }
    
    .section3 .icon_map .icon_2 {
        background: url(../img/test/icon_map2.png);
    }
    
    .section3 .icon_map .icon_3 {
        background: url(../img/test/icon_map3.png);
    }
    
    .section3 .icon_map .icon_4 {
        background: url(../img/test/icon_map4.png);
    }
    
    .section3 .icon_map .icon_5 {
        background: url(../img/test/icon_map5.png);
    }
    
    .section3 .icon_map .icon_6 {
        background: url(../img/test/icon_map6.png);
    }
    
    .section3 .icon_map .icon_7 {
        background: url(../img/test/icon_map7.png);
    }
    
    .section3 .icon_map>div.on {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
    }
    
    .section3 .down .con+.con {
        display: none;
    }
    /* .section3 .down .con h3,.section3 .down .con h5 { -webkit-animation: fadeInUp 1s .1s linear; animation: fadeInUp 1s .1s linear; }
.section3 .down .con p { -webkit-animation: fadeInUp 1s .3s linear; animation: fadeInUp 1s .3s linear; }  */
    
    .section3 .down h3 {
        font-size: 18px;
        color: #fff;
        color: rgba(255, 255, 255, .5);
        line-height: 24px;
        padding-top: 20px;
        background: url(../img/test/icon_map.png) no-repeat left top;
    }
    
    .section3 .down h5 {
        font-family: 'Brandon_bld';
        font-size: 30px;
        color: #ffa900;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -2px;
        margin-bottom: 6px;
    }
    
    .section3 .down p {
        font-size: 16px;
        color: #fff;
        color: rgba(255, 255, 255, .5);
        line-height: 24px;
        letter-spacing: 1.5px;
    }
    /* .section3 .map{width: 975px;height: 473px;position: absolute;top: 50%;margin-top: -200px;left: 50%;margin-left: -487.5px;}
.section3 .map .map_line{position: absolute;right: 232px;top: 146px;width: 0;height: 86px;opacity: .4;filter: Alpha(opacity=40);-webkit-filter: Alpha(opacity=40);}
.section3 .map .map_line.map_line1{background: url(../img/test/map_line1.png) no-repeat right center;}
.section3 .map .map_line.map_line2{background: url(../img/test/map_line2.png) no-repeat right center;}
.section3 .map .map_line.map_line3{background: url(../img/test/map_line3.png) no-repeat right center;}
.section3 .map .map_line.map_line4{background: url(../img/test/map_line4.png) no-repeat right center;}
.section3 .map .map_line.map_line5{background: url(../img/test/map_line5.png) no-repeat right center;}
.section3 .map .p{font-size: 14px;color: #fff;color: rgba(255, 255, 255, .5);position: absolute;top: 0;left: 0;white-space: nowrap;}
.section3 .map .icon{position: relative;width: 68px;height: 68px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.section3 .map .icon:before{content: '';width: 100%;height: 100%;background-color: #000000;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;opacity: .1;filter: Alpha(opacity=10);-webkit-filter: Alpha(opacity=10);border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.section3 .map .icon em{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 18px;height: 18px;}
.section3 .map .icon em:after{content: '';width: 6px;height: 6px;background-color: #ff6600;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.section3 .map .icon em:before{content: '';width: 18px;height: 18px;background-color: #ff6600;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;opacity: .5;filter: Alpha(opacity=50);-webkit-filter: Alpha(opacity=50);border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.section3 .map .s1{position: absolute;left: 94px;top: 138px;}
.section3 .map .s1 .p{top: 21px;left: -40px;}
.section3 .map .s1 .icon:before,
.section3 .map .s1 .icon em:before{animation: h_map 2s .4s linear alternate infinite;-webkit-animation: h_map 2s .4s linear alternate infinite;}
.section3 .map .s2{position: absolute;left: 214px;top: 160px;}
.section3 .map .s2 .icon{width: 39px;height: 39px;}
.section3 .map .s2 .p{top: 5px;left: 33px;}
.section3 .map .s2 .icon:before,
.section3 .map .s2 .icon em:before{animation: h_map 2s .6s linear alternate infinite;-webkit-animation: h_map 2s .6s linear alternate infinite;}
.section3 .map .s3{position: absolute;left: 111px;top: 175px;}
.section3 .map .s3 .p{top: 21px;left: -12px;}
.section3 .map .s3 .icon:before,
.section3 .map .s3 .icon em:before{animation: h_map 2s .8s linear alternate infinite;-webkit-animation: h_map 2s .8s linear alternate infinite;}
.section3 .map .s4{position: absolute;left: 220px;top: 183px;}
.section3 .map .s4 .icon{width: 39px;height: 39px;}
.section3 .map .s4 .p{top: 5px;left: 33px;}
.section3 .map .s4 .icon:before,
.section3 .map .s4 .icon em:before{animation: h_map 2s 1s linear alternate infinite;-webkit-animation: h_map 2s 1s linear alternate infinite;}
.section3 .map .s5{position: absolute;left: 182px;top: 205px;}
.section3 .map .s5 .icon{width: 39px;height: 39px;}
.section3 .map .s5 .p{top: 5px;left: 33px;}
.section3 .map .s5 .icon:before,
.section3 .map .s5 .icon em:before{animation: h_map 2s 1.2s linear alternate infinite;-webkit-animation: h_map 2s 1.2s linear alternate infinite;}
.section3 .map .s6{position: absolute;left: auto;right: 25px;top: 16px;width: 425px;height: 425px;z-index: 1;}
.section3 .map .s6 .icon{width: 100%;height: 100%;}
.section3 .map .s6 .icon em{width: 118px;height: 118px;}
.section3 .map .s6 .icon em:before{width: 118px;height: 118px;}
.section3 .map .s6 .icon em:after{width: 76px;height: 76px;}
.section3 .map .s6 .p{top: 200px;text-align: center;width: 100%;color: #fff;}
.section3 .map .s6 .icon:before,
.section3 .map .s6 .icon em:before{animation: h_map2 2s linear alternate infinite;-webkit-animation: h_map2 2s linear alternate infinite;}
.section3.swiper-slide-active .map .map_line{width: 100%;}
.section3.swiper-slide-active .map .map_line.map_line1{transition: all 2.8s 1.2s;-webkit-transition: all 2.8s 1.2s;-moz-transition: all 2.8s 1.2s;-ms-transition: all 2.8s 1.2s;-o-transition: all 2.8s 1.2s;}
.section3.swiper-slide-active .map .map_line.map_line2{transition: all 3s 1.4s;-webkit-transition: all 3s 1.4s;-moz-transition: all 3s 1.4s;-ms-transition: all 3s 1.4s;-o-transition: all 3s 1.4s;}
.section3.swiper-slide-active .map .map_line.map_line3{transition: all 3.2s 1.6s;-webkit-transition: all 3.2s 1.6s;-moz-transition: all 3.2s 1.6s;-ms-transition: all 3.2s 1.6s;-o-transition: all 3.2s 1.6s;}
.section3.swiper-slide-active .map .map_line.map_line4{transition: all 3.4s 1.8s;-webkit-transition: all 3.4s 1.8s;-moz-transition: all 3.4s 1.8s;-ms-transition: all 3.4s 1.8s;-o-transition: all 3.4s 1.8s;}
.section3.swiper-slide-active .map .map_line.map_line5{transition: all 3.6s 2s;-webkit-transition: all 3.6s 2s;-moz-transition: all 3.6s 2s;-ms-transition: all 3.6s 2s;-o-transition: all 3.6s 2s;} */
    
    .transparent {
        opacity: .15;
        filter: Alpha(opacity=15);
        -webkit-filter: Alpha(opacity=15);
    }
    
    .section3 .section3_bg {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        /* background-color: #000;*/
        z-index: 111;
    }
    
    .section3 .section3_bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: #000;*/
        /* z-index: -1;*/
    }
    
    .section3 .ball {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: scale(1);
        /* transition: all 1.5s 1s;*/
        overflow: hidden;
        background: url(../img/test/small.jpg) no-repeat center;
        z-index: 1;
        background-size: cover;
    }
    
    .section3 .ball video {
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*transform: translateX(-50%);*/
        /*-webkit-transform: translateX(-50%);*/
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .section3 .section3_bg .le_ {
        position: absolute;
        top: 29.78723vh;
        left: 60px;
        z-index: 1;
    }
    
    .section3 .section3_bg .ri_ {
        position: absolute;
        top: 24.97331vh;
        right: 60px;
    }
    
    .section3 .section3_bg .ri_ li+li {
        margin-top: 4.48239vh;
    }
    
    .section3 .section3_bg .ri_ li p {
        margin-bottom: 14px;
    }
    
    .section3 .section3_bg .ri_ ul {
        margin-bottom: 3.73532vh;
    }
    
    .section3 .section3_bg .ri_ li p,
    .section3 .section3_bg .ri_ h3 {
        font-size: 18px;
        color: #ffffff;
        color: rgba(255, 255, 255, .5);
        line-height: 22px;
    }
    
    .section3 .section3_bg .ri_ em {
        display: inline-block;
        color: #ff6600;
        font-size: 90px;
        font-family: 'Brandon_bld';
        line-height: .7;
        letter-spacing: -3px;
    }
    
    .section3 .section3_bg .ri_ p {
        font-size: 14px;
        color: #ffffff;
        color: rgba(255, 255, 255, .5);
    }
    
    .index_5bg {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(0, 100%);
        -moz-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        -webkit-transform: translate(0, 100%);
        transition: transform 700ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -webkit-transition: transform 700ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -moz-transition: transform 700ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -ms-transition: transform 700ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        -o-transition: transform 700ms cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    }
    
    .section.active .index_5bg {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        /* transition: transform 700ms cubic-bezier(0.785,0.135,0.15,0.86) 700ms;-webkit-transition: transform 700ms cubic-bezier(0.785,0.135,0.15,0.86) 700ms;-moz-transition: transform 700ms cubic-bezier(0.785,0.135,0.15,0.86) 700ms;-ms-transition: transform 700ms cubic-bezier(0.785,0.135,0.15,0.86) 700ms;-o-transition: transform 700ms cubic-bezier(0.785,0.135,0.15,0.86) 700ms;*/
    }
    
    .section4 .section_left {
        width: 62.7%;
        padding-left: 60px;
        padding-top: 23.19148vh;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .section4 .item {
        width: 45.4%;
        float: left;
        background: url(../img/test/section4_bg.png) no-repeat center;
        background-size: cover;
        padding: 30px 25px 65px;
    }
    
    .section4 .list {
        width: 54.6%;
        float: left;
        padding: 0 90px 0 30px;
    }
    
    .section4 .item .img {
        width: 100%;
        height: 228px;
        background: no-repeat center;
        background-size: cover;
        margin-bottom: 28px;
    }
    
    .section4 .section_left .date {
        font-family: 'Brandon_bld';
        font-size: 26px;
        color: #ff6600;
        line-height: 1;
        letter-spacing: -2px;
        margin-bottom: 6px;
    }
    
    .section4 .section_left .name {
        font-size: 20px;
        color: #554d3d;
        line-height: 24px;
        margin-bottom: 18px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .section4 .section_left .introduce {
        font-size: 14px;
        color: #9e9990;
        line-height: 22px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    
    .section4 .section_left .more {
        font-family: 'Brandon_bld';
        font-size: 20px;
        color: #c1ac7e;
        line-height: 1;
        letter-spacing: -2px;
        text-transform: uppercase;
        margin-top: 36px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .section4 .list a {
        overflow: hidden;
        position: relative;
        padding: 28px 0 40px 127px;
    }
    
    .section4 .list a+a {
        padding: 40px 0 40px 127px;
    }
    
    .section4 .list a+a:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .section4 .list a .date {
        position: absolute;
        top: 28px;
        left: 0;
        color: #c5a580;
        color: rgba(197, 165, 128, .6);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .section4 .list a+a .date {
        top: 40px;
    }
    
    .section4 .list a .introduce {
        -webkit-line-clamp: 3;
    }
    
    .section4 .list a:hover .date,
    .section4 .item:hover .more {
        color: #ff6600;
    }
    
    .section4 .section_right {
        width: 37.3%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .section4.section .bg2 {
        width: 0;
        height: 100%;
        background: url(../img/test/index_5_r.jpg) no-repeat left center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
    }
    
    .section4.section.active .bg2,
    .section4.section.swiper-slide-active .bg2 {
        width: 100%;
        transition: all .8s .8s;
        -webkit-transition: all .8s .8s;
        -moz-transition: all .8s .8s;
        -ms-transition: all .8s .8s;
        -o-transition: all .8s .8s;
    }
    
    .section4 .title {
        position: absolute;
        top: 27.12765vh;
        right: 60px;
    }
    
    .section4.swiper-slide-active .anim {
        opacity: 1;
        display: block;
    }
    
    .section4.swiper-slide-active .index_5bg {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    
    .section4.swiper-slide-active .bg2 {
        width: 100% !important;
    }
    /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âµ*/
    
    .h_more {
        text-align: center;
    }
    
    .h_more .text {
        font-size: 15px;
        color: #ff6600;
        display: inline-block;
    }
    
    .dot_box {
        font-size: 0;
        text-align: center;
        position: relative;
        display: inline-block;
    }
    
    .dot_box .i {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #c2bab8;
        border-radius: 50%;
        margin: 0 4px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .h_more:hover .dot_box .i:nth-child(2) {
        animation-delay: .2s;
    }
    
    .h_more:hover .dot_box .i:nth-child(3) {
        animation-delay: .4s;
    }
    
    .h_more:hover .dot_box .i {
        background-color: #ff6600;
        animation: today_only linear 1s 1 backwards;
        -webkit-animation: today_only linear 1s 1 backwards;
    }
    
    .business_d .h_more {
        margin-bottom: 80px;
    }
    
    .icon_float {
        position: absolute;
        right: 0;
        top: 0;
        width: 1029px;
        height: 373px;
        background: url(../img/test/about_1.png) no-repeat center;
    }
    
    .gemdale_name {
        padding: 127px 0 60px;
    }
    
    .gemdale_name .en {
        font-family: 'Brandon_bld';
        font-size: 120px;
        color: #ff6600;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -9px;
    }
    
    .gemdale_name .cn {
        font-size: 48px;
        color: #606060;
        line-height: 1;
        font-weight: lighter;
    }
    
    .about_1 .up {
        width: 100%;
        /*height: 469px;*/
    }
    
    .about_1 .up .introduce {
        position: relative;
        z-index: 1;
    }
    
    .about_1 .up.on video {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
    }
    
    .about_1 video {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        object-fit: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .about_1 .bgOut.animated:before {
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -moz-transform: translateX(102%);
        -ms-transform: translateX(102%);
        -o-transform: translateX(102%);
    }
    
    .about_1 .down {
        width: 100%;
        height: 543px;
        margin: 20px 0;
    }
    
    .about .bg {
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding: 86px 0 64px 73px;
    }
    
    .about_1 .down .bg {
        height: 100%;
        padding: 85px 0 0 73px;
    }
    
    .about_1 .down .fl {
        width: 760px;
    }
    
    .about_1 .down .fr {
        width: 495px;
        padding: 85px 0 0 43px;
    }
    
    .about_1 .down .fr .introduce {
        position: absolute;
        left: 43px;
        bottom: 60px;
    }
    
    .about_1 .down .fr .p {
        position: absolute;
        bottom: -28px;
        left: 0;
    }
    
    .about .h3 {
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        font-weight: lighter;
        margin-bottom: 14px;
    }
    
    .about p {
        font-size: 14px;
        color: #feffff;
        color: rgba(254, 255, 255, .5);
        line-height: 20px;
    }
    
    .about .icon_more {
        color: #fff;
        color: rgba(255, 255, 255, .7);
        margin-top: 14px;
    }
    
    .about .icon_more em:before {
        background: url(../img/_icon_more.png) no-repeat;
    }
    
    .about_1 .up .p {
        width: 510px;
    }
    
    .about_1 .fl .p {
        width: 380px;
    }
    
    .about_1 .p,
    .about_2 .p,
    .about_3 .icon_more,
    .about_4 .icon_more {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
    }
    
    .about_1 .bg:hover .p,
    .about_2:hover .p,
    .about_3 .bg:hover .icon_more,
    .about_4:hover .icon_more {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    
    .about_1 .down .fr:hover .h3 {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
    }
    
    .about_2 {
        width: 100%;
        height: 595px;
        background: no-repeat center;
        background-size: cover;
        position: relative;
    }
    
    .about_2 .introduce {
        width: 490px;
    }
    
    .about_2 .h3 {
        font-size: 36px;
        color: #fff;
        line-height: 40px;
        font-weight: lighter;
        margin-bottom: 30px;
    }
    
    .about_2 .content {
        padding: 118px 0 0 73px;
    }
    
    .about_2 .float {
        color: transparent;
        -webkit-text-stroke: 1px #eddac9;
        -ms-text-stroke: 1px #eddac9;
        text-stroke: 1px #eddac9;
        font-size: 60px;
        line-height: 50px;
        margin-left: 36px;
        position: absolute;
        top: 230px;
        left: 0;
    }
    
    .about_3 {
        overflow: hidden;
        margin: 20px 0;
    }
    
    .about_3 .bg {
        height: 469px;
        padding: 130px 0 0 73px;
    }
    
    .about_3 .fl {
        width: 495px;
    }
    
    .about_3 .fr {
        width: 760px;
    }
    
    .about_3 .fl .p {
        width: 290px;
    }
    
    .about_3 .fr .p {
        width: 490px;
    }
    
    .about_4 {
        width: 100%;
        height: 469px;
        background: no-repeat center;
        background-size: cover;
        position: relative;
    }
    
    .about_4 .content {
        padding: 72px 0 0 73px;
    }
    
    .about_4 .p {
        margin: 30px 0 0 -88px;
    }
    
    .bannerBox1 .name {
        width: 514px;
        height: 142px;
        background: url(../img/test/business_1.png) no-repeat;
    }
    
    .bannerBox0 .name {
        width: 514px;
        height: 142px;
        background: url(../img/test/business_1c.png) no-repeat;
    }
    
    .bannerBox2 .name {
        width: 514px;
        height: 142px;
        background: url(../img/test/business_1b.png) no-repeat;
    }
    
    .business .banner .hd {
        right: 0;
        bottom: 0;
        height: 100vh;
    }
    
    .business .banner .hd ul li {
        position: relative;
        width: 96px;
        height: 100vh;
        margin: 0;
        border: none;
        text-align: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    
    .business .banner .hd ul li:before {
        content: '';
        width: 1px;
        height: 100vh;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .1;
        filter: Alpha(opacity=10);
        -webkit-filter: Alpha(opacity=10);
    }
    
    .business .banner .hd h3 {
        width: 100%;
        font-size: 30px;
        color: #fff;
        color: rgba(255, 255, 255, .2);
        line-height: 1;
        font-weight: lighter;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 0;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .banner .hd h3:before {
        content: '';
        width: 5px;
        height: 5px;
        border: 2px solid #ff6600;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -38px;
        margin: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .banner .hd li h3:before {
        /* border: 2px solid #77cc52;*/
        border: 2px solid #ff6600;
    }
    
    .business .banner .hd li:nth-child(2) h3:before {
        /* border: 2px solid #bea677;*/
        border: 2px solid #bea677;
    }
    
    .business .banner .hd li:nth-child(3) h3:before {
        /* border: 2px solid #ff6600;*/
        border: 2px solid #77cc52;
    }
    
    .business .banner .hd .on h3 {
        color: #fff;
    }
    
    .business .banner .hd .on h3:before {
        bottom: -18px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
    }
    
    .business .section2 .bg {
        background: #f1f1ea;
    }
    
    .business .section2 .title {
        padding: 8.67235vh 0 0 0;
    }
    
    .business .swiper-bottom-scrollbar-full.swiper-container {
        padding-top: 23.79935vh;
    }
    
    .business .align-items-center {
        align-items: inherit !important;
    }
    
    .business .swiper-bottom-scrollbar-full .swiper-slide:first-child {
        margin-left: 60px;
    }
    
    .business .swiper-bottom-scrollbar-full .swiper-slide img {
        max-height: inherit;
    }
    
    .business .section2 .item {
        position: relative;
        height: 66.16862vh;
        max-height: 620px;
    }
    
    .business .section2 .item:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .section2 .item:after {
        content: '';
        width: 100%;
        height: 70px;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .section2 .item .img {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
    }
    
    .business .section2 .since {
        width: 75px;
        height: 75px;
        background-color: #b6a688;
        position: absolute;
        top: 33px;
        left: 0;
        right: 0;
        padding-top: 20px;
        margin: auto;
        z-index: 1;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .section2 .since h3 {
        font-family: 'Century751_BT';
        font-size: 12px;
        color: #fff;
        color: rgba(255, 255, 255, .7);
        line-height: 1.2;
    }
    
    .business .section2 .since h5 {
        font-family: 'Century751_BT';
        font-size: 20px;
        color: #fff;
        line-height: 1;
    }
    
    .business .section2 .introduce {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -30px;
        padding: 0 30px 40px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-filter: Alpha(opacity=0);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business .section2 .introduce h3 {
        font-size: 36px;
        color: #ffffff;
        line-height: 1;
        font-weight: lighter;
        margin-bottom: 10px;
    }
    
    .business .section2 .introduce p {
        font-size: 15.5px;
        color: #ffffff;
        line-height: 20px;
    }
    
    .business .section2 .line {
        width: 100%;
        /*width:-moz-calc(100% + 20px);width:-webkit-calc(100% + 20px);width: calc(100% + 20px);*/
        height: 2px;
        position: absolute;
        top: 70px;
        left: 0;
    }
    
    .business .section2 .divider {
        width: 100%;
        height: 2px;
        background-color: #fff8eb;
        opacity: .1;
        filter: Alpha(opacity=10);
        -webkit-filter: Alpha(opacity=10);
    }
    
    .business .section2 .line:before {
        content: '';
        width: 20px;
        height: 2px;
        background-color: #ddddd7;
        position: absolute;
        left: 100%;
        top: 0;
    }
    
    .business .swiper-bottom-scrollbar-full .swiper-slide:first-child .line:after {
        content: '';
        width: 60px;
        height: 2px;
        background-color: #ddddd7;
        position: absolute;
        left: -60px;
        top: 0;
    }
    
    .business .section2 .swiper-slide:last-child .line:before {
        display: none;
    }
    /* .business .swiper-bottom-scrollbar-full .swiper-slide:first-child .line{width: 100%;width:-moz-calc(100% + 80px);width:-webkit-calc(100% + 80px);width: calc(100% + 80px);left: -60px;}*/
    
    .business .section2 .item:hover:before {
        opacity: .5;
        filter: Alpha(opacity=50);
        -webkit-filter: Alpha(opacity=50);
    }
    
    .business .section2 .item:hover:after {
        height: 0;
    }
    
    .business .section2 .item:hover .since {
        background-color: #ff6600;
        transition: all .4s .4s;
        -webkit-transition: all .4s .4s;
        -moz-transition: all .4s .4s;
        -ms-transition: all .4s .4s;
        -o-transition: all .4s .4s;
    }
    
    .business .section2 .item:hover .introduce {
        bottom: 0;
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
        transition: all .4s .4s;
        -webkit-transition: all .4s .4s;
        -moz-transition: all .4s .4s;
        -ms-transition: all .4s .4s;
        -o-transition: all .4s .4s;
    }
    
    .business_3 .box {
        position: relative;
        z-index: 1;
        text-align: center;
        padding-top: 14.08751vh;
    }
    
    .business_3 .imgs {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .business_3 .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: no-repeat center;
        background-size: cover;
        transition-duration: 1s;
        -webkit-transition-duration: 1s;
    }
    
    .business_3 .img+.img {
        opacity: 0;
    }
    
    .business_3 .img.on {
        opacity: 1;
    }
    
    .business_3 .introduce+.introduce {
        display: none;
    }
    
    .business_3 .introduce.on {
        display: block;
    }
    
    .business_3 .name {
        margin: 13.34044vh 0 7.25720vh;
        font-size: 0;
    }
    
    .business_3 .name a {
        display: inline-block;
        font-size: 26px;
        color: #f2debb;
        color: rgba(242, 222, 187, .3);
        line-height: 1.2;
        font-weight: lighter;
        margin: 0 1.19vw;
        position: relative;
    }
    
    .business_3 .name a.on {
        color: #fff;
    }
    
    .business_3 .name a.on:before {
        content: '';
        width: 100%;
        height: 7px;
        background: url(../img/test/business_9.png) no-repeat center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -8px;
        margin: auto;
    }
    
    .business_3 .icon_more {
        margin-top: 2.1vh;
        color: #d0c9b9;
        border: 2px solid #fff;
        border: 2px solid rgba(255, 255, 255, .3)
    }
    
    .business_3 .icon_more:hover {
        color: #fff;
        border: 2px solid transparent;
    }
    
    .business_3 .introduce h3 {
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        font-weight: lighter;
        animation-delay: .3s;
    }
    
    .business_3 .introduce h3+h3 {
        animation-delay: .5s;
    }
    
    .business_4 .up {
        position: relative;
        width: 100%;
        height: 100vh;
        height: -moz-calc(100% - 329px);
        height: -webkit-calc(100% - 329px);
        height: calc(100% - 329px);
    }
    
    .business_4 .section_left {
        width: 62.7%;
        padding-left: 60px;
        padding-top: 17.82283vh;
        padding-right: 40px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .business_4 .title2 {
        float: left;
    }
    
    .business_4.swiper-slide-active .box {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transition: all 1s .6s;
        -webkit-transition: all 1s .6s;
        -moz-transition: all 1s .6s;
        -ms-transition: all 1s .6s;
        -o-transition: all 1s .6s;
        opacity: 1;
    }
    
    .business_4 .box {
        width: 73%;
        float: right;
        background: url(../img/test/business_17.jpg) no-repeat right center #f3f3ed;
        overflow: hidden;
        position: relative;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        opacity: 0;
    }
    
    .business_4 .slide {
        width: 52%;
        height: 400px;
        float: left;
    }
    
    .business_4 .swiper-slide {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
    }
    
    .business_4 .hd {
        float: left;
        width: 57%;
        height: 300px;
        overflow: hidden;
        margin-top: 60px;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
    }
    
    .business_4 .hd li {
        width: 100%;
        margin-bottom: 22px;
        /* height: 75px;*/
        padding-left: 26%;
        cursor: pointer;
        position: relative;
        /* overflow: hidden;*/
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .business_4 .hd li h3 {
        /* font-family: 'Brandon_bld';*/
        font-size: 18px;
        color: #aeaba5;
        line-height: 24px;
    }
    
    .business_4 .hd li h3 em {
        font-family: 'Candara';
        letter-spacing: -1px;
    }
    
    .business_4 .hd li:before {
        content: '';
        width: 0;
        height: 2px;
        background-color: #5d5d5d;
        position: absolute;
        right: 100%;
        top: 11px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        margin-right: -24%;
    }
    
    .business_4 .hd li.on::before {
        width: 24%;
    }
    
    .business_4 .hd li.on h3 {
        color: #474646;
    }
    
    .business_4 .section_right {
        width: 37.3%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        overflow: hidden;
    }
    
    .business_4.section .bg2 {
        width: 0;
        height: 100%;
        background: url(../img/test/business_16.jpg) no-repeat left center;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
    }
    
    .business_4.section.active .bg2,
    .business_4.section.swiper-slide-active .bg2 {
        width: 100%;
        transition: all .8s .8s;
        -webkit-transition: all .8s .8s;
        -moz-transition: all .8s .8s;
        -ms-transition: all .8s .8s;
        -o-transition: all .8s .8s;
    }
    
    .business_4 .title {
        position: absolute;
        top: 17.82283vh;
        right: 60px;
    }
    
    .business_4.swiper-slide-active .index_5bg {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }
    
    .business_4.swiper-slide-active .bg2 {
        width: 100% !important;
    }
    
    .business_4 .swiper-pagination {
        display: none;
    }
    
    .business .footer {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }
    
    .page_ban {
        height: calc(100vh - 100px);
        position: relative;
        margin-top: 100px;
    }
    
    .page_ban .img {
        width: 100vw;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    
    .page_ban .slogan {
        width: 100%;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .page_ban .title h3 {
        font-size: 80px;
        line-height: 1;
        font-weight: lighter;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }
    
    .page_ban .slogan p {
        text-align: center;
    }
    
    .page_ban .slogan .title p {
        font-size: 16px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Didot';
        letter-spacing: 30px;
    }
    
    .page_ban .slogan .c_tit {
        margin-top: 45px;
    }
    
    .page_ban .slogan .c_tit {
        font-size: 24px;
        line-height: 34px;
        font-weight: lighter;
    }
    
    .page_ban .slogan .c_tit p {
        font-size: 24px;
        line-height: 34px;
        font-weight: lighter;
    }
    
    .iconFloat.on {
        opacity: 1;
        right: 40px;
        /* width: auto; */
        /* height: auto; */
        transition: all .7s;
    }
    
    .mytop {
        cursor: pointer;
        width: 50px;
        height: 50px;
        background: #d8d0ce;
        position: absolute;
        right: 0;
        bottom: 0px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        overflow: hidden;
    }
    
    .mytop::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/iconMytop.png) no-repeat center;
        transition: all .7s;
    }
    
    .mytop:hover:before {
        top: -100px;
    }
    
    .mytop:hover:after {
        top: 0;
    }
    
    .mytop::after {
        content: '';
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/iconMytop.png) no-repeat center;
        transition: all .7s;
    }
    
    .iconFloat .icon_return {
        margin-top: 10px;
        position: absolute;
        right: 40px;
        bottom: 60px;
        z-index: 9;
        width: 50px;
        height: 50px;
        background: #ffb632;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        transition: all .7s;
        overflow: hidden;
    }
    
    .titleH3 {
        text-align: center;
        margin-bottom: 130px;
    }
    
    .titleH3 .h3 {
        font-size: 50px;
        color: #333333;
        font-weight: lighter;
        line-height: 1;
        position: relative;
        padding-bottom: 24px;
    }
    
    .titleH3 .h3:after {
        content: '';
        width: 19px;
        height: 10px;
        background: url(../img/business/ico17.png) no-repeat center #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    
    .titleH3 .h3:before {
        content: '';
        width: 0;
        height: 2px;
        background-color: #edeaea;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4.5px;
        margin: auto;
        transition: all 2s;
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        -ms-transition: all 2s;
        -o-transition: all 2s;
    }
    
    .titleH3.animated .h3:before {
        width: 100%;
    }
    
    .business_d1 {
        margin: 120px 0 450px;
    }
    
    .business_d1 .bg {
        margin-top: -350px;
        width: 100%;
    }
    
    .bg_left .bd li {
        margin-right: 160px;
        font-size: 235px;
        text-transform: uppercase;
        color: #a3adb8;
        opacity: 0.15;
        line-height: 260px;
        font-family: 'Didot';
    }
    
    .business_d1 .content {
        width: 1308px;
        position: relative;
        z-index: 1;
    }
    
    .business_d1 .img {
        position: relative;
        z-index: 1;
        width: 735px;
        height: 677px;
    }
    
    .business_d1 .img img {
        width: 100%;
        height: 100%;
    }
    
    .business_d1 .img2 {
        position: absolute;
        right: -32px;
        top: 172px;
        width: 735px;
        height: 626px;
        background: #c9c1bf;
        padding-top: 48px;
        padding-left: 158px;
        padding-right: 52px;
    }
    
    .business_d1 .img2 p {
        font-size: 18px;
        color: #333333;
        line-height: 34px;
        margin-bottom: 34px;
    }
    
    .public_bus_d.business_d4 {
        margin-bottom: 275px;
    }
    
    .business_d .public_bus_d {
        height: 760px;
        margin-bottom: 180px;
    }
    
    .public_bus_d {
        width: 100%;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
    
    .public_bus_d .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: no-repeat center;
        background-size: cover;
    }
    
    .public_bus_d.business_d2 .bg {
        width: 50%;
        left: 0;
    }
    
    .public_bus_d.business_d3 .bg {
        width: 50%;
        right: 0;
        left: auto;
    }
    
    .public_bus_d .white {
        width: 1000px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -1000px;
    }
    
    .public_bus_d.business_d3 .white {
        width: 935px;
        left: 50%;
        margin-left: 960px;
    }
    
    .public_bus_d.business_d3 .white2 {
        width: 985px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1945px;
    }
    
    .public_bus_d.business_d4 .white {
        width: 472px;
        left: 50%;
        margin-left: 960px;
    }
    
    .public_bus_d.business_d4 .white2 {
        width: 460px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1420px;
    }
    
    .about .white {
        width: 322.5px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 961px;
    }
    
    .about .white2 {
        width: 322.5px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1283px;
    }
    
    .public_bus_d .content {
        position: relative;
        z-index: 1;
    }
    
    .business_d2 .content {
        padding-top: 240px;
    }
    
    .business_d2 .introduce {
        width: 769px;
        float: right;
    }
    
    .business_d1.on {
        margin: 120px 0 290px;
    }
    
    .business_d2 .introduce .en {
        font-size: 120px;
        line-height: 120px;
        color: #ddd5d3;
        font-family: 'Didot';
        text-transform: uppercase;
    }
    
    .business_d2 .introduce .cn {
        color: #333333;
        font-size: 36px;
        line-height: 1;
        padding-left: 205px;
        margin-top: 40px;
    }
    
    .business_d2 .introduce div:last-child {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .business_d2 .introduce .cn em {
        font-size: 18px;
        color: #333;
        height: 21px;
        line-height: 21px;
        padding-left: 26px;
        background: url(../images/di.png) no-repeat center left/auto 16px;
    }
    
    .business_d3 .introduce .en {
        font-size: 120px;
        line-height: 120px;
        color: #ddd5d3;
        font-family: 'Didot';
        text-transform: uppercase;
    }
    
    .business_d3 .introduce div:nth-child(2) {
        margin-top: 36px;
    }
    
    .business_d3 .introduce .cn {
        color: #333333;
        font-size: 36px;
        line-height: 1;
        width: 388px;
    }
    
    .business_d3 .introduce .cn em {
        font-size: 18px;
        color: #333;
        height: 21px;
        line-height: 21px;
        padding-left: 26px;
        background: url(../images/di.png) no-repeat center left/auto 16px;
        max-width: 200px;
    }
    
    .business_d4 .introduce .en {
        font-size: 120px;
        line-height: 120px;
        color: #ddd5d3;
        font-family: 'Didot';
        text-transform: uppercase;
    }
    
    .business_d4 .introduce .cn {
        color: #333333;
        font-size: 36px;
        line-height: 1;
        padding-left: 166px;
    }
    
    .business_d4 .introduce .cn em {
        font-size: 18px;
        color: #333;
        height: 21px;
        line-height: 21px;
        padding-left: 26px;
        background: url(../images/di.png) no-repeat center left;
    }
    
    .business_d3 .content {
        padding: 130px 0 0 110px;
    }
    
    .business_d4 .content {
        padding: 664px 0 0 0;
    }
    
    .business_d4 .introduce {
        margin-left: -30px;
    }
    
    .business_d5 {
        width: 100%;
        height: 580px;
        margin-bottom: 180px;
        position: relative;
        overflow: hidden;
    }
    
    .business_d5.slide .slideBox {
        position: relative;
        height: 100%;
        display: none;
    }
    
    .business_d5.slide .swiper-slide-active .slideBox {
        display: block;
    }
    
    .business_d5 .con {
        float: left;
        width: 450px;
        padding-top: 106px;
    }
    
    .business_d5 .h3 {
        font-size: 50px;
        color: #333333;
        font-weight: lighter;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    
    .business_d5 p {
        font-size: 18px;
        color: #736f6e;
        line-height: 34px;
        max-width: 327px;
    }
    
    .business_d5 .img {
        float: right;
        position: relative;
        width: 1009px;
        height: 580px;
        margin-right: -323px;
    }
    
    .h_animation5 {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #fff;
    }
    
    .business_d5 .swiper-slide {
        background-color: #fff;
    }
    
    .business_d5 .swiper-pagination {
        max-width: 1275px;
        bottom: auto;
        top: -14px;
        right: 0;
        margin: auto;
        text-align: left;
    }
    
    .business_d5 .swiper-pagination-bullet {
        width: 70px;
        height: 3px;
        background-color: #c2bab8;
        margin: 0;
        margin-right: 10px;
        opacity: .3;
        filter: Alpha(opacity=30);
        -webkit-filter: Alpha(opacity=30);
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    
    .business_d5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        filter: Alpha(opacity=100);
        -webkit-filter: Alpha(opacity=100);
    }
    
    .business_d5 .slide_btn.swiper-button-next,
    .business_d5 .slide_btn.swiper-button-prev {
        width: 1015px;
        left: auto;
        right: -960px;
        margin-right: 50%;
    }
    
    .business_d5 .swiper-button-next:after,
    .business_d5 .swiper-button-prev:after {
        display: none;
    }
    
    .business_d5 .slide_btn.z_in {
        z-index: 11;
    }
    
    .pin-spacer {
        padding: 0 !important;
        position: relative !important;
        left: 0 !important;
        height: auto !important;
    }
    
    .next_page {
        width: 100%;
        height: 900px;
        position: relative;
        background: no-repeat center;
        background-size: cover;
        padding-top: 47px;
        text-align: center;
    }
    
    .pageItem .page_ban .slogan {
        top: 42.5%;
    }
    
    .pageItem .downIcon {
        width: 100px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 30px;
        z-index: 50;
        opacity: 0;
        animation: fadeIn 1s 2s forwards;
        -webkit-animation: fadeIn 1s 2s forwards;
    }
    
    .pageItem .downIcon span {
        display: block;
        color: rgba(255, 255, 255, .8);
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .pageItem .downIcon .ic {
        display: block;
        margin: auto;
        animation: downIcon 1.5s infinite;
        -webkit-animation: downIcon 1.5s infinite;
    }
    
    .pageItem .wxPos.on {
        right: 40px;
        opacity: 1;
    }
    
    .pageItem .wxPos {
        position: fixed;
        right: -160px;
        bottom: 250px;
        z-index: 30;
        opacity: 0;
        /*animation: fadeInRight 1s 1s forwards; -webkit-animation: fadeInRight 1s 1s forwards; */
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .pageItem .content {
        width: 1390px;
    }
    
    .page_slogan {
        padding: 110px 0 138px;
    }
    
    .page_slogan p {
        width: 669px;
        text-align: center;
        margin: 0 auto !important;
        color: #696969;
        font-size: 18px;
        line-height: 34px;
    }
    
    .business_d .pageItem_1 {
        height: 787px;
    }
    
    .pageItem_1 .fl {
        width: 1040px;
        height: 787px;
        position: relative;
        margin-left: -260px;
    }
    
    .pageItem_1 .fr {
        width: 833px;
        height: 787px;
        position: relative;
        margin-right: -264px;
    }
    
    .pageItem_1 .fl .bg {
        height: 520px;
        overflow: hidden;
    }
    
    .pageItem_1 .fl .white {
        width: 260px;
        margin-left: -260px;
    }
    
    .pageItem_1 .fr .white {
        width: 270px;
        left: 100%;
        margin-left: 0;
    }
    
    .pageItem_1 .name {
        width: 1008px;
        position: absolute;
        left: 55px;
        top: 306px;
        margin-left: 50%;
        z-index: 1;
    }
    
    .pageItem_1 .name .en {
        font-family: 'Didot';
        font-size: 120px;
        line-height: 120px;
        text-transform: uppercase;
        color: #ddd5d3;
    }
    
    .pageItem_2t .name .en {
        font-family: 'Didot';
        font-size: 120px;
        line-height: 120px;
        text-transform: uppercase;
        color: #ddd5d3;
    }
    
    .pageItem_2t .name .cn {
        color: #333333;
        font-size: 36px;
        font-weight: 100;
        line-height: 1;
        margin-top: 10px;
    }
    
    .pageItem_1 .name .cn {
        color: #000;
        font-size: 36px;
        font-weight: 100;
        line-height: 1;
        margin-top: 10px;
    }
    
    .pageItem_1 .introduce {
        position: absolute;
        right: 0;
        bottom: -10px;
        z-index: 1;
        text-align: right;
        font-size: 18px;
        color: #696969;
        line-height: 34px;
    }
    
    .business_d .pageItem_2 {
        height: 422px;
    }
    
    .pageItem_2 .white {
        width: 265px;
        left: 50%;
        margin-left: 960px;
    }
    
    .pageItem_2 .white2 {
        width: 265px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1225px;
    }
    
    .pageItem_2t {
        margin-top: -274px;
        overflow: hidden;
        margin-bottom: 180px;
    }
    
    .pageItem_2t .name {
        float: left;
        margin-left: 60px;
        position: relative;
    }
    
    .pageItem_2t .introduce {
        float: right;
        margin-top: 150px;
    }
    
    .business_d .pageItem_3 {
        height: 522px;
        overflow: hidden;
    }
    
    .pageItem_3 .bg {
        width: 782px;
        height: 522px;
        position: relative;
        overflow: hidden;
        float: left;
    }
    
    .pageItem_3 .fl .white {
        width: 782px;
        margin-left: -782px;
    }
    
    .pageItem_3 .introduce {
        float: right;
        margin-top: 40px;
        margin-right: -40px;
    }
    
    .pageItem_3 .introduce .time {
        font-family: 'Didot';
        color: #333333;
        font-size: 120px;
        line-height: 120px;
    }
    
    .pageItem_3 .introduce .num {
        font-size: 40px;
        color: #333333;
        margin-bottom: 37px;
    }
    
    .pageItem_3 .introduce p {
        color: #696969;
        font-size: 18px;
        line-height: 1;
        margin-bottom: 16px;
    }
    
    .business_d .pageItem_4 {
        height: 926px;
        margin: 300px auto 180px;
    }
    
    .business_d .pageItem_4.ono {
        height: 0px !important;
        margin: 0 auto !important;
        overflow: hidden;
    }
    
    .business_d .pageItem_4.ono .pageItem_4 .introduce {
        display: none;
    }
    
    .itemBomSwiper.ono {
        margin-top: 0;
    }
    
    .pageItem_4 .fl {
        width: 782px;
        height: 926px;
        position: relative;
        float: left;
    }
    
    .pageItem_4 .fr {
        width: 574px;
        height: 926px;
        position: relative;
        margin-top: 275px;
    }
    
    .pageItem_4 .bg {
        overflow: hidden;
    }
    
    .pageItem_4 .white {
        width: 100%;
        margin-left: 0;
        top: 100%;
    }
    
    .pageItem_4 .introduce {
        position: absolute;
        top: -123px;
        left: 680px;
    }
    
    .pageItem_4 .introduce .en {
        font-family: 'Didot';
        font-size: 120px;
        line-height: 120px;
        text-transform: uppercase;
        color: #ddd5d3;
    }
    
    .pageItem_4 .introduce .cn {
        color: #333333;
        font-size: 36px;
        font-weight: 400;
        line-height: 1;
        margin-top: 10px;
    }
    
    .itemBomCont .tips {
        position: absolute;
        left: 0;
        top: 110px;
        right: 0;
        line-height: 1;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        width: 100px;
        margin: auto;
        z-index: 2;
    }
    
    .slide2 .itemBomCont .tips {
        top: 50px;
    }
    
    .itemBomSwiper {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 100vh;
        min-height: 930px;
        margin-top: 400px;
        width: 100vw;
    }
    
    .itemBomSwiper .swiper_btn {
        width: 58px;
        height: 58px;
        opacity: .6;
        position: absolute;
        top: 50%;
        transform: translateY(-51%);
        -webkit-transform: translateY(-51%);
        -moz-transform: translateY(-51%);
        -ms-transform: translateY(-51%);
        -o-transform: translateY(-51%);
        z-index: 200;
        cursor: pointer;
        outline: none;
        transition: all .7s;
    }
    
    .itemBomSwiper .swiper_btn:hover {
        opacity: 1;
    }
    
    .itemBomSwiper .swiper_next {
        right: 240px;
        background: url(../img/test/item-comSw-list-next2.png) no-repeat;
    }
    
    .itemBomSwiper .swiper_prev {
        left: 240px;
        background: url(../img/test/item-comSw-list-prev2.png) no-repeat;
    }
    
    .itemBomSwiper .swiper-slide {
        position: relative;
        height: 100%;
    }
    
    .itemBomSwiper .animated {
        display: none;
    }
    
    .itemBomSwiper .swiper-slide-active .animated {
        display: block;
    }
    
    .itemBomSwiper .swiper-slide .t1 {
        position: absolute;
        left: 0;
        top: 388px;
        right: 0;
        margin: auto;
    }
    
    .itemBomSwiper .swiper-slide .t1 .cn {
        position: relative;
        text-align: center;
        color: #ffffff;
        font-size: 62px;
        font-weight: 100;
    }
    
    .itemBomSwiper .swiper-slide .t1 .cn em {
        font-size: 46px;
        position: absolute;
        top: -10px;
    }
    
    .itemBomSwiper .swiper-slide .t1 .en {
        color: #fff;
        font-size: 16px;
        font-family: 'Didot';
        letter-spacing: 30px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 33px;
    }
    
    .itemBomSwiper .swiper-slide .more em:before {
        background: url(../img/_icon_more.png) no-repeat;
    }
    
    .itemBomSwiper .swiper-slide .more {
        width: 128px;
        position: absolute;
        left: 0;
        top: 670px;
        right: 0;
        margin: auto;
    }
    
    .itemBomSwiper .swiper-slide {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
    }
    
    .itemBomSwiper .swiper-slide:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #0000006e;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .5;
        filter: Alpha(opacity=50);
        -webkit-filter: Alpha(opacity=50);
    }
    
    .itemBomCont .slide2 {
        background-color: #32423a;
        position: relative;
        height: 100vh;
        min-height: 930px;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    
    .itemBomCont .slide {
        position: absolute;
        top: 160px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 610px;
        background: url(../img/business/ico16.png) repeat-x 2px 294px;
    }
    
    .itemBomCont .slide .btn {
        width: 58px;
        height: 58px;
        position: absolute;
        top: 50%;
        margin-top: -29px;
        cursor: pointer;
        z-index: 9;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .itemBomCont .slide .btn.prevStop,
    .itemBomCont .slide .btn.nextStop {
        opacity: 0;
        cursor: default;
    }
    
    .itemBomCont .slide .btn.prev {
        background: url(../img/test/item-comSw-list-prev.png) no-repeat;
        left: 10%;
    }
    
    .itemBomCont .slide .btn.next {
        background: url(../img/test/item-comSw-list-next.png) no-repeat;
        right: 10%;
    }
    
    .w1298 {
        position: relative;
        width: 1298px;
        margin: 0 auto;
    }
    
    .itemBomCont .slide .bd {
        /* width: 1398px; */
        width: 1123px;
        height: 303px;
        overflow: hidden;
        float: left;
        font-size: 0px;
    }
    
    .itemBomCont .slide .bd2 {
        /* width: 1398px; */
        width: 1116px;
        height: 303px;
        overflow: hidden;
        float: right;
        font-size: 0px;
    }
    
    .itemBomCont .slide .bd .swiper-slide {
        display: inline-block;
        vertical-align: top;
        width: 372px;
        height: 302px;
        position: relative;
    }
    
    .itemBomCont .slide .bd .swiper-slide .xian {
        position: absolute;
        top: 0;
        left: 0px;
        width: 1px;
        background-color: #afc6ba;
        opacity: .2;
        filter: Alpha(opacity=20);
        -webkit-filter: Alpha(opacity=20);
    }
    
    .itemBomCont .slide .bd .swiper-slide.odd .xian {
        height: 303px;
    }
    
    .itemBomCont .slide .bd .swiper-slide.even .xian {
        height: 307px;
        top: 0;
    }
    
    .itemBomCont .slide .bd .swiper-slide.even {
        padding-top: 38px;
    }
    
    .itemBomCont .slide .con {
        padding: 0 15px;
        cursor: pointer;
    }
    
    .itemBomCont .slide .img {
        margin-bottom: 10px;
        position: relative;
    }
    
    .itemBomCont .slide .even .img {
        margin: 0;
    }
    
    .itemBomCont .slide .img:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 10;
        opacity: 0;
        transition: all .4s;
    }
    
    .itemBomCont .slide .img:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 51px;
        height: 51px;
        z-index: 11;
        background: url(../img/test/item-comSw-list-img-ic1.png) no-repeat center;
        transform: translateY(50px);
        opacity: 0;
        transition: all .4s;
    }
    
    .itemBomCont .slide .con:hover .img:before {
        opacity: 1;
    }
    
    .itemBomCont .slide .con:hover .img:after {
        transform: translateY(0);
        opacity: 1;
    }
    
    .itemBomCont .slide .txt {
        position: relative;
        z-index: 2;
    }
    
    .itemBomCont .slide .txt .cn {
        font-size: 24px;
        color: #afc6ba;
        font-weight: 100;
    }
    
    .itemBomCont .slide .txt .en {
        font-family: 'Didot';
        color: #afc6ba;
        font-size: 42px;
        margin-top: 6px;
    }
    
    .itemBomCont .slide .even .txt {
        height: 71px;
        padding-left: 20px;
    }
    
    .popBox {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
    }
    
    .popBox .borBg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
    }
    
    .popBox .p-cont {
        position: absolute;
        width: 836px;
        height: 528px;
        top: 50%;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .popBox .p-cont .closeBtn {
        position: absolute;
        right: 19px;
        top: 19px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    
    .business_poly1 {
        height: auto;
    }
    
    .business_poly2 {
        background-color: #000;
    }
    
    .business_poly3 {
        height: 329px;
    }
    
    .business_poly3 .anim {
        display: block;
    }
    
    .business_poly1 .con {
        width: 100%;
        height: 469px;
        background: no-repeat center;
        background-size: cover;
        margin-bottom: 20px;
        position: relative;
    }
    
    .business_poly1 .bgOut.animated:before {
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -moz-transform: translateX(102%);
        -ms-transform: translateX(102%);
        -o-transform: translateX(102%);
    }
    
    .business_poly1 .introduce {
        max-width: 502px;
        position: absolute;
        left: 72px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .business_poly1 .con h3 {
        font-size: 24px;
        color: #fff;
        color: rgba(255, 255, 255, .8);
        line-height: 30px;
        font-weight: lighter;
    }
    
    .business_poly1 .con h5 {
        font-size: 20px;
        color: #fff;
        color: rgba(255, 255, 255, .5);
        line-height: 30px;
        font-weight: lighter;
        margin-top: 20px;
        text-align: right;
    }
    
    .business_poly2 .slideBg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .business_poly2 .slideBg:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .5;
        filter: Alpha(opacity=50);
        -webkit-filter: Alpha(opacity=50);
        z-index: 2;
    }
    
    .business_poly2 .slideBg .swiper-slide {
        background: no-repeat center;
        background-size: cover;
    }
    
    .business_poly2 .slide {
        width: 1275px;
        height: 550px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 9;
    }
    
    .business_poly2 .slide .swiper-slide {
        width: 100%;
        height: 550px;
        padding: 0 90px 0 65px;
        position: relative;
    }
    
    .business_poly2 .slide .fr {
        float: right;
        width: 366px;
        height: 470px;
        position: relative;
    }
    
    .business_poly2 .slide .img {
        float: right;
        width: 100%;
        height: 470px;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        border-radius: 0 40px 0 40px;
        -webkit-border-radius: 0 40px 0 40px;
        -moz-border-radius: 0 40px 0 40px;
        -ms-border-radius: 0 40px 0 40px;
        -o-border-radius: 0 40px 0 40px;
    }
    
    .business_poly2 .slide .con {
        float: left;
        width: 660px;
        margin-top: 144px;
    }
    
    .business_poly2 .title {
        margin-bottom: 46px;
    }
    
    .business_poly2 .title .en {
        margin: 0;
        font-size: 60px;
        line-height: .96;
    }
    
    .business_poly2 .title .cn {
        color: #6d6d6d;
    }
    
    .business_poly2 .introduce h3 {
        font-size: 45px;
        color: #666155;
        line-height: 1;
        font-weight: lighter;
        margin-bottom: 18px;
    }
    
    .business_poly2 .introduce p {
        font-size: 15px;
        color: #888888;
        line-height: 22px;
    }
    
    .business_poly2 .num {
        position: absolute;
        bottom: 8px;
        left: 61px;
        z-index: 1;
        font-family: 'Brandon_bld';
        font-weight: lighter;
        font-size: 90px;
        color: #b6b5b5;
        line-height: 1;
        letter-spacing: -4px;
        opacity: .3;
        filter: Alpha(opacity=30);
        -webkit-filter: Alpha(opacity=30);
    }
    
    .business_poly2 .swiper-pagination {
        position: static;
        float: left;
    }
    
    .business_poly2 .swiper-pagination span {
        width: auto;
        height: auto;
        display: none;
        opacity: 1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    
    .business_poly2 .swiper-pagination span.swiper-pagination-bullet-active,
    .business_poly2 .swiper-pagination span.swiper-pagination-bullet-active span {
        display: inline-block;
    }
    
    .business_poly2 .h_Cutting {
        clip-path: inset(0px 0px 38px 0px round 0px);
    }
    
    .business_poly2 .h_icon {
        float: left;
        background: url(../img/business/ico6.png);
        background-blend-mode: overlay;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
    
    .business_poly2 .all {
        float: left;
        padding-left: 28px;
        background: url(../img/business/ico7.png) no-repeat left center;
        margin-left: 2px;
    }
    
    .business_poly2 .slide .icon {
        width: 52px;
        position: absolute;
        top: 200px;
        right: -66px;
    }
    
    .business_poly2 .slide .icon2 {
        width: 128px;
        position: absolute;
        top: 240px;
        right: -55px;
    }
    
    .business_poly2 .slide .icon img {
        -webkit-animation: h_animation6 20s linear infinite;
        animation: h_animation6 20s linear infinite;
    }
    
    .business_poly2 .slide .icon2 img {
        -webkit-animation: h_animation6 16s linear infinite;
        animation: h_animation6 16s linear infinite;
    }
    
    .business_poly2 .slide .slideBox {
        display: none;
    }
    
    .business_poly2 .slide .slidebg {
        width: 100%;
        height: 100%;
        background: url(../img/business/ico1.jpg) no-repeat center bottom;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .business_poly2 .slide .swiper-slide-active .slideBox {
        display: block;
    }
    
    .business_poly2 .page_nav {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 47px;
        margin: 0;
        text-align: center;
        z-index: 11;
        overflow: visible;
    }
    
    .business_poly2 .page_nav .list {
        margin: 0;
        float: none;
    }
    
    .business_poly2 .page_nav a {
        color: #fff;
        color: rgba(255, 255, 255, .3);
        float: none;
        display: inline-block;
        margin: 0 14px !important;
    }
    
    .business_poly2 .page_nav a:before {
        content: '';
        width: 1px;
        height: 0;
        background-color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        top: 100%;
        margin: auto;
        opacity: .3;
        filter: Alpha(opacity=30);
        -webkit-filter: Alpha(opacity=30);
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .business_poly2 .page_nav a.on:before {
        height: 48px;
    }
    
    .business_poly2 .page_nav a.on {
        color: #fff;
    }
    
    .slide_btn {
        width: 30%;
        height: 100%;
        cursor: pointer;
        top: 0;
        position: absolute;
        z-index: 10;
        /*transition: all .6s;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;*/
    }
    
    .slide_btn.swiper-button-next {
        right: 0;
        /* background: url(../img/next.png) no-repeat center;*/
        cursor: url(../img/next.cur), default;
        cursor: url(../img/next.png), auto;
    }
    
    .slide_btn.swiper-button-prev {
        left: 0;
        /* background: url(../img/prev.png) no-repeat center;*/
        cursor: url(../img/prev.cur), default;
        cursor: url(../img/prev.png), auto;
    }
    /* .business_poly2 .videoBox {position: absolute;top: 0;left: 0;} */
    
    .swiper-button-disabled.slide_btn {
        cursor: default;
    }
    
    .news .gemdale_name {
        padding: 142px 0 0;
    }
    
    .page_nav {
        width: 100%;
        overflow: hidden;
        margin-bottom: 14px;
    }
    
    .page_nav a {
        float: left;
        line-height: 46px;
        position: relative;
        font-size: 18px;
        color: #c9c9c9;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .page_nav .list {
        position: relative;
        float: right;
        margin-right: -28px;
    }
    
    .page_nav .list a {
        margin-right: 28px;
    }
    
    .page_nav .inner_bor {
        height: 5px;
        background: #ff6600;
        position: absolute;
        bottom: 4px;
        left: 0;
        display: block;
    }
    
    .page_nav a.on {
        color: #aa9981;
    }
    
    .tab_name {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    .tab_name .li {
        float: left;
        line-height: 46px;
        position: relative;
        margin-right: 26px;
    }
    
    .tab_name .h3 {
        font-size: 18px;
        color: #c9c9c9;
    }
    
    .tab_name .on .h3 {
        color: #aa9981;
    }
    
    .tab_name .inner_bor {
        height: 5px;
        background: #ff6600;
        position: absolute;
        bottom: 4px;
        left: 0;
        display: block;
    }
    
    .news {
        padding-bottom: 70px;
    }
    
    .news_1 .bg {
        width: 100%;
        height: 469px;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding: 0 0 0 73px;
    }
    
    .news_1 .bgOut.animated:before {
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -moz-transform: translateX(102%);
        -ms-transform: translateX(102%);
        -o-transform: translateX(102%);
    }
    
    .news_1 .introduce {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .news_1 .h3 {
        font-size: 40px;
        color: #fff;
        line-height: 1.4;
        font-weight: lighter;
    }
    
    .news_1 .h5 {
        font-family: 'Brandon_bld';
        font-size: 30px;
        color: #fff;
        color: rgba(255, 255, 255, .25);
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -2px;
    }
    
    .news_1 .float {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
    
    .news_2 {
        margin: 21px 0;
    }
    
    .news_2 .list {
        overflow: hidden;
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 20px;
    }
    
    .news_2 .list .item {
        float: left;
        width: 33.333333%;
        padding: 0 6px;
    }
    
    .news_2 .list2 a {
        overflow: hidden;
    }
    
    .news_2 .name {
        font-size: 20px;
        color: #554d3d;
        max-width: 94%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .news_2 .date {
        font-family: 'Brandon_bld';
        font-size: 26px;
        color: #dcc9b3;
        line-height: 1;
        letter-spacing: -2px;
    }
    
    .news_2 .introduce {
        font-size: 14px;
        color: #9e9990;
        line-height: 22px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .news_2 .img {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        position: absolute;
        /*transform: scale(.9); -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); visibility: hidden;*/
        /* opacity: 0; filter: Alpha(opacity=0); -webkit-filter: Alpha(opacity=0);*/
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .news_2 .list .img {
        height: 0;
        bottom: 0;
        left: 0;
    }
    
    .news_2 .list2 .img {
        width: 0;
        top: 0;
        left: 0;
        background-size: auto;
    }
    
    .news_2 .icon {
        width: 12px;
        height: 10px;
        background: url(../img/btn_next.png) no-repeat center;
        background-size: cover;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .news_2 .list .icon {
        margin-top: 27px;
    }
    
    .news_2 .list .date {
        margin: 6px 0 10px;
    }
    
    .news_2 .list a {
        position: relative;
        background-color: #f7f7f5;
        border: 1px solid #d1d1d1;
        padding: 42px 34px 34px;
    }
    
    .news_2 .list2 a {
        position: relative;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        padding: 60px 0 66px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .news_2 .list a:hover .img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        visibility: visible;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    
    .news_2 .list2 .item {
        margin-bottom: 14px;
    }
    
    .news_2 .list2 .float {
        width: 325px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .news_2 .list2 .fl {
        width: 190px;
        text-align: right;
        padding-right: 16px;
    }
    
    .news_2 .list2 .fr {
        width: 1083px;
        padding-right: 100px;
        transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
    }
    
    .news_2 .list2 .name {
        margin-bottom: 6px;
    }
    
    .news_2 .list2 .introduce {
        height: 44px;
        -webkit-line-clamp: 2;
    }
    
    .news_2 .list2 .icon {
        position: absolute;
        right: 40px;
        top: 96px;
    }
    
    .news_2 .list2 a:hover {
        background-color: #f6f2eb;
        border: 1px solid #f6f2eb;
    }
    
    .news_2 .list a:hover .img {
        height: 100%;
        bottom: 0;
    }
    
    .news_2 .list2 a:hover .img {
        width: 100%;
        /*transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);visibility: visible;transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;*/
    }
    
    .news_2 .list2 a:hover .fr {
        width: 910px;
    }
    
    .news_2 .list2 a:hover .name {
        color: #ff6600;
    }
    
    .news_2 .list2 a:hover .icon {
        background: url(../img/btn_nextY.png) no-repeat center;
        background-size: cover;
    }
    
    .Newsmore {
        width: 100%;
        text-align: center;
        font-size: 0;
        margin-top: 40px;
        cursor: pointer;
    }
    
    .Newsmore .Newsmore_icon {
        width: 50px;
        height: 50px;
        background: url(../img/icon_Newsmore.png) no-repeat center #525252;
        margin: auto;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    
    .news_d1 {
        overflow: hidden;
    }
    
    .news_d1 .fr {
        margin-top: 350px;
    }
    
    .business_d .iconFloat {
        width: auto;
        height: auto;
        bottom: 120px;
        opacity: 0;
    }
    
    .business_d .iconFloat {
        max-width: inherit;
    }
    
    .business_d .iconFloat .icon_return {
        right: 0;
    }
    
    .business_d .iconFloat.on {
        opacity: 1;
        position: fixed;
        overflow: inherit;
        z-index: 99;
    }
    
    .icon_return:hover:before {
        left: -100px;
    }
    
    .icon_return:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/icon_return.png) no-repeat center;
        transition: all .7s;
    }
    
    .icon_return:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100px;
        width: 100%;
        height: 100%;
        background: url(../images/icon_return.png) no-repeat center;
        transition: all .7s;
    }
    
    .icon_return:hover:after {
        left: 0px;
    }
    
    .investor,
    .liaison {
        padding-bottom: 60px;
    }
    
    .investor_1 .bg {
        width: 100%;
        height: 469px;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding: 0 0 0 73px;
    }
    
    .investor_1 .bgOut.animated:before {
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -moz-transform: translateX(102%);
        -ms-transform: translateX(102%);
        -o-transform: translateX(102%);
    }
    
    .investor_1 .introduce {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .investor_1 .introduce ul {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .investor_1 .introduce li {
        float: left;
    }
    
    .investor_1 .introduce h3 {
        font-family: 'Brandon_bld';
        font-size: 46px;
        color: #ff3600;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: -2px;
    }
    
    .investor_1 .float {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
    
    .investor_2 {
        overflow: hidden;
        margin-top: 26px;
    }
    
    .investor_2 .fl {
        float: left;
        width: 895px;
        padding-right: 80px;
    }
    
    .investor_2 p {
        font-size: 14px;
        color: #9e9990;
        line-height: 22px;
    }
    
    .liaison .white {
        width: 322.5px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: 961px;
    }
    
    .liaison .white2 {
        width: 322.5px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1283px;
    }
    
    .liaison_1 {
        margin-bottom: 20px;
    }
    
    .liaison_1 .bg {
        width: 100%;
        height: 469px;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }
    
    .liaison .bgOut.animated:before {
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -moz-transform: translateX(102%);
        -ms-transform: translateX(102%);
        -o-transform: translateX(102%);
    }
    
    .liaison_2 {
        margin: 20px 0;
    }
    
    .liaison_2Box {
        min-height: 308px;
        background: url(../img/test/liaison_11.jpg) no-repeat center;
        background-size: cover;
        overflow: hidden;
        padding: 90px 80px 58px 55px;
    }
    
    .liaison_2Box li {
        float: left;
    }
    
    .liaison_3 {
        width: 100%;
        height: 638px;
        background: no-repeat center;
        background-size: cover;
        position: relative;
    }
    
    .liaison_3Box {
        position: relative;
        height: 638px;
        width: 100%;
        padding: 60px 55px 0;
    }
    
    .liaison_3Box .float {
        position: absolute;
        right: 166px;
        top: 127px;
    }
    
    .liaison_4 .bg {
        width: 100%;
        height: 308px;
        background: no-repeat center;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding: 80px 55px 0;
    }
    
    @media screen and (max-width: 1920px) {
        .sww .btn {
            right: 33vw;
        }
        .sww {
            width: 100%;
        }
        .sww .tit {
            right: auto;
            font-size: 80px;
            line-height: 98px;
        }
        .sww .txt h4 {
            right: auto;
            left: 40px;
        }
        .sww .txt h3 {
            width: 100%;
            right: auto;
            left: 40px;
        }
        .sww .txt h4 {
            width: 100%;
        }
    }
    
    @media screen and (max-width: 1800px) {
        .business_4 .hd li h3 {
            font-size: 15px;
        }
        .business_4 .hd li {
            padding-left: 22%;
        }
        .business_4 .hd li:before {
            margin-right: -20%;
        }
    }
    
    @media screen and (max-width: 1680px) {
        .business_poly2 .slide_btn {
            width: 115px;
        }
        .business_poly2 .slide_btn.swiper-button-next {
            right: 10px;
            background: url(../img/next.png) no-repeat right center;
            cursor: pointer;
        }
        .business_poly2 .slide_btn.swiper-button-prev {
            left: 10px;
            background: url(../img/prev.png) no-repeat left center;
            cursor: pointer;
        }
        .business_poly2 .swiper-button-disabled.slide_btn {
            background: none;
            cursor: default;
        }
        .section4 .list {
            padding: 0 30px;
        }
        .business_3 .name a {
            margin: 0 .7vw;
        }
    }
    
    @media screen and (max-width: 1460px) {
        .business_4 .slide {
            width: 50%;
        }
        .business_4 .hd {
            width: 60%;
        }
        .business_4 .hd li h3 {
            font-size: 14px;
        }
        .itemBomCont .slide .btn.prev {
            left: 23vw;
        }
        .itemBomCont .slide .btn.next {
            right: 23vw;
        }
    }
    
    @media screen and (max-height: 900px) {
        .business_4 .hd li {
            margin-bottom: 10px;
        }
        .business_4 .slide {
            height: 320px;
        }
        .business_4 .hd {
            height: 257px;
            margin-top: 33px;
        }
        .sww .Box_line {
            left: 27%;
        }
    }
    
    @media screen and (max-height: 870px) {
        /* .banner .ban_list {bottom: 60px;} */
    }
    
    @media screen and (max-height: 830px) {
        .business_4 .section_left {
            padding-top: 11.5vh;
        }
    }
    
    @media screen and (max-height: 800px) {
        .section4 .section_left {
            padding-top: 13.19148vh;
        }
        .about_pop .slide {
            height: 275px;
        }
    }
    
    @media screen and (max-height: 790px) {
        .business_d1 .content {
            width: 909px;
        }
    }
    
    #header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 1920px;
        padding-left: 40px;
        padding-right: 50px;
        margin: auto;
        height: 100px;
        z-index: 9999;
        /* padding: 0 !important; */
        display: block !important;
    }
    
    .Index3 #header .head {
        background: transparent;
    }
    
    #header .head {
        padding: 0 40px;
        background: #fff;
    }
    
    #header .logo {
        margin-top: 15px;
        float: left;
    }
    
    #header .menuBtn {
        float: right;
        width: 24px;
        height: 17px;
        margin-top: 40px;
        background: url(../img/menu-ic.png) no-repeat 0 0;
        cursor: pointer;
    }
    
    #header .tips {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        width: 748px;
        margin: auto;
    }
    
    #header .head {
        height: 100%;
    }
    
    #headMenu {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 100%;
        max-width: 1920px;
        height: 100%;
        z-index: 500;
        background-color: #d9cbc0;
        overflow: hidden;
    }
    
    #headMenu .closeBtn {
        width: 30px;
        height: 30px;
        background: url(../img/close-btn.png) no-repeat center;
        position: absolute;
        /* right: 50px;top: 3%;*/
        right: 42px;
        top: 33px;
        margin-right: -5px;
        z-index: 400;
        cursor: pointer;
        transition: all .3s;
    }
    /* #headMenu .closeBtn:hover{transform: scale(1.1);}*/
    
    #headMenu .menuCont {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    
    #headMenu .Le {
        float: left;
        width: 56%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #headMenu .Ri {
        float: left;
        width: 44%;
        height: 100%;
        position: relative;
    }
    
    #headMenu .Le .shader {
        position: absolute;
        left: 50px;
        bottom: 6%;
    }
    
    #headMenu .navList .li {
        position: relative;
        cursor: default;
    }
    
    #headMenu .navList a.li {
        cursor: pointer;
    }
    
    #headMenu .navList .li .s2,
    #headMenu .navList .li .s1 {
        display: inline-block;
        color: #d9cbc0;
        font-size: 80px;
        line-height: 1.3;
        letter-spacing: 8px;
        /* text-shadow: 0px 0px 2px #ece5e0;*/
    }
    
    #headMenu .navList .li .s1 {
        color: #d9cbc0;
        -webkit-text-fill-color: #d9cbc0;
        -webkit-text-stroke: 1px #ffffff52;
    }
    
    #headMenu .navList .li .s2 {
        color: #fcfbfb;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .6s;
        /* clip: rect(0px, 0px, 400px, 0px);*/
        opacity: 1;
    }
    
    #headMenu .navList.kio .li .s2 {
        opacity: 0;
    }
    
    #headMenu .navList .li.on .s2 {
        opacity: 1 !important;
        /* transition: all 1s ease-in-out;clip: rect(0px, 500px, 400px, 0px);*/
    }
    
    #headMenu .navList .li:nth-child(1) {
        transform: translateX(-110px);
    }
    
    #headMenu .navList .li:nth-child(3) {
        transform: translateX(-88px);
    }
    
    #headMenu .navList .li:nth-child(4) {
        transform: translateX(20px);
    }
    
    #headMenu .navList .li:nth-child(5) {
        transform: translateX(-159px);
    }
    
    #headMenu .navList .li:nth-child(6) {
        transform: translateX(152px);
    }
    
    #headMenu .navList .li:nth-child(7) {
        transform: translateX(-63px);
    }
    
    @media (max-width:1500px) {
        #headMenu .navList .li:nth-child(5) {
            transform: translateX(-57px);
        }
    }
    
    #headMenu .Ri .posBox {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        height: 688px;
    }
    
    #headMenu .Ri .posBox .img {
        width: 462px;
        height: 688px;
        overflow: hidden;
        position: relative;
        /* opacity: 0;*/
        /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 89%);*/
    }
    
    #headMenu .Ri .posBox .img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    
    #headMenu .posBox .card:nth-child(7) .img img:nth-child(7),
    #headMenu .posBox .card:nth-child(6) .img img:nth-child(6),
    #headMenu .posBox .card:nth-child(5) .img img:nth-child(5),
    #headMenu .posBox .card:nth-child(4) .img img:nth-child(4),
    #headMenu .posBox .card:nth-child(3) .img img:nth-child(3),
    #headMenu .posBox .card:nth-child(2) .img img:nth-child(2),
    #headMenu .posBox .card:nth-child(1) .img img:nth-child(1) {
        z-index: 20;
    }
    /* #headMenu .Ri .posBox .img img.kio{}*/
    
    #headMenu .Ri .posBox .card {
        height: 688px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1;
        /* opacity: 0;*/
        display: none;
        /* transition: all 1s;*/
    }
    
    #headMenu .Ri .posBox .card.on {
        z-index: 10;
        /* opacity: 1;*/
        display: block;
    }
    
    #headMenu .Ri .posBox .card.reOn {
        z-index: 50;
        /* opacity: 1;*/
        display: block;
    }
    
    #headMenu .Ri .posBox .card.on .img {
        display: block;
    }
    
    #headMenu .Ri .posBox .card .img img.re_koi {
        z-index: 50;
        animation: clipOut 1s forwards;
        /* clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);*/
    }
    
    .clipOut {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
        /* clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);*/
        /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);*/
        animation: clipOut 1s forwards;
        opacity: 1;
    }
    
    @keyframes clipOut {
        0% {
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
        }
        10% {
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
        }
        100% {
            clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        }
    }
    
    .clipShow {
        clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);*/
        animation: clipShow 1s forwards;
        opacity: 1;
    }
    
    @keyframes clipShow {
        0% {
            opacity: 0;
            clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
        }
        1% {
            clip-path: polygon(0 0, 100% 0%, 100% 15%, 0 0%);
        }
        100% {
            opacity: 1;
            /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);*/
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
        }
    }
    
    #headMenu .Ri .posBox .img img {
        min-width: 100%;
        min-height: 100%;
    }
    
    #headMenu .Ri .posBox .bor {
        width: 160px;
        /* height: 240px;*/
        height: 0;
        background-color: #d1beaf;
        position: absolute;
        left: 595px;
        bottom: 35%;
        /* transform: translateY(-50%);*/
        animation: heInx .8s .2s forwards;
    }
    
    @keyframes heInx {
        0% {
            height: 0;
        }
        100% {
            height: 240px;
        }
    }
    
    #headMenu .Ri .posBox h5 {
        color: #ff7200;
        font-size: 117px;
        line-height: 1;
        position: absolute;
        top: 35%;
        left: 80px;
        /* width: 1000px;*/
        width: 760px;
        line-height: 1;
        /* padding-right: 20px;*/
        font-family: BRANDON_BLD;
        letter-spacing: 12px;
        /* transform: translateY(-50%);*/
        z-index: 100;
        opacity: 0;
        animation: fadeInUp 1s forwards;
    }
    
    @media (max-width: 1920px) {
        #headMenu .Ri .posBox h5 {
            width: calc(100vw - 56vw - 80px);
        }
        .pageItem .wxPos.on {
            width: 120px;
        }
    }
    
    @media (max-height: 860px) {
        #headMenu .navList .li .s2,
        #headMenu .navList .li .s1 {
            font-size: 50px;
        }
    }
    
    .business_tion #header .logo,
    .Index3 #header .logo {
        background: url(../images/logo_1.png) no-repeat;
    }
    
    #header .menuBtn {
        float: right;
        width: 24px;
        height: 17px;
        margin-top: 40px;
        background: url(../images/menu-ic.png) no-repeat 0 0;
        cursor: pointer;
    }
    
    #header .hea_nav_ri {
        float: right;
    }
    
    #header .hea_nav_ri a {}
    
    .business_tion #header .menuBtn,
    .Index3 #header .menuBtn {
        background: url(../images/menu-ic_a.png) no-repeat 0 0;
    }
    
    #header .hea_nav {
        float: right;
        /* margin-right: 20px; */
        margin-top: 37px;
    }
    
    #header .hea_nav a {
        float: left;
        color: #333333;
        font-size: 14px;
        margin-left: 19px;
        transition: all .7s;
    }
    
    #header .hea_nav ul li {
        float: left;
        position: relative;
    }
    
    #header .hea_nav ul li:hover>a {
        color: #9b968e;
    }
    
    #header .hea_nav ul li .ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 38px;
        background: #938d82;
        padding-left: 18px;
        width: 142px;
        padding-top: 15px;
        padding-bottom: 25px;
        display: none;
    }
    
    #header .hea_nav ul li .ul.else {
        left: -70px;
    }
    
    #header .hea_nav ul li.on .ul {
        opacity: 1;
    }
    
    #header .hea_nav ul li .ul:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 19px;
        background: url(../images/h1.png) no-repeat center;
        width: 5px;
        height: 24px;
    }
    
    #header .hea_nav ul li .ul::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
    }
    
    #header .hea_nav ul li .ul.else:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 120px;
        background: url(../images/h1.png) no-repeat center;
        width: 5px;
        height: 24px;
    }
    
    #header .hea_nav ul li .ul .li {
        width: 124px;
        height: 28px;
    }
    
    #header .hea_nav ul li .ul .li a {
        position: relative;
        transition: all .7s;
    }
    
    #header .hea_nav ul li .ul .li:hover a {
        color: #ebd2a4;
    }
    
    #header .hea_nav ul li .ul .li a:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -5px;
        right: -6px;
        opacity: 0;
        background: url(../images/h2.png) no-repeat center;
        width: 6px;
        height: 10px;
        transition: all .7s;
    }
    
    #header .hea_nav ul li .ul .li:hover a:after {
        opacity: 1;
        right: -16px;
    }
    
    .investor .swiper2 .ct2 ul li .ma {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .investor .swiper2 .ct2 ul li h5 {
        position: absolute;
        bottom: 24px;
        left: 25px;
        font-size: 14px;
        color: #ada69a;
        line-height: 16px;
    }
    
    #header .hea_nav ul li .ul .li a {
        font-size: 14px;
        line-height: 28px;
        color: #eae0cd;
        margin-left: 0;
    }
    
    .business_tion #header .hea_nav a,
    .Index3 #header .hea_nav a {
        color: #fff;
        opacity: .7;
    }
    
    #header .tips {
        position: absolute;
        left: 0;
        right: 0;
        top: 45px;
        width: 748px;
        margin: auto;
    }
    
    #header .head {
        height: 100%;
    }
    
    .sww {
        position: relative;
        overflow: hidden;
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .sww .img {
        width: 60vw;
        height: 100vh;
    }
    
    .sww .img img {
        width: inherit;
        height: 100%;
    }
    
    .sww .bg {
        position: absolute;
        top: 0;
        right: 0;
        background: #d2c9c7;
        height: calc(100% - 360px);
        width: 45vw;
    }
    
    .sww .txt {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 360px;
        width: 45vw;
        background: #ff6600;
        padding-top: 80px;
        /* padding-left: 7vw; */
        z-index: 999;
    }
    
    .sww .swiper-pagination2 {
        position: absolute;
        left: auto;
        width: auto;
        right: 25vw;
        bottom: 488px;
        color: #e7e2e1;
        font-size: 36px;
        font-family: 'Didot';
        z-index: 99;
    }
    
    .sww .txt h3 {
        position: absolute;
        left: 40px;
        color: #333333;
        font-size: 36px;
    }
    
    .sww .txt h4 {
        position: absolute;
        left: 40px;
        width: 15.8vw;
        top: 127px;
        color: #333333;
        font-size: 18px;
        height: 21px;
        line-height: 21px;
        padding-left: 26px;
        background: url(../images/di2.png) no-repeat center left;
        margin-top: 16px;
    }
    
    .sww .tit {
        position: absolute;
        bottom: -25px;
        left: 40px;
        color: #fff;
        font-size: 120px;
        line-height: 120px;
        text-transform: uppercase;
        font-family: 'Didot';
    }
    
    .sww .btn {
        position: absolute;
        bottom: 77px;
        left: 40px;
        z-index: 99;
        width: 115px;
        height: 51px;
        cursor: pointer;
    }
    
    .sww .btn .swiper-button-next {
        position: absolute;
        top: 0;
        right: 0;
        width: 51px;
        height: 51px;
        background: url(../images/n1.png) no-repeat center/cover;
        opacity: 0.35 !important;
        transition: all .7s;
    }
    
    .sww .btn .swiper-button-next:hover {
        opacity: 1 !important;
    }
    
    .sww .btn .swiper-button-prev {
        position: absolute;
        top: 0;
        left: 0;
        width: 51px;
        height: 51px;
        background: url(../images/p1.png) no-repeat center/cover;
        transition: all .7s;
        opacity: 0.35 !important;
    }
    
    .sww .btn .swiper-button-prev:hover {
        opacity: 1 !important;
    }
    
    .sww .btn .swiper-button-prev:after,
    .sww .btn .swiper-button-next:after {
        display: none;
    }
    
    .next_page {
        position: relative;
        padding-top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    
    .business .next_page {
        height: 100vh;
    }
    
    .business .next_page .topTitle {
        position: absolute;
        top: 147px;
        z-index: 99;
        width: 100%;
    }
    
    .business .next_page .topTitle h2 {
        color: #ff6600;
        line-height: 1;
        font-family: BRANDON_BLD;
        text-align: center;
        letter-spacing: -2px;
        font-size: 70px;
    }
    
    .business .next_page .topTitle h2 span em:nth-child(7) {
        margin-right: 10px;
    }
    
    .business .next_page .topTitle h1 {
        color: #fff;
        font-size: 22px;
        line-height: 1;
        font-family: BRANDON_BLD;
        font-weight: bold;
        text-align: center;
    }
    
    .business .next_page .bg {
        height: 100vh;
    }
    
    .business .next_page h5 p {
        font-size: 30px;
        color: #ffffff;
        line-height: 40px;
        font-weight: lighter;
        animation-delay: .3s;
        text-align: center;
    }
    
    .next_page .bg {
        height: 900px;
        position: relative;
        overflow: hidden;
    }
    
    .business .next_page .bg .swiper-slide {
        height: 100vh;
    }
    
    .next_page .bg .swiper-slide {
        position: relative;
        height: 900px;
        overflow: hidden;
    }
    
    .next_page .bg .swiper-slide .slide-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .next_page .bg .swiper-slide .slide-inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .2;
    }
    
    .next_page .bg .swiper-slide .introduce {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }
    
    .next_page .more2 {
        position: absolute;
        top: 177px;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        color: #ffffff;
        z-index: 99;
    }
    
    .next_page .swiper-pagination {
        position: absolute;
        top: 311px;
        left: 0;
        right: 0;
    }
    
    .next_page .swiper-slide .more {
        width: 128px;
        position: absolute;
        left: 0;
        top: 526px;
        right: 0;
        margin: auto;
    }
    
    .next_page .swiper-slide em:before {
        background: url(../img/_icon_more.png) no-repeat;
    }
    
    .next_page .swiper-slide .more {
        width: 128px;
        position: absolute;
        left: 0;
        top: 570px;
        right: 0;
        margin: auto;
    }
    
    .next_page .swiper-slide .more em:before {
        background: url(../img/_icon_more.png) no-repeat;
    }
    
    .next_page .swiper-pagination {
        display: flex;
        width: 1280px;
        justify-content: space-between;
        margin: 0 auto;
        height: 21px;
        max-width: 750px;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        transition: all .7s;
        height: 7px;
        background: url(../images/business9.png) no-repeat center;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet span::before {
        content: '';
        position: absolute;
        bottom: 2px;
        right: 55%;
        width: 0;
        transition: all .7s;
        height: 2px;
        background: #fff;
        opacity: .5;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet span::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 56%;
        width: 0;
        transition: all .7s;
        height: 2px;
        background: #fff;
        opacity: .5;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        opacity: .5;
        font-size: 22px;
        font-weight: 300;
        color: #ffffff;
        cursor: pointer;
        background: transparent;
        width: auto;
        height: 33px;
        padding-bottom: 12px;
        z-index: 9;
        font-weight: 400;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        width: 7px;
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:before {
        width: calc((100% - 9px) /2);
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
        width: calc((100% - 9px) /2);
    }
    
    .next_page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }
    
    .next_page .bg .swiper-slide .txt {
        position: absolute;
        top: 441px;
        width: 100%;
    }
    
    .next_page .bg .swiper-slide h3 {
        text-align: center;
        color: #fff;
        font-size: 62px;
        font-weight: 300;
        line-height: 1;
    }
    
    .next_page .bg .swiper-slide h4 {
        font-size: 16px;
        color: #fff;
        font-family: 'Didot';
        text-transform: uppercase;
        letter-spacing: 25px;
        margin-top: 10px;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .sww .Box_line .l {
        position: absolute;
        width: 290px;
        height: 580px;
        top: 0;
        left: 0;
        overflow: hidden;
        border-radius: 15px 0 0 15px;
        -webkit-border-radius: 15px 0 0 15px;
        -moz-border-radius: 15px 0 0 15px;
        -ms-border-radius: 15px 0 0 15px;
        -o-border-radius: 15px 0 0 15px;
    }
    
    .sww .Box_line .r {
        position: absolute;
        width: 290px;
        height: 580px;
        top: 0;
        right: 0;
        overflow: hidden;
        border-radius: 0 15px 15px 0;
        -webkit-border-radius: 0 15px 15px 0;
        -moz-border-radius: 0 15px 15px 0;
        -ms-border-radius: 0 15px 15px 0;
        -o-border-radius: 0 15px 15px 0;
    }
    
    .sww .Box_line .l:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 580px;
        height: 580px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-color: transparent #fff #fff transparent;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    
    .sww .Box_line .r:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 580px;
        height: 580px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-color: #fff transparent transparent #fff;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    
    .sww .swiper-slide-active .Box_line .l:after {
        -webkit-animation: circle_right 5s linear 1 forwards;
        -moz-animation: circle_right 5s linear 1 forwards;
        -o-animation: circle_right 5s linear 1 forwards;
        animation: circle_right 5s linear 1 forwards;
    }
    
    .sww .swiper-slide-active .Box_line .r:after {
        -webkit-animation: circle_right 4.9s 2.5s linear 1 forwards;
        -moz-animation: circle_right 4.9s 2.5s linear 1 forwards;
        -o-animation: circle_right 4.9s 2.5s linear 1 forwards;
        animation: circle_right 4.9s 2.5s linear 1 forwards;
    }
    
    .sww .Box_line {
        content: '';
        width: 580px;
        height: 580px;
        /*border: 1px solid #ff6600;*/
        position: absolute;
        left: 41%;
        top: 50%;
        z-index: 99;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-top: -302px;
        /*animation: h_animation6 16s linear infinite; -webkit-animation: h_animation6 16s linear infinite; */
        transform: rotate(-90deg);
        opacity: .59;
    }
    
    @-webkit-keyframes circle_right {
        0% {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }
        50%,
        100% {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
        }
    }
    
    @keyframes circle_right {
        0% {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
        }
        50%,
        100% {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
        }
    }
    /* business_r6 */
    
    .business_r6 .page_slogan {
        padding: 94px 0 80px;
    }
    
    .business_r6 .page_slogan h3 {
        font-size: 46px;
        line-height: 1;
        text-align: center;
    }
    
    .business_r6 .page_slogan .ul {
        max-width: 1374px;
        margin: 0 auto;
        display: flex;
        margin-top: 40px;
    }
    
    .business_r6 .page_slogan .ul .li:first-child {
        border-left: 1px solid #ebebeb;
    }
    
    .business_r6 .page_slogan .ul .li {
        width: 33.333%;
        padding-top: 40px;
        padding-left: 35px;
        padding-right: 45px;
        padding-bottom: 45px;
        border: 1px solid #ebebeb;
        border-left: none;
    }
    
    .business_r6 .page_slogan .ul .li h4 {
        position: relative;
        color: #3a3a3a;
        font-size: 16px;
        line-height: 26px;
        padding-top: 15px;
    }
    
    .business_r6 .page_slogan .ul .li h4:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 24px;
        background: #ff6600;
    }
    
    .business_r6 .page_slogan .ul .li p {
        width: auto;
        text-align: left;
        margin: 0 auto !important;
        color: #868686;
        font-size: 16px;
        line-height: 26px;
    }
    
    .business_r6 .img_box .ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    
    .business_r6 .img_box .ul .li:nth-child(2) {
        margin-left: 10px;
    }
    
    .business_r6 .bus_list {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .business_r6 .bus_list .more {
        text-align: center;
        color: #606060;
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1;
    }
    
    .business_r6 .bus_list ul {
        display: flex;
        width: 100%;
        padding: 0 60px;
        justify-content: space-between;
    }
    
    .business_r6 .bus_list ul li {
        height: auto;
        width: calc(25% - 14px);
        transition: all .7s;
    }
    
    .business_r6 .bus_list ul li a {
        height: 100%;
    }
    
    .business_r6 .bus_list ul li .txt {
        padding-top: 20px;
    }
    
    .business_r6 .bus_list ul li .txt h3 {
        font-size: 20px;
        color: #606060;
        line-height: 1;
    }
    
    .business_r6 .bus_list ul li .txt h4 {
        font-size: 16px;
        color: #b5b5b4;
        line-height: 26px;
        margin-top: 2px;
    }
    
    @media (max-height: 860px) {
        .sww .btn {
            right: 33vw;
        }
        .sww {
            width: 100%;
        }
        .sww .tit {
            right: auto;
            left: 40px;
            font-size: 80px;
            line-height: 98px;
        }
        .sww .txt h4 {
            right: auto;
            left: 40px;
        }
        .sww .txt h3 {
            right: auto;
            left: 40px;
        }
        .page_slogan {
            padding: 80px 0 98px;
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
        }
        .pageItem_1 .fl {
            width: 48%;
            height: 84vh;
            margin-left: 0;
        }
        .pageItem_1 .fr {
            width: 48%;
            height: 84vh;
            margin-right: 0;
        }
        .business_d1.on {
            zoom: .88;
            -moz-transform: scale(.88);
            -moz-transform-origin: left top;
        }
        .itemBomCont .slide2 {
            min-height: 700px;
            width: auto;
        }
        .pageItem_1 .name {
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
            left: 13px;
            top: 41vh;
            margin-left: 38%;
        }
        .itemBomCont {
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
        }
        .pageItem_3 .bg {
            width: 657px;
            height: 446px;
        }
        .pageItem_3 .introduce {
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
        }
        .sww .Box_line {
            left: 28%;
        }
        .business_d .next_page {
            height: 700px !important;
        }
        .business_d .next_page .bg {
            height: 100%;
        }
        .business_d .next_page .bg .swiper-slide {
            height: 100%;
        }
        .business_d .next_page .more2 {
            top: 117px;
        }
        .business_d .next_page .swiper-pagination {
            top: 315px;
        }
        .business_d .next_page .bg .swiper-slide .txt {
            top: 381px;
        }
        .pageItem_4 .fl {
            width: 50%;
            height: 90vh;
        }
        .pageItem_4 .content {
            width: 80%;
        }
        .pageItem_4 .introduce {
            left: 48vw;
        }
        .pageItem_4 .introduce .en {
            font-size: 82px;
            line-height: 76px;
        }
        .pageItem_4 .introduce .cn {
            font-size: 32px;
        }
        .pageItem_4 .fr {
            height: 90vh;
            width: 47%;
            margin-top: 205px;
        }
        .itemBomCont .slide {
            top: 200px;
            zoom: .85;
            -moz-transform: scale(.85);
            -moz-transform-origin: left top;
        }
        .business_d1 {
            margin: 12.8vh 0 40vh;
        }
        .business_d1 .img2 p {
            font-size: 15px;
            line-height: 26px;
        }
        .bg_left .bd li {
            font-size: 28vh;
            margin-right: 100px;
        }
        .titleH3 .h3 {
            font-size: 36px;
        }
        .business_d .public_bus_d {
            height: 590px !important;
        }
        .business_d2 .introduce {
            width: 52vw;
        }
        .business_d2 .introduce .en {
            font-size: 10vh;
        }
        .business_d2 .introduce .cn {
            font-size: 28px;
            padding-left: 190px;
        }
        .business_d2 .introduce .cn em {
            font-size: 14px;
        }
        .business_d3 .introduce .en {
            font-size: 10vh;
        }
        .business_d3 .introduce .cn {
            font-size: 28px;
        }
        .business_d3 .introduce div:nth-child(2) {
            margin-top: 0;
        }
        .business_d3 .introduce .cn em {
            font-size: 14px;
        }
        .business_d3 .content {
            padding: 130px 0 0 200px;
        }
        .business_d4 .content {
            padding: 575px 0 0 0;
            zoom: .88;
            -moz-transform: scale(.88);
            -moz-transform-origin: left top;
        }
        .pageItem_1 .fl .bg {
            height: 56vh;
        }
        .public_bus_d.pageItem_2 .bg {
            height: 59%;
        }
        .pageItem_2t {
            margin-top: -619px;
            overflow: hidden;
            margin-bottom: 180px;
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
        }
        .public_bus_d.pageItem_3 .content {
            width: 81% !important;
        }
        .business .next_page .topTitle h2 {
            font-size: 52px;
        }
        .business .next_page .topTitle h1 {
            font-size: 20px;
            margin-top: 10px;
        }
        .next_page .swiper-pagination {
            top: 325px;
            zoom: .8;
            -moz-transform: scale(.8);
            -moz-transform-origin: left top;
        }
        .next_page .bg .swiper-slide .txt {
            top: 390px;
        }
        .business .next_page h5 p {
            font-size: 18px;
            line-height: 28px;
        }
        .next_page .swiper-slide .more {
            top: auto;
            bottom: 15%;
            zoom: .7;
            -moz-transform: scale(.7);
            -moz-transform-origin: left top;
        }
        .itemBomSwiper {
            min-height: 100vh;
            width: auto;
        }
        .itemBomSwiper .swiper-slide .more {
            top: 78vh;
        }
        .sww {
            height: 86vh;
        }
        .pageItem_3 .introduce p {
            font-size: 14px;
        }
        .pageItem_3 .introduce .num {
            font-size: 32px;
        }
        .pageItem_3 .introduce {
            margin-right: 0px;
        }
    }
    
    @media (max-height: 750px) {
        .business_d1 .img {
            width: 487px;
            height: 545px;
        }
        .business_d1 .img2 {
            top: 17.6vh;
            width: 528px;
            height: 445px;
            padding-top: 5vh;
            padding-left: 8vw;
            padding-right: 2vw;
        }
    }
    
    @media (max-height: 700px) {
        .business_d1 .content {
            /* width: 52% !important; */
        }
        .pageItem_1 .name {
            left: 40px;
            top: 33vh;
            margin-left: 0;
        }
        .pageItem_3 .bg {
            width: 468px;
            height: 412px;
        }
        .business_d .pageItem_2 {
            margin-top: -140px !important;
        }
        .business_d .pageItem_3 {
            margin-top: -100px !important;
        }
        .itemBomSwiper {
            margin-top: 350px;
        }
        .business_d .public_bus_d.pageItem_3 {
            height: 440px !important;
        }
        .page_slogan {
            padding: 80px 0 0px;
        }
        .pin-spacer {
            margin: 80px 0px 140px !important;
        }
        .itemBomCont .tips {
            top: 80px;
        }
        .itemBomCont .slide {
            top: 160px;
        }
        .itemBomCont .slide .btn.prev {
            left: 200px;
        }
        .itemBomCont .slide .btn.next {
            right: 200px;
        }
        .pageItem .wxPos.on {
            right: 20px;
            width: 100px;
        }
        .mytop {
            width: 30px;
            height: 30px;
        }
        .mytop::before {
            background: url(../img/iconMytop.png) no-repeat center/10px;
        }
        .mytop::after {
            background: url(../img/iconMytop.png) no-repeat center/10px;
        }
        .iconFloat .icon_return {
            width: 30px;
            height: 30px;
            bottom: 35px;
        }
        .iconFloat.on {
            right: 20px;
            bottom: 160px;
        }
        .icon_return:before {
            background: url(../images/icon_return.png) no-repeat center/10px;
        }
        .icon_return::after {
            background: url(../images/icon_return.png) no-repeat center/10px;
        }
        .pageItem_4 .white {
            display: none;
        }
        .business_d .next_page .swiper-slide .more {
            top: 510px;
        }
        .business_d .next_page .bg .swiper-slide .more {
            top: auto;
        }
        .business_d .next_page {
            height: 84vh !important;
        }
        .business_d .next_page .more2 {
            top: 70px;
        }
        .business_d .next_page .swiper-pagination {
            top: 223px;
        }
        .business_d .next_page .bg .swiper-slide .txt {
            top: 263px;
        }
        .next_page .bg .swiper-slide h3 {
            font-size: 42px;
        }
        .sww {
            height: 86vh;
        }
        .sww .bg {
            height: calc(100% - 330px);
        }
        .sww .txt {
            height: 330px;
        }
        .sww .txt h3 {
            font-size: 24px;
        }
        .sww .txt h4 {
            font-size: 14px;
            margin-top: 10px;
        }
    }