/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


/*@font-face {*/
/*    font-family: "light_font";*/
/*    src: url('../fonts/light_font.woff'),*/
/*    url('../fonts/light_font.ttf'),*/
/*    url('../fonts/light_font.otf');*/
/*}*/

/*.font_en_light {*/
/*    font-family: "light_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;*/
/*    letter-spacing: 3px;*/
/*}*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #1e2432;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

.body-wrap {
    display: none;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

i {
    font-style: normal;
}

div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

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: Arial, "Microsoft YaHei", "微软雅黑", Helvetica, sans-serif;
}

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 {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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: #0ac9f5;
    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);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.page-lable-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #0000ff;
    background: #0000ff;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.page-lable-wrap a:hover {
    border: 1px solid #0000ff;
    background: #0000ff;
    color: #fff;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.inline {
    display: inline-block;
    vertical-align: top;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/


/*css play*/
.web_center {
    padding: 0 370px;
}

.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding-top: 80px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.header_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    height: 45px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.header_logo a {
    width: 148px;
    display: block;
}

.header_nav_wrap {
    width: 100%;
}

.header_nav_button {
    display: none;
}

.header_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

.header_nav_ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.header_nav_ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    pointer-events: none;
}

.header_nav_li {
    line-height: 45px;
    position: relative;
    z-index: 1;
}

.header_nav_li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0 26px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
    position: relative;
}

.header_nav_li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #00afcc;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.header_nav_active a {
    color: #00afcc;
}

.header_nav_active a:after {
    width: 100%;
}

.header_nav_li:hover a {
    color: #00afcc;
}

.header_nav_li:hover a:after {
    width: 100%;
}

.header_current {
    padding-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.header_current .header_box {
    height: 95px;
}

.header_current .header_nav_li {
    line-height: 95px;
}

.header_current .header_nav_li a {
    color: #1e2432;
}

.index_banner_wrap {
    background: #1e2432;
    height: 100vh;
}

.index_banner_box {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.index_video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 0;
}

.index_banner_swiper {
    height: 100%;
}

.banner_animation {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding-top: 60px;
}

.banner_content_box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.banner_title_cn {
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 15px;
    color: #00afcc;
    -webkit-animation-delay: 100ms !important;
    animation-delay: 100ms !important;
}

.banner_title_en {
    font-size: 48px;
    line-height: 60px;
    color: #00afcc;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.banner_title_text {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding: 30px 0;
    width: 78%;
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.banner_content_read {
    width: 60%;
    padding-right: 70px;
}

.banner_content_img {
    width: 40%;
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}


.banner_title_button {
    -webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}

.banner_title_button a {
    border: 1px solid #00afcc;
    padding: 0 13px 0 13px;
    line-height: 43px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-size: 12px;
    color: #00afcc;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.banner_title_button a:hover {
    background: #00afcc;
    color: #fff;
}

.banner_box_img {
    width: 100%;
    padding-bottom: 71.31367292%;
}

.index_content_wrap {
    padding: 60px 0;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.index_content_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.index_content_box {
    position: relative;
    z-index: 1;
    padding: 0 360px;
}

.index_content_ball {
    width: 32.75vw;
    margin: 0 auto;
    position: relative;
}


.index_border_min {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 34.8vw;
    height: 34.8vw;
    border: 1px dashed rgba(0, 175, 204, 0);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.index_border_center {
    position: absolute;
    bottom: -98%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60vw;
    height: 60vw;
    border: 1px dashed rgba(0, 175, 204, .6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: after_rotate 300s linear 0s infinite normal both;
    animation: after_rotate 300s linear 0s infinite normal both;
}

.index_border_max {
    position: absolute;
    bottom: -198%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80vw;
    height: 80vw;
    border: 1px dashed rgba(0, 175, 204, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;

}

@-webkit-keyframes after_rotate {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-50%);
        transform: rotate(360deg) translateX(-50%);
    }
}

@keyframes after_rotate {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-50%);
        transform: rotate(360deg) translateX(-50%);
    }
}

@-webkit-keyframes after_rotate2 {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(-50%);
        transform: rotate(-360deg) translateX(-50%);
    }
}

@keyframes after_rotate2 {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(-360deg) translateX(-50%);
        transform: rotate(-360deg) translateX(-50%);
    }
}

.index_content_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 90px;
}

.index_content_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
    text-align: center;
}

