/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

@font-face {
    font-family: "bold_font";
    src: url('../fonts/bold_font.svg'),
    url('../fonts/bold_font.woff'),
    url('../fonts/bold_font.ttf'),
    url('../fonts/bold_font.otf');
}

@font-face {
    font-family: "regular_font";
    src: url('../fonts/regular_font.svg'),
    url('../fonts/regular_font.woff'),
    url('../fonts/regular_font.ttf'),
    url('../fonts/regular_font.otf');
}

@font-face {
    font-family: "light_font";
    src: url('../fonts/light_font.woff'),
    url('../fonts/light_font.ttf'),
    url('../fonts/light_font.otf');
}

.font_en_bold {
    font-family: "bold_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

.font_en_regular {
    font-family: "regular_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

.font_en_light {
    font-family: "light_font", "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}


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

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.body-wrap {
    display: none;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

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

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

li {
    list-style: none;
}

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

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

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

textarea {
    resize: vertical;
}

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

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #f28a1a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 138, 26, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(242, 138, 26, .6);
}

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

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

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

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

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

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

.page-lable-wrap {
    font-size: 0;
    text-align: center;
    margin-top: 20px;
}

.page-lable-wrap a {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #000;
    margin: 0 5px;
    font-size: 16px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #0000ff;
    background: #0000ff;
    margin: 0 5px;
    font-size: 16px;
    color: #fff;
}

.page-lable-wrap a:hover {
    border: 1px solid #0000ff;
    background: #0000ff;
    color: #fff;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 9px !important;
}

.swiper-animation {
    opacity: 0;
}

.banner-box .swiper-pagination-bullet-active {
    background: #52b3b7 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

.center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inline {
    display: inline-block;
    vertical-align: top;
}

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

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

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

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

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

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

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

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


/*css play*/
.width_auto {
    padding: 0 55px;
    width: 100%;
}

.index_swiper {
    height: 100vh;
    overflow: hidden;
    cursor: auto !important;
}

.index_swiper .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.index_page1 {
    background: #0d0d0d;
    cursor: grab;
}

.index_page6 {
    background: #0d0d0d;
}

.slide-inner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.index_banner_box {
    width: 46.6%;
    margin: 0 auto;
    position: absolute;
    top: 11%;
    left: 26.7%;
    z-index: 1;
    display: block;
}

.index_banner_img {
    width: 100%;
    visibility: hidden !important;
    padding-bottom: 59.10891089%;
}

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

.index_banner_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    width: 74.2574257%;
}

.index_banner_button a {
    display: block;
    position: relative;
}


.index_banner_border {
    width: 64.26667%;
    position: relative !important;
    margin: 0 auto;
    z-index: 1;
}

.index_banner_border svg {
    width: 100%;
    -webkit-animation: circle_rotation 30s linear infinite;
    animation: circle_rotation 30s linear infinite;
}

.index_banner_border .index_banner_circle {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes circle_rotation {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.05) rotate(180deg);
        transform: scale(1.05) rotate(180deg);
        opacity: .4;
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

@keyframes circle_rotation {
    0% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.05) rotate(180deg);
        transform: scale(1.05) rotate(180deg);
        opacity: .4;
    }
    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

.index_banner_en {
    width: 100%;
    text-align: center;
    z-index: 2;
    top: 50% !important;
    line-height: 48px;
    margin-top: -24px;
}

.index_banner_label {
    -webkit-text-stroke: 1px transparent;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 6px;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_banner_button:hover .index_banner_border .index_banner_circle {
    fill: #f3c984 !important;
}

.index_banner_button:hover .index_banner_label {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.index_banner_read {
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}

.index_banner_title {
    font-size: 42px;
    letter-spacing: 16px;
    line-height: 60px;
    color: #fff;
}

.index_banner_text {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    margin-top: 10px;
}

.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    pointer-events: none;
}

.header_box {
    padding: 50px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header_logo_button {
    pointer-events: auto;
}

.header_logo_button a {
    display: block;
}

.header_logo_button a svg {
    width: 42px !important;
    fill: #fff !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_nav_button {
    width: 36px;
    height: 23px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    align-content: space-between;
    pointer-events: auto;
    cursor: pointer;
}

.header_nav_button span {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 3px;
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_nav_label1 {
    width: 36px;
}

.header_nav_label2 {
    width: 21px;
}

.header_nav_label3 {
    width: 26px;
}

.footer_case_button {
    font-size: 16px;
    color: #fff;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 20px;
    pointer-events: none;
}

.footer_case_box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 99px;
    pointer-events: auto;
}

.footer_case_list_button {
    left: -3px;
}

.footer_case_list_button .footer_case_box {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 66px;
    pointer-events: auto;
}

.footer_case_button a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    margin-left: -20px;
}

.footer_case_text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
    padding: 0 0 0 60px;
    position: relative;
}

.footer_case_box a:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -100%;
    top: 50%;
    margin-left: -40px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_case_box a:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 0;
    background: #fff;
    margin-right: 10px;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_case_box a:hover:before {
    left: 100%;
    margin-left: -10px;
}

.footer_case_box a:hover:after {
    left: 0;
    margin-left: 0;
}

/*.footer_case_button a:hover .footer_case_text {*/
/*    -webkit-transform: translateX(10px);*/
/*    transform: translateX(10px)*/
/*}*/
.footer_swiper_button {
    position: fixed;
    z-index: 99;
    right: 55px;
    bottom: 45px;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    outline: none;
    overflow: hidden;
    height: 50px;
}

.footer_swiper_button_h {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-animation: bottomIcon 1.5s cubic-bezier(.34, .34, .27, .91) infinite;
    animation: bottomIcon 1.5s cubic-bezier(.34, .34, .27, .91) infinite;
}


@-webkit-keyframes bottomIcon {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

@keyframes bottomIcon {
    0% {
        height: 0;
    }
    100% {
        height: 70px;
    }
}

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

.disabled_swiper {
    opacity: 0;
    pointer-events: none;
}

.footer_swiper_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;

}


.footer_swiper_box span {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_swiper_layle1 {
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -5px;
    left: 2px;
    visibility: hidden;
}

.footer_swiper_layle2 {
    height: 50px;
    width: 1px;
}

.footer_swiper_layle3 {
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
    right: 2px;
}


.black_button .header_logo_button a svg {
    fill: #3f3f3f !important;
}

.black_button .header_nav_button span {
    background: #3f3f3f;
}

.black_button .footer_case_text {
    color: #3f3f3f;
}

.black_button .footer_case_box a:before {
    background: #3f3f3f;
}

.black_button .footer_case_box a:after {
    background: #3f3f3f;
}

.black_button .footer_swiper_box span {
    background: #3f3f3f;
}

.animate_left,
.animate_right {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.button_flex_left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

.button_flex_right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.index_about_wrap {
    height: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_about_en {
    font-size: 46px;
    line-height: 64px;
    color: #3f3f3f;
    text-transform: uppercase;
    width: 100%;
}

.index_about_max {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
    margin: 90px 0 30px 0;
    width: 100%;
    letter-spacing: 3px;
}

.index_about_min {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-bottom: 120px;
    width: 100%;
}

.index_about_button {
    display: inline-block;
}

.index_about_button a {
    font-size: 18px;
    line-height: 32px;
    height: 34px;
    color: #c9a66d;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    letter-spacing: 3px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    overflow: hidden;
}


.index_about_button a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #c9a66d;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_about_button a:hover {
    letter-spacing: 5px;
}

.index_about_button a:hover:after {
    height: 2px;
}

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

.index_case_box {
    padding: 0 150px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.index_case_li {
    width: 14.53%;
    position: relative;
    margin-right: 2.13666666%;
}

.index_case_li a {
    display: block;
    position: relative;
}

.index_case_img {
    padding-bottom: 304.918%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_img img {
    z-index: 1;
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.index_case_img:hover img {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.index_case_img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.index_case_img:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/case_before.png) repeat;
}

.index_case_read {
    position: absolute;
    width: 100%;
    top: 150px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_title {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
    color: #3f3f3f;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_center_auto {
    height: 100%;
    width: 100%;
    overflow: hidden;

    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_en {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    color: #cccccc;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_show .index_center_auto {
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    text-align: center;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_icon {
    width: 40px;
    height: 1px;
    margin: 50px auto 0;
    position: relative;
}

.index_case_icon:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_case_li:hover .index_case_hide .index_center_auto {
    opacity: 0;
}


.index_case_li .index_case_hover .index_center_auto {
    -webkit-animation: hoverText .6s .5s forwards cubic-bezier(.645, .045, .355, 1);
    animation: hoverText .6s .5s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes hoverText {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hoverText {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.index_case_li:hover .index_case_icon:after {
    width: 100%;
    background: #fff;
}

.index_case_li:hover .index_case_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.index_case_li:hover .index_case_img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.index_service_box {
    position: relative;
}

.index_service_img {
    position: relative;
    height: 100vh;
    width: 100%;
}

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

.index_service_read {
    position: absolute;
    padding: 0 420px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.float_triangle {
    font-size: 340px !important;
    position: fixed;
    top: -10%;
    left: -30%;
    color: #fff;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_triangle:before {
    text-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.float_circle {
    width: 400px;
    height: 400px;
    position: fixed;
    top: 80%;
    right: -45px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_circle span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    background: #fff;
    -webkit-animation: ScaleCircle 16s linear infinite normal both;
    animation: ScaleCircle 16s linear infinite normal both;
}

.float_wrap {
    position: relative;
}

.float_triangle_page {
    font-size: 340px !important;
    position: fixed;
    z-index: 8;
    top: -10%;
    left: 0;
    color: #fff;
    -webkit-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.float_triangle_page:before {
    text-shadow: 0 0 40px rgba(0, 0, 0, .05);
}

.float_circle_page {
    width: 400px;
    height: 400px;
    position: fixed;
    z-index: 8;
    top: -120px;
    right: -45px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.float_triangle_hide {
    left: -23% !important;
}
.float_circle_hide {
    right: -23%!important;
}
.float_circle_page span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px rgba(0, 0, 0, .05);
    background: #fff;
}


@-webkit-keyframes ScaleCircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleCircle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.animate_rotate {
    left: -3%;
    -webkit-transform: rotate(65deg);
    transform: rotate(65deg);
}


.animate_init {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


.top_triangle_rotate {
    top: 70%;
    -webkit-transform: rotate(290deg);
    transform: rotate(290deg);
}

.top_circle_rotate {
    top: -120px;
}

.index_news_wrap {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.index_news_box {
    width: 100%;
}

.index_news_max {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 140px;
    color: #3f3f3f;
    text-transform: uppercase;
    text-align: center;
}

.index_news_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 50px;

}

.index_news_left {
    width: 50%;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.index_news_right {
    width: 45%;
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}

.index_news_time {
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    margin-top: 20px;
    overflow: hidden;
}

.index_news_title {
    line-height: 32px;
    max-height: 32px;
    margin: 45px 0 20px 0;
    overflow: hidden;
}

.index_news_title a {
    font-size: 20px;
    line-height: 32px;
    color: #3f3f3f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news_text {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_more {
    margin-top: 80px;
    display: inline-block;
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.index_news_more a {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    cursor: pointer;
}

.index_news_more a:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 12px;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_news_more a:hover {
    padding-left: 10px;
}

.index_news_more a:hover:after {
    width: 40px;
}

.index_news_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_news_img a {
    display: block;
    position: relative;
    padding-bottom: 67.8571428%;
}

/*.index_news_img .index_to_left:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img .index_to_left:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: 30px;*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 30px;*/
/*    height: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    width: 0;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.index_news_img:hover .index_to_left:before {*/
/*    height: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left:after {*/
/*    height: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left a:before {*/
/*    width: calc(100% - 40px)*/
/*}*/

/*.index_news_img:hover .index_to_left a:after {*/
/*    width: calc(100% - 40px)*/
/*}*/

.index_news_img a img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_news_img:hover a img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.index_news_content {
    margin-bottom: 130px;
    padding: 0 220px;
}

.index_news_button {
    text-align: center;
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}

.index_news_pagination_wrap {
    position: absolute;
    top: 273px;
    left: 20%;
    width: 30%;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}


.index_news_pagination_box {
    -webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
    width: 100% !important;
    text-align: right !important;
    position: relative !important;
}

.index_news_pagination_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 15px !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    background: #cccccc !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_news_pagination_box .swiper-pagination-bullet-active {
    width: 32px;
}

.index_footer_en {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.index_footer_title {
    font-size: 24px;
    line-height: 46px;
    color: #fff;
}

.index_footer_line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #c9a66d;
    margin: 30px 0;
}

.index_footer_address {
    margin: 25px 0 120px 0;
}

.index_footer_text {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_text a {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_cn {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.index_footer_icon {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 320px;
    margin: 0 auto;
}

.index_footer_icon span {
    width: 29px;

}

.index_footer_icon span a {
    display: block;
    font-size: 20px;
    color: #fff;
}

.index_footer_icon span a.iconwchart,
.index_footer_icon span a.iconsina,
.index_footer_icon span a.iconn,
.index_footer_icon span a.iconf {
    font-size: 24px;
}


.index_footer_wrap {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;

}

.index_footer_box {
    margin: 0 auto;
    text-align: center;
}

.index_footer_img {
    width: 120px;
    margin: 0 auto;
}

.nav_public_wrap {
    position: fixed;
    width: calc(100vw - 6px);
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    height: 0;
    opacity: 0.6;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_public_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.nav_public_ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.6;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_public_li {
    position: relative;
    width: 270px;
    text-align: center;
}

.nav_public_li a {
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin: 0 50px;
    padding: 28px 0;
    color: #3f3f3f;
    text-transform: uppercase;
}

.nav_public_box .nav_public_circle {
    display: block;
    position: absolute;
    left: -4px;
    bottom: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background: #000000;
    pointer-events: none;
    opacity: 0;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation: circleTranslat 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite normal both;
    animation: circleTranslat 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) infinite normal both;
}

@-webkit-keyframes circleTranslat {
    0% {
        margin-left: -6px;
    }
    50% {
        margin-left: 6px;
    }
    100% {
        margin-left: -6px;
    }
}

@keyframes circleTranslat {
    0% {
        margin-left: -6px;
    }
    50% {
        margin-left: 6px;
    }
    100% {
        margin-left: -6px;
    }
}

.nav_public_height {
    height: 100%;
    opacity: 1;
}

.nav_public_text_height {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.nav_public_active a svg {
    fill: #3f3f3f !important;
}

.header_nav_active span {
    background: #3f3f3f !important;
    width: 100%;
}

.header_nav_active .header_nav_label1 {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.header_nav_active .header_nav_label3 {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.header_nav_active .header_nav_label2 {
    opacity: 0;
}

.body_hidden {
    overflow: hidden;
}

.nav_public_height .nav_public_box .nav_public_circle {
    opacity: 1;
}

.nav_index_pagination {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    pointer-events: auto;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_pagination_current {
    opacity: 0;
    pointer-events: none;
}

.nav_index_li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 12px 0;
    text-align: right;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.nav_index_li .nav_index_item {
    color: #3f3f3f;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_item span {
    display: block;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_icon {
    width: 10px;
    height: 10px;
    background: #cccccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #3f3f3f;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_title {
    width: 100px;
    overflow: hidden;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_number {
    overflow: hidden;
    width: 30px;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.nav_index_title span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.nav_index_number span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.current_url .nav_index_title span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_url .nav_index_number span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_url .nav_index_icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav_pagination_white .nav_index_li .nav_index_item span {
    color: #fff;
}

.nav_pagination_white .nav_index_li .nav_index_icon {
    background: #3d3d3d;
}

.nav_pagination_white .current_url .nav_index_icon {
    background: #fff;
}

.nav_pagination_white .nav_index_li .nav_index_icon:after {
    background: #fff;
}

.nav_pagination_white .current_hide .nav_index_icon {
    background: #3d3d3d;
}

.current_hide .nav_index_title span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.current_hide .nav_index_number span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.current_hide .nav_index_icon:after {
    -webkit-transform: scale(0);
    transform: scale(0);

}


.current_show .nav_index_title span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_show .nav_index_number span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.current_show .nav_index_icon:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.page_body_content {
    position: relative;
    z-index: 13;
    background: #fff;
    width: calc(100vw - 6px);
}

.page_content_wrap {
    position: relative;
    padding-top: 220px;
    z-index: 10;
}

.contact_content_wrap {
    padding-top: 140px !important;
}

.about_layle_box {
    width: 100%;
    overflow: hidden;
}

.about_page_back {
    width: 100%;
    white-space: nowrap
}

.about_page_layle {
    display: inline-block;
    font-size: 140px;
    color: #f7f7f7;
    margin: 0 100px;
    position: relative;
    z-index: 9;
}

.about_content_title {
    padding-top: 60px;
}

.about_content_en {
    font-size: 36px;
    line-height: 52px;
    color: #3f3f3f;
    text-transform: uppercase;
}

.about_content_cn {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.about_content_text {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin-top: 70px;
}

.about_content_box {
    padding: 80px 45px 0 145px;
}

.about_content_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_content_left {
    width: 50.6%;
    padding-right: 100px;
}

.about_content_right {
    width: 49.4%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.about_content_img {
    width: 47.5%;
}

.about_content_imgHide {
    padding-bottom: 170.976253%;
}

.about_content_imgHide img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.about_content_imgHide:hover img {
    -webkit-animation: ScaleInfiniteImg 8s linear infinite normal both;
    animation: ScaleInfiniteImg 8s linear infinite normal both;
}

@-webkit-keyframes ScaleInfiniteImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ScaleInfiniteImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.about_img_top {
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

.about_honor_box {
    padding: 0 145px;
    text-align: center;
    margin-top: 220px;
}

.about_logo_box {
    margin-top: 180px;
    padding: 0 120px;
    text-align: center;
}

.about_public_en {
    font-size: 36px;
    line-height: 48px;
    color: #3f3f3f;
    text-transform: uppercase;
}

.about_public_cn {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.about_honor_line {
    height: 4px;
    background: #404040;
    width: 44.973544%;
    margin: 70px auto 50px;
}

.about_honor_list {
    margin-bottom: 50px;
    height: 584px;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.honor_auto {
    height: auto !important;
}

.about_honor_read {
    margin-bottom: 25px;
}

.about_honor_title {
    font-size: 15px;
    line-height: 24px;
    color: #3f3f3f;
}

.about_honor_text {
    font-size: 15px;
    line-height: 24px;
    color: #cccccc;
}

.about_content_wrap {
    padding-bottom: 240px;
}

.about_logo_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 90px 0 0 0;
}

.about_logo_img {
    width: 12.8%;
    margin: 20px 1.93335%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    cursor: grab;
}

.about_logo_img img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.about_logo_img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

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

.about_logo_img:nth-child(6n+1) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.about_logo_img:nth-child(6n+2) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.about_logo_img:nth-child(6n+3) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_logo_img:nth-child(6n+4) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_logo_img:nth-child(6n+5) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_logo_img:nth-child(6n) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.footer_wrap {
    position: relative;
    z-index: 9;
    width: calc(100vw - 6px);
}

.footer_translate {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #0d0d0d;
    /*-webkit-transform: translateY(-200px);*/
    /*transform: translateY(-200px);*/
}

.footer_top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer_read {
    width: 50%;
}

.footer_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.footer_max {
    font-size: 42px;
    line-height: 56px;
    color: #fff;
    text-transform: uppercase;
}

.footer_min {
    font-size: 18px;
    line-height: 36px;
    color: #808080;
    text-transform: uppercase;
    margin-left: 20px;
}

.footer_text {
    font-size: 20px;
    line-height: 38px;
    color: #808080;
    text-transform: uppercase;
}

.white_color b, .white_color i {
    color: #fff !important;
}

.footer_box {
    padding: 100px 145px 0 145px;
}

.footer_logo_box {
    text-align: right;
    width: 50%;
}

.footer_logo_svg {
    width: 58px;
    display: inline-block;
}

.footer_logo_svg svg {
    fill: #fff !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_logo_title {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    margin-top: 15px;
}

.footer_link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 210px;
    height: 40px;
}

.footer_nav_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 70%;
}

.footer_nav_li {
    margin-right: 80px;
}

.footer_nav_li a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.footer_nav_li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #c9a66d;
    width: 0;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.footer_nav_li a:hover:after {
    width: 100%;
}

.footer_nav_web {
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    width: 30%;
    text-align: right;
}

.footer_nav_web a {
    color: #808080;
}

.footer_line_box {
    background: #262626;
    height: 1px;
    margin-top: 30px;
}

.footer_bq_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
}

.footer_bq_box {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.footer_bq_box a {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.footer_bq_share {
    width: 50%;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.footer_bq_share a {
    color: #fff;
    font-size: 21px;
    margin-left: 40px;
    position: relative;
}

.ewm_popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -130px;
    opacity: 0;
    pointer-events: none;
    width: 120px;
    height: 120px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.ewm_popup_img {
    width: 100%;
    padding-bottom: 100%;
}

.footer_bq_share a.iconwchart:hover .ewm_popup {
    top: -140px;
    opacity: 1;
    pointer-events: auto;
}

.ewm_popup:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 7px solid #fff;
}

.footer_bq_share a.iconwchart,
.footer_bq_share a.iconsina {
    font-size: 26px;
}

.footer_bq_share a.iconn {
    font-size: 25px;
}

.footer_bq_share a.iconf {
    font-size: 24px;
}

.index_service_title {
    text-align: center;
    position: relative;
    padding: 80px 0;
}

.about_service_list {
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;

}

.about_service_list .about_service_icon {
    margin: 30px 22px;
    width: 62px;
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_service_icon svg {
    width: 100%;
    fill: #404040;
}

.about_service_list .textAnimate {
    -webkit-animation: textAnimate 1s forwards ease-in-out;
    animation: textAnimate 1s forwards ease-in-out;

}

@-webkit-keyframes textAnimate {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes textAnimate {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.index_service_left {
    position: absolute;
    left: 0;
    top: 0;
}

.index_service_left .about_service_icon {
    font-size: 130px;
    opacity: 0;
    color: #404040;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_service_left .textAnimate {
    -webkit-animation: textAnimateScale 1s forwards ease-in-out;
    animation: textAnimateScale 1s forwards ease-in-out;

}

.index_service_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_service_right .about_service_icon {
    font-size: 130px;
    opacity: 0;
    color: #404040;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.index_service_right .textAnimate {
    -webkit-animation: textAnimateScale 1s forwards ease-in-out;
    animation: textAnimateScale 1s forwards ease-in-out;

}

@-webkit-keyframes textAnimateScale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes textAnimateScale {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.about_public_title {
    text-align: center;
}

.service_type_title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.service_type_en {
    font-size: 13px;
    line-height: 22px;
    color: #cccccc;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.service_type_line {
    width: 40px;
    height: 1px;
    background: #3f3f3f;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

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

.service_type_list {
    padding: 70px 205px 240px 205px;
}

.service_type_box {
    width: 33.33333%;
    padding: 50px 0;
}


.service_type_box:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_type_box:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_type_box:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_type_read {
    padding: 20px;
    margin: 0 auto;
}

.service_type_read a {
    display: inline-block;
}

.service_type_read a:hover .service_type_line {
    width: 66px;
}

.service_tab_box {
    padding: 0 140px;
    margin-bottom: 240px;
}

.service_tab_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 150px;
    margin: 80px 0;
}

.service_title_li {
    width: 33.3333%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.service_title_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_title_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_title_li:nth-child(3n) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_title_icon {
    width: 19.3%;
    font-size: 60px !important;
    height: 60px;
    line-height: 60px;
    color: #b3b3b3;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_icon:before {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_icon:after {
    position: absolute;
    color: #404040;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_li .iconDVLINK_yonghufuwu:after {
    content: "\e626";
}

.service_title_li .iconfenzu:after {
    content: "\e618";
}

.service_title_li .iconyunshujihuashenhe:after {
    content: "\e61a";
}

.service_title_box {
    width: 80.7%;
    padding-left: 15px;
}

.service_title_max {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    color: #b3b3b3;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_min {
    font-size: 10px;
    line-height: 24px;
    text-transform: uppercase;
    color: #cccccc;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_title_active .service_title_icon:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.service_title_active .service_title_icon:before {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.service_title_active .service_title_max {
    color: #404040;
}

.service_title_active .service_title_min {
    color: #999999;
}

.service_tab_content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    background: #fff;
}

.service_tab1_left {
    width: 66.3%;
    padding-right: 220px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.service_tab1_right {
    width: 33.7%;
}


.service_tab1_read {
    margin-bottom: 50px;
}

.service_tab1_title {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    margin-bottom: 15px;
}

.service_tab1_text {
    font-size: 13px;
    line-height: 24px;
    color: #999999;
}

.service_photo_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.service_photo_list {
    width: 45%;
}

.service_photo_top {
    padding-top: 70px;
}

.service_photo_img {
    padding-bottom: 119.555556%;
    margin-bottom: 3px;
}

.service_tab2_left {
    width: 81.3%;
}

.service_tab2_right {
    width: 18.7%;
}

.service_tab2_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    padding: 120px 120px 0 0;
}

.service_tab2_box {
    width: 33.3333%;
    margin: 45px 0;
    cursor: pointer;
    outline: none;
}

.service_tab2_title {
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.service_tab2_text {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ccc;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.service_tab2_title:before {
    content: "";
    height: 3px;
    background: #404040;
    margin-right: 0;
    width: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}


.service_tab2_active .service_tab2_title:before {
    margin-right: 20px;
    width: 30px;
}

.service_tab2_active .service_tab2_text {
    padding-left: 50px;
}

.service_tab2_img {
    padding-bottom: 198.2142%;
}

.service_tab_swiper {
    margin-bottom: 240px;
}

.service_tab_swiper .swiper-slide {
    background: #fff;
}

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

.service_tab3_left {
    width: 62%;
    padding-right: 220px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.service_tab3_right {
    width: 38%;
}

.service_photo_wrap {
    width: 100%;
}

.service_tab3_list {
    width: 61%;
    margin-bottom: 10px;
}

.service_tab3_img {
    padding-bottom: 52.857142%;
}

.service_img1 {
    margin-left: 30%;
}

.service_img3 {
    margin-left: 38.917975%;
}

.service_process_box {
    padding: 0 300px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.service_process_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 42.35%;
}

.service_process_title {
    width: 100%;
    text-align: center;
}

.service_process_icon {
    font-size: 66px !important;
}

.service_process_max {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    padding: 20px 0;
    color: #3f3f3f;
}

.service_line_box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-top: 95px;
}

.service_line_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
}

.service_line_box:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid #3f3f3f;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.service_line_read {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #ccc;
}

.process_content_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.process_content_list {
    width: 20%;
}

.process_content_line {
    height: 58px;
    margin: 0 auto;
    position: relative;
}

.process_content_line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
}

.process_content_line:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid #3f3f3f;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.process_content_title {
    font-size: 17px;
    line-height: 50px;
    font-weight: bold;
    color: #666666;
}

.process_content_text {
    padding-top: 10px;
    font-size: 15px;
    line-height: 40px;
    color: #999999;
}

.service_process_wrap {
    padding: 100px 0 200px 0;
}

.service_logo_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 130px;
}

.service_logo_li {
    width: 14.28571428%;
    border-right: 1px dashed #dedede;
    border-top: 1px dashed #dedede;
}

.service_logo_li:nth-child(1) {
    border-top: none;
}

.service_logo_li:nth-child(2) {
    border-top: none;
}

.service_logo_li:nth-child(3) {
    border-top: none;
}

.service_logo_li:nth-child(4) {
    border-top: none;
}

.service_logo_li:nth-child(5) {
    border-top: none;
}

.service_logo_li:nth-child(6) {
    border-top: none;
}

.service_logo_li:nth-child(7) {
    border-top: none;
}

.service_logo_li:nth-child(7n) {
    border-right: none;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.service_logo_li:nth-child(7n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.service_logo_li:nth-child(7n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_logo_li:nth-child(7n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.service_logo_li:nth-child(7n+4) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.service_logo_li:nth-child(7n+5) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.service_logo_li:nth-child(7n+6) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.service_logo_img {
    padding-bottom: 62.2%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    cursor: grab;
}

.service_logo_img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.service_logo_wrap {
    padding: 130px 0 240px 0;
}

.contact_content_box {
    padding: 0 145px 200px 145px;
}


.contact_title_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 70px 0 40px 0;
}

.contact_title_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 79%;
}

.job_search_wrap {
    width: 21%;
}

.job_search_box {
    background: #f2f2f2;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 38px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
}

.job_search_input {
    width: 100%;
}

.job_search_input input {
    padding-left: 30px;
    width: 100%;
    font-size: 14px;
    color: #3f3f3f;
}

.job_search_icon {
    font-size: 18px !important;
    padding: 0 20px;
    cursor: pointer;
}

.contact_title_link {
    margin: 7px 0;
    padding: 0 24px;
    position: relative;
}

.contact_title_link:nth-child(1) {
    padding: 0 24px 0 0;
}

.contact_title_link a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
    color: #999999;
}

.contact_title_active a {
    color: #3f3f3f;
    font-weight: bold;
}

.contact_title_link:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #999999;
}

.contact_wap_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact_wap_read {
    width: 66.13%;
    position: relative;
}

.contact_wap_icon {
    position: absolute;
    left: 18.8%;
    top: 46%;
    font-size: 34px !important;
    color: #2a2c2c;
}

.contact_wap_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-animation: wapAnimate 1s infinite linear normal both;
    animation: wapAnimate 1s infinite linear normal both;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

@-webkit-keyframes wapAnimate {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

@keyframes wapAnimate {
    0% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
    }
}

.contact_wap_icon:after {
    content: "\e635";
    position: absolute;
    top: 0;
    left: 0;
    color: #d0d0d0;
    -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    -webkit-animation: wapAnimateShadow 1s infinite linear normal both;
    animation: wapAnimateShadow 1s infinite linear normal both;
}

@-webkit-keyframes wapAnimateShadow {
    0% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
    50% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
        transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
    }
    100% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
}

@keyframes wapAnimateShadow {
    0% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
    50% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
        transform: skew(-40deg) scale(.7) translateX(35%) translateY(15%);
    }
    100% {
        -webkit-transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
        transform: skew(-40deg) scale(.7) translateX(70%) translateY(-15%);
    }
}

.contact_read_box {
    width: 33.87%;
    background: #404040;
    padding: 0 55px;
}

.contact_read_content {
    padding-top: 65px;
}

.contact_read_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.contact_read_icon {
    font-size: 36px !important;
    color: #fff;
}

.contact_read_max {
    font-size: 20px;
    color: #fff;
    padding-left: 24px;
}

.contact_read_line {
    height: 3px;
    background: #fff;
}

.contact_read_list {
    padding-top: 50px;
}

.contact_read_text {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.contact_read_text a {
    color: #fff;
}

.contact_read_en {
    padding-top: 30px;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.contact_form_title {
    font-size: 28px;
    line-height: 36px;
    color: #3f3f3f;
    padding-bottom: 80px;
}

.contact_form_box {
    padding-top: 180px;
}

.contact_form_line {
    height: 4px;
    background: #404040;
    margin-bottom: 80px;
}

.contact_form_min {
    font-size: 22px;
    line-height: 30px;
    color: #3f3f3f;
}

.contact_form_input {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 45px;
}

.contact_form_w50 {
    width: 47%;

}

.contact_input_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #404040;
    width: 100%;
}

.contact_textarea_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #404040;
    width: 100%;
    line-height: 56px;
}

.contact_input_title {
    font-size: 15px;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 56px;
    line-height: 56px;
}

.contact_input_read {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.contact_input_read input {
    width: 100%;
    font-size: 15px;
    padding: 0 10px;
    line-height: 56px;
    color: #3f3f3f;
}

.contact_textarea_read {
    width: 100%;
}

.contact_textarea_read textarea {
    width: 100%;
    resize: none;
    height: 144px;
    line-height: 36px;
    font-size: 15px;
    color: #3f3f3f;
}

.contact_textarea_title {
    font-size: 15px;
}


.contact_form_list {
    padding-bottom: 180px;
}

.contact_form_button {
    font-size: 15px !important;
    line-height: 32px;
    padding: 5px 10px;
    margin-top: 60px;
    cursor: pointer;
}

.contact_form_button:before {
    content: "\e60f";
    font-size: 18px;
    margin-right: 10px;
}

.contact_wap_read a {
    display: block;
    position: relative;
}

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

.job_list_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.job_list_li {
    width: 33.333333%;
    padding: 96px 60px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_list_li:nth-child(3n) {
    border-right: none;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.job_list_li:nth-child(3+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.job_list_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.job_list_li a {
    display: block
}

.job_list_title {
    font-size: 22px;
    line-height: 36px;
    color: #3f3f3f;
}

.job_list_text {
    font-size: 15px;
    line-height: 26px;
    color: #404040;
    margin: 20px 0 50px 0;
}

.job_list_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.job_button_title {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_button_icon {
    position: relative;
    padding-right: 10px;
}

.job_button_icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.job_button_icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.job_button_line {
    width: 20px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_list_li:hover {
    background: #fafafa;
}

.job_list_li:hover .job_button_title {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.job_list_li:hover .job_button_line {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.page_box {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.page_box a {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_box span {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_box .page_current {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #3f3f3f;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    color: #fff;
}

.page_icon {
    width: 13px;
    height: 1px;
    background: #3f3f3f;
    margin: 12px 0;
}

.page_prev {
    position: relative;
    width: auto !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-right: 20px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_prev:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.page_prev:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_prev:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_next {
    position: relative;
    width: auto !important;
    height: 25px !important;
    line-height: 25px !important;
    margin-left: 20px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_next:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.page_next:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.page_next:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 9px;
    transform: rotate(-45deg);
    height: 1px;
    width: 7px;
    background: #3f3f3f;
}

.news_list_li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0 120px 0;
    border-top: 1px solid #eaeaea;
}

.news_list_left {
    width: 89%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_list_img {
    width: 30%;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_list_img_max {
}

.news_list_li:hover .news_list_img {
    width: 50%;
}

.news_list_li:hover .news_list_read {
    width: 50%;
}

.news_list_read {
    width: 70%;
    padding-left: 100px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_list_time {
    width: 11%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.news_list_img a {
    display: block;
    position: relative;
    padding-bottom: 67.75%;
}

.news_list_img a img {
    width: 100%;
}

/*.news_list_img:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 30px;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    height: 0;*/
/*    width: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    top: 30px;*/
/*    height: 1px;*/
/*    width: 0;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

/*.news_list_img a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*    bottom: 30px;*/
/*    height: 1px;*/
/*    background: #c9a66d;*/
/*    z-index: 1;*/
/*    width: 0;*/
/*    pointer-events: none;*/
/*    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*    transition: all .3s cubic-bezier(.34, .34, .27, .91);*/
/*}*/

.news_list_img:hover:before {
    height: calc(100% - 40px)
}

.news_list_img:hover:after {
    height: calc(100% - 40px)
}

.news_list_img:hover a:before {
    width: calc(100% - 40px)
}

.news_list_img:hover a:after {
    width: calc(100% - 40px)
}

/*.news_list_img a:hover img {*/
/*    -webkit-transform: scale(1.05);*/
/*    transform: scale(1.05);*/
/*}*/

.news_list_title {
    font-size: 17px;
    line-height: 36px;
    color: #3f3f3f;
    width: 100%;
}

.news_list_day {
    font-size: 76px;
    line-height: 90px;
    color: #e5e5e5;
}

.news_list_month {
    font-size: 22px;
    line-height: 32px;
    color: #404040;
}

.news_list_year {
    font-size: 18px;
    line-height: 28px;
}

.news_list_title {
    font-size: 17px;
    line-height: 28px;
    color: #3f3f3f;

}

.news_list_title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_text {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    margin: 20px 0 50px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list_button a {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.news_list_button a:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #3f3f3f;
    margin-left: 15px;
}

.case_content_wrap {
    height: 100vh;
    position: relative;
    z-index: 9;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.case_content_box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    background: #000;
}

.case_list_wiper {
    width: 100%;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.case_list_scale {
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.case_list_wiper .swiper-wrapper {
    height: auto;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.case_list_li {
    padding: 0 50px;
}

.case_list_li a {
    display: block;
    position: relative;
}

.case_list_link {
    position: relative;
}


/*.case_list_link:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/

/*.case_list_link:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/
/*.case_list_photo:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 40px;*/
/*    width: 40px;*/
/*    height: -webkit-calc(100% - 80px);*/
/*    height: calc(100% - 80px);*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/

/*.case_list_photo:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 40px;*/
/*    width: 40px;*/
/*    height: -webkit-calc(100% - 80px);*/
/*    height: calc(100% - 80px);*/
/*    background: rgba(0, 0, 0,.8);*/
/*    z-index: 9;*/
/*    pointer-events: none;*/
/*    filter:blur(6px);*/
/*}*/
.case_list_photo {
    position: relative;
}


.case_list_img {
    padding-bottom: 53.488372%;
}

.case_list_img img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_photo:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_li .case_list_photo:hover:before {
    height: 20px;
}

.case_list_li .case_list_photo:hover:after {
    height: 20px;
}

.case_list_li .case_list_photo:hover .case_list_img:before {
    width: 20px;
}

.case_list_li .case_list_photo:hover .case_list_img:after {
    width: 20px;
}


.case_list_img:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.case_list_title {
    line-height: 60px;
    font-size: 18px;
    color: #3f3f3f;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_list_li:hover .case_list_title {
    padding-left: 30px;
}

/*loading*/
.loading_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 1.5s cubic-bezier(.645, .045, .355, 1);
}

.loading_logo {
    width: 60px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.loading_logo svg {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-animation: loadTop .6s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loadTop .6s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loadTop {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes loadTop {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.loading_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.loading_content:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: 50%;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    -webkit-animation: loading_white 2s .9s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_white 2s .9s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_white {
    100% {
        left: -120%;
    }
}

@keyframes loading_white {
    100% {
        left: -120%;
    }
}

.loading_read {
    text-align: center;
    position: relative;
}

.loading_cn {

    width: 100%;
    position: relative;
}

.loading_cn_w {
    display: inline-block;
    position: relative;
    font-size: 0;
}

.loading_cn_w span {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 36px;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
}

.loading_cn_w span:nth-child(1) {
    -webkit-animation: loading_opacity .4s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(2) {
    -webkit-animation: loading_opacity .4s .1s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .1s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(3) {
    -webkit-animation: loading_opacity .4s .2s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .2s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(4) {
    -webkit-animation: loading_opacity .4s .3s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .3s forwards cubic-bezier(.645, .045, .355, 1);
}

.loading_cn_w span:nth-child(5) {
    -webkit-animation: loading_opacity .4s .4s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_opacity .4s .4s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_opacity {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes loading_opacity {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.loading_cn_w:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 50%, #fff 100%);
    left: -100%;
    top: 0;
    -webkit-animation: loading_right .9s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_right .9s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_right {
    100% {
        left: 100%;
    }
}

@keyframes loading_right {
    100% {
        left: 100%;
    }
}

.loading_en {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-animation: loading_top .6s .3s forwards cubic-bezier(.645, .045, .355, 1);
    animation: loading_top .6s .3s forwards cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes loading_top {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes loading_top {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.loading_schedule_box {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
    padding: 0 200px;
}

.loading_schedule_text {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 0 50px 60px 0;
}

.loading_schedule_left {
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
}

.loading_schedule_right {
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.loading_schedule_right span {
    font-size: 46px;
    margin-right: 20px;
}

.loading_schedule_line {
    width: 0;
    height: 1px;
    background: #cccccc;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*loading*/

.index_service_button {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.index_service_link {
    width: 180px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.index_service_link a {
    display: block;
    color: #404040;
    border: 1px solid #404040;
    font-size: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_link:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #404040;
    left: -50%;
    top: 1px;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_link:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #404040;
    right: -50%;
    top: 1px;
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*.index_service_link:hover:before {*/
/*    right: 0;*/
/*}*/

/*.index_service_link:hover:after {*/
/*    left: 0;*/
/*}*/

/*.index_service_link a:hover {*/
/*    color: #fff;*/
/*}*/
.index_service_black {
    background: #404040;
}

.index_service_black a {
    color: #fff;

}

.index_service_black:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #646464;
    left: -50%;
    top: 1px;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.index_service_black:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #646464;
    right: -50%;
    top: 1px;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

/*.index_service_black:hover:before {*/
/*    right: 0;*/
/*}*/
/*.index_service_black a:hover {*/
/*    border: 1px solid #646464;*/
/*}*/
/*.index_service_black:hover:after {*/
/*    left: 0;*/
/*}*/

.index_service_black a {
    color: #fff;
    position: relative;
    z-index: 2;
}

.indexFadeInUp {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}

.fadeAnimate {
    -webkit-animation: fadeAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeAnimate {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeAnimate {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.indexFadeInLeft {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
}

.fadeLeftAnimate {
    -webkit-animation: fadeLeftAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeLeftAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeLeftAnimate {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeLeftAnimate {
    0% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.indexFadeInRight {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
}

.fadeRightAnimate {
    -webkit-animation: fadeRightAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);
    animation: fadeRightAnimate .6s forwards cubic-bezier(.34, .34, .27, .91);

}

@-webkit-keyframes fadeRightAnimate {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeRightAnimate {
    0% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.case_page_wrap {
    padding-bottom: 200px;
}

.case_page_box {
    padding: 0 145px;
}

.case_page_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.case_page_max {
    font-size: 23px;
    line-height: 36px;
    color: #3f3f3f;
}

.case_page_min {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
    color: #3f3f3f;
}

.case_page_line {
    width: 2px;
    height: 20px;
    background: #404040;
    margin: 0 30px;
}


.case_read_photo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.case_read_max {
    width: 100%;
    margin: 60px 0 80px 0;
}

.case_read_img {
    width: 24.25%;
    margin: 0 1% 1% 0;
}

.case_read_img:nth-child(4n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.case_read_img:nth-child(4n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.case_read_img:nth-child(4n+3) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.case_read_img:nth-child(4n) {
    margin-right: 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.case_read_list {
    text-align: center;
    padding-bottom: 140px;
}

.case_read_auto {
    padding-bottom: 59.459459%;
    cursor: pointer;
}

.case_read_auto:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    pointer-events: none;
}

.case_read_auto:before {
    content: "\e756";
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0);
    z-index: 1;
    font-size: 20px !important;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_read_auto img {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.case_read_auto:hover:before {
    color: rgba(255, 255, 255, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case_read_auto:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.case_read_max:hover img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.case_read_auto:hover:after {
    background: rgba(0, 0, 0, .5);
}

.case_content_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.case_content_left {
    width: 60.5%;
    font-size: 13px;
    line-height: 26px;
    color: #404040;
}

.case_content_right {
    width: 24%;
    font-size: 13px;
    line-height: 26px;
    color: #404040;
    padding-top: 30px;
    position: relative;
}

.case_content_right:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background: #404040;
}

.case_content_nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 70px 0;
}

.case_nav_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 70%;
}

.case_nav_item {
    margin-right: 130px;
}

.case_nav_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

.case_nav_top {
    width: 30%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

}

.case_nav_pd {
    margin-right: 15px;

}

.case_nav_text {
    font-size: 14px;
    line-height: 28px;
}

.case_nav_prev {
    position: relative;
    height: 28px;
    width: 18px;
}

.case_nav_prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #4f4f4f;
}

.case_nav_prev:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4f4f4f;
}

.case_nav_next {
    position: relative;
    height: 28px;
    width: 18px;
}

.case_nav_next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4f4f4f;
}

.case_nav_next:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 13px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #4f4f4f;
}

.case_nav_button {
    height: 28px;
    width: 18px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-content: center;
    align-content: center;
}

.case_nav_button span {
    height: 1px;
    width: 100%;
    display: block;
    background: #404040;
    margin: 3px 0;
}

.html_top_button {
    width: 42px;
    height: 28px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    cursor: pointer;
}

.html_top_button:before {
    content: "";
    height: 1px;
    background: #404040;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    position: absolute;
    left: 3px;
    top: 10px;
}

.html_top_button:after {
    content: "";
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50%;
    background: #404040;
    position: absolute;
    right: 3px;
    top: 10px;
}

.case_content_line {
    height: 1px;
    width: 100%;
    background: #cccccc;
}

.case_popup_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.case_popup_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.case_popup_read {
    width: 100%;
}

.case_popup_swiper {
    width: calc(100vw - 400px);
    height: 100vh;
}

.case_popup_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.case_popup_number {
    position: fixed;
    left: 55px;
    bottom: 55px;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.case_popup_img {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

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

.popup_prev {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 50px;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.popup_prev:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.popup_prev:before {
    content: '';
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    top: 19px;
    left: -2px;
}

.popup_next {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    width: 50px;
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    cursor: pointer;
}

.popup_next:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.popup_next:before {
    content: '';
    width: 16px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    bottom: 19px;
    right: -2px;
}

.close_popup {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

.close_popup:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_popup:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.news_page_box {
    padding: 0 145px 180px 145px;
}

.news_page_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 120px;
}

.news_page_left {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 80%;
}

.news_page_right {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 200px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
}

.news_page_flex {
    width: 80px;
    margin: 0 auto;
}

.news_page_flex .case_nav_item {
    margin: 0;
    padding: 22px 0;
}

.news_page_flex .case_nav_item a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.news_page_line {
    height: 4px;
    background: #404040;
    width: 100%;
}

.news_content_item {
    width: 67.4342%;
}

.news_page_title {
    font-size: 23px;
    line-height: 38px;
    color: #3f3f3f;
    padding: 0 0 30px 0;
}

.news_page_content {
    font-size: 13px;
    line-height: 26px;
    color: #404040;
}

.news_page_content img {
    padding: 40px 0;
    max-width: 100%;
}

.news_content_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 30px;
}

.news_content_line {
    height: 1px;
    width: 100%;
    background: #cccccc;
}

.news_content_button {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.news_recommend_title {
    margin: 80px 0 50px 0;
    font-size: 28px;
    line-height: 42px;
    color: #404040;
}

.news_recommend_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.news_recommend_li {
    width: 30%;
    margin-right: 5%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.news_recommend_li:nth-child(3n+1) {
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.news_recommend_li:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.news_recommend_li:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.news_recommend_time {
    width: 18%;
}

.news_recommend_read {
    width: 82%;
}

.news_recommend_img {
    width: 100%;
}

.news_recommend_img a {
    display: block;
    padding-bottom: 67.75%;
}

.news_read_day {
    font-size: 36px;
    line-height: 50px;
    color: #404040;
}

.news_read_month {
    font-size: 18px;
    line-height: 28px;
    color: #404040;
}

.news_read_year {
    font-size: 16px;
    line-height: 28px;
    color: #404040;
}

.news_recommend_max {
    padding-top: 5px;
}

.news_recommend_max a {
    font-size: 15px;
    line-height: 32px;
    color: #3f3f3f;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_recommend_min {
    font-size: 13px;
    line-height: 24px;
    color: #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_time_item_day {
    font-size: 76px;
    line-height: 92px;
    color: #404040;
}

.news_time_item_month {
    font-size: 22px;
    line-height: 36px;
    color: #404040;
}

.news_time_item_year {
    font-size: 20px;
    line-height: 32px;
    color: #404040;
}

.news_nav_share {
    position: relative;
    overflow: hidden;
}

.news_nav_share a {
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    position: relative;
    left: 0;
}

.news_nav_share a .iconfenxiang1 {
    font-size: 20px !important;
}

.news_share_list {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    left: 100%;
    top: 22px;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    line-height: 28px;
}

.news_share_list a {
    width: 50%;
    font-size: 22px !important;
    color: #404040;
    text-align: center;
}

.news_share_list a:before {
    margin: 0 auto;
}

.news_nav_share:hover .news_share_list {
    left: 0;
}

.news_nav_share:hover .news_nav_title {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hide_news {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-50%) translateX(30px);
    transform: translateY(-50%) translateX(30px);
}

.index_hide {
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_pagination_hide {
    width: 100%;
    position: relative;
    z-index: 10;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_left {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.index_to_left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.white_footer .footer_case_text {
    color: #404040;
    text-transform: uppercase;
}

.white_footer a:before {
    background: #404040;
}

.white_footer a:after {
    background: #404040;
}

.page_body_w100 {
    width: 100vw !important;
}

.case_list_wiper {
    height: 100%;
}

.news_list_box {
    height: auto;
}

.news_list_swiper {
    height: 100%;
}

.news_list_swiper .swiper-slide {
    height: auto;
}


.iqw_cursor {
    left: 0;
    top: 0;
    pointer-events: none;
    position: fixed;
    z-index: 99;
}

.iqw_cursor_box {
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
    background: url(../images/cursor.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.34, .34, .27, .91);
    transition: all .3s cubic-bezier(.34, .34, .27, .91);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.iqw_cursor_active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.foot_hide {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.foot_hide b {
    font-style: normal;
    display: inline-block;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.foot_hide i {
    display: block;
    left: 120%;
    top: 0;
    position: absolute;
    font-style: normal;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
}

.foot_hide:hover b {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.foot_hide:hover i {
    left: 0;
}

.index_news_list_wrap {
    position: relative;
}

.index_news_slide_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .6s cubic-bezier(.34, .34, .27, .91);
    transition: all .6s cubic-bezier(.34, .34, .27, .91);
    outline: none;
    cursor: pointer;
}

.index_news_content:hover .index_news_slide_button {
    opacity: 1;
    pointer-events: auto;
}

.index_news_list_wrap .swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important;
}

.index_news_prev {
    left: -40px;
}

.index_news_prev:after {
    content: "";
    position: absolute;
    left: 12px;
    top: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
}

.index_news_prev:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
}

.index_news_next {
    right: -40px;
}

.index_news_next:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
}

.index_news_next:before {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 15px;
    width: 12px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
}

.job_popup_wrap {
    background: #fff;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    z-index: 99999;
    height: 100%;
    opacity: 0.6;
    pointer-events: none;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_close {
    position: absolute;
    right: 55px;
    top: 50px;
    width: 36px;
    height: 23px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: space-between;
    align-content: space-between;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_show {
    top: 0;
    opacity: 1;
    pointer-events: auto;
}

.job_popup_show .job_popup_close {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.job_popup_close span {
    background: #3f3f3f !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 3px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.job_nav_label1 {
    -webkit-transform: rotate(45deg) translateX(-1px);
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.job_nav_label3 {
    -webkit-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
    -webkit-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    width: 28px;
}

.job_popup_tab {
    padding: 100px 200px;
    height: 100vh;
}

.job_popup_list {
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.job_popup_box {
    height: 100%;
    width: 100%;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: center;
    align-items: center;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
    opacity: 0;
    pointer-events: none;
}

.job_read_show {
    opacity: 1;
    pointer-events: auto;
}

.job_popup_read {
    width: 100%;
    -webkit-transition: all .5s cubic-bezier(.34, .34, .27, .91);
    transition: all .5s cubic-bezier(.34, .34, .27, .91);
}

.job_popup_title {
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
    color: #3f3f3f;
}

.job_popup_text {
    padding: 30px 0 80px 0;
    font-size: 15px;
    line-height: 24px;
    color: #3f3f3f;
}

.job_popup_line {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.job_popup_content {
    margin-top: 70px;
    font-size: 14px;
    line-height: 28px;
    color: #3f3f3f;
}

.job_popup_content h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #3f3f3f;
}