/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
/*svg*/
svg {
    width: 100%;
}

/*单行超出省略*/
.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;
}

/*分享默认样式修改*/
.bsTop {
    width: 208px !important;
}

.bshare-custom a {
    background: none !important;
    outline: none;
    opacity: 1;
}

.bshare-custom a:hover {
    opacity: 1;
}

.bsFrameDiv div {
    width: 208px !important;
    height: 208px !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: 16px;
    color: #b2b2b2;
}

.bshare-custom.icon-medium-plus a {
    padding-left: 0 !important;
    color: #999999;
    margin: 0 0 0 22px !important;
    width: 40px !important;
    height: 40px !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;
}

.BMap_bubble_pop {
    border: none !important;
    box-sizing: border-box !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    height: auto !important;
    width: 300px !important;
}

.BMap_bubble_pop:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 20px solid transparent;
}

.BMap_bubble_pop img {
    display: none !important;
}

.BMap_bubble_top {
    height: auto !important;
    line-height: 30px !important;
}

.BMap_bubble_buttons {
    display: none;
}

.BMap_bubble_title {
    font-weight: bold !important;
    color: #333 !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    font-size: 16px !important;
    white-space: initial !important;
    line-height: 30px !important;
}

.BMap_bubble_center,
.BMap_bubble_content {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    color: #999 !important;
    line-height: 24px !important;
}

.BMap_stdMpZoom .BMap_button_new {
    left: 0 !important;
    top: 0 !important;
    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;
    background: none !important;
    border: none !important;
}

.BMap_stdMpZoom .BMap_button_new .BMap_smcbg {
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.BMap_stdMpZoom .BMap_button_new .in:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

.BMap_stdMpZoom .BMap_button_new .in:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    height: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 1);
}

.BMap_stdMpZoom .BMap_button_new .out:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 50%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
}

.BMap_stdMpZoom {
    background: rgba(255, 255, 255, .4) !important;
}

#ascrail2000 {
    padding: 20px 0;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-rails {
    cursor: pointer !important;
}

/*默认样式*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


.Barlow-Light {
    font-family: "BARLOW-LIGHT", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Barlow-Regular {
    font-family: "Barlow-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Barlow-Medium {
    font-family: "BARLOW-MEDIUM", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Barlow-Bold {
    font-family: "Barlow-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Barlow-SemiBold {
    font-family: "Barlow-SemiBold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

@font-face {
    font-family: "BARLOW-LIGHT";
    src: url(../fonts/BARLOW-LIGHT.OTF);
}

@font-face {
    font-family: "Barlow-Regular";
    src: url(../fonts/Barlow-Regular.otf);
}

@font-face {
    font-family: "BARLOW-MEDIUM";
    src: url(../fonts/BARLOW-MEDIUM_0.OTF);
}

@font-face {
    font-family: "Barlow-Bold";
    src: url(../fonts/Barlow-Bold.otf);
}

@font-face {
    font-family: "Barlow-SemiBold";
    src: url(../fonts/Barlow-SemiBold.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
    text-align: left;
}

html, body {
    font-family: "Barlow-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
    background: #fff;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.body_auto {
    overflow: hidden;
}

/*#ascrail2000 {*/
/*    height: calc(100vh - 20px) !important;*/
/*    top: 10px!important;*/
/*    right: 3px!important;*/
/*    overflow: hidden!important;*/
/*}*/

.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: 7px 0 7px 5px;
    -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 8px rgba(10, 201, 245, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
}


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;
}

.swiper-animation {
    opacity: 0;
}

.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

/*loading*/
.loading_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;

}

.loading_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.loading_logo {
    width: 19vw;
}

.loading_logo svg {
    width: 100%;
}

.loading_logo svg .logo_en {
    fill: #29298c;
}

.loading_logo svg .logo_cn {
    fill: #737373;
}

.loading_line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: #dedede;
}

.loading_schedule {
    width: 0;
    height: 100%;
    background: #29298c;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.loading_text {
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

.schedule_number {
    margin-left: 10px;
    color: #ccc;
}

.loading_animate {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.loading_animate .loading_center {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
}


/*css*/
.index_slide_box {
    height: 100vh;
    position: relative;
}

.index_slide_page {
    position: relative;
    height: 100%;
}

.banner_slide_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 9;
}

.index_banner_swiper_wrap {
    background: #4e4ebf;
    height: 100vh;
}

.index_banner_item {
    height: 100% !important;
    overflow: hidden;
}

.index_banner_content {
    height: 100%;
    width: 100%;
    position: relative;
}

.index_banner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    filter: blur(15px);
    opacity: 0;
}

.index_banner_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index_wrapper_wrap {
    -webkit-transition: all 1s cubic-bezier(0.65, 0.07, 0.06, 1.01) 0s;
    transition: all 1s cubic-bezier(0.65, 0.07, 0.06, 1.01) 0s;
}

.banner_line_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    pointer-events: none;
}

.web_center {
    padding: 0 10.4166667vw;
}

.web_center2 {
    padding: 0 5.2083333vw;
}

.page_center {
    padding: 0 15.625vw;
}

.banner_line_after {
    width: 13.194444433vw;
    height: 100%;
    position: relative;
}

.banner_line_after:first-child {
    width: 10.4166667vw;
}

.banner_line_after:last-child {
    width: 10.4166667vw;
}

.banner_line_after:nth-child(2n):after {
    bottom: 0;
    left: 0;
}

.banner_line_after:nth-child(2n+1):after {
    top: 0;
    left: 0;
}

.banner_line_after:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: rgba(255, 255, 255, .15);
    -webkit-transition: all 1.5s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1.5s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.banner_line_after:first-child:after {
    display: none;
}

.banner_line_animate .banner_line_after:after {
    height: 100%;
}

.index_banner_swiper_animate .index_banner_img {
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: blur(0);
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.head_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0;
    pointer-events: none;
}

.head_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_animate {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.header_logo_box {
    width: 188px;
    height: 32px;
}

.header_logo_box a {
    display: block;
    height: 100%;
}

.header_logo_box svg {
    width: 100%;
    height: 100%;
}

.header_nav_item .header_nav_link {
    font-size: 16px;
    line-height: 32px;
    margin: 0 42px;
    position: relative;
}

.header_nav_item .header_nav_link:after {
    content: "";
    position: absolute;
    left: -0.52083333vw;
    height: 1px;
    width: 0.72916666vw;
    top: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_nav_item .header_nav_link:before {
    content: "";
    position: absolute;
    right: -0.52083333vw;
    height: 1px;
    width: 0.72916666vw;
    top: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}


.header_box {
    padding: 52px 0;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_wap_button {
    display: none;
}

.header_language_item {
    font-size: 16px;
    line-height: 28px;
    padding: 0 16px;
    position: relative;

}

.header_language_item a {
    color: #fff;
}

.header_language_item:last-child {
    padding: 0 0 0 16px;
}

.header_language_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;

}

.header_language_item:last-child:after {
    display: none;
}


.index_banner_read {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.index_banner_text {
    width: 100%;
}

.index_banner_en {
    font-size: 76px;
    line-height: 91px;
    margin-bottom: 10px;
    text-align: left;
    color: #00b4be;
    overflow: hidden;
}

.index_banner_cn {
    text-align: left;
    font-size: 66px;
    line-height: 80px;
    padding: 10px 0;
    color: #ffffff;
    overflow: hidden;
}

.index_wap_link {
    display: none;
}

.banner_text_p {
    text-align: left;
}

.index_banner_button_wrap {
    margin-top: 70px;
    overflow: hidden;
}

.index_banner_btn_item {
    position: relative;
}

.index_banner_btn_after {
    position: relative;
}

.index_banner_link {
    width: 220px;
    display: block;
    position: relative;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.index_banner_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.index_banner_button_box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background-image: linear-gradient(315deg, transparent 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1));
    z-index: 8;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_btn_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_banner_button_ji {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.index_banner_button_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_button_after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_button_after:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 26px solid #fff;
    border-top: 26px solid transparent;
    z-index: 999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 26px);
    height: 100%;
    background: #fff;
}

.index_banner_link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 26px);
    background: #fff;
}

.index_banner_btn_text {
    color: #29298c;
    line-height: 66px;
    font-size: 18px;
}

.index_banner_btn_icon svg {
    width: 100%;
    fill: #29298c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.index_banner_btn_icon {
    width: 20px;
    margin-left: 20px;
    -webkit-align-items: center;
    align-items: center;
}

.banner_text_item {
    overflow: hidden;
}