.index_content_item {
    width: 33.3333%;
    padding: 0 10px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_content_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_content_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.index_content_item:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.index_content_item:nth-child(2) {
    margin-top: 80px;
}

.index_content_item_box {
    padding: 50px 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_content_item:hover .index_content_item_box {
    background: #fff;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, .05);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-20px) !important;
    transform: translateY(-20px) !important;
}

.index_content_item:hover .icon_item_svg img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon_item_title {
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #1e2432;
}

.icon_item_svg {
    width: 124px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.icon_item_svg img {
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.icon_item_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 25px auto;
}

.icon_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #1e2432;
    text-align: center;
}

.page_content {
    background: #fff;
    position: relative;
    z-index: 1;
}

.footer_box {
    background: #1e2432;

}

.footer_page_wrap {
    padding-top: 60px;
}

.footer_page_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 20px 40px 20px;
}

.footer_left {
    width: 100%;
}


.footer_logo {
    width: 148px;
}

.footer_content_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer_link_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.footer_content_item {
    width: 50%;
    padding-right: 30px;
}

.footer_content_title {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.footer_content_li a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.footer_content_read {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.footer_content_read a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.footer_ewm_box {
    width: 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.footer_ewm_item {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.footer_ewm_img span {
    width: 100px;
    display: block;
}

.footer_ewm_text {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    padding-left: 30px;
}

.footer_bq_box {
    padding: 24px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.footer_bq_box a {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.footer_bq_line {
    background: #96999f;
    height: 1px;
}

.foot_link {
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.foot_link:after {
    content: "";
    background: #00afcc;
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.foot_link:hover {
    color: #00afcc;
}

.foot_link:hover:after {
    width: 100%;
}

.index_program_back {
    padding-bottom: 52.08333333333%;
}

.index_program_back:after {
    content: "";
    height: 40%;
    width: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.index_logo_box {
    position: relative;
}

.index_logo_back {
    padding-bottom: 28.8541666666666%;
    background-image: -webkit-linear-gradient(to top, #229ff9, #00afcc);
    background-image: linear-gradient(to top, #229ff9, #00afcc);
}

.index_news_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 50px 0;
}

.index_news_min_item {
    width: 100%;
    padding-right: 20px;

}

.index_news_max_img {
    padding-bottom: 100%;
}

.index_news_max_img img {
    width: 105%;
    height: 105%;
    margin-left: -2.5%;

    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_li {
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    margin-bottom: 41px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_li:nth-child(3n) {
    margin-bottom: 0;
}

.index_news_min_li a {
    background: #ffffff;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_img {
    width: 180px;
    height: 166px;
}

.index_news_min_right {
    width: 100%;
    padding: 15px 20px;

}

.index_news_min_box {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.index_news_min_title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #1e2432;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_time {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.index_news_min_icon {
    width: 20px;
    height: 20px;
    margin: 2px 10px 2px 0;
    border: 1px solid #00afcc;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_icon i {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.index_news_min_icon i:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    height: 1px;
    width: 6px;
    background: #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_icon i:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    height: 6px;
    width: 1px;
    background: #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_text {
    color: #00afcc;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_li:hover a {
    background: #00afcc;
}

.index_news_min_li:hover .index_news_min_title {
    color: #fff;
}

.index_news_min_li:hover .index_news_min_text {
    color: #fff;
}

.index_news_min_li:hover .index_news_min_icon {
    border-color: #fff;
}

.index_news_min_li:hover .index_news_min_icon i:before {
    background: #fff;
}

.index_news_min_li:hover .index_news_min_icon i:after {
    background: #fff;
}

.index_news_wrap {
    padding: 60px 0;
}

.index_news_max_item a {
    display: block;
    width: 580px;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.index_news_max_item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    opacity: 0;
    background-image: -webkit-linear-gradient(to top, #00afcc, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, #00afcc, rgba(0, 0, 0, 0));
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}


.index_news_max_time {
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_max_read {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 30px;
}

.index_news_max_text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.index_news_max_title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_max_item a:hover .index_news_max_img img {
    margin-top: -5%;
}

.index_news_max_item a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);

}

.index_news_max_item a:hover .index_news_max_time {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s .2s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s .2s cubic-bezier(.31, .61, .25, .99);

}

.index_news_max_item a:hover .index_news_max_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s .1s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s .1s cubic-bezier(.31, .61, .25, .99);
}

.index_news_button {
    text-align: center;
}

.index_news_button a {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    line-height: 43px;
    text-align: center;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
    color: #00afcc;
    background: #fff;
    border: 1px solid #00afcc;
}

.index_news_button a:hover {
    font-size: 18px;
    color: #fff;
    background: #00afcc;

}

.index_logo_content {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.index_logo_title_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.index_logo_circle1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 810px;
    height: 810px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    pointer-events: none;
    border: 1px solid rgba(12, 127, 234, .3);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_logo_circle2 {
    width: 75%;
    height: 75%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(12, 127, 234, .4);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_logo_circle3 {
    width: 70%;
    height: 70%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(12, 127, 234, .6);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_logo_circle4 {
    width: 65%;
    height: 65%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid rgba(12, 127, 234, .8);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


.index_logo_list {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
}

.index_logo_item {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_logo_max {
    -webkit-animation: index_logo_max .6s forwards cubic-bezier(.31, .61, .25, .99);
    animation: index_logo_max .6s forwards cubic-bezier(.31, .61, .25, .99);
}

@-webkit-keyframes index_logo_max {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes index_logo_max {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.index_logo_min {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: index_logo_min .6s forwards cubic-bezier(.31, .61, .25, .99);
    animation: index_logo_min .6s forwards cubic-bezier(.31, .61, .25, .99);
}

@-webkit-keyframes index_logo_min {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes index_logo_min {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.index_logo_animate {
    height: 100%;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.index_logo_item:nth-child(1) .index_logo_animate,
.index_logo_item:nth-child(8) .index_logo_animate {
    -webkit-animation: 3s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
    animation: 3s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
}

.index_logo_item:nth-child(2) .index_logo_animate,
.index_logo_item:nth-child(4) .index_logo_animate,
.index_logo_item:nth-child(6) .index_logo_animate {
    -webkit-animation: 4s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
    animation: 4s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
}

.index_logo_item:nth-child(3) .index_logo_animate,
.index_logo_item:nth-child(5) .index_logo_animate,
.index_logo_item:nth-child(7) .index_logo_animate {
    -webkit-animation: 5s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
    animation: 5s imgAnimate infinite cubic-bezier(.31, .61, .25, .99) normal both;
}

.index_logo_img {
    padding-bottom: 66.8341708%;
}

@-webkit-keyframes imgAnimate {
    0% {
        margin-top: -10%;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: -10%;
    }
}

@keyframes imgAnimate {
    0% {
        margin-top: -10%;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: -10%;
    }
}

.index_logo_item:nth-child(1) {
    width: 16.8%;
    left: 2%;
    top: 28%;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_logo_item:nth-child(2) {
    width: 8.4259259%;
    left: 19%;
    top: 10%;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.index_logo_item:nth-child(3) {
    width: 16.8%;
    left: 41%;
    top: 7%;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.index_logo_item:nth-child(4) {
    width: 14.629629%;
    left: 80%;
    top: 11%;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.index_logo_item:nth-child(5) {
    width: 14.629629%;
    left: 12%;
    top: 68%;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.index_logo_item:nth-child(6) {
    width: 9.814814%;
    left: 45%;
    top: 77%;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.index_logo_item:nth-child(7) {
    left: 73%;
    top: 65%;
    width: 16.8%;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.index_logo_item:nth-child(8) {
    width: 8.4259259%;
    left: 89%;
    top: 43%;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.page_header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.page_header_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    height: 95px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.page_header_logo a {
    width: 148px;
    display: block;
}

.page_header_nav_wrap {
    width: 100%;
}

.page_header_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

.page_header_nav_ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}


.page_header_nav_li {
    line-height: 95px;
    position: relative;
    z-index: 1;
}

.page_header_nav_li a {
    color: #1e2432;
    font-size: 16px;
    display: block;
    padding: 0 26px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
    position: relative;
}

.page_header_nav_li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #00afcc;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.page_header_nav_active a {
    color: #00afcc;
}

.page_header_nav_active a:after {
    width: 100%;
}

.page_header_nav_li:hover a {
    color: #00afcc;
}

.page_header_nav_li:hover a:after {
    width: 100%;
}


.header_top {
    padding-top: 95px;
}

.page_content_wrap {
    position: relative;
    z-index: 1;
    background: #fff;
}

.ability_list_wrap {
    height: calc(100vh - 95px);
    position: relative;
}

.ability_back {
    height: 100%;
    pointer-events: none;
}

.ability_list_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ability_list_item {
    width: 50%;
}

.ability_list_item:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.ability_list_item:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}


.ability_list_img_wrap {
    width: 46%;
    margin: 0 auto;
}

.ability_list_img_wrap a {
    display: block;
}

.ability_list_img_box {
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.ability_list_title {
    line-height: 42px;
    font-size: 28px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
	padding:0 5%;
}

.ability_list_title a {
    color: #fff;
}

.ability_banner_wrap {
    position: relative;
}

.ability_banner_img {
    padding-bottom: 25.26041666667%;
    pointer-events: none;
}

.ability_banner_title {
    z-index: 1;
    color: #fff;
    font-size: 48px;
}

.ability_content_box {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.ability_content_read {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ability_content_en {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
}

.ability_content_cn {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
}

.ability_content_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 20px 0;
}

.ability_content_text {
    font-size: 18px;
    line-height: 36px;
    color: #1e2432;
}

.ability_content_list {
    width: 40%;
}

.ability_content_list_img1 {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: -1;
}

.ability_content_list_img1 .ability_content_img {
    padding-bottom: 34.3408%;
}

.ability_code_back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ability_code_back:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, #00afcc, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, #00afcc, rgba(0, 0, 0, 0));
}

.ability_code_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ability_code_box {
    position: relative;

}

.ability_code_list {
    padding: 70px 0 40px 0;
    position: relative;
    z-index: 1;
}

.ability_code_text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.ability_code_text a {
    color: #fff;
}

.ability_item_img {
    padding-bottom: 61.31578947368421%;
}

.ability_item_img img {
    width: 110%;
    height: 110%;
    margin-left: -5%;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_item_img:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(to top, #00afcc, #00afcc 30%, rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, #00afcc, #00afcc 30%, rgba(0, 0, 0, 0));
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_item_title {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_code_content {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.ability_code_content:hover .ability_item_title {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.ability_code_content:hover .ability_item_img img {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
}

.ability_code_content:hover .ability_item_img:after {
    top: 0;
}

.ability_code_tab {
    margin: 50px 0;
}

.ability_code_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.ability_code_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 12px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_code_pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0);
}

.index_logo_title {
    font-size: 38px;
    color: #fff;
    pointer-events: none;
}

.index_program_box {
    position: relative;
}

.index_program_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index_program_content {
    padding: 60px 0;
}

.index_white_title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.index_program_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: 200px;
}

.index_program_item {
    width: 33.333333%;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_item:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_program_item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.index_program_item:nth-child(3n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.index_program_button_wrap {
    width: 71%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_button_box {
    position: relative;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_button_box a {
    display: block;
    line-height: 45px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 26px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_button_box a:hover {
    background: #00afcc;
    border-color: #00afcc;
}

.index_program_button_box a:last-child {
    margin-bottom: 0;
}

.index_program_title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    padding: 20px 0 56px 0;
}

.index_program_svg {
    width: 30%;
    margin: 0 auto;
}

.index_icon_white {
    fill: #fff;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_icon_color {
    fill: #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_top {
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_program_item:hover .index_program_top {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.index_program_item:hover .index_icon_white {
    fill: #00afcc;
}

.index_program_item:hover .index_icon_color {
    fill: #fff;
}

.index_program_item:hover .index_program_button_box {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.index_program_read {

    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.index_program_read a {
    display: inline-block;
    margin: 0 auto;
}

.index_program_en {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
}

.index_program_cn {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
}

.index_program_foot_svg {
    width: 160%;
    position: absolute;
    bottom: -14%;
    left: -30%;
    z-index: 0;
}

.index_program_foot_svg svg .index_svg_animate {
    fill: none;
    /*fill: #00afcc;*/
    stroke: rgba(255, 255, 255, 0);
    stroke-width: 1px;
}

.index_program_current svg .index_svg_animate:nth-child(1) {
    -webkit-animation: 3s SvgAnimate1 forwards linear;
    animation: 3s SvgAnimate1 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(2) {
    -webkit-animation: 3s SvgAnimate2 forwards linear;
    animation: 3s SvgAnimate2 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(3) {
    -webkit-animation: 3s SvgAnimate3 forwards linear;
    animation: 3s SvgAnimate3 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(4) {
    -webkit-animation: 3s SvgAnimate4 forwards linear;
    animation: 3s SvgAnimate4 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(5) {
    -webkit-animation: 3s SvgAnimate5 forwards linear;
    animation: 3s SvgAnimate5 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(6) {
    -webkit-animation: 3s SvgAnimate6 forwards linear;
    animation: 3s SvgAnimate6 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(7) {
    -webkit-animation: 3s SvgAnimate7 forwards linear;
    animation: 3s SvgAnimate7 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(8) {
    -webkit-animation: 3s SvgAnimate8 forwards linear;
    animation: 3s SvgAnimate8 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(9) {
    -webkit-animation: 3s SvgAnimate9 forwards linear;
    animation: 3s SvgAnimate9 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(10) {
    -webkit-animation: 3s SvgAnimate10 forwards linear;
    animation: 3s SvgAnimate10 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(11) {
    -webkit-animation: 3s SvgAnimate11 forwards linear;
    animation: 3s SvgAnimate11 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(12) {
    -webkit-animation: 3s SvgAnimate12 forwards linear;
    animation: 3s SvgAnimate12 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(13) {
    -webkit-animation: 3s SvgAnimate13 forwards linear;
    animation: 3s SvgAnimate13 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(14) {
    -webkit-animation: 3s SvgAnimate14 forwards linear;
    animation: 3s SvgAnimate14 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(15) {
    -webkit-animation: 3s SvgAnimate15 forwards linear;
    animation: 3s SvgAnimate15 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(16) {
    -webkit-animation: 3s SvgAnimate16 forwards linear;
    animation: 3s SvgAnimate16 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(17) {
    -webkit-animation: 3s SvgAnimate17 forwards linear;
    animation: 3s SvgAnimate17 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(18) {
    -webkit-animation: 3s SvgAnimate18 forwards linear;
    animation: 3s SvgAnimate18 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(19) {
    -webkit-animation: 3s SvgAnimate19 forwards linear;
    animation: 3s SvgAnimate19 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(20) {
    -webkit-animation: 3s SvgAnimate20 forwards linear;
    animation: 3s SvgAnimate20 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(21) {
    -webkit-animation: 3s SvgAnimate21 forwards linear;
    animation: 3s SvgAnimate21 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(22) {
    -webkit-animation: 3s SvgAnimate22 forwards linear;
    animation: 3s SvgAnimate22 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(23) {
    -webkit-animation: 3s SvgAnimate23 forwards linear;
    animation: 3s SvgAnimate23 forwards linear;
}

.index_program_current svg .index_svg_animate:nth-child(24) {
    -webkit-animation: 3s SvgAnimate24 forwards linear;
    animation: 3s SvgAnimate24 forwards linear;
}

@-webkit-keyframes SvgAnimate1 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1111px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1111px, 0;
    }
}

@keyframes SvgAnimate1 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1111px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1111px, 0;
    }
}

@-webkit-keyframes SvgAnimate2 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 400px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 400px, 0;
    }
}

@keyframes SvgAnimate2 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 400px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 400px, 0;
    }
}

@-webkit-keyframes SvgAnimate3 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 364px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 364px, 0;
    }
}

@keyframes SvgAnimate3 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 364px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 364px, 0;
    }
}

@-webkit-keyframes SvgAnimate4 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1474px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1474px, 0;
    }
}

@keyframes SvgAnimate4 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1474px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1474px, 0;
    }
}

@-webkit-keyframes SvgAnimate5 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1505px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1505px, 0;
    }
}

@keyframes SvgAnimate5 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1505px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1505px, 0;
    }
}

@-webkit-keyframes SvgAnimate6 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 384px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 384px, 0;
    }
}

@keyframes SvgAnimate6 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 384px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 384px, 0;
    }
}

@-webkit-keyframes SvgAnimate7 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 147px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 147px, 0;
    }
}

@keyframes SvgAnimate7 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 147px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 147px, 0;
    }
}

@-webkit-keyframes SvgAnimate8 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@keyframes SvgAnimate8 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@-webkit-keyframes SvgAnimate9 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@keyframes SvgAnimate9 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@-webkit-keyframes SvgAnimate10 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@keyframes SvgAnimate10 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@-webkit-keyframes SvgAnimate11 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 636px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 636px, 0;
    }
}

@keyframes SvgAnimate11 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 636px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 636px, 0;
    }
}

@-webkit-keyframes SvgAnimate12 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 636px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 636px, 0;
    }
}

@keyframes SvgAnimate12 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 636px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 636px, 0;
    }
}

@-webkit-keyframes SvgAnimate13 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 586px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 586px, 0;
    }
}

@keyframes SvgAnimate13 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 586px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 586px, 0;
    }
}

@-webkit-keyframes SvgAnimate14 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 226px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 226px, 0;
    }
}

@keyframes SvgAnimate14 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 226px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 226px, 0;
    }
}

@-webkit-keyframes SvgAnimate15 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 400px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 400px, 0;
    }
}

@keyframes SvgAnimate15 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 400px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 400px, 0;
    }
}

@-webkit-keyframes SvgAnimate16 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 586px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 586px, 0;
    }
}

@keyframes SvgAnimate16 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 586px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 586px, 0;
    }
}

@-webkit-keyframes SvgAnimate17 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1206px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1206px, 0;
    }
}

@keyframes SvgAnimate17 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1206px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1206px, 0;
    }
}


@-webkit-keyframes SvgAnimate18 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 533px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 533px, 0;
    }
}

@keyframes SvgAnimate18 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 533px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 533px, 0;
    }
}

