﻿/* 核心产品 */
.index_product {
    width: 100%;
    padding-top: 100px;
    background-color: #ffffff;
}

.index_product .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_product .content .boxlist {
    width: 100%;
}

.index_product .content .boxlist .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

.index_product .content .boxlist .top .left {
    width: 350px;
}

.index_product .content .boxlist .top .left .theme {
    width: 100%;
    position: relative;
}

.index_product .content .boxlist .top .left .theme h1 {
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 4px 4px 18px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.index_product .content .boxlist .top .left .theme h3 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
}

.index_product .content .boxlist .top .left .theme p {
    font-size: 14px;
    color: #999999;
}

.index_product .content .boxlist .top .right {
    width: calc(100% - 370px);
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #eeeeee;
    margin-right: 10px;
}

.index_product .content .boxlist .top .right .more {
    width: 140px;
    height: 46px;
    margin-bottom: 20px;
}

.index_product .content .boxlist .top .right .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf0f9;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.index_product .content .boxlist .top .right .more a img {
    width: 8px;
    height: 14px;
    margin-right: 12px;
}

.index_product .content .boxlist .top .right .more a span {
    color: #6c778d;
    font-size: 16px;
    line-height: 30px;
}

.index_product .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_product .content .boxlist .bottom .left {
    width: 350px;
    margin-top: 10px;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper {
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto !important;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #a9afbb;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme {
    width: calc(100% - 35px);
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme h1 {
    font-size: 18px;
    line-height: 24px;
    color: #a9afbb;
    font-weight: normal;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme p {
    font-size: 12px;
    line-height: 24px;
    color: #a9afbb;
    opacity: 0.5;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .more {
    width: 25px;
    height: 25px;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #a9afbb;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    text-align: center;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .more a img {
    width: 8px;
    height: 14px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    margin-left: 2px;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list:hover .theme h1 {
    color: #000000;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list:hover .theme p {
    opacity: 1;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list:hover .more a {
    background-color: #0060ab;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list:hover {
    border-bottom: 1px solid #0060ab;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .list .theme h1 {
    color: #000000;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .list .theme p {
    opacity: 1;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .list {
    border-bottom: 1px solid #0060ab;
}

.index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .list .more a {
    background-color: #0060ab;
}

.index_product .content .boxlist .bottom .left .swiper-button-next {
    display: none;
}

.index_product .content .boxlist .bottom .left .swiper-button-prev {
    display: none;
}

.index_product .content .boxlist .bottom .left .swiper-pagination {
    display: none;
}


.index_product .content .boxlist .bottom .right {
    width: calc(100% - 350px);
    position: relative;
}
.index_product .content .boxlist .bottom .right>.swiper-wrapper{
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
}
.index_product .content .boxlist .bottom .right>.swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper {
    width: 100%;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper {
    width: 100%;
    padding: 10px 0;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper {
    width: 100%;
    padding: 10px 0;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 10px;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 3px 3px 15px rgba(9, 44, 83, .09);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list:hover {
    box-shadow: none;
    background-color: #dbe9f6;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a h1 {
    font-size: 16px;
    color: #6c778d;
    line-height: 30px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a p {
    font-size: 18px;
    color: #0060ab;
    line-height: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-button-next {
    display: none;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-button-prev {
    display: none;
}

.index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .index_product .content .boxlist .top .left .theme h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_product .content .boxlist .top .left .theme h1 {
        font-size: 46px;
        line-height: 40px;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a {
        padding-bottom: 40px;
    }
}

@media (max-width: 1400px) {
    .index_product .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_product .content {
        width: 95%;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a p {
        font-size: 15px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme h1 {
        font-size: 15px;
    }

    .index_product .content .boxlist .top .right .more a span {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .content .boxlist .top .right .more {
        width: 120px;
        height: 40px;
    }

    .index_product .content .boxlist .top .left .theme h3 {
        font-size: 22px;
    }

    .index_product .content .boxlist .top .left .theme h1 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_product .content .boxlist .top .left {
        width: 300px;
    }

    .index_product .content .boxlist .top .right {
        width: calc(100% - 320px);
    }

    .index_product .content .boxlist .bottom .left {
        width: 300px;
    }

    .index_product .content .boxlist .bottom .right {
        width: calc(100% - 300px);
    }

    .index_product .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_product {
        padding-top: 70px;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list {
        padding-bottom: 15px;
    }
}

@media (max-width: 760px) {
    .index_product .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .index_product .content .boxlist .bottom .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_product .content .boxlist .bottom .right {
        width: 100%;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list {
        width: 100%;
    }

    .index_product .content .boxlist .top .right {
        border-bottom: none;
    }
.index_product .content .boxlist .bottom .right>.swiper-wrapper{
    position: initial;
}
}

@media (max-width: 550px) {
    .index_product {
        padding-top: 50px;
    }

    .index_product .content .boxlist .top .left .theme h3 {
        font-size: 18px;
    }

    .index_product .content .boxlist .top .left .theme h1 {
        font-size: 30px;
    }

    .index_product .content .boxlist .top .left .theme p {
        font-size: 12px;
    }

    .index_product .content .boxlist .top .left {
        width: auto;
    }

    .index_product .content .boxlist .top .right .more {
        width: 100px;
        height: 34px;
    }

    .index_product .content .boxlist .top .right .more a span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_product .content .boxlist .top .right .more a img {
        width: 6px;
        height: 10px;
        margin-right: 7px;
    }

    .index_product .content .boxlist .top .right .more {
        margin-bottom: 0;
    }

    .index_product .content .boxlist .top {
        align-items: center;
    }

    .index_product .content .boxlist .top .right {
        width: auto;
    }

    .index_product .content .boxlist .top {
        margin-bottom: 20px;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme h1 {
        font-size: 13px;
        line-height: 20px;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list .theme p {
        line-height: 20px;
    }

    .index_product .content .boxlist .bottom .left .swiper-wrapper .swiper-slide .list {
        padding-bottom: 10px;
    }

    .index_product .content .boxlist .bottom .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a p {
        font-size: 13px;
        line-height: 20px;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a h1 {
        font-size: 12px;
        line-height: 20px;
    }

    .index_product .content .boxlist .bottom .right .swiper-wrapper .swiper-slide .swiper .swiper-wrapper .swiper-slide .list .list_txt a {
        padding-bottom: 20px;
    }
}

/* 案例视频 */
.index_case_video {
    width: 100%;
    padding: 100px 0 120px;
    background-color: #ffffff;
}

.index_case_video .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_case_video .content .boxlist {
    width: 100%;
}

.index_case_video .content .boxlist .top {
    width: 100%;
    margin-bottom: 50px;
}

.index_case_video .content .boxlist .top .theme {
    width: 100%;
    position: relative;
    text-align: center;
}

.index_case_video .content .boxlist .top .theme h1 {
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 4px 4px 18px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.index_case_video .content .boxlist .top .theme h3 {
    position: absolute;
    top: 0%;
    left: 50%;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_case_video .content .boxlist .top .theme p {
    font-size: 14px;
    color: #999999;
}

.index_case_video .content .boxlist .bottom {
    width: 100%;
}

.index_case_video .content .boxlist .bottom .swiper {
    width: 100%;
    padding-bottom: 60px;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    opacity: 0 !important;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    opacity: .3 !important;
    transform: translateX(41%) scale(.8) !important;
    -webkit-transform: translateX(41%) scale(.8) !important;
    -moz-transform: translateX(41%) scale(.8) !important;
    -ms-transform: translateX(41%) scale(.8) !important;
    -o-transform: translateX(41%) scale(.8) !important;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    opacity: .3 !important;
    transform: translateX(-41%) scale(.8) !important;
    -webkit-transform: translateX(-41%) scale(.8) !important;
    -moz-transform: translateX(-41%) scale(.8) !important;
    -ms-transform: translateX(-41%) scale(.8) !important;
    -o-transform: translateX(-41%) scale(.8) !important;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 51.3%;
    overflow: hidden;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_1 img {
    width: 100%;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .play img {
    width: 56px;
    height: 56px;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    background-color: #efefef;
    padding: 40px 10px;
    text-align: center;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_txt h1 {
    color: #0060ab;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #a9afbb;
    opacity: 1;
}

.index_case_video .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0060ab;
}

@media (max-width: 1600px) {
    .index_case_video .content .boxlist .top .theme h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_case_video .content .boxlist .top .theme h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 16px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 30px 10px;
    }
}

@media (max-width: 1400px) {
    .index_case_video .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_case_video .content {
        width: 95%;
    }

    .index_case_video .content .boxlist .top .theme h1 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_case_video .content .boxlist .top .theme h3 {
        font-size: 22px;
    }

    .index_case_video .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .play img {
        width: 46px;
        height: 46px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 20px 10px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        line-height: 24px;
    }

    .index_case_video {
        padding: 70px 0 80px;
    }
}

@media (max-width: 550px) {
    .index_case_video .content .boxlist .top .theme h1 {
        font-size: 30px;
    }

    .index_case_video .content .boxlist .top .theme h3 {
        font-size: 18px;
    }

    .index_case_video .content .boxlist .top .theme p {
        font-size: 12px;
    }

    .index_case_video .content .boxlist .top {
        margin-bottom: 20px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 15px 10px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 12px;
        line-height: 20px;
    }

    .index_case_video .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        line-height: 20px;
    }

    .index_case_video .content .boxlist .bottom .swiper {
        padding-bottom: 40px;
    }

    .index_case_video {
        padding: 50px 0 60px;
    }
}

/* 荣誉资质 */
.index_honor {
    width: 100%;
    padding: 100px 0;
    background: #f6f9ff url(../images/index_honor_background.jpg) no-repeat;
    background-size: 100%;
}

.index_honor .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_honor .content .boxlist {
    width: 100%;
}

.index_honor .content .boxlist .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.index_honor .content .boxlist .top .left {
    width: auto;
}

.index_honor .content .boxlist .top .left .theme {
    width: 100%;
    position: relative;
}

.index_honor .content .boxlist .top .left .theme h3 {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.index_honor .content .boxlist .top .left .theme p {
    font-size: 14px;
    color: #ffffff;
}

.index_honor .content .boxlist .top .right {
    width: auto;
}

.index_honor .content .boxlist .top .right .more {
    width: 140px;
    height: 46px;
    margin-bottom: 20px;
}

.index_honor .content .boxlist .top .right .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border: 1px solid #ffffff;
}

.index_honor .content .boxlist .top .right .more a img {
    width: 8px;
    height: 14px;
    margin-right: 12px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_honor .content .boxlist .top .right .more a span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.index_honor .content .boxlist .bottom {
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper {
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a {
    display: block;
    width: 100%;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 138.4%;
    overflow: hidden;
    background-color: #ffffff;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_img .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt {
    padding: 20px 10px;
}

.index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_honor .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.index_honor .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.index_honor .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .index_honor .content .boxlist .top .left .theme h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_honor .content .boxlist .top .left .theme h1 {
        font-size: 46px;
        line-height: 40px;
    }
}

@media (max-width: 1400px) {
    .index_honor .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_honor .content {
        width: 95%;
    }

    .index_honor .content .boxlist .top .right .more a span {
        font-size: 14px;
        line-height: 24px;
    }

    .index_honor .content .boxlist .top .right .more {
        width: 120px;
        height: 40px;
    }

    .index_honor .content .boxlist .top .left .theme h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .index_honor .content .boxlist .top .left .theme h1 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_honor .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_honor {
        padding: 70px 0;
    }

    .index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt {
        padding: 15px 10px;
    }

    .index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .index_honor {
        background-size: 200%;
    }
}

@media (max-width: 550px) {
    .index_honor {
        padding: 50px 0;
    }

    .index_honor .content .boxlist .top .left .theme h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .index_honor .content .boxlist .top .left .theme h1 {
        font-size: 30px;
    }

    .index_honor .content .boxlist .top .left .theme p {
        font-size: 12px;
    }

    .index_honor .content .boxlist .top .right .more {
        width: 100px;
        height: 34px;
    }

    .index_honor .content .boxlist .top .right .more a span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_honor .content .boxlist .top .right .more a img {
        width: 6px;
        height: 10px;
        margin-right: 7px;
    }

    .index_honor .content .boxlist .top .right .more {
        margin-bottom: 0;
    }

    .index_honor .content .boxlist .top {
        margin-bottom: 20px;
    }

    .index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt {
        padding: 10px 5px;
    }

    .index_honor .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list a .list_txt p {
        font-size: 12px;
    }
}

/* 新闻资讯 */
.index_news {
    width: 100%;
    padding: 120px 0;
    background-color: #ffffff;
}

.index_news .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_news .content .boxlist {
    width: 100%;
}

.index_news .content .boxlist .top {
    width: 100%;
    margin-bottom: 50px;
}

.index_news .content .boxlist .top .theme {
    width: 100%;
    position: relative;
    text-align: center;
}

.index_news .content .boxlist .top .theme h1 {
    font-size: 56px;
    line-height: 50px;
    color: #ffffff;
    text-shadow: 4px 4px 18px rgba(0, 0, 0, 0.13);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.index_news .content .boxlist .top .theme h3 {
    position: absolute;
    top: 0%;
    left: 50%;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_news .content .boxlist .top .theme p {
    font-size: 14px;
    color: #999999;
}

.index_news .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_news .content .boxlist .bottom .list {
    width: 48.5%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}

.index_news .content .boxlist .bottom .list .list_img {
    width: 44%;
}

.index_news .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}

.index_news .content .boxlist .bottom .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_news .content .boxlist .bottom .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_news .content .boxlist .bottom .list .list_txt {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: transparent;
    padding: 0 5%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .list .list_txt .time {
    font-size: 14px;
    color: #a9afbb;
    line-height: 30px;
    margin-bottom: 10px;
}

.index_news .content .boxlist .bottom .list .list_txt .theme {
    width: 100%;
    margin-bottom: 20px;
}

.index_news .content .boxlist .bottom .list .list_txt .theme h1 {
    font-weight: normal;
}

.index_news .content .boxlist .bottom .list .list_txt .theme h1 a {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .list .list_txt .more {
    width: 100px;
    height: 30px;
    border: 1px solid #0060ab;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .list .list_txt .more a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #0060ab;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.index_news .content .boxlist .bottom .list .list_txt .more:hover {
    background-color: #0060ab;
}
.index_news .content .boxlist .bottom .list .list_txt .more:hover a {
    color: #ffffff;
}
.index_news .content .boxlist .bottom .list:hover .list_txt {
    background-color: #ffffff;
    box-shadow: 5px 5px 21px rgba(0, 0, 0, .08);
}

.index_news .content .boxlist .bottom .list:hover .list_txt .theme h1 a {
    color: #0060ab;
}

@media (max-width: 1600px) {
    .index_news .content .boxlist .top .theme h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_news .content .boxlist .top .theme h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .index_news .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_news .content {
        width: 95%;
    }

    .index_news .content .boxlist .top .theme h1 {
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_news .content .boxlist .top .theme h3 {
        font-size: 22px;
    }

    .index_news .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_news {
        padding: 70px 0 80px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .theme {
        margin-bottom: 10px;
    }
}

@media (max-width: 760px) {
    .index_news .content .boxlist .bottom .list {
        flex-wrap: wrap;
    }

    .index_news .content .boxlist .bottom .list .list_img {
        width: 100%;
    }

    .index_news .content .boxlist .bottom .list .list_txt {
        width: 100%;
        padding: 20px;
    }
}

@media (max-width: 550px) {
    .index_news .content .boxlist .top .theme h1 {
        font-size: 30px;
    }

    .index_news .content .boxlist .top .theme h3 {
        font-size: 18px;
    }

    .index_news .content .boxlist .top .theme p {
        font-size: 12px;
    }

    .index_news .content .boxlist .top {
        margin-bottom: 20px;
    }

    .index_news {
        padding: 50px 0 60px;
    }

    .index_news .content .boxlist .bottom .list .list_txt {
        padding: 10px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .time {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 14px;
    }

    .index_news .content .boxlist .bottom .list .list_txt .more {
        width: 80px;
        height: 26px;
    }
}

/* 关于我们 */
.index_about {
    width: 100%;
    background: url(../images/index_about_bakground.jpg) no-repeat;
    background-size: cover;
    padding: 160px 0 140px;
}

.index_about .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_about .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.index_about .content .boxlist .left {
    width: 47.8%;
}

.index_about .content .boxlist .left .theme {
    width: 100%;
    margin-bottom: 50px;
}

.index_about .content .boxlist .left .theme h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 35px;
    font-weight: bold;
    color: #ffffff;
}

.index_about .content .boxlist .left .theme h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #ffffff;
}

.index_about .content .boxlist .left .info {
    width: 100%;
    margin-bottom: 70px;
}

.index_about .content .boxlist .left .info p {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

.index_about .content .boxlist .left .more {
    width: 140px;
    height: 46px;
}

.index_about .content .boxlist .left .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
}

.index_about .content .boxlist .left .more a img {
    width: 8px;
    height: 14px;
    margin-right: 12px;
}

.index_about .content .boxlist .left .more a span {
    color: #6c778d;
    font-size: 16px;
    line-height: 30px;
}

.index_about .content .boxlist .right {
    width: 44.2%;
}

.index_about .content .boxlist .right .one {
    width: 100%;
    position: relative;
}

.index_about .content .boxlist .right .one .img {
    width: 98%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.index_about .content .boxlist .right .one .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.index_about .content .boxlist .right .one:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index_about .content .boxlist .right .one .mask {
    width: 98%;
    padding-bottom: 65.3%;
    position: absolute;
    right: 0;
    bottom: -3%;
    background-color: #00c0ff;
}

@media (max-width: 1600px) {
    .index_about .content .boxlist .left .theme h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .index_about .content .boxlist .left .theme h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .index_about .content .boxlist {
        align-items: center;
    }
}

@media (max-width: 1400px) {
    .index_about .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_about .content {
        width: 95%;
    }

    .index_about .content .boxlist .left .theme h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .index_about .content .boxlist .left .theme h3 {
        font-size: 15px;
    }

    .index_about .content .boxlist .left .theme {
        margin-bottom: 30px;
    }

    .index_about .content .boxlist .left .info {
        margin-bottom: 40px;
    }

    .index_about .content .boxlist .left .more {
        width: 120px;
        height: 40px;
    }

    .index_about .content .boxlist .left .more a span {
        font-size: 14px;
        line-height: 24px;
    }

    .index_about {
        padding: 80px 0 100px;
    }
}

@media (max-width: 1000px) {
    .index_about .content .boxlist .left {
        width: 46%;
    }

    .index_about .content .boxlist .right {
        width: 52%;
    }
}

@media (max-width: 760px) {
    .index_about .content .boxlist {
        flex-wrap: wrap;
    }

    .index_about .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .index_about .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .index_about {
        padding: 60px 0 80px;
    }

    .index_about .content .boxlist .left .theme h3 {
        font-size: 14px;
    }

    .index_about .content .boxlist .left .theme h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .index_about .content .boxlist .left .theme {
        margin-bottom: 20px;
    }

    .index_about .content .boxlist .left .info p {
        line-height: 20px;
    }

    .index_about .content .boxlist .left .more {
        width: 100px;
        height: 34px;
    }

    .index_about .content .boxlist .left .more a img {
        width: 6px;
        height: 10px;
        margin-right: 7px;
    }

    .index_about .content .boxlist .left .more a span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_about .content .boxlist .left .info {
        margin-bottom: 30px;
    }
}

/* 加入我们 */
.index_contact {
    width: 100%;
    padding: 80px 0 80px;
    background-color: #ffffff;
}

.index_contact .content {
    width: 71.875%;
    margin: 0 auto;
}

.index_contact .content .boxlist {
    width: 100%;
}

.index_contact .content .boxlist .top {
    width: 100%;
    margin-bottom: 50px;
}

.index_contact .content .boxlist .top .theme {
    width: 100%;
    position: relative;
    text-align: center;
}

.index_contact .content .boxlist .top .theme h3 {
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.index_contact .content .boxlist .top .theme p {
    font-size: 14px;
    color: #999999;
}

.index_contact .content .boxlist .bottom {
    width: 100%;
}
.index_contact .content .boxlist .bottom .message{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_contact .content .boxlist .bottom .message .one{
    width: 24.6%;
}
.index_contact .content .boxlist .bottom .message .one input {
    width: 100%;
    padding: 21px 30px;
    border: none;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #0060ab;
    color: #999999;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.index_contact .content .boxlist .bottom .message .one input::placeholder {
    color: #0060ab;
    font-size: 14px;
}
.index_contact .content .boxlist .bottom .message .more{
    width: 20.2%;
    height: 60px;
    background-color: #0060ab;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.index_contact .content .boxlist .bottom .message .more a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 1600px) {
    .index_contact .content .boxlist .top .theme h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .index_contact .content .boxlist .top .theme h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .index_contact .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .index_contact .content {
        width: 95%;
    }
    .index_contact .content .boxlist .top .theme h3 {
        font-size: 22px;
    }

    .index_contact .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_contact {
        padding: 60px 0 100px;
    }
    .index_contact .content .boxlist .bottom .message .more {
        height: 50px;
    }
    .index_contact .content .boxlist .bottom .message .one input {
        padding: 16px 20px;
    }
}
@media (max-width: 760px) {
    .index_contact .content .boxlist .bottom .message{
        flex-wrap: wrap;
    }
    .index_contact .content .boxlist .bottom .message .more {
        width: 40%;
        height: 40px;
        margin: 0 auto;
    }
    .index_contact .content .boxlist .bottom .message .one{
        width: 48%;
        margin-bottom: 20px;
    }
    .index_contact .content .boxlist .bottom .message .one:nth-child(3){
        width: 100%;
    }
    .index_contact .content .boxlist .bottom .message .one input {
        padding: 11px 15px;
    }
}
@media (max-width: 550px) {
    .index_contact .content .boxlist .top .theme h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .index_contact .content .boxlist .top .theme p {
        font-size: 12px;
    }

    .index_contact .content .boxlist .top {
        margin-bottom: 20px;
    }

    .index_contact {
        padding: 50px 0 70px;
    }

    .index_contact .content .boxlist .bottom .message .one input{
        font-size: 12px;
    }
    .index_contact .content .boxlist .bottom .message .one input::placeholder {
        font-size: 12px;
    }
    .index_contact .content .boxlist .bottom .message .one{
        margin-bottom: 10px;
    }
}