
.html_page {
    position: relative;
    z-index: 19;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}

svg {
    width: 100%;
}

/*插件样式*/
.bsTop {
    width: 10.8333vw !important;
}

.bsFrameDiv div {
    width: 10.8333vw !important;
    height: 10.8333vw !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.bsFrameDiv img {
    margin: 0 !important;
}

.bshare-custom {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.8333vw;
    color: #b2b2b2;
}

.bshare-custom.icon-medium-plus a {
    padding-left: 0 !important;
    color: #999999;
    margin: 0 0 0 1.1458333vw !important;
    width: 2.08333vw !important;
    height: 2.08333vw !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.bshare-custom a:hover {
    text-decoration: none !important;
    opacity: 1;
    color: #36adad;
}

.BMap_Marker img {
    width: auto;
    display: inline-block;
}

.BMap_bubble_content img {
    width: auto;
    display: inline-block;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-rails {
    cursor: pointer !important;
}

/*默认样式*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


.Manrope-Light {
    font-family: "Manrope-Light", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}


.Manrope-Medium {
    font-family: "Manrope-Medium", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Manrope-Regular {
    font-family: "Manrope-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Manrope-SemiBold {
    font-family: "Manrope-SemiBold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Manrope-ExtraBold {
    font-family: "Manrope-ExtraBold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Manrope-ExtraLight {
    font-family: "Manrope-ExtraLight", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}


@font-face {
    font-family: "Manrope-ExtraLight";
    src: url(../fonts/MANROPE-EXTRALIGHT.TTF);
}

@font-face {
    font-family: "Manrope-Light";
    src: url(../fonts/Manrope-Light.ttf);
}

@font-face {
    font-family: "Manrope-Medium";
    src: url(../fonts/Manrope-Medium.ttf);
}

@font-face {
    font-family: "Manrope-Regular";
    src: url(../fonts/Manrope-Regular.ttf);
}

@font-face {
    font-family: "Manrope-SemiBold";
    src: url(../fonts/Manrope-SemiBold.ttf);
}

@font-face {
    font-family: "Manrope-ExtraBold";
    src: url(../fonts/MANROPE-EXTRABOLD.TTF);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

html, body {
    font-family: "Manrope-Light", "DreamHanSansCN-W6", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
    background: #fff;
    font-size: 0.7291666vw;
    width: 100%;
    color: #333;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;

}

body {
    overflow: hidden;
}


.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.body_flex {
    position: fixed;
}

img {
    border: none;
    display: block;
    width: 100%;
}

i {
    font-style: normal;
}

div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

video {
    outline: none;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    padding: 0.36458333vw 0 0.36458333vw 0.26041666vw;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #4faad6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.41666vw rgba(10, 201, 245, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.41666vw rgba(10, 201, 245, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}


.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

body > header > div.header_box > div{
    flex-wrap: nowrap;
}

.swiper-animation {
    opacity: 0;
}

.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}

.swiper-pagination-bullet {
    outline: none;
    cursor: pointer;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

/*css play*/
.loading_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: #fff;
}

.loading_box {
    height: 100%;
    width: 100%;

    overflow: hidden;
    position: relative;
}

.loading_back {
    background: #51099f;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;

}

.loading_left_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32.8125vw;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
    z-index: 9;

}

.loading_right_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.8125vw;
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    z-index: 9;
}

.loading_content {
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 7;
}

.loading_logo_box {
    width: 11.9791666vw;
}

.loading_logo_box img {
    -webkit-filter: brightness(1900%) grayscale(300%);
    filter: brightness(1900%) grayscale(300%);
}

.index_page_wrap {
    height: 100vh;
}

.index_swiper_pagination_wrap {
    position: absolute;
    left: 2.083333vw;
    top: 0;
    width: 0.5208333vw;
    height: 100%;
    align-content: center;
    z-index: 9;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    opacity: 0;
}


.index_swiper_pagination_box {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_swiper_pagination_box .index_swiper_item_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: 0.5208333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 1.041666vw 0;
    cursor: pointer;
    outline: none;
    pointer-events: none;

}

.index_swiper_pagination_box .index_swiper_item_box:last-child {
    margin-bottom: 0;
}

.index_swiper_pagination_box .index_swiper_item_box:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0.208333vw 0 0.208333vw 0;
    border-radius: 0.208333vw 0 0.208333vw 0;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_swiper_pagination_color .index_swiper_pagination_box .index_swiper_item_box:after {
    background: #dfdfdf;
}

.index_swiper_pagination_box .index_swiper_item_active:after {
    width: 100%;
    height: 100%;
    background: #6400ae !important;
    -webkit-border-radius: 0.3125vw 0 0.3125vw 0;
    border-radius: 0.3125vw 0 0.3125vw 0;
}

.index_swiper_pagination_hide .index_swiper_pagination_box {
    opacity: 0;
    pointer-events: none;
}

.index_page_swiper {
    height: 100vh;
}

.index_page_swiper .index_swiper_wrapper {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_swiper .index_page_slide {
    overflow: hidden;
}

.index_banner_details_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.index_banner_details_swiper {
    height: 100%;
}

.index_banner_details_pagination {
    position: absolute;
    left: 0;
    bottom: 2.6041666vw;
    padding: 0 8.8541666vw;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}

.index_banner_details_pagination .swiper-pagination-bullet {
    width: 1.1458333vw;
    height: 1.1458333vw;
    background: none;
    opacity: 1;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0.41666vw 0 0;
    outline: none;
    cursor: pointer;
    pointer-events: none;
}

.index_banner_details_pagination .swiper-pagination-bullet:last-child {
    margin: 0;
}

.index_banner_details_pagination .swiper-pagination-bullet:after {
    content: "";
    width: 45.4545%;
    height: 45.4545%;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_banner_details_pagination .swiper-pagination-bullet-active:after {
    border: 1px solid #fff;
    background: #fff;
}

.index_banner_details_content {
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 8.8541666vw;
}

.index_banner_details_read {
    width: 100%;
}

.index_page_content {
    height: 100%;
    position: relative;
}

.index_banner_big {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9;
}

.index_banner_left_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32.8125vw;
    z-index: 9;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
}

.index_banner_right_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32.8125vw;
    z-index: 9;
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
}

.index_banner_line_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    pointer-events: none;
}

.index_page_img {
    height: 100%;
}

.index_fixed_details_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_fixed_details_box {
    width: 100%;
    padding: 0 10.41666vw;
    margin-top: 5.208333vw;
}

.index_page_img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.index_page_img img {
    display: block;
}

/*.index_banner_img:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, .3);*/
/*}*/

.index_banner_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 9s linear;
    transition: all 9s linear;
}

.index_banner_img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner_current .index_banner_img img {
    -webkit-transform: none;
    transform: none;
}


.loading_logo_read {
    position: absolute;
    left: 0;
    bottom: 7.8125vw;
    width: 100%;
    overflow: hidden;
}

.loading_logo_text {
    -wenkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
}

.loading_logo_number {
    font-size: 2.6041666vw;
    line-height: 2.08333vw;
    color: #fff;
}

.loading_logo_unit {
    font-size: 1.25vw;
    line-height: 1.458333vw;
    margin-left: 0.78125vw;
    color: #fff;
}