@-webkit-keyframes SvgAnimate19 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@keyframes SvgAnimate19 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 62px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 62px, 0;
    }
}

@-webkit-keyframes SvgAnimate20 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1432px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1432px, 0;
    }
}

@keyframes SvgAnimate20 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1432px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1432px, 0;
    }
}

@-webkit-keyframes SvgAnimate21 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1501px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1501px, 0;
    }
}

@keyframes SvgAnimate21 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1501px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1501px, 0;
    }
}

@-webkit-keyframes SvgAnimate22 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1473px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1473px, 0;
    }
}

@keyframes SvgAnimate22 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 1473px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 1473px, 0;
    }
}

@-webkit-keyframes SvgAnimate23 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 914px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 914px, 0;
    }
}

@keyframes SvgAnimate23 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 914px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 914px, 0;
    }
}

@-webkit-keyframes SvgAnimate24 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 797px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 797px, 0;
    }
}

@keyframes SvgAnimate24 {
    0% {
        stroke: #00afcc;
        stroke-dasharray: 0, 797px;
    }
    100% {
        stroke: #00afcc;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 797px, 0;
    }
}

.ability_pro_box {
    padding: 80px 0;
}

.ability_pro_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
    text-align: center;
}

.ability_pro_page {
    margin: 50px 0;
}

