body {

    background-color:#fff
}
.home-section {
    position:relative;
    z-index:0;
    padding:0 calc((100% - 1200px)/2)
}
.home-banner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0;
    background-color:#fff;
    background-image:linear-gradient(88deg, #daf2f0 7%, #f6fffd 98%);
    overflow:hidden
}
.home-banner_frame {
}
.home-banner_list {
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    height:100%;
    -webkit-transition:.3s;
    transition:.3s
}
.home-banner_item {
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    height:100%
}
.home-banner_link {
    display:block;
    width:100%;
    height:100%;
    background-position:center;
    background-size:auto 100%;
    margin:0 auto
}
.home-banner_nav {
    position:relative;
    width:225px;
    height:250px;
    margin:42px 0 42px 975px;
    background:rgba(255,255,255,.3);
    font-size:15px;
    overflow:auto;
    scrollbar-width:none;
    scroll-behavior:smooth
}
.home-banner_nav::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:2px;
    height:100%;
    background-color:#fff
}
.home-banner_control {
    position:relative;
    cursor:default;
    width:100%;
    height:56px;
    padding:18px 16px;
    border-left:solid 2px #fff;
    color:rgba(0,0,0,.85);
    text-overflow:ellipsis;
    white-space:nowrap
}
.home-banner_control--active {
    color:#6c51dc;
    font-weight:bold
}
.home-banner_title {
    position:relative;
    z-index:1;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden
}
@-webkit-keyframes banner-progress {
    from {
        width:0
    }
    to {
        width:100%
    }
}@keyframes banner-progress {
     from {
         width:0
     }
     to {
         width:100%
     }
 }.home-banner_progress {
      position:absolute;
      left:0;
      bottom:0;
      width:0;
      height:2px;
      background-color:#fff
  }
