.html_page {
    position: relative;
    z-index: 19;
    background: #fff;
    width: 100%;
    min-height: 100vh;
}

svg {
    width: 100%;
}

/*插件样式*/
.bsTop {
    width: 10.8333vw !important;
}

.bsFrameDiv div {
    width: 10.8333vw !important;
    height: 10.8333vw !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.bsFrameDiv img {
    margin: 0 !important;
}

.bshare-custom {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    font-size: 0.8333vw;
    color: #b2b2b2;
}

.bshare-custom.icon-medium-plus a {
    padding-left: 0 !important;
    color: #999999;
    margin: 0 0 0 1.1458333vw !important;
    width: 2.08333vw !important;
    height: 2.08333vw !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    outline: none;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.bshare-custom a:hover {
    text-decoration: none !important;
    opacity: 1;
    color: #36adad;
}

.BMap_Marker img {
    width: auto;
    display: inline-block;
}

.BMap_bubble_content img {
    width: auto;
    display: inline-block;
}

.nicescroll-cursors {
    border: none !important;
}

.nicescroll-rails {
    cursor: pointer !important;
}

/*默认样式*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}


.Poppins-Regular {
    font-family: "Poppins-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-SemiBold {
    font-family: "Poppins-SemiBold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-Black {
    font-family: "Poppins-Black", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-Bold {
    font-family: "Poppins-Bold", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-Light {
    font-family: "Poppins-Light", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-Medium {
    font-family: "Poppins-Medium", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

.Poppins-ExtraLight {
    font-family: "Poppins-ExtraLight", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.otf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../fonts/Poppins-SemiBold.otf);
}

@font-face {
    font-family: "Poppins-Black";
    src: url(../fonts/Poppins-Black.otf);
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(../fonts/Poppins-Bold.otf);
}

@font-face {
    font-family: "Poppins-Light";
    src: url(../fonts/Poppins-Light.otf);
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.otf);
}

@font-face {
    font-family: "Poppins-ExtraLight";
    src: url(../fonts/Poppins-ExtraLight.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    word-break: normal !important;
}

html, body {
    font-family: "Poppins-Regular", "Microsoft YaHei", 微软雅黑, "Arial", "Helvetica", "sans-serif" !important;
    background: #fff;
    width: 100%;
    font-size: 0.7291666vw;
    color: #333;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    position: relative;

}

body {
    overflow: hidden;
}


.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

.body_flex {
    position: fixed;
}

img {
    border: none;
    display: block;
    width: 100%;
}

i {
    font-style: normal;
}

div {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
    border-collapse: collapse;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

video {
    outline: none;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

select::-ms-expand {
    display: none;
}

textarea {
    resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    padding: 0.36458333vw 0 0.36458333vw 0.26041666vw;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #4faad6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.41666vw rgba(10, 201, 245, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.41666vw rgba(10, 201, 245, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #8c8c8c;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #8c8c8c;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #8c8c8c;
}


.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-animation {
    opacity: 0;
}

.banner_box .swiper-slide {
    background: #fff;
    overflow: hidden;
}

.swiper-pagination-bullet {
    outline: none;
    cursor: pointer;
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

/*css play*/
.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    padding: 0 2.083333vw;
}

.header_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #2775cd;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #2775cd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.header_box {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.header_logo_box {
    width: 7.8125vw;
}


.header_menu_item_box {
    margin-right: 3.6458333vw;
    position: relative;
}