.ability_pro_page img {
    width: auto;
    max-width: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.ability_value_box {
    position: relative;
    background: #1e2432;
    overflow: hidden;
    padding: 110px 0;
}

.ability_value_back {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ability_value_read {
    position: relative;
    z-index: 1;
}

.ability_value_title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.ability_value_text {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding: 55px 0 70px 0;
}

.ability_value_bjq img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.ability_app_box {
    padding: 70px 0 180px 0;
}

.ability_app_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 50px;
}

.ability_app_item {
    width: 32.33333%;
    margin: 0 1.5% 1.5% 0;
    position: relative;
}

.ability_app_item:nth-child(3n) {
    margin: 0 0 1.5% 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.ability_app_item:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.ability_app_item:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.ability_app_title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 22%;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    z-index: 2;
}

.ability_app_img {
    padding-bottom: 69.02887%;
}

.ability_app_img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
}

.ability_partner_box {
    padding: 90px 0 100px 0;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.ability_partner_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
    text-align: center;
}

.ability_partner_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 60px;
    margin-bottom: 20px;
}

.ability_partner_item {
    width: 32.33333%;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_partner_item:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.ability_partner_item:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.ability_partner_item:nth-child(3n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.ability_partner_item_box {
    height: 100%;
    padding: 50px 30px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ability_partner_item:hover .ability_partner_item_box {
    background: #fff;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, .05);
    box-shadow: 6px 6px 10px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.ability_partner_item:hover .ability_partner_item_svg img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ability_partner_item:nth-child(3n) {
    margin-right: 0;
}

.ability_partner_item_title {
    font-size: 30px;
    line-height: 42px;
    color: #1e2432;
    text-align: center;
}

.ability_partner_item_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 25px auto;
}

.ability_partner_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #1e2432;
    text-align: center;
}

.ability_partner_item_svg {
    width: 122px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.ability_partner_item_svg img {
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}


.ability_partner_back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


.ability_partner_min {
    position: absolute;
    bottom: -54%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 38vw;
    height: 38vw;
    border: 1px dashed rgba(0, 175, 204, .6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.ability_partner_center {
    position: absolute;
    bottom: -83%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60vw;
    height: 60vw;
    border: 1px dashed rgba(0, 175, 204, .3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-animation: partner_after_rotate 300s linear 0s infinite normal both;
    animation: partner_after_rotate 300s linear 0s infinite normal both;
}

.ability_partner_max {
    position: absolute;
    bottom: -107%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80vw;
    height: 80vw;
    border: 1px dashed rgba(0, 175, 204, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;

}

@-webkit-keyframes partner_after_rotate {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-50%);
        transform: rotate(360deg) translateX(-50%);
    }
}

@keyframes partner_after_rotate {
    0% {
        -webkit-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    100% {
        -webkit-transform: rotate(360deg) translateX(-50%);
        transform: rotate(360deg) translateX(-50%);
    }
}

.index_banner_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    bottom: 15vh;
    width: 100%;
    z-index: 9;
    opacity: 0;
}

.index_banner_pagination .swiper-pagination-bullet {
    border: 1px solid #626670;
    background: #626670;
    width: 13px;
    height: 13px;
    margin: 0 12px !important;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_banner_pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0);
    border-color: #00afcc;
}

.ability_code_value_box {
    position: relative;
    overflow: hidden;
}

.ability_code_value_back {
    padding-bottom: 32.03125%;
    height: 0;
    background-image: -webkit-linear-gradient(to top, #229ff9, #00afcc);
    background-image: linear-gradient(to top, #229ff9, #00afcc);
}

.ability_code_value_read {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.ability_code_value_title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.ability_code_value_list {
    padding-top: 60px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.code_value_item_box {
    width: 33.33333%;
    padding: 0 50px;
}

.code_value_item_box:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.code_value_item_box:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.code_value_item_box:nth-child(3n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}


.ability_industry_item:nth-child(6n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.ability_industry_item:nth-child(6n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.ability_industry_item:nth-child(6n+3) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.ability_industry_item:nth-child(6n+4) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.ability_industry_item:nth-child(6n+5) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.ability_industry_item:nth-child(6n) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.code_value_item_svg {
    width: 42%;
    margin: 0 auto;
}

.code_value_item_title {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.code_value_item_line {
    background: #fff !important;
}

.code_value_item_text {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.ability_shelf_icon_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 100px 0 50px 0;
}

.ability_shelf_icon_box {
    width: 33.33333%;
    padding: 0 50px;
    text-align: center;
}

.ability_shelf_icon_svg {
    width: 47%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.ability_shelf_icon_title {
    font-size: 24px;
    line-height: 36px;
    color: #00afcc;
}

.ability_shelf_box {
    padding: 80px 0 140px 0;
    background: #f6f6f6;
}

.ability_shelf_content img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    pointer-events: none;
}

.ability_industry_box {
    padding: 70px 0 90px 0;
	display:none;
}

.ability_industry_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 60px;
}

.ability_industry_item {
    padding: 50px 0 20px 0;
    width: 15%;
    position: relative;
    margin-right: 2%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(to top, #3399ff, #00afcc);
    background-image: linear-gradient(to top, #3399ff, #00afcc);
}

.ability_industry_item:nth-child(6n) {
    margin-right: 0;
}

.ability_industry_svg {
    width: 62%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.ability_industry_title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.ability_industry_line {
    width: 35px;
    height: 3px;
    background: #fff;
    margin: 20px auto;
}

.ability_industry_text {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}

.ability_industry_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ability_industry_back img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .25;
}

.ability_industry_read {
    position: relative;
    z-index: 1;
}

.solution_banner_read {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solution_banner_title {

    font-size: 48px;
    line-height: 72px;
    color: #00afcc;
}

.solution_box {
    position: relative;
}

.solution_item_left {
    width: 50%;
    height: 100%;
    background: #00afcc;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px 0;
}

.solution_item_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.solution_item_read {
    width: 61.5%;
    margin-left: 38.5%;
    padding-right: 30px;
}

.solution_item_title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

.solution_item_line {
    width: 40px;
    height: 4px;
    background: #fff;
    margin: 30px 0 20px 0;
}

.solution_item_text {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.solution_item_img {
    width: 100%;
    height: 100%;
}

.solution_list_item {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 70px 0 60px 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 50px 0 0 0;
}

.solution_list_icon {
    width: 61%;
}

.solution_list_read {
    width: 39%;
    padding: 0 50px 0 0;
}

.solution_list_svg {
    width: 51%;
    margin: 0 auto;
}

.solution_list_title {
    font-size: 30px;
    line-height: 42px;
}

.solution_list_text {
    padding-top: 50px;
}

.solution_list_link {
    margin-bottom: 30px;
}

.solution_list_link a {
    line-height: 30px;
    display: inline-block;
    position: relative;
    color: #262d3f;
    font-size: 20px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.solution_list_link a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #aaabb0;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.solution_list_link a:hover {
    color: #00afcc;
}

.solution_list_link a:hover:after {
    width: 0;
}

.solution_list_button a {
    font-size: 12px;
    line-height: 43px;
    padding: 0 32px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    color: #00afcc;
    border: 1px solid #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.solution_list_button a:hover {
    background: #00afcc;
    color: #fff;
}

.solution_list_box {
    padding: 40px 0 90px 0;
    background: #f6f6f6;
}

.education_box {
    position: relative;
}

.education_content_wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.education_content_box {
    width: 49%;
}

.education_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
}

.education_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 20px 0;
}

.education_text {
    font-size: 18px;
    line-height: 36px;
    color: #1e2432;
}

.advantage_box {
    padding: 80px 0;
    position: relative;
}

.advantage_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advantage_back img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage_content {
    position: relative;
    z-index: 1;
}

.advantage_title {
    font-size: 36px;
    line-height: 48px;
    color: #00afcc;
    text-align: center;
}

.advantage_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.advantage_item {
    width: 33.33333%;
}

.advantage_item_svg {
    width: 31%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.advantage_item_title {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    text-align: center;
	font-weight:bold;
}

.advantage_item_text {
    font-size: 16px;
    line-height: 30px;
    height: 220px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}

.education_app_box {
    padding: 110px 0 90px;
	display:none;
}

.education_app_read {
    position: relative;
}

.education_app_item_text {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 40px;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.education_app_item_img {
    padding-bottom: 68.965517%;
    background: #1e2432;
}

.education_app_item_img img {
    opacity: .25;
}

.education_app_list {
    font-size: 0;
    padding: 60px 360px 0 360px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.education_app_item {
    width: 50%;
    padding: 0 10px;
}

.education_app_item:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.education_app_item:nth-child(2n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.voice_logo_img {
    padding-bottom: 46.396396%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.voice_logo_box {
    padding: 150px 0 60px 0;
    background-image: -webkit-linear-gradient(to right, #229ff9, #00afcc);
    background-image: linear-gradient(to right, #229ff9, #00afcc);
	display:none;
}

.voice_logo_swiper {
    margin-bottom: 80px !important;
}


.voice_logo_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.voice_logo_pagination .swiper-pagination-bullet {
    margin: 0 12px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.voice_logo_pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0);
}

.build_box {
    height: calc(100vh - 95px);
    position: relative;
}

.build_img {
    height: 100%;
}

.build_read {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.build_title {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.build_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.build_button a {
    line-height: 45px;
    font-size: 12px;
    color: #fff;
    background: #00afcc;
    padding: 0 40px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin: 0 25px;
}

.about_content_list {
    padding-top: 100px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_content_item {
    width: 42.3%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.about_content_item_back {
    padding-bottom: 43.4869739%;
}

.about_content_item_read {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.about_content_item_title {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
}

.about_content_item_line {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #fff;
}

.about_content_item_text {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    height: 72px;
    overflow: hidden;
}

.about_page_read {
    font-size: 18px;
    line-height: 46px;
    color: #1e2432;
}

.about_page_read img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 36px 0;
    pointer-events: none;
}

.about_page_box {
    padding: 70px 0 100px 0;
}

.about_honor_box {
    background: #f6f6f6;
    padding: 60px 0 40px 0;
}

.about_honor_list {
    padding: 0 360px;
}

.about_honor_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.about_honor_item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.about_honor_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 30px;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.about_honor_item_icon i {
    width: 50px;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.about_honor_item_icon i:after {
    content: "";
    width: 18px;
    height: 18px;
    background: #00afcc;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.about_honor_item_title {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 90px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.about_honor_item_text {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #1e2432;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_wap_banner_wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_wap_banner_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_honor_item:hover a {
    background: #00afcc;
}

.about_honor_item:hover a .about_honor_item_text {
    color: #fff;
}

.about_honor_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_honor_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #959595;
    border: 1px solid #959595;
    opacity: 1;
    margin: 0 12px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.about_honor_pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0);
    border-color: #00afcc;
}

.about_honor_swiper {
    margin-bottom: 10px !important;
}

.news_content_wrap {
    padding: 60px 0 70px 0;
    background: #f6f6f6;
}

.news_list_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_title_item {
    margin-left: 20px;
}

.news_title_item:first-child {
    margin-left: 0;

}

.news_title_item a {
    font-size: 16px;
    color: #00afcc;
    line-height: 44px;
    border: 1px solid #00afcc;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 0 35px;
    letter-spacing: 3px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.news_title_item a:hover {
    background: #00afcc;
    color: #fff;
}

.news_title_active a {
    background: #00afcc;
    color: #fff;
}

.news_list_box {
    padding-top: 40px;
}

.news_list_item {
    margin-bottom: 65px;
}

.news_list_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.news_list_item_images {
    width: 32%;
}

.news_list_item_img {
    padding-bottom: 84.65608%;
}

.news_list_item_read {
    width: 68%;
    padding: 0 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.news_list_item_title {
    font-size: 24px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #1e2432;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.news_list_item_text {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #1e2432;
    margin: 20px 0;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_label {
    font-size: 16px;
    line-height: 24px;
    color: #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.index_news_min_line {
    width: 1px;
    height: 16px;
    background: #00afcc;
    margin: 4px 20px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.news_list_item:hover a {
    background: #00afcc;
}

.news_list_item:hover a .news_list_item_title {
    color: #fff;
}

.news_list_item:hover a .news_list_item_text {
    color: #fff;
}

.news_list_item:hover a .index_news_min_icon {
    border-color: #fff;
}

.news_list_item:hover a .index_news_min_icon i:after {
    background: #fff;
}

.news_list_item:hover a .index_news_min_icon i:before {
    background: #fff;
}

.news_list_item:hover a .index_news_min_text {
    color: #fff;
}

.news_list_item:hover a .index_news_min_line {
    background: #fff;
}

.news_list_item:hover a .index_news_min_label {
    color: #fff;
}

.news_list_page {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_list_page a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    color: #00afcc;
    font-size: 18px;
    margin: 0 13px;
}

.news_list_page .current {
    background: #00afcc;
    color: #fff;
}

.news_read_title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
    color: #1e2432;
}

.news_read_bjq {
    margin-top: 40px;
}

.news_read_bjq img {
    margin: 30px auto;
    width: auto;
    max-width: 100%;
    pointer-events: none;
}

.news_read_bjq p {
    font-size: 18px;
    line-height: 30px;
    color: #1e2432;
}

.news_read_bjq h3 {
    font-size: 24px;
    line-height: 30px;
    color: #1e2432;
}

.news_read_control {
    padding: 0 360px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px 0 30px 0;
}

.news_control_item {

    width: 50%;
    padding: 0 10px;

}

.news_control_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.news_control_item_images {
    width: 30%;
    position: relative;
}

.news_control_item_rad {
    width: 70%;
    padding: 10px 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.news_control_item_img {
    padding-bottom: 92.222222%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.news_control_item_title {
    font-size: 18px;
    line-height: 24px;
    color: #1e2432;
    width: 100%;
}

.news_control_prev .news_control_item_images:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #00afcc;
    right: 0;
    top: 0;
}

.news_control_prev .news_control_item_img i:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #00afcc;
    position: absolute;
    right: 0;
    top: 0;
}

.news_control_next .news_control_item_img i:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #00afcc;
    position: absolute;
    left: 0;
    top: 0;
}

.news_control_item_img i {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 60px;
    color: #00afcc;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.news_control_prev .news_control_item_img i:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.news_control_item a:hover .news_control_item_img i {
    opacity: 0;
}

.news_control_item a:hover {
    background: #00afcc;
}

.news_control_item a:hover .news_control_item_title {
    color: #fff;
}

.news_control_item a:hover .index_news_min_icon {
    border-color: #fff;
}

.news_control_item a:hover .index_news_min_icon i:after {
    background: #fff;
}

.news_control_item a:hover .index_news_min_icon i:before {
    background: #fff;
}

.news_control_item a:hover .index_news_min_text {
    color: #fff;
}

.about_wap_position {
    position: relative;
}

.about_wap_content {
    position: relative;
}

.about_wap_icon {
    background: #fff;
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/*南京*/
.about_wap_nj {
    position: absolute;
    z-index: 1;
    left: 50.5%;
    top: 58%;
}

.about_wap_nj .about_wap_svg {
    width: 20.625vw;
    position: relative;
    transform: translateY(-100%);
    margin-top: -12px;
    margin-left: 8px;
}

.about_wap_nj .about_wap_read {
    left: 20.625vw;
    top: -100%;
    margin-left: 8px;
    margin-top: -12px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    opacity: 0;
}

.about_wap_nj.about_svg_animate .about_wap_icon {
    -webkit-animation: .3s aboutScale forwards linear;
    animation: .3s aboutScale forwards linear;
}

.about_wap_nj .about_wap_svg svg .about_wrap_animate {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_wap_nj.about_svg_animate .about_wap_read {
    -webkit-animation: .3s 1.1s aboutOpacity forwards linear;
    animation: .3s 1.1s aboutOpacity forwards linear;
}

.about_wap_nj.about_svg_animate .about_wrap_animate {
    -webkit-animation: .5s about_svg_animate1 forwards linear;
    animation: .5s about_svg_animate1 forwards linear;
}
/*上海*/
.about_wap_sh {
    position: absolute;
    z-index: 1;
    left: 52.5%;
    top: 60%;
}

.about_wap_sh .about_wap_svg {
    width: 18.6979vw;
    position: relative;
    margin-left: 6px;
}

.about_wap_sh .about_wap_read {
    left: 18.6979vw;
    top: 22px;
    margin-left: 6px;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    opacity: 0;
}

.about_wap_sh.about_svg_animate .about_wrap_animate {
    -webkit-animation: .5s about_svg_animate2 forwards linear;
    animation: .5s about_svg_animate2 forwards linear;
}

.about_wap_sh.about_svg_animate .about_wap_icon {
    -webkit-animation: .3s 1.1s aboutScale forwards linear;
    animation: .3s 1.1s aboutScale forwards linear;
}

.about_wap_sh .about_wap_svg svg .about_wrap_animate {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
}

.about_wap_sh.about_svg_animate .about_wap_read {
    -webkit-animation: .3s 1.9s aboutOpacity forwards linear;
    animation: .3s 1.9s aboutOpacity forwards linear;
}
/*深圳*/
.about_wap_sz {
    position: absolute;
    z-index: 1;
    left: 46.2%;
    top: 82.5%;
}

.about_wap_sz .about_wap_svg {
    width: 24.6875vw;
    position: relative;
    transform: translateY(-100%);
    margin-top: -2px;
    margin-left: 6px;
}


.about_wap_sz .about_wap_read {
    left: 24.6875vw;
    top: -12px;
    margin-left: 6px;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    opacity: 0;
}

.about_wap_sz.about_svg_animate .about_wrap_animate {
    -webkit-animation: .5s about_svg_animate3 forwards linear;
    animation: .5s about_svg_animate3 forwards linear;
}


.about_wap_sz.about_svg_animate .about_wap_icon {
    -webkit-animation: .3s 1.9s aboutScale forwards linear;
    animation: .3s 1.9s aboutScale forwards linear;
}

.about_wap_sz .about_wap_svg svg .about_wrap_animate {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
}

.about_wap_sz.about_svg_animate .about_wap_read {
    -webkit-animation: .3s 2.7s aboutOpacity forwards linear;
    animation: .3s 2.7s aboutOpacity forwards linear;
}
/*北京*/
.about_wap_bj {
    position: absolute;
    z-index: 1;
    left: 46%;
    top: 38.2%;
}

.about_wap_bj .about_wap_svg {
    width: 25.625vw;
    position: relative;
    transform: translateY(-100%);
    margin-top: -12px;
    margin-left: 8px;
}

.about_wap_bj .about_wap_read {
    left: 25.625vw;
    top: -100%;
    margin-left: 8px;
    margin-top: -12px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    opacity: 0;
}

.about_wap_bj.about_svg_animate .about_wap_icon {
    -webkit-animation: .3s 2.7s aboutScale forwards linear;
    animation: .3s 2.7s aboutScale forwards linear;
}

.about_wap_bj .about_wap_svg svg .about_wrap_animate {
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
}

.about_wap_bj.about_svg_animate .about_wap_read {
    -webkit-animation: .3s 3.5s aboutOpacity forwards linear;
    animation: .3s 3.5s aboutOpacity forwards linear;
}

.about_wap_bj.about_svg_animate .about_wrap_animate {
    -webkit-animation: .5s about_svg_animate4 forwards linear;
    animation: .5s about_svg_animate4 forwards linear;
}

/*成都*/
.about_wap_cd {
    position: absolute;
    z-index: 1;
    left: 34%;
    top: 61.2%;
}

.about_wap_cd .about_wap_svg {
    width: 37vw;
    position: relative;
    margin-top: 0;
    margin-left: 8px;
}

.about_wap_cd .about_wap_read {
    left: 37vw;
    top: 100%;
    margin-left: 7px;
    margin-top: -28px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    opacity: 0;
}

.about_wap_cd.about_svg_animate .about_wap_icon {
    -webkit-animation: .3s 3.5s aboutScale forwards linear;
    animation: .3s 3.5s aboutScale forwards linear;
}

.about_wap_cd .about_wap_svg svg .about_wrap_animate {
    -webkit-animation-delay: 3800ms;
    animation-delay: 3800ms;
}

.about_wap_cd.about_svg_animate .about_wap_read {
    -webkit-animation: .3s 4.3s aboutOpacity forwards linear;
    animation: .3s 4.3s aboutOpacity forwards linear;
}

.about_wap_cd.about_svg_animate .about_wrap_animate {
    -webkit-animation: .5s about_svg_animate5 forwards linear;
    animation: .5s about_svg_animate5 forwards linear;
}




.about_wap_svg svg .about_wrap_animate {
    fill: none;
    /*fill: #00afcc;*/
    stroke: rgba(255, 255, 255, 0);
}
@-webkit-keyframes about_svg_animate1 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 100px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 100px, 0;
    }
}

@keyframes about_svg_animate1 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 100px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 100px, 0;
    }
}

@-webkit-keyframes about_svg_animate2 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 79px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 79px, 0;
    }
}

@keyframes about_svg_animate2 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 79px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 79px, 0;
    }
}

@-webkit-keyframes about_svg_animate3 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 130px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 130px, 0;
    }
}

@keyframes about_svg_animate3 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 130px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 130px, 0;
    }
}

@-webkit-keyframes about_svg_animate4 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 130px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 130px, 0;
    }
}

@keyframes about_svg_animate4 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 130px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 130px, 0;
    }
}

@-webkit-keyframes about_svg_animate5 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 200px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 200px, 0;
    }
}

@keyframes about_svg_animate5 {
    0% {
        stroke: #fff;
        stroke-dasharray: 0, 200px;
    }
    100% {
        stroke: #fff;
        fill: rgba(255, 255, 255, 0);
        stroke-dasharray: 200px, 0;
    }
}
@-webkit-keyframes aboutScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes aboutScale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about_wap_read {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 200px;
}




@-webkit-keyframes aboutOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes aboutOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.about_wap_focus .about_wap_round {
    border-color: #00afcc;
}

.about_wap_focus .about_wap_round:after {
    background: #00afcc;
}

.about_wap_focus .about_wap_text {
    color: #00afcc;
    font-size: 26px;
}

.about_wap_round {
    border: 1px dashed #fff;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.about_wap_round:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.about_wap_text {
    font-size: 24px;
    color: #fff;
    margin-left: 10px;
}

.about_wap_top_read {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
    z-index: 1;

}

.about_wap_top_text {
    width: 44.06779%;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.about_wap_img {
    pointer-events: none;
}

.about_year_content {
    position: relative;
    overflow: hidden;
}

.about_year_back {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_year_list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 30vw;
    -webkit-transform-origin: 50% 131%;
    transform-origin: 50% 131%;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.about_year_box {
    width: 100%;
	display:none;
}

.about_year_round {
    position: relative;
}

.about_year_item {
    position: absolute;
    left: 50%;
    top: 23.5%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform-origin: 100px 32.3vw;
    transform-origin: 100px 32.3vw;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*.about_year_item:nth-child(2) {*/
/*    transform: rotate(40deg);*/
/*}*/
/*.about_year_item:nth-child(2) .about_year_box {*/
/*    transform: rotate(-40deg);*/
/*}*/
/*.about_year_item:nth-child(3) {*/
/*    transform: rotate(80deg);*/
/*}*/
/*.about_year_item:nth-child(3) .about_year_box {*/
/*    transform: rotate(-80deg);*/
/*}*/
/*.about_year_item:nth-child(4) {*/
/*    transform: rotate(120deg);*/
/*}*/
/*.about_year_item:nth-child(4) .about_year_box {*/
/*    transform: rotate(-120deg);*/
/*}*/
/*.about_year_item:nth-child(5) {*/
/*    transform: rotate(160deg);*/
/*}*/
/*.about_year_item:nth-child(5) .about_year_box {*/
/*    transform: rotate(-160deg);*/
/*}*/
/*.about_year_item:nth-child(6) {*/
/*    transform: rotate(200deg);*/
/*}*/
/*.about_year_item:nth-child(6) .about_year_box {*/
/*    transform: rotate(-200deg);*/
/*}*/
/*.about_year_item:nth-child(7) {*/
/*    transform: rotate(240deg);*/
/*}*/
/*.about_year_item:nth-child(7) .about_year_box {*/
/*    transform: rotate(-240deg);*/
/*}*/
/*.about_year_item:nth-child(8) {*/
/*    transform: rotate(280deg);*/
/*}*/
/*.about_year_item:nth-child(8) .about_year_box {*/
/*    transform: rotate(-280deg);*/
/*}*/
/*.about_year_item:nth-child(9) {*/
/*    transform: rotate(320deg);*/
/*}*/
/*.about_year_item:nth-child(9) .about_year_box {*/
/*    transform: rotate(-320deg);*/
/*}*/
.about_year_title {
    font-size: 24px;
    line-height: 36px;
    color: #8c8c8c;
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.about_year_icon {
    background: #8c8c8c;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.page_header_down {
    position: fixed;
    left: 0;
    width: 100%;
    top: 95px;
    z-index: 9;
    -webkit-transition: all .6s cubic-bezier(.31, .61, .25, .99);
    transition: all .6s cubic-bezier(.31, .61, .25, .99);
    pointer-events: none;
    overflow: hidden;
}

.page_header_nav_li:hover .page_header_down {
    height: auto;
}

.page_header_down_list {
    background: rgba(255, 255, 255, .95);
    width: 100%;
    font-size: 0;
    pointer-events: auto;
}

.page_header_down_item {
    display: inline-block;
    width: 33.3333%;
    padding: 38px 0;
    vertical-align: top;
}

.page_header_down_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_header_down_svg {
    width: 35%;
    text-align: center;
}

.page_header_down_svg svg {
    width: 57%;
    margin: 0 auto;
}
.page_header_down_svg img {
    width: 57%;
    margin: 0 auto;
}
.page_header_down_read {
    width: 65%;
    padding-right: 40px;
}

.page_header_down_read a {
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #262d3f !important;
    padding: 0;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
    border-bottom: 1px solid #d3d7dc;
}

.page_header_down_read a:after {
    display: none;
}

.advantage_item:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.advantage_item:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.advantage_item:nth-child(3n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.page_header_down_read a:hover {
    background: #dee1e6;
    color: #00afcc !important;
    padding: 0 5px;
}

.ability_shelf_icon_box:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.ability_shelf_icon_box:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.ability_shelf_icon_box:nth-child(3n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_content_item:nth-child(2n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_content_item:nth-child(2n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_item_content {
    width: 100%;
    text-align: center;
    padding: 100px 0 50px 0;
}

.about_item_title {
    font-size: 48px;
    line-height: 58px;
    color: #00afcc;
}

.about_item_text {
    font-size: 24px;
    line-height: 50px;
    color: #1e2432;
    margin-top: 25px;
}

.about_year_active .about_year_title {
    color: #00afcc;
}

.about_year_active .about_year_icon {
    background: #00afcc;
}

.things_item_content {
    padding: 80px 0;
}

.things_item_read {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.things_item_read_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
}

.things_item_read_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 25px auto;
}

.things_item_read_text {
    font-size: 16px;
    line-height: 30px;
    color: #1e2432;
    text-align: center;
}

.things_item_back {
    background: #f6f6f6;
    padding: 70px 0 90px 0;
}

.things_item_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.things_item_app_box {
    width: 45%;
}

.things_item_plan_box {
    width: 55%;
    padding-left: 100px;
}

.things_item_app_title {
    font-size: 36px;
    line-height: 48px;
    color: #1e2432;
    margin-bottom: 50px;
}

.things_item_app_images {
    position: relative;
}

.things_item_app_img {
    padding-bottom: 71.6981132%;
    background: #1e2432;
}

.things_item_app_img img {
    opacity: .25;
}


.things_item_plan_read {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 70px;
}

.things_item_plan_read:last-child {
    margin-bottom: 0;
}

.plan_read_svg {
    width: 14.6%;
}

.plan_read_title {
    width: 85.4%;
    font-size: 24px;
    line-height: 36px;
    padding-left: 15px;
    max-height: 72px;
    overflow: hidden;
}

.logo_page_icon_img {
    padding-bottom: 32.142857%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.logo_page_icon_img img {
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.logo_page_icon_content:hover .logo_page_icon_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.logo_page_swiper {
    padding: 10px !important;
}

.logo_page_swiper .swiper_center {
    -webkit-justify-content: center;
    justify-content: center;
}

.logo_page_icon {
    padding: 0 400px 0 420px;
    margin-top: 50px;
}

.logo_page_item {
    padding: 80px 0;
    background: #f6f6f6;
}

.logo_page_item:nth-child(2n) {
    background: #fff;
}

.logo_page_content_back {
    padding-bottom:41.57407407%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.logo_page_content_back:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
}

.logo_page_content_box {
    padding: 50px 50px 0 50px;
}

.logo_icon_pagination {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
}

.logo_icon_pagination .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #666;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.logo_icon_pagination .swiper-pagination-bullet-active {
    background: #00afcc;
}

.logo_page_content_read {
    position: relative;
}

.logo_page_content_tab {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.logo_page_content_swiper {
    height: 100%;
    width: 100%;
}

.logo_page_content_swiper .swiper-slide {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.logo_page_content_bjq {
    width: 100%;
    padding: 40px 70px;
}

.logo_page_content_text {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;

}

.job_icon_color {
    fill: #00afcc;
}

.job_icon_none {
    fill: #fff;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.job_banner_box {
    height: calc(100vh - 95px);
    position: relative;
}

.job_banner_img {
    height: 100%;
    pointer-events: none;
    position: relative;
}

.job_banner_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
}

.job_banner_read {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.job_banner_title {
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    text-align: center;
}

.job_banner_text {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.job_banner_icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
}

.job_banner_item {
    width: 50%;
    text-align: center;
}

.job_banner_item:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.job_banner_item:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.job_lab_item:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.job_lab_item:nth-child(2n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.job_banner_item a {
    width: 220px;
}

.job_banner_item_svg {
    width: 100%;
    height: 220px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.job_banner_item_svg svg {
    margin: 0 auto;
    width: 146px;
    height: 146px;
}

.job_banner_item_title {
    font-size: 30px;
    line-height: 42px;
    margin-top: 15px;
    color: #fff;
}

.job_banner_item a:hover .job_banner_item_svg {
    background: #fff;
}

.job_banner_item a:hover .job_icon_none {
    fill: #1e2432;
}

.job_lab_list_box {
    position: relative;
}

.job_lab_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.job_lab_item {
    width: 50%;
    position: relative;
}

.job_lab_read {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 20px;
}

.job_lab_back {
    padding-bottom: 43.75%;
    background: #1e2432;
}

.job_lab_back img {
    opacity: .3;
    pointer-events: none;
}

.job_lab_title {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}

.job_lab_text {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.job_lab_round {
    width: 344px;
    height: 344px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.job_lab_round_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.job_round_max {
    background: rgba(10, 201, 245, .05);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.job_round_center {
    background: rgba(10, 201, 245, .2);
    position: absolute;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.job_round_min {
    background: rgba(10, 201, 245, .4);
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
}

.job_round_text {
    font-size: 28px;
    line-height: 38px;
    color: #fefefe;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.job_content_box {
    position: relative;
    padding: 130px 0;
}

.job_content_text {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    padding: 0 100px;
}

.job_content_read {
    position: relative;
    z-index: 1;
}

.job_content_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.job_content_back img {
    pointer-events: none;
}

.education_back img {
    pointer-events: none;
}

.job_list_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0;
}

.job_list_left {
    width: 28%;
}

.job_list_title_box {
    line-height: 60px;
    color: #1e2432;
    font-size: 16px;
    border-bottom: 1px solid #bfbfbf;
}

.job_list_title_max {
    line-height: 60px;
    color: #1e2432;
    font-size: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.job_list_right {
    width: 72%;
    padding-left: 68px;
}

.job_list_item_box {
    padding: 25px 0;
    border-bottom: 1px solid #bfbfbf;
}

.job_list_item_box:last-child {
    border: none;
}

.job_list_item_wrap {
    border-top: 1px solid #bfbfbf;
}

.job_list_item_title {
    font-size: 18px;
    line-height: 30px;
}

.job_list_item_span {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin: 15px 0;
}

.job_list_item_list {
    cursor: pointer;
    display: inline-block;
}

.job_list_item_li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}

.job_list_item_active .job_list_item_icon:after {
    background: #00afcc;
}

.job_list_item_list:hover .job_list_item_icon:after {
    background: #00afcc;
}

.job_list_item_icon {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job_list_item_icon:after {
    content: "";
    width: 16px;
    height: 16px;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #00afcc;
    margin-right: 20px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.job_list_item_text {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}

.job_list_item_read {
    font-size: 16px;
    line-height: 30px;
    color: #1e2432;
    margin-top: 30px;
}

.job_right_list {
    padding-top: 10px;
}

.job_right_list_item {
    margin-bottom: 30px;
}

.job_right_list_item a {
    background: #fff;
    padding: 32px;
    width: 100%;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.job_right_list_item a:hover {

}

.job_right_item_title {
    font-size: 24px;
    line-height: 36px;
    color: #1e2432;
}

.job_right_item_min {
    font-size: 18px;
    line-height: 28px;
    color: #1e2432;
}

.job_right_item_text {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #1e2432;
    margin-top: 25px;
}

.job_list_wrap {
    background: #f6f6f6;
}

.job_read_content_title {
    font-size: 30px;
    line-height: 42px;
    color: #1e2432;
    margin-bottom: 10px;
}

.job_read_content_min {
    font-size: 24px;
    line-height: 36px;
    color: #1e2432;
}

.job_read_content_bjq {
    font-size: 18px;
    line-height: 48px;
    color: #1e2432;
    padding: 30px 0 100px 0;
}

.job_read_box {
    background: #f6f6f6;
    padding: 80px 0 130px 0;
}

.job_read_content_button a {
    width: 280px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    background: #00afcc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.job_banner_max_box {
    height: calc(100vh - 95px);
    position: relative;
}

.job_banner_max_img {
    position: relative;
    height: 100%;
}

.job_banner_max_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
}

.job_banner_max_read {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.job_banner_max_text {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 50px;
}

.job_banner_max_title {
    font-size: 48px;
    line-height: 80px;
    color: #fff;
}

.ecology_banner_swiper {
    height: calc(100vh - 95px);
    position: relative;
}

.ecology_item_wrap {
    height: 100%;
    position: relative;
}

.ecology_item_back {
    height: 100%;
    position: relative;
}

.ecology_item_after:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, rgba(0, 175, 204, .8), rgba(255, 255, 255, 0));
}

.ecology_item_button a {
    width: 280px;
    line-height: 80px;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ecology_item_button a:hover {
    background: #0ac9f5;
    border-color: #0ac9f5;
}

.ecology_item_read {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ecology_item_title {
    font-size: 48px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.ecology_item_text {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 110px;
}

.ecology_item_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 460px 60px 460px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ecology_content_box {
    width: 50%;
}

.ecology_content_icon {
    width: 272px;
    height: 272px;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.ecology_content_icon img {
    max-width: 60%;
    max-height: 60%;
}

.ecology_content_title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin: 26px 0 30px 0;
    height: 120px;
    overflow: hidden;
    text-align: center;
}

.ecology_content_link {
    margin-bottom: 10px;
    position: relative;
}

.ecology_content_link a {
    font-size: 24px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    display: block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ecology_content_link a:hover {
    background: #0ac9f5;
}

.ecology_form_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #1e2432;
}

.ecology_form_text {
    font-size: 20px;
    line-height: 32px;
    color: #1e2432;
}

.ecology_form_line {
    width: 40px;
    height: 4px;
    background: #00afcc;
    margin: 30px 0;
}

.ecology_form_input {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.ecology_input_read {
    width: 130px;
    font-size: 24px;
    line-height: 50px;
    color: #1e2432;
}

.ecology_input_box {
    width: 100%;
}

.ecology_input_box input {
    display: block;
    width: 100%;
    line-height: 48px;
    border: 1px solid #00afcc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 18px;
    color: #1e2432;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ecology_form_wrap {
    padding: 120px 0 100px 0;
}

.ecology_list_item_box {
    padding: 15px 0 70px 0;
}

.ecology_pagination {
    position: absolute;
    z-index: 9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    bottom: 40px !important;
}

.ecology_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    margin: 0 12px;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ecology_pagination .swiper-pagination-bullet-active {
    background: #0ac9f5;
    border-color: #0ac9f5;
}

.ecology_content_link:hover .ecology_content_pop {
    opacity: 1;
    pointer-events: auto;
    margin-top: 10px;
}

.ecology_content_pop {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.ecology_content_pop_img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.ecology_content_list {
    position: relative;
}

.job_culture_img {
    max-width: 100%;
    width: 100%;
}

.job_culture_img img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.flex_box {
    position: fixed;
    right: 0;
    top: 29%;
    width: 180px;
    z-index: 9;
}

.fex_img {
    width: 100%;
}

.page_nav_down {
    -webkit-transition: all .3s cubic-bezier(.31, .61, .25, .99);
    transition: all .3s cubic-bezier(.31, .61, .25, .99);
}

.page_job_down {
    position: absolute;
    top: 95px;
    left: -50%;
    width: 200%;
    overflow: hidden;
}

.page_job_list {
    padding: 10px 20px;
    background: rgba(255, 255, 255, .95);
}

.page_job_item a {
    line-height: 40px;
    font-size: 12px !important;
    color: #1e2432 !important;
    border-bottom: 1px solid #d3d7dc;
    padding: 0 !important;
}

.page_job_item:last-child a {
    border: none;
}

.page_job_item a:hover {
    background: #dee1e6;
    color: #00afcc !important;
    padding: 0 5px !important;
}

.page_job_item a:after {
    display: none;
}

.return_top {
    width: 45px;
    height: 0;
    text-align: center;
    line-height: 45px;
    background: #202426;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 10vh;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #00afcc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top:hover:after {
    height: 100%;

}

.return_top span {
    opacity: 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top span {
    opacity: 0;
}

.top_show {
    height: 45px;
}

.top_show span {
    opacity: 1;
}
