/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: yqtweb --*/
/*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;
}



#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.ttf);
}

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

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

@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: 16px;
    line-height: 28px;
    color: #333;
    margin: 0 auto;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
}


/*#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;
    max-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 {*/
/*}*/


/*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: #009ca4;
    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;
}


.web_center {
    padding: 0 10.4166667vw;
}


.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:36px;
    line-height: 50px;
    padding: 18px 0;
    color: #00185a;
    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;
}


.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;
}


.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 .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 .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);
    }
}

.index_public_back {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index_public_back img{
    max-width: 100%;
}

.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 - 11vw);
    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_brief_read {
    -webkit-align-items: center;
    align-items: center;
    margin-top: 45px;
}

.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;
}

.public_btn_wrap{
    align-items: center;
    justify-content: center;
    margin-top: 2.25rem;
}
.public_btn_wrap,.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;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.index_about_link:hover:before,.index_about_link:hover:after{
    background: #3f47fa;
}
.index_about_link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 26px);
    background: #00b4be;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.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 10.4166667vw;
    width: 100%;
}

.index_vocational_head {
    width: 100%;
    margin-top: 50px;
}

.index_vocational_title {
    width:100%;
    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%;
    margin-top: 50px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    pointer-events: none;
}
.index_vocational_read img,.index_product_list img{
    max-width: 100%;
}

.index_vocational_list {
    margin-top: 50px;
    height: 21.875vw;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index_vocational_item {
    width: 12vw;
    margin: 0 1.25vw;
    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;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.product_item_read:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    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;
    z-index: 1000;
}

.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 {
    position: absolute;
    bottom: 0;
    left: 0;
    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_text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.index_product_item:hover .product_item_read:after {
    height: 100%;
    top: 0;
    opacity: .9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_product_item:hover .product_item_title {
    position: relative;
    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;
    z-index: 1000;
}


.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_label6 {
    top: 58% !important;
    left: 93% !important;
}
.index_annotate_label7 {
    top: 70% !important;
    left: 82% !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%;
}
.index_annotate_label6 .annotate_line {
    width: 30.010834%;
}
.index_annotate_label7 .annotate_line {
    width: 30.010834%;
}

.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_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);
}

.index_news_item a {
    display: block;
}


.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_box img{
    -webkit-filter: brightness(0) grayscale(100%) invert(100%);
    filter: brightness(0) grayscale(100%) invert(100%);
}


.footer_read_box {
    width: 100%;
    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_box,.footer_message_box{
    max-width: 42%;
}
.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 {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.footer_wap_item a {
    font-size: 16px;
    line-height: 30px;
    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 .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_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_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_annotate_label6 .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: 2600ms;
}

.index_slide_current .index_annotate_label6 .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_label6 .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: 2950ms;
}
.index_slide_current .index_annotate_label7 .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: 3100ms;
}

.index_slide_current .index_annotate_label7 .annotate_line:after {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: 2150ms;
    transition-delay: 2250ms;
}

.index_slide_current .index_annotate_label7 .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: 3350ms;
}


.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_nav_fixed {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 999;
    background: #f7f7f7;
}

.page_nav_default a {
    background: rgba(0, 0, 0, .4);
}

.page_nav_hover a {
    background: #00b4be;
}

.page_banner_title {
    position: relative;
    /*padding-left: 20px;*/
    margin-top: -20px;
}