.header_menu_item_link {
    font-size: 0.83333vw;
    line-height: 4.375vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_item_link:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.2vw;
    width: 0.3vw;
    height: 0.3vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.header_menu_down_wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: max-content;
    overflow: hidden;
    height: 0;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, .1);
    box-shadow: 0 0 1vw rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.header_menu_down_show {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.header_menu_down_show .header_menu_down_ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.header_menu_down_box {
    background: rgba(39, 117, 205, 0.8);
    position: relative;
}

.header_menu_down_ul {
    position: relative;
    z-index: 9;
    padding: 1vw 1.5vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_li {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0.3vw 0;
}

.header_menu_down_li a {
    font-size: 0.8333vw;
    line-height: 1.6vw;
    color: #ffffff;
    width: auto;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_menu_down_li a:hover {
    color: #ffffff;
}

.header_menu_item_box_current .header_menu_item_link:after {
    opacity: 1;
}

.header_menu_item_default .header_menu_item_link:after {
    opacity: 0;
}

.header_menu_item_hover .header_menu_item_link:after {
    opacity: 1;
}

.header_menu_big {
    -webkit-align-items: center;
    align-items: center;
}

.header_menu_wrap {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 7.8125vw);
    padding-left: 5.208333vw;
}

/*.index_page_wrap {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/


.index_banner_wrap {
    height: 100vh;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 9;
}

.index_banner_box {
    height: 100%;
    position: relative;
}

.index_banner_swiper {
    height: 100%;
}

.index_banner_content {
    height: 100%;
    position: relative;
}

.index_banner_img {
    height: 100%;
}

.index_banner_big {
    position: absolute;
    left: 0;
    bottom: 10.41666vw;
    width: 100%;
    z-index: 9;
}

.page_center {
    padding: 0 8.3333vw;
}

.index_banner_pack {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.index_banner_read {
    width: 33.75%;
}

.index_banner_title {
    font-size: 3.4375vw;
    line-height: 3.9583333vw;
    color: #ffffff;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    opacity: 0;
    pointer-events: none;
}

.index_banner_subtitle {
    font-size:1.7vw;
    line-height: 2.6041666vw;
    color: #ffffff;
    letter-spacing: 0.2vw;
    margin-top: 0.78125vw;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    opacity: 0;
    pointer-events: none;
}

.index_banner_text {
    margin-top: 1.5625vw;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
    opacity: 0;
    pointer-events: none;
}


.index_banner_label {
    width: 53.7037%;
    font-size: 0.9375vw;
    line-height: 1.25vw;
    color: #ffffff;
}

.index_banner_line_wrap {
    position: absolute;
    left: 0;
    bottom: 4.42708333vw;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.index_banner_line_box {
    width: 100%;
}


.index_banner_line_box svg {
    fill-opacity: 0;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    stroke-dashoffset: 2103;
    stroke-dasharray: 2103;
}

.index_banner_button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.index_banner_btn_wrap {
    width: 100%;
    position: relative;
}

.index_banner_btn_box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8.3333vw;
    height: 8.3333vw;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: auto;

}

.index_banner_btn_box a {
    width: 100%;
    height: 100%;
    display: block;
}

.index_banner_btn_icon {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.index_banner_btn_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_btn_icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_btn_icon svg {
    width: 16.25%;
    height: 16.25%;
    fill: #fff;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_banner_btn_box a:hover .index_banner_btn_icon:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_banner_btn_box a:hover .index_banner_btn_icon:before {
    -webkit-transform: none;
    transform: none;
    background: #2775cd;
    opacity: 1;
}

.index_banner_btn_box a:hover .index_banner_btn_icon svg {
    fill: #ffffff;
    -webkit-transform: scale(1.3) rotate(45deg);
    transform: scale(1.3) rotate(45deg);
}

.index_banner_show .index_banner_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);

}

.index_banner_show .index_banner_subtitle {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.index_banner_show .index_banner_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.body_animate .index_banner_line_box svg {
    stroke-dashoffset: 0;
    -webkit-transition: all 2.4s cubic-bezier(.4, 0, .2, 1);
    transition: all 2.4s cubic-bezier(.4, 0, .2, 1);
}

.body_animate .header_wrap {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.body_animate .index_banner_pagination_wrap {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.body_animate .index_banner_tips_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.index_banner_btn_show a {
    -webkit-transform: translateX(-36.458333vw);
    transform: translateX(-36.458333vw);
    -webkit-transition: all 1.6s cubic-bezier(.4, 0, .2, 1);
    transition: all 1.6s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_banner_btn_show .index_banner_btn_icon {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1.6s cubic-bezier(.4, 0, .2, 1);
    transition: all 1.6s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.header_language_box {
    width: 1.458333vw;
    height: 1.458333vw;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_language_box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0.57291666vw;
    border-radius: 0.57291666vw;
    border: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_language_box a {
    display: block;
    position: relative;
    font-size: 0.625vw;
    line-height: 1.458333vw;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.header_language_box:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.header_language_box:hover a {
    color: #2775cc;
}

.header_language_box:hover:after {
    background: #ffffff;
}

.header_menu_button {
    margin-left: 1.5625vw;
    display: none;
}

.header_menu_btn_box {
    width: 1.5625vw;
    height: 1.25vw;
    position: relative;
    cursor: pointer;
}

.header_menu_btn_label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 0.15625vw;
}

.header_menu_btn_label:first-child {
    margin-top: -0.5208333vw;
}

.header_menu_btn_label:last-child {
    margin-top: 0.5208333vw;
}

.header_menu_btn_label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.header_white:after {
    height: 100%;
    -webkit-transform: none;
    transform: none;
}

.header_white .header_menu_item_link {
    color: #ffffff;
}

.header_active:after {
    height: 100%;
    -webkit-transform: none;
    transform: none;
}

.header_active .header_menu_item_link {
    color: #ffffff;
}

.header_hover:before {
    height: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.header_hover:hover .header_menu_item_link {
    color: #ffffff;
}

.index_banner_pagination_wrap {
    position: absolute;
    right: 2.083333vw;
    top: 0;
    z-index: 9;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_banner_pagination_li {
    margin-bottom: 0.5208333vw;
    pointer-events: auto;
    cursor: pointer;
}

.index_banner_pagination_li:last-child {
    margin-bottom: 0;
}

.index_banner_pagination_text {
    width: 1.5625vw;
    font-size: 0.7291666vw;
    line-height: 1.5625vw;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_banner_pagination_active .index_banner_pagination_text {
    font-size: 1.041666vw;
    color: #2775cc;
}

.index_banner_tips_wrap {
    position: absolute;
    left: 9.375vw;
    bottom: 4.42708333vw;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-4vw);
    transform: translateY(-4vw);
}

.index_banner_tips_line {
    width: 1px;
    height: 3.6458333vw;
    position: relative;
    margin: 0 auto 0.78125vw;
    overflow: hidden;
}

.index_banner_tips_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}

.index_banner_tips_line:before {
    content: "";
    position: absolute;
    left: 0;
    top: -28.571428%;
    width: 100%;
    height: 28.571428%;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
    -webkit-animation: tipsLine 1.5s 1s linear infinite normal both;
    animation: tipsLine 1.5s 1s linear infinite normal both;
}

@-webkit-keyframes tipsLine {
    0% {
        top: -28.571428%;
    }
    100% {
        top: 100%;
    }
}

@keyframes tipsLine {
    0% {
        top: -28.571428%;
    }
    100% {
        top: 100%;
    }
}

.index_banner_tips_text {
    font-size: 0.625vw;
    line-height: 1.041666vw;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.index_solution_wrap {
    z-index: 0;
    padding: 0 8.3333vw;
}

.index_solution_content {
    position: relative;
}

.index_solution_box {
    position: relative;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.index_solution_details_wrap {
    width: 37.5%;
    position: sticky;
    top: 0;
    padding-right: 5.208333vw;
}

.index_solution_details_box {
    padding: 11.9791666vw 0 5.208333vw 0;
}

.index_public_content {
    padding-bottom: 2.6041666vw;
}

.index_solution_tab {
    width: 62.5%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 6.7708333vw 0 5.208333vw 0;
}

.index_solution_swiper .swiper-slide {
    width: 46%;
    margin: 0 8% 2.6041666vw 0;
    height: auto;
}

.index_solution_swiper .swiper-slide:nth-child(2n) {
    margin: 0 0 2.6041666vw 0;
}

.index_solution_swiper .swiper-slide:nth-child(2n+1) .index_solution_item_box {
    margin: -18.2291666vw 0 0 0;
}

.solution_other_content .index_solution_swiper .swiper-slide:nth-child(2n+1) .index_solution_item_box,
.solution_other_content .index_solution_swiper .swiper-slide:nth-child(2n) .index_solution_item_box {
    margin: 0;
}

.solution_other_content .index_solution_swiper .swiper-slide {
    width: 24%;
}

.solution_other_content .index_solution_swiper .swiper-slide:nth-child(4n+1) {
    margin: 0 0 2.6041666vw 0;
}

.solution_other_content .index_solution_swiper .swiper-slide:nth-child(4n+2) {
    margin: 0 0 2.6041666vw 1.333333%;
}

.solution_other_content .index_solution_swiper .swiper-slide:nth-child(4n+3) {
    margin: 0 0 2.6041666vw 1.333333%;
}

.solution_other_content .index_solution_swiper .swiper-slide:nth-child(4n) {
    margin: 0 0 2.6041666vw 1.333333%;
}

.index_solution_swiper {
    width: 100%;
    padding-top: 18.2291666vw;
}

.solution_other_content .index_solution_swiper {
    padding-top: 0;
}

.index_solution_swiper .swiper-wrapper {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
}


.index_public_head {
    width: 100%;
    position: relative;
}


.index_public_title {
    font-size: 2.3958333vw;
    line-height: 2.91666vw;
    color: #222222;
    font-weight: bold;
    position: relative;
    z-index: 9;
    padding: 0 1.30208333vw;
}

.index_public_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.708333vw;
    height: 2.708333vw;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: linear-gradient(145deg, rgba(115, 175, 242, 1) 0, rgba(115, 175, 242, 0) 90%);
}

.index_public_en {
    width: 100%;
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #ced7e0;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    padding: 0 1.30208333vw;
}


.index_public_subtitle {
    margin-top: 2.34375vw;
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #333333;
}

.index_public_read {
    margin-top: 0.5208333vw;
}

.index_public_text {
    font-size: 1.7708333vw;
    line-height: 2.291666vw;
    color: #222222;
}

.index_public_color {
    color: #2775cd;
}

.index_public_pd {
    margin-top: 5.208333vw;
}

.index_public_pd2 {
    margin-top: 2.6041666vw;
}

.index_public_btn a {
    position: relative;
    background: #f3f3f3;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    overflow: hidden;
}

.index_public_button_circle {
    background: rgba(39, 177, 205, 0);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: 2;
}

.index_public_button_show {
    -webkit-animation: PublicCircleShow .6s ease forwards;
    animation: PublicCircleShow .6s ease forwards;

}

.index_public_button_hide {
    -webkit-animation: PublicCircleHide .6s ease forwards;
    animation: PublicCircleHide .6s ease forwards;
}

@-webkit-keyframes PublicCircleShow {
    0% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
    }
    100% {
        width: 26.041666vw;
        height: 26.041666vw;
        margin-left: -13.0208333vw;
        margin-top: -13.0208333vw;
        background: #2775cd;
    }
}

@keyframes PublicCircleShow {
    0% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
    }
    100% {
        width: 26.041666vw;
        height: 26.041666vw;
        margin-left: -13.0208333vw;
        margin-top: -13.0208333vw;
        background: #2775cd;
    }
}

@-webkit-keyframes PublicCircleHide {
    0% {
        width: 26.041666vw;
        height: 26.041666vw;
        margin-left: -13.0208333vw;
        margin-top: -13.0208333vw;
        background: #2775cd;
    }
    100% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background: rgba(39, 177, 205, 0);
    }
}

@keyframes PublicCircleHide {
    0% {
        width: 26.041666vw;
        height: 26.041666vw;
        margin-left: -13.0208333vw;
        margin-top: -13.0208333vw;
        background: #2775cd;
    }
    100% {
        width: 0;
        height: 0;
        margin-left: 0;
        margin-top: 0;
        background: rgba(39, 177, 205, 0);
    }
}

.index_public_btn_read {
    position: relative;
    z-index: 3;
    padding: 0.5208333vw 1.041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_public_btn_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #222222;
    padding-top: 1.5625vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_public_btn_icon {
    width: 0.7291666vw;
    height: 1.5625vw;
    margin-left: 5.208333vw;
}

.index_public_btn_icon svg {
    fill: #222222;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_public_btn a:hover .index_public_btn_read {
    padding: 1.30208333vw 1.041666vw;
}

.index_public_btn a:hover .index_public_btn_text {
    padding-top: 0;
}

.index_public_btn a:hover .index_public_btn_text {
    color: #ffffff;
}

.index_public_btn a:hover .index_public_btn_icon svg {
    fill: #ffffff;
}

.index_solution_item_read {
    width: 100%;
    margin-top: 1.30208333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_solution_item_title {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    font-weight: bold;
    color: #222222;

}

.index_solution_item_subtitle {
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    color: #666666;
    margin-top: 0.26041666vw;
}


.index_solution_item_pic {
    width: 23.958333vw;
    padding-bottom: 119.5652%;
    z-index: 9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_other_content .index_solution_item_pic {
    width: 100%;
}

.index_solution_item_pic img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_solution_item_big {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
}

.index_solution_item_big:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(0, 107, 228, 1), rgba(0, 107, 228, 0) 70%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.index_solution_item_tab {
    padding: 1.3541666vw 1.3541666vw 0.5208333vw 1.3541666vw;
    width: 100%;
    position: relative;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.index_solution_item_hover {
    width: 100%;
    padding-bottom: 119.5652%;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_solution_item_max {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_solution_item_width {
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.index_solution_item_animate {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_solution_item_content {
    position: relative;
}

.solution_other_content .index_solution_item_content {
    width: 100%;
}

.index_solution_item_details {
    min-width: max-content;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.solution_other_content .index_solution_item_details {
    display: block;
    width: 100%;
}

.AddIndexSolutionItemBox .index_solution_item_width {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddIndexSolutionItemRead {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

/*.index_solution_item_hover:hover .index_solution_item_animate,*/
/*.index_solution_item_hover:hover .index_solution_item_big {*/
/*    width: 92%;*/
/*    height: 92%;*/
/*}*/

.index_solution_item_hover:hover .index_solution_item_pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution_other_content .index_solution_item_hover .index_solution_item_big:after, .index_solution_item_hover:hover .index_solution_item_big:after {
    height: 100%;
    opacity: 1;
}

.index_solution_item_hover:hover .index_solution_item_tab {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.index_solution_item_li {
    width: 46.568627%;
    margin: 0 6.862746% 0.83333vw 0;
}

.index_solution_item_li:nth-child(2n) {
    margin: 0 0 0.83333vw 0;
}

.index_solution_item_li a {
    position: relative;
    width: 100%;
}

.index_solution_item_li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1.1458333vw;
    border-radius: 1.1458333vw;
    border: 1px solid #ffffff;
    opacity: .3;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_solution_item_btn {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.5208333vw 1.041666vw;
    position: relative;
    z-index: 9;
}

.index_solution_item_label {
    font-size: 0.7291666vw;
    line-height: 1.25vw;
    color: #ffffff;
    width: calc(100% - 0.9375vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_solution_item_icon {
    width: 0.41666vw;
    height: 0.7291666vw;
}

.index_solution_item_icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_solution_item_li a:hover:after {
    background: #ffffff;
    opacity: 1;
}

.index_solution_item_li a:hover .index_solution_item_label {
    color: #2775cd;
}

.index_solution_item_li a:hover .index_solution_item_icon svg {
    fill: #2775cd;
}

.index_about_box {
    position: relative;
}

.index_about_content {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(340deg, #f3f3f7, #dbe3ea);
}

.index_about_fixed {
    position: relative;
    padding-bottom: 49.4791666%;

}

.index_about_back {
    position: absolute;
    left: 1.51041666vw;
    top: 1.40625vw;
    width: 105.1041666%;
}

.index_about_big {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 5.208333vw 0 2.6041666vw 0;
}

.index_about_pack {
    position: relative;
    height: 100%;
}

.index_about_foot_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
}

.index_about_item_box {
    width: 13.75%;
    margin: 0 0.625% 1.041666vw 0;
    padding: 0.78125vw 1.041666vw;
    background: #ffffff;
    -webkit-border-radius: 0.5208333vw;
    border-radius: 0.5208333vw;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_item_box:nth-child(7n) {
    margin: 0 0 1.041666vw 0;
}


.index_about_big .index_public_btn a {
    pointer-events: auto;
}

.index_about_big .index_about_item_box {
    pointer-events: auto;
}

.index_about_item_text {
    font-size: 0.83333vw;
    line-height: 1.25vw;
    color: #666666;
    width: calc(100% - 0.98958333vw);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_item_icon {
    width: 0.46875vw;
    height: 0.46875vw;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #cccccc;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_item_active {
    background: #2775cd;
}

.index_about_item_active .index_about_item_text {
    color: #ffffff;
}

.index_about_item_active .index_about_item_icon {
    background: #ffffff;
}

.index_about_point_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_about_point_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_about_point_li {
    width: 0.41666vw;
    height: 0.41666vw;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.index_about_point_text {
    position: absolute;
    min-width: max-content;
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #222222;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_point_li:nth-child(1) {
    left: 82.8%;
    top: 56.3%;
}

.index_about_point_li:nth-child(2) {
    left: 81.9%;
    top: 51.2%;
}

.index_about_point_li:nth-child(3) {
    left: 84.6%;
    top: 52%;
}

.index_about_point_li:nth-child(4) {
    left: 83%;
    top: 46.3%;
}

.index_about_point_li:nth-child(5) {
    left: 53.4%;
    top: 38.5%;
}

.index_about_point_li:nth-child(6) {
    left: 26.2%;
    top: 44%;
}

.index_about_point_li:nth-child(7) {
    left: 26.4%;
    top: 51%;
}

.index_about_point_li .index_about_point_text {
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0.841666vw;
}

.index_about_point_li.text_pos_left .index_about_point_text {
    left: -0.841666vw;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    margin-left: 0;
}

.index_about_point_icon {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_point_label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.index_about_point_current {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #333333;
    z-index: 3;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_point_circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_about_point_label:nth-child(1) {
    border: 1px solid #333333;
    -webkit-animation: pointScale 2.4s linear infinite normal both;
    animation: pointScale 2.4s linear infinite normal both;
}

.index_about_point_label:nth-child(2) {
    border: 1px solid #333333;
    -webkit-animation: pointScale 2.4s .8s linear infinite normal both;
    animation: pointScale 2.4s .8s linear infinite normal both;
}

.index_about_point_label:nth-child(3) {
    border: 1px solid #333333;
    -webkit-animation: pointScale 2.4s 1.6s linear infinite normal both;
    animation: pointScale 2.4s 1.6s linear infinite normal both;
}

.index_about_point_active .index_about_point_text {
    color: #2775cd;
}

.index_about_point_active .index_about_point_current {
    background: #2775cd;
}

.index_about_point_active .index_about_point_circle {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.index_about_point_active .index_about_point_label {
    border-color: #2775cd;
}


@-webkit-keyframes pointScale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 250%;
        height: 250%;
        opacity: 0.5;
    }
    40% {
        width: 400%;
        height: 400%;
        opacity: 0.3;
    }
    60% {
        width: 550%;
        height: 550%;
        opacity: .1;
    }
    80% {
        width: 700%;
        height: 700%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

@keyframes pointScale {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 250%;
        height: 250%;
        opacity: 0.5;
    }
    40% {
        width: 400%;
        height: 400%;
        opacity: 0.3;
    }
    60% {
        width: 550%;
        height: 550%;
        opacity: .1;
    }
    80% {
        width: 700%;
        height: 700%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}

.index_sticky_wrap {
    position: relative;
}

.index_about_wrap {
    position: relative;
    width: 100%;
    z-index: 8;
    overflow: hidden;
}

.index_research_wrap {
    padding: 5.7291666vw 0 7.8125vw 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #ffffff;
}

.index_research_box {
    position: relative;
}

.index_research_head_wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 47.375%;
    padding-right: 5.208333vw;
}

.index_research_content {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.index_research_big {
    width: 78.75%;
}

.index_research_max_wrap {
    width: 100%;
    position: relative;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.index_research_max_content {
    width: 66.8253%;
    position: relative;
}

.index_research_max_photo {
    position: relative;
    width: 100%;
    padding-bottom: 54.15676%;
}

.index_research_max_pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_research_max_width {
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_research_max_box {
    min-width: max-content;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_research_max_img {
    width: 43.8541666vw;
    padding-bottom: 54.15676%;
}


.index_research_min_photo {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 33.1747%;
}

.index_research_min_pic {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_research_min_width {
    width: 0;
    height: 0;

    overflow: hidden;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;

}

.index_research_min_box {
    min-width: max-content;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_research_min_img {
    width: 21.7708333vw;
    padding-bottom: 66.6666%;
}

.index_research_pack {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.index_research_data_wrap {
    width: 66.8253%;
    padding-left: 5.208333vw;
}

.index_research_data_box {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index_research_data_li {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.index_research_data_head {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 2.6041666vw;
}

.index_research_data_number,
.index_research_data_label {
    font-size: 4.16666vw;
    line-height: 4.16666vw;
    color: #2775cd;
}

.index_research_data_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #666666;
}

.index_partner_wrap {
    position: relative;
    z-index: 10;
}

.index_partner_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_partner_box {
    position: relative;
    z-index: 9;
    padding: 5.208333vw 0 6.25vw 0;
}

.index_partner_head_wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.index_partner_head_box .index_public_content {
    padding: 0;
}

.index_partner_head_btn .index_public_btn a {
    background: none;
}

.index_partner_head_btn .index_public_btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222222;
    box-sizing: border-box;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
}

.index_about_button .index_public_btn a {
    background: none;
}

.index_about_button .index_public_btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222222;
    box-sizing: border-box;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
}

.index_partner_item_img {
    padding-bottom: 40%;
    background: #ffffff;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_partner_item_img:hover {
    background: #2775cd;
}

.index_partner_item_img:hover img {
    filter: grayscale(100%) invert(100%) brightness(400%);
}

.index_partner_tab {
    margin-top: 5.208333vw;
}

.index_news_box {
    padding: 5.208333vw 0 7.8125vw 0;
}

.index_news_tab {
    width: 68.75%;
}

.index_news_item_box {
    width: 45.454545%;
    margin: 0 4.545455% 0 0;
    height: 27.3958333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_box a {
    display: block;
    background: #f9f9f9;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_pic {
    position: relative;
}

.index_news_item_tips {
    padding: 0 1.041666vw;
    min-width: max-content;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 0.78125vw;
    line-height: 2.2916666vw;
    color: #ffffff;
    background: rgba(0, 0, 0, .4);
    -webkit-border-radius: 1.041666vw 0 1.041666vw 0;
    border-radius: 1.041666vw 0 1.041666vw 0;
}

.index_news_item_img {
    padding-bottom: 52%;
}

.index_news_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_read {
    padding: 2.34375vw 2.6041666vw 0.26041666vw 2.6041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    position: relative;
}

.index_news_item_title {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    height: 3.125vw;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_text {
    font-size: 0.83333vw;
    line-height: 1.458333vw;
    height: 2.91666vw;
    color: #666666;
    margin-top: 1.041666vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_label {
    font-size: 0.83333vw;
    line-height: 2.08333vw;
    color: #666666;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_head {
    padding: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_button {
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_btn {
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item_icon {
    width: 0.7291666vw;
    height: 0.7291666vw;
    margin-left: 1.30208333vw;
}

.index_news_item_icon svg {
    fill: #666666;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_big {
    margin-top: 4.16666vw;
}

.index_news_item_box a:hover .index_news_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news_item_box a:hover {
    background: #2775cd;
}

.index_news_item_box a:hover .index_news_item_title {
    color: #ffffff;
}

.index_news_item_box a:hover .index_news_item_text {
    color: #ffffff;
}

.index_news_item_box a:hover .index_news_item_label {
    color: #ffffff;
}

.index_news_item_box a:hover .index_news_item_icon svg {
    fill: #ffffff;
}

.index_news_item_box a:hover .index_news_item_btn {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.index_news_item_box a:hover .index_news_item_read {
    padding: 2.34375vw 2.6041666vw 1.041666vw 2.6041666vw;
}

.index_news_item_box a:hover .index_news_item_button {
    margin-top: 1.30208333vw;
}

.index_news_pack {
    width: 31.25%;
    position: relative;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.index_news_advert_wrap {
    width: 100%;
    position: relative;
    padding: 4.16666vw 2.08333vw 2.91666vw 2.08333vw;
    background: #f9f9f9;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    overflow: hidden;
}

.index_news_advert_tips {
    padding: 0 1.041666vw;
    min-width: max-content;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-size: 0.78125vw;
    line-height: 2.2916666vw;
    color: #ffffff;
    background: #2775cd;
    -webkit-border-radius: 1.041666vw 0 1.041666vw 0;
    border-radius: 1.041666vw 0 1.041666vw 0;
}

.index_news_advert_tab {
    position: relative;
}

.index_news_advert_li {
    margin-bottom: 1.7708333vw;
}

.index_news_advert_li:last-child {
    margin-bottom: 0;
}

.index_news_advert_title a {
    font-size: 1.041666vw;
    line-height: 1.5625vw;
    color: #222222;
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_advert_title a:hover {
    color: #2775cd;
}

.index_news_advert_time {
    font-size: 0.78125vw;
    line-height: 1.25vw;
    color: #666666;
    margin-top: 0.41666vw;
}

.footer_wrap {
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
}

.footer_wrap a {
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_wrap a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #ffffff;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_wrap a:hover {
    color: #ffffff;
}

.footer_wrap a:hover:after {
    width: 100%;
    left: 0;
}

.footer_box {
    background: #2775cd;
    position: relative;
}

.footer_back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.footer_content {
    position: relative;
    z-index: 9;
}

.footer_tips_wrap {
    width: 42.5%;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.footer_tips_box {
    width: 100%;
}

.footer_share_wrap {
    width: 100%;
    padding-left: 1.9791666vw;
}

.footer_menu_wrap {
    width: 57.5%;
}

.footer_tips_subtitle {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #ffffff;
}

.footer_tips_title {
    margin-top: 1.041666vw;
}

.footer_tips_text {
    font-size: 2.3958333vw;
    line-height: 3.0208333vw;
    color: #ffffff;
}

.footer_share_li {
    margin-right: 1.3541666vw;
    position: relative;
    cursor: pointer;
}

.footer_share_ewm_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.footer_share_ewm_box {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 0.5208333vw;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    opacity: 0;
}

.footer_share_ewm_content {
    width: 5.3125vw;
    height: 5.3125vw;
    background: #ffffff;
    position: relative;
}

.footer_share_ewm_content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.4vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 0.5208333vw solid transparent;
    border-right: 0.5208333vw solid transparent;
    border-top: 0.5208333vw solid #ffffff;
}

.footer_share_ewm_img {
    width: 100%;
    height: 100%;
}

.footer_share_active .footer_share_icon svg {
    fill: #ffffff;
}

.footer_share_active .footer_share_ewm_box {
    padding-bottom: 1.041666vw;
    opacity: 1;
    pointer-events: auto;
}

.footer_share_li a {
    display: block;
    position: relative;
    z-index: 9;
}

.footer_share_li a:after {
    display: none;
}

.footer_share_li:last-child {
    margin-right: 0;
}

.footer_share_icon {
    width: 1.3541666vw;
    height: 1.3541666vw;
}

.footer_share_icon svg {
    width: 100%;
    height: 100%;
    fill: #61a6e0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_menu_box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1.5625vw;
}

.footer_menu_item_box {
    max-width: 25%;
}

.footer_menu_item_width {
    max-width: 100%;
}

.footer_menu_item_title a {
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    font-weight: bold;
    color: #ffffff;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_menu_item_ul {
    margin-top: 1.041666vw;
}

.footer_menu_item_li {
    padding: 0.41666vw 0;
}

.footer_menu_item_li a {
    font-size: 0.78125vw;
    line-height: 1.25vw;
    color: #90baea;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_menu_line_box {
    width: 100%;
    height: 1px;
    position: relative;
}

.footer_menu_line_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(144, 186, 264, .3);
}

.footer_menu_add_box {
    margin-top: 2.6041666vw;
}

.footer_big {
    padding: 4.5vw 0 2.7vw 0;
}

.footer_menu_add_li {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 50%;
    margin: 0 5% 0 0;
}
.footer_menu_add_li:nth-child(3n-1) {
    max-width: 20%;
}
.footer_menu_add_li:nth-child(3n) {
    max-width: 20%;
    margin: 0;
}

.footer_menu_add_icon {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 0.9375vw;
    height: 0.9375vw;
    margin-right: 0.5208333vw;
    margin-top: 0.22vw;
}

.footer_menu_add_icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

/*.footer_menu_add_text {*/
/*    width: calc(100% - 1.458333vw);*/
/*}*/

.footer_menu_add_text,
.footer_menu_add_text a {
    font-size: 0.78125vw;
    line-height: 1.25vw;
    color: #90baea;
}

.footer_copy_content {
    padding: 2.08333vw 0;
    width: calc(100% - 3.4375vw);
}

.footer_copy_text {
    padding-right: 0.5208333vw;
    margin-left: 0.5208333vw;
    position: relative;
}

.footer_copy_text:after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background: #76a5db;
}

.footer_copy_text:first-child {
    margin-left: 0;
}

.footer_copy_text:last-child:after {
    display: none;
}


.footer_copy_text,
.footer_copy_text a {
    font-size: 0.7291666vw;
    line-height: 1.25vw;
    color: #76a5db;
}

.footer_copy_button {
    width: 3.4375vw;
}

.footer_copy_btn {
    cursor: pointer;
    width: 100%;
    height: 3.4375vw;
    -webkit-border-radius: 0.83333vw;
    border-radius: 0.83333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.research_system_wap_button {
    display: none;
}

.footer_copy_icon {
    width: 0.83333vw;
    height: 0.83333vw;
}

.footer_copy_icon svg {
    fill: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.footer_copy_btn:hover {
    background: rgba(255, 255, 255, 1);
}

.footer_copy_btn:hover .footer_copy_icon svg {
    fill: #2775cd;
}


.AddIndexAboutPointBox .index_about_point_li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddIndexAboutPointBox .index_about_point_li.li_delay0ms {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay100ms {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay200ms {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay300ms {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay400ms {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay500ms {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay600ms {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay700ms {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay800ms {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay900ms {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1000ms {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1100ms {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1200ms {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1300ms {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1400ms {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1500ms {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1600ms {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1700ms {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1800ms {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay1900ms {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2000ms {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2100ms {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2200ms {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2300ms {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2400ms {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2500ms {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2600ms {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2700ms {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2800ms {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay2900ms {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
}

.AddIndexAboutPointBox .index_about_point_li.li_delay3000ms {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}

.AddIndexResearchMax .index_research_max_width {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1.5625vw 1.5625vw 1.5625vw 0;
    border-radius: 1.5625vw 1.5625vw 1.5625vw 0;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);

}

.AddIndexResearchMin .index_research_min_width {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 1.5625vw 0 1.5625vw 1.5625vw;
    border-radius: 1.5625vw 0 1.5625vw 1.5625vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddIndexResearchData {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.public_banner_wrap {
    position: relative;
    height: 100vh;
}

.public_banner_box {
    position: relative;
    height: 100%;
}

.public_banner_img {
    width: 100%;
    height: 100%;
}

.public_banner_content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.public_banner_big {
    width: 100%;

}

.public_banner_read {
    width: 100%;
    margin-bottom: 5.208333vw;
}

.public_banner_title {
    font-size: 2.708333vw;
    line-height: 3.958333vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.public_banner_text {
    font-size: 2.708333vw;
    line-height: 3.958333vw;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.contact_map_wrap {
    position: relative;
}

.contact_map_box {
    position: relative;
}

.contact_map_box a {
    position: relative;
    display: block;
}

.contact_map_container {
    padding-bottom: 64%;
}

.contact_map_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 9;
    -webkit-align-items: center;
    align-items: center;
}

.contact_map_content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.contact_map_big {
    width: 100%;
    position: relative;
    z-index: 9;
}


.contact_map_address_li {
    margin-bottom: 1.5625vw;
}

.contact_map_ewm_title,
.contact_map_address_title {
    font-size: 0.83333vw;
    line-height: 1.7708333vw;
    color: #9ea6ad;
}

.contact_map_address_text {
    font-size: 1.25vw;
    line-height: 2.34375vw;
    color: #222222;
}

.contact_map_address_text a {
    font-size: 1.5625vw;
    color: #222222;
}

.contact_map_ewm_tab {
    margin-top: 0.78125vw;
}

.contact_map_ewm_li {
    margin-right: 1.458333vw;
}

.contact_map_ewm_li:last-child {
    margin-right: 0;
}

.contact_map_ewm_img {
    width: 6.666vw;
    height: 6.666vw;
    position: relative;
}

.contact_map_ewm_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    box-sizing: border-box;
}

.contact_regions_tab {
    margin-top: 1.041666vw;
}

.contact_regions_item_box {
    width: 31.75%;
    margin: 0 2.375% 0 0;
    background: #f8f8f8;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
    padding: 1.82291666vw 2.08333vw;
}

.contact_regions_item_box:nth-child(3n) {
    margin: 0;
}

.contact_map_ewm_text {
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    color: #333333;
    margin-top: 0.5208333vw;
    text-align: center;
}

.contact_regions_item_icon {
    margin-top: 3.12vw;
    width: 4.1666vw;
    height: 4.1666vw;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.contact_regions_item_icon svg {
    width: 35%;
    height: 35%;
    fill: #2775cd;
}

.contact_regions_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #9ea6ad;
    margin-bottom: 0.78125vw;
}

.contact_regions_item_text a,
.contact_regions_item_text {
    font-size: 1.7708333vw;
    line-height: 2.291666vw;
    color: #222222;
}

.contact_regions_box {
    padding: 6.25vw 0;
}

.news_page_box {
    background: #f5f9fd;
    padding: 0 2.6041666vw;
}

.news_bill_box {
    padding: 4.6875vw 0;
}

.news_bill_tab {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-border-radius: 1.30208333vw;
    border-radius: 1.30208333vw;
    overflow: hidden;
    background: #ffffff;
    margin-top: 2.6041666vw;
}

.news_bill_pic_swiper {
    width: 54.2666%;
    margin: 0;
    position: relative;
}

.news_bill_pic_swiper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0) 40%);
    z-index: 9;
    pointer-events: none;
}

.news_bill_pic_img a {
    display: block;
    padding-bottom: 64.45264%;
}

.news_bill_content_swiper {
    width: 45.7334%;
    margin: 0;
}

.news_bill_content_wrap {
    width: 100%;
    height: 100%;
    padding: 3.90625vw 4.1666vw;
}

.news_bill_content_time {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #999999;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.news_bill_content_title {
    margin-top: 1.041666vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.news_bill_content_title a {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #222222;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_bill_content_text {
    font-size: 0.88541666vw;
    line-height: 1.5625vw;
    color: #555555;
    margin-top: 2.6041666vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.news_bill_content_button {
    margin-top: 3.6458333vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.news_bill_content_btn {
    position: relative;
}

.news_bill_content_btn a {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 10.41666vw;
    position: relative;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    overflow: hidden;
}

.news_bill_content_btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333333;
    box-sizing: border-box;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    z-index: 1;
}

.news_bill_content_btn a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #2775cd;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    z-index: 2;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_bill_btn_text {
    font-size: 0.83333vw;
    line-height: 3.12vw;
    color: #222222;
    text-align: center;
    position: relative;
    z-index: 3;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_bill_btn_icon {
    width: 1.041666vw;
    margin-left: -1.041666vw;
    opacity: 0;
    position: relative;
    z-index: 3;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_bill_btn_icon svg {
    width: 100%;
    height: 100%;
    fill: #222222;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_bill_content_wrap:hover .news_bill_content_title a {
    color: #2775cd;
}

.news_bill_content_wrap:hover .news_bill_content_btn a:before {
    width: 100%;
    left: 0;
}

.news_bill_content_wrap:hover .news_bill_content_btn a .news_bill_btn_text {
    color: #fff;
}

.news_bill_content_wrap:hover .news_bill_content_btn a .news_bill_btn_icon {
    margin-left: 0.5208333vw;
    opacity: 1;
}

.news_bill_content_wrap:hover .news_bill_content_btn a .news_bill_btn_icon svg {
    fill: #ffffff;
}

.news_bill_content_swiper .swiper-slide-active .news_bill_content_time {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.news_bill_content_swiper .swiper-slide-active .news_bill_content_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}


.news_bill_content_swiper .swiper-slide-active .news_bill_content_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


.news_bill_content_swiper .swiper-slide-active .news_bill_content_button {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.news_bill_pic_pagination {
    bottom: 1.30208333vw !important;
    -webkit-justify-content: center;
    justify-content: center;
}

.news_bill_pic_pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1.041666vw;
    height: 1.041666vw;
    margin: 0 0.15625vw !important;
    background: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.news_bill_pic_pagination .swiper-pagination-bullet:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.news_bill_pic_pagination .swiper-pagination-bullet-active:after {
    -webkit-transform: scale(.6);
    transform: scale(.6);
}

.news_bill_line {
    width: 100%;
    height: 1px;
    position: relative;
}

.news_bill_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d5dde6;
}

.news_list_wrap {
    padding: 4.6875vw 0 5.7291666vw 0;
}

.news_row_item_box {
    position: relative;
    margin-bottom: 3.12vw;
}

.news_row_item_box:after {
    content: "";
    position: absolute;
    left: 28%;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    -webkit-box-shadow: 0 0 4.1666vw rgba(91, 145, 207, .1);
    box-shadow: 0 0 4.1666vw rgba(91, 145, 207, .1);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.news_row_item_big {
    padding: 1.5625vw 0;
    position: relative;
    z-index: 9;
}

.news_row_item_time {
    width: 11.3333%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.news_row_item_top {
    width: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.news_row_item_pic {
    width: 31.3333%;
}

.news_row_item_pic a {
    display: block;
}

.news_row_item_img {
    padding-bottom: 59.57446%;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
}

.news_row_item_img img {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_row_item_label {
    font-size: 0.83333vw;
    line-height: 1.6666vw;
    color: #666666;
    margin-right: 0.5208333vw;
}

.news_row_item_label:last-child {
    margin-right: 0;
}

.news_row_item_max {
    font-size: 1.875vw;
    line-height: 2.08333vw;
    color: #222222;
}

.news_row_item_center {
    font-size: 0.5208333vw;
}

.news_row_item_content {
    width: 57.3334%;
    padding: 1.5625vw 8.3333vw 1.5625vw 5.208333vw;
}

.news_row_item_title a {
    max-width: 100%;
    font-size: 1.1458333vw;
    line-height: 1.7708333vw;
    height: 3.541666vw;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_row_item_text {
    margin-top: 1.041666vw;
    font-size: 0.88541666vw;
    line-height: 1.5625vw;
    height: 3.12vw;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_row_item_read {
    height: 100%;
    -webkit-align-content: space-between;
    align-content: space-between;
}

.news_row_item_head {
    width: 100%;
}

.news_row_item_button {
    width: 100%;
}

.news_row_item_btn a {
    -webkit-align-items: center;
    align-items: center;
}

.news_row_btn_text {
    font-size: 0.88541666vw;
    line-height: 1.5625vw;
    color: #2775cd;
}

.news_row_btn_icon {
    width: 1.041666vw;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_row_btn_icon svg {
    width: 100%;
    height: 100%;
    fill: #2775cd;
}

.news_row_item_box:hover:after {
    width: 72%;
}

.news_row_item_box:hover .news_row_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_row_item_box:hover .news_row_item_title a {
    color: #2775cd;
}

.news_row_item_box:hover .news_row_btn_icon {
    margin-left: 0.5208333vw;
    opacity: 1;
}

.news_page_pagination_wrap {
    margin-top: 2.6041666vw;
}

.news_page_pagination_box {
    -webkit-align-items: center;
    align-items: center;
}

.news_page_pagination_content {
    -webkit-align-items: center;
    align-items: center;
    width: 50%;
}

.news_page_pagination_button {
    width: 50%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.news_page_pagination_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #999999;
    margin-right: 0.5208333vw;
}

.news_page_pagination_center {
    font-size: 0.5208333vw;
}

.news_page_pagination_text:last-child {
    margin-right: 0;
}

.news_page_pagination_color {
    color: #2775cd;
}

.news_page_pagination_btn {
    margin-right: 0.83333vw;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.research_system_details_button .news_page_pagination_btn.swiper-button-disabled {
    opacity: .2;
    pointer-events: none;
}

.news_page_pagination_btn:last-child {
    margin-right: 0;
}

.news_page_pagination_btn a {
    display: block;
    position: relative;
}

.news_page_pagination_icon {
    width: 3.2291666vw;
    height: 3.2291666vw;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.news_page_pagination_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ededee;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_pagination_icon svg {
    width: 34%;
    height: 34%;
    fill: #444444;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_page_pagination_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.news_page_pagination_active .news_page_pagination_icon:after {
    background: #2775cd;
    border: 1px solid #2775cd;
}

.news_page_pagination_active .news_page_pagination_icon svg {
    fill: #ffffff;
}

.news_details_head_wrap {
    padding: 10.9375vw 0 6.7708333vw 0;
}

.news_details_head_box {
    padding: 0 10.41666vw;
}

.news_details_head_title {
    font-size: 1.9791666vw;
    line-height: 2.6041666vw;
    color: #222222;
    margin-top: 1.5625vw;
}

.news_details_head_tips {
    margin-top: 3.12vw;
}

.news_details_head_text {
    -webkit-align-items: center;
    align-items: center;
    margin-right: 1.5625vw;
}

.news_details_head_text:last-child {
    margin-right: 0;
}

.news_details_head_icon {
    width: 0.88541666vw;
}

.news_details_head_icon svg {
    fill: #dbdbdb;
    width: 100%;
    height: 100%;
}

.news_details_head_label {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #999999;
    margin-left: 0.625vw;
}

.news_details_head_jt {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 1.041666vw;
    margin-right: -1.041666vw;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.news_details_head_jt svg {
    fill: #aaaaaa;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_details_btn_text {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #aaaaaa;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.news_details_head_btn:hover .news_details_head_jt {
    opacity: 1;
    margin-right: 0.5208333vw;
}

.news_details_head_btn:hover .news_details_head_jt svg {
    fill: #2775cd;
}


.news_details_head_btn:hover .news_details_btn_text {
    color: #2775cd;
}

.news_details_content {
    background: #f5f9fd;
    padding: 4.1666vw 0 6.7708333vw 0;
}

.news_details_pack {
    padding: 0 10.41666vw;
}

.news_details_bjq,
.news_details_bjq p {
    font-size: 0.83333vw;
    line-height: 1.7708333vw;
    color: #333333;
}


.news_details_bjq h1 {
    font-size: 1.7708333vw;
    line-height: 2.5vw;
}

.news_details_bjq h2 {
    font-size: 1.5625vw;
    line-height: 2.291666vw;
}

.news_details_bjq h3 {
    font-size: 1.3541666vw;
    line-height: 2.08333vw;
}

.news_details_bjq img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 1.7708333vw 0;
}

.news_details_bjq p,
.news_details_bjq h1,
.news_details_bjq h2,
.news_details_bjq h3 {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.news_details_bjq .AddFadeInUp {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.news_details_button {
    margin-top: 3.12vw;
}

.news_details_item_box {
    background: #ffffff;
    margin-bottom: 1.041666vw;
    padding: 0 1.5625vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_details_item_box:last-child {
    margin-bottom: 0;
}

.news_details_item_icon {
    width: 3.90625vw;
}

.news_details_item_text {
    width: calc(100% - 3.90625vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_details_item_icon,
.news_details_item_text {
    font-size: 0.83333vw;
    line-height: 3.6458333vw;
    color: #222222;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.news_details_item_box:hover {
    background: #2775cd;
}


.news_details_item_box:hover .news_details_item_icon,
.news_details_item_box:hover .news_details_item_text {
    color: #ffffff;
}

.public_center {
    padding: 0 8.3333vw;
}

.public_banner_nav_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.public_banner_nav_box {
    background: #ffffff;
}

.public_banner_nav_box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8.3333vw;
    height: 2px;
    background: #2775cd;
    z-index: 2;
    -webkit-box-shadow: 0 0 0.26041666vw rgba(39, 117, 205, .3);
    box-shadow: 0 0 0.26041666vw rgba(39, 117, 205, .3);
}

.public_banner_nav_box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 1;
    background: #eeeeee;
}

.public_banner_nav_pack {
    position: relative;
    z-index: 9;
}

.public_banner_nav_after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #2775cd;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-box-shadow: 0 0 0.26041666vw rgba(39, 117, 205, .3);
    box-shadow: 0 0 0.26041666vw rgba(39, 117, 205, .3);
}

.public_banner_nav_content {
    position: relative;
    z-index: 9;
}


.public_banner_nav_li {
    position: relative;
}


.public_banner_nav_li:first-child a {
    margin-left: 0;
}

.public_banner_nav_li a {
    display: block;
    position: relative;
    margin-left: 4.16666vw;
}

.public_banner_nav_text {
    font-size: 0.833333vw;
    line-height: 5.208333vw;
    color: #333333;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

}

.public_banner_nav_active .public_banner_nav_text {
    color: #2775cd;
}


.public_banner_nav_default .public_banner_nav_text {
    color: #333333;
    font-weight: normal;
}


.public_banner_nav_hover .public_banner_nav_text {
    color: #2775cd;
}


.join_tech_wrap {
    padding: 7.291666vw 0;
}

.join_tech_box {
    position: relative;
}

.join_tech_head {
    position: absolute;
    left: 0;
    top: 0;
    width: 48.5625%;
}

.join_tech_item_box {
    position: relative;
}

.join_tech_item_head {
    position: absolute;
    left: 0;
    top: 8.3333vw;
    width: 48.5625%;
}

.join_tech_max_photo {
    width: 48.5625%;
    margin-top: 22.3958333vw;
}

.join_tech_max_big {
    padding-bottom: 46.46074%;
    position: relative;
}

.join_tech_max_img {
    width: 40.46875vw;
    padding-bottom: 46.46074%;
}

.join_tech_max_width {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.join_tech_max_animate {
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
}

.join_tech_max_pic {
    min-width: max-content;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.join_tech_min_photo {
    width: 48.5625%;
}

.join_tech_min_big {
    padding-bottom: 80.05148%;
    position: relative;
}

.join_tech_min_img {
    width: 40.46875vw;
    padding-bottom: 80.05148%;
}

.join_tech_item_content {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.join_tech_item_text {
    font-size: 1.7708333vw;
    line-height: 3.12vw;
    color: #333333;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);

}

.join_tech_item_color {
    color: #2775cd;
}


.join_tech_item_active .join_tech_item_text:nth-child(1) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.join_tech_item_active .join_tech_item_text:nth-child(2) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;

}

.join_tech_item_active .join_tech_item_text:nth-child(3) {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;

}

.join_tech_item_active .join_tech_max_animate {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.join_tech_item_hide .join_tech_item_text:nth-child(1) .join_tech_item_label {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-4vw);
    transform: translateY(-4vw);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.join_tech_item_hide .join_tech_item_text:nth-child(2) .join_tech_item_label {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-4vw);
    transform: translateY(-4vw);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;

}

.join_tech_item_hide .join_tech_item_text:nth-child(3) .join_tech_item_label {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-4vw);
    transform: translateY(-4vw);
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.join_tech_item_hide .join_tech_max_animate {
    width: 0;
    height: 0;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


.join_tech_tab {
    position: relative;
}

.join_tech_pagination_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    z-index: 9;
}

.join_tech_pagination_wrap .swiper-pagination-bullet {
    width: 0.83333vw;
    height: 0.83333vw;
    position: relative;
    margin-right: 0.5208333vw;
    background: #dfdfdf;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.join_tech_pagination_li:last-child {
    margin-right: 0;
}

.join_tech_pagination_wrap .swiper-pagination-bullet-active {
    background: #2775cd;
}


.join_bring_wrap {
    background: #f5f9fd;
    padding: 5.7291666vw 0;
}

.join_bring_head_box {
    -webkit-justify-content: center;
    justify-content: center;
}

.join_bring_head_btn {
    margin: 0 2.08333vw;
}

.join_bring_head_btn a {
    position: relative;
    font-size: 2.08333vw;
    line-height: 4.1666vw;
    color: #999999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_bring_head_btn a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #999999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_bring_head_active a {
    color: #2775cd;
}

.join_bring_head_active a:after {
    width: 100%;
    background: #2775cd;
}

.join_bring_screen_li {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.5208333vw;
}

.join_bring_screen_li label {
    max-width: 100%;
    cursor: pointer;
}

.join_bring_screen_li:last-child {
    margin-bottom: 0;
}

.join_bring_screen_li input {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-right: 0.5208333vw;
    position: relative;
}

.join_bring_screen_li input:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-border-radius: 0.208333vw;
    border-radius: 0.208333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_bring_screen_li input:before {
    content: "";
    position: absolute;
    left: 15%;
    top: 15%;
    width: 70%;
    height: 70%;
    z-index: 9;
    background: url(../images/gou.svg) no-repeat;
    opacity: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_bring_screen_li input:checked:after {
    background: #2775cd;
    border: 1px solid #2775cd;
}

.join_bring_screen_li input:checked:before {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.join_bring_screen_li label {
    -webkit-align-items: center;
    align-items: center;
}

.join_bring_screen_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #666666;
    /*width: calc(100% - 1.458333vw);*/
}

.join_bring_screen_wrap {
    width: 21.375%;
}

.join_bring_screen_caption {
    font-size: 1.1458333vw;
    line-height: 1.5625vw;
    color: #222222;
    font-weight: bold;
}

.join_bring_screen_tab {
    margin-top: 1.30208333vw;
}

.join_bring_screen_pack {
    padding: 1.82291666vw 0;
    position: relative;
}

.join_bring_screen_pack:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #dadada;
}

.join_bring_screen_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0.5208333vw;
}

.join_bring_screen_subtitle {
    font-size: 1.25vw;
    line-height: 2.08333vw;
    color: #2775cd;
}

.join_bring_screen_btn {
    font-size: 0.83333vw;
    line-height: 2.08333vw;
    color: #666666;
    cursor: pointer;
}

.join_bring_post_wrap {
    width: 75.75%;
    margin-left: 2.875%;
}

.join_bring_post_head {

    padding: 0 0 0 2.08333vw;
}

.join_bring_post_tips {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0.5208333vw;
    position: relative;
}

.join_bring_post_tips:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #dadada;
}

.join_bring_post_title {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #222222;
    font-weight: bold;
}

.join_bring_post_number {
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    color: #2775cd;
    margin-left: 0.5208333vw;
}

.join_bring_content {
    margin-top: 6.25vw;
}

.join_post_item_box {
    -webkit-border-radius: 1.5625vw;
    border-radius: 1.5625vw;
    margin-bottom: 1.041666vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_post_item_head {
    padding: 1.82291666vw 2.08333vw;
    cursor: pointer;
    position: relative;
}

.join_post_item_title {
    font-size: 1.1458333vw;
    line-height: 1.5625vw;
    color: #222222;
}

.join_post_item_tips {
    margin-top: 0.5208333vw;
}

.join_post_item_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #999999;
    margin-right: 2.6041666vw;
}

.join_post_item_text:last-child {
    margin-right: 0
}

.join_post_item_pack {
    padding: 0 2.08333vw 2.6041666vw 2.08333vw;
}

.join_post_item_bjq,
.join_post_item_bjq p {
    font-size: 0.78125vw;
    line-height: 1.5625vw;
    color: #666666;
}

.join_post_item_bjq h1 {
    color: #222222;
    font-size: 1.3541666vw;
    line-height: 2.1875vw;
    font-weight: bold;
}

.join_post_item_bjq h2 {
    color: #222222;
    font-size: 1.1458333vw;
    line-height: 1.9791666vw;
    font-weight: bold;
}

.join_post_item_bjq h3 {
    color: #222222;
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    font-weight: bold;
}

.join_post_item_platform {
    margin-top: 2.6041666vw;
}

.join_post_platform_li {
    width: 8.6458333vw;
    height: 3.6458333vw;
    margin-right: 1.041666vw;
}

.join_post_platform_li:last-child {
    margin-right: 0;
}

.join_post_platform_li a {
    background: #f6f6f6;
    -webkit-border-radius: 0.41666vw;
    border-radius: 0.41666vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_post_platform_li a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_post_platform_li a:hover {
    -webkit-transform: translateY(-0.78125vw);
    transform: translateY(-0.78125vw);
    -webkit-box-shadow: 0 0 0.5208333vw rgba(153, 153, 153, .1);
    box-shadow: 0 0 0.5208333vw rgba(153, 153, 153, .1);
}

.join_post_item_content {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.join_post_item_box:hover {
    background: #fff;
    box-shadow: 0 0 3.12vw rgba(153, 153, 153, .1);
}

.join_post_item_active {
    background: #fff;
    box-shadow: 0 0 3.12vw rgba(153, 153, 153, .1);
}


.join_bring_post_line {
    width: 100%;
    height: 1px;
    background: #dadada;
}

.join_bring_pd {
    padding-left: 2.08333vw;
}

.about_profile_wrap {
    position: relative;
    overflow: hidden;
}

.about_profile_back {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.about_profile_box {
    position: relative;
    z-index: 9;
    padding: 6.7708333vw 0 9.375vw 0;
}

.about_profile_pack {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-top: 2.08333vw;
}

.about_profile_details_wrap {
    width: 56.25%;
    padding-right: 10.41666vw;
}


.about_profile_details_title {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;
    color: #2775cd;
}

.about_profile_details_text {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;
    color: #222222;
}

.about_profile_details_read {
    margin-top: 2.34375vw;
    font-size: 0.9375vw;
    line-height: 1.7708333vw;
    color: #333333;
}

.about_profile_details_pic {
    width: 43.75%
}

.about_profile_details_img {
    padding-bottom: 49.0701%;
}

.about_history_wrap {
    position: relative;
}

.about_history_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_history_box {
    position: relative;
    z-index: 9;
}

.about_history_head {
    -webkit-justify-content: center;
    justify-content: center;
}

.about_history_content {
    padding: 5.7291666vw 0 4.1666vw 0;
}

.about_history_banner_title {
    font-size: 1.7708333vw;
    line-height: 2.291666vw;
    color: #ffffff;
    text-align: center;
}

.about_history_details_btn {
    width: 2.91666vw;
    height: 2.91666vw;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.about_history_details_btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}


.about_history_details_icon {
    width: 34%;
    height: 34%;
    position: relative;
    z-index: 9;
}

.about_history_details_icon svg {
    fill: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_history_details_active:after {
    background: #2775cd;
    border: 1px solid #2775cd;
}

.about_history_details_active .about_history_details_icon svg {
    fill: #ffffff;
}

.about_history_details_li {
    outline: none;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_history_details_button .swiper-button-disabled {
    opacity: .2;
    pointer-events: none;
}

.about_history_details_button .swiper-button-disabled .about_history_details_label {
    opacity: 0;
}

.about_history_details_label {
    font-size: 1.5625vw;
    line-height: 2.91666vw;
    color: #ffffff;
    width: 6.25vw;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_history_details_button {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.about_history_details_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    align-items: center;
}

.about_history_details_box {
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_history_details_tab {
    width: 70%;
    position: relative;
    z-index: 9;
    margin-top: 4.6875vw;
}

.about_history_details_title {
    font-size: 15.625vw;
    line-height: 15.625vw;
    color: #ffffff;
    text-align: center;
}

.about_history_details_read {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5625vw;
}

.about_history_details_prev .about_history_details_btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about_honor_wrap {
    background: #f5f9fd;
}


.about_honor_details_read {
    margin-top: 2.6041666vw;
}

.about_honor_details_title {
    color: #2775cd;
}

.about_honor_details_text {
    color: #222222;
}

.about_honor_details_title,
.about_honor_details_text {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;
}

.about_honor_item_head {
    -webkit-align-items: center;
    align-items: center;
}

.about_honor_item_icon {
    position: relative;
    width: 0.5208333vw;
    height: 0.5208333vw;
    background: #2775cd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.about_honor_item_title {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #333333;
    margin-left: 0.78125vw;
}

.about_honor_item_read {
    margin-top: 1.82291666vw;
    min-width: 7.291666vw;
}

.about_honor_item_text,
.about_honor_item_number {
    font-size: 3.6458333vw;
    line-height: 4.1666vw;
    color: #2775cd;
}

.about_honor_details_tab {
    margin-top: 3.6458333vw;
}


.about_honor_details_wrap {
    width: 56.25%;
    height: 100vh;
    padding: 0 10.41666vw 0 0;
    -webkit-align-items: center;
    align-items: center;
}

.about_honor_details_box {
    width: 100%;
}

.about_honor_item_box {
    padding: 0 5.208333vw;
    position: relative;
}

.about_honor_item_box:first-child {
    padding: 0 5.208333vw 0 0;
}

.about_honor_item_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #b7d1ef;
}

.about_honor_content {
    width: 43.75%;
    height: 100vh;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_honor_pic_tab {
    width: 48.285714%;
    height: 100%;
}

.about_honor_trophy_swiper,
.about_honor_aptitude_swiper {
    height: 100%;
}

.about_honor_trophy_swiper .swiper-slide,
.about_honor_aptitude_swiper .swiper-slide {
    height: auto;
}

.about_honor_trophy_swiper .swiper-wrapper,
.about_honor_aptitude_swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.about_honor_trophy_slide {
    background: #ffffff;
    padding: 2.08333vw;
    -webkit-border-radius: 1.041666vw;
    border-radius: 1.041666vw;
}

.about_honor_trophy_img {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_honor_trophy_img img {
    width: auto;
    max-width: 100%;
}

.about_honor_trophy_title {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    margin-top: 0.78125vw;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.about_values_box {
    position: relative;
}

.about_values_head {
    position: absolute;
    left: 0;
    top: 5.208333vw;
    width: 100%;
    z-index: 10;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
}


.about_values_img {
    padding-bottom: 46.875%;
}

.about_values_content {
    position: relative;
}

.about_values_tab {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
}

.about_values_item_box {
    width: 25%;
    position: relative;
}

.about_values_item_box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_values_item_box:first-child:after {
    display: none;
}

.about_values_item_box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    background-image: linear-gradient(to top, rgba(39, 117, 204, .8) 30%, rgba(39, 117, 204, 0));
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.about_values_item_content {
    position: relative;
    width: 100%;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 5.208333vw 0;
}

.about_values_item_active:before {
    height: 100%;
}

.about_values_item_read {
    width: 100%;
    padding: 0 2.08333vw;
    position: relative;
    z-index: 9;
}

.about_values_item_icon {
    margin: 0 auto;
    width: 2.5vw;
    height: 3.0208333vw;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_values_item_icon svg {
    fill: #ffffff;
    width: 100%;
    height: 100%;
}

.about_values_item_title {
    font-size: 1.25vw;
    line-height: 1.7708333vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 0.78125vw;
}

.about_values_item_text {
    margin-top: 3.12vw;
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    height: 4.6875vw;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about_partner_tips {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_partner_nav_wrap {
    padding-bottom: 2.6041666vw;
}

.about_partner_wrap {
    padding: 6.7708333vw 0 5.208333vw 0;
    position: relative;
    background: #ffffff;
}

.about_partner_nav_li {
    font-size: 1.1458333vw;
    line-height: 2.708333vw;
    color: #999999;
    margin-right: 2.6041666vw;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer;
}

.about_partner_nav_li:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 2px;
    background: #999999;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_partner_nav_active {
    color: #2775cd;
}

.about_partner_nav_active:after {
    background: #2775cd;
    width: 100%;
}

.about_partner_nav_li:last-child {
    margin-right: 0;
}

.about_client_img {
    padding-bottom: 38.41059%;
    background: #f5f9fd;
    position: relative;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
    overflow: hidden;
}

.about_client_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ececec;
    box-sizing: border-box;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
}

.index_partner_swiper {
    overflow: hidden;
}

.about_partner_pro_swiper,
.about_partner_client_swiper {
    height: 13.4375vw;
}

.about_partner_pro_swiper .swiper-slide,
.about_partner_client_swiper .swiper-slide {
    height: calc((100% - 1.5625vw) / 2);
}

.about_partner_public_pagination {
    position: relative;
    bottom: 0 !important;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9;
    margin-top: 3.38541666vw;
}

.about_partner_public_pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #dddddd;
    width: 0.5208333vw;
    height: 0.5208333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.about_partner_public_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2775cd;
}

.about_partner_swiper .about_partner_wrapper {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.about_partner_swiper .about_partner_slide {
    background: #ffffff;
    height: auto !important;
    transition-property: none!important;
}

.solution_page_item_box {
    width: 48.125%;
    margin: 0 3.75% 8.59375vw 0;

}

.solution_page_item_box:nth-child(2n+1) {
    -webkit-transform: translateY(-6.25vw);
    transform: translateY(-6.25vw);
}

.solution_page_item_box:nth-child(2n) {
    margin: 0 0 8.59375vw 0;
}

.solution_page_item_box:hover .solution_page_item_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution_page_item_box a {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_page_item_img {
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_page_item_pic {
    position: relative;
    height: 31.25vw;
    z-index: 9;
    overflow: hidden;
}

.solution_page_item_animate {
    height: 26.041666vw;
    position: relative;
    overflow: hidden;
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
    -webkit-transform-origin: center top;
    transform-origin: center top;

}

.solution_page_item_animate img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_page_item_read {
    background: #f4f4f4;
    padding: 2.6041666vw;
    -webkit-border-radius: 0 0 1.5625vw 1.5625vw;
    border-radius: 0 0 1.5625vw 1.5625vw;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_page_item_box:hover .solution_page_item_read {
    background: #2775cd;
}

.solution_page_item_title {
    font-size: 1.5625vw;
    line-height: 2.08333vw;
    color: #222222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_page_item_box:hover .solution_page_item_title {
    color: #ffffff;
}

.solution_page_item_text {
    margin-top: 1.041666vw;
    font-size: 0.83333vw;
    line-height: 1.6666vw;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_page_item_box:hover .solution_page_item_text {
    color: #ffffff;
}


.solution_page_wrap {
    padding: 12.5vw 0 0 0;
}

.solution_banner_title {
    font-size: 3.12vw;
    line-height: 3.6458333vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5625vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_banner_line {
    width: 3.6458333vw;
    height: 0.3125vw;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_banner_text {
    font-size: 1.3541666vw;
    line-height: 1.875vw;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5625vw;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_public_title {
    font-size: 1.3541666vw;
    line-height: 2.3958333vw;
    font-weight: bold;
    color: #222222;
}

.solution_pro_img {
    padding-bottom: 62.08897%;
}

.solution_pro_wrap {
    padding: 4.1666vw 0 3.6458333vw 0;
}

.solution_pro_tab {
    margin-top: 2.34375vw;
}

.solution_big_pro_tab {
    margin-top: 1vw;
}

.solution_pro_pagination_wrap, .solution_big_pro_pagination_wrap, .solution_scene_pagination_wrap {
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    bottom: 0 !important;
}

.solution_pro_pagination_wrap {
    margin-top: 2.86458333vw;
}

.solution_big_pro_pagination_wrap {
    margin-top: 1.5vw;
}

.solution_scene_pagination_wrap {
    display: -webkit-flex;
    display: flex;
    margin-top: 0.2vw;
}

.solution_pro_pagination_wrap .swiper-pagination-bullet, .solution_big_pro_pagination_wrap .swiper-pagination-bullet, .solution_scene_pagination_wrap .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    margin: 0 0.26041666vw !important;
    opacity: 1;
    background: #e4e4e4;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_pro_pagination_wrap .swiper-pagination-bullet-active, .solution_big_pro_pagination_wrap .swiper-pagination-bullet-active, .solution_scene_pagination_wrap .swiper-pagination-bullet-active {
    background: #2974c9;
}

.solution_inside_line {
    position: relative;
    width: 100%;
    height: 1px;
}

.solution_inside_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6e6e6;
}

.solution_advantage_head {
    width: 15.625%;
}


.solution_advantage_wrap {
    padding: 3.6458333vw 0 1.6458333vw;
}

.solution_advantage_item_box {
    width: 26.6666%;
    margin: 0 10.0001% 2vw 0;
}

.solution_advantage_item_box:nth-child(3n) {
    margin-right: 0;
}

.solution_advantage_title {
    font-size: 1.1458333vw;
    line-height: 1.875vw;
    color: #2974c9;
    font-weight: bold;
    padding: 0.26041666vw 0;
}

.solution_advantage_text {
    font-size: 0.83333vw;
    line-height: 1.25vw;
    color: #999999;
    margin-top: 1.041666vw;
}


.solution_scene_wrap {
    padding: 3.6458333vw 0 2.6041666vw 0;
}

.solution_scene_item_box {
    width: 31.85185%;
    margin: 0 2.222225% 1.041666vw 0;
}

.solution_scene_item_box:nth-child(3n) {
    margin: 0 0 1.041666vw 0;
}

.solution_scene_item_img {
    padding-bottom: 69.76744%;
}

.solution_scene_item_title {
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    color: #666666;
    text-align: center;
    margin-top: 0.5208333vw;
}

.solution_matrix_max .solution_scene_item_box {
    width: 100%;
    margin: 0 0 1.041666vw 0;
}

.solution_argument_wrap {
    padding: 3.6458333vw 0;
}


.solution_argument_tab table {
    max-width: 100%;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.solution_argument_tab table tr {
    box-sizing: border-box;
}

.solution_argument_tab table td:first-child {
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    color: #888888;
    text-align: left;
    padding: 0.88541666vw 1.041666vw 0.88541666vw 0;
    font-weight: normal;
}

.solution_argument_tab table td {
    padding: 0.88541666vw 1.041666vw;
    font-size: 0.83333vw;
    line-height: 1.3541666vw;
    color: #444444;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.solution_inventory_wrap {
    padding: 3.6458333vw 0;
}

.solution_argument_content,
.solution_advantage_content,
.solution_scene_content,
.solution_inventory_content {
    width: 84.375%;
}


.solution_inventory_bjq,
.solution_inventory_bjq p {
    font-size: 0.83333vw;
    line-height: 2.3958333vw;
    color: #666666;
}

.solution_other_title {
    font-size: 2.08333vw;
    line-height: 2.08333vw;
    color: #222222;
    font-weight: bold;
    text-align: center;
}

.solution_other_wrap {
    padding: 5.208333vw 0 7.291666vw 0;
}


.solution_other_item_box {
    width: 31.75%;
    margin: 0 2.375% 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_other_item_box:nth-child(3n) {
    margin: 0;
}

.solution_other_item_box a {
    display: inline-block;
    width: 100%;
}

.solution_other_item_box .solution_page_item_pic {
    height: 20.625vw;
}

.solution_other_item_box .solution_page_item_animate {
    height: 17.1875vw;
}


.solution_other_item_box:hover .solution_page_item_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution_other_item_read {
    background: #f4f4f4;
    padding: 1.82291666vw 2.08333vw;
    -webkit-border-radius: 0 0 1.5625vw 1.5625vw;
    border-radius: 0 0 1.5625vw 1.5625vw;
}

.solution_other_item_title {
    font-size: 1.25vw;
    line-height: 1.7708333vw;
    color: #222222;
    font-weight: bold;
}

.solution_other_item_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    height: 3.125vw;
    overlfow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666;
    margin-top: 0.78125vw;
}

.solution_banner_read {
    width: 100%;
    margin-top: 5.208333vw;
}

.solution_banner_button {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 2.6041666vw;
}

.solution_banner_btn {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(4vw);
    transform: translateY(4vw);
}

.solution_other_content {
    margin-top: 3.6458333vw;
}

.solution_banner_btn a {
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 1.041666vw 0 0.5208333vw;
    -webkit-border-radius: 1.1458333vw;
    border-radius: 1.1458333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_banner_btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 1.1458333vw;
    border-radius: 1.1458333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_banner_btn a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .4);
    box-sizing: border-box;
    z-index: 8;
    -webkit-border-radius: 1.1458333vw;
    border-radius: 1.1458333vw;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.solution_banner_btn a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solution_banner_btn a:hover:before, .solution_banner_btn a:hover:after {
    border: 1px solid #2775cd;
}

.solution_banner_btn_icon {
    width: 1.7708333vw;
    height: 1.7708333vw;
    position: relative;
    z-index: 9;
}

.solution_banner_btn_icon svg {
    width: 100%;
    height: 100%;
    fill: #ffffff;
}

.solution_banner_btn_text {
    font-size: 0.83333vw;
    line-height: 2.291666vw;
    color: #ffffff;
    margin-left: 0.3125vw;
    position: relative;
    z-index: 9;
}

.research_patent_wrap {
    padding: 6.25vw 0;
}

.research_patent_title,
.research_patent_text {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;

}

.research_patent_title {
    color: #222222;
}

.research_patent_text {
    color: #2775cd;
}

.research_patent_read {
    margin-top: 2.08333vw;
    font-size: 0.88541666vw;
    line-height: 1.7708333vw;
    color: #333333;
}

.research_patent_big {
    width: 59.0625%;
}

.research_patent_pack {
    width: 40.9375%;
}

.research_patent_width {
    width: 63.1%;
}

.research_patent_item_box {
    position: relative;
}

.research_patent_item_content {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 1.5625vw;
    position: relative;
}

.research_patent_item_read {
    width: calc(100% - 2.291666vw);
}

.research_patent_item_icon {
    width: 2.291666vw;
    padding-bottom: 0.5208333vw;
}

.research_patent_item_icon svg {
    width: 100%;
    fill: #c1c9d1;
}

.research_patent_item_number {
    font-size: 3.6458333vw;
    line-height: 3.6458333vw;
    color: #2775cd;
}

.research_patent_item_text {
    font-size: 0.88541666vw;
    line-height: 1.5625vw;
    color: #999999;
    margin-top: 0.26041666vw;
}

.research_patent_item_box {
    padding-bottom: 1.5625vw;
}

.research_patent_item_line {
    width: 100%;
    height: 1px;
    position: relative;
}

.research_patent_item_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e6e6e6;
}

.research_industry_wrap {
    position: relative;
}

.research_industry_back {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.research_industry_box {
    position: relative;
    z-index: 9;
    padding: 6.25vw 0;
}

.research_industry_head {
    -webkit-justify-content: center;
    justify-content: center;
}


.about_history_head .index_public_head,
.about_values_head .index_public_head,
.research_industry_head .index_public_head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.about_history_head .index_public_title,
.about_values_head .index_public_title,
.research_industry_head .index_public_title {
    color: #ffffff;
}

.about_history_head .index_public_title:after,
.about_values_head .index_public_title:after,
.research_industry_head .index_public_title:after {
    background-image: linear-gradient(145deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0) 90%);
}

.about_history_head .index_public_en,
.about_values_head .index_public_en,
.research_industry_head .index_public_en {
    color: rgba(255, 255, 255, .3);
    text-align: center;
}

.research_industry_title {
    font-size: 1.7708333vw;
    line-height: 2.291666vw;
    color: #ffffff;
    text-align: center;
}

.research_industry_big {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 4.1666vw;
}

.research_industry_single_wrap {
    max-width: 28%;
}

.research_industry_center_wrap {
    max-width: 33.75%;
}

.research_industry_center_li {
    width: 48.148148%;
    margin: 0 3.703704% 0 0;
}

.research_industry_center_li:nth-child(2n) {
    margin: 0;
}

.research_industry_single_read {
    margin-top: 1.30208333vw;
}

.research_industry_single_img {
    height: 19.2708333vw;
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.research_industry_single_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.research_industry_single_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.research_industry_single_text {
    font-size: 0.83333vw;
    line-height: 1.5625vw;
    color: #ffffff;
    text-align: center;
}

.research_made_head {
    -webkit-justify-content: center;
    justify-content: center;
}

.research_made_head .index_public_head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.research_made_head .index_public_en {
    text-align: center;
}

.research_made_wrap {
    padding: 6.25vw 0;
}

.research_made_title {
    font-size: 1.7708333vw;
    line-height: 2.291666vw;
    color: #222222;
    text-align: center;
}

.research_made_item_pic {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 1.25vw;
    position: relative;
    z-index: 9;
}

.research_made_item_pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 1.82291666vw);
    background: #ffffff;
}

.research_made_item_width {
    width: 100%;
    position: relative;
    z-index: 9;
}

.research_made_item_img {
    padding-bottom: 54.26829%;
    -webkit-border-radius: 0.78125vw 0.78125vw 0 0;
    border-radius: 0.78125vw 0.78125vw 0 0;
}

.research_made_item_box {
    position: relative;
    height: 100%;
}

.research_made_item_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f4f7;
    -webkit-border-radius: 0 0 0.78125vw 0.78125vw;
    border-radius: 0 0 0.78125vw 0.78125vw;
}

.research_made_item_read {
    position: relative;
    z-index: 9;
    margin-top: -1.82291666vw;
    padding: 3.6458333vw 1.25vw 2.08333vw 1.25vw;
}

.research_made_item_title {
    font-size: 1.1625vw;
    line-height: 2.08333vw;
    color: #222222;
    font-weight: bold;
    margin-bottom: 1.041666vw;
}


.research_made_item_line {
    width: 1.5625vw;
    height: 0.15625vw;
    background: #2775cd;
}

.research_made_item_text {
    margin-top: 1.041666vw;
    font-size: 0.83333vw;
    line-height: 1.458333vw;
    color: #666666;
}

.research_made_swiper .swiper-wrapper {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.research_made_swiper .swiper-slide {
    height: auto;
}

.research_made_content {
    margin-top: 6.25vw;
}

.research_made_button {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 3.6458333vw;
}

.research_made_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.research_system_wrap {
    position: relative;
    padding: 6.25vw 0;
}

.research_system_back {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2775cd;
}

.research_system_box {
    position: relative;
    z-index: 9;
}


.research_system_details_head .index_public_title {
    color: #ffffff;
}

.research_system_details_head .index_public_title:after {
    background-image: linear-gradient(145deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0) 90%);
}

.research_system_details_head .index_public_en {
    color: rgba(255, 255, 255, .3);
}

.research_system_details_wrap {
    width: 34.25%;
    padding-right: 5.208333vw;
}

.research_system_details_big {
    margin-top: 1.5625vw;
}

.research_system_details_title,
.research_system_details_subtitle {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;
    color: #ffffff;
}

.research_system_details_text {
    font-size: 1.1458333vw;
    line-height: 1.6666vw;
    color: #ffffff;
    margin-top: 1.041666vw;
}

.research_system_details_box {
    -webkit-align-content: space-between;
    align-content: space-between;
    height: 100%;
}

.research_system_details_read {
    width: 100%;
}

.research_system_details_button {
    width: 100%;
}

.research_system_details_button .news_page_pagination_active .news_page_pagination_icon:after {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.research_system_details_button .news_page_pagination_active .news_page_pagination_icon svg {
    fill: #2775cd;
}

.research_system_details_button .news_page_pagination_icon svg {
    fill: #ffffff;
}

.research_system_wap_button {
    width: 100%;
}

.research_system_wap_button .news_page_pagination_active .news_page_pagination_icon:after {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.research_system_wap_button .news_page_pagination_active .news_page_pagination_icon svg {
    fill: #2775cd;
}

.research_system_wap_button .news_page_pagination_icon svg {
    fill: #ffffff;
}

.research_system_details_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.research_system_details_tab {
    width: 65.75%;
}

.research_system_item_img {
    padding-bottom: 136.39143%;
}

.research_system_item_title {
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    color: #ffffff;
    margin-top: 1.041666vw;
}

.research_experiment_details_title {
    font-size: 1.7708333vw;
    line-height: 2.6041666vw;
    color: #222222;
}

.research_patent_head {
    width: 100%;
}

.research_experiment_details_text {
    font-size: 0.83333vw;
    line-height: 1.6666vw;
    color: #666666;
    margin-top: 1.5625vw;
}

.research_experiment_wrap {
    padding: 6.25vw 0;
}

.research_page_box .index_public_content {
    padding-bottom: 1.5625vw;
}

.research_experiment_details_wrap {
    width: 34.25%;
    padding-right: 6.7708333vw;
}

.research_experiment_details_tab {
    width: 65.75%;
}

.research_experiment_item_pic:hover .research_experiment_item_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.research_experiment_item_img {
    padding-bottom: 65.4545%;
    -webkit-border-radius: 0.78125vw;
    border-radius: 0.78125vw;
}

.research_experiment_item_img img {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.research_experiment_item_title {
    font-size: 0.9375vw;
    line-height: 1.458333vw;
    color: #333333;
    font-weight: bold;
    margin-top: 1.30208333vw;
}

.experiment_pagination_scroll_wrap {
    width: calc(100% - 7.291666vw);
    position: relative;
    padding-right: 1.041666vw;
    -webkit-align-items: center;
    align-items: center;
}

.experiment_pagination_scroll_box {
    position: relative;
    height: 0.15625vw !important;
    background: none;
    -webkit-align-items: center;
    align-items: center;
}

.experiment_pagination_scroll_box:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
}

.experiment_pagination_scroll_box .swiper-pagination-progressbar-fill {
    background: #2775cd;
    z-index: 9;
}

.experiment_pagination_prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.experiment_pagination_wrap {
    margin-top: 2.6041666vw;
}

.index_about_head_box .index_public_head {
    pointer-events: none !important;
}

.index_about_head_box .index_public_subtitle {
    pointer-events: none !important;
}

.index_about_head_box .index_public_label {
    pointer-events: none !important;
}

.index_about_head_box .index_public_button {
    pointer-events: none !important;
}

.AddPublicBannerShow .public_banner_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddPublicBannerShow .public_banner_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


.AddPublicBannerShow .public_banner_nav_wrap {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}


.AddPublicBannerShow .solution_banner_title {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.AddPublicBannerShow .solution_banner_line {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


.AddPublicBannerShow .solution_banner_text {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.AddPublicBannerShow .solution_banner_btn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}


.join_page_wrap,
.about_page_wrap,
.solution_page_wrap,
.research_page_wrap {
    position: relative;
    z-index: 20;
    background: #fff;
}


.AddSolutionPageItemBox a {
    display: inline-block;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddSolutionPageItemBox .solution_page_item_pic {
    height: 26.041666vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddSolutionPageItemBox .solution_page_item_animate {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}


.AddSolutionOtherItemBox {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddSolutionOtherItemBox .solution_page_item_pic {
    height: 17.1875vw;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.AddSolutionOtherItemBox .solution_page_item_animate {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 1s cubic-bezier(.4, 0, .2, 1);
    transition: all 1s cubic-bezier(.4, 0, .2, 1);
}

.index_about_wap_fixed {
    display: none;
}