.loading_left_img img {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.loading_right_img img {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.loading_animate .loading_back {
    -webkit-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    -webkit-transition: transform 1.5s cubic-bezier(.4, 0, .2, 1), opacity .7s .7s cubic-bezier(.4, 0, .2, 1);
    transition: transform 1.5s cubic-bezier(.4, 0, .2, 1), opacity .7s .7s cubic-bezier(.4, 0, .2, 1);
}

.loading_animate {
    opacity: 0;
    webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.loading_animate .loading_logo_text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.index_banner_wrap {
    height: 100%;
    position: relative;
}

.index_banner_swiper {
    height: 100%;
}

.index_banner_content {
    height: 100%;
}

.index_banner_img {
    height: 100%;
}


.index_swiper_wrapper {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_banner_center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9;
}

.index_banner_read {
    width: 100%;
    padding: 0 7.8125vw;
}

.index_banner_subtitle {
    font-size: 2.916666vw;
    line-height: 4.16666vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_banner_title {
    font-size: 2.916666vw;
    line-height: 4.16666vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    margin-top: 1.041666vw;
}

.index_banner_en {
    font-size: 1.1458333vw;
    line-height: 1.66666vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    margin-top: 1.041666vw;
}

.index_banner_text {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    margin-top: 1.5625vw;
}

.index_banner_button {
    margin-top: 3.90625vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.public_button_box a {
    width: 8.8541666vw;
    position: relative;
}

.public_button_content {
    position: relative;

}

.public_button_icon {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 2.916666vw;
}

.public_button_icon svg {
    fill: none;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    display: block;
}

.public_button_icon svg path {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.public_button_default {
    stroke: rgba(255, 255, 255, .5);
}

.public_button_hover {
    stroke: #89cc41;
    position: absolute;
    left: 0;
    top: 0;
}

.public_button_icon .public_button_default path {
    stroke-dashoffset: 0;
    stroke-dasharray: 404;
}

.public_button_icon .public_button_hover path {
    stroke-dashoffset: 404;
    stroke-dasharray: 404;


}


.public_button_read {
    position: relative;
}

.public_button_label {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.public_button_text {
    font-size: 0.78125vw;
    line-height: 2.916666vw;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
    width: 8.8541666vw;
}

.public_button_label:nth-child(2) {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.public_button_label:nth-child(2) .public_button_text {
    position: absolute;
    right: 0;
    top: 0;
}

.public_button_label:nth-child(2) .public_button_text {
    color: #89cc41;
}

.public_button_circle {
    position: absolute;
    right: -0.1041666vw;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.36458333vw;
    height: 0.36458333vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: ;
}

.public_button_img {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 9;
    -webkit-transform: translateY(-50%) translateX(100%);
    transform: translateY(-50%) translateX(100%);
    padding-left: 0.3125vw;
    width: 2.08333vw;
    height: 0.805208333vw;
}

.public_button_img svg {
    fill: #89cc41;
    transform-origin: left center;
    -webkit-animation: BtnIconAnimate 2s linear infinite both normal;
    animation: BtnIconAnimate 2s linear infinite both normal;
}

@-webkit-keyframes BtnIconAnimate {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}

@keyframes BtnIconAnimate {
    0% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
}


.public_button_box a:hover .public_button_default path {
    stroke-dashoffset: -404;
}

.public_button_box a:hover .public_button_hover path {
    stroke-dashoffset: 0;
}

.public_button_box a:hover .public_button_label:nth-child(2) {
    width: 100%;
}

.public_button_box a:hover .public_button_label:nth-child(1) {
    width: 0%;
}


.index_banner_current .index_banner_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_banner_current .index_banner_subtitle {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_banner_current .index_banner_en {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_banner_current .index_banner_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_banner_pagination_wrap {
    position: absolute;
    left: 0;
    bottom: 3.6458333vw;
    z-index: 9;
    pointer-events: none;
    width: 100%;
    opacity: 0;
}

.index_banner_pagination_box {
    padding: 0 3.6458333vw;
    -webkit-align-items: center;
    align-items: center;
}

.index_banner_btn_box {
    pointer-events: auto;
    width: 2.08333vw;
    height: 2.08333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.index_banner_btn_next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index_banner_btn_box svg {
    width: 0.83333vw;
    height: 1.5625vw;
    fill: #fff;
}

.index_banner_pagination_read {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 1.30208333vw;
}

.index_banner_pagination_text {
    font-size: 0.9375vw;
    line-height: 1.30208333vw;
    width: 1.041666vw;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}

.index_banner_pagination_center {
    padding: 0 0.26041666vw;
}

.index_banner_pagination_current {
    font-size: 1.9791666vw;
    line-height: 2.08333vw;
}

.index_banner_pagination_wrap {
    position: absolute;
    left: 0;
    bottom: 3.6458333vw;
    z-index: 9;
    pointer-events: none;
    width: 100%;
    opacity: 0;
}

.index_banner_pagination_box {
    padding: 0 7.8125vw;
    -webkit-align-items: center;
    align-items: center;
}

.index_banner_btn_box {
    pointer-events: auto;
    width: 2.08333vw;
    height: 2.08333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.index_banner_btn_next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index_banner_btn_box svg {
    width: 0.83333vw;
    height: 1.5625vw;
    fill: #fff;
}

.index_banner_pagination_read {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 1.30208333vw;
}

.index_banner_pagination_text {
    font-size: 0.9375vw;
    line-height: 1.30208333vw;
    width: 1.041666vw;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}

.index_banner_pagination_center {
    padding: 0 0.26041666vw;
}

.index_banner_pagination_current {
    font-size: 1.9791666vw;
    line-height: 2.08333vw;
}

.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: -105%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
    box-shadow: 0 0 0.26041666vw rgba(0, 0, 0, .1);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_box {
    padding: 0 1.30208333vw 0 2.083333vw;
    position: relative;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
}

.header_after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_content_wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 1.5625vw 0;
}

.header_menu_wrap {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: calc(100% - 7.13541666vw);
    padding-left: 1.041666vw;
    -webkit-align-items: center;
    align-items: center;
}

.header_logo_box {
    width: 11.13541666vw;
    height: 2.384375vw;
}

.header_logo_box a {
    width: 100%;
    height: 100%;
}

.header_logo_box a svg {
    width: 100%;
    height: 100%;
}

.header_logo_box a img {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.logo_color {
    fill: #fff;
}

.logo_green {
    fill: #fff;
    fill-rule: evenodd;
}

.logo_black {
    fill: #fff;
}

.logo_color,
.logo_green,
.logo_black {
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_item_box {
    margin: 0 1.40625vw;
    position: relative;
}

.header_menu_item_link {
    position: relative;
}

.header_menu_down_wrap {
    position: absolute;
    left: -1.041666vw;
    top: 100%;
    width: 8.8541666vw;
    padding-top: 0.78125vw;
    -webkit-transform: translateY(1.041666vw);
    transform: translateY(1.041666vw);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -1.71875vw;
    top: 0.46875vw;
    border-left: 0.5208333vw solid transparent;
    border-right: 0.5208333vw solid transparent;
    border-bottom: 0.3125vw solid rgba(0, 0, 0, 0.2);
}

.header_menu_down_box {
    padding: 0.26041666vw 1.041666vw;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 0.41666vw;
    border-radius: 0.41666vw;
}

.header_menu_down_li {
    position: relative;
}

.header_menu_down_li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.header_menu_down_li:last-child:after {
    display: none;
}

.header_menu_down_li a {
    font-size: 0.7291666vw;
    line-height: 2.291666vw;
    max-width: 100%;
    color: rgba(255, 255, 255, .7);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_menu_down_li a:hover {
    color: rgba(255, 255, 255, 1);
}

.header_menu_item_text {
    font-size: 0.8333vw;
    line-height: 2.1875vw;
    color: #fff;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_item_after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0.15625vw;

    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_item_after:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 0.078125vw;
    border-radius: 0.078125vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_item_active .header_menu_item_after {
    width: 0.83333vw;
}

.header_menu_item_default .header_menu_item_after {
    width: 0;
}

.header_menu_item_hover .header_menu_item_after {
    width: 0.83333vw;
}

.header_menu_item_hover .header_menu_down_wrap {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
}

.header_search_wrap {
    padding-left: 5.7291666vw;
}

.header_search_btn {
    width: 1.875vw;
    height: 1.875vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_search_icon {
    width: 0.625vw;
    height: 0.625vw;
}

.header_search_icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.header_shop_wrap {
    padding-left: 5.208333vw;
}

.header_shop_button {

    position: relative;
}

.header_shop_btn {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 6.25vw;
    background: #51099f;
    -webkit-border-radius: 0.9375vw;
    border-radius: 0.9375vw;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.header_shop_text {
    font-size: 0.7291666vw;
    line-height: 1.875vw;
    color: #fff;
}

.header_shop_icon {
    border-left: 0.208333vw solid transparent;
    border-right: 0.208333vw solid transparent;
    border-bottom: 0.3125vw solid #fff;
    width: 0;
    height: 0;
    margin-left: 0.78125vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_shop_down_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_shop_hover .header_shop_icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header_shop_down_box {
    background: #51099f;
    -webkit-border-radius: 0.9375vw;
    border-radius: 0.9375vw;
}

.header_shop_down_read {
    padding: 2.3958333vw 0 0.5208333vw 0;
}

.header_shop_down_item_box a {
    font-size: 0.7291666vw;
    line-height: 1.85vw;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_shop_down_item_box a:hover {
    color: #14ac4a;
}

.header_black .logo_color {
    fill: #660cc6;
}

.header_black .logo_green {
    fill: #8c3;
    fill-rule: evenodd;
}

.header_black .logo_black {
    fill: #595757;
}

.header_black .header_menu_item_text {
    color: #222222;
}

.header_black .header_menu_item_after:after {
    background: #51099f;
}


.header_black .header_search_btn {
    border: 1px solid rgba(153, 153, 153, .3);

}

.header_black .header_search_icon svg {
    fill: #353535;
}

.header_black .header_language_icon svg {
    fill: #222222;
}

.header_black .header_language_text {
    color: #222222;
}


.header_search_btn:hover {
    background: #51099f;
    border: 1px solid #51099f;
}

.header_search_btn:hover .header_search_icon svg {
    fill: #fff;
}

.header_language_wrap {
    width: 5.208333vw;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header_language_box a {
    -webkit-align-items: center;
    align-items: center;
}

.header_language_icon {
    width: 0.8333vw;
}

.header_language_icon svg {
    height: 100%;
    fill: #fff;
    display: block;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_language_text {
    font-size: 0.7291666vw;
    color: #ffffff;
    margin-left: 0.5208333vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_fixed_tips_wrap {
    position: fixed;
    right: 0;
    top: 0;
    width: 5.208333vw;
    height: 100%;
    z-index: 99;
    pointer-events: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_fixed_tips_box {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
    position: relative;
}

.index_fixed_tips_box:after {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 0;
    box-sizing: border-box;
    opacity: .2;
}

.index_fixed_tips_text {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 0.625vw;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.index_fixed_tips_content {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 3.125vw;
    opacity: 0;
}

.index_fixed_tips_icon {
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0.5208333vw auto 0;
    width: auto;
}

.index_fixed_tips_circle {
    width: 0.36458333vw;
    height: 0.36458333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_fixed_tips_line {
    width: 1px;
    height: 4.16666vw;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.body_animate .header_box {
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.body_animate .index_swiper_pagination_wrap {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.body_animate .index_swiper_item_box {
    pointer-events: auto;
}

.body_animate .index_banner_pagination_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.body_animate .index_fixed_tips_box:after {
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.body_animate .index_fixed_tips_content {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}


.body_animate .index_fixed_tips_circle {
    -webkit-animation: ScrollIcon 2s infinite linear both normal;
    animation: ScrollIcon 2s infinite linear both normal;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

@-webkit-keyframes ScrollIcon {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 1;
        top: 0;
    }
    90% {
        top: calc(100% - 0.36458333vw);
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: calc(100% - 0.36458333vw);
    }
}

@keyframes ScrollIcon {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 1;
        top: 0;
    }
    90% {
        top: calc(100% - 0.36458333vw);
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: calc(100% - 0.36458333vw);
    }
}


.index_fixed_tips_hide {
    opacity: 0;
}

.index_fixed_tips_color .index_fixed_tips_box:after {
    border-left: 1px solid #e9e9e9;
    opacity: 1;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.index_fixed_tips_color .index_fixed_tips_box:after {
    color: #bcbcbc;
}

.index_fixed_tips_color .index_fixed_tips_text {
    color: #bcbcbc;
}

.index_fixed_tips_color .index_fixed_tips_circle {
    background: #bcbcbc;
}


.index_fixed_tips_color .index_fixed_tips_line {
    background: #bcbcbc;
}


.header_active:after {
    top: 0;
}

.header_active .logo_color {
    fill: #660cc6;
}

.header_active .logo_green {
    fill: #8c3;
    fill-rule: evenodd;
}

.header_active .header_language_icon svg {
    fill: #222222;
}

.header_active .header_language_text {
    color: #222222;
}

.header_active .logo_black {
    fill: #595757;
}

.header_active .header_menu_item_text {
    color: #222222;
}

.header_active .header_menu_item_after:after {
    background: #51099f;
}

.header_active .header_search_btn {
    border: 1px solid rgba(153, 153, 153, .3);
}

.header_active .header_search_icon svg {
    fill: #353535;
}

.header_active .header_menu_down_wrap:after {
    border-bottom: 0.3125vw solid #eaeaea;
}

.header_active .header_menu_down_box {
    background: #eaeaea;
}

.header_active .header_menu_down_li a {
    color: #888888;
}

.header_active .header_menu_down_li a:hover {
    color: #51099f;
}

.header_active .header_menu_down_li:after {
    background: #dedede;
}

.body_show .header_box {
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_current:after {
    top: 0;
}

.header_current .logo_color {
    fill: #660cc6;
}

.header_current .logo_green {
    fill: #8c3;
    fill-rule: evenodd;
}

.header_current .header_language_icon svg {
    fill: #222222;
}

.header_current .header_language_text {
    color: #222222;
}

.header_current .logo_black {
    fill: #595757;
}

.header_current .header_menu_item_text {
    color: #222222;
}

.header_current .header_menu_item_after:after {
    background: #51099f;
}

.header_current .header_search_btn {
    border: 1px solid rgba(153, 153, 153, .3);
}

.header_current .header_search_icon svg {
    fill: #353535;
}

.header_current .header_menu_down_wrap:after {
    border-bottom: 0.3125vw solid #eaeaea;
}

.header_current .header_menu_down_box {
    background: #eaeaea;
}

.header_current .header_menu_down_li a {
    color: #888888;
}

.header_current .header_menu_down_li a:hover {
    color: #51099f;
}

.header_current .header_menu_down_li:after {
    background: #dedede;
}

.header_hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;

}

.index_fixed_details_title {
    font-size: 2.6041666vw;
    line-height: 3.125vw;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_fixed_details_text {
    margin-top: 1.041666vw;
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.video_button_box {
    cursor: pointer;
}

.video_button_box:hover .video_button_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video_button_icon {
    width: 4.6875vw;
    margin: 0 auto;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.video_button_text {
    font-size: 0.7291666vw;
    line-height: 1.25vw;
    color: #fff;
    margin-top: 0.5208333vw;
    text-align: center;
}

.video_button_wrap {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.6041666vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.video_data_wrap {
    margin-top: 10.41666vw;
}

.video_data_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.video_data_item_title {
    -webkit-justify-content: center;
    justify-content: center;
}

.video_data_item_number,
.video_data_item_label {
    font-size: 3.125vw;
    line-height: 3.6458333vw;
    color: #fff;
}

.video_data_item_text {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #fff;
}

.index_pro_wrap {
    position: relative;
    height: 100%;
}

.index_pro_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_pro_box {
    position: relative;
    height: 100%;
    z-index: 9;
    padding: 0 10.41666vw;
}

.index_pro_writer_wrap {
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;

}

.index_pro_writer_box {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index_pro_writer_tips {
    width: 27.105263%;

}

.index_pro_writer_big {
    width: 27.105263%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_writer_title_cn {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_writer_title_label {
    font-size: 2.5vw;
    line-height: 3.125vw;
    color: #ffffff;
    margin-right: 1.041666vw;

}

.pro_writer_title_label:last-child {
    margin-right: 0;
}

.pro_writer_title_en {
    font-size: 1.25vw;
    line-height: 1.7708333vw;
    color: #ffffff;
    margin-top: 0.5208333vw;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_writer_title_bold {
    font-weight: bold;
}

.pro_writer_pagination_wrap {
    margin-top: 2.6041666vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_writer_pagination_text {
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    color: rgba(255, 255, 255, .5);
    margin-right: 0.5208333vw;
}

.pro_writer_pagination_text:last-child {
    margin-right: 0;
}

.pro_writer_pagination_current {
    font-size: 2.6041666vw;
    line-height: 3.125vw;
    color: rgba(255, 255, 255, 1);
}

.index_pro_circle_wrap {
    width: 56.9791666vw;
    height: 56.9791666vw;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.index_pro_circle_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.index_pro_circle_back svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-dasharray: 0.001 10;
    opacity: 0.5;
}

.index_pro_circle_box {
    width: 62%;
    position: relative;
}

.index_pro_circle_base {
    width: 100%;
    padding-bottom: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.index_pro_pic_swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.index_pro_photo {
    width: 100%;
    height: 100%;

}

.index_pro_photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_pro_img {
    width: 100%;
    height: 100%;
}

.pro_writer_title_box {
    margin-top: 5.7291666vw;
}

.pro_writer_button_wrap {
    margin-top: 15.1041666vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_writer_button_box {
    margin-right: 2.08333vw;
    outline: none;
    cursor: pointer;
}

.pro_writer_button_icon {
    width: 0.7291666vw;
}

.pro_writer_button_icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.pro_writer_button_prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.pro_writer_button_active .pro_writer_button_icon svg {
    fill: #690db2;
}

.index_pro_writer_pack {
    width: 100%;
}

.index_pro_writer_swiper {
    width: 100%;

}

.index_pro_writer_subtitle {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #ffffff;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_pro_writer_title {
    font-size: 2.6041666vw;
    line-height: 3.4375vw;
    margin-top: 0.78125vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_pro_writer_button {
    margin-top: 2.6041666vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_pro_writer_current .index_pro_writer_subtitle {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_pro_writer_current .index_pro_writer_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_pro_writer_current .index_pro_writer_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_honor_wrap {
    position: relative;
    height: 100%;
}

.index_honor_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_honor_box {
    position: relative;
    z-index: 9;
    height: 100%;
    padding: 0 10.41666vw;
    -webkit-align-items: center;
    align-items: center;
}

.index_honor_read {
    width: 100%;
    margin-bottom: 12.5vw;
}

.index_honor_title {
    font-size: 2.6041666vw;
    line-height: 2.86458333vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_honor_text {
    font-size: 1.3541666vw;
    line-height: 2.86458333vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_honor_button {
    margin-top: 2.08333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_quality_wrap {
    position: relative;
    height: 100%;
}

.index_quality_box {
    height: 100%;
    position: relative;
}

.index_quality_swiper {
    height: 100%;
}

.index_quality_img {
    height: 100%;
}

.index_quality_big {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.index_quality_item_box {
    width: 33.3333%;
    height: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
}

.index_quality_item_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .2);
}

.index_quality_item_box:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_quality_item_active:before {
    height: 100%;
}

.index_quality_item_active .index_quality_text {
    opacity: 1;
    pointer-events: auto;
}

.index_quality_item_box:last-child:after {
    display: none;
}

.index_quality_details {
    width: 100%;
    padding-bottom: 6.25vw;
    position: relative;
    z-index: 10;
}

.index_quality_icon {
    width: 2.34375vw;
    height: 2.34375vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

.index_quality_icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    display: block;
}

.index_quality_read {
    margin-top: 2.08333vw;
}

.index_quality_title {
    font-size: 1.458333vw;
    line-height: 2.08333vw;
    color: #ffffff;
    text-align: center;
}

.index_quality_text {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #ffffff;
    text-align: center;
    margin-top: 1.041666vw;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_quality_pack_wrap {
    position: absolute;
    left: 0;
    top: 9.8958333vw;
    z-index: 12;
    width: 100%;
    height: 100%;
    padding: 0 10.41666vw;
    pointer-events: none;
}

.index_quality_pack_title {
    font-size: 2.6041666vw;
    line-height: 3.125vw;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_quality_pack_text {
    font-size: 1.3541666vw;
    line-height: 3.125vw;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_quality_pack_button {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 1.5625vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_quality_pack_button .public_button_box {
    pointer-events: auto;
}

.index_news_wrap {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 5.208333vw 0 10.41666vw;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_button_box {
    cursor: pointer;
    margin-right: 1.041666vw;
    outline: none;
}

.index_news_button_box:last-child {
    margin-right: 0;
}

.index_news_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index_news_button_icon {
    width: 3.125vw;
    height: 3.125vw;
    background: #e4e4e4;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_news_button_icon svg {
    width: 0.41666vw;
    height: 0.7291666vw;
    fill: #999999;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_news_button_active .index_news_button_icon {
    background: #6400ae;
}

.index_news_button_active .index_news_button_icon svg {
    fill: #ffffff;
}

.index_news_tips_title {
    font-size: 2.6041666vw;
    line-height: 3.125vw;
    color: #222222;
    width: 100%;
}

.index_news_menu_box {
    width: 100%;
}

.index_news_menu_li {
    margin-top: 1.30208333vw;
}

.index_news_menu_li:first-child {
    margin-top: 0;
}

.index_news_menu_li a {
    font-size: 1.041666vw;
    line-height: 2.5vw;
    color: #999999;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_menu_li a:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 0.15625vw;
    background: #999999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_menu_active a {
    color: #6400ae;
}

.index_news_menu_active a:after {
    background: #6400ae;
    width: 100%;
}

.index_news_button_wrap {
    width: 100%;
}

.index_news_box {
    width: 100%;
}

.index_news_tips_box {
    width: 18.209876%;
    -webkit-align-content: space-between;
    align-content: space-between;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_news_big {
    width: 81.790124%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_news_item_photo a {
    display: block;
}

.index_news_item_img {
    padding-bottom: 66.39004149%;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
}

.index_news_item_label {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #6400ae;
    opacity: .5;
}

.index_news_item_title {
    margin-top: 1.041666vw;
}

.index_news_item_title a {
    font-size: 1.1458333vw;
    line-height: 1.7708333vw;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_item_text {
    margin-top: 0.78125vw;
    font-size: 0.78125vw;
    line-height: 1.3541666vw;
    color: #666666;
    height: 2.708333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_item_read {
    padding: 1.041666vw 0 0 0;
}

.index_news_item_pack {
    margin-top: 1.041666vw;
    position: relative;
    overflow: hidden;
}

.index_news_item_button {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_public_btn {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_day {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_time {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #999999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_box:hover .news_public_btn {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.index_news_item_box:hover .index_news_item_time {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.news_public_text {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #6400ae;
}

.news_public_icon {
    width: 1.041666vw;
    margin-left: 0.625vw;
}

.news_public_icon svg {
    width: 100%;
    height: 100%;
    fill: #6400ae;
}

.footer_wrap {
    position: relative;
}

.footer_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.footer_box {
    padding: 0 5.208333vw;
}

.footer_big {
    padding: 4.1666vw 0 3.125vw 0;
}

.footer_menu_item_title a {
    font-size: 0.9375vw;
    color: #6400ae;
}

.footer_menu_item_ul {
    margin-top: 1.5625vw;
    padding-right: 1.041666vw;
}

.footer_menu_item_li {
    padding: .3vw 0;
}

.footer_menu_item_li a {
    font-size: 0.78125vw;
    line-height: 1.48333vw;
    color: #777777;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_menu_item_li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_menu_item_li a:hover {
    color: #333333;
}

.footer_menu_item_li a:hover:after {
    left: 0;
    width: 100%;
}

.footer_menu_item_box {
    margin-right: 3.90625vw;
}

.footer_menu_item_box:last-child {
    margin-right: 0;
}

.footer_menu_wrap {
    width: 80%;
}

.footer_ewm_wrap {
    width: 20%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_ewm_img {
    width: 6.9791666vw;
    height: 6.9791666vw;
    position: relative;
    -webkit-box-shadow: 0 0 2.08333vw rgba(51, 51, 51, .15);
    box-shadow: 0 0 2.08333vw rgba(51, 51, 51, .15);
}

.footer_ewm_title {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #222222;
    text-align: center;
    margin-top: 0.5208333vw;
}

.footer_line_box {
    position: relative;
    height: 1px;
    width: 100%;
    background: #e0e0e0;
}

.footer_share_wrap {
    padding: 1.82291666vw 0;
}

.footer_share_box {
    -webkit-align-items: center;
    align-items: center;
}

.footer_contact_wrap {
    width: 50%;
}

.footer_share_ul {
    width: 50%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_share_li {
    margin-right: 2.08333vw;
}

.footer_share_li:last-child {
    margin-right: 0;
}

.footer_share_li a {
    -webkit-align-items: center;
    align-items: center;
}

.footer_share_li a:hover .footer_share_icon svg {
    fill: #6400ae;
}

.footer_share_li a:hover .footer_share_text {
    color: #6400ae;
}

.footer_share_icon {
    width: 1.041666vw;
    height: 1.041666vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer_share_icon svg {
    width: 100%;
    height: 100%;
    fill: #888888;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.footer_share_text {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #666666;
    margin-left: 0.5208333vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.footer_copy_label {
    margin-right: 0.5208333vw;
}

.footer_copy_label:last-child {
    margin-right: 0;
}

.footer_copy_label,
.footer_copy_label a {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #888888;
}


.footer_contact_text {
    font-size: 0.7291666vw;
    line-height: 1.25vw;
    color: #555555;
}

.footer_contact_tel {
    margin-top: 0.5208333vw;
}

.footer_contact_tel a {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #6400ae;
}

.footer_copy_text {
    width: 50%;
}

.footer_copy_text:last-child {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.footer_copy_wrap {
    padding: 0 5.208333vw;
    background: #f1f1f1;
}

.footer_copy_box {
    padding: 2.08333vw 0;
}


.index_page_slide:last-child {
    height: 33.80208333vw;
}

.public_banner_wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.public_banner_pack {
    position: relative;
    width: 100%;
    height: 100%;
}

.public_banner_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.public_banner_box {
    height: 100%;
    position: relative;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.public_banner_center {
    width: 100%;
}

.web_center {
    padding: 0 5.208333vw;
}

.public_banner_read {
    margin-bottom: 5.208333vw;
}

.public_banner_text,
.public_banner_title {
    font-size: 2.708333vw;
    line-height: 3.6458333vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.public_banner_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    margin-top: 1.5625vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.public_banner_tips_box {
    position: absolute;
    left: 5.208333vw;
    bottom: 2.08333vw;
    opacity: 0;
    pointer-events: none;
}

.public_banner_tips_text {
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 0.67708333vw;
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.public_banner_tips_icon {
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.041666vw auto 0;
    width: auto;
}

.public_banner_tips_circle {
    width: 0.36458333vw;
    height: 0.36458333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.public_banner_tips_line {
    width: 1px;
    height: 3.125vw;
    background: #fff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddPublicBanner .public_banner_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddPublicBanner .public_banner_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddPublicBanner .public_banner_subtitle {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddPublicBanner .public_banner_tips_box {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.AddPublicBanner .public_banner_tips_circle {
    -webkit-animation: PublicScrollIcon 2s infinite linear both normal;
    animation: PublicScrollIcon 2s infinite linear both normal;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-webkit-keyframes PublicScrollIcon {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 1;
        top: 0;
    }
    90% {
        top: calc(100% - 0.36458333vw);
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: calc(100% - 0.36458333vw);
    }
}

@keyframes PublicScrollIcon {
    0% {
        opacity: 0;
        top: 0;
    }
    10% {
        opacity: 1;
        top: 0;
    }
    90% {
        top: calc(100% - 0.36458333vw);
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: calc(100% - 0.36458333vw);
    }
}

.about_data_wrap {
    position: relative;
}

.about_data_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_data_box {
    position: relative;
    z-index: 19;
    padding: 9.375vw 0 10.9375vw 0;
}

.about_data_title {
    font-size: 2.5vw;
    line-height: 3.6458333vw;
    color: #ffffff;
    width: 100%;
}

.about_data_details_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 4.1666vw;
    width: 100%;
}

.about_data_details_ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_data_details_li {
    margin-top: 4.6875vw;
}

.about_data_details_li:first-child {
    margin-top: 0;
}

.about_data_pack {
    width: 42.44186%;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.about_data_writer_wrap {
    width: 57.55814%;
    padding-left: 10.9375vw;
}

.about_data_details_number,
.about_data_details_label {
    font-size: 3.125vw;
    line-height: 3.125vw;
    color: #ffffff;
}


.about_data_details_text {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #ffffff;
    margin-top: 0.5208333vw;
}

.about_data_writer_big {
    margin-top: 2.6041666vw;
}

.about_data_writer_big,
.about_data_writer_big p {
    font-size: 0.8333vw;
    line-height: 1.6666vw;
    color: #ffffff;
}

.about_data_writer_big p {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.about_data_writer_title {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #ffffff;
}

.about_data_writer_text {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #ffffff;
    margin-top: 0.5208333vw;
}

.about_develop_button_btn {
    outline: none;
    cursor: pointer;
    margin-right: 1.041666vw;
}

.about_develop_button_btn:last-child {
    margin-right: 0;
}

.about_develop_button_icon {
    width: 3.125vw;
    height: 3.125vw;
    background: #e4e4e4;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.about_develop_button_icon svg {
    width: 0.41666vw;
    height: 0.7291666vw;
    fill: #999999;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_develop_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_develop_wrap {
    padding: 5.208333vw 0 4.1666vw 0;
    position: relative;
}

.about_develop_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_develop_pack {
    position: relative;
    z-index: 9;
}

.about_public_title_label {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #6400ae;
}

.about_public_title_text {
    font-size: 2.291666vw;
    line-height: 3.3333vw;
    color: #222222;
    margin-top: 0.5208333vw;
}

.about_develop_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.about_develop_title_box {
    width: 80%;
}

.about_develop_button_box {
    width: 20%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.about_develop_button_active .about_develop_button_icon {
    background: #6400ae;
}

.about_develop_button_active .about_develop_button_icon svg {
    fill: #fff;
}

.about_develop_img {
    padding-bottom: 56.9364161%;
    -webkit-border-radius: 0.5208333vw;
    border-radius: 0.5208333vw;
}

.about_develop_big {
    margin-top: 6.25vw;
}

.about_develop_read {
    margin-top: 1.5625vw;
}

.about_develop_details_year {
    font-size: 2.3958333vw;
    line-height: 2.6041666vw;
    color: #6400ae;
}

.about_develop_details_text {
    font-size: 0.9375vw;
    line-height: 1.3541666vw;
    margin-top: 0.5208333vw;
    color: #333333;
}

.about_develop_pagination_wrap {
    position: relative;
    margin-top: 5.208333vw;
}

.about_develop_pagination_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background: #c2a9e4;
}

.about_develop_pagination_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.98958333vw;
    height: 0.98958333vw;
    background: #6400ae;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 10;
}

.about_develop_pagination_box {
    position: relative;
    z-index: 9;
    height: 0.15625vw;
    background: none;
}

.about_develop_pagination_box .swiper-pagination-progressbar-fill {
    position: relative;
    height: 100%;
    display: block;
    background: #6400ae;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.about_year_text {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #222222;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_year_swiper {
    margin-top: 1.5625vw;
}

.about_year_active .about_year_text {
    color: #6400ae;
}

.about_culture_item_icon {
    width: 2.3958333vw;
    height: 2.3958333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_culture_item_icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
    display: block;
}

.about_culture_box {
    flex-flow: nowrap;
}

.about_culture_item_box {
    width: 25%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_box:first-child .about_culture_item_read {
    padding: 0 2.6041666vw 0 5.208333vw;
}

.about_culture_item_box:last-child .about_culture_item_read {
    padding: 0 5.208333vw 0 2.6041666vw;
}

.about_culture_item_active {
    width: 38%;
}

.about_culture_item_pic {
    width: 37.50001vw;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.about_culture_item_img {
    padding-bottom: 130.5555%;
}

.about_culture_item_big {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.about_culture_item_big:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_read {
    width: 100%;
    padding: 0 2.6041666vw;
    margin-bottom: 3.125vw;
    position: relative;
    z-index: 9;
}

.about_culture_item_title {
    margin-top: 0.78125vw;
    font-size: 1.25vw;
    line-height: 2.08333vw;
    color: #ffffff;
}

.about_culture_item_text {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_view {
    -webkit-transform: translateY(1.5625vw);
    transform: translateY(1.5625vw);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_culture_item_active .about_culture_item_view {
    -webkit-transform: none;
    transform: none;
}

.about_culture_item_active .about_culture_item_text {
    opacity: 1;
}

.about_culture_wrap {
    position: relative;
}

.about_culture_head {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    padding-top: 4.1666vw;
}

.about_culture_head .about_public_title_label,
.about_culture_head .about_public_title_text {
    color: #fff;
}

.about_layout_wrap {
    position: relative;
    padding: 8.8541666vw 0 11.9791666vw 0;
}

.about_layout_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_layout_box {
    position: relative;
}

.about_public_title_subtitle {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #222222;
    margin-top: 1.5625vw;
}

.about_layout_big {
    width: 35%;
}

.about_layout_data_number {
    font-size: 3.125vw;
    line-height: 3.6458333vw;
    color: #6400ae;
}


.about_layout_data_text {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #222222;
    margin-top: 0.5208333vw;
}

.about_layout_data_wrap {
    margin-top: 6.7708333vw;
}

.about_layout_data_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.about_layout_map_wrap {
    position: absolute;
    right: 4.53125vw;
    top: 8.0729vw;
    width: 69.791667%;
}

.about_layout_map_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.about_layout_map_icon {
    width: 100%;
    height: 100%;
    position: relative;
}

.about_layout_map_label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background: #6400ae;
    -webkit-border-radius: 100%;
    border-radius: 100%;

}

.about_layout_map_label:nth-child(2) {
    opacity: 0;
}

.about_layout_map_label:nth-child(3) {
    -webkit-animation: jack_scale 2.4s linear infinite normal both;
    animation: jack_scale 2.4s linear infinite normal both;
}

.about_layout_map_label:nth-child(4) {
    -webkit-animation: jack_scale 2.4s .8s linear infinite normal both;
    animation: jack_scale 2.4s .8s linear infinite normal both;
}

.about_layout_map_label:nth-child(5) {
    -webkit-animation: jack_scale 2.4s 1.6s linear infinite normal both;
    animation: jack_scale 2.4s 1.6s linear infinite normal both;
}

.about_layout_map_max .about_layout_map_label:nth-child(3) {
    -webkit-animation: max_scale 2.4s linear infinite normal both;
    animation: max_scale 2.4s linear infinite normal both;
}

.about_layout_map_max .about_layout_map_label:nth-child(4) {
    -webkit-animation: max_scale 2.4s .8s linear infinite normal both;
    animation: max_scale 2.4s .8s linear infinite normal both;
}

.about_layout_map_max .about_layout_map_label:nth-child(5) {
    -webkit-animation: max_scale 2.4s 1.6s linear infinite normal both;
    animation: max_scale 2.4s 1.6s linear infinite normal both;
}

@-webkit-keyframes max_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 325%;
        height: 325%;
        opacity: 0.3;
    }
    40% {
        width: 550%;
        height: 550%;
        opacity: 0.2;
    }
    60% {
        width: 775%;
        height: 775%;
        opacity: .1;
    }
    80% {
        width: 1000%;
        height: 1000%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes max_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 325%;
        height: 325%;
        opacity: 0.3;
    }
    40% {
        width: 550%;
        height: 550%;
        opacity: 0.2;
    }
    60% {
        width: 775%;
        height: 775%;
        opacity: .1;
    }
    80% {
        width: 1000%;
        height: 1000%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes jack_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 475%;
        height: 475%;
        opacity: 0.3;
    }
    40% {
        width: 850%;
        height: 850%;
        opacity: 0.2;
    }
    60% {
        width: 1225%;
        height: 1225%;
        opacity: .1;
    }
    80% {
        width: 1600%;
        height: 1600%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes jack_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 475%;
        height: 475%;
        opacity: 0.3;
    }
    40% {
        width: 850%;
        height: 850%;
        opacity: 0.2;
    }
    60% {
        width: 1225%;
        height: 1225%;
        opacity: .1;
    }
    80% {
        width: 1600%;
        height: 1600%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.about_layout_map_li {
    position: absolute;
    width: 0.41666vw;
    height: 0.41666vw;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}

.about_layout_map_max {
    width: 1.041666vw;
    height: 1.041666vw;
}

.about_layout_map_max .about_layout_map_label:nth-child(2) {
    opacity: 1;
    width: 0.3125vw;
    height: 0.3125vw;
    background: #fff;
    z-index: 9;
}


.about_layout_map_li:nth-child(1) {
    left: 39.62%;
    top: 27.149%;
}

.about_layout_map_li:nth-child(2) {
    left: 71.011%;
    top: 33.145%;
}

.about_layout_map_li:nth-child(3) {
    left: 38.958%;
    top: 26.352%;
}

.about_layout_map_address {
    font-size: 0.7291666vw;
    line-height: 1.5625vw;
    width: 10.41666vw;
    text-align: center;
    color: #222222;
    position: absolute;
    left: 50%;
    /*bottom: -0.26041666vw;*/
    bottom: -0.40041666vw;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}


.about_layout_map_company {
    font-size: 1.1458333vw;
    line-height: 2.08333vw;
    width: 10.41666vw;
    text-align: center;
    color: #6400ae;
    position: absolute;
    left: 50%;
    top: -0.5208333vw;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}

.about_layout_map_color .about_layout_map_label {
    background: #5aa200;
}

.about_layout_map_color .about_layout_map_company {
    color: #5aa200;
}

.about_layout_map_max .about_layout_map_company {
    margin-top: 1vw;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}

.about_layout_map_back {
    padding-bottom: 39.626866%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.about_honor_wrap {
    position: relative;
    padding: 6.7708333vw 0 5.7291666vw 0;
}

.about_honor_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_honor_box {
    position: relative;
    z-index: 9;
}

.about_honor_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.about_honor_head .about_public_title_label,
.about_honor_head .about_public_title_text {
    color: #ffffff;
}

.about_honor_head .about_honor_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_honor_head .about_develop_button_icon {
    background: rgba(255, 255, 255, .25);
}

.about_honor_head .about_develop_button_icon svg {
    fill: rgba(255, 255, 255, 1);
}

.about_honor_head .about_develop_button_active .about_develop_button_icon {
    background: #6400ae;
}

.about_honor_head .about_develop_button_icon svg {
    fill: rgba(255, 255, 255, 1);
}

.about_honor_item_pic {
    padding-bottom: 139.2%;
    position: relative;
}

.about_honor_item_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_honor_item_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.about_honor_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #222222;
    text-align: center;
    margin-top: 1.041666vw;
}

.about_honor_swiper {
    margin-top: 6.7708333vw;
}

.innovate_ability_wrap {
    position: relative;
    padding: 10.9375vw 0 11.9791666vw 0;
}


.innovate_ability_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.innovate_ability_box {
    position: relative;
    z-index: 9;

}

.innovate_ability_subtitle,
.innovate_ability_title {
    font-size: 2.291666vw;
    line-height: 3.125vw;
    color: #ffffff;
}

.innovate_ability_text {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #ffffff;
    margin-top: 1.5625vw;
}

.innovate_ability_tab {
    margin-top: 7.8125vw;
    width: 48.5%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.innovate_ability_item_icon {
    width: 3.75vw;
    height: 3.75vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}

.innovate_ability_item_icon svg {
    fill: #6400ae;
}

.innovate_ability_item_read {
    margin-top: 1.041666vw;
}

.innovate_ability_item_title {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #6400ae;
    text-align: center;
}

.innovate_ability_item_number {
    font-size: 2.08333vw;
}

.innovate_ability_item_text {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #222222;
    text-align: center;
    margin-top: 0.5208333vw;
}


.innovate_research_wrap {
    position: relative;
    padding: 6.7708333vw 0 4.6875vw 0;
}

.innovate_research_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.innovate_research_box {
    position: relative;
    z-index: 9;
}

.innovate_research_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #ffffff;
    text-align: center;
}

.innovate_research_title {
    font-size: 2.291666vw;
    line-height: 2.8125vw;
    color: #ffffff;
    margin-top: 0.5208333vw;
    text-align: center;
}

.innovate_research_item_pic {
    padding-bottom: 78.091106%;
    position: relative;
    height: 0;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.innovate_research_swiper {
    margin-top: 4.1666vw;
}

.innovate_research_swiper .swiper-slide:nth-child(2n) .innovate_research_item_box .innovate_research_item_img {
    height: 100%;

}

.innovate_research_item_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83.3333%;
    -webkit-border-radius: 1.041666vw 1.041666vw 0 0;
    border-radius: 1.041666vw 1.041666vw 0 0;
}

.innovate_research_item_read {
    padding: 1.30208333vw 1.5625vw;
    background: #fff;

}

.innovate_research_swiper .innovate_research_item_read {
    display: none;
}

.innovate_research_item_title {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #222222;
}

.innovate_research_button_box {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.6041666vw;
}

.innovate_research_button_box .innovate_research_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.innovate_research_button_box .about_develop_button_icon {
    background: #ffffff;
}

.innovate_research_button_box .about_develop_button_active .about_develop_button_icon {
    background: #6400ae;
}

.innovate_join_wrap {
    position: relative;
    padding: 10.9375vw 0 18.2291666vw 0;
}

.innovate_join_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.innovate_join_box {
    position: relative;
    z-index: 9;
}

.innovate_join_title {
    font-size: 2.291666vw;
    line-height: 2.8125vw;
    color: #ffffff;
}

.innovate_join_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #ffffff;
    margin-top: 1.041666vw;
}

.innovate_join_img {
    width: auto;
    max-width: 100%;
}

.innovate_join_tab {
    margin-top: 6.25vw;
}

.innovate_core_wrap {
    position: relative;
    padding: 7.8125vw 0 6.25vw 0;
}

.innovate_core_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.innovate_core_box {
    position: relative;
    z-index: 9;
}

.innovate_core_title {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #6400ae;
}

.innovate_core_item_pic {
    position: relative;
    padding-bottom: 139.6226%;
}

.innovate_core_item_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.innovate_core_item_img {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.82291666vw;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.innovate_core_item_img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.innovate_core_swiper {
    margin-top: 4.1666vw;
}

.innovate_core_item_title {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #222222;
    text-align: center;
    margin-top: 1.041666vw;
}

.innovate_core_button_box {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.6041666vw;
}

.innovate_core_button_box .innovate_core_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.innovate_core_button_box .about_develop_button_icon {
    background: #ffffff;
}

.innovate_core_button_box .about_develop_button_active .about_develop_button_icon {
    background: #6400ae;
}

.quality_details_wrap {
    position: relative;
    padding: 10.9375vw 0 9.375vw 0;
}

.quality_details_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.quality_details_box {
    position: relative;
    z-index: 9;
}

.quality_details_title {
    font-size: 2.3958333vw;
    line-height: 2.91666vw;
    color: #222222;
    text-align: center;
}

.quality_details_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #222222;
    text-align: center;
    margin-top: 0.5208333vw;
}


.quality_details_text {
    font-size: 0.8333vw;
    line-height: 1.6666vw;
    color: #666666;
    margin-top: 2.6041666vw;
    text-align: center;
}

.quality_details_data_wrap {
    margin-top: 6.7708333vw;
}

.quality_details_data_icon {
    -webkit-justify-content: center;
    justify-content: center;
}

.quality_details_data_number {
    font-size: 8.3333vw;
    line-height: 8.3333vw;
    text-align: center;
}

.quality_details_data_title {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #6400ae;
    text-align: center;
    margin-top: 1.041666vw;
}

.quality_plant_wrap {
    position: relative;
    padding: 7.8125vw 0;
}

.quality_plant_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.quality_plant_box {
    position: relative;
    z-index: 9;
}

.quality_public_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #fff;
}

.quality_public_title {
    font-size: 2.291666vw;
    line-height: 2.8125vw;
    color: #fff;
    margin-top: 0.78125vw;
}

.quality_public_text {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #fff;
    margin-top: 1.5625vw;
}

.quality_plant_tab {
    margin-top: 13.0208333vw;
}

.quality_plant_icon {
    width: 2.8125vw;
    height: 2.8125vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.quality_plant_icon svg {
    fill: #fff;
}

.quality_plant_read {
    margin-top: 2.08333vw;
}

.quality_plant_title {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    font-weight: bold;
    color: #fff;
}

.quality_plant_text {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: rgba(255, 255, 255, .6);
    margin-top: 0.78125vw;
}

.quality_plant_item_box {
    padding-bottom: 1.82291666vw;
    margin: 0 7.751938% 0 0;
    width: 19.1860465%;
    position: relative;
}

.quality_plant_item_box:nth-child(4n) {
    margin: 0;
}

.quality_plant_item_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
}

.quality_make_wrap {
    position: relative;
    padding: 6.25vw 0;
}

.quality_make_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.quality_make_box {
    position: relative;
    z-index: 9;
}


.quality_make_item_icon {
    width: 3.38541666vw;
    height: 3.38541666vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.quality_make_item_icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff;
}

.quality_make_title {
    font-size: 1.3541666vw;
    line-height: 1.82291666vw;
    color: #fff;
    font-weight: bold;
}

.quality_make_text {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: rgba(255, 255, 255, .6);
}

.quality_make_head {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.quality_make_item_read {
    margin-left: 1.5625vw;
}

.quality_make_tips {
    width: 30%;
}

.quality_make_tab {
    width: 70%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.quality_make_item_box {
    margin-right: 3.6458333vw;
}

.quality_make_item_box:last-child {
    margin-right: 0
}

.quality_make_big {
    padding: 0 0 0 5.208333vw;
    margin-top: 6.25vw;
}

.quality_make_img {
    padding-bottom: 65.359477%;
    -webkit-border-radius: 1.041666vw 1.041666vw 0 0;
    border-radius: 1.041666vw 1.041666vw 0 0;
}

.quality_make_slide_read {
    padding: 1.30208333vw 1.5625vw;
    background: #fff;
}

.quality_make_slide_title {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #222222;
}


.quality_make_button_box {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.6041666vw;
}

.quality_make_button_box .quality_make_button_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.quality_make_button_box .about_develop_button_icon {
    background: #ffffff;
}

.quality_make_button_box .about_develop_button_active .about_develop_button_icon {
    background: #6400ae;
}

.quality_manage_wrap {
    position: relative;
    padding: 7.291666vw 0;
    overflow: hidden;
}

.quality_manage_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.quality_manage_box {
    position: relative;
    z-index: 9;
}

.quality_manage_big {
    margin-top: 5.208333vw;
}

.quality_manage_read,
.quality_manage_read p {
    font-size: 1.041666vw;
    line-height: 1.875vw;
    color: #ffffff;
}

.quality_manage_content_wrap {
    margin-top: 2vw;
    background: #fff;
    padding: 1.5625vw 0;
    -webkit-border-radius: 1.875vw;
    border-radius: 1.875vw;
}

.quality_manage_content_box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 2.08333vw;
}

.quality_manage_title_img {
    width: 2.3958333vw;
    margin: 0 auto;
}

.quality_manage_title_text {
    margin-top: 0.5208333vw;
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #222222;
    font-weight: bold;
}

.quality_manage_tips {
    width: 15%;
}

.quality_manage_menu {
    width: 85%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.quality_manage_li {
    width: 5.208333vw;
    margin: 0 1.1458333vw;
}

.pro_page_wrap {
    background: #ecf3fa;
    padding: 2.08333vw 0 6.25vw 0;
}

.pro_page_menu_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_page_menu_li {
    width: 17.44186%;
    margin: 0 10.07752% 0 0;
}

.pro_page_menu_li:last-child {
    margin: 0;
}

.pro_page_menu_li a {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.pro_page_menu_li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #c7c5c5;
}

.pro_page_menu_li a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    z-index: 1;
    background: #6400ae;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_page_menu_text {
    font-size: 1.1458333vw;
    line-height: 3.2291666vw;
    color: #999999;
    width: calc(100% - 1.5625vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_page_menu_icon {
    width: 1.041666vw;
    height: 1.041666vw;
    -webkit-align-items: center;
    align-items: center;
}

.pro_page_menu_icon svg {
    width: 100%;
    height: 100%;
    fill: #999999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_page_menu_active .pro_page_menu_icon svg {
    -webkit-transform: none;
    transform: none;
    fill: #6400ae;
}

.pro_page_menu_active .pro_page_menu_text {
    color: #6400ae;
}

.pro_page_menu_active a:before {
    width: 100%;
    left: 0;
}

.pro_page_menu_default .pro_page_menu_icon svg {
    -webkit-transform: none;
    transform: none;
    fill: #999999;
}

.pro_page_menu_default .pro_page_menu_text {
    color: #999999;
}

.pro_page_menu_default a:before {
    width: 0;
    right: 0;
}

.pro_page_menu_hover .pro_page_menu_icon svg {
    -webkit-transform: none;
    transform: none;
    fill: #6400ae;
}

.pro_page_menu_hover .pro_page_menu_text {
    color: #6400ae;
}

.pro_page_menu_hover a:before {
    width: 100%;
    left: 0;
}

.pro_item_box {
    width: 30.3488%;
    margin: 0 4.4768% 4.4768% 0;
}

.pro_item_box:nth-child(3n) {
    margin: 0 0 4.4768% 0;
}


.pro_item_box a {
    display: block;
    position: relative;
    background: #fff;
}

.pro_item_pic {
    padding-bottom: 130.26819%;
}

.pro_item_read {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 2.08333vw;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.pro_item_head {
    width: 100%;
}

.pro_item_btn_box {
    width: 100%;
}

.pro_item_title {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    color: #111111;
    text-align: center;
}

.pro_item_text {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #666666;
    text-align: center;
    margin-top: 0.78125vw;
}

.pro_item_btn_text {
    margin: 0 auto;
    width: 7.55208333vw;
    font-size: 0.8333vw;
    line-height: 2.291666vw;
    color: #444444;
    text-align: center;
    background: #f0f0f0;
    -webkit-border-radius: 1.1458333vw;
    border-radius: 1.1458333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_list_wrap {
    margin-top: 6.25vw;
}


.pro_item_box a:hover .pro_item_btn_text {
    background: #6400ae;
    color: #ffffff;
}

.pro_pagination_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.pro_pagination_btn {
    width: 2.91666vw;
    height: 2.91666vw;
    line-height: 2.91666vw;
    text-align: center;
    margin: 0 0.26041666vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #111111;
    font-size: 0.8333vw;
    background: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_pagination_btn svg {
    fill: #333333;
    display: block;
    width: 15%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_pagination_current {
    background: #6400ae;
    color: #fff;
}

.pro_pagination_btn:hover {
    background: #6400ae;
    color: #fff;
}

.pro_pagination_btn:hover svg {
    fill: #ffffff;
}

.pro_pagination_next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.public_details_wrap {
    position: relative;
    background: #ecf3fa;
    overflow: hidden;
    padding: 0 0 5.208333vw 0;
}

.pro_details_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.public_details_pack {
    position: relative;
    z-index: 9;
}


.public_details_box {
    padding: 0 5.98958333vw;
}

.pro_details_pic_wrap {
    width: calc(100% - 22.13541666vw);
    padding-top: 7.55208333vw;
}

.pro_details_pic_box {
    padding-left: 7.8125vw;
}

.pro_details_pic_box p {
    font-size: 0.8333vw;
    line-height: 1.6666vw;
    color: #111111;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_details_pic_box img {
    max-width: 100%;
    width: auto;
}

.public_details_fixed_wrap {
    width: 22.13541666vw;
}

.public_details_fixed_pack {
    padding-top: 7.55208333vw;
    width: 100%;
}

.public_details_fixed_box {
    width: 100%;
}

.public_details_fixed_head {
    background: #fff;
    padding: 1.5625vw 2.6041666vw;
}

.public_details_fixed_read {
    margin-bottom: 2.6041666vw;
}

.public_details_fixed_subtitle {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #aaaaaa;
}

.public_details_fixed_title {
    font-size: 1.3541666vw;
    line-height: 2.08333vw;
    color: #111111;
    font-weight: bold;
    margin-top: 0.78125vw;
}

.public_details_fixed_title_en {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #aaaaaa;
    margin-top: 0.78125vw;
}

.public_details_fixed_btn {
    margin: 0 0 1.5625vw 0;
}

.public_details_fixed_btn a {
    -webkit-align-items: center;
    align-items: center;
}

.public_details_fixed_icon {
    width: 1.041666vw;
    height: 1.041666vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_details_fixed_icon svg {
    fill: #aaaaaa;
}

.public_details_fixed_text {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #888888;
    margin-left: 0.5208333vw;
}

.public_details_fixed_line {
    height: 1px;
    width: 100%;
    background: #e4e4e4;
}

.public_details_fixed_pagination {
    margin-top: 1.5625vw;
}

.public_details_return_text {
    margin-bottom: 0.78125vw;
    width: 100%;
    align-items: flex-start;
}

.public_details_return_text:last-child {
    margin-bottom: 0;
}

.public_details_return_label:nth-child(1) {
    width: 3.125vw;
}

.public_details_return_label:nth-child(2) {
    width: calc(100% - 3.125vw);
}

.public_details_return_label a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.public_details_return_label,
.public_details_return_label a {
    font-size: 0.7291666vw;
    line-height: 1.25vw;
    color: #666666;
}

.public_details_fixed_tab {
    margin-top: 2.08333vw;
}

.public_details_item_box {
    margin-bottom: 0.5208333vw;
}

.public_details_item_box:last-child {
    margin-bottom: 0;
}

.public_details_item_box a {
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    padding: 0 2.08333vw 0 2.6041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_details_item_read {
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% - 0.9375vw);
}

.public_details_item_icon {
    width: 1.30208333vw;
    height: 1.30208333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_details_item_icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.public_details_item_btn {
    width: 0.9375vw;
    height: 0.9375vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_details_item_btn svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_details_item_text {
    font-size: 0.9375vw;
    line-height: 3.125vw;
    color: #333333;
    padding-left: 1.5625vw;
    width: calc(100% - 1.30208333vw);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.public_details_item_box a:hover {
    background: #6400ae;
}

.public_details_item_box a:hover .public_details_item_text {
    color: #ffff;
}

.public_details_item_box a:hover .public_details_item_btn svg {
    fill: #ffff;
    -webkit-transform: translateX(0.5208333vw);
    transform: translateX(0.5208333vw);
}

.public_details_fixed_active {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 11.19791666vw;
    pointer-events: none;
}

.public_details_fixed_active .public_details_fixed_box {
    width: 22.13541666vw;
    pointer-events: auto;
    padding-top: 7.55208333vw;
}

.public_details_fixed_down {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}

.public_article_wrap {
    padding: 9.375vw 0 0 0;
}

.public_article_big {
    width: 53.895348%;
    padding: 5.208333vw 0 0 0;
}

.public_article_pic {
    width: 46.104652%;
    border-radius: 1.5625vw 1.5625vw 0 0;
    overflow: hidden;
}

.public_article_img {
    padding-bottom: 77.581863%;
    width: 100%;
}

.public_article_back {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.public_article_title {
    font-size: 2.5vw;
    line-height: 3.0208333vw;
    color: #ffffff;
    margin-bottom: 2.34375vw;
}

.public_article_title_en {
    font-size: 1.875vw;
    line-height: 2.2656vw;
    color: #ffffff;
    margin-top:-.8223vw;
    margin-bottom: 2.34375vw;
}

.public_article_line {
    width: 3.90625vw;
    height: 0.26041666vw;
    background: #fff;
}

.public_article_text {
    margin-top: 2.34375vw;
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    color: #ffffff;
}

.public_article_read {
    padding-right: 4.1666vw;
}

.public_article_btn {
    margin-top: 4.1666vw;
}

.public_article_btn a {
    width: 9.375vw;
    font-size: 0.8333vw;
    line-height: 3.125vw;
    color: #fff;
    -webkit-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
    text-align: center;
    background: #6400ae;
}

.pro_article_title {
    font-size: 2.08333vw;
    line-height: 2.6041666vw;
    color: #222222;
}

.pro_article_bjq {
    margin-top: 1.5625vw;
}

.pro_article_bjq,
.pro_article_bjq p {
    font-size: 0.8333vw;
    line-height: 1.5625vw;
    color: #444444;
}

.pro_article_bjq p {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.pro_article_tab {
    padding: 3.6458333vw 0;
    position: relative;
}

.pro_article_line {
    width: 100%;
    height: 1px;
    background: #dfdfdf;
}

.pro_article_tab:last-child:after {
    display: none;
}

.pro_article_wrap {
    padding: 1.041666vw 0 0 0;
}

.pro_article_one table {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.pro_article_one table td {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    vertical-align: middle;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0.67708333vw 1.5625vw;

}

.pro_article_one table tr:nth-child(2n) td {
    background: none;
}

.pro_article_one table td:nth-child(1), .pro_article_one table td:nth-child(4) {
    white-space: nowrap;
    color: #6400ae;
    width: 8.8%;
}

.pro_article_one table td:nth-child(2), .pro_article_one table td:nth-child(5) {
    color: #333333;
    width: 40%;
}

.pro_article_one table td:nth-child(3) {
    width: 2.4%;
    background: none;
}

.pro_article_table {
    margin-top: 2.6041666vw;
}


.pro_article_two table {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.pro_article_two table td {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    vertical-align: middle;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0.67708333vw 1.5625vw;

}

.pro_article_two table tr:nth-child(2n) td {
    background: none;
}

.pro_article_two table td:nth-child(1), .pro_article_two table td:nth-child(3), .pro_article_two table td:nth-child(5) {
    color: #333333;
    width: 31.7333%;
}

.pro_article_two table td:nth-child(2), .pro_article_two table td:nth-child(4) {
    width: 2.4%;
    background: none;
}

.news_page_item_box {
    width: 30.81395%;
    margin: 0 3.779075% 2.86458333vw 0;
    overflow: hidden;

}

.news_page_item_box:nth-child(3n) {
    margin: 0 0 2.86458333vw 0;
}

.news_page_item_pic {
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_item_pic a {
    display: block;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_item_img {
    padding-bottom: 60.377358%;
}

.news_page_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_item_read {
    background: #fff;
    padding: 2.08333vw 2.6041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
}

.news_page_item_title {
    margin-bottom: 1.30208333vw;
}

.news_page_item_title a {
    font-size: 1.19791666vw;
    line-height: 1.7708333vw;
    color: #111111;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_item_time {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #aaaaaa;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_wrap {
    background: #ecf3fa;
    padding: 2.08333vw 0 9.375vw 0;
}

.news_page_tab {
    margin-top: 4.6875vw;
}

.news_page_item_box:hover .news_page_item_pic {
    -webkit-border-radius: 1.041666vw 1.041666vw 0 0;
    border-radius: 1.041666vw 1.041666vw 0 0;
}


.news_page_item_box:hover .news_page_item_read {
    background: #6400ae;
    -webkit-border-radius: 0 0 1.041666vw 1.041666vw;
    border-radius: 0 0 1.041666vw 1.041666vw;

}

.news_page_item_box:hover .news_page_item_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news_page_item_box:hover .news_page_item_title a {
    color: #ffffff;
}

.news_page_item_box:hover .news_page_item_time {
    color: #ffffff;
}

.public_news_fixed_read {
    margin-bottom: 1.5625vw;
}

.public_details_fixed_label {
    font-size: 0.7291666vw;
    line-height: 1.458333vw;
    width: 4.1666vw;
    text-align: center;
    background: rgba(100, 0, 174, .1);
    color: #6400ae;
    margin-bottom: 2.6041666vw;
    -webkit-border-radius: 0.7291666vw;
    border-radius: 0.7291666vw;
}

.contact_map_wrap {
    padding: 6.25vw 0;
}

.contact_map_big {
    width: 43.895348%;
    padding-right: 6.25vw;
}

.contact_map_pack {
    width: 56.104652%;
}

.contact_public_subtitle {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #6400ae;
}

.contact_public_title {
    font-size: 2.291666vw;
    line-height: 3.3333vw;
    color: #222222;
    margin-top: 0.78125vw;
}

.contact_map_address_wrap {
    margin-top: 6.7708333vw;
    padding-bottom: 3.6458333vw;
    position: relative;
}

.contact_map_address_icon {
    width: 1.1458333vw;
    height: 1.1458333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_map_address_icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #6400ae;
}

.contact_map_address_title {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #888888;
    margin-top: 0.5208333vw;
}

.contact_map_address_text {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #222222;
    margin-top: 0.5208333vw;
}

.contact_map_line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.contact_map_tab {
    padding-top: 1.041666vw;
}

.contact_map_item_box {
    width: 50%;
    margin-top: 2.6041666vw;
}

.contact_map_item_subtitle {
    font-size: 0.8333vw;
    line-height: 1.3541666vw;
    color: #888888;
}

.contact_map_item_title {
    margin-top: 0.5208333vw;
}

.contact_map_item_title,
.contact_map_item_title a {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    color: #222222;
}

.contact_map_read {
    padding-bottom: 70.051813%;
}

.contact_business_wrap {
    position: relative;
    padding: 5.7291666vw 0 4.6875vw 0;
}


.contact_business_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact_business_box {
    position: relative;
    z-index: 9;
}

.contact_business_title {
    font-size: 1.25vw;
    line-height: 1.25vw;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    padding-left: 1.30208333vw;
}

.contact_business_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.208333vw;
    height: 100%;
    background: #fff;
}

.contact_business_tab {
    margin-top: 7.291666vw;
}

.contact_business_swiper {
    margin-top: 2.6041666vw;
}

.contact_business_swiper .swiper-wrapper {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.contact_business_swiper .swiper-slide {
    height: auto !important;
}

.contact_business_item_box {
    background: #fff;
    height: 100%;
    padding: 2.08333vw;
}

.contact_business_item_title {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #222222;
}

.contact_business_item_read {
    margin-top: 0.78125vw;
}

.contact_business_item_read p,
.contact_business_item_read p a {
    font-size: 0.8333vw;
    line-height: 1.7708333vw;
    color: #666666;
}

.contact_business_pagination_btn {
    width: 3.125vw;
    height: 3.125vw;
    background: rgba(255, 255, 255, .25);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s
}

.contact_business_pagination_btn svg {
    width: 0.41666vw;
    height: 0.7291666vw;
    fill: #ffffff;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.contact_business_pagination_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact_business_pagination_wrap {
    margin-top: 3.6458333vw;
}

.contact_business_pagination_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact_business_pagination_read {
    padding: 0 1.5625vw;
}

.contact_business_pagination_read .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .3);
    opacity: 1 !important;
    margin: 0 0.26041666vw !important;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    width: 0.41666vw;
    height: 0.41666vw;
}

.contact_business_pagination_read .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}


.contact_business_pagination_active {
    background: #6400ae;
}

.contact_business_pack .contact_public_subtitle {
    color: #ffffff;
}


.contact_business_pack .contact_public_title {
    color: #ffffff;
}

.contact_message_wrap {
    position: relative;
    padding: 6.25vw 0 7.291666vw 0;
}

.contact_message_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact_message_box {
    position: relative;
    z-index: 9;
}

.contact_message_big {
    width: 41.86046%;
    padding-right: 5.208333vw;
}

.contact_message_form {
    width: 58.13954%;
}

.contact_message_read {
    font-size: 0.8333vw;
    line-height: 1.82291666vw;
    color: #222222;
    margin-top: 3.6458333vw;
    display: none;
}

.contact_message_input {
    margin-bottom: 1.041666vw;
}

.contact_message_input input {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 3.90625vw;
    color: #333333;
    padding: 0 1.5625vw;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_message_input input::placeholder {
    color: #666666;
}

.contact_message_input input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(100, 0, 174, .075), 0 0 0.8vw rgba(100, 0, 174, .3);
    box-shadow: inset 0 1px 1px rgba(100, 0, 174, .075), 0 0 0.8vw rgba(100, 0, 174, .3);
}

.contact_message_input textarea {
    width: 100%;
    resize: none;
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    height: 11.3541666vw;
    color: #333333;
    padding: 1.30208333vw 1.5625vw;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_message_input textarea::placeholder {
    color: #666666;
}

.contact_message_input textarea:focus {
    border-color: rgba(100, 0, 174, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(100, 0, 174, .075), 0 0 0.8vw rgba(100, 0, 174, .3);
    box-shadow: inset 0 1px 1px rgba(100, 0, 174, .075), 0 0 0.8vw rgba(100, 0, 174, .3);
}

.contact_message_btn button {
    width: 10.41666vw;
    outline: none;
    cursor: pointer;
    font-size: 0.9375vw;
    line-height: 3.90625vw;
    color: #ffffff;
    background: #6400ae;
}

.join_page_wrap {
    position: relative;
    padding: 8.3333vw 0;
    background: #f6fbfd;
}

.join_page_back1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.join_page_back2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.join_page_box {
    position: relative;
    z-index: 9;
}

.join_page_title {
    font-size: 2.291666vw;
    line-height: 2.8125vw;
    color: #222222;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.join_page_color {
    color: #6400ae;
}

.join_page_text {
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    color: #222222;
    text-align: center;
    margin-top: 2.08333vw;
}

.join_page_item_head {
    background: #ffffff;
    padding: 0 2.08333vw 0 2.86458333vw;
    cursor: pointer;
}

.join_page_tab {
    padding: 0 8.3333vw;
    margin-top: 3.6458333vw;
}

.join_page_item_title {
    -webkit-align-items: center;
    align-items: center;
    width: 90%;
    padding-right: 2.08333vw;
}

.join_page_item_icon {
    width: 0.41666vw;
    height: 0.41666vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #999999;
    margin-right: 0.78125vw;

}

.join_page_item_text {
    font-size: 1.1458333vw;
    line-height: 4.42708333vw;
    color: #333333;
    width: calc(100% - 1.19791666vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join_page_item_read {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 10%;
}

.join_page_item_label {
    font-size: 0.8333vw;
    line-height: 4.42708333vw;
    color: #666666;
    margin-right: 0.8333vw;
}

.join_page_item_btn {
    width: 0.7291666vw;
    height: 0.7291666vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.join_page_item_btn svg {
    fill: #7f7f7f;
    display: block;
    width: 100%;
    height: 100%;
}

.join_page_item_box {
    position: relative;
    margin-bottom: 1.041666vw;
}

.join_page_item_bjq {
    padding: 2.86458333vw;
    background: #ffffff;
    position: relative;
}

.join_page_item_bjq:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
}

.join_page_item_bjq p {
    font-size: 0.8333vw;
    line-height: 2.08333vw;
    color: #444444;
}

.join_page_item_bjq h2 {
    font-size: 0.9375vw;
    line-height: 2.08333vw;
    color: #444444;
    font-weight: bold;
}

.join_page_item_wrap {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.join_page_item_active .join_page_item_btn {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*首页第二屏*/
.index_page_current .index_fixed_details_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_current .index_fixed_details_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}


.index_page_current .video_button_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_page_current .video_data_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

/*首页第三屏*/
.index_page_current .index_pro_circle_back {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_current .index_pro_circle_base {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_page_current .index_pro_pic_swiper {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_page_current .pro_writer_title_cn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_page_current .pro_writer_title_en {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.index_page_current .pro_writer_pagination_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}


.index_page_current .pro_writer_button_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.index_page_current .index_pro_writer_big {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

/*首页第四屏*/
.index_page_current .index_honor_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_current .index_honor_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_page_current .index_honor_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

/*首页第五屏*/
.index_page_current .index_quality_pack_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_current .index_quality_pack_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_page_current .index_quality_pack_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_page_current .index_quality_big {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

/*首页第六屏*/
.index_page_current .index_news_tips_box {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_page_current .index_news_big {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddAboutMap .about_layout_map_back {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddAboutMap .about_layout_map_li:nth-child(1) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddAboutMap .about_layout_map_li:nth-child(2) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.AddAboutMap .about_layout_map_li:nth-child(3) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}


.index_video_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .8);
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s .2s ease;
    transition: all .5s .2s ease;
}

.index_video_active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.index_video_active .index_video_item {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}

.index_video_active .index_video_close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s .2s ease;
    transition: all .5s .2s ease;
}

.index_video_box {
    width: 75%;
}

.index_video_item {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .5s .1s ease;
    transition: all .5s .1s ease;
}

.index_video_item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_video_close {
    position: absolute;
    right: 1.5625vw;
    top: 1.5625vw;
    width: 3.125vw;
    height: 3.125vw;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.index_video_close:hover:after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.index_video_close:hover:before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.index_video_close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.index_video_close:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header_wap_menu_wrap {
    display: none;
}

.header_wap_shop_wrap {
    display: none;
}

