.page_banner_en {
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    color: #00185a;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}


.page_banner_cn {
    font-size: 36px;
    line-height: 80px;
    color: #009ca4;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}


/*--内页service--*/
.service_products_box{
    margin-top: 3.25rem;
    width: 100%;
}

.service_nav_menu{
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.service_nav_list a{
    background: #ffffff;
    border: #ececec 1px solid;
    border-radius: 10px;
    padding: 5px 20px;
    margin-right: 15px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}
.service_nav_list a:hover{
    color: #009ca4;
}
.service_nav_list a.hover{
    background: #009ca4;
    border: #009ca4 1px solid;
    color: #ffffff;
}
.contentbox{
    width: 100%;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 24px;
    border-radius: 0.75rem;
    overflow: hidden;
}
.service_products_text{
    width: 50%;
    padding: 3rem;
}
.service_products_icon{
    display: inline-block;
    background: #ffffff;
    border: #009ca4 1px solid;
    border-radius: 8px;
    padding: 15px;
}
.service_products_icon img{
    width: 100px;
}
.service_products_text_title{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3rem;
    margin: 0.625rem 0 1.125rem;
}
.service_products_demo{
    font-size: 16px;
    line-height: 35px;
    color: #666666;
}
.service_products_demo h3{
    font-weight: bold;
    color: #009ca4;
}
.service_public_btn_wrap{
    align-items: left;
    justify-content: flex-start;
    margin-top: 2.25rem;
}
.service_products_content{
    width: 50%;
    padding: 3rem;
    background: rgb(248, 250, 252); 
    border-left: 1px solid rgb(240, 240, 240);
}
.service_products_img{
    padding-bottom: 42%;
    border-radius: 15px;
    overflow: hidden;
}
.service_products_list_name{
    font-size: 24px;
    font-weight: bold;
    margin: 2.25rem 0 1rem;
}
.service_content_list{
    line-height: 2.625rem;
}

.service_content_icon .iconfont{
    font-size: 1.5rem;
    color: #009ca4;
    margin-right: 0.75rem;
}
.service_content_text{
    width: calc(100% - 2.25rem);
}
.service_content_text h3{
    font-size: 1.125rem;
    font-weight: 600;
}
.service_content_text p{
    line-height: 1.25rem;
    color: #666666;
}
.service_old_wrap{
    width: 100%;
    background: #ffffff;
    padding: 8.333vw 0;
}
.service_old_box{
    justify-content: space-between;
    margin-top: 3.5rem;
}
.service_old_item{
    width: 25%;
    text-align: center;
}
.service_old_icon .iconfont{
    font-size: 2.25rem;
}
.service_reason_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.service_reason_img{
   padding-bottom:45%;
}
.service_reason_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}
.service_reason_item{
    width: 45%;
    padding: 6.25rem 0 0;
}
.service_reason_title{
    font-size: 36px;
    line-height: 48px;
    color:#009ca4;
    padding-bottom: 2.25rem;
}
.service_reason_text p{
    font-size: 18px;
    line-height: 30px;
    margin: 0.5rem 0;
}
.service_advantage_wrap{
    width: 100%;
    background: linear-gradient(rgb(244, 249, 255) 0%, rgb(255, 255, 255) 100%);
    padding: 8.333vw 0;
}
.service_advantage_box{
    margin-top: 3.25rem;
}
.service_advantage_item{
    width: calc( 25% - 15px );
    background: #ffffff;
    border-radius: 0.875rem;
    border:#eef8f7 1px solid;
    padding: 2.25rem 1.5rem;
    margin: 0 15px 25px 0;
}
.service_advantage_item:nth-child(4n){
    margin-right: 0;
}
.service_advantage_icon .iconfont{
    font-size: 3.125rem;
    color: #009ca4;
}
.service_advantage_name{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 1rem 0 0.25rem;
}
.service_advantage_demo{
    color: #666666;
}
.service_contact_wrap{
    margin-top: 2.25rem;
}
/*--内页products--*/
.products_page_box{
    width: 100%;
    background: linear-gradient(to bottom,#edf5fe, #f0f6fe);
    padding: 8.3333vw 0;
}
.products_page_item{
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 2.25rem;
}
.products_pagge_back{
    width: 50%;
    padding-bottom: 45%;
}
.products_page_list{
    width: 50%;
    padding: 80px;
}
.products_page_item:nth-child(3) .products_page_list{
    width: 100%;
}
.products_item_subtitle{
    display: inline-block;
    background: #009ca4;
    font-size:16px;
    line-height: 36px;
    color: #ffffff;
    border-radius: 18px;
    padding: 0 2.25rem;
    margin-bottom: 1.25rem;
}
.products_item_title{
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
}
.products_item_name{
    font-size: 18px;
    font-weight: bold;
    color: #009ca4;
    margin:0.625rem 0;
}
.products_list_ul p{
    color: #666666;
    margin-bottom: 1rem;
}
.products_list_li{
    position: relative;
    padding-left: 0.875rem;
    line-height: 36px;
}
.products_list_li::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    bottom: 12px;
    border-radius: 50%;
    background:#cdcdcd;
}
.products_item_list_box{
    width: 100%;
}
.productView_table_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.productView_table_wrap td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.productView_table_wrap tr td {
    border: 1px solid #cdcdcd;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.productView_table_wrap tr td {
    color: #222222;
}


.productView_table_wrap tr:nth-child(odd) td {
    background: #f7f8fa;
}

.productView_table_wrap tr:nth-child(even) td {
    background: #fff;
}

.productView_table_wrap tr:first-child td {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000000 !important;
    background:#e6e8ec;
}

.productView_table_wrap table tr:first-child td {
    font-size:1.25rem;
    line-height:1.375rem;
    padding:0.75rem 0.35rem;
}

.productView_table_wrap table td {
    padding:8px;
}
.products_page_text .products_item_list_name{
    font-size: 1.875rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin: 3.25rem 0 1.875rem;
}
.products_item_list_box,.products_item_list_header{
    justify-content: space-between;
}
.products_item_list{
    width: 48%;
    margin: 2% 4% 2% 0;
}
.products_item_list:nth-child(2n){
    margin-right: 0;
}
.products_item_list:nth-child(1){
    border-radius: 20px;
    border-left: #3B82F6 6px solid;
    background: #f5f5f7;
    padding: 36px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.products_item_list:nth-child(2){
    border-radius: 20px;
    border-left: #F59E0B 6px solid;
    background: #f5f5f7;
    padding: 36px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.products_item_list:nth-child(3){
    border-radius: 20px;
    border-left: #009ca4 6px solid;
    background: #f5f5f7;
    padding: 36px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.products_item_list:nth-child(4){
    border-radius: 20px;
    border-left: #8B5CF6 6px solid;
    background: #f5f5f7;
    padding: 36px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.products_item_list_title{
    align-items: center;
    gap: 16px;
}
.products_item_list_name{
    font-size: 24px;
    font-weight: 700;
    color:#1a1a1a;
}
.products_item_list_text{
    margin-top: 1.25rem;
}
.products_item_list:nth-child(1) .products_item_number{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #3B82F615;
    color: #3B82F6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}
.products_item_list:nth-child(1) .products_item_price{
    padding: 8px 20px;
    background: #EFF6FF;
    color: #3B82F6;
    border-radius: 20px;
    font-weight: 600;
    line-height: 36px;
}
.products_item_list:nth-child(2) .products_item_number{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #F59E0B15;
    color: #F59E0B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}
.products_item_list:nth-child(2) .products_item_price{
    padding: 8px 20px;
    background: #FFFBEB;
    color: #F59E0B;
    border-radius: 20px;
    font-weight: 600;
    line-height: 36px;
}
.products_item_list:nth-child(3) .products_item_number{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #009ca415;
    color: #009ca4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}
.products_item_list:nth-child(3) .products_item_price{
    padding: 8px 20px;
    background: #EFF6FF;
    color: #009ca4;
    border-radius: 20px;
    font-weight: 600;
    line-height: 36px;
}
.products_item_list:nth-child(4) .products_item_number{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #3B82F615;
    color: #8B5CF6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
}
.products_item_list:nth-child(4) .products_item_price{
    padding: 8px 20px;
    background: #EFF6FF;
    color: #8B5CF6;
    border-radius: 20px;
    font-weight: 600;
    line-height: 36px;
}

/*--内页about--*/
.service_products_wrap,.about_profile_wrap{
    width: 100%;
    background: linear-gradient(to bottom,#edf5fe, #f0f6fe);
    padding: 8.3333vw 0;
}
.about_profile_box,.about_founder_box{
    justify-content: space-between;
}
.about_profile_item{
    width: 50%;
}
.about_profile_title{
    font-size: 2.125rem;
    font-weight: bold;
    color: #009ca4;
}
.about_profile_name{
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.25rem 0;
}
.about_profile_text p{
    font-size:18px;
    color:#1a1a1a;
    line-height:30px;
    margin: 0.5rem 0;
}
.about_profile_img{
    width: 45%;
    padding-bottom:38.6%;
}
.about_profile_img img{
    border-radius: 15px;
}

.about_founder_wrap{
    width: 100%;
    padding: 8.333vw 0;
}
.about_founder_item{
    width: 38%;
}
.about_founder_title{
    font-size: 2.725rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_founder_img{
    padding-bottom: 110%;
}
.about_founder_content{
    width: 56%;
}
.about_founder_name{
    font-size: 2.125rem;
    font-weight: bold;
    color: #009ca4;
}
.about_founder_demo{
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: #000;
    margin: 0.875rem 0 1.5rem;
}
.about_founder_text p{
    margin-bottom: 0.5rem;
}
.about_team_wrap{
    width: 100%;
    padding: 3.25rem 0;
    margin-top: 3.25rem;
    border-top: #cdcdcd 1px solid;
}
.about_team_box{
    margin-top: 3.125vw;
}
.about_team_list{
    background: #f5f5f5;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.about_team_list:last-child{
    margin-right: 0;
}
.about_team_photo{
    padding-bottom: 85%;
}
.about_team_text{
    padding:1rem;
}
.about_team_name{
    font-size: 1.125rem;
    font-weight: bold;
}
.about_team_zhiwei{
    font-size: 16px;
    font-weight: 600;
    color:#009ca4;
    margin:0.625rem 0;
}
.about_team_content{
    color: #666666;
}
.about_team_swiper .swiper-slide {
    pointer-events: none;
}
.index_business_pagination_wrap {
    width: 0;
    margin-top: 4.6875vw;
}
.index_business_pagination_wrap .index_business_pagination_box {
    position: relative;
    height: 0.1041666vw !important;
    background: #ececec;
    width: 100%;
}
.index_business_pagination_wrap .index_business_pagination_box .swiper-pagination-progressbar-fill {
   background:#009ca4;
}
.AddIndexBusinessPagination {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}
.about_why_wrap{
    width: 100%;
    background: rgb(248, 250, 252);
    padding: 8.333vw 0;
}
.nav_public_title{
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
}
.nav_public_demo{
    margin-top: 1.5rem;
    text-align: center;
    color: #666666;
}
.about_why_box{
    margin-top: 3.25rem;
    justify-content: space-between;
}
.about_why_item{
    width:calc(20% - 0.8725rem);;
    background: #ffffff;
    padding:3.85rem 1rem 2.25rem;
    margin-right: 0.8725rem;
    border-radius: 0.875rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.about_why_item:last-child{
    margin-right: 0;
}
.about_why_icon{
    display: block;
}
.about_why_icon .iconfont{
    font-size: 3.625rem;
    color: #009ca4;
}
.about_why_name{
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1.5rem 0 0.25rem;
}
/*--内页news--*/
.news_page_wrap{
    padding: 6.25vw 0;
}
.news_page_box{
    margin-top: 3.25rem;
}
.news_page_box .index_news_item:nth-child(3n){
    margin-right: 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: 42px;
    color: #fff;
    line-height: 60px;
    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 .iconfont {
    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;
    
    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;
}

.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;
}
.news_pagination_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.news_pagination_box a {
    width: 2.08333vw;
    height: 2.08333vw;
    margin: 0 0.5208333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 0.7291666vw;
    color: #666;
    font-family: "Arial", "Microsoft YaHei UI Light", "Microsoft YaHei UI", å¾®è½¯é›…é»‘, "Helvetica", "sans-serif" !important;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_pagination_box .news_pagination_btn {
    border: 1px solid #7fb031;
}

.news_pagination_box .news_pagination_btn svg {
    width: 0.416666vw;
    fill: #7fb031;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

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

.news_pagination_box a:hover {
    background: #7fb031;
    border: 1px solid #7fb031;
    color: #fff;
}

.news_pagination_box a:hover svg {
    fill: #fff;
}
/*--内页contact--*/
.contact_page_wrap{
    position: relative;
    background: #f5f5f5;
    padding: 8.333vw 0;
}
.contact_page_header{
    align-items: last baseline;
    vertical-align: bottom;
}
.contact_title_en{
    font-size: 60px;
    line-height: 90px;
    font-family: Barlow-Bold;
    margin-right: 0.5rem;
}
.contact_title_cn{
    font-size: 20px;
    line-height: 90px;
}
.contact_page_content{
    width: 100%;
    background: #ffffff;
    justify-content: space-between;
    border-radius: 1rem;
    overflow: hidden;
}
.contact_page_img{
    width: 48%;
    padding-bottom: 43%;
}
.contact_page_text{
    width: 50%;
    padding: 80px;
}
.contact_page_text p{
    font-size: 18px;
    line-height: 36px;
    margin: 0.5rem 0;
}
.feedback_wrap{
	position:relative;
}
.feedback_img{
	width:45%;
	padding-bottom:43.65%;
}
.feedback{
	width:55%;
	padding:4rem 17rem 3rem 3rem;
}
.feedback .contact_title_en{
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}
.feedback .contact_title_cn{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}
.feedback p{width:100%; text-align:center;font-weight:bold;font-size:1.125rem;}
.feedback_list{padding:2rem 0 0;}
.feedback_nav{
    margin-bottom:1.25rem; 
}
.feedback_nav .feedback_title{
    display:inline-block;
    width:100px; 
    text-align:right;
}
.feedback_nav input,.feedback_nav textarea{
    display:inline-block;
    width:80%;
    line-height:2.125rem;
    border:#d8d8d8 1px solid; 
    padding-left:1rem;
    border-radius: 8px;
}

.feedback_btn{
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
}
.feedback_btn input{
    display: inline-block;
    text-align: center;
    margin: 2%;
    padding: 0.625rem 2.5rem;
    border-radius: 8px;
    background: #009ca4;
    font-size: 1.125rem;
    color: #ffffff;
    cursor: pointer;
}


/*动画*/
.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;
}



/**/
.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;
}


.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;
}


