﻿.part_one .swiper {
    position: relative;
}

.part_one .swiper 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%);
    z-index: 10;
}

.part_one .swiper .swiper-wrapper .swiper-slide a video {
    width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide a video source {
    width: 100%;
}

.part_one .swiper .swiper-wrapper .swiper-slide .more {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.part_one .swiper .swiper-wrapper .swiper-slide .more a {
    width: 260px;
    height: 74px;
    line-height: 62px;
    text-align: center;
    border: 2px solid #ad0000;
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px;
    color: #ffffff;
    font-size: 30px;
    margin: 0 1.5%;
}

@media (max-width: 760px) {
    .part_one .swiper .swiper-wrapper .swiper-slide a video.one {
        display: none;
    }
}

@media (max-width: 1200px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .more a {
        width: 200px;
        height: 50px;
        line-height: 46px;
        font-size: 22px;
    }
}

@media (max-width: 800px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .more a {
        width: 140px;
        height: 35px;
        line-height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 800px) {
    .part_one .swiper .swiper-wrapper .swiper-slide .more a {
        width: 110px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
    }
}

/* 数字化显示 */
.index_digitization {
    padding-top: 30px;
}

.index_digitization .content {
    width: 89.5%;
    margin: 0 auto;
}

.index_digitization .content .boxlist {
    background-color: #eeeeee;
    padding: 3.5%;
}

.index_digitization .content .boxlist .top {
    width: 100%;
}

.index_digitization .content .boxlist .top {
    width: 100%;
}

.index_digitization .content .boxlist .top .top_title {
    width: 100%;
    margin-bottom: 40px;
}

.index_digitization .content .boxlist .top .top_title .theme {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.index_digitization .content .boxlist .top .top_title .theme h1 {
    font-size: 36px;
    color: #555555;
    font-weight: normal;
    line-height: 48px;
    margin-right: 15px;
}

.index_digitization .content .boxlist .top .top_title .theme p {
    font-size: 18px;
    color: #999999;
text-transform: uppercase;
}

.index_digitization .content .boxlist .top .top_title .theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 110px;
    height: 2px;
    background-color: #ad0000;
}

.index_digitization .content .boxlist .top .top_content {
    width: 100%;
}

.index_digitization .content .boxlist .top .top_content .content_one {
    width: 100%;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list {
    display: none;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list.active {
    display: block;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list {
    display: flex;
    justify-content: space-between;
    padding: 2% 10%;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_img {
    width: 45%;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_img .img {
    width: 100%;
    padding-bottom: 78.9%;
    overflow: hidden;
    position: relative;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_img .img a img {
    width: 100%;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme {
    margin-bottom: 40px;
    text-align: center;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme .img {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: url(../images/index_digitization_icon10_back.png) no-repeat;
    background-size: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme .img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme .img img:nth-child(1) {
    margin-bottom: 10px;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme .img:hover img:nth-child(1) {
    margin-top: -86px;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme .img:hover {
    background-color: #ad0000;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme h1 {
    color: #333333;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
    position: relative;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .theme h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 1px;
    background-color: #b5b5b5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .info {
    text-align: center;
    margin-bottom: 60px;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .info h1 {
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .info p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .more a {
    width: 140px;
    height: 36px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    background: linear-gradient(125deg, #f73333 40%, #ad0000);
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .more a img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.index_digitization .content .boxlist .top .top_content .content_one .content_list .list .list_txt .more a span {
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
    color: #ffffff;
}

.index_digitization .content .boxlist .bottom {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.index_digitization .content .boxlist .bottom .bottom_nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    padding: 1.5% 8%;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one:nth-child(1) {
    width: 30%;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one {
    width: 22%;
    display: flex;
    justify-content: center;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a {
    width: 28%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 2px;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 35%;
    background-color: #dfdfdf;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60%;
    background-color: #dfdfdf;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a .img {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a p {
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a p span {
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    text-align: center;
}

.index_digitization .content .boxlist .bottom .bottom_nav .nav_one a.active span {
    color: #ad0000;
}

.index_digitization .content .boxlist .bottom ul {
    background-color: #ad0000;
    display: flex;
    justify-content: space-between;
    padding: 25px 8%;
}

.index_digitization .content .boxlist .bottom ul li:nth-child(1) {
    width: 30%;
}

.index_digitization .content .boxlist .bottom ul li {
    width: 22%;
    text-align: center;
}

.index_digitization .content .boxlist .bottom ul li a {
    font-size: 20px;
    font-weight: 500;
    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_digitization .content .boxlist .bottom ul li a:hover {
    color: #999999;
}

.index_digitization .content .boxlist .yd_content {
    width: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper {
    width: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper {
    width: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list {
    display: flex;
    justify-content: space-between;
    padding: 4% 10%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 45%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 78.9%;
    overflow: hidden;
    position: relative;
}

.index_digitization .content .boxlist .yd_content .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_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    margin-bottom: 40px;
    text-align: center;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    overflow: hidden;
    background: url(../images/index_digitization_icon10_back.png) no-repeat;
    background-size: 100%;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt:hover .theme .img img {}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img img:nth-child(1) {
    margin-bottom: 10px;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img:hover {
    background-color: #ad0000;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img:hover img:nth-child(1) {
    margin-top: -86px;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    color: #333333;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
    position: relative;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 1px;
    background-color: #b5b5b5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info {
    text-align: center;
    margin-bottom: 60px;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info h1 {
    font-size: 20px;
    line-height: 40px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 10px;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a {
    width: 140px;
    height: 36px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    background: linear-gradient(125deg, #f73333 40%, #ad0000);
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a img {
    width: 20px;
    height: 15px;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-button-next {
    display: none;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-button-prev {
    display: none;
}

.index_digitization .content .boxlist .yd_content .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1800px) {
    .index_digitization .content .boxlist .bottom .bottom_nav {
        padding: 1.5% 4%;
    }

    .index_digitization .content .boxlist .bottom ul {
        padding: 20px 4%;
    }
}

@media (max-width: 1600px) {
    .index_digitization .content .boxlist .bottom .bottom_nav {
        padding: 1.5% 2%;
    }

    .index_digitization .content .boxlist .bottom ul {
        padding: 10px 2%;
    }

    .index_digitization .content .boxlist .bottom ul li a {
        font-size: 16px;
    }

    .index_digitization .content .boxlist .top .top_title .theme h1 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) {
    .index_digitization .content .boxlist .top {
        display: block;
    }

    .index_digitization .content .boxlist .bottom {
        display: block;
    }

    .index_digitization .content .boxlist .yd_content {
        display: none;
    }
}

@media (max-width: 1200px) {
    .index_digitization .content .boxlist .top {
        display: none;
    }

    .index_digitization .content .boxlist .bottom {
        display: none;
    }

    .index_digitization .content .boxlist .yd_content {
        display: block;
    }

    .index_digitization .content {
        width: 95%;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
        width: 50%;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 16px;
        line-height: 34px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 13px;
        line-height: 24px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img {
        width: 60px;
        height: 60px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        margin-bottom: 30px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1::after {
        bottom: -5px;
        width: 60px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info {
        margin-bottom: 40px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a {
        width: 140px;
        height: 38px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list {
        padding: 2% 6%;
    }
}

@media (max-width: 760px) {
    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list {
        flex-wrap: wrap;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
        width: 100%;
        margin-bottom: 40px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list {
        padding: 20px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info h1 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 14px;
        line-height: 30px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 12px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        margin-bottom: 20px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info {
        margin-bottom: 30px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a img {
        width: 12px;
        height: 12px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .more a {
        width: 120px;
        height: 32px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme .img {
        width: 46px;
        height: 46px;
    }

    .index_digitization .content .boxlist .yd_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
        margin-bottom: 30px;
    }
}

/* 可视化软件 */
.index_visualization {
    padding-top: 80px;
}

.index_visualization .content {
    width: 89.5%;
    margin: 0 auto;
}

.index_visualization .content .boxlist {
    width: 100%;
}

.index_visualization .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_visualization .content .boxlist .top .theme {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.index_visualization .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    margin-right: 15px;
}

.index_visualization .content .boxlist .top .theme p {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.index_visualization .content .boxlist .top .theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 110px;
    height: 2px;
    background-color: #ad0000;
}

.index_visualization .content .boxlist .bottom {
    width: 100%;
}

.index_visualization .content .boxlist .swiper {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 52%;
    overflow: hidden;
}

.index_visualization .content .boxlist .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_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    position: absolute;
    right: 5.25%;
    bottom: 10%;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a {
    display: flex;
    align-items: center;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme {
    margin-right: 10px;
    text-align: center;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme p {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid #b5d4ed;
}

.index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img img {
    width: 100%;
}

.index_visualization .content .boxlist .swiper .swiper-button-next {
    display: none;
}

.index_visualization .content .boxlist .swiper .swiper-button-prev {
    display: none;
}

.index_visualization .content .boxlist .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .index_visualization .content .boxlist .top .theme h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

@media (max-width: 1200px) {
    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme p {
        font-size: 13px;
    }

    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img {
        width: 66px;
        height: 66px;
    }

    .index_visualization .content .boxlist .top .theme h1 {
        font-size: 24px;
    }

    .index_visualization .content .boxlist .top .theme::after {
        width: 70px;
    }

    .index_visualization .content {
        width: 95%;
    }
}

@media (max-width: 1000px) {
    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme h1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme p {
        font-size: 12px;
    }
}

@media (max-width: 760px) {
    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .theme h1 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .index_visualization .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt a .img {
        width: 50px;
        height: 50px;
    }

    .index_visualization .content .boxlist .top .theme h1 {
        font-size: 18px;
    }

    .index_visualization .content .boxlist .top .theme p {
        font-size: 14px;
    }

    .index_visualization .content .boxlist .top {
        margin-bottom: 40px;
    }
}

/* KVM智控 */
.index_intelligent_control {
    padding-top: 40px;
}

.index_intelligent_control .content {
    width: 89.5%;
    margin: 0 auto;
}

.index_intelligent_control .content .boxlist {
    width: 100%;
}

.index_intelligent_control .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_intelligent_control .content .boxlist .top .theme {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.index_intelligent_control .content .boxlist .top .theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 110px;
    height: 2px;
    background-color: #ad0000;
}

.index_intelligent_control .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    margin-right: 15px;
}

.index_intelligent_control .content .boxlist .top .theme p {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.index_intelligent_control .content .boxlist .bottom {
    width: 100%;
    position: relative;
}

.index_intelligent_control .content .boxlist .bottom .content_box {
    position: relative;
    width: 100%;
    padding-bottom: 46.5%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.index_intelligent_control .content .boxlist .bottom .content_box.active {
    display: none;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one .list {
    width: 100%;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one .list .list_img {
    width: 100%;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one .list .list_img .img {
    width: 100%;
    padding-bottom: 46.5%;
    position: relative;
    overflow: hidden;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_intelligent_control .content .boxlist .bottom .content_box .content_one .list .list_img .img a img {
    width: 100%;
}

.index_intelligent_control .content .boxlist .bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 2%;
    bottom: 2%;
    width: 96%;
    background-color: #cbcbcb;
    padding: 10px 15%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.index_intelligent_control .content .boxlist .bottom ul li {}

.index_intelligent_control .content .boxlist .bottom ul li a {
    display: flex;
    align-items: center;
}

.index_intelligent_control .content .boxlist .bottom ul li a img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}

.index_intelligent_control .content .boxlist .bottom ul li a span {
    font-size: 18px;
    color: #ffffff;
    margin-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_intelligent_control .content .boxlist .bottom ul li.active a img {
    filter: brightness(100%) invert(0%);
    -webkit-filter: brightness(100%) invert(0%);
}

.index_intelligent_control .content .boxlist .bottom ul li.active a span {
    color: #ad0000;
}

@media (max-width: 1600px) {
    .index_intelligent_control .content .boxlist .bottom ul {
        padding: 10px 10%;
    }

    .index_intelligent_control .content .boxlist .top .theme h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .index_intelligent_control .content .boxlist .bottom ul li a span {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .index_intelligent_control .content {
        width: 95%;
    }

    .index_intelligent_control .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .index_intelligent_control .content .boxlist .top .theme::after {
        bottom: -10px;
        width: 70px;
    }

    .index_intelligent_control .content .boxlist .bottom ul {
        padding: 10px 5%;
    }

    .index_intelligent_control .content .boxlist .bottom ul li a span {
        font-size: 14px;
        margin-left: 10px;
    }

    .index_intelligent_control .content .boxlist .bottom ul li a img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 800px) {
    .index_intelligent_control .content .boxlist .bottom ul {
        position: initial;
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    	overflow-x: scroll;	
	user-select: none;
    }

    .index_intelligent_control .content .boxlist .bottom ul li {
        width: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 5px;
    }
}

@media (max-width: 550px) {
    .index_intelligent_control .content .boxlist .bottom ul li a img {
        width: 26px;
        height: 26px;
    }

    .index_intelligent_control .content .boxlist .bottom ul li a span {
        font-size: 12px;
        margin-left: 6px;
    }

    .index_intelligent_control .content .boxlist .top .theme h1 {
        font-size: 18px;
    }

    .index_intelligent_control .content .boxlist .top .theme p {
        font-size: 16px;
    }

    .index_intelligent_control .content .boxlist .top {
        width: 100%;
        margin-bottom: 40px;
    }

    .index_intelligent_control .content .boxlist .bottom ul {
        margin-top: 10px;
    }
}

/* 一站式解决方案 */
.index_solution {
    padding-top: 80px;
}

.index_solution .content {
    width: 89.5%;
    margin: 0 auto;
}

.index_solution .content .boxlist {
    width: 100%;
}

.index_solution .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.index_solution .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.index_solution .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.index_solution .content .boxlist .top .theme p {
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    text-transform: uppercase;
}

.index_solution .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_solution .content .boxlist .bottom .list {
    width: 27.9%;
}

.index_solution .content .boxlist .bottom .list .list_txt {
    width: 100%;
    margin-bottom: 40px;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme {
    width: 100%;
    border-bottom: 2px solid #aaaaaa;
    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_solution .content .boxlist .bottom .list:hover .list_txt .theme {
    border-bottom: 2px solid #ad0000;
}
.index_solution .content .boxlist .bottom .list .list_txt .theme .img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    background: url(../images/index_digitization_icon10_back.png) no-repeat;
    background-size: 100%;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme .img img:nth-child(1) {
    margin-bottom: 10px;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme .img img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme .img:hover {
    background-color: #ad0000;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme .img:hover img:nth-child(1) {
    margin-top: -150px;
}

.index_solution .content .boxlist .bottom .list .list_txt .theme h1 {
    font-size: 24px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    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_solution .content .boxlist .bottom .list:hover .list_txt .theme h1 {
    color: #ad0000;
}

.index_solution .content .boxlist .bottom .list .list_txt .info {
    width: 100%;
    padding: 4% 14%;
    text-align: center;
}

.index_solution .content .boxlist .bottom .list .list_txt .info p {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_solution .content .boxlist .bottom .list .list_img {
    width: 100%;
}

.index_solution .content .boxlist .bottom .list .list_img .img_play {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}

.index_solution .content .boxlist .bottom .list .list_img .img_play .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_solution .content .boxlist .bottom .list .list_img .img_play .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_solution .content .boxlist .bottom .list .list_img:hover .img_play .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_solution .content .boxlist .bottom .list .list_img .img_play .play {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.index_solution .content .boxlist .bottom .list .list_img .img_play .play img {
    width: 100%;
}

/* 视频弹框 */
.solution_mask {
    width: 100%;
}

.solution_mask .solution_video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution_mask .solution_video .video {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.solution_mask .solution_video .video video {
    width: 100%;
}

.solution_mask .solution_video .video video source {
    width: 100%;
}

.solution_mask .solution_video .video p {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 40px;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .index_solution .content .boxlist .top .theme h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .theme .img {
        width: 110px;
        height: 110px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .theme h1 {
        font-size: 22px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .info {
        padding: 4%;
    }
}

@media (max-width: 1200px) {
    .index_solution .content {
        width: 95%;
    }

    .index_solution .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .theme .img {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .theme h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .index_solution .content .boxlist .bottom .list .list_img .img_play .play {
        width: 56px;
        height: 56px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt {
        margin-bottom: 20px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .info p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .index_solution .content .boxlist .bottom .list {
        width: 31.25%;
    }
}

@media (max-width: 760px) {
    .index_solution .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .index_solution .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 40px;
    }

    .index_solution .content .boxlist .top {
        margin-bottom: 40px;
    }
.index_solution .content .boxlist .top .theme h1{
font-size: 18px;
}
.index_solution .content .boxlist .top .theme p {
        font-size: 14px;
        line-height: 24px;

    }
}

@media (max-width: 550px) {
    .index_solution .content .boxlist .bottom .list .list_txt .theme .img {
        width: 70px;
        height: 70px;
        margin-bottom: 5px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .info p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .theme h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index_solution .content .boxlist .bottom .list .list_txt .info {
        padding: 3%;
    }

    .index_solution .content .boxlist .bottom .list .list_txt {
        margin-bottom: 10px;
    }


    .index_solution .content .boxlist .bottom .list .list_img .img_play .play {
        width: 36px;
        height: 36px;
    }
}


/* 经典案例 */
.index_classic_cases {
    padding-top: 90px;
    position: relative;
}

.index_classic_cases .content {
    width: 89.5%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.index_classic_cases .content .boxlist {
    width: 100%;
}

.index_classic_cases .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_classic_cases .content .boxlist .top .theme {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.index_classic_cases .content .boxlist .top .theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 110px;
    height: 2px;
    background-color: #ad0000;
}

.index_classic_cases .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.index_classic_cases .content .boxlist .top .theme p {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.index_classic_cases .content .boxlist .top .more a {
    width: 190px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    background: linear-gradient(125deg, #f73333 40%, #ad0000);
}

.index_classic_cases .content .boxlist .top .more a img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.index_classic_cases .content .boxlist .top .more a span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.index_classic_cases .content .boxlist .bottom {
    width: 100%;
}

.index_classic_cases .content .boxlist .bottom .bottom_content {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}

.index_classic_cases .index_classic_cases_bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.index_classic_cases .index_classic_cases_bottom canvas {
    width: 100%;
    width: 100%;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box {
    width: 100%;
    display: none;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box.active {
    display: block;
    z-index: 10;
    position: relative;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
    width: 360px;
    height: 700px;
    box-shadow: 11px 11px 21px 8px rgba(0, 0, 0, .05);
    background-color: #fff;
    overflow-y: auto;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: transparent;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 8px solid rgba(173, 0, 0, 0);
    box-shadow: 2px 0 0 #ad0000 inset;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul {
    width: 100%;
    height: 100%;
    user-select: none;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
    width: 100%;
    padding: 20px 25px;
    background-color: transparent;
    cursor: pointer;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li.active {
    background-color: #ad0000;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a {
    display: flex;
    align-items: center;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a span {
    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_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li.active a span {
    color: rgba(255, 255, 255, 1);
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a img {
    margin-left: 15px;
    width: 16px;
    height: 16px;
    opacity: 0;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li.active a img {
    opacity: 1;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two {
    width: calc(100% - 380px);
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list {
    width: 100%;
    display: none;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list.active {
    display: block;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt {
    width: 30%;
    border-top: 2px solid #ad0000;
    padding: 1.5% 3%;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme {
    width: 100%;
    margin-bottom: 90px;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
    color: #cecece;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 {
    font-weight: bold;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
    font-size: 30px;
    line-height: 48px;
    color: #ad0000;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info {
    width: 100%;
    margin-bottom: 80px;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more {
    width: 100%;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a span {
    color: #ad0000;
    font-size: 16px;
    line-height: 24px;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a img {
    width: 16px;
    height: 16px;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_img {
    width: 69%;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_img .img {
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_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_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_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_classic_cases .content .boxlist .bottom .bottom_nav_one {
    width: 100%;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li {
    position: relative;
}
.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li:nth-child(1){
    display:none;
}
.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li::after {
    content: "";
    width: 12px;
    height: 8px;
    position: absolute;
    top: -10px;
    left: 50%;
    background: url(../images/index_classic_cases_upward_icon.png) no-repeat;
    background-size: 100%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    opacity: 0;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li.active::after {
    opacity: 1;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a img {
    width: 44px;
    height: 44px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
    margin-bottom: 10px;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li.active a img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a span {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li.active a span {
    color: #ad0000;
}

@media (max-width: 1800px) {
    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
        font-size: 30px;
        line-height: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
        font-size: 30px;
        line-height: 40px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme {
        margin-bottom: 70px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info p {
        font-size: 15px;
        line-height: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info {
        margin-bottom: 60px;
    }
}

@media (max-width: 1600px) {
    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
        font-size: 26px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
        font-size: 26px;
        line-height: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme {
        margin-bottom: 50px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info p {
        font-size: 14px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info {
        margin-bottom: 40px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a span {
        font-size: 16px;
        line-height: 26px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        padding: 15px 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        width: 300px;
        height: 510px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two {
        width: calc(100% - 320px);
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a span {
        font-size: 16px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a span {
        font-size: 14px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a {
        width: 100px;
    }

    .index_classic_cases .content .boxlist .top .theme h1 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width: 1400px) {
    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt {
        padding: 10px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
        font-size: 22px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
        font-size: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        padding: 10px 15px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        height: 420px;
    }
}

@media (max-width: 1200px) {
    .index_classic_cases .content {
        width: 95%;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        height: 400px;
    }

    .index_classic_cases .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a span {
        font-size: 14px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a img {
        width: 34px;
        height: 34px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li::after {
        width: 10px;
        height: 6px;
        top: -5px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a span {
        font-size: 14px;
        line-height: 24px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a img {
        margin-left: 10px;
        width: 12px;
        height: 12px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        padding: 10px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        width: 240px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two {
        width: calc(100% - 255px);
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme {
        margin-bottom: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info {
        margin-bottom: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info p {
        font-size: 13px;
        line-height: 24px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a span {
        font-size: 13px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a img {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 1000px) {
    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        height: 45px;
    }
    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list {
        flex-wrap: wrap;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul {
        display: flex;
        cursor: move;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        white-space: nowrap;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two {
        width: 100%;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two::-webkit-scrollbar {
        display: none;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        width: auto;
        margin-right: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li:last-child {
        margin-right: 0;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a img {
        display: none;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li {
        width: auto;
        margin-right: 20px;
        white-space: nowrap;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li:last-child {
        margin-right: 0;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul {
        justify-content: flex-start;
        cursor: move;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one {
        padding-top: 20px;
        overflow-x: scroll;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 760px) {
    .index_classic_cases {
        padding-top: 30px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a span {
        font-size: 13px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two {
        flex-wrap: wrap;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt {
        width: 100%;
        border-top: 0px solid #000000;
        margin-bottom: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_img {
        width: 100%;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content {
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
.index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two {
    height: 35px;
}
    .index_classic_cases .content .boxlist .top .theme p {
        font-size: 16px;
    }

    .index_classic_cases .content .boxlist .top .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .index_classic_cases .content .boxlist .top .more a span {
        font-size: 12px;
    }

    .index_classic_cases .content .boxlist .top .more a img {
        width: 15px;
        height: 11px;
    }

    .index_classic_cases .content .boxlist .top .more a {
        width: 160px;
        height: 30px;
        padding: 0px 14px;
    }

    .index_classic_cases {
        padding-top: 10px;
    }

    .index_classic_cases .content .boxlist .top {
        margin-bottom: 40px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li a span {
        font-size: 12px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .left_nav_two ul li {
        padding: 5px;
        margin-right: 10px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme h1 a {
        font-size: 14px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .theme {
        margin-bottom: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .info p {
        font-size: 12px;
        line-height: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a span {
        font-size: 12px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a img {
        width: 10px;
        height: 10px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content .content_box .content_list .right_content_two .right_content_list .right_content_list_two .content_list_txt .more a {
        width: 70px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_content {
        margin-bottom: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a span {
        font-size: 12px;
        line-height: 20px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li a img {
        width: 26px;
        height: 26px;
        margin-bottom: 5px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one ul li::after {
        width: 7px;
        height: 4px;
        top: -2px;
    }

    .index_classic_cases .content .boxlist .bottom .bottom_nav_one {
        padding-top: 10px;
    }
}

/* 新闻资讯 */
.index_news_information {
    padding: 80px 0 200px;
}

.index_news_information .content {
    width: 89.5%;
    margin: 0 auto;
}

.index_news_information .content .boxlist {
    width: 100%;
}

.index_news_information .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.index_news_information .content .boxlist .top .theme {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.index_news_information .content .boxlist .top .theme::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 110px;
    height: 2px;
    background-color: #ad0000;
}

.index_news_information .content .boxlist .top .theme h1 {
    font-size: 36px;
    color: #000000;
    font-weight: normal;
    line-height: 48px;
    margin-right: 15px;
}

.index_news_information .content .boxlist .top .theme p {
    font-size: 18px;
    color: #999999;
text-transform: uppercase;
}

.index_news_information .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.index_news_information .content .boxlist .bottom .list {
    width: 31.1%;
    box-shadow: 11px 11px 21px rgba(0, 0, 0, .05);
}

.index_news_information .content .boxlist .bottom .list .list_img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.index_news_information .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 59.8%;
    overflow: hidden;
    position: relative;
}

.index_news_information .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_information .content .boxlist .bottom .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_news_information .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_information .content .boxlist .bottom .list .list_txt {
    padding: 6%;
    border-bottom: 6px solid transparent;
    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_news_information .content .boxlist .bottom .list:hover .list_txt {
    border-bottom: 6px solid #ad0000;
}

.index_news_information .content .boxlist .bottom .list .list_txt .theme {
    width: 100%;
    margin-bottom: 25px;
}
.index_news_information .content .boxlist .bottom .list .list_txt .theme span{
    font-size: 16px;
    color: #bbbbbb;
    margin-bottom: 15px;
    display: inline-block;
}
.index_news_information .content .boxlist .bottom .list .list_txt .theme h1 {
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.index_news_information .content .boxlist .bottom .list .list_txt .theme h1 a {
    color: #000000;
    font-size: 22px;
    line-height: 34px;
    height: 68px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_news_information .content .boxlist .bottom .list:hover .list_txt .theme h1 a {
    color: #ad0000;
}

.index_news_information .content .boxlist .bottom .list .list_txt .theme p {
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
}

.index_news_information .content .boxlist .bottom .list .list_txt .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_news_information .content .boxlist .bottom .list .list_txt .more .time {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index_news_information .content .boxlist .bottom .list .list_txt .more .time p {
    font-size: 30px;
    color: #333333;
    line-height: 24px;
    margin-right: 15px;
}

.index_news_information .content .boxlist .bottom .list .list_txt .more .time span {
    font-size: 20px;
    color: #666666;
    line-height: 20px;
    letter-spacing: 2px;
}

.index_news_information .content .boxlist .bottom .list .list_txt .more a {
    display: flex;
    align-items: center;
}
.index_news_information .content .boxlist .bottom .list .list_txt .more a span{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-right: 15px;
}
.index_news_information .content .boxlist .bottom .list:hover .list_txt .more a span{
    color: #ad0000;
}
.index_news_information .content .boxlist .bottom .list .list_txt .more a img {
    width: 18px;
    height: 18px;
    filter: grayscale(100%) invert(50%);
    -webkit-filter: grayscale(100%) invert(50%);
    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_information .content .boxlist .bottom .list:hover .list_txt .more a img {
    filter: grayscale(0%) invert(0%);
    -webkit-filter: grayscale(0%) invert(0%);
}

.index_news_information .content .boxlist .box_more {
    display: flex;
    justify-content: center;
    align-content: center;
}

.index_news_information .content .boxlist .box_more a {
    width: 140px;
    height: 36px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 22px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    background: linear-gradient(125deg, #f73333 40%, #ad0000);
}

.index_news_information .content .boxlist .box_more a img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.index_news_information .content .boxlist .box_more a span {
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1600px) {
    .index_news_information .content .boxlist .top .theme h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
}

@media (max-width: 1200px) {
    .index_news_information .content {
        width: 95%;
    }

    .index_news_information .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 16px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more .time p {
        font-size: 24px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more .time span {
        font-size: 16px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more a span{
        font-size: 14px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more a img{
        width: 18px;
        height: 18px;
    }

    .index_news_information .content .boxlist .top .theme::after {
        width: 70px;
        bottom: -10px;
    }
    .index_news_information .content .boxlist .bottom .list .list_txt .theme span {
        font-size: 16px;
    }
    .index_news_information {
        padding: 60px 0 120px;
    }
}

@media (max-width: 760px) {
    .index_news_information .content .boxlist .bottom {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .index_news_information .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 40px;
    }
    .index_news_information .content .boxlist .bottom .list .list_txt {
        padding: 4%;
    }
    .index_news_information .content .boxlist .bottom .list:last-child{
        display: none;
    }
.index_news_information .content .boxlist .top .theme p {
        font-size: 16px;
    }
}

@media (max-width: 550px) {
    .index_news_information .content .boxlist .bottom .list {
        margin-bottom: 20px;
    }

    .index_news_information {
        padding: 50px 0 60px;
    }

    .index_news_information .content .boxlist .top .theme h1 {
        font-size: 20px;
    }

    

    .index_news_information .content .boxlist .top {
        margin-bottom: 40px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme h1 {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme h1::after {
        width: 40px;
        height: 1.5px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .theme {
        margin-bottom: 10px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more .time p {
        font-size: 20px;
        margin-right: 10px;
    }

    .index_news_information .content .boxlist .bottom .list .list_txt .more .time span {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .index_news_information .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 12px;
        margin-right: 10px;
    }
    .index_news_information .content .boxlist .bottom .list .list_txt .more a img {
        width: 12px;
        height: 12px;
    }
    .index_news_information .content .boxlist .bottom .list .list_txt .theme span {
        font-size: 12px;
    }
}