.home-banner_control--active>.home-banner_progress {
    -webkit-animation-name:banner-progress;
    animation-name:banner-progress;
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear
}
.home-banner_cursor {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:56px;
    border-left:solid 2px #6c51dc;
    background-image:-webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background-image:linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    -webkit-transition:.3s;
    transition:.3s
}
.home-banner_entrance {
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:1200px;
    height:126px;
    margin: 0 auto;
    margin-top:-36px;
    padding-top:36px;
    overflow: hidden;
    z-index: 1111;
}
.home-banner_entrance::before,.home-banner_entrance::after {
    content:"";
    position:absolute;
    width:100vw;
    height:125px;
    bottom:0;
    background-color:rgba(255,255,255,.9)
}
.home-banner_entrance::before {
    left:-100vw
}
.home-banner_entrance::after {
    right:-100vw
}
.home-banner_entrance-item {
    position:relative;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    height:126px;
    padding:21px 24px;
    background-color:rgba(255,255,255,.9);
    overflow:hidden;
    -webkit-transition:.3s;
    transition:.3s
}
.home-banner_entrance-item:hover {
    -webkit-transform:translateY(-36px);
    -ms-transform:translateY(-36px);
    transform:translateY(-36px)
}
.home-banner_entrance-split {
    position:relative;
    z-index:1;
    width:1px;
    height:calc(100% - 26px);
    margin:13px -0.5px;
    background-color:#e4e4e4
}
.home-banner_entrance-icon {
    width:48px;
    height:48px
}
.home-banner_entrance-info {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:48px;
    margin-left:10px
}
.home-banner_entrance-title {
    color:rgba(0,0,0,.85);
    font-size:16px;
    font-weight:bold
}
.home-banner_entrance-description {
    color:rgba(0,0,0,.75)
}
.home-banner_entrance-expand {
    position:absolute;
    left:0;
    top:90px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%;
    height:36px;
    padding:0 24px;
    background-color:#6c51dc;
    color:#fff
}
.home-banner_entrance-arrow {
    display:flex;
    align-items:center;
    width:8px;
    height:12px;
    overflow:hidden
}
.home-banner_entrance-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:9.1923px;
    height:9.1923px;
    border:solid 2px #fff;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.75) translate(-48%) rotate(45deg)
}
.home-live {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f8f9));
    background-image:linear-gradient(180deg, #ffffff, #f6f8f9)
}
.home-live_title {
    padding:60px 0 40px;
    color:rgba(0,0,0,.85);
    font-size:36px;
    font-weight:bold
}
.home-live_container {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.home-live_grid {
    position:relative;
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:741px;
    height:280px;
    margin-right:37px;
    overflow:hidden
}
.home-live_box {
    position:relative;
    z-index:1;
    width:241px;
    height:137px;
    margin:0 6px 6px 0;
    padding:2.5px 3.5px
}
.home-live_box::after {
    content:"";
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-box.png");
    background-size:241px 137px
}
.home-live_placeholder {
    position:absolute;
    left:3.5px;
    top:2.5px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:234px;
    height:132px;
    padding-bottom:22px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-placeholder.png");
    background-size:cover;
    color:#fff
}
.home-live_status {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height:38px;
    margin:0 24px;
    background-image:-webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    color:#fff
}
.home-live_icon {
    width:16px;
    height:16px;
    margin-right:8px;
    background-size:cover;
    -webkit-animation:none;
    animation:none
}
.home-live_icon--loading {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-status-icon-loading.png")
}
.home-live_icon--disconnected {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-status-icon-disconnected.png")
}
.home-live_icon--announce {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-status-icon-announce.png")
}
.home-live_icon--coming {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-status-icon-coming.png")
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to {
        -webkit-transform:rotate(-360deg);
        transform:rotate(-360deg)
    }
}@keyframes rotate {
     from {
         -webkit-transform:rotate(0deg);
         transform:rotate(0deg)
     }
     to {
         -webkit-transform:rotate(-360deg);
         transform:rotate(-360deg)
     }
 }.home-live_icon--loading {
      -webkit-animation:rotate .8s linear infinite;
      animation:rotate .8s linear infinite
  }
.home-live_video {
    position:absolute;
    left:3.5px;
    top:2.5px;
    width:234px;
    height:132px;
    -o-object-fit:fill;
    object-fit:fill
}
.home-live_name {
    position:absolute;
    left:3.5px;
    bottom:2.5px;
    height:22px;
    padding-left:6px;
    padding-right:40px;
    background-image:-webkit-gradient(linear, left top, right top, from(rgb(47, 181, 169)), to(rgba(47, 181, 169, 0)));
    background-image:linear-gradient(90deg, rgb(47, 181, 169), rgba(47, 181, 169, 0));
    color:#fff;
    font-weight:bold;
    line-height:22px
}
.home-live_info {
    position:relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column
}
.home-live_info-title {
    color:rgba(0,0,0,.75);
    font-size:22px;
    font-weight:bold
}
.home-live_info-tags {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top:12px
}
.home-live_info-tag {
    height:28px;
    padding:0 12px;
    margin-right:10px;
    border:solid 1px #e8e8e8;
    color:rgba(0,0,0,.65);
    font-size:16px;
    font-weight:bold;
    line-height:26px
}
.home-live_info-content {
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    margin-top:20px;
    color:rgba(0,0,0,.65);
    font-size:15px;
    line-height:26px
}
.home-live_info-button {
    width:128px;
    height:40px;
    border-radius:2px;
    background-color:#6c51dc;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    line-height:40px;
    text-align:center
}
.home-live_info-button:hover {
    background-color:#0b978b
}
.home-live_vr {
    position:absolute;
    left:160px;
    top:-40px;
    display:block
}
.home-live_vr-icon {
    width:80px;
    height:70px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/vr-icon.png");
    background-size:cover
}
.home-live_vr-button {
    position:absolute;
    left:70px;
    top:-16px;
    width:122px;
    height:34px;
    padding-bottom:4px;
    padding-right:20px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/vr-button.png");
    background-size:cover;
    color:#fff;
    line-height:30px;
    text-align:center
}
@-webkit-keyframes vr-arrow {
    from {
        opacity:0;
        left:89px
    }
    50% {
        opacity:1
    }
    to {
        opacity:0;
        left:109px
    }
}@keyframes vr-arrow {
     from {
         opacity:0;
         left:89px
     }
     50% {
         opacity:1
     }
     to {
         opacity:0;
         left:109px
     }
 }.home-live_vr-arrow {
      display:flex;
      align-items:center;
      width:8px;
      height:12px;
      overflow:hidden;
      position:absolute;
      top:9px;
      -webkit-animation:vr-arrow 1.6s linear infinite;
      animation:vr-arrow 1.6s linear infinite
  }
.home-live_vr-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:9.1923px;
    height:9.1923px;
    border:solid 2px #fff;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.75) translate(-48%) rotate(45deg)
}
.home-live_vr-arrow:nth-child(2) {
    -webkit-animation-delay:.8s;
    animation-delay:.8s
}
.home-live_introduction {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:40px 0 80px
}
.home-live_introduction-item {
    position:relative;
    width:255px;
    height:193px;
    border:solid 1px #fff;
    color:rgba(0,0,0,.75);
    -webkit-box-shadow:0 3px 12px 2px rgba(0,0,0,.06);
    box-shadow:0 3px 12px 2px rgba(0,0,0,.06);
    -webkit-transition:width .3s ease-in-out,border .3s ease-in-out;
    transition:width .3s ease-in-out,border .3s ease-in-out;
    overflow:hidden
}
.home-live_introduction-item--active {
    width:375px;
    border-width:0;
    color:#fff
}
.home-live_introduction-item_1 .home-live_introduction-background--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-1.png"),-webkit-gradient(linear, left top, left bottom, from(#F4F6F8), to(#FFFFFF));
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-1.png"),linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%)
}
.home-live_introduction-item_1 .home-live_introduction-background--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid--active.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-1--active.png"),linear-gradient(242deg, #6c51dc 0%, #21A094 100%)
}
.home-live_introduction-item_1 .home-live_introduction-icon--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-service.png")
}
.home-live_introduction-item_1 .home-live_introduction-icon--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-service--active.png")
}
.home-live_introduction-item_2 .home-live_introduction-background--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-2.png"),-webkit-gradient(linear, left top, left bottom, from(#F4F6F8), to(#FFFFFF));
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-2.png"),linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%)
}
.home-live_introduction-item_2 .home-live_introduction-background--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid--active.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-2--active.png"),linear-gradient(242deg, #6c51dc 0%, #21A094 100%)
}
.home-live_introduction-item_2 .home-live_introduction-icon--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-operation.png")
}
.home-live_introduction-item_2 .home-live_introduction-icon--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-operation--active.png")
}
.home-live_introduction-item_3 .home-live_introduction-background--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-3.png"),-webkit-gradient(linear, left top, left bottom, from(#F4F6F8), to(#FFFFFF));
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-3.png"),linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%)
}
.home-live_introduction-item_3 .home-live_introduction-background--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid--active.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-3--active.png"),linear-gradient(242deg, #6c51dc 0%, #21A094 100%)
}
.home-live_introduction-item_3 .home-live_introduction-icon--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-asset.png")
}
.home-live_introduction-item_3 .home-live_introduction-icon--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-asset--active.png")
}
.home-live_introduction-item_4 .home-live_introduction-background--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-4.png"),-webkit-gradient(linear, left top, left bottom, from(#F4F6F8), to(#FFFFFF));
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-4.png"),linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%)
}
.home-live_introduction-item_4 .home-live_introduction-background--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-grid--active.png"),url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-number-4--active.png"),linear-gradient(242deg, #6c51dc 0%, #21A094 100%)
}
.home-live_introduction-item_4 .home-live_introduction-icon--normal {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-ecological.png")
}
.home-live_introduction-item_4 .home-live_introduction-icon--active {
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-introduction-icon-ecological--active.png")
}
.home-live_introduction-item--active .home-live_introduction-background--normal,.home-live_introduction-item--active .home-live_introduction-icon--normal {
    opacity:0
}
.home-live_introduction-background--active,.home-live_introduction-icon--active {
    opacity:0
}
.home-live_introduction-item--active .home-live_introduction-background--active,.home-live_introduction-item--active .home-live_introduction-icon--active {
    opacity:1
}
.home-live_introduction-background {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}
.home-live_introduction-background--normal,.home-live_introduction-background--active {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:auto 100%,auto 64px;
    background-position:center,100% 100%;
    background-repeat:no-repeat;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-icon {
    position:relative;
    width:48px;
    height:48px;
    margin-left:20px;
    margin-top:32px;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-item--active .home-live_introduction-icon {
    -webkit-transform:translate(0, -16px);
    -ms-transform:translate(0, -16px);
    transform:translate(0, -16px)
}
.home-live_introduction-icon--normal,.home-live_introduction-icon--active {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-size:cover;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-title {
    position:absolute;
    left:20px;
    top:117px;
    font-size:20px;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-item--active .home-live_introduction-title {
    -webkit-transform:translate(60px, -93px);
    -ms-transform:translate(60px, -93px);
    transform:translate(60px, -93px)
}
.home-live_introduction-title::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-14px;
    width:30px;
    height:4px;
    background-color:#666;
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-item--active .home-live_introduction-title::after {
    height:0
}
.home-live_introduction-content {
    position:relative;
    margin-left:20px;
    margin-top:8px;
    font-size:16px;
    color:rgba(255,255,255,.85);
    -webkit-transform:translate(0, 110px);
    -ms-transform:translate(0, 110px);
    transform:translate(0, 110px);
    -webkit-transition:.3s ease-in-out;
    transition:.3s ease-in-out
}
.home-live_introduction-item--active .home-live_introduction-content {
    -webkit-transform:translate(0, -16px);
    -ms-transform:translate(0, -16px);
    transform:translate(0, -16px)
}
.home-live_introduction-detail {
    margin-bottom:14px
}
.home-live_introduction-detail::before {
    content:"";
    display:inline-block;
    width:13.5px;
    height:10px;
    margin-right:14px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/live-list-icon.png");
    background-size:cover
}
.home-acknowledgments {
    padding-top:60px;
    padding-bottom:80px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/paper.png");
    background-size:contain
}
.home-acknowledgments_title {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:rgba(0,0,0,.85);
    font-size:36px;
    line-height:58px;
    text-align:center;
    font-weight:bold
}
.home-acknowledgments_title_number {
    color:#6c51dc;
    font-size:42px
}
.home-acknowledgments_sub_title {
    position:relative;
    z-index:1;
    margin-top:6px;
    color:rgba(0,0,0,.85);
    font-size:15px;
    text-align:center
}
.home-acknowledgments_sub_title-link {
    color:#6c51dc;
    font-weight:bold
}
.home-acknowledgments_sub_title:hover .home-acknowledgments_sub_title-link {
    color:#0b978b
}
.home-acknowledgments_sub_title-arrow {
    display:flex;
    align-items:center;
    width:8px;
    height:12px;
    overflow:hidden;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-left:6px
}
.home-acknowledgments_sub_title-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:9.1923px;
    height:9.1923px;
    border:solid 2px #6c51dc;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.75) translate(-48%) rotate(45deg)
}
.home-acknowledgments_sub_title:hover .home-acknowledgments_sub_title-arrow::before {
    border-top-color:#0b978b;
    border-right-color:#0b978b
}
.home-acknowledgments_content {
    position:relative;
    z-index:0;
    width:100%;
    height:556px
}
.home-acknowledgments_item {
    opacity:0;
    cursor:pointer;
    position:absolute;
    left:50%;
    top:50%;
    width:435px;
    padding:24px 20px;
    border-radius:2px;
    border-top:solid 4px #009383;
    background-image:linear-gradient(155deg, #e5e8eb 0%, #f6f8fa 100%);
    -webkit-box-shadow:0 0 0 1px #fff,0 2px 8px 8px rgba(0,0,0,.1);
    box-shadow:0 0 0 1px #fff,0 2px 8px 8px rgba(0,0,0,.1);
    -webkit-transition:background-image .3s linear,opacity .8s linear;
    transition:background-image .3s linear,opacity .8s linear;
    overflow:hidden
}
.home-acknowledgments_item--active {
    cursor:default;
    background-image:linear-gradient(329deg, #f8ffff 0%, #dcf2f0 100%) !important
}
.home-acknowledgments_item--active::before,.home-acknowledgments_item--active::after {
    content:"";
    opacity:.35;
    position:absolute;
    display:block;
    z-index:-1
}
.home-acknowledgments_item--active::before {
    top:-17px;
    right:-59px;
    width:300px;
    height:300px;
    border-radius:150px;
    background-image:linear-gradient(17deg, #FFFfFF 0%, #eef0f0 100%);
    -webkit-box-shadow:inset 0 2px 13px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 2px 13px 2px rgba(0,0,0,.1)
}
.home-acknowledgments_item--active::after {
    top:48px;
    right:16px;
    width:150px;
    height:150px;
    border-radius:75px;
    background:#f8ffff;
    -webkit-box-shadow:3px 5px 13px 8px rgba(0,0,0,.05);
    box-shadow:3px 5px 13px 8px rgba(0,0,0,.05)
}
.home-acknowledgments_expand {
    max-height:0;
    overflow:hidden;
    -webkit-transition:.5s;
    transition:.5s
}
.home-acknowledgments_item--active .home-acknowledgments_expand {
    max-height:200px
}
.home-acknowledgments_detail {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    margin-bottom:14px
}
.home-acknowledgments_label {
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:80px;
    color:rgba(0,0,0,.65);
    font-weight:bold
}
.home-acknowledgments_info {
    color:rgba(0,0,0,.85)
}
.home-acknowledgments_if {
    color:#e0a634;
    font-size:18px;
    font-weight:bold;
    line-height:20px
}
.home-acknowledgments_original {
    cursor:pointer;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    color:#6c51dc
}
.home-acknowledgments_original-arrow {
    display:flex;
    align-items:center;
    width:5.5px;
    height:9px;
    overflow:hidden;
    margin-left:6px
}
.home-acknowledgments_original-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:5.6568px;
    height:5.6568px;
    border:solid 2px #6c51dc;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.8181818182) translate(-48%) rotate(45deg)
}
.home-acknowledgments_buffet {
    color:#6c51dc
}
.home-acknowledgments_more {
    position:relative;
    display:block;
    width:182px;
    height:44px;
    margin:0 auto;
    border-radius:4px;
    background-color:#6c51dc;
    color:#fff;
    font-size:16px;
    line-height:44px;
    text-align:center
}
.home-acknowledgments_more:hover {
    background-color:#0b978b
}
.home-sci_engine {
    position:relative;
    width:100%;
    padding-top:60px;
    padding-bottom:100px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/expand-background.png");
    background-size:cover
}
.home-sci_engine-doll {
    position:absolute;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/doll.png");
    background-size:cover
}
.home-sci_engine-search {
    position:relative;
    z-index:1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    width:835px;
    height:88px
}
.home-sci_engine-collapse {
    padding-top:8px;
    padding-bottom:8px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/collapse-background.png");
    background-size:auto 100%;
    background-position:50% 0
}
.home-sci_engine-collapse>.home-sci_engine-doll {
    width:123px;
    height:90px;
    right:calc((100% - 1200px)/2);
    top:-65px;
    z-index:0
}
.home-sci_engine-collapse>.home-sci_engine-search {
    width:777px;
    height:112px;
    margin-left:auto;
    padding:12px 16px;
    background-image:linear-gradient(299deg, #b3dedd, #5fbcb9)
}
.home-sci_engine-collapse>.home-sci_engine-search>.materials-search-input {
    width:295px
}
.home-sci_engine-collapse>.home-sci_engine-search>.purpose-search-input {
    width:443px
}
.home-sci_engine-collapse>.home-sci_engine-search>.domain-search-input {
    width:508px
}
.engine-title {
    display:inline-block;
    width:352px;
    height:35px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/title.png");
    background-size:cover
}
.engine-desc {
    display:inline-block;
    width:264px;
    height:22px;
    margin:6px 30px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/slogan.png");
    background-size:cover
}
.engine-line {
    width:100%;
    height:4px;
    display:block;
    margin-top:11px;
    margin-bottom:18px;
    background-image:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/title-line.png");
    background-size:cover
}
.engine-search-btn {
    width:230px;
    height:40px;
    background:#6c51dc;
    box-shadow:0 2px 11px 6px rgba(86,190,178,.16);
    border-radius:2px;
    font-size:16px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    position:relative;
    overflow:hidden
}
.engine-search-btn:hover {
    background:#0b978b
}
.engine-search-btn.active {
    width:385px;
    height:44px
}
.engine-search-btn.active::after {
    content:"";
    width:12px;
    height:60px;
    position:absolute;
    left:0;
    background:linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0) 100%);
    transform:rotate(30deg);
    animation:engine-search-btn-move 2s linear infinite
}
@keyframes engine-search-btn-move {
    0% {
        left:-25px
    }
    100% {
        left:120%
    }
}.engine-search-btn.btn-disabled {
     opacity:.5;
     pointer-events:none
 }
.engine-search-btn .engine-search-icon {
    width:22px;
    margin-left:8px;
    position:relative;
    top:1px
}
.engine-search-input {
    width:414px;
    height:40px;
    line-height:40px;
    background:#fff;
    font-size:15px;
    margin-bottom:8px;
    border:solid 1px #d9d9d9
}
.engine-search-input:hover {
    border-color:#6c51dc
}
.engine-search-input input {
    width:100%;
    height:90%;
    border:none
}
.materials-search-input {
    width:330px
}
.purpose-search-input {
    width:496px
}
.domain-search-input {
    width:596px;
    margin-bottom:0
}
.engine-recommend {
    padding-bottom:24px;
    padding-top:14px
}
.engine-recommend-title {
    font-size:13px;
    color:rgba(255,255,255,.65)
}
.engine-recommend-item {
    margin-right:28px;
    font-size:13px;
    color:rgba(255,255,255,.65);
    cursor:pointer
}
.engine-recommend-item:hover {
    color:#6c51dc
}
.engine-recommend-item.active {
    color:#6c51dc
}
.engine-answer {
    position:relative;
    z-index:0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    margin-top:18px
}
.engine-answer>.home-sci_engine-doll {
    z-index:1;
    right:0;
    top:-177px;
    width:270px;
    height:211px
}
.engine-answer-item {
    background:linear-gradient(90deg, #f4f6f8, #ffffff);
    padding:12px 10px 12px 22px;
    margin-top:0;
    margin-bottom:16px;
    position:relative;
    transition:transform .5s ease;
    border:solid 2px #fff;
    box-shadow:inset 0 3px 10px 0 rgba(255,255,255,.6),0 3px 10px 0 rgba(0,0,0,.06)
}
.engine-answer-item:hover {
    transform:translateY(-5px);
    box-shadow:0 4px 10px 6px rgba(0,0,0,.06),inset 0 2px 3px 0 rgba(255,255,255,.2)
}
.engine-answer-topic {
    width:316px;
    height:150px
}
.engine-answer-target {
    width:868px;
    height:150px
}
.engine-answer-item-content::-webkit-scrollbar,.search-rank-list::-webkit-scrollbar,.project-recommend-list::-webkit-scrollbar {
    width:6px
}
.engine-answer-item-content::-webkit-scrollbar-thumb {
    background:#bcc2c2;
    border-radius:10px
}
.search-rank-list::-webkit-scrollbar-thumb,.project-recommend-list::-webkit-scrollbar-thumb {
    background:#ebeef5;
    border-radius:10px
}
.engine-answer-item-content {
    overflow-y:scroll;
    height:100%
}
.engine-answer-content {
    width:100%;
    margin-bottom:0;
    padding-bottom:35px;
    min-height:334px
}
.engine-answer-content.active {
    height:334px
}
.engine-answer-item-more {
    position:absolute;
    left:544px;
    bottom:0;
    width:112px;
    height:24px;
    background:rgba(39,183,170,.1);
    border-radius:2px 2px 0 0;
    cursor:pointer;
    font-size:12px;
    color:#6c51dc;
    display:flex;
    align-items:center;
    justify-content:center
}
.engine-answer-nav {
    display:flex;
    align-items:center;
    margin-bottom:5px
}
.engine-answer-nav-icon {
    width:40px;
    height:40px;
    margin-right:9px
}
.engine-answer-nav-title {
    font-weight:bold;
    font-size:16px;
    color:rgba(0,0,0,.8)
}
.engine-answer-desc {
    font-size:13px;
    color:rgba(0,0,0,.75);
    line-height:22px;
    white-space:pre-wrap;
    margin-bottom:10px
}
.engine-instrument {
    display:flex;
    align-items:start;
    flex-wrap:wrap;
    margin-top:10px
}
.instrument-item {
    cursor:pointer;
    width:263px;
    margin-right:12px;
    margin-bottom:10px;
    padding:6px 10px;
    border:dashed 1px #a7c4c2;
    border-radius:2px;
    background:#fff
}
.instrument-item:hover {
    background-color:#f9ffff
}
.instrument-item:hover .instrument-name {
    color:#6c51dc
}
.instrument-nav {
    display:flex;
    align-items:center;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #e5e8e8
}
.instrument-nav-poster {
    width:34px;
    max-height:46px;
    margin-right:10px
}
.instrument-detail {
    width:196px;
    padding-top:3px;
    color:rgba(0,0,0,.75)
}
.instrument-name {
    font-size:13px;
    line-height:20px;
    margin-bottom:5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.instrument-desc {
    width:200px;
    display:flex;
    align-items:center;
    color:#999;
    font-size:11px;
    line-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.instrument-desc-num {
    color:#6c51dc;
    margin:0 2px
}
.instrument-desc-line {
    margin:0 5px;
    position:relative;
    top:-1px
}
.instrument-recommend-reason {
    font-size:11px;
    color:rgba(0,0,0,.65);
    line-height:16px;
    position:relative;
    padding-bottom:20px
}
.instrument-recommend-reason.show-more {
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom:0;
    height:32px
}
.show-more-btn {
    background:#fff;
    padding-left:2px;
    position:absolute;
    bottom:0;
    right:0;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color:#999;
    font-size:11px
}
.show-more-btn:hover {
    background-color:#f9ffff
}
.show-more-arrow {
    display:flex;
    align-items:center;
    width:6px;
    height:9px;
    overflow:hidden;
    transform:rotate(90deg);
    margin:0 4px
}
.show-more-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:6.3639px;
    height:6.3639px;
    border:solid 2px #999;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.75) translate(-48%) rotate(45deg)
}
.engine-answer-item-more .show-more-arrow::before {
    border-color:#6c51dc
}
.engine-answer-item-more.active .show-more-arrow,.show-more-btn.active .show-more-arrow {
    transform:rotate(270deg)
}
.skeleton-box {
    margin-bottom:8px
}
.skeleton-box {
    margin-bottom:8px
}
.skeleton-item {
    background-image:linear-gradient(90deg, rgba(69, 92, 98, 0.2) 25%, rgba(69, 92, 98, 0.1) 37%, rgba(69, 92, 98, 0.2) 63%);
    width:90%;
    height:12px;
    margin:15px 0;
    border-radius:2px;
    list-style:none;
    background-size:400% 100%;
    background-position:100% 50%;
    animation:skeleton-loading 1.4s ease infinite
}
.skeleton-box .skeleton-item:first-child {
    width:40%
}
.skeleton-box .skeleton-item:last-child {
    width:65%;
    margin-bottom:0
}
@keyframes skeleton-loading {
    0% {
        background-position:100% 50%
    }
    100% {
        background-position:0 50%
    }
}.sci-serve {
     position:absolute;
     left:10px;
     top:450px;
     z-index:1
 }
.sci-serve-close {
    width:42px;
    background:#6c51dc;
    padding:12px 10px;
    font-size:14px;
    color:#fff;
    line-height:22px;
    cursor:pointer;
    border-radius:2px;
    text-align:center
}
.sci-serve-close:hover {
    opacity:.8
}
.sci-serve-open {
    width:230px;
    padding:16px;
    border-radius:5px;
    position:relative;
    background:linear-gradient(180deg, #E2FAF7 0%, #aad2dd 100%)
}
.sci-serve-icon-close {
    width:20px;
    height:20px;
    position:absolute;
    right:15px;
    top:15px;
    cursor:pointer;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/order/isol/images/close.png") no-repeat;
    background-size:100% 100%;
    z-index:1
}
.sci-serve-icon-close:hover {
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/order/isol/images/closeHover.png") no-repeat;
    background-size:100% 100%
}
.sci-serve-title {
    font-weight:bold;
    font-size:16px;
    color:rgba(0,0,0,.75);
    line-height:22px;
    margin-bottom:14px;
    position:relative;
    padding-left:12px
}
.sci-serve-title::after {
    content:"";
    position:absolute;
    width:4px;
    height:16px;
    background:#6c51dc;
    left:0;
    top:4px
}
.sci-serve-desc {
    text-align:center;
    font-size:14px;
    color:rgba(0,0,0,.75);
    line-height:20px
}
.sci-serve-qrcode {
    display:block;
    margin:10px auto;
    width:152px;
    height:152px
}
.sci-serve-scan {
    text-align:center;
    font-size:14px;
    color:#6c51dc;
    line-height:20px
}
.engine-beta {
    font-size:12px;
    color:rgba(0,0,0,.6);
    line-height:17px;
    margin-bottom:8px
}
.engine-change-plan {
    display:flex;
    margin-top:16px;
    margin-bottom:-8px;
    cursor:pointer
}
.engine-change-icon {
    width:16px;
    height:16px;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/change_plan.png") no-repeat;
    background-size:100% 100%;
    margin-right:6px
}
.engine-change-text {
    color:#6c51dc;
    font-size:12px
}
.engine-change-plan:hover .engine-change-icon {
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/sci-engine/change_plan--active.png") no-repeat;
    background-size:100% 100%
}
.engine-change-plan:hover .engine-change-text {
    color:#0b978b
}
.engine-disclaimer-tip {
    text-align:center;
    font-size:12px;
    color:rgba(0,0,0,.35);
    line-height:22px;
    position:absolute;
    bottom:10px;
    width:1200px
}
.engine-feedback {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-top:10px;
    color:#999
}
.engine-feedback-label {
    font-weight:bold;
    font-size:12px
}
.engine-feedback-item {
    padding-left:25px;
    position:relative;
    font-size:12px;
    cursor:pointer;
    display:flex;
    align-items:center
}
.engine-feedback-item::after {
    position:absolute;
    left:5px;
    content:"";
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #999
}
.engine-feedback-item:hover {
    color:#6c51dc
}
.engine-feedback-item:hover::after {
    border:1px solid #6c51dc
}
.engine-feedback-item.active::after {
    width:8px;
    height:8px;
    border:3px solid rgba(255,255,255,.8);
    background:#0b978b
}
.engine-feedback .engine-feedback-item:nth-child(2) {
    margin-right:12px
}
.engine-feedback-modal {
    width:404px;
    background:linear-gradient(180deg, #E1F9F7 0%, #FFFFFF 100%);
    border-radius:4px;
    position:absolute;
    right:140px;
    bottom:140px;
    margin-left:-255px;
    padding:20px
}
.engine-feedback-modal-nav {
    display:flex;
    align-items:center;
    justify-content:space-between
}
.engine-feedback-modal-title {
    font-size:13px;
    color:#424242;
    line-height:18px;
    margin-bottom:10px
}
.engine-feedback-modal-close {
    width:12px;
    height:12px;
    background:url("https://cdn0.shiyanjia.com/c/2022/images/confirm/close.png") no-repeat;
    background-size:100% 100%;
    position:relative;
    top:-10px;
    cursor:pointer
}
.engine-feedback-modal-close:hover {
    background:url("https://cdn0.shiyanjia.com/c/2022/images/confirm/close-active.png") no-repeat;
    background-size:100% 100%
}
.engine-feedback-modal-input {
    background:#fff;
    border-radius:4px;
    margin-bottom:14px
}
.engine-feedback-modal-input .el-textarea__inner {
    border:1px solid #dcdfe6 !important
}
.engine-feedback-modal-btn {
    width:178px;
    height:32px;
    background:#6c51dc;
    border-radius:2px;
    text-align:center;
    line-height:32px;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    cursor:pointer;
    margin:0 auto
}
.engine-feedback-modal-btn.active {
    opacity:.5;
    pointer-events:none
}
.engine-feedback-modal-btn:hover {
    background:#0b978b
}
.engine-feedback-modal-tip {
    font-weight:bold;
    font-size:12px;
    color:rgba(0,0,0,.65);
    line-height:17px;
    margin-top:10px;
    text-align:center;
    cursor:pointer
}
.engine-feedback-modal-tip:hover {
    color:rgba(0,0,0,.85)
}
.course_inform {
    position:fixed;
    right:130px;
    bottom:40px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    width:421px;
    height:48px;
    padding:0 16px;
    border-radius:8px;
    font-weight:bold;
    -webkit-box-shadow:0 3px 8px 4px rgba(0,0,0,.1);
    box-shadow:0 3px 8px 4px rgba(0,0,0,.1);
    z-index:1
}
.course_inform--broadcasting {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ffead6), color-stop(23%, #fff3e8), to(#ffffff));
    background-image:linear-gradient(180deg, #ffead6 0%, #fff3e8 23%, #ffffff 100%)
}
.course_inform--announce {
    background-image:-webkit-gradient(linear, left top, left bottom, from(#e5fff6), color-stop(27%, #f5fffc), to(#ffffff));
    background-image:linear-gradient(180deg, #e5fff6 0%, #f5fffc 27%, #ffffff 100%)
}
.course_inform-icon--broadcasting {
    width:19px;
    height:19px;
    background-image:url("https://cdn0.shiyanjia.com/c/2023/images/course/course34.gif");
    background-size:cover
}
.course_inform-icon--announce {
    width:47px;
    height:23px;
    background-image:url("https://cdn0.shiyanjia.com/c/2023/images/course/course33.png");
    background-size:cover
}
.course_inform-title {
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    margin:0 12px;
    color:rgba(0,0,0,.75);
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.course_inform-button {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    width:102px;
    height:30px;
    margin-left:2px;
    padding-left:16px;
    border-radius:15px;
    color:#fff
}
.course_inform-button--broadcasting {
    background-image:-webkit-gradient(linear, right top, left top, from(#ffa000), to(#fb7336));
    background-image:linear-gradient(270deg, #ffa000 0%, #fb7336 100%)
}
.course_inform-button--broadcasting:hover {
    background-image:-webkit-gradient(linear, left top, right top, from(#ffa000), to(#fb7336));
    background-image:linear-gradient(90deg, #ffa000 0%, #fb7336 100%)
}
.course_inform-button--announce {
    background-image:-webkit-gradient(linear, right top, left top, from(#8fe099), to(#6c51dc));
    background-image:linear-gradient(270deg, #8fe099 0%, #6c51dc 100%)
}
.course_inform-button--announce:hover {
    background-image:-webkit-gradient(linear, left top, right top, from(#8fe099), to(#6c51dc));
    background-image:linear-gradient(90deg, #8fe099 0%, #6c51dc 100%)
}
.course_inform-arrow {
    width:0;
    height:16px;
    margin-left:6px;
    border:8px solid rgba(0,0,0,0);
    border-left:9px solid #fff
}
.course_inform-close {
    position:absolute;
    width:19px;
    height:19px;
    top:-10px;
    right:-10px;
    background-color:rgba(0,0,0,0);
    background-image:url("https://cdn0.shiyanjia.com/c/2023/images/course/course26.png");
    background-size:cover
}
.project-and-search {
    background:-webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(55%, #EDF3F5), to(#EDF3F5));
    background:linear-gradient(0deg, #FFFFFF 0%, #EDF3F5 55%, #EDF3F5 100%);
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:46px calc((100% - 1200px)/2) 60px
}
.project-part {
    width:885px;
    position:relative
}
.project-tab {
    width:100%;
    border-bottom:1px solid #d9d9d9;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-bottom:21px
}
.project-tab-item {
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    height:40px;
    font-size:16px;
    font-weight:bold;
    color:rgba(0,0,0,.65);
    line-height:40px;
    text-align:center;
    cursor:pointer;
    position:relative
}
.project-tab-item:hover {
    color:#6c51dc
}
.project-tab-item.active {
    color:#fff;
    font-weight:bold;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/active-products-tab.202408281048.png") no-repeat;
    background-size:100% 100%
}
.project-tab-item.active:last-child {
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/active-products-tab-last.202408281048.png") no-repeat;
    background-size:100% 100%
}
.project-recommend-list {
    max-height:494px;
    overflow-y:scroll;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:start;
    -webkit-align-items:start;
    -ms-flex-align:start;
    align-items:start;
    -ms-overflow-style:-ms-autohiding-scrollbar
}
.project-recommend-item {
    width:432px;
    margin-bottom:16px;
    margin-right:15px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    padding:14px;
    position:relative;
    cursor:pointer;
    background:linear-gradient(144deg, #F3F6F8 0%, #FFFFFF 100%);
    -webkit-box-shadow:0px 3px 10px 0px rgba(0,0,0,.02);
    box-shadow:0px 3px 10px 0px rgba(0,0,0,.02);
    border:2px solid #fff
}
.project-recommend-item:nth-child(2n) {
    margin-right:0
}
.project-recommend-item::after {
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    left:0;
    top:-8px;
    background:rgba(255,255,255,.24)
}
.project-slogan {
    width:69px;
    height:22px;
    padding-left:5px;
    padding-right:12px;
    text-align:center;
    line-height:22px;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/superscript-background.202408281048.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    top:-2px;
    left:-2px
}
.project-slogan.active {
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/superscript-background-active.202408281048.png") no-repeat;
    background-size:100% 100%
}
.project-detail {
    width:313px
}
.project-poster {
    width:80px;
    height:80px;
    background:#fff;
    border:1px dashed #d8e6e4;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-right:14px
}
.project-name {
    font-weight:bold;
    font-size:15px;
    color:rgba(0,0,0,.8);
    line-height:22px;
    cursor:pointer;
    margin-bottom:6px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.project-name:hover {
    color:#6c51dc
}
.project-discount {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center
}
.project-price {
    font-size:13px;
    color:rgba(0,0,0,.75);
    line-height:17px;
    height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.project-price.active {
    width:100%;
    color:rgba(0,0,0,.55)
}
.project-price .project-price-line {
    display:inline-block;
    width:1px;
    height:10px;
    background:#d9d9d9;
    margin:0 10px;
    position:relative;
    top:1px
}
.project-new-price {
    color:#6c51dc;
    margin-left:5px;
    margin-right:8px
}
.project-new-price.active {
    margin-right:0
}
.font15 {
    font-size:15px;
    font-weight:bold
}
.project-old-price {
    text-decoration:line-through
}
.project-detail-desc {
    height:44px;
    margin-top:5px;
    font-size:13px;
    color:rgba(0,0,0,.75);
    line-height:21px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis
}
.project-receive-box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:8px
}
.project-receive-btn {
    cursor:pointer;
    width:104px;
    height:35px;
    background:#2eb6aa;
    border-radius:2px;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-right:10px
}
.project-receive-btn img {
    width:12px;
    margin-right:6px
}
.project-receive-btn:hover {
    background:#0b978b
}
.cloud-scene {
    background:#fff;
    border:1px solid #6c51dc;
    color:#2eb6aa
}
.cloud-scene:hover {
    background:#fff
}
.project-empty {
    width:100%;
    padding-top:110px;
    text-align:center
}
.project-empty .project-empty-icon {
    width:120px;
    margin-bottom:10px
}
.project-empty .project-empty-title {
    font-weight:bold;
    font-size:13px;
    color:#666;
    line-height:18px
}
.search-rank {
    width:280px
}
.search-rank-nav {
    padding:10px 0;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:21px;
    font-weight:bold;
    font-size:16px;
    color:#142d34
}
.search-rank-nav img {
    width:17px;
    margin-right:7px
}
.search-rank-list {
    max-height:494px;
    overflow-y:scroll
}
.search-rank-item {
    margin-bottom:16px;
    cursor:pointer;
    overflow:hidden;
    white-space:nowrap
}
.search-rank-item-no {
    font-size:14px;
    font-weight:bold;
    color:rgba(0,0,0,.45);
    margin-right:16px;
    display:inline-block;
    width:10px
}
.search-rank-item:nth-child(1) .search-rank-item-no,.search-rank-item:nth-child(1) .search-rank-item-text {
    color:#fe0000
}
.search-rank-item:nth-child(2) .search-rank-item-no,.search-rank-item:nth-child(2) .search-rank-item-text {
    color:#fe4b00
}
.search-rank-item:nth-child(3) .search-rank-item-no,.search-rank-item:nth-child(3) .search-rank-item-text {
    color:#feac00
}
.search-rank-item-text {
    font-size:14px;
    color:rgba(0,0,0,.8);
    margin-right:6px
}
.search-rank-item-slogan {
    font-size:13px;
    color:rgba(0,0,0,.55);
    margin-right:10px
}
.search-rank-item:hover .search-rank-item-text,.search-rank-item:hover .search-rank-item-slogan {
    color:#2eb6aa
}
.search-rank-item-hot-text {
    width:14px
}
.home-introduction {
    position:relative;
    background:#fff
}
.home-introduction-title {
    width:1200px;
    font-size:36px;
    color:rgba(0,0,0,.85);
    line-height:50px;
    margin:0 auto;
    padding-top:60px;
    position:relative;
    font-weight:bold
}
.home-introduction_content {
    width:1200px;
    padding-top:40px;
    padding-bottom:80px;
    margin:0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.introduction-left-background {
    width:513px;
    height:350px;
    position:absolute;
    left:0;
    top:0
}
.introduction-right-background {
    width:677px;
    height:370px;
    position:absolute;
    right:0;
    bottom:0
}
.home-introduction_item {
    width:150px;
    height:390px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position:relative;
    overflow:hidden;
    -webkit-box-shadow:0px 2px 8px 2px rgba(0,0,0,.1);
    box-shadow:0px 2px 8px 2px rgba(0,0,0,.1)
}
.home-introduction_item.active {
    width:390px;
    -webkit-box-shadow:0px 2px 14px 8px rgba(0,0,0,.08);
    box-shadow:0px 2px 14px 8px rgba(0,0,0,.08)
}
.home-introduction_cover {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.home-introduction_active {
    -webkit-backdrop-filter:blur(1px);
    backdrop-filter:blur(1px);
    border:2px solid #fff
}
.home-introduction_item:nth-child(1) .home-introduction_active {
    background:linear-gradient(137deg, #EEEFEF 30%, rgba(155, 156, 158, 0.8) 71%, rgba(155, 156, 158, 0.8) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_item:nth-child(2) .home-introduction_active {
    background:linear-gradient(137deg, #F3F6FB 30%, rgba(176, 185, 208, 0.7) 81%, rgba(176, 185, 208, 0.7) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_item:nth-child(3) .home-introduction_active {
    background:linear-gradient(137deg, #F5FDFF 30%, rgba(176, 193, 208, 0.86) 71%, rgba(176, 193, 208, 0.8) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_item:nth-child(4) .home-introduction_active {
    background:linear-gradient(137deg, #F6FAFE 30%, rgba(155, 179, 213, 0.8) 71%, rgba(155, 179, 213, 0.8) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_item:nth-child(5) .home-introduction_active {
    background:linear-gradient(137deg, #F3FCFD 30%, rgba(176, 205, 208, 0.8) 71%, rgba(176, 205, 208, 0.8) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_item:nth-child(6) .home-introduction_active {
    background:linear-gradient(137deg, #F6F7FC 30%, rgba(176, 179, 208, 0.8) 71%, rgba(176, 179, 208, 0.8) 81%, rgba(255, 255, 255, 0.6) 100%)
}
.home-introduction_default,.home-introduction_active {
    position:absolute;
    width:390px;
    height:100%;
    left:0;
    top:0;
    padding:15px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:0
}
.home-introduction_default.active {
    opacity:1
}
.home-introduction_active.active {
    opacity:1;
    z-index:1
}
.home-introduction_default .home-introduction_item-title {
    font-weight:bold;
    font-size:17px;
    color:#fff;
    line-height:25px;
    margin-bottom:14px
}
.home-introduction_default .home-introduction_item-desc {
    font-size:14px;
    color:rgba(255,255,255,.85);
    line-height:20px;
    margin-bottom:6px
}
.home-introduction_active .home-introduction_item-title {
    font-weight:bold;
    font-size:18px;
    color:#2f2f2f;
    line-height:28px;
    margin-bottom:24px
}
.home-introduction_active .home-introduction_item-desc {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:16px;
    padding-left:3px;
    font-size:14px;
    color:#222;
    line-height:22px
}
.home-introduction_active .home-introduction_item-desc img {
    width:13px;
    height:10px;
    margin-right:10px;
    position:relative;
    top:6px
}
.home-introduction_active .home-introduction_btn {
    width:120px;
    height:38px;
    background:rgba(255,255,255,.88);
    border-radius:4px;
    font-weight:bold;
    font-size:14px;
    color:rgba(66,66,66,.8509803922);
    line-height:38px;
    text-align:center;
    position:absolute;
    left:30px;
    bottom:30px;
    display:block
}
.home-introduction_btn:hover {
    background:#6c51dc;
    color:#fff
}
.home-customer-title {
    text-align:center;
    font-weight:bold;
    font-size:36px;
    color:rgba(0,0,0,.85);
    line-height:50px;
    margin-bottom:40px
}
.home-customer-title span {
    color:#6c51dc
}
.positive-reviews-swiper {
    width:1250px;
    margin:0 auto;
    padding-bottom:15px
}
.positive-reviews-swiper .swiper-slide {
    width:340px;
    background:-webkit-gradient(linear, left top, left bottom, from(#F4F6F8), to(#FFFFFF));
    background:linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    -webkit-box-shadow:0 3px 16px 2px rgba(0,0,0,.06);
    box-shadow:0 3px 16px 2px rgba(0,0,0,.06);
    padding:20px 20px 16px
}
.positive-nav {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:14px;
    color:rgba(0,0,0,.75)
}
.positive-nav img {
    width:40px;
    height:40px;
    margin-right:10px
}
.positive-desc {
    font-size:15px;
    color:rgba(0,0,0,.85);
    height:100px;
    line-height:30px;
    margin-bottom:7px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/customer-background.png") no-repeat;
    background-size:45px 51px;
    background-position:5px 10px;
    padding-top:15px
}
.positive-desc-link {
    overflow:hidden;
    display:-webkit-inline-box;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.positive-desc-link span {
    float:left
}
.positive-desc-link a {
    color:#6c51dc;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:220px;
    float:left
}
.positive-desc-link a:hover {
    color:rgba(39,183,170,.6588235294)
}
.positive-user-name {
    text-align:right;
    font-size:13px;
    color:rgba(0,0,0,.65);
    line-height:20px
}
.home-customer {
    padding:60px 0 80px;
    background:#fff;
    position:relative;
    z-index:0
}
.positive-reviews-swiper .swiper-button-prev,.positive-reviews-swiper .swiper-button-next {
    width:150px;
    height:250px;
    top:14px;
    border:none
}
.positive-reviews-swiper .swiper-button-prev:after,.positive-reviews-swiper .swiper-button-next:after {
    content:""
}
.positive-reviews-swiper .swiper-button-prev {
    background:-webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(60%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background:linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    left:0;
    top:0
}
.positive-reviews-swiper .swiper-button-next {
    background:-webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(60%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background:linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    right:0;
    top:0
}
.swiper-button-content {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    width:35px;
    height:35px;
    background:linear-gradient(140deg, #F4F6F8 0%, #FFFFFF 100%);
    -webkit-box-shadow:0 2px 6px 2px rgba(0,0,0,.1),inset 0 1px 0 0 #fff;
    box-shadow:0 2px 6px 2px rgba(0,0,0,.1),inset 0 1px 0 0 #fff;
    border-radius:50%
}
.swiper-button-content-arrow {
    display:flex;
    align-items:center;
    width:10px;
    height:14px;
    overflow:hidden
}
.swiper-button-content-arrow::before {
    content:"";
    flex-shrink:0;
    display:block;
    width:12.0207px;
    height:12.0207px;
    border:solid 2px #b8b8b8;
    border-left:solid 1px rgba(0,0,0,0);
    border-bottom:solid 1px rgba(0,0,0,0);
    border-radius:2px;
    transform:scaleY(0.7) translate(-48%) rotate(45deg)
}
.positive-reviews-swiper:hover .swiper-button-content-arrow::before {
    border-top-color:#6c51dc;
    border-right-color:#6c51dc
}
.positive-reviews-swiper .swiper-button-prev .swiper-button-content .swiper-button-content-arrow {
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.positive-reviews-swiper .swiper-button-prev .swiper-button-content {
    left:-40px
}
.positive-reviews-swiper .swiper-button-next .swiper-button-content {
    left:40px
}
.positive-reviews-swiper .swiper-button-next.swiper-button-disabled,.positive-reviews-swiper .swiper-button-prev.swiper-button-disabled {
    opacity:1
}
.home-univ_list {
    margin:0 auto;
    position:relative
}
.univ-list-swiper {
    width:99%;
    height:405px;
    margin:0 auto;
    padding:20px 10px
}
.univ-list-swiper .swiper-wrapper {
    -webkit-transition-timing-function:linear;
    transition-timing-function:linear
}
.univ-list-swiper .swiper-slide {
    width:216px;
    height:80px;
    background-position:center center;
    background-size:auto 50%;
    background-repeat:no-repeat;
    background-color:#fff;
    -webkit-box-shadow:0 4px 12px 2px rgba(0,0,0,.05);
    box-shadow:0 4px 12px 2px rgba(0,0,0,.05)
}
[v-cloak] {
    display:none
}
.home-about_us {
    background:radial-gradient(0% 33% at 67% 50%, #12827E 0%, #0D3335 100%);
    overflow:hidden;
    min-height:680px;
    position:relative
}
.home-about_us-content {
    width:1200px;
    margin:0 auto;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    background:url("https://cdn0.shiyanjia.com/c/shiyanjia/home/image/about-us-map-background.png") no-repeat;
    background-size:100% 100%;
    padding-bottom:80px;
    padding-top:52px
}
.office-data {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:525px
}
.office-title {
    font-size:36px;
    color:#fff;
    line-height:50px;
    margin-bottom:87px;
    font-weight:bold
}
.office-data-item {
    margin-bottom:50px;
    width:33%
}
.office-data-num {
    font-family:Alibaba-PuHuiTi,Alibaba-PuHuiTi;
    font-size:38px;
    color:#07cecd;
    line-height:45px;
    font-weight:bold;
    margin-bottom:6px
}
.office-data-tip {
    font-size:15px;
    color:rgba(255,255,255,.42);
    line-height:22px
}
.office-map {
    position:relative;
    background-image:radial-gradient(circle, rgba(86, 190, 178, 0.4784313725) 0%, #0D3335 60%, #0D3335 100%)
}
#china-map {
    display:block;
    width:685px;
    height:580px;
    margin:0 auto;
    position:relative;
    z-index:1
}
.office-map-background {
    position:absolute;
    top:-20px;
    right:20px;
    width:651px;
    top:240px;
    left:270px;
    width:200px;
    -webkit-animation:office-map-background-pulse 2s infinite linear;
    animation:office-map-background-pulse 2s infinite linear
}
@-webkit-keyframes office-map-background-pulse {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    60% {
        opacity:.8
    }
    100% {
        -webkit-transform:scale(4.5);
        transform:scale(4.5);
        opacity:0
    }
}@keyframes office-map-background-pulse {
     0% {
         -webkit-transform:scale(1);
         transform:scale(1)
     }
     60% {
         opacity:.8
     }
     100% {
         -webkit-transform:scale(4.5);
         transform:scale(4.5);
         opacity:0
     }
 }.office-info {
      position:absolute;
      bottom:30px;
      left:-110px;
      width:316px;
      background:linear-gradient(138deg, #177679 0%, #0B494C 100%);
      border-radius:2px;
      border:1px solid #4fccd0;
      z-index:2
  }
.office-info-name {
    height:43px;
    line-height:40px;
    background:#197c7f;
    font-size:16px;
    color:#defeff;
    padding:0 14px
}
.office-info-item {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    padding:12px 0;
    color:#bcfdff;
    font-size:14px;
    line-height:22px
}
.office-info-item:first-child {
    border-bottom:1px solid rgba(29,146,149,.32)
}
.office-info-icon {
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:16px;
    height:17px;
    margin-top:4px;
    margin-right:10px
}
.office-info-detail {
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.office-info-foot {
    padding:0 10px
}
#china-map {
    display:block;
    width:674px;
    height:565px;
    margin:0 auto;
    position:relative
}
.outer-dot {
    width:13px;
    height:13px;
    border-radius:50%;
    position:absolute;
    background:#fe8202;
    left:100px;
    cursor:pointer;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.outer-dot:hover:after,.outer-dot.active::after {
    content:"";
    width:11px;
    height:11px;
    border-radius:50%;
    background-color:rgba(254,130,2,.5);
    position:absolute;
    left:1px;
    top:1px;
    -webkit-animation:outer-dot-pulse 2s infinite ease-in-out;
    animation:outer-dot-pulse 2s infinite ease-in-out
}
@-webkit-keyframes outer-dot-pulse {
    0% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50% {
        -webkit-transform:scale(3.5);
        transform:scale(3.5)
    }
    100% {
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}@keyframes outer-dot-pulse {
     0% {
         -webkit-transform:scale(1);
         transform:scale(1)
     }
     50% {
         -webkit-transform:scale(3.5);
         transform:scale(3.5)
     }
     100% {
         -webkit-transform:scale(1);
         transform:scale(1)
     }
 }.inner-dot {
      width:6px;
      height:6px;
      border-radius:50%;
      background:#fff
  }
.outer-dot .pro-city {
    pointer-events:none;
    display:inline-block;
    padding:5px 0 5px 5px;
    font-size:11px;
    color:#fff;
    position:absolute;
    left:14px;
    top:-7px;
    white-space:nowrap
}
.outer-dot .pro-city.left {
    left:-35px;
    top:-5px
}
.section-navigation {
    position:fixed;
    left:0;
    top:480px;
    cursor:pointer;
    z-index:1
}
.section-navigation:hover .section-navigation-btn {
    -webkit-transform:translateX(-70px);
    -ms-transform:translateX(-70px);
    transform:translateX(-70px);
    background:#0b978b
}
.section-navigation:hover .section-navigation-content {
    left:18px
}
.section-navigation-btn {
    width:42px;
    padding:11px 13px 13px;
    height:118px;
    background:#2eb6aa;
    -webkit-box-shadow:0px 0px 4px 3px rgba(86,190,178,.15);
    box-shadow:0px 0px 4px 3px rgba(86,190,178,.15);
    border:1px solid rgba(255,255,255,.431372549);
    font-weight:bold;
    font-size:13px;
    color:rgba(255,255,255,.9490196078);
    line-height:18px;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    margin-left:18px
}
.section-navigation-btn-arrow {
    width:12px;
    margin-top:8px;
    -webkit-transform:translateX(1px) rotate(270deg);
    -ms-transform:translateX(1px) rotate(270deg);
    transform:translateX(1px) rotate(270deg)
}
.section-navigation-content {
    width:114px;
    padding:5px 0;
    background:rgba(255,255,255,.95);
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    position:absolute;
    left:-140px;
    top:-90px;
    -webkit-box-shadow:0px 2px 12px 3px rgba(0,0,0,.08);
    box-shadow:0px 2px 12px 3px rgba(0,0,0,.08)
}
.section-navigation-content-item {
    width:100%;
    height:48px;
    font-weight:bold;
    font-size:13px;
    color:rgba(0,0,0,.75);
    line-height:48px;
    padding-left:12px;
    position:relative
}
.section-navigation-content-item.active {
    background:-webkit-gradient(linear, left top, right top, from(#CAF3EF), to(rgba(255, 255, 255, 0)));
    background:linear-gradient(90deg, #CAF3EF 0%, rgba(255, 255, 255, 0) 100%);
    color:#2eb6aa
}
.section-navigation-content-item.active::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:2px;
    height:48px;
    background:#2eb6aa
}
.section-navigation-content-item:hover {
    color:#2eb6aa
}




.banner p{
    margin: 0px;
}

.banner {
    width: 100%;
    height: 338px;
    overflow: hidden;
    position: relative;
    background-color: white;
    top: 0;
    left: 0;
    z-index:1;
}
.banner .swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .swiper1 .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -1000px;
    right: -1000px;
    margin: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.banner .swiper1 .swiper-slide .box .img video {
    position: relative;
    height: calc(120vh - var(--browser-address-bar, 0px));
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    z-index: -1;
}
.banner .swiper1 .swiper-slide .box .text {
    position: absolute;
    left: 13.5%;
    top: 44%;
    height: 100px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .text span {
    display: block;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    color: #ffffff;
}
.banner .swiper1 .swiper-slide .box .s-text {
    position: absolute;
    left: 13.5%;
    top: calc(44% + 54px + 60px);
    height: 77px;
    overflow: hidden;
}
.banner .swiper1 .swiper-slide .box .s-text span {
    display: block;
    font-size: 36px;
    line-height: 97px;
    color: #ffffff;
    opacity: 1;
}
.banner .swiper1 .swiper-pagination-bullets {
    bottom: 10%;
    left: 50%;
    width: auto;
    margin-left: -50px;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    display: inline-block;
    border-radius: 0;
    background: white;
    opacity: 1;
    margin: 0 6px;
    transition: 0.5s;
}
.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 36px;
    height: 3px;
    background: #6c51dc;
    opacity: 1;
}
.banner .swiper1 .swiper-button-next,
.banner .swiper1 .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.banner .swiper1 .swiper-button-next::after,
.banner .swiper1 .swiper-button-prev::after {
    content: "";
}
.banner .swiper1 .swiper-button-next1 {
    cursor: url(../images/cursor-next.png) 22 28, pointer;
}
.banner .swiper1 .swiper-button-prev1 {
    cursor: url(../images/cursor-prev.png) 22 28, pointer;
}
.m-banner {
    display: none ;
}
.banner-box {
    width: 100%;
    height: 100vh;
}
