.part_one .swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.part_one .swiper .swiper-wrapper .swiper-slide .waves {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.part_one .swiper .swiper-wrapper .swiper-slide .waves canvas {
    width: 100% !important;
}

.part_one .swiper .swiper-wrapper .swiper-slide canvas {
    max-width: 8560px;
    height: 60%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* 产品中心 */
.index_product {
    padding: 100px 0 140px;
}

.index_product .content {
    width: 83.3%;
    margin: 0 auto;
}

.index_product .content .boxlist {
    width: 100%;
}

.index_product .content .boxlist .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index_product .content .boxlist .top .theme {}

.index_product .content .boxlist .top .theme h1 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.index_product .content .boxlist .top .theme p {
    font-size: 26px;
    line-height: 30px;
    font-weight: lighter;
    color: #333333;
}

.index_product .content .boxlist .top .more {
    width: 150px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    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 .top .more a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.index_product .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    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 .top .more a img {
    width: 16px;
    height: 10px;
    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 .top .more:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

.index_product .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_product .content .boxlist .top .more:hover a img {
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_product .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
}

.index_product .content .boxlist .bottom .left {
    width: 50%;
}

.index_product .content .boxlist .bottom .left .swiper {
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper {
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.index_product .content .boxlist .bottom .left .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 .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list:hover .list_img .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 .left .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 20%, rgba(255, 255, 255, 0));
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-weight: normal;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
    font-size: 30px;
    color: #ffffff;
    line-height: 30px;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
    margin-left: 15px;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more {
    width: 90px;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a img {
    width: 16px;
    height: 10px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_product .content .boxlist .bottom .left .swiper .swiper-pagination {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #ffffff;
    font-size: 16px;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-current {
    font-size: 32px;
    line-height: 32px;
    margin-right: 5px;
}

.index_product .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
    margin-left: 5px;
    line-height: 20px;
}

.index_product .content .boxlist .bottom .right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_product .content .boxlist .bottom .right .list {
    width: 50%;
}

.index_product .content .boxlist .bottom .right .list .item {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #dddddd;
    position: relative;
}

.index_product .content .boxlist .bottom .right .list .item .list_img {
    width: 90%;
    position: absolute;
    top: 2%;
    left: 5%;
}

.index_product .content .boxlist .bottom .right .list .item .list_img .img {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.index_product .content .boxlist .bottom .right .list .item .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 .list .item .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_product .content .boxlist .bottom .right .list .item .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 .list .item .list_txt {
    width: 90%;
    position: absolute;
    bottom: 2%;
    left: 5%;
}

.index_product .content .boxlist .bottom .right .list .item .list_txt h1 {
    font-weight: normal;
    text-align: center;
}

.index_product .content .boxlist .bottom .right .list .item .list_txt h1 a {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_product .content .boxlist .bottom .right .list .item .list_txt p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1600px) {
    .index_product .content .boxlist .top .theme h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 22px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 24px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 14px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt h1 a {
        font-size: 16px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt p {
        font-size: 13px;
    }
}

@media (max-width:1200px) {
    .index_product .content {
        width: 95%;
    }

    .index_product .content .boxlist .top .theme h1 {
        font-size: 24px;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 18px;
    }

    .index_product .content .boxlist .top .more {
        width: 120px;
        height: 40px;
    }

    .index_product .content .boxlist .top .more a {
        padding: 0 15px;
    }

    .index_product .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
    }

    .index_product .content .boxlist .top .more:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 20px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 13px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        margin-bottom: 10px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a span {
        font-size: 13px;
        line-height: 24px;
    }

    .index_product {
        padding: 80px 0 110px;
    }
}

@media (max-width:1000px) {
    .index_product .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .index_product .content .boxlist .bottom .left {
        width: 100%;
    }

    .index_product .content .boxlist .bottom .right {
        width: 100%;
    }
}

@media (max-width:550px) {
    .index_product .content .boxlist .top .theme h1 {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .index_product .content .boxlist .top .theme p {
        font-size: 16px;
    }

    .index_product .content .boxlist .top .more {
        width: 100px;
        height: 34px;
    }

    .index_product .content .boxlist .top .more a {
        padding: 0px 10px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 16px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 12px;
        margin-left: 10px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        margin-bottom: 0px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a span {
        font-size: 12px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .more {
        width: 80px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-current {
        font-size: 20px;
        line-height: 28px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-pagination .swiper-pagination-total {
        font-size: 12px;
    }

    .index_product .content .boxlist .bottom .left .swiper .swiper-pagination {
        font-size: 14px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt h1 a {
        font-size: 13px;
        line-height: 20px;
    }

    .index_product .content .boxlist .bottom .right .list .item .list_txt p {
        line-height: 20px;
    }

    .index_product {
        padding: 60px 0 90px;
    }
}

/* 关于·丽锐 */
.index_about {
    width: 100%;
    background-color: #f7f7f7;
}

.index_about .content {
    width: 100%;
}

.index_about .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.index_about .content .boxlist .left {
    width: 50%;
    position: absolute;
    left: 8.35%;
    bottom: 16%;
}

.index_about .content .boxlist .left .top {
    width: 100%;
}

.index_about .content .boxlist .left .top .theme {
    margin-bottom: 30px;
}

.index_about .content .boxlist .left .top .theme h1 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.index_about .content .boxlist .left .top .theme p {
    font-size: 26px;
    line-height: 30px;
    font-weight: lighter;
    color: #333333;
}

.index_about .content .boxlist .left .bottom {
    width: 100%;
    position: relative;
}

.index_about .content .boxlist .left .bottom .img {
    width: 100%;
    overflow: hidden;
    z-index: 5;
    position: relative;
}


.index_about .content .boxlist .left .bottom .swiper {
    width: 100%;
    z-index: 5;
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper{
    width: 100%;
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper .swiper-slide{
    width: 100%;
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper .swiper-slide .img{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper .swiper-slide .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper .swiper-slide .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_about .content .boxlist .left .bottom .swiper .swiper-wrapper .swiper-slide .img:hover 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_about .content .boxlist .left .bottom .swiper .swiper-button-next{
    display: none;
}
.index_about .content .boxlist .left .bottom .swiper .swiper-button-prev{
    display: none;
}
.index_about .content .boxlist .left .bottom .swiper .swiper-pagination{
    display: none;
}

.index_about .content .boxlist .left .bottom .mask {
    width: 56%;
    position: absolute;
    left: -5%;
    bottom: -10%;
    z-index: 1;
}

.index_about .content .boxlist .left .bottom .mask img {
    width: 100%;
}

.index_about .content .boxlist .left .bottom .img img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_about .content .boxlist .left .bottom .img:hover 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 {
    width: 50%;
    background: url(../images/index_about_background.jpg) no-repeat;
    background-size: cover;
    padding: 10% 0 8%;

}

.index_about .content .boxlist .right .about_info {
    width: 55%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.index_about .content .boxlist .right .about_info .theme {
    margin-bottom: 12%;
    height: 260px;
    overflow-y: auto;
    padding-right: 20px;
}
.index_about .content .boxlist .right .about_info .theme::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: rgba(255, 255, 255, .3);
}
.index_about .content .boxlist .right .about_info .theme::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 8px solid rgba(255, 255, 255, 1);
    box-shadow: 2px 0 0 #ffffff inset;
}
.index_about .content .boxlist .right .about_info .theme h1 {
    margin-bottom: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    font-weight: normal;
}

.index_about .content .boxlist .right .about_info .theme p {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.index_about .content .boxlist .right .about_info ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15%;
}

.index_about .content .boxlist .right .about_info ul li h3 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}

.index_about .content .boxlist .right .about_info ul li h3 span {
    color: #ffffff;
    font-size: 40px;
    margin-right: 10px;
    font-weight: lighter;
}

.index_about .content .boxlist .right .about_info ul li p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

.index_about .content .boxlist .right .about_info .more {
    width: 100%;
}

.index_about .content .boxlist .right .about_info .more a {
    width: 200px;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    padding: 0 30px;
}

.index_about .content .boxlist .right .about_info .more a span {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    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_about .content .boxlist .right .about_info .more a img {
    width: 16px;
    height: 10px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_about .content .boxlist .right .about_info .more a:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

@media (max-width:1600px) {
    .index_about .content .boxlist .left .top .theme h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .index_about .content .boxlist .left .top .theme p {
        font-size: 22px;
    }

    .index_about .content .boxlist .right {
        padding: 8% 0 6%;
    }

    .index_about .content .boxlist .right .about_info ul li h3 span {
        font-size: 34px;
    }
}

@media (max-width:1200px) {
    .index_about .content .boxlist .left .top .theme h1 {
        font-size: 24px;
    }

    .index_about .content .boxlist .left .top .theme p {
        font-size: 18px;
    }
    .index_about .content .boxlist .left {
        left: 4.35%;
    }

    .index_about .content .boxlist .right .about_info {
        width: 70%;
    }

    .index_about .content .boxlist .right .about_info .theme h1 {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 24px;
    }

    .index_about .content .boxlist .right .about_info .theme p {
        font-size: 13px;
        line-height: 24px;
    }

    .index_about .content .boxlist .right .about_info ul li h3 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .index_about .content .boxlist .right .about_info ul li h3 span {
        font-size: 28px;
    }

    .index_about .content .boxlist .right .about_info .more a {
        width: 150px;
        height: 50px;
        padding: 0 25px;
    }

    .index_about .content .boxlist .right .about_info .more a span {
        font-size: 14px;
    }
}

@media (max-width:1000px) {
    .index_about .content .boxlist {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index_about .content .boxlist .left {
        position: initial;
        width: 100%;
        margin-top: 60px;
    }

    .index_about .content .boxlist .right {
        width: 100%;
    }

    .index_about .content {
        width: 95%;
        margin: 0 auto;
    }

    .index_about .content .boxlist .left .bottom .img {
        width: 95%;
        margin: auto 0 auto auto;
    }

    .index_about .content .boxlist .left .bottom .mask {
        left: 0;
        bottom: 0;
    }

    .index_about .content .boxlist .left .bottom {
        padding-bottom: 5%;
        margin-bottom: 40px;
    }
}

@media (max-width:550px) {
    .index_about .content .boxlist .left .top .theme h1 {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .index_about .content .boxlist .left .top .theme p {
        font-size: 16px;
    }

    .index_about .content .boxlist .right .about_info .more a {
        width: 120px;
        height: 40px;
        padding: 0 15px;
    }

    .index_about .content .boxlist .right .about_info .more a:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }

    .index_about .content .boxlist .right .about_info .more a span {
        font-size: 12px;
    }

    .index_about .content .boxlist .right .about_info {
        width: 90%;
    }

    .index_about .content .boxlist .right .about_info .theme h1 {
        font-size: 12px;
    }

    .index_about .content .boxlist .right .about_info .theme p {
        font-size: 12px;
    }

    .index_about .content .boxlist .right .about_info ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .index_about .content .boxlist .right .about_info ul li h3 span {
        font-size: 24px;
        margin-right: 5px;
    }

    .index_about .content .boxlist .right .about_info ul li h3 {
        font-size: 12px;
    }

    .index_about .content .boxlist .right {
        padding: 10% 0;
    }
}

/* 办公环境 */
.index_environment {
    padding-top: 150px;
}

.index_environment .content {
    width: 100%;
    margin: 0 auto;
}

.index_environment .content .boxlist {
    width: 100%;
}

.index_environment .content .boxlist .top {
    width: 83.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.index_environment .content .boxlist .top .theme {}

.index_environment .content .boxlist .top .theme h1 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.index_environment .content .boxlist .top .theme p {
    font-size: 26px;
    line-height: 30px;
    font-weight: lighter;
    color: #333333;
}

.index_environment .content .boxlist .top .more {
    width: 150px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    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_environment .content .boxlist .top .more a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.index_environment .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    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_environment .content .boxlist .top .more a img {
    width: 16px;
    height: 10px;
    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_environment .content .boxlist .top .more:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

.index_environment .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_environment .content .boxlist .top .more:hover a img {
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_environment .content .boxlist .top ul {
    position: absolute;
    right: 220px;
    top: 18px;
    display: flex;
    align-items: center;
}

.index_environment .content .boxlist .top ul li {
    margin-left: 40px;
    color: #999999;
    font-size: 15px;
    line-height: 30px;
    position: relative;
}

.index_environment .content .boxlist .top ul li:first-child {
    margin-left: 0;
}

.index_environment .content .boxlist .top ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: transparent;
}

.index_environment .content .boxlist .top ul li.active {
    color: #333333;
}

.index_environment .content .boxlist .top ul li.active::after {
    background-color: #c81d1d;
}

.index_environment .content .boxlist .bottom {
    width: 100%;
}

.index_environment .content .boxlist .bottom .content_box {
    width: 100%;
    display: none;
}

.index_environment .content .boxlist .bottom .content_box.active {
    display: block;
}

.index_environment .content .boxlist .bottom .content_box .swiper {
    width: 100%;
    padding: 50px 0;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper {
    width: 100%;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}
.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list:hover .list_img{
    transform: scale(1.1);
}
.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide:first-child.swiper-slide-active {
    margin-left: 8.35%;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    opacity: 1;
    transition: all .5s linear;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list:hover .list_img {
    opacity: 1;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 125%;
    overflow: hidden;
    position: relative;
}

.index_environment .content .boxlist .bottom .content_box .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_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img.img1 {
    max-height: 100%;
}
.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img.img2 {
    max-width: 100%;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list:hover .list_img .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_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    display: none;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img {
    width: 15%;
    margin-bottom: 15px;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img img {
    width: 100%;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt a p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-pagination {
    top: auto;
    position: absolute;
    left: 50%;
    bottom: 3px;
    height: 2px;
    width: 83.3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #cccccc;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #c81d1d;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-button-prev {
    display: none;
}

.index_environment .content .boxlist .bottom .content_box .swiper .swiper-button-next {
    display: none;
}

@media (max-width:1600px) {
    .index_environment .content .boxlist .top .theme h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }

    .index_environment .content .boxlist .top .theme p {
        font-size: 22px;
    }
}

@media (max-width:1200px) {
    .index_environment .content .boxlist .top .theme h1 {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .index_environment .content .boxlist .top .theme p {
        font-size: 18px;
    }

    .index_environment .content .boxlist .top {
        width: 95%;
    }

    .index_environment .content .boxlist .top .more {
        width: 120px;
        height: 40px;
    }

    .index_environment .content .boxlist .top .more a {
        padding: 0 15px;
    }

    .index_environment .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
    }

    .index_environment .content .boxlist .top ul {
        right: 160px;
    }

    .index_environment .content .boxlist .top ul li {
        margin-left: 30px;
    }

    .index_environment {
        padding-top: 100px;
    }
}
@media (max-width:800px) {
    
    .index_environment .content .boxlist .top ul {
width: 100%;
        position: initial;
        right: auto;
        top: auto;
        left: 0%;
        bottom: 0px;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    margin-top: 20px;
    }
.index_environment .content .boxlist .top{
flex-wrap: wrap;
}
}
@media (max-width:760px) {
    .index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide:first-child.swiper-slide-active {
        margin-left: 0%;
    }
    .index_environment .content .boxlist .bottom {
        width: 95%;
        margin: 0 auto;
    }

    .index_environment .content .boxlist .bottom .content_box .swiper {
        padding-bottom: 30px;
    }

    .index_environment .content .boxlist .bottom .content_box .swiper .swiper-pagination {
        width: 100%;
    }
}

@media (max-width:550px) {
    .index_environment .content .boxlist .top .theme h1 {
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }

    .index_environment .content .boxlist .top {
        margin-bottom: 30px;
    }

    .index_environment .content .boxlist .top .theme p {
        font-size: 16px;
    }

    .index_environment .content .boxlist .top .more {
        width: 100px;
        height: 34px;
    }

    .index_environment .content .boxlist .top .more a {
        padding: 0px 10px;
    }

    .index_environment .content .boxlist .top .more:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }

    .index_environment {
        padding-top: 60px;
    }

    .index_environment .content .boxlist .top ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .index_environment .content .boxlist .bottom .content_box .swiper .swiper-wrapper .swiper-slide .list .list_txt a p {
        font-size: 12px;
        line-height: 24px;
    }
}

/* 解决方案 */
.index_solutions {
    padding-top: 150px;
}

.index_solutions .content {
    width: 83.3%;
    margin: 0 auto;
}

.index_solutions .content .boxlist {
    width: 100%;
}

.index_solutions .content .boxlist .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.index_solutions .content .boxlist .top .theme {}

.index_solutions .content .boxlist .top .theme h1 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.index_solutions .content .boxlist .top .theme p {
    font-size: 26px;
    line-height: 30px;
    font-weight: lighter;
    color: #333333;
}

.index_solutions .content .boxlist .top .more {
    width: 150px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    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_solutions .content .boxlist .top .more a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.index_solutions .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    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_solutions .content .boxlist .top .more a img {
    width: 16px;
    height: 10px;
    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_solutions .content .boxlist .top .more:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

.index_solutions .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_solutions .content .boxlist .top .more:hover a img {
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_solutions .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_solutions .content .boxlist .bottom .left {
    width: 71.25%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_solutions .content .boxlist .bottom .left .list {
    width: 49.12%;
    position: relative;
    margin-bottom: 1.76%;
}

.index_solutions .content .boxlist .bottom .left .list .list_img {
    width: 100%;
}

.index_solutions .content .boxlist .bottom .left .list .list_img .img {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.index_solutions .content .boxlist .bottom .left .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_solutions .content .boxlist .bottom .left .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.index_solutions .content .boxlist .bottom .left .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_solutions .content .boxlist .bottom .left .list .list_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6%;
    display: inline-block;
}

.index_solutions .content .boxlist .bottom .left .list .list_txt .theme {
    display: inline-block;
}

.index_solutions .content .boxlist .bottom .left .list .list_txt .theme h1 {
    font-weight: normal;
}

.index_solutions .content .boxlist .bottom .left .list .list_txt .theme h1 a {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_solutions .content .boxlist .bottom .left .list .list_txt .theme p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_solutions .content .boxlist .bottom .right {
    width: 27.5%;
}

.index_solutions .content .boxlist .bottom .right .list {
    position: relative;
}

.index_solutions .content .boxlist .bottom .right .list .list_img {
    width: 100%;
}

.index_solutions .content .boxlist .bottom .right .list .list_img .img {
    width: 100%;
    padding-bottom: 147.72%;
    overflow: hidden;
    position: relative;
}

.index_solutions .content .boxlist .bottom .right .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_solutions .content .boxlist .bottom .right .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_solutions .content .boxlist .bottom .right .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_solutions .content .boxlist .bottom .right .list .list_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6%;
    display: inline-block;
}

.index_solutions .content .boxlist .bottom .right .list .list_txt .theme {
    width: 100%;
    display: inline-block;
}

.index_solutions .content .boxlist .bottom .right .list .list_txt .theme h1 {
    font-weight: normal;
}

.index_solutions .content .boxlist .bottom .right .list .list_txt .theme h1 a {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_solutions .content .boxlist .bottom .right .list .list_txt .theme p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width:1600px) {
    .index_solutions .content .boxlist .top .theme h1{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .index_solutions .content .boxlist .top .theme p{
        font-size: 22px;
    }
    .index_solutions .content .boxlist .bottom .left .list .list_txt .theme h1 a {
        font-size: 18px;
        line-height: 24px;
    }
    .index_solutions .content .boxlist .bottom .right .list .list_txt .theme h1 a {
        font-size: 18px;
        line-height: 24px;
    }
    .index_solutions .content .boxlist .bottom .left .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
    }
    .index_solutions .content .boxlist .bottom .right .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
    }
    .index_solutions .content .boxlist .bottom .left .list .list_txt{
        padding: 4%;
    }
    .index_solutions .content .boxlist .bottom .right .list .list_txt{
        padding: 4%;
    }
}
@media (max-width:1200px) {
    .index_solutions {
        padding-top: 100px;
    }
    .index_solutions .content{
        width: 95%;
    }
    .index_solutions .content .boxlist .top .theme h1{
        font-size: 24px;
    }
    .index_solutions .content .boxlist .top .theme p{
        font-size: 18px;
    }
    .index_solutions .content .boxlist .bottom .left .list .list_txt .theme h1 a {
        font-size: 16px;
    }
    .index_solutions .content .boxlist .bottom .right .list .list_txt .theme h1 a {
        font-size: 16px;
    }
    .index_solutions .content .boxlist .bottom .left .list .list_txt .theme p {
        font-size: 13px;
    }
    .index_solutions .content .boxlist .bottom .right .list .list_txt .theme p {
        font-size: 13px;
    }
    .index_solutions .content .boxlist .top .more{
        width: 120px;
        height: 40px;
    }
    .index_solutions .content .boxlist .top .more a {
        padding: 0px 10px;
    }
    .index_solutions .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
    }
}
@media (max-width:760px) {
    .index_solutions .content .boxlist .bottom{
        flex-wrap: wrap;
    }
    .index_solutions .content .boxlist .bottom .left{
        width: 100%;
    }
    .index_solutions .content .boxlist .bottom .right{
        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width:550px) {
    .index_solutions .content .boxlist .bottom .right{
        width: 100%;
        margin: 0 auto;
    }
    .index_solutions .content .boxlist .bottom .left .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .index_solutions .content .boxlist .top .theme h1{
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .index_solutions .content .boxlist .top .theme p{
        font-size: 16px;
    }
    .index_solutions .content .boxlist .top .more{
        width: 100px;
        height: 34px;
    }
    .index_solutions .content .boxlist .top .more a {
        padding: 0px 5px;
    }
    .index_solutions .content .boxlist .top{
        margin-bottom: 30px;
    }
    .index_solutions .content .boxlist .top .more:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }
}

/* 新闻资讯 */
.index_news {
    padding: 150px 0;
}

.index_news .content {
    width: 83.3%;
    margin: 0 auto;
}

.index_news .content .boxlist {
    width: 100%;
}

.index_news .content .boxlist .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.index_news .content .boxlist .top .theme {}

.index_news .content .boxlist .top .theme h1 {
    font-size: 40px;
    line-height: 30px;
    font-weight: bold;
    color: #eaeaea;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.index_news .content .boxlist .top .theme p {
    font-size: 26px;
    line-height: 30px;
    font-weight: lighter;
    color: #333333;
}

.index_news .content .boxlist .top .more {
    width: 150px;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    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 .top .more a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.index_news .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    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 .top .more a img {
    width: 16px;
    height: 10px;
    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 .top .more:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

.index_news .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_news .content .boxlist .top .more:hover a img {
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

.index_news .content .boxlist .bottom {
    width: 100%;
}

.index_news .content .boxlist .bottom .swiper{
    width: 100%;
    padding-bottom: 50px;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper{
    width: 100%;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide{
    width: 100%;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list{
    width: 100%;
    padding: 50px 40px;
    background-color: #f8f8f8;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time{
    margin-bottom: 20px;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time h1{
    font-size: 44px;
    line-height: 30px;
    font-weight: lighter;
    color: #999999;
    margin-bottom: 10px;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time p{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    padding-bottom: 66.6%;
    overflow: hidden;
    position: relative;
}
.index_news .content .boxlist .bottom .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_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img{
    transform: scale(1.1);
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt{
    width: 100%;
    margin-top: 20px;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1{
    font-weight: normal;
    margin-bottom: 10px;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a{
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt h1 a{
    color: #c81d1d;
}

.index_news .content .boxlist .bottom .swiper .swiper-button-next{
    display: none;
}
.index_news .content .boxlist .bottom .swiper .swiper-button-prev{
    display: none;
}
.index_news .content .boxlist .bottom .swiper .swiper-pagination{
    top: auto;
    position: absolute;
    left: 0%;
    bottom: 3px;
    height: 2px;
    width: 100%;
}
.index_news .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-progressbar-fill{
    background: #c81d1d;
}

@media (max-width:1600px) {
    .index_news .content .boxlist .top .theme h1{
        font-size: 30px;
        letter-spacing: 2px;
    }
    .index_news .content .boxlist .top .theme p{
        font-size: 22px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time h1{
        font-size: 34px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list{
        padding: 40px 30px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a{
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width:1200px) {
    .index_news {
        padding: 100px 0;
    }
    .index_news .content{
        width: 95%;
    }
    .index_news .content .boxlist .top .theme h1{
        font-size: 24px;
    }
    .index_news .content .boxlist .top .theme p{
        font-size: 18px;
    }
    .index_news .content .boxlist .top .more{
        width: 120px;
        height: 40px;
    }
    .index_news .content .boxlist .top .more a {
        padding: 0px 10px;
    }
    .index_news .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time h1 {
        font-size: 30px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time p {
        font-size: 13px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 16px;
        line-height: 24px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
        padding: 30px 20px;
    }
}
@media (max-width:760px) {

}
@media (max-width:550px) {
    .index_news .content .boxlist .top .theme h1{
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .index_news .content .boxlist .top .theme p{
        font-size: 16px;
    }
    .index_news .content .boxlist .top .more{
        width: 100px;
        height: 34px;
    }
    .index_news .content .boxlist .top .more a {
        padding: 0px 5px;
    }
    .index_news .content .boxlist .top{
        margin-bottom: 30px;
    }
    .index_news .content .boxlist .top .more:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
        padding: 20px 10px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time h1 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time p {
        font-size: 12px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .time {
        margin-bottom: 10px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 a {
        font-size: 14px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        margin-top: 10px;
    }
    .index_news .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .index_news {
        padding: 60px 0;
    }
}

/* 免费试用 */
.index_free{
    background: url(../images/index_free_background.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.index_free .content {
    width: 83.3%;
    margin: 0 auto;
}

.index_free .content .boxlist {
    width: 100%;
    padding: 0 5%;
}

.index_free .content .boxlist .top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_free .content .boxlist .top .theme {}

.index_free .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 28px;
    color: #eaeaea;
    margin-bottom: 30px;
    font-weight: normal;
}

.index_free .content .boxlist .top .theme p {
    font-size: 22px;
    line-height: 28px;
    font-weight: lighter;
    color: #ffffff;
}

.index_free .content .boxlist .top .more {
    width: 200px;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    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_free .content .boxlist .top .more a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.index_free .content .boxlist .top .more a span {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    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_free .content .boxlist .top .more a img {
    width: 16px;
    height: 10px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    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_free .content .boxlist .top .more:hover {
    background-color: #f2201f;
    box-shadow: 15px 15px 45px rgba(242, 32, 31, .2);
    border: 1px solid transparent;
}

.index_free .content .boxlist .top .more:hover a span {
    color: #ffffff;
}

.index_free .content .boxlist .top .more:hover a img {
    filter: brightness(8);
    -webkit-filter: brightness(8);
}

@media (max-width:1600px) {
    .index_free .content .boxlist .top .theme h1{
        font-size: 24px;
    }
    .index_free .content .boxlist .top .theme p{
        font-size: 20px;
    }
}
@media (max-width:1200px) {
    .index_free {
        padding: 100px 0;
    }
    .index_free .content{
        width: 95%;
    }
    .index_free .content .boxlist .top .theme h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .index_free .content .boxlist .top .theme p{
        font-size: 18px;
    }
    .index_free .content .boxlist .top .more{
        width: 150px;
        height: 50px;
    }
    .index_free .content .boxlist .top .more a {
        padding: 0px 25px;
    }
    .index_free .content .boxlist .top .more a span {
        font-size: 12px;
        line-height: 24px;
    }
    .index_free .content .boxlist{
        padding: 0;
    }
}
@media (max-width:760px) {
    .index_free .content .boxlist .top{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .index_free .content .boxlist .top .theme{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width:550px) {
    .index_free .content .boxlist .top .theme h1{
        font-size: 16px;
        margin-bottom: 0;
    }
    .index_free .content .boxlist .top .theme p{
        font-size: 14px;
    }
    .index_free .content .boxlist .top .more{
        width: 120px;
        height: 40px;
    }
    .index_free .content .boxlist .top .more a {
        padding: 0px 15px;
    }
    .index_free .content .boxlist .top .more:hover {
        box-shadow: 10px 10px 20px rgba(242, 32, 31, .2);
    }
    .index_free {
        padding: 60px 0;
    }
}