.banner_text_p {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.banner_text_p p {
    position: relative;
}

/*.banner_text_p:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/

/*.banner_text_p:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: -100%;*/
/*    top: 0;*/
/*    z-index: 9;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/


.index_banner_current .float_bottom_foot {
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.index_banner_current .float_bottom_head {
    height: 68%;
    -webkit-transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    transition: all 1s cubic-bezier(0.76, 0, 0.24, 1);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.index_banner_current .banner_text_p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.index_banner_current .index_banner_link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.index_banner_current .index_banner_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 10s linear;
    transition: all 10s linear;
}

/*速度*/
.index_banner_current .float_bottom_head {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.index_banner_current .banner_text_item:nth-child(1) .banner_text_p {
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.index_banner_current .banner_text_item:nth-child(2) .banner_text_p {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_banner_current .index_banner_cn .banner_text_item .banner_text_p {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.index_banner_current .index_banner_link {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.index_banner_current .index_banner_link .index_banner_button_icon {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.index_banner_current .index_banner_link .index_banner_button_after:before {
    border-right: 26px solid #00b4be;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.float_nav_wrap {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_animate {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.float_nav_box {
    position: relative;
}

.float_nav_prev {
    position: absolute;
    right: -11px;
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    cursor: pointer;
}

.float_nav_next {
    position: absolute;
    right: -11px;
    bottom: 0;
    width: 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    cursor: pointer;
    outline: none;
}

.float_nav_btn {
    padding-left: 55px;
}

.float_nav_prev .float_nav_btn {
    -webkit-align-items: center;
    align-items: center;

}

.float_nav_next .float_nav_btn {
    -webkit-align-items: center;
    align-items: center;
}

.float_nav_text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: 45px;
    margin-right: 10px;

}

.float_nav_prev .float_nav_text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.float_nav_line {
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    left: 10px;
}

.float_nav_center {
    justify-content: flex-end;
}

.float_nav_list {
    width: 100%;
    text-align: right;
}

.float_nav_item {
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}


.page_img img {
    height: 100%;
}

.index_swiper_wrap {
    height: 100vh;
}

.index_swiper_wrap .index_slide_item:last-child {
    height: 500px !important;
}


/**/
.float_nav_wrap .float_nav_xian {
    width: 55px;
    height: 3px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_wrap .float_nav_xian:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
}

.float_nav_wrap .float_nav_number {
    font-size: 16px;
    line-height: 32px;
    width: 26px;
    text-align: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

/*白色*/
.header_white .logo_en {
    fill: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_white .logo_cn {
    fill: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_white .header_nav_link {
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_white .header_nav_item .header_nav_link:after,
.header_white .header_nav_item .header_nav_link:before {
    background: #fff;
}

.header_white .header_language_item a {
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_white .header_language_item:after {
    background: rgba(255, 255, 255, .4);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


.float_nav_white .float_nav_text {
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


.float_nav_white .float_nav_line {
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_white .float_nav_number {
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_white .float_nav_xian:after {
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


/*黑色*/
.header_black .logo_en {
    fill: #29298c;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_black .logo_cn {
    fill: #737373;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_black .header_nav_link {
    color: #666666;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_black .header_nav_item .header_nav_link:after,
.header_black .header_nav_item .header_nav_link:before {
    background: #666;
}

.header_black .header_language_item a {
    color: #666666;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.header_black .header_language_item:after {
    background: rgba(0, 0, 0, .4);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


.float_nav_black .float_nav_text {
    color: #333333;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);

}


.float_nav_black .float_nav_line {
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_black .float_nav_number {
    color: #666666;
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_black .float_nav_xian:after {
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}


/*当前*/
.float_nav_current .float_nav_number {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.float_nav_current .float_nav_xian:after {
    top: 0;
    height: 3px;
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}

.float_nav_white .float_nav_current .float_nav_xian:after {
    background: #fff;
}

.float_nav_black .float_nav_current .float_nav_xian:after {
    background: #666;
}

/*还原*/
.float_nav_default .float_nav_number {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.float_nav_default .float_nav_xian:after {
    top: 1px;
    height: 1px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.float_nav_white .float_nav_default .float_nav_xian:after {
    background: rgba(255, 255, 255, .2);
}

.float_nav_black .float_nav_default .float_nav_xian:after {
    background: rgba(0, 0, 0, .2);
}

/*当前鼠标经过*/
.float_nav_hover .float_nav_number {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.float_nav_hover .float_nav_xian:after {
    top: 0;
    height: 3px;
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.float_nav_white .float_nav_hover .float_nav_xian:after {
    background: #fff;
}

.float_nav_black .float_nav_hover .float_nav_xian:after {
    background: #666;
}

.index_banner_pagination {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 90px;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .6s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.banner_pagination_animate {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.index_banner_circle {
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 23px;
    cursor: pointer;
}

.index_banner_circle:after {
    content: "";
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.index_banner_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, .2);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.43, 0.195, 0.02, 1);
    transition: all .3s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.index_banner_animate {
    fill: none;
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
}

.circle_current:after {
    background: rgba(255, 255, 255, 1);
}

.circle_current .index_banner_back {
    opacity: 1;
}

.circle_current .index_banner_animate {
    -webkit-animation: 10s CircleBanner infinite linear normal both;
    animation: 10s CircleBanner infinite linear normal both;
}

@-webkit-keyframes CircleBanner {
    0% {
        stroke-dasharray: 50;
        stroke-dashoffset: 50;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        stroke-dasharray: 50;
        stroke-dashoffset: 0;
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes CircleBanner {
    0% {
        stroke-dasharray: 50;
        stroke-dashoffset: 50;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        stroke-dasharray: 50;
        stroke-dashoffset: 0;
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

.float_bottom_wrap {
    width: 8px;
    height: 250px;
    position: absolute;
    z-index: 99;
    overflow: hidden;
}

/*.float_bottom_animate .float_bottom_foot {*/
/*    height: 100%;*/
/*    -webkit-transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);*/
/*    transition: all .8s cubic-bezier(0.43, 0.195, 0.02, 1);*/
/*    -webkit-transition-delay: 1s;*/
/*    transition-delay: 1s;*/
/*}*/

/*.float_bottom_animate .float_bottom_head {*/
/*    height: 100%;*/
/*    -webkit-animation: ColorAnimate 5s infinite cubic-bezier(0.43, 0.195, 0.02, 1) normal both;*/
/*    animation: ColorAnimate 5s infinite cubic-bezier(0.43, 0.195, 0.02, 1) normal both;*/
/*    -webkit-animation-delay: 1.4s;*/
/*    animation-delay: 1.4s;*/
/*}*/

/*@-webkit-keyframes ColorAnimate {*/
/*    0% {*/
/*        height: 0;*/
/*        top: 0;*/
/*    }*/
/*    30% {*/
/*        height: 100%;*/
/*        top: 0;*/
/*    }*/
/*    60% {*/
/*        height: 100%;*/
/*        top: 100%;*/
/*    }*/
/*    100% {*/
/*        height: 100%;*/
/*        top: 100%;*/
/*    }*/
/*}*/

/*@keyframes ColorAnimate {*/
/*    0% {*/
/*        height: 0;*/
/*        top: 0;*/
/*    }*/
/*    30% {*/
/*        height: 100%;*/
/*        top: 0;*/
/*    }*/
/*    60% {*/
/*        height: 100%;*/
/*        top: 100%;*/
/*    }*/
/*    100% {*/
/*        height: 100%;*/
/*        top: 100%;*/
/*    }*/
/*}*/

.float_bottom_head {
    width: 100%;
    height: 0;
    background: #00b4be;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.float_bottom_foot {
    background: #fff;
    height: 0;
    width: 100%;
}

.index_public_back {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_about_content {
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_about_center {
    margin-top: 50px;
    width: 100%;
    position: relative;
    z-index: 9;
}

.index_about_item {
    width: calc(50vw - 10.4166666vw);
    position: relative;

}

.index_about_height {
    position: relative;
    height: 0;
    padding-bottom: 73.6842105%;
}

.index_about_photo {
    overflow: hidden;
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_top_img {
    padding-bottom: 73.6842105%;
    width: calc(50vw - 200px);
}

.index_about_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*.index_about_img:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #fff;*/
/*}*/

.index_about_read {
    padding-left: 100px;
    height: 100%;
    position: relative;
}

.index_about_head_box {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.index_about_brief_box {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.index_about_summary_box {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.index_about_data_box {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
}

.index_about_btn_wrap {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.index_about_head_read {
    -webkit-align-items: center;
    align-items: center;
}

.index_about_title {
    font-size: 38px;
    color: #1a1a1a;
    font-weight: bold;
}

.index_about_icon {
    width: 42px;
    margin-left: 20px;
    cursor: pointer;
}

.index_about_icon svg {
    fill: #00b4be;
}

.index_about_brief_read {
    -webkit-align-items: center;
    align-items: center;
    margin-top: 45px;
}

.about_brief_line {
    width: 60px;
    height: 2px;
    position: relative;
}

.about_brief_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
}

.about_brief_text {
    color: #333333;
    font-size: 28px;
    line-height: 40px;
}

.index_about_summary_read {
    font-size: 16px;
    line-height: 26px;
    height: 104px;
    color: #666666;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index_about_data_read {
    margin-top: 40px;
}

.about_data_item {
    width: 33.3333%;
}

.about_data_item:nth-child(2) {
    -webkit-justify-content: center;
    justify-content: center;
}

.about_data_item:nth-child(3) {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.about_data_item:nth-child(1) {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.about_data_head {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #00b4be;
}

.about_data_read {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.about_data_read p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.about_data_number {
    font-size: 68px;
    line-height: 70px;
}

.about_data_text {
    font-size: 24px;
    margin: 12px 0 0 0;
    padding-left: 5px;
}


.index_about_btn_after {
    position: relative;
}

.index_about_link {
    width: 220px;
    display: block;
    position: relative;
}

.index_about_link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 26px);
    height: 100%;
    background: #00b4be;
}

.index_about_link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 26px);
    background: #00b4be;
}

.index_about_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.index_about_button_box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background-image: linear-gradient(315deg, transparent 50%, #00b4be 50%, #00b4be);
    z-index: 8;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.index_about_button_ji {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.index_about_button_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_button_after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_button_after:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 26px solid #00b4be;
    border-top: 26px solid transparent;
    z-index: 999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_btn_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.index_about_btn_text {
    color: #fff;
    line-height: 66px;
    font-size: 18px;
}

.index_about_btn_icon {
    width: 20px;
    margin-left: 20px;
    -webkit-align-items: center;
    align-items: center;
}

.index_about_btn_icon svg {
    width: 100%;
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.index_vocational_content {
    position: relative;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.index_vocational_center {
    padding: 0 21.875vw;
    width: 100%;
}

.index_vocational_head {
    margin-top: 50px;
}

.index_vocational_title {
    font-size: 46px;
    line-height: 58px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_vocational_text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_vocational_read {
    width: 100%;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    pointer-events: none;
}

.index_vocational_list {
    margin-top: 50px;
    height: 21.875vw;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.index_vocational_item {
    width: 12.5vw;
    margin: 0 3.125vw;
    overflow: hidden;
    padding: 60px 0 0 0;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.index_vocational_item a {
    display: block;
}

.vocational_item_wrap {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-image: linear-gradient(to bottom, #29298c, #00b4be);
    -webkit-border-radius: 12.5vw;
    border-radius: 12.5vw;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.vocational_item_box {
    position: relative;
    width: 100%;

    background: rgba(255, 255, 255, .1);
    padding-bottom: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.vocational_item_pd {
    padding: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.vocational_item_read {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    align-items: center;
}

.vocational_item_center {
    width: 100%;
}

.vocational_icon_box {
    width: 83px;
    margin: 0 auto;
}

.vocational_icon_text {
    font-size: 24px;
    line-height: 37px;
    margin-top: 5px;
    text-align: center;
    color: #333333;
}

.vocational_item_foot {
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.vocational_item_text {
    margin-top: 20px;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.vocational_item_text p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

.vocational_item_label {
    width: 26px;
    height: 26px;
    margin: 34px auto 34px;
    position: relative;
}

.vocational_item_label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.vocational_item_label:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #fff;
}


.index_vocational_current {
    padding: 0;
}

.index_vocational_current .vocational_item_wrap {
    height: auto;
}

.index_vocational_current .vocational_item_pd {
    padding: 10px;
}

.index_vocational_current .vocational_item_foot {
    height: 9.375vw;
}


.index_product_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}


.index_product_center {
    width: 100%;
}

.index_product_head {
    width: 100%;
    margin-top: 50px;
}

.index_product_title {
    font-size: 46px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_product_text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_product_list {
    width: 100%;
    margin-top: 55px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_product_swiper {
    width: 100%;
}

.index_product_swiper .index_product_wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_product_swiper .index_product_slide {
    width: 20%;
    padding-right: 1px;
    overflow: hidden;
}

.product_item_content {
    position: relative;
}

.product_item_img {
    padding-bottom: 145.21452%;
}

.product_item_read {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.product_item_read:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: calc(-100% + 80px);
    height: 100%;
    width: 100%;
    background: rgba(0, 180, 190, 1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_product_swiper .index_product_slide:nth-child(2n) .product_item_read:after {
    background: rgba(41, 41, 140, 1);
}

.index_product_pagination {
    display: none;
}

.product_item_line {
    width: 0;
    height: 3px;
    background: #fff;
    margin: 20px auto;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.product_item_text {
    padding: 0 40px;
    height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.product_item_text p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.product_item_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.product_item_button a {
    display: block;
}

.product_btn_line {
    background: rgba(255, 255, 255, .4);
    width: 100%;
    height: 1px;
}

.product_item_btn {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 60px;
}

.product_btn_text {
    font-size: 14px;
    color: #fff;
}

.product_btn_icon {
    width: 8px;
    height: 8px;
    position: relative;
    margin-left: 10px;

}

.product_btn_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product_item_title {
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    line-height: 80px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.product_title_icon {
    font-size: 44px;
}

.product_title_text {
    font-size: 18px;
    margin-left: 25px;
}

.index_product_item:hover .product_item_read:after {
    top: 0;
    opacity: .9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_product_item:hover .product_item_title {
    margin-top: 20px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_product_item:hover .product_item_line {
    width: 30px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.index_product_item:hover .product_item_text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_product_item:hover .product_item_button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;

}


.index_annotate_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.index_annotate_box {
    position: absolute;
    top: 28.7037%;
    width: 35.416666%;
    padding-left: 10.41666666vw;
}

.index_annotate_en {
    font-size: 24px;
    line-height: 36px;
    color: #00b4be;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_annotate_cn {
    font-size: 46px;
    line-height: 58px;
    margin-top: 5px;
    color: #1a1a1a;
    font-weight: bold;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_annotate_read {
    margin-top: 45px;
}

.annotate_read_title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #4c4c4c;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.annotate_read_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_annotate_photo {
    position: absolute;
    left: 14.791666% !important;
    top: 21.296296% !important;
    width: 48.07291666%;
    z-index: -1;

}

.index_annotate_img {
    padding-bottom: 77.13976%;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.annotate_line {
    height: 1px;
    position: relative;
}

.annotate_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ffffff;
}

.index_annotate_label {
    position: absolute;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    display: flex !important;
}

.index_annotate_label1 {
    top: 6% !important;
    left: 68.5% !important;

}

.index_annotate_label2 {
    top: 17% !important;
    left: 62.5% !important;
}

.index_annotate_label3 {
    top: 28% !important;
    left: 78.5% !important;
}

.index_annotate_label4 {
    top: 35% !important;
    left: 55% !important;
}

.index_annotate_label5 {
    top: 48% !important;
    left: 85% !important;
}

.index_annotate_label1 .annotate_line {
    width: 17.33477789%;
}

.index_annotate_label2 .annotate_line {
    width: 21.9934994%;
}

.index_annotate_label3 .annotate_line {
    width: 7.2589382%;
}

.index_annotate_label4 .annotate_line {
    width: 59.588299%;
}

.index_annotate_label5 .annotate_line {
    width: 30.010834%;
}

.annotate_top {
    position: absolute;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    top: 20px;
    -webkit-transform: translateY(-102%) translateX(-50%);
    transform: translateY(-102%) translateX(-50%);
    width: 140px;
    height: 140px;
    opacity: 0;
}

.annotate_pd {
    padding: 7px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.annotate_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*.annotate_img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/

/*}*/
.annotate_text {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
    margin-left: 10px;
    position: relative;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

.annotate_circle_box {
    position: relative;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.annotate_circle_item {
    position: relative;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(.5);
    transform: scale(.5);

}

.annotate_circle_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.annotate_circle_label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #00b4be;
}

.annotate_circle_label:nth-child(1) {
    -webkit-animation: jing_scale 2.4s linear infinite normal both;
    animation: jing_scale 2.4s linear infinite normal both;
}


.annotate_circle_label:nth-child(2) {
    -webkit-animation: jing_scale 2.4s .8s linear infinite normal both;
    animation: jing_scale 2.4s .8s linear infinite normal both;
}

.annotate_circle_label:nth-child(3) {
    -webkit-animation: jing_scale 2.4s 1.6s linear infinite normal both;
    animation: jing_scale 2.4s 1.6s linear infinite normal both;
}


@-webkit-keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 200%;
        height: 200%;
        opacity: 0.6;
    }
    40% {
        width: 300%;
        height: 300%;
        opacity: 0.4;
    }
    60% {
        width: 400%;
        height: 400%;
        opacity: .2;
    }
    80% {
        width: 500%;
        height: 500%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes jing_scale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 200%;
        height: 200%;
        opacity: 0.6;
    }
    40% {
        width: 300%;
        height: 300%;
        opacity: 0.4;
    }
    60% {
        width: 400%;
        height: 400%;
        opacity: .2;
    }
    80% {
        width: 500%;
        height: 500%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.index_report_box {
    position: absolute;
    left: 66%;
    top: 70%;
    width: 28.125%;
}

.index_report_icon {
    font-size: 19px;
    color: #29298c;
    line-height: 30px;
}

.index_report_tit {
    font-size: 16px;
    line-height: 30px;
    color: #29298c;
    font-weight: bold;
    margin-left: 10px;
}

.index_report_list {
    margin-top: 10px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_report_item {
    width: 33.3333%;

}

.index_report_item a {
    font-size: 16px;
    line-height: 28px;
    color: #666666;

}


.index_partner_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.index_partner_center {
    width: 100%;
}

.index_partner_head {
    width: 100%;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_partner_box {
    width: 100%;
}

.index_partner_list {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_partner_list2 {
    padding: 0 8.0729166666vw;
}

.index_partner_list .index_partner_item {
    width: 18.4210526%;
    margin: 0 1.973684% 30px 0;;
}

.index_partner_list .index_partner_item:last-child {
    margin: 0 0 30px 0;
}

.index_partner_list2 .index_partner_item {
    width: 23.1404958%;
    margin: 0 2.479338% 30px 0;
}

.index_partner_list2 .index_partner_item:last-child {
    margin: 0 0 30px 0;
}

.index_partner_item a {
    display: block;
    position: relative;
}

.index_partner_item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 28px);
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_item a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 28px);
    height: 28px;
    z-index: 1;
    background: rgba(255, 255, 255, .2);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    box-sizing: border-box;
}

.index_partner_img {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 49.6402877%;
    pointer-events: none;
    z-index: 9;
}

.index_partner_pd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_partner_pd img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
}

.index_partner_photo {
    padding: 1px;
    position: relative;
    z-index: 9;
}

.index_partner_photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    pointer-events: none;
}

.index_partner_photo:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 8;
    border-left: 28px solid rgba(255, 255, 255, .2);
    border-bottom: 28px solid transparent;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    pointer-events: none;
}

.index_partner_max {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.index_partner_after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_label {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_label:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 28px solid #00b4be;
    border-top: 28px solid transparent;
    z-index: 998;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_label:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 28px solid rgba(255, 255, 255, .2);
    border-top: 28px solid transparent;
    z-index: 999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.index_partner_item:hover .index_partner_photo:before {
    border: 1px solid transparent;
    transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
}

.index_partner_item:hover .index_partner_after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover a:after {
    background: #00b4be;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover a:before {
    background: #00b4be;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover .index_partner_photo:after {
    border-left: 28px solid #00b4be;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover .index_partner_label:before {
    border-right: 28px solid #fff;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover .index_partner_label:after {
    opacity: 1;
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}

.index_partner_item:hover .index_partner_pd img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
}


.index_partner_tit {
    font-size: 46px;
    line-height: 60px;
    margin: 50px 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index_news_tit {
    font-size: 46px;
    line-height: 60px;
    margin: 50px 0;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
}

.index_news_content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_center {
    width: 100%;
}

.index_news_head {
    width: 100%;
    margin-top: 50px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_news_list {
    width: 100%;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_news_slide {
    position: relative;
    width: 31.315789%;
    margin: 0 3.026315% 50px 0;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.news_list_wrap .index_news_item {
    width: 31.315789%;
    margin: 0 3.026315% 50px 0;
    position: relative;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);

}

.news_list_wrap .index_news_item:nth-child(3n) {
    margin: 0 0 50px 0;
}

.news_list_wrap .index_news_item {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.index_news_item a {
    display: block;
}

.news_list_wrap .index_news_item:nth-child(3n+1) {
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.news_list_wrap .index_news_item:nth-child(3n+2) {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
}

.news_list_wrap .index_news_item:nth-child(3n) {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.index_news_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.index_news_shadow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 36px);
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, .1);*/
}

.index_news_shadow:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: calc(100% - 36px);
    height: 36px;
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, .1);*/
}

.index_news_ji {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.index_news_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.index_news_after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index_news_after:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-right: 36px solid #fff;
    border-top: 36px solid transparent;
}

.index_news_img {
    padding-bottom: 58.823529%;
}

.index_news_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_read {
    padding: 20px 40px 40px 40px;
    background: #fff;
    position: relative;
    z-index: 8;
}

.news_item_title {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_item_text {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0 40px 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_item_time {
    font-size: 18px;
    line-height: 30px;
    color: #cccccc;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item:hover .index_news_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.index_news_item:hover .news_item_title {
    color: #00b4be;
}

.index_news_item:hover .news_item_text {
    color: #666666;
}

.index_news_item:hover .news_item_time {
    color: #999999;
}

.footer_back {
    height: 500px;
    position: relative;
}

.ScaleInfinite {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.footer_wrap {
    position: relative;
}

.footer_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.footer_logo_box {
    width: 214px;
    margin-top: 113px;
}

.footer_logo_color {
    fill: #fff;
}

.footer_read_box {
    margin-top: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_read_box a {
    position: relative;
}

.footer_read_box a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_read_box a:hover:after {
    width: 100%;
    left: 0;
}

.footer_address_item {
    -webkit-align-items: center;
    align-items: center;
}

.footer_address_icon {
    color: #00b4be;
    font-size: 23px;
}

.footer_address_icon.icon-youxiang {
    font-size: 18px;
}

.footer_address_text {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
}

.footer_address_text a {
    color: #fff;
}

.footer_wap_box {
    width: 240px;
}

.footer_wap_item {
    width: 50%;
    text-align: center;
}

.footer_wap_item a {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.footer_bq_link,
.footer_build_item {
    text-align: right;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
}

.footer_bq_link a {
    margin: 0 14px;
}

.footer_bq_link a:last-child {
    margin: 0 0 0 14px;
}

.footer_bq_link a,
.footer_build_item a {
    color: #fff;
}

.footer_build_item {
    margin-left: 30px;
}

.footer_ewm_box {
    width: 120px;
    height: 120px;
    margin-left: 40px;
}

.header_default {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.header_active,
.header_inner {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.header_active .header_box,
.header_inner .header_box {
    padding: 24px 0;
}

.header_active:after,
.header_inner:after {
    top: 0;
}

.header_active .logo_en,
.header_inner .logo_en {
    fill: #29298c;
}

.header_active .logo_cn,
.header_inner .logo_cn {
    fill: #737373;
}

.header_active .header_nav_link,
.header_inner .header_nav_link {
    color: #666666;
}

.header_active .header_nav_item .header_nav_link:after,
.header_active .header_nav_item .header_nav_link:before,
.header_inner .header_nav_item .header_nav_link:before,
.header_active .header_nav_item .header_nav_link:before {
    background: #666666;
}

.header_active .header_language_item a,
.header_inner .header_language_item a {
    color: #666666;
}

.header_active .header_language_item:after,
.header_inner .header_language_item:after {
    background: rgba(102, 102, 102, .4);
}

.header_active .header_nav_current .header_nav_link {
    color: #00b4be;
}

.header_active .header_nav_current .header_nav_link:after {
    left: -1.3020833vw;
    opacity: 1;
    background: #00b4be;
}

.header_active .header_nav_current .header_nav_link:before {
    right: -1.3020833vw;
    opacity: 1;
    background: #00b4be;
}

.header_active .header_nav_default .header_nav_link {
    color: #666;
}

.header_nav_default .header_nav_link:after {
    left: -0.52083333vw !important;
    opacity: 0 !important;
}

.header_nav_default .header_nav_link:before {
    right: -0.52083333vw !important;
    opacity: 0 !important;
}

.header_active .header_nav_hover .header_nav_link {
    color: #00b4be;
}

.header_active .header_nav_hover .header_nav_link:after {
    background: #00b4be;
}

.header_active .header_nav_hover .header_nav_link:before {
    background: #00b4be;
}


.header_nav_hover .header_nav_link:after {
    left: -1.30208333vw !important;
    opacity: 1 !important;
}

.header_nav_hover .header_nav_link:before {
    right: -1.30208333vw !important;
    opacity: 1 !important;
}

.index_annotate_btn_item {
    margin-top: 80px;
}

.index_annotate_btn_after {
    position: relative;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_annotate_link {
    width: 220px;
    display: block;
    position: relative;
}

.index_annotate_link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 26px);
    height: 100%;
    background: #00b4be;
}

.index_annotate_link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 26px);
    background: #00b4be;
}

.index_annotate_button_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.index_annotate_button_box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    background-image: linear-gradient(315deg, transparent 50%, #00b4be 50%, #00b4be);
    z-index: 8;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.index_annotate_button_ji {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}

.index_annotate_button_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_annotate_button_after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_annotate_button_after:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 26px solid #00b4be;
    border-top: 26px solid transparent;
    z-index: 999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_annotate_btn_box {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.index_annotate_btn_text {
    color: #fff;
    line-height: 66px;
    font-size: 18px;
}

.index_annotate_btn_icon {
    width: 20px;
    margin-left: 20px;
    -webkit-align-items: center;
    align-items: center;
}

.index_report_head {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.index_annotate_btn_icon svg {
    width: 100%;
    fill: #fff;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*第二页*/
.index_slide_current .index_about_photo {
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
}

.index_slide_current .index_about_head_box {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_current .index_about_brief_box {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.index_slide_current .index_about_summary_box {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.index_slide_current .index_about_data_box {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.index_slide_current .index_about_btn_wrap {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.index_slide_current .index_about_button_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.index_slide_current .index_about_button_after:before {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    border-right: 26px solid #29298c;
}

/*第三页*/
.index_slide_current .index_vocational_title {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.index_slide_current .index_vocational_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_current .index_vocational_read {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    pointer-events: auto;
}

/*第三页*/
.index_slide_current .index_product_title {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.index_slide_current .index_product_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_current .index_product_list {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    pointer-events: auto;
}

/*第四页*/
.index_slide_current .index_annotate_en {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.index_slide_current .index_annotate_cn {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_current .annotate_read_title {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.index_slide_current .annotate_read_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.index_slide_current .index_annotate_btn_after {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.index_slide_current .index_annotate_img {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.index_slide_current .index_annotate_label1 .annotate_circle_box {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.index_slide_current .index_annotate_label1 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 550ms;
    transition-delay: 550ms;
}

.index_slide_current .index_annotate_label1 .annotate_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 950ms;
    transition-delay: 950ms;
}

.index_slide_current .index_annotate_label2 .annotate_circle_box {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.index_slide_current .index_annotate_label2 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 950ms;
    transition-delay: 950ms;
}

.index_slide_current .index_annotate_label2 .annotate_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1350ms;
    transition-delay: 1350ms;
}

.index_slide_current .index_annotate_label3 .annotate_circle_box {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.index_slide_current .index_annotate_label3 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1350ms;
    transition-delay: 1350ms;
}

.index_slide_current .index_annotate_label3 .annotate_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1750ms;
    transition-delay: 1750ms;
}

.index_slide_current .index_annotate_label4 .annotate_circle_box {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.index_slide_current .index_annotate_label4 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 1750ms;
    transition-delay: 1750ms;
}

.index_slide_current .index_annotate_label4 .annotate_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2150ms;
    transition-delay: 2150ms;
}

.index_slide_current .index_annotate_label4 .annotate_top {
    top: 0;
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.index_slide_current .index_annotate_label5 .annotate_circle_box {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.index_slide_current .index_annotate_label5 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2150ms;
    transition-delay: 2150ms;
}

.index_slide_current .index_annotate_label5 .annotate_text {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2550ms;
    transition-delay: 2550ms;
}

.index_slide_current .index_report_head {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2600ms;
    transition-delay: 2600ms;
}

.index_slide_current .index_report_list {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2650ms;
    transition-delay: 2650ms;
}

.index_slide_current .index_annotate_button_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.index_slide_current .index_annotate_button_after:before {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    border-right: 26px solid #29298c;
}

/*第五页*/
.index_slide_current .index_partner_head {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.index_slide_current .index_partner_tab .index_partner_animate:nth-child(1) {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_current .index_partner_tab .index_partner_animate:nth-child(2) {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.index_slide_current .index_partner_tab .index_partner_animate:nth-child(3) {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

/*第六页*/
.index_slide_active .index_news_head {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.index_slide_active .index_news_list {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_slide_active .index_news_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.index_slide_active .index_news_after:after {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    border-right: 36px solid #00b4be;
}

.index_slide_active .index_news_shadow:after {
    -webkit-transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.index_slide_active .index_news_shadow:before {
    -webkit-transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.index_slide_active .index_news_slide {
    -webkit-transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all .6s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0);
}

/*内页css*/
.page_banner_wrap {
    position: relative;
    padding-bottom: 36.458333%;
    height: 0;
    width: 100%;
    /*overflow: hidden;*/
    z-index: 99;
}

.page_banner_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    margin-top: 80px;
    -webkit-align-items: center;
    align-items: center;
}

.page_banner_img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.page_banner_read {
    position: relative;
    z-index: 9;
    width: 100%;

}

.page_banner_list {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    height: 70px;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.page_banner_big {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.page_banner_center {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.page_nav_fixed {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 999;
    background: #f7f7f7;
}

.page_nav_fixed .page_banner_item a {
    line-height: 60px;
    background: none;
}

.page_nav_fixed .page_banner_icon {
    color: #666;
    font-size: 24px;
}

.page_nav_fixed .page_banner_text {
    color: #666;
    font-size: 16px;
}

.page_nav_fixed .page_banner_current a {
    /*background: #f1f1f1;*/
}

.page_nav_fixed .page_banner_current .page_banner_icon {
    color: #00b4be;
}

.page_nav_fixed .page_banner_current .page_banner_text {
    color: #00b4be;
}

.page_banner_item:first-child {
    margin-left: 1px;
}

.page_banner_item {
    width: 13.54166666%;
    margin-right: 1px;
    position: relative;
}

.page_banner_item a {
    line-height: 70px;
    background: rgba(0, 0, 0, .4);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.page_banner_icon {
    font-size: 30px;
    color: #ffffff;
}

.page_banner_text {
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}

.page_banner_current a {
    background: #00b4be;
}

.page_nav_default a {
    background: rgba(0, 0, 0, .4);
}

.page_nav_hover a {
    background: #00b4be;
}

.page_banner_title {
    position: relative;
    padding-left: 20px;
}

.page_banner_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 90px solid #00b4be;
    border-bottom: 90px solid transparent;
    z-index: -1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.page_banner_en {
    font-size: 66px;
    line-height: 90px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.page_banner_min {
    text-transform: none;
}

.page_banner_cn {
    font-size: 52px;
    line-height: 60px;
    color: #fff;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}


.page_public_max {
    font-size: 46px;
    line-height: 58px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    font-family: "Barlow-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.page_public_min {
    margin-top: 30px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.page_public_min p {
    font-size: 18px;
    line-height: 32px;
    color: #1a1a1a;
    text-align: center;
}

.page_public_white .page_public_max {
    color: #fff;
}

.page_public_white .page_public_min p {
    color: #fff;
}

.business_page_wrap {
    padding: 150px 0 200px 0;
}

.business_index_list {
    margin-top: 50px;
}

.business_index_item {
    width: 31.2878787%;
    margin-right: 3.06818195%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_index_item:nth-child(3n) {
    margin-right: 0;
}

.business_index_item a {
    display: block;
}

.business_index_img {
    padding-bottom: 75.06053%;
}

.business_index_read {
    padding: 0 40px 20px 40px;
    background: #f0f0f0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_item_head {
    line-height: 70px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.business_item_tit {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    width: calc(100% - 30px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_item_line {
    width: 100%;
    height: 1px;
    position: relative;
}

.business_item_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_item_text {
    line-height: 28px;
    font-size: 18px;
    color: #808080;
    margin: 15px 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_item_icon {
    width: 12px;
    height: 12px;
    position: relative;
}

.business_item_label {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_item_default {
    border-right: 2px solid #00b4bd;
    border-bottom: 2px solid #00b4bd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.business_label_hover {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateX(-100%) rotate(-45deg);
    transform: translateX(-100%) rotate(-45deg);
    opacity: 0;

}

.business_index_item:hover .business_index_read {
    background: #00b4bd;
}

.business_index_item:hover .business_item_tit {
    color: #fff;
}

.business_index_item:hover .business_item_text {
    color: #fff;
}

.business_index_item:hover .business_item_line:after {
    background: rgba(255, 255, 255, .33);
}

.business_index_item:hover .business_label_hover {
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
    opacity: 1;
}

.business_index_item:hover .business_item_default {
    -webkit-transform: translateX(100%) rotate(-45deg);
    transform: translateX(100%) rotate(-45deg);
    opacity: 0;
}

.business_read_list {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 70px;
}

.business_read_item {
    width: 25%;
    padding: 0 2.6041666vw;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_read_icon {
    width: 103px;
    height: 103px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.business_read_icon img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.business_read_title {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding: 0 10px;
    color: #29298c;
    margin-top: 30px;
}

.business_read_title p {
    text-align: center;
}

.business_read_text {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.business_read_text p {
    text-align: center;
}

.business_read_line {
    width: 20px;
    height: 2px;
    margin: 20px auto;
}

.business_read_after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00b4be;
}

.business_head_wrap {
    padding: 150px 0;
}

.business_back_wrap {
    position: relative;
    overflow: hidden;
    display: none;
}

.business_back_wrap:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.business_back_box {
    padding-bottom: 37.34375%;
}

.business_back_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 0 7.8125vw;
    -webkit-align-items: center;
    align-items: center;
}

.business_back_img {
    padding-bottom: 77.3184357%;
}

.business_back_big {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.business_back_photo {
    width: 55.246913%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_back_read {
    width: 44.753087%;
    padding-left: 7.291666666vw;
}

.business_back_title {
    font-size: 46px;
    line-height: 58px;
    font-weight: bold;
    color: #1a1a1a;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_back_text {
    font-size: 18px;
    line-height: 48px;
    margin-top: 30px;
    color: #333333;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_partner_wrap {
    padding: 150px 0 200px 0;
}

.business_partner_list {
    margin-top: 60px;
    border-right: 1px dashed #aaaaaa;
    border-top: 1px dashed #aaaaaa;
    box-sizing: border-box;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.business_partner_item {
    width: 25%;
}

.business_partner_item a {
    box-sizing: border-box;
    display: block;
    border: 1px dashed #aaaaaa;
    border-right: 1px dashed transparent;
    border-top: 1px dashed transparent;
}

.business_partner_photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45.15151%;
}

.business_partner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.business_partner_img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.business_partner_label {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #989898;
    margin: 0 5px;
}

.pre_back_wrap {
    position: relative;
    overflow: hidden;
}

.pre_back_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
}

.pre_back_box {
    position: relative;
    width: 100%;
    padding-bottom: 43.59375%;
}

.pre_content_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 0 11.822916666%;
    -webkit-align-items: center;
    align-items: center;
}

.pre_content_box {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.pre_content_left {
    width: 44.406548%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.pre_content_right {
    width: 55.593452%;
    padding-left: 50px;
}

.pre_content_img {
    padding-bottom: 108.60215%;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.pre_content_list {
    margin-top: 80px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.pre_content_item {
    width: 25%;
}

.pre_content_logo {
    position: relative;
    width: 100%;
    padding-bottom: 47.368421%;
}

.pre_logo_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;
}

.pre_logo_img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.package_img_list {
    margin: 100px 0 50px 0;
}

.package_img_item {
    width: 48.48484848%;
    margin-right: 3.03030304%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.package_img_item:nth-child(2n) {
    margin-right: 0;
}

.package_img_box {
    padding-bottom: 65.625%;
}

.news_list_box {
    margin: 100px 0 40px 0;
}


.news_page_label {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_page_label a {
    font-size: 20px;
    line-height: 32px;
    margin: 0 20px;
    color: #cccccc;
}

.news_page_btn {
    width: 14px;
    height: 14px;
    -webkit-align-items: center;
    align-items: center;
    position: relative;

}

.news_page_btn:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 2px solid #00b4be;
    border-bottom: 2px solid #00b4be;
}

.news_page_label .news_page_current {
    color: #00b4be;
}

.news_page_prev:after {
    right: 0;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}

.news_page_next:after {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.news_list_wrap {
    padding-bottom: 200px;
}

.pro_content_wrap {
    padding: 140px 0 160px 0;
}

.pro_content_head {
    width: 48.68421%;
    position: relative;
}

.pro_content_head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #dedede;
}

.pro_content_foot {
    width: 51.31579%;
}

.pro_content_tit {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    color: #333333;
}

.pro_content_text {
    font-size: 17px;
    line-height: 32px;
    margin-top: 35px;
    color: #808080;
    width: 74%;
}

.pro_detailed_title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 29px;
    font-weight: bold;
    color: #333333;
}

.pro_detailed_item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.pro_active_item {
    -webkit-align-items: center;
    align-items: center;
}

.pro_active_item .pro_detailed_text {
    width: auto;
}

.pro_detailed_icon {
    font-size: 23px;
    line-height: 46px;
    color: #00b4bd;
}

.pro_detailed_text {
    font-size: 17px;
    line-height: 26px;
    padding: 0 10px;
    margin: 10px 0;
    color: #666666;
    width: calc(100% - 23px);
}

.pro_detailed_box {
    width: 100%;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
}

.pro_detailed_box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #dedede;
    display: none;
}

.pro_claim_box {
    width: 61.923077%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
}

.pro_claim_box .pro_detailed_item {
    width: 50%;
}

.pro_claim_box .pro_detailed_text {
    width: calc(100% - 23px);
}

.pro_content_list {
    margin-top: 80px;
}

.pro_content_item {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    width: 23.0263157%;
    margin: 0 2.63157906666% 2.63157906666% 0;
}

.pro_content_item:nth-child(4n+2) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.pro_content_item:nth-child(4n+3) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.pro_content_item:nth-child(4n) {
    margin: 0 0 2.63157906666% 0;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.pro_content_item a {
    display: block;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.pro_content_img {
    padding-bottom: 94.2528735%;
}

.pro_content_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_content_title {
    font-size: 18px;
    line-height: 68px;
    text-align: center;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border-top: 1px solid #e0e0e0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_content_item:hover a {
    border: 1px solid #00b4bd;
}

.pro_content_item:hover .pro_content_title {
    border-top: 1px solid #00b4bd;
    background: #00b4bd;
    color: #fff;
}

.pro_content_item:hover .pro_content_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pro_read_head_box {
    width: 25%;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
}

.pro_read_head_box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #dedede;
}

.pro_read_head_box:last-child:after {
    display: none;
}

@media screen and (min-width: 1200px) {
    .pro_content_read2 {
        padding-top: 120px;
    }

    .pro_content_read2 .pro_read_head_box:first-child {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .pro_content_read2 .pro_read_head_box:first-child {
        padding-left: 0;
    }

}

.pro_read_list {
    margin: 80px 0 0 0;
}

.pro_read_wrap {
    padding: 150px 0 200px 0;
}

.pro_detailed_btn_box {
    margin-left: 20px;
}

.pro_detailed_btn_box a {
    -webkit-align-items: center;
    align-items: center;
}

.pro_detailed_btn_text {
    font-size: 16px;
    line-height: 18px;
    color: #00b4be;
    position: relative;
}

.pro_detailed_btn_text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #00b4be;
}

.pro_detailed_btn_icon {
    width: 14px;
    height: 14px;
    position: relative;
}

.pro_detailed_btn_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70%;
    height: 70%;
    box-sizing: border-box;
    border-right: 2px solid #00b4be;
    border-bottom: 2px solid #00b4be;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.pro_active_list {
    width: 50%;
    position: relative;
}

.pro_active_first {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 6.25vw;
}

.pro_active_first:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #dedede;
}

.pro_active_last {
    padding-left: 7.8125VW;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pro_active_box {
    margin-top: 70px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.pro_active_last .pro_detailed_item {
    width: 50%;
}

.pro_active_foot_wrap {
    margin-top: 100px;
}

.pro_active_foot_item {
    width: 31.28787878%;
    margin: 0 3.06818183% 0 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.pro_active_foot_item:nth-child(3n) {
    margin: 0 0 0 0;
}

.pro_active_foot_img {
    padding-bottom: 67.7966101%;
}

.pro_active_foot_title {
    font-size: 26px;
    line-height: 34px;
    margin-top: 20px;
    font-weight: bold;
    color: #333333;
}

.pro_active_foot_text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #808080;
}

.pro_active_foot_box {
    margin-top: 60px;
}

.about_introduction_box {
    padding: 150px 0;
}

.about_foot_list {
    margin-top: 60px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_foot_item {
    width: 48.6842105%;
    margin-right: 2.631579%;
    position: relative;

}

.about_foot_item:nth-child(2n) {
    margin-right: 0;
}

.about_foot_img {
    padding-bottom: 67.5675675%;
}

.about_foot_btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.about_foot_icon {
    width: 50px;
}

.about_foot_icon svg {
    width: 100%;
    fill: #fff;
}

.about_foot_read_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.about_foot_read_item {
    width: 33.3333%;
    padding: 30px 0;
}

.about_foot_read_max {
    font-size: 68px;
    line-height: 80px;
    color: #00b4be;
}

.about_foot_read_min {
    font-size: 24px;
    line-height: 36px;
    margin-top: 28px;
    margin-left: 6px;
    color: #00b4be;
}

.about_foot_read_tit {
    -webkit-justify-content: center;
    justify-content: center;
}

.about_foot_read_text {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;

}

.about_foot_read_text p {
    text-align: center;
}

.about_development_wrap {
    position: relative;
    overflow: hidden;
}

.about_development_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.about_development_back {
    padding-bottom: 52.0833333%;
}

.about_development_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.about_development_content {
    width: 100%;
    margin-top: 200px;
}


.about_development_number {
    font-size: 180px;
    line-height: 200px;
    text-align: center;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_development_tit {
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_development_text {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_development_text p {
    text-align: center;
}

.about_development_swiper .swiper-slide-prev .about_development_number {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1));
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_development_swiper .swiper-slide-active .about_development_number {
    color: #00b4be;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.about_development_swiper .swiper-slide-next .about_development_number {
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1));
    background-image: linear-gradient(right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_development_swiper .swiper-slide-active .about_development_text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.about_development_swiper .swiper-slide-active .about_development_tit {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.about_development_read {
    margin-top: 50px;
    position: relative;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_development_left {
    position: absolute;
    top: 48%;
    left: 22.39583333%;
    width: 14.6875%;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
}

.about_development_right {
    position: absolute;
    top: 48%;
    right: 22.39583333%;
    width: 14.6875%;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
}

.about_development_line {
    width: 35.4609929%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.about_development_auto {
    width: 29.0780142%;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_development_button {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
}

.about_development_button:after {
    content: "";
    width: 30%;
    height: 30%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;

}

.about_development_prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}

.about_development_next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -5px;
}

.about_brand_item {
    width: 33.33333%;
    position: relative;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_brand_item:nth-child(3n+1) {
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.about_brand_item:nth-child(3n+2) {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
}

.about_brand_item:nth-child(3n) {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.about_brand_back {
    padding-bottom: 63.2411067%;
    background: #fff;
}

.about_brand_read {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 40px;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.about_brand_read:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
}

.about_brand_icon {
    font-size: 50px;
    width: 100%;
}

.about_brand_big {
    width: 100%;
}

.about_brand_tit {
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
}

.about_brand_text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 28px;
}

.about_brand_item:nth-child(2n+1) .about_brand_icon {
    color: #fff;
}

.about_brand_item:nth-child(2n+1) .about_brand_tit {
    color: #fff;
}

.about_brand_item:nth-child(2n+1) .about_brand_text {
    color: #fff;
}

.about_brand_item:nth-child(2n) .about_brand_read:after {
    display: none;
}

.about_brand_item:nth-child(2n) .about_brand_icon {
    color: #00b4be;
}

.about_brand_item:nth-child(2n) .about_brand_tit {
    color: #00b4be;
}

.about_brand_item:nth-child(2n) .about_brand_text {
    color: #666666;
}

.about_brand_list {
    margin-top: 80px;
}


.about_brand_wrap {
    background: #f0f0f0;
    padding: 150px 0;
}

.about_idea_wrap {
    position: relative;
    overflow: hidden;
}

.about_idea_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: #fff;
}

.about_idea_back {
    padding-bottom: 52.864583333%;
}

.about_idea_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.about_idea_center {
    width: 100%;
}

.about_idea_list {
    margin-top: 80px;
}

.about_idea_item {
    width: 48.6842105%;
    margin-right: 2.631579%;
}

.about_idea_item:nth-child(2n) {
    margin-right: 0;
}

.about_idea_img {
    padding-bottom: 64.8648648%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_idea_tit {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 6px;
}

.about_idea_read_box {
    width: 83.78378378%;
    margin: 0 auto 0;
    background: #fff;
    padding: 35px 60px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
}

.about_idea_read_tit {
    font-size: 22px;
    line-height: 34px;
    color: #333333;
}

.about_idea_read_text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}

.about_quality_wrap {
    padding: 150px 0;
}

.about_quality_head_item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dedede;
}

.about_quality_head_item:first-child:after {
    display: none;
}

.about_quality_max_item {
    width: 50%;
}

.about_quality_max_item .about_quality_list_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_quality_max_item .about_quality_label {
    width: 50%;
}

.about_quality_center_item {
    width: 26.77631578%;
    padding: 0 20px;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.about_quality_min_item {
    width: 23.22368422%;
    position: relative;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding-left: 20px;
}


.about_quality_tit {
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    color: #333333;
}

.about_quality_list_box {
    margin-top: 30px;
}

.about_quality_label {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.about_quality_icon {
    font-size: 23px;
    color: #00b4bd;
    line-height: 46px;
}

.about_quality_text {
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0 10px;
    color: #666666;
    width: calc(100% - 23px);
}

.about_quality_head {
    margin-top: 70px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_quality_foot {
    margin-top: 60px;
}

.quality_foot_item {
    width: 31.5789473%;
    margin-right: 2.63157905%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.quality_foot_item:nth-child(3n+1) {
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
}

.quality_foot_item:nth-child(3n+2) {
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
}

.quality_foot_item:nth-child(3n) {
    margin-right: 0;
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
}

.quality_foot_img {
    padding-bottom: 62.5%;
}

.about_partner_wrap {
    background: #eeeeee;
    padding: 150px 0 0 0;
}

.about_partner_list {
    margin-top: 60px;
}

.about_partner_item {
    width: 20%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.about_partner_item a {
    box-sizing: border-box;
    display: block;
    border: 1px dashed #dedede;
    border-left: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
}

.about_partner_item:nth-child(1) a {
    border-top: 1px dashed transparent;
}

.about_partner_item:nth-child(2) a {
    border-top: 1px dashed transparent;
}

.about_partner_item:nth-child(3) a {
    border-top: 1px dashed transparent;
}

.about_partner_item:nth-child(4) a {
    border-top: 1px dashed transparent;
}

.about_partner_item:nth-child(5) a {
    border-top: 1px dashed transparent;
}

.about_partner_item:nth-child(5n) a {
    border-right: 1px dashed transparent;
}

.about_partner_photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45.15151%;
}

.about_partner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_partner_img img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_map_wrap {
    padding: 150px 0;
}

.contact_map_head {
    margin-top: 70px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact_map_item {
    width: 25%;
}

.contact_map_top {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.contact_map_icon {
    font-size: 28px;
    color: #00b4be;
}

.contact_map_title {
    font-size: 18px;
    line-height: 30px;
    margin-left: 20px;
    font-weight: bold;
    color: #00b4be;
}

.contact_map_text,
.contact_map_text a {
    font-size: 20px;
    line-height: 40px;
    color: #666666;
}

.contact_map_text p {
    text-align: center;
}

.contact_map_foot {
    padding-bottom: 43.42105263%;
    position: relative;
    height: 0;
    width: 100%;
    margin-top: 60px;
}

.contact_map_swiper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.contact_map_box {
    height: 100%;
}

.contact_wap_read {
    height: 100%;
}

.contact_map_tab {
    cursor: pointer;
}

.contact_join_wrap {
    padding: 150px 0 200px 0;
    position: relative;
    overflow: hidden;
}

.contact_join_after {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    padding-bottom: 31.25%;
    z-index: 1;
}

.contact_join_after:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    background: #f0f0f0;
}

.contact_join_box {
    position: relative;
    z-index: 2;
}

.contact_join_slide {
    padding: 0 20px;
}

.contact_join_item {
    position: relative;
}

.contact_join_img {
    padding-bottom: 68.181818181%;
}

.contact_join_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: rgba(0, 0, 0, .6);
}

.contact_join_list {
    margin-top: 60px;
    position: relative;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}


.contact_join_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_join_title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

.contact_join_read {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
}

.contact_join_swiper .swiper-slide-active .contact_join_img:after {
    background: rgba(0, 0, 0, 0);
}

.contact_join_swiper .swiper-slide-active .contact_join_title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.contact_join_max {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;

}

.contact_join_button {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_join_btn {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.contact_join_btn:after {
    content: "";
    width: 30%;
    height: 30%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.contact_join_prev {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.contact_join_next {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.contact_join_prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}

.contact_join_next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -5px;
}


.contact_join_list:hover .contact_join_btn {
    opacity: 1;
    pointer-events: auto;
}

.contact_join_list:hover .contact_join_prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.contact_join_list:hover .contact_join_next {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.join_tab_wrap {
    margin-top: 80px;
}

.join_tab_head {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.join_head_item {
    color: #cccccc;
    font-size: 18px;
    line-height: 73px;
    font-weight: bold;
    background: #f0f0f0;
}

.join_head_item:nth-child(1) {
    width: 26.5%;
    padding: 0 40px;
}

.join_head_item:nth-child(2) {
    width: 18.5%;
    padding: 0 40px 0 0;
}

.join_head_item:nth-child(3) {
    width: 47%;
}

.join_head_item:nth-child(4) {
    width: 8%;
    text-align: center;
}

.join_tab_item_head {
    background: #f0f0f0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_tab_list_box {

}

.join_tab_item_box {
    margin-top: 1px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.join_tab_item_label {
    font-size: 18px;
    line-height: 72px;
    color: #666666;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join_tab_item_label:nth-child(1) {
    width: 26.5%;
    padding: 0 40px;
}

.join_tab_item_label:nth-child(2) {
    width: 18.5%;
    padding: 0 40px 0 0;
}

.join_tab_item_label:nth-child(3) {
    width: 47%;
}

.join_tab_item_label:nth-child(4) {
    width: 8%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.join_tab_item_icon {
    position: relative;
    width: 29.607698%;
    height: 0;
    padding-bottom: 29.607698%;
    background: #00b4be;
    margin: 0 auto;
}

.join_tab_item_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    height: 2px;
    width: 33.33333%;
}

.join_tab_item_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 2px;
    height: 33.33333%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_tab_item_read {
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_tab_item_content {
    background: #fafafa;
}

.join_tab_item_pd {
    padding: 40px;
}

.join_tab_item_bjq {
    padding-right: 20px;
}

.join_tab_item_bjq p {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
}

.join_tab_item_big {
    position: relative;
    padding-right: 19.44444444%;
}

.join_tab_item_btn {
    width: 19.44444444%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.join_tab_item_btn a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 56px;
    border: 1px solid #dedede;
    color: #666666;
    text-align: center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_tab_item_btn a:hover {
    border: 1px solid #00b4be;
    background: #00b4be;
    color: #fff;
}

.join_tab_item_current .join_tab_item_head {
    background: #29298c;
}

.join_tab_item_current .join_tab_item_label {
    color: #fff;
}

.join_tab_item_current .join_tab_item_icon:before {
    height: 0;
}

.news_read_wrap {
    background: #f0f0f0;
    padding-bottom: 200px;
}

.news_read_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 31.25%;
    z-index: 1;
}

.news_read_box {
    padding: 0 18.75vw;
    position: relative;
    z-index: 2;

}

.news_read_pd {
    min-height: 100vh;
    padding-top: 240px;
}

.news_head_title {
    font-size: 46px;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_head_list {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_head_item {
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.news_head_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(255, 255, 255, .4);
}

.news_head_item:last-child:after {
    display: none;
}

.news_head_text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.news_head_icon {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.news_head_jt {
    width: 18px;
    height: 18px;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.news_head_jt:after {
    content: "";
    width: 50%;
    height: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.news_read_content {
    background: #fff;
    padding: 100px;
    margin-top: 80px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_read_bjq,
.news_read_bjq p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news_read_bjq p {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_read_bjq img {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

.news_read_button {
    margin-top: 40px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.news_read_btn_box {
    width: 33.33333%;
}

.news_read_btn_box a {
    -webkit-align-items: center;
    align-items: center;
}

.news_read_btn_icon {
    font-size: 18px;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    color: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_read_text {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_read_btn_next .news_read_btn_icon:before {
    display: block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_read_btn_return {
    -webkit-justify-content: center;
    justify-content: center;
}

.news_read_btn_next {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.news_read_btn_box a:hover .news_read_btn_icon {
    color: #00b4bd;
}

.news_read_btn_box a:hover .news_read_text {
    color: #00b4bd;
}

.pro_read_list {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

/*动画*/
.AddBannerItem .page_banner_title:after {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddBannerItem .page_banner_en {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddBannerItem .page_banner_cn {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}


.AddBannerItem .page_banner_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}


/**/
.AddBusinessBox .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddBusinessBox .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddBusinessBox .business_index_item:nth-child(1) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddBusinessBox .business_index_item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.AddBusinessBox .business_index_item:nth-child(3) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

/**/
.AddMedicalHead .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddMedicalHead .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddMedicalHead .business_read_item:nth-child(1) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddMedicalHead .business_read_item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.AddMedicalHead .business_read_item:nth-child(3) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.AddMedicalHead .business_read_item:nth-child(4) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/**/
.AddMedicalBack:after {
    top: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.AddMedicalBack .business_back_photo {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.AddMedicalBack .business_back_title {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.AddMedicalBack .business_back_text {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

/**/
.AddMedicalPartner .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddMedicalPartner .business_partner_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/
.AddPreBack:after {
    top: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


.AddPreBack .pre_content_left {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}


.AddPreBack .business_back_title {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.AddPreBack .pre_content_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

/**/
.AddPackage .package_img_item:nth-child(1) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddPackage .package_img_item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/

.AddProHead .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddProHead .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddProHead .pro_read_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddProItem {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddProRead .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddProRead .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/
.AddProActive .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddProActive .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddProActive .pro_active_box {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

/**/
.AddProActiveFoot .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddProActiveFoot .pro_active_foot_item:nth-child(1) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddProActiveFoot .pro_active_foot_item:nth-child(2) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.AddProActiveFoot .pro_active_foot_item:nth-child(3) {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

/**/
.AddAboutHead .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddAboutHead .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/
.AddAboutFoot .about_foot_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/

.AddAboutDevelopment:after {
    top: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.AddAboutDevelopment .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.AddAboutDevelopment .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.AddAboutDevelopment .about_development_read {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

/**/

.AddAboutBrand .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddAboutItem {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddAboutIdea:after {
    top: 100%;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.AddAboutIdea .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.AddAboutIdea .about_idea_img {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}


.AddAboutIdea .about_idea_read_box {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}


/**/
.AddAboutQuality .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddAboutQuality .page_public_min {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddAboutQuality .about_quality_head {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

/**/
.AddQualityFoot {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddAboutPartner .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddAboutPartnerItem {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/


.AddNewsItem {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0) !important;
}

.AddNewsItem .index_news_icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.AddNewsItem .index_news_after:after {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    border-right: 36px solid #00b4be;
}

.AddNewsItem .index_news_shadow:after {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    z-index: 7;

}

.AddNewsItem .index_news_shadow:before {
    -webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    transition: all 1s cubic-bezier(0.5, 0.2, 0.01, 1);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    z-index: 7;
}

/**/
.AddNewsLabel {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddNewsHead .news_head_title {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddNewsHead .news_head_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/
.AddNewsContent {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

/**/
.AddNewsBjq {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

/**/
.AddNewsButton {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddContactHead .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddContactHead .contact_map_head {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.AddContactHead .contact_map_swiper {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

/**/
.AddContactJoin .page_public_max {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.AddContactJoin .contact_join_list {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

/**/
.AddContactTab .join_tab_head {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/**/
.AddContactItem {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}


/**/
.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: 65%;
}

.index_video_item {
    width: 100%;
    padding-bottom: 56.2%;
    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: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    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_box,
.wap_nav_wrap {
    display: none;
}

.index_news_pagination {
    display: none;
}

.wap_partner_pagination {
    display: none;
}

.wap_partner_wrap {
    display: none;
}

.index_news_swiper {
    overflow: initial;
}

.page_banner_btn {
    display: none;
}

.page_banner_down {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
}

.page_banner_down_link {
    width: 100%;
    padding-bottom: 1px;
    background: rgba(255, 255, 255, .95);;
}

.page_banner_down_link a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    background: rgba(237, 237, 237, .95);
    color: #666666;
    display: block;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.page_banner_down_link a:hover {
    background: rgba(237, 237, 237, 1);
    color: #333;
}


.pro_fixed_wrap {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;

}

.pro_fixed_item {
    width: 80px;
    height: 80px;
    margin-bottom: 4px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #00b4be;
    cursor: pointer;
}

.pro_fixed_read {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.pro_fixed_icon {
    color: #fff;
    font-size: 38px;
}

.pro_popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.pro_popup_active {
    pointer-events: auto;
    opacity: 1;
}
.pro_popup_active .pro_popup_close {
    pointer-events: auto;
}
.pro_popup_close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    z-index: 1;
}

.pro_popup_box {
    width: 100%;
    position: relative;
    z-index: 9;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}

.pro_popup_ewm {
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pro_popup_text {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    position: relative;
}

.pro_popup_title {
    background: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}

.pro_popup_title a,
.pro_popup_title {
    color: #333;
    font-size: 14px;
    line-height: 34px;
}

.pro_popup_img {
    padding-bottom: 100%;
}

.pro_content_read2 .page_public_max {
    text-align: center;
}

.pro_content_read2 .page_public_min {
    text-align: center;
}

.about_head_box {
    padding: 0 10.41666666vw;
}

.pro_read_head_center {
    min-width: 80%;
    max-width: 100%;
}

.pro_detailed_center {
    min-width: 80%;
    max-width: 100%;
}

.pro_claim_box .pro_detailed_center {
    min-width: 100%;
}

.about_quality_auto {
    min-width: 100%;
}

.pro_content_max .pro_detailed_box {
    width: 38.076923%;
}

.pro_content_max .pro_detailed_box:after {
    display: block;
}

.pro_read_head_max .pro_detailed_item {
    -webkit-align-items: center;
    align-items: center;
}

.pro_read_head_max .pro_detailed_item .pro_detailed_text {
    width: auto;
    padding: 0 0 0 10px;
}
.kefuboxadd {
    margin: 0 10px;
}