﻿

body,
html {
    height: 100%;
}

html.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* 向下滑动 */
@keyframes aniStyle1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes aniStyle2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}

@keyframes jumpDown {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}

.scrill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    opacity: 0;
    z-index: 333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: opacity 1.6s;
}

.index_page_current .scrill {
    opacity: 1;
}

.scrillm {
    width: 26px;
    height: 38px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm span {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.other img,
.scrillm span {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.scrillwz {

    margin-top: 8px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.scrill.active .scrillwz {
    color: #333;
}

.scrill.active span {
    background: #666;
}

.scrill.active .scrillm {
    border-color: #666;
}

.scrill.go2 {
    position: absolute;
}



.full_slider {
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.full_slider>.swiper-wrapper {
    display: block;
}

.full_item {
    width: auto;
    height: 100%;
    overflow: hidden;
}

.full_item .inner {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.sec_footer {
    height: auto;
}

.full-ani1 {
    position: relative;
    transform: translateY(100%);
    opacity: 0;
}

.full_wz_p1 {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.full_wz_p3 {
    margin-top: 60px;
}

.full_pagination {
    position: absolute;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 99;
}

.full_pagination.show {
 /*opacity: 1;*/
}

.full_pagination.color em {
    color: rgba(0, 0, 0, 0.6);
}

.full_pagination.color .bullet-active em {
    color: rgba(0, 0, 0, 0.6);
}

.full_pagination .span {
    margin: 0 auto;
    margin-top:5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.full_pagination .span:first-child {
    margin-top: 0;
}

/* .full_pagination .span:nth-last-child(2) i {
    display: none;
} */

.full_pagination i {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.full_pagination i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:10px;
    height: 10px;
    border-radius: 50%;
    background-color:#e66930;
    transition: all 0.3s ease;
}

.full_pagination em {
    transition: all 0.3s ease;
    width: 40px;
    font-size: 0;
    color: var(--red-color);
    font-style: normal;

    background-color: var(--white);
    border-radius: 50%;
}

.full_pagination .active em {
    font-size: 16px;

    opacity: 0;
}

.full_pagination .active em {
    opacity: 1;
}



.full_pagination .active i {
    border-color: rgba(255, 255, 255, 0.50);
    background-color: var(--red-color);
}

.full_pagination .active i::before {
    background-color: var(--white-color);
}

.full_pagination .span:last-child {
    display: none;
}

@media (max-height:750px) {

    .scrill .other {
        display: none !important;
    }


}

@media (max-width:1280px) {

    .full_pagination {
        width: 68px;
    }


}

@media (max-width:1024px) {

    .index_two .scrill,
    .index_three .scrill,
    .index_four .scrill,
    .sectionnew .scrill {
        display: none
    }

}

@media (max-width:991px) {

    .scrill {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }

    .scrillm {
        width: 16px;
        height: 26px;
    }


}



@media (max-width:1024px) {

    body,
    html {
        height: auto;
    }

    .full_pagination {
        display: none !important;
    }

    .full_slider>.swiper-wrapper {
        display: block;
    }

    .full_slider {
        height: auto;
    }


    .index_two .inner,
    .index_three .inner,
    .index_four .inner,
    .sectionnew .inner {
        transform: inherit !important;
    }


    .full_slider .home-slide:last-child {
        max-height: inherit;
    }

}

@media (max-width:767px) {
    .index_banner_text .t1 {
        width: 100%;
    }

    .ban_text .eng {
        font-size: 16px;
        line-height: 1.5;
    }

    .ban_button {
        width: 40px;
        height: 40px;
    }

    .ban_button svg {
        width: 16px;
    }

    .num {
        padding-left: 6px;
        padding-right: 6px;
    }

    .swiper-bottom-box {
        bottom: 30px;
    }
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_banner {
    width: 100%;
    height: 100%;
}

.index_banner .index_banner_swp {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_banner .img_pc:after,
.index_banner .img_m:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #291d1d59;
    z-index: 1;
}

.index_banner .img_pc::before,
.index_banner .img_m::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner_bg.png);
    background-repeat: repeat;
    opacity: 0.1;
    z-index: 2;
}

.index_banner .img_pc {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 2.5s ease-in-out;
}


.index_banner .img_pc video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index_banner .img_m {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_banner_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.index_banner .index_banner_text .t1 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    transition: all 1.2s .4s;
}

.index_banner .index_banner_text .t2 {
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-top: 16px;
    overflow: hidden;
    transition: all 1.2s .6s;
}

.index_banner .index_banner_text .t3 {
    margin-top: 10px;
    color: #FFF;
    font-size: 18px;

    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    transition: all 1.2s .8s;
}

.index_banner .index_banner_text .more_n {
    overflow: hidden;
    transition: all 1.2s 1s;
}

.index_banner_text .more_n {
    overflow: hidden;
    margin-top: 48px;
}


.index_banner_text .t3 i {

}
.index_banner_text .t2 i,
.index_banner_text .t3 i {
    font-style: normal;
    line-height: inherit;
    display: block;
	letter-spacing: 4px;
}

.index_banner_text i {
    transform: translateY(200%);
    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.index_banner_text .more_n a {
    transform: translateY(200%);
    transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.index_banner .swiper-slide.swiper-slide-active i,
.index_banner .swiper-slide.swiper-slide-active .more_n a {
    transform: translateY(0);
}

.index_banner_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 3;
}

.index_ban_button {
    position: absolute;
    right: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    z-index: 9;
}

.ban_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    padding-left: 40px;
    border-radius: 4px 0px 0px 0px;
    z-index: 1;
}

.ban_bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px 0px 0px 0px;

    background:#e66930;
    backdrop-filter: blur(2px);
    z-index: -1;
}

.ban_bottom::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 55%;
    background:#e66930;
    backdrop-filter: blur(2px);
    z-index: -1;
}

.index_banner_bottom .white_b_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.ban_down {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    position: fixed;
    bottom: 24px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
    -o-transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: all .3s cubic-bezier(.645, .045, .355, 1) 0s;
}

.ban_down .scrillm {
    width: 26px;
    height: 36px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    margin-right: 16px;
}

.ban_down .scrillm span {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.ban_down .scrillm span {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}


.index_banner_progress {
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 8;
}

.index_banner_progress .progress .d {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #ffffff;
}

.index_banner_progress .progress {
    display: none;
}

.index_banner_progress .i.active .progress {
    display: block;
}

.down_click {
    cursor: pointer;
}

.icon-scroll {
    float: left;
    position: relative;
    width: 48px;
    height: 48px;
}

.icon-scroll span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(images/cicle.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 10s linear infinite;
}

.icon-scroll i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: wave 1s ease-in-out alternate infinite;
}

.ban_cicle {
    position: relative;
    width: 44px;
    height: 44px;
}

.ban_cicle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.index_banner_progress .i {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.index_banner_progress .i svg {
    width: 100%;
    height: 100%;
}

.index_banner_progress .i svg {
    overflow: visible;
    transform: rotate(-90deg);
    fill: none;
    stroke: #fff;
}

.index_banner_progress .i svg circle {
    transform-origin: center;
    stroke: #fff;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    stroke-width: 4px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }

}

@keyframes wave {
    from {
        transform: translate(-50%, -60%);
    }

    to {
        transform: translate(-50%, -20%);
    }

}

.index_banner_bottom .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    z-index: 9;
}

.index_banner_bottom .play i {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    text-align: center;
}

.index_banner_bottom .play i img {
    margin: 0 auto;
    display: inline-block;
}

.index_banner_bottom .suspend {
    display: none;
}


.ban-prev,
.ban-next {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ban-prev {
    margin-right: 24px;
}
.my-button-disabled {
    opacity: 0.5;
    cursor: not-allowed; 
    pointer-events: none;
}
.ban-next {
    margin-left: 24px;
}

.ban_number {
    margin-left: 32px;
    width: auto;
    color: #FFF;
    font-family: Archivo;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

@media screen and (max-width:1024px) {
    .banner {
        height: 100vh !important;
    }

}

@media screen and (max-width:767px) {
    .index_banner .index_banner_text .t2 {
        font-size: 24px;
    }

    .ban_down {
        display: none;
    }

    .index_ban_button {
        right: inherit;
        padding-left: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    .ban_bottom::before {
        left: 30px;
        width: calc(100% - 30px);
    }
    .ban_bottom {
        height: 75px;
        padding-left: 40px;
    }
    .ban-prev {
        margin-right: 16px;
    }
    .ban-next {
        margin-left: 16px;
    }
    .index_banner .index_banner_text .t3 {
        font-size: 16px;line-height: 1.4;
    }
}

/* index two */
.index_two {
    background-color: #F5F5F7;
}

.index_two .inner {
    position: relative;
}

.index_two .inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 275px;
    background-image: url(../images/pro_bottom_bg.png);
    z-index:0;
}

.index_title h2 {

    font-weight: 700;
    line-height: 1.5;
}

.index_title p {
    padding-top: 8px;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.index_title.black h2 {
    color: var(--dark-color);
}

.index_title.black p {
    color: rgba(0, 0, 0, 0.20);
}

.index_title.white h2 {
    color: var(--white-color);
}

.index_title.white p {
    color: rgba(255, 255, 255, 0.50);
}

.index_pro_top {
    position: relative;
    z-index: 9;
}

.index_pro_top .more_n a span {
    color: #666;
}

.index_pro_top .more_n a:hover span {
    color: var(--white-color);
}

.index_two .inner>.container {
    height: 100%;
}

.pro_cont {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid green;
}

.pro_content {
    position: relative;
    z-index: 1;

}

.pro_content .pro_union {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-30%);
    width: 80%;
    padding-left:135px;
    margin-top: -50px;
    z-index: -1;
	opacity:.75
}

.pro_left_menu {
    position: relative;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;

    width:265px;
}

.pro_left_menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.20);
}

.pro_left_menu ul li {
    padding-bottom: 16px;
}

.pro_left_menu ul li.strong {
    padding-bottom: 12px;
}

.pro_left_menu ul li.strong:last-child {
    padding-bottom: 0;
}

.pro_left_menu ul li a {
    position: relative;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
}

.pro_left_menu ul li.strong a {
    font-size: 20px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 30px;
}

.pro_left_menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background-color: var(--red-color);
    transition: all .3s;
}

.pro_left_menu ul li a:hover {
    color: var(--red-color);
}

.pro_left_menu ul li a:hover::before {
    height: 100%;
}

.pro_right_pic {
    margin-left: 202px;
    padding-top: 50px;
    padding-left: 60px;
    width: calc(100% - 532px);
    float: left;
}

.pro_right_pic .thumb {
    max-width: 650px;
    margin: 0 auto;
    height: 430px;
}

.pro_right_pic .thumb i,
.pro_loop02 .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.pro_right_pic .thumb img {
    width: 100%;
}
.pro_right_pic .pro-pagination {
    text-align: center;
}

.pro_right_pic .pro-pagination span {
    width: 16px;
    height: 3px;
    margin: 0 3px;
    background: rgba(0, 0, 0, 0.20);
    border-radius: 0;
    opacity: 1;
}

.pro_right_pic .pro-pagination span.swiper-pagination-bullet-active {
    background-color: var(--red-color);
}

.pro_pic_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;

}

.pro_pic_cont .left {
    flex: 1;
    max-width: 407px;
    padding-right: 30px;
}

.pro_pic_cont .t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.pro_pic_cont .text {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pro_more {
    display: flex;
    align-items: center;
}

.pro_more a:nth-child(2) {
    margin-left: 10px;
}

.pro_more a {
    position: relative;
    padding: 16px 48px;
    border: 1px solid rgba(143, 143, 143, 0.80);
    background: rgba(217, 217, 217, 0.20);
    backdrop-filter: blur(4px);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    z-index: 1;
}
.pro_more a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}


.pro_more a:hover::before {
    transform-origin: center left;
    transform: scaleX(1);
}
.pro_more a:hover {
    color: var(--white-color);
    border-color: var(--red-color);
}

.pro_right_loop {
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%;
    width: 30%;
    padding-top: 360px;
    z-index: 1;
}

.pro_right_loop:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #FFF;
    z-index: -1;
}

.pro_loop01,
.pro_loop02 {
    overflow: hidden;
}

.pro_loop02 .thumb {
    height: 338px;
}

.pro_loop02 .swiper-slide {
    padding-left: 75px;
}

.pro_right_loop .pro_button {
    position: absolute;
    top: 500px;
    left: 0;
    display: flex;
    padding: 16px;
    width: 56px;
    height: 56px;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}

.pro_right_loop .pro-prev {
    background: #333;
    left: -56px;
}

.pro_right_loop .pro-next {
    background: var(--red-color);
    right: -56px;
}

.pt146 {
    padding-top: 146px;
}

.pt156 {
    padding-top: 156px;
}

@media screen and (max-height:900px) {
    .pro_right_pic .thumb {
        height: 380px;
    }

    .pro_loop02 .thumb {
        height: 288px;
    }

    .pro_right_loop .pro_button {
        top: 470px;

    }


}

@media screen and (max-height:850px) {
    .pro_right_pic .thumb {
        height: 300px;
    }

    .pro_right_loop {
        right: -100px;
        padding-top: 348px;
    }

    .pro_loop02 .thumb {
        height: 208px;
    }

    .pro_right_loop .pro_button {
        top: 425px;

    }


}

@media screen and (max-height:800px) {
    .pt146 {
        padding-top: 120px;
    }

    .pt156 {
        padding-top: 120px;
    }

    .pro_right_loop {
        padding-top: 324px;
    }

    .pro_right_loop .pro_button {
        top: 405px;
    }


}

@media screen and (max-height:750px) {
    .pro_right_pic .thumb {
        height: 250px;
    }

    .pro_right_loop {
        padding-top: 320px;
    }

    .pro_loop02 .thumb {
        height: 158px;
    }

    .pro_right_loop .pro_button {
        top: 375px;
    }

}

@media screen and (max-width:1440px) {
    .pro_more a {
        padding: 16px 26px;
    }

    .pro_right_pic .thumb {
        margin-left: 30px;
        margin-right: 30px;
    }

}

@media screen and (max-width:1366px) {
    .pro_left_menu {
        position: relative;
        top: inherit;
        transform: inherit;
        margin-top: 0;
        margin-top: 50px;
        float: left;
    }

    .pro_right_pic {

        margin-left: 0;
        padding-top: 50px;
        padding-left: 60px;
        width: calc(100% - 532px);
        float: left;
    }

}

@media screen and (max-width:1279px) {
    .pro_right_pic .thumb {
        margin-left: 0;
        margin-right: 0;
    }

    .pro_right_pic {
        padding-left: 30px;
        width: calc(100% - 400px);
    }

}

@media screen and (max-width:1024px) {

    .pt146 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .pt156 {
        padding-top: 80px;
    }

    .pro_right_pic {
        padding-left: 30px;
        width: calc(100% - 202px);
    }

   /* .pro_right_pic .thumb {
        height: auto;
    }*/

    .pro_right_loop {
        display: none;
    }

}

@media screen and (max-width:767px) {

    .pt146 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt156 {
        padding-top: 50px;
    }

    .index_title p {
        padding-top: 0px;
        font-size: 16px;
        line-height: 1.2;
    }

    .index_pro_top {
        flex-wrap: wrap;
    }

    .index_pro_top .index_title {
        width: 100%;
        padding-bottom: 25px;
    }

    .pro_loop01 {
        padding-bottom: 30px;
    }

    .pro_left_menu {
        display: none;
    }

    .pro_right_pic {
        padding-left: 0;
        width: 100%;
    }

    .pro_pic_cont {
        flex-wrap: wrap;
    }
    .pro_content .pro_union {
        width: 100%;
        padding-left: 0;
        margin-top: -50px;
    }
    
    .pro_pic_cont .left {
        flex: inherit;
        max-width: inherit;
        width: 100%;
        padding-right: 0;
    }

    .pro_pic_cont .right {
        padding-top: 25px;
        display: flex;
        justify-content:flex-start;
        width: 100%;
    }

    .pro_more a {
        padding: 12px 26px;
    }
}

/* about */
.index_three {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index_three::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgb(0 83 185 / 95%) 0%, #005cff73 100%);
}

.index_three .inner>.container {
    height: 100%;
    padding-bottom: 150px;
}

.about_content {
    display: flex;
    justify-content: space-between;
    align-items:center;
    width: 100%;
    height: 100%;
}

.about_content .about_left {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-right: 50px;
    height: 100%;
    max-width: 830px;
}

.about_content .about_right {
    width: 376px;
}

.about_content .about_left .text {
    margin-top: 64px;
    max-height: 130px;
    overflow-y: auto;
}

.about_content .about_left .text p {
    padding-bottom: 25px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.about_content .about_left .text p:last-child {
    padding-bottom: 0;
}

.about_link {
    width: 100%;
    padding-top: 62px;
}

.about_link ul {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
}

.about_link ul li {
    padding: 12px;
    width: 33.33%;
    float: left;
}


.about_link .border {
    display: inline-block;
    padding: 16px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.1);
    transition: all .4s ease;  
	 backdrop-filter: blur(36px);
    border-radius: 8px;
	
	  stroke:#000;

	
}

.about_link .icon img {
    width: 38px;
}

.about_link .title {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.about_link .m_icon {
    position: relative;
    width: 22px;
    height: 22px;
    opacity: 0.5;
    overflow: hidden;
}

.about_link .m_icon i img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: left .4s;
}

.about_link .m_icon i img:nth-child(2) {
    left: -100%;
}

.about_link .border:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
	   
}

.about_link .border:hover .m_icon {
    opacity: 1;
}

.about_link .border:hover .m_icon i img:first-child {
    left: 100%;
}

.about_link .border:hover .m_icon i img:nth-child(2) {
    left: 0;
}

.about_right ul {
    margin-left: -16px;
    margin-right: -16px;
}

.about_right ul li {
    width: 50%;
    padding: 16px;
    float: left;
}

.about_right ul li:nth-last-child(2),
.about_right ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.about_right .info-detail {
    text-align: right;
}

.about_right .info_number span {
    color: var(--white-color);

    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.about_right .info_number em {
    margin-left: 4px;
    color: var(--white-color);
    ;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
}

.about_right .info-detail p {
    padding-top: 5px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.swiper-slide-active .about_left {
	animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}
.swiper-slide-active .about_right {
	animation: 1s aniStyle2 0.5s;
	animation-fill-mode: forwards;
}
@media screen and (max-height:900px) {
    .index_three .inner>.container {
        padding-bottom: 100px;
    }
}

@media screen and (max-height:850px) {
    .about_content .about_left .text {
        margin-top: 44px;
    }

    .about_link {
        padding-top: 42px;
    }
}

@media screen and (max-height:750px) {
    .about_content .about_left .text {
        margin-top: 30px;
    }

    .about_link {
        padding-top: 32px;
    }

}

@media screen and (max-width:1440px) {
    .about_right .info_number span {
        font-size: 40px;
    }

}

@media screen and (max-width:1366px) {
    .about_right .info_number span {
        font-size: 36px;
    }

}

@media screen and (max-width:1280px) {
    .about_right .info_number span {
        font-size: 32px;
    }

}

@media screen and (max-width:991px) {

    .about_content {
        flex-wrap: wrap;
    }

    .about_content .about_left {
        flex: inherit;
        margin-right: 0px;
        height: 100%;
        max-width: inherit;
    }

    .about_content .about_left .more_n {
        margin-top: 30px;
    }

    .about_content .about_right {
        width: 100%;
        padding-top: 30px;
    }

    .about_right ul li {
        width:24.33%;
    }

    .about_right .info-detail {
        text-align: left;
    }

    .about_content .about_left .text {
        max-height: inherit;
    }

}

@media screen and (max-width:767px) {
    .index_three .inner>.container {
        padding-bottom: 50px;
    }

    .about_link {
        padding-top: 40px;
        display: none !important;
    }

    .about_right ul li {
        width: 50%;
    }

    .about_right ul {
        margin-left: -4px;
        margin-right: -4px;
    }

    .about_right ul li {
        padding: 14px 4px;
    }

    .about_content .about_left .text {
        margin-top: 30px;
    }
    .about_link ul {
        margin-left: -8px;
        margin-right: -8px;
    }
    
    .about_link ul li {
        padding: 12px 8px;
    }
    .about_link ul li {
        width: 50%;
    }
    .about_link .icon img {
        width: 30px;
    }
    .about_right .info-detail p {
        padding-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }

    .about_content .about_left .more_n {
        justify-content: flex-start;
    }
}



/* 合作案例 */
.index_four .bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_four .bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 9;
}

.index_four .bg .in_top_bg,
.index_four .bg .in_top_bg .in_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flex{display:flex;display:-ms-flexbox;/* display:-webkit-flex; */display:-moz-flex;}
.index_four{ background: url(../images/section4-bg.jpg) no-repeat center;background-size: cover}
.index_four .sec_tit{margin-bottom: 55px;}
.index_four .container{/* max-width:78%; */margin: 0 auto;position: relative;}
/*.index_four ul{margin: 0 auto;width:100%; margin-right:40px }*/

.index_four li{width:10.3vw;height:10.3vw;float: left;position: relative;background-image: url(../images/bg_hz1.png);background-repeat: no-repeat;background-position: center;transition: all ease .3s;background-size: 100% 100%;margin-right:5vw;}
.index_four li::after{content: "";width: 0;height: 0;left: 50%;top: 50%;position: absolute;transition: all ease .3s;transform: translate(-50%, -50%);background: url(../images/bg_hz2.png) no-repeat center;background-size: 100% 100%;}
.index_four li .item{width: 100%;height: 100%;cursor: pointer;flex-direction: column;text-align: center;align-items: center;justify-content: center;}
.index_four li img{vertical-align: middle;display: inline-block;position: relative;z-index: 2;max-width:120px;}
.index_four li img.hz2{display: none;}
.index_four li:hover::after{width: 100%;height: 100%;}
.index_four li:hover .hz1{display: none;}
.index_four li:hover .hz2{display: inline-block;}
.index_four li:nth-of-type(5), .index_four li:nth-of-type(14){margin-right: 0;}
.index_four li:nth-of-type(6){margin-left:6.8vw;}
.index_four li:nth-of-type(n+6):nth-of-type(-n+9){margin-top: -50px;margin-bottom: -50px;}
.index_four .swiper-wrapper{padding-bottom: 120px;}
.index_four .more2{background: none;position: absolute;left: 48%;top: initial;bottom: 0;transform: translateX(-50%);}
.index_four .more2::before{background: url(../images/i_dot1.png) no-repeat center;background-size: 100% 100%;}
.index_four .more2 span{color: #e66930;}
.index_four .more2 i{color: #e66930;}

.index_four .more2.swiper-button-next{left: 54%;}
.index_four  .more2:hover::before{background: url(../images/i_dot3.png) no-repeat center;background-size: 100% 100%;}
.index_four  .more2:hover i{color: #fff;}

.more2{position: relative;width: 45px;height: 45px;line-height: 45px;text-align: center;transition: all .3s;}
.more2::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;background: url(../images/i_dot2.png) no-repeat center;background-size: 100% 100%;transition: all ease .3s;}
.more2:hover:before{-webkit-animation: fadenum 2s linear infinite;-moz-animation: fadenum 2s linear infinite;-o-animation: fadenum 2s linear infinite;animation: fadenum 2s linear infinite;animation-iteration-count:1;/*动画只执行一次*/
    -moz-animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
    -o-animation-iteration-count:1;
    animation-fill-mode: forwards; /*让动画停留在最后一帧 */
    -moz-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards; 
    -o-animation-fill-mode: forwards;} 
.more2 span{display: block;color: #e66930;transition: all .3s;position: absolute;left: 55px;width:85px;top: 50%;transform: translateY(-50%);opacity: 0;}
.more2 i{color: #fff;position: relative;z-index: 2;}

 @keyframes fadenum {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
@media (max-width: 1280px){

/*.index_four .container {
	width: 85%;
	margin:0 auto;
    padding: 0 ;
}
*/

.index_four ul{display: flex;justify-content: center;flex-wrap: wrap;}
.index_four li{width:145px!important;height: 145px!important;margin: 0 -4px -15px -4px;flex-shrink:0;}
.index_four li img{width: 45px;}
.index_four li:nth-of-type(n+4):nth-of-type(-n+10){margin: 0 -4px -15px -4px;}
.index_four li:nth-of-type(n+10){display: block;}
.index_four .swiper-button-prev{left: 42%;}
.index_four .swiper-button-next{left: 65% !important;}
.index_four .swiper-wrapper{padding-bottom: 70px;}
}
@media (max-width: 1024px){

.index_four ul{display: flex;justify-content: center;flex-wrap: wrap;}
.index_four li{width:115px!important;height: 115px!important;margin: 0 -4px -15px -4px;flex-shrink:0;}
.index_four li img{width: 45px;}
.index_four li:nth-of-type(n+4):nth-of-type(-n+10){margin: 0 -4px -15px -4px;}
.index_four li:nth-of-type(n+10){display: block;}
.index_four .swiper-button-prev{left: 42%;}
.index_four .swiper-button-next{left: 65% !important;}
.index_four .swiper-wrapper{padding-bottom: 70px;}
 }
 @media (max-width: 991px){
  /* .index_four .container{max-width:99%}*/
 
 }
 
 
@media (max-width: 640px) {
.index_four li {
    width: 115px!important;
    height:115px!important;
}
 }

@media (max-width:420px) {
	.index_four ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -20px;
}
.index_four li {
    width:85px!important;
    height:85px!important;
}

 }

@media screen and (min-width:768px) {
    .index_four .bg .in_top_bg .in_img {
        -webkit-clip-path: circle(35vw at 82% 130%);
        clip-path: circle(35vw at 82% 130%);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .index_four .bg .in_top_bg .swiper-slide-active .in_img {
        -webkit-clip-path: circle(100vw at 50% 50%) !important;
        clip-path: circle(100vw at 50% 50%) !important;
        transition: -webkit-clip-path 1s;
        transition: clip-path 1s;
        transition: clip-path 1s, -webkit-clip-path 1.6s;
    }

}

/* 栏目 */
.index_page_current .indus_bottom_left {
    animation: 1.4s aniStyle2 0.3s;
    animation-fill-mode: forwards;
}
.index_page_current .indus_bottom_right {
    animation: 1.4s aniStyle1 0.3s;
    animation-fill-mode: forwards;
}
@media screen and (min-width:1024px) {
    .indus_bottom_right {
        opacity: 0;
    }
    .about_content .about_right {
        opacity: 0;
    }

}
.indus_bottom_left {
    height: 100%;
}

.indus_bottom_left .perform_swiper {
    float: left;
    height: 100%;
    width: 270px;
    overflow: initial;
}



/* 栏目内容 */
.indus_bottom_right {
    max-width: 660px;
    overflow: hidden;
}

.indus_bottom_right .indus_r_text {
    width: 100%;
}

.indus_bottom_right .text {
    width: 100%;
    padding: 40px;
    border-radius: 4px;
    background: var(--main-color);
}

.indus_bottom_right .text .icon {
    width: 38px;
}

.indus_bottom_right .text .t {
    margin-top: 16px;
    color: var(--white-color);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.indus_bottom_right .text .des {
    margin-top: 24px;
    height: 78px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;

    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.indus_bottom_right .text .more_n {
    margin-top: 48px;
}

@media screen and (min-width:768px) {
    .indus_bottom_right .text {
        transform: translateY(300px);
        transition: transform .6s;
    }

    .indus_bottom_right .swiper-slide-active .text {
        transform: translateY(0);
    }
}

/* 原始图 */
.index_four .bg .bg-wrap {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

.index_four .bg .bg-wrap .banner-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (max-height:800px) {
    .indus_bottom {
        padding-top: 50px;
        padding-bottom: 50px;
        height: calc(100% - 110px);
    }

    .indus_bottom_right .text .more_n {
        margin-top: 20px;
    }

}

@media screen and (max-height:700px) {
    .text .des {
        margin-top: 16px;
    }

    .indus_bottom_right .text {
        padding: 30px;
    }
}

@media screen and (max-width:1580px) {
    .perform_swiper .title .t {
        /* font-size: 24px; */
    }

}

@media screen and (max-width:1440px) {
    .perform_swiper .title .icon {
        width: 30px;
        margin-right: 16px;
    }

    .perform_swiper .title .t {
        /* font-size: 22px; */
    }

    .indus_bottom_right .text .more_n {
        margin-top: 28px;
    }

    .indus_bottom_right .text .t {
        font-size: 24px;
    }

}

@media screen and (max-width:1366px) {

    .indus_bottom_right {
        width: 60%;
    }


}

@media screen and (max-width:1280px) {
    .indus_top_right {
        font-size: 20px;
        line-height: 1.3;
    }

    .perform_swiper .title .icon {
        width: 30px;
        margin-right: 16px;
    }

    .perform_swiper .title .t {
        font-size: 20px;
    }

    .indus_bottom {
        padding-top: 40px;
        height: calc(100% - 110px);
    }

    .indus_bottom_right .text .t {
        font-size: 22px;
    }

    .indus_bottom_right .text .des {
        margin-top: 16px;

    }
}

@media screen and (max-width:1024px) {
    .index_four {
        height: 700px;

    }

}

@media screen and (max-width:767px) {

    .index_four {
       height: auto;
    padding-bottom: 60px;
    }

    .indus_top_right {
        display: none;
    }

    .indus_bottom {
        height: auto;
        display: block;
        padding-bottom: 0px;
    }

    .indus_bottom_left {
        width: 100%;
        height: 50px;
    }

    .perform_swiper .title .icon {
        width: 30px;
        margin-right: 16px;
    }

    .indus_bottom_left .perform_swiper {
        width: 100%;
        overflow: hidden;
    }

    .indus_bottom_left .perform_swiper .swiper-slide {
        width: auto;
    }

    .perform_swiper .title .icon {
        width: 24px;
        margin-right: 10px;
    }

    .perform_swiper .title {
        padding-bottom: 10px;
    }

    .perform_swiper .title::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
    }

    .indus_bottom_right {
        width: 100%;
        margin-top: 40px;
    }

    .indus_bottom_right .text {
        padding: 30px 20px;
    }


}



/* new */
.index_new {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background: url(../images/bg_sec5.jpg) no-repeat top center;
}

.conwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    z-index: 13;
}

.index_new_bottom {
    display: flex;
    justify-content: center;
}


.index_new_content {
    padding-top: 45px;
}

.index_new_content .ul {
    display: flex;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
}

.index_new_content .ul .li {
    width: 33.33%;
    padding: 0 12px;
}

.index_new_content .big_new {
    display: block;
    width: 100%;
    height: 100%;box-shadow: 0 12px 20px 5px rgba(6, 70, 124,0.08);
}

.index_new_content .big_new .thumb {
    height: 338px;
}

.index_new_content .big_new .thumb i {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -o-transition: all 0.4 ease;
}

.index_new_content .big_n_cont {
    width: 100%;
    height: 154px;
    padding: 24px;
    background-color: var(--white-color);
    transition: background-color .3s;
}

.index_new_content .big_n_cont .top {
    padding-bottom: 12px;
}

.index_new_content .big_n_cont .top .n {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.index_new_content .big_n_cont .top .time {
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: rgba(0, 0, 0, 0.20);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-image: url(../images/time_grey.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left;
}

.index_new_content .big_n_cont .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.index_new_content a:hover .big_n_cont {
    background-color: var(--main-color);
}

.index_new_content a:hover .big_n_cont .top .n {
    color: rgba(255, 255, 255, 0.2);
}

.index_new_content a:hover .big_n_cont .top .time {
    background-image: url(../images/time_white.svg);
    color: rgba(255, 255, 255, 0.5);
}

.index_new_content a:hover .big_n_cont .title {
    color: var(--white-color);
}

.index_new_content a:hover .thumb i {
    transform: scale(1.05);

}

/* right */

.index_new_content .small_new ul {
    display: flex;
    width: 100%;
    height: calc(100% + 24px);
    flex-direction: column;
    align-items: flex-start;
    margin-top: -12px;
    margin-bottom: -12px;
}

.index_new_content .small_new ul li {
    height: 33.33%;
    width: 100%;
    padding: 12px 0;
    overflow: hidden;
}

.index_new_content .small_new ul li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 24px;
	background:#FFFFFF;
    border: 1px solid var(--white-color);
    z-index: 1;
}

.index_new_content .small_new ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#eceaea85; 
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
    z-index: -1;

}

.index_new_content a:hover .big_n_cont .title {
    color: var(--white-color);
}

.index_new_content .small_new .top {
    padding-bottom: 12px;
}

.index_new_content .small_new .top .n {
/*    color: rgba(255, 255, 255, 0.2);*/
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.index_new_content .small_new .top .time {
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-image: url(../images/time_grey.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left;
}

.index_new_content .small_new .title {
/*    color: var(--white-color);
*/    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.index_new_bottom {
    padding-top: 50px;
}
 .pc_show .more_n button {
    position: relative;
    padding: 16px 40px;
    background: rgb(1 94 174 / 90%);
    border: none;
    height: 58px;
    transition: background-color .4s ease-in-out .1s;
    overflow: hidden;
    cursor: pointer;
}

.index_new_content .small_new ul li a:hover::before {
    transform-origin: center left;
    transform: scaleX(1);   
}


.index_new_content .small_new a:hover .top .n {
/*    color: var(--main-color);*/
}

.index_new_content .small_new a:hover .top .time {
   /* color: rgba(0, 0, 0, 0.50);*/
    background-image: url(../images/time_red.svg);

}

.index_new_content .small_new a:hover .title {
    color: var(--dark-color);
}

@media all and (min-width: 768px) {

    .index_new_content .big_new .thumb {
        width: 0;
    }

    .my-slide-visible .index_new_content .big_new .thumb,
    .my-slide-visible .index_new_content .big_new .thumb {
        width: 100%;
        transition: all 1s ease .4s;
    }

    .index_new_content .small_new ul li {
        opacity: 0;
        transform: translateY(10px);
    }

    .my-slide-visible .index_new_content .small_new ul li {
        opacity: 1;
        transform: translateY(0);
    }

    .my-slide-visible .index_new_content .small_new ul li:first-child {
        transition: all .6s ease .5s;
    }

    .my-slide-visible .index_new_content .small_new ul li:nth-child(2) {
        transition: all 1.2s ease .6s;
    }

    .my-slide-visible .index_new_content .small_new ul li:nth-child(3) {
        transition: all 1.4s ease .7s;
    }


}

@media all and (max-height: 940px) {
    .index_new_content {
        padding-top: 35px;
    }

    .index_new_content .big_new .thumb {
        height: 300px;
    }

    .index_new_content .small_new ul li a {
        padding: 15px 24px;
    }

    .index_new_bottom {
        padding-top: 40px;
    }
}

@media all and (max-height: 880px) {
    .index_new_content {
        padding-top: 30px;
    }

    .index_new_content .big_new .thumb {
        height: 220px;
    }

    .index_new_content .small_new .title {
        -webkit-line-clamp: 1;
    }

    .index_new_bottom {
        padding-top: 30px;
    }
}

@media all and (max-height: 799px) {

    .index_new_content .big_new .thumb {
        height: 200px;
    }

}

@media screen and (max-width:1024px) {
    .index_new .inner {
        transform: inherit !important;
    }

    .conwrap {
        position: relative;
    }
}

@media screen and (max-width:991px) {
    .index_new_content .big_n_cont {
        height: 154px;
        padding: 24px 16px;
    }

    .index_new_content .big_new .thumb {
        height: 200px;
    }

    .index_new_content .small_new ul li a {
        padding: 15px 16px;
    }

}

@media screen and (max-width:767px) {

    .index_new_content .ul {
        display: block;
    }

    .index_new_content .ul .li {
        width: 100%;
        padding-bottom: 24px;
    }

    .index_new_content .big_n_cont {
        height: auto;
    }

 /*   .index_new_content .big_new .thumb {
        height: auto;
    }*/

    .index_new_content .small_new .title {
        -webkit-line-clamp: 2;
    }

    .index_new_content .big_n_cont .title,
    .index_new_content .small_new .title {
        font-size: 18px;
    }
}






.index5{background: url(../images/in5_1.jpg) no-repeat center;background-size: cover;padding:120px 0px 120px;}

.index5 .tit{line-height: 1.5;color:#015eae;    font-size: 32px; font-weight:bold; text-align:center;}

.index5 .link{display: flex;align-items: center;justify-content: center;margin-top:35px;}

.index5 .link .button_su_inner{display: flex;align-items: center;padding:20px  40px;border-radius:45px;}

.index5 .link .button_su_inner img{width: 24px;margin-left:10px;position: relative;z-index: 10;}
.button_su.act .button_su_inner{background: #ffc107;border: 1px solid #ffc107;}
.shining-link {
            position: relative;
            display: inline-block;
            color: #Fff;
            font-size:20px;
            font-weight: 500;
            text-decoration: none;
            padding: 12px 35px;
            overflow: hidden;
            transition: color 0.3s ease;
            letter-spacing: 0.5px;
            border: 1px solid rgba(110, 231, 255, 0.2);
            border-radius: 25px;
            background-color: #015eae;
        }
        
        /* 光效 */
        .shining-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.6), 
                transparent);
            transition: left 0.7s ease;
        }
        
        /* 鼠标悬停时的光效 */
        .shining-link:hover::before {
            left: 100%;
        }
        
        /* 悬停时的颜色变化 */
        .shining-link:hover {
            color: #ffffff;
           
        }
        
@media screen and (max-width:767px) {
.index5 .tit{line-height: 1.5;color:#015eae;    font-size: 24px; font-weight:bold; text-align:center;}

	
	  }