﻿/* banner */
.banner {
    margin-top: 100px;
    width: 100%;
}

.banner>a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.banner>a>img {
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1200px) {
    .banner {
        margin-top: 60px;
    }
}

@media (max-width: 760px) {
    .banner>a>img {
        width: 200%;
        margin-left: -50%;
    }
}

/* 二级导航 */
.navigation {
    width: 100%;
    background-color: #f9f9f9;
}

.navigation .content {
    width: 89.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.navigation .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation .content .boxlist ul {
    display: flex;
    flex-wrap: wrap;
}

.navigation .content .boxlist ul li {
    width: 150px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: 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;
}

.navigation .content .boxlist ul .active {
    background-color: #ad0000;
}

.navigation .content .boxlist ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.navigation .content .boxlist ul .active a {
    color: #ffffff;
}

.navigation .content .boxlist ul li:hover {
    background-color: #ad0000;
}

.navigation .content .boxlist ul li:hover a {
    color: #ffffff;
}

.navigation .content .boxlist .crumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.navigation .content .boxlist .crumbs .img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

.navigation .content .boxlist .crumbs .img a {
    display: block;
}

.navigation .content .boxlist .crumbs .img a img {
    width: 100%;
    height: 100%;
}

.navigation .content .boxlist .crumbs p {
    margin-right: 40px;
    position: relative;
}

.navigation .content .boxlist .crumbs p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 4px;
    height: 9px;
    background: url(../images/navigation_crumbs_icon02.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navigation .content .boxlist .crumbs p:last-child {
    margin-right: 0;
}

.navigation .content .boxlist .crumbs p:last-child::after {
    display: none;
}

.navigation .content .boxlist .crumbs p a {
    font-size: 12px;
    color: #666666;
    font-weight: lighter;
}

.navigation .content .boxlist .crumbs p.active a {
    color: #ad0000;
}

.navigation .content .boxlist .crumbs p:hover a {
    color: #ad0000;
}

@media (max-width:1200px) {
    .navigation .content .boxlist .crumbs {
        display: none;
    }

    .navigation .content {
        width: 95%;
    }

    .navigation .content .boxlist ul {
        width: 100%;
    }

    .navigation .content .boxlist ul li a {
        font-size: 14px;
    }

    .navigation .content .boxlist ul li {
        width: 120px;
        height: 50px;
    }
}

@media (max-width:550px) {
    .navigation .content .boxlist ul li a {
        font-size: 12px;
    }

    .navigation .content .boxlist ul li {
        width: 80px;
        height: 34px;
    }

    .navigation .content ul li::after {
        width: 90%;
    }
}

/* 经典案例导航 */
.navigation.classic_case_nav {
    position: relative;
}

.navigation.classic_case_nav .content .boxlist {
    justify-content: right;
}

.navigation.classic_case_nav .content .boxlist ul {
    position: absolute;
    top: 100%;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f5f5f5;
    z-index: 100;
}

.navigation.classic_case_nav .content .boxlist ul li {
    width: 230px;
    height: 80px;
}

.navigation.classic_case_nav .content .boxlist ul li a span {
    color: #666666;
}

.navigation.classic_case_nav .content .boxlist ul li:hover a span {
    color: #ffffff;
}

.navigation.classic_case_nav .content .boxlist ul li.active a span {
    color: #ffffff;
}

.navigation.classic_case_nav .content .boxlist ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation.classic_case_nav .content .boxlist ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}

.navigation.classic_case_nav .content .boxlist ul .active a img {
    filter: grayscale(100%) invert(500%);
    -webkit-filter: grayscale(100%) invert(500%);
}

.navigation.classic_case_nav .content .boxlist ul li:hover a img {
    filter: grayscale(100%) invert(500%);
}

/* 新闻资讯 */
.news {
    padding: 60px 0 140px;
}

.news .content {
    width: 89.5%;
    margin: 0 auto;
}

.news .content .boxlist {
    width: 100%;
}

.news .content .boxlist .top {
    width: 100%;
    margin-bottom: 100px;
}

.news .content .boxlist .top .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 11px 11px 21px 8px rgba(0, 0, 0, .05);
}

.news .content .boxlist .top .list .list_img {
    width: 50%;
}

.news .content .boxlist .top .list .list_img .img {
    width: 100%;
    padding-bottom: 55.8%;
    overflow: hidden;
    position: relative;
}

.news .content .boxlist .top .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .content .boxlist .top .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);
}

.news .content .boxlist .top .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);
}

.news .content .boxlist .top .list .list_txt {
    width: 50%;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news .content .boxlist .top .list .list_txt .theme {
    width: 100%;
    margin-bottom: 80px;
}

.news .content .boxlist .top .list .list_txt .theme span {
    font-size: 20px;
    color: #bbbbbb;
    margin-bottom: 20px;
    display: inline-block;
}

.news .content .boxlist .top .list .list_txt .theme h1 {
    font-weight: 500;
    margin-bottom: 40px;
}

.news .content .boxlist .top .list .list_txt .theme h1 a {
    color: #000000;
    font-size: 24px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news .content .boxlist .top .list:hover .list_txt .theme h1 a {
    color: #ad0000;
}

.news .content .boxlist .top .list .list_txt .theme p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .content .boxlist .top .list .list_txt .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .content .boxlist .top .list .list_txt .more a {
    display: flex;
    align-items: center;
}

.news .content .boxlist .top .list .list_txt .more a span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-right: 15px;
}

.news .content .boxlist .top .list:hover .list_txt .more a span {
    color: #ad0000;
}

.news .content .boxlist .top .list .list_txt .more a img {
    width: 14px;
    height: 14px;
    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;
}

.news .content .boxlist .top .list:hover .list_txt .more a img {
    filter: grayscale(0%) invert(0%);
    -webkit-filter: grayscale(0%) invert(0%);
}

.news .content .boxlist .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.news .content .boxlist .bottom .list {
    width: 31.1%;
    box-shadow: 11px 11px 21px 8px rgba(0, 0, 0, .05);
    margin-right: 3.35%;
    margin-bottom: 4%;
}

.news .content .boxlist .bottom .list:nth-child(3n) {
    margin-right: 0;
}

.news .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;
}

.news .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 59.8%;
    overflow: hidden;
    position: relative;
}

.news .content .boxlist .bottom .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .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);
}

.news .content .boxlist .bottom .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .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);
}

.news .content .boxlist .bottom .list:hover .list_txt {
    border-bottom: 6px solid #ad0000;
}

.news .content .boxlist .bottom .list .list_txt .theme {
    width: 100%;
    margin-bottom: 25px;
}

.news .content .boxlist .bottom .list .list_txt .theme span {
    font-size: 18px;
    color: #bbbbbb;
    margin-bottom: 15px;
    display: inline-block;
}

.news .content .boxlist .bottom .list .list_txt .theme h1 {
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
}

.news .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;
}

.news .content .boxlist .bottom .list:hover .list_txt .theme h1 a {
    color: #ad0000;
}

.news .content .boxlist .bottom .list .list_txt .theme p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
    font-weight: lighter;
}

.news .content .boxlist .bottom .list .list_txt .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .content .boxlist .bottom .list .list_txt .more a {
    display: flex;
    align-items: center;
}

.news .content .boxlist .bottom .list .list_txt .more a span {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-right: 15px;
}

.news .content .boxlist .bottom .list:hover .list_txt .more a span {
    color: #ad0000;
}

.news .content .boxlist .bottom .list .list_txt .more a img {
    width: 14px;
    height: 14px;
    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;
}

.news .content .boxlist .bottom .list:hover .list_txt .more a img {
    filter: grayscale(0%) invert(0%);
    -webkit-filter: grayscale(0%) invert(0%);
}

@media (max-width: 1600px) {
    .news .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }

    .news .content .boxlist .top .list .list_txt .theme {
        margin-bottom: 60px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 a {
        font-size: 24px;
        line-height: 30px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 {
        margin-bottom: 30px;
    }

    .news .content .boxlist .top .list .list_txt .more a span {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .news .content {
        width: 95%;
    }

    .news .content .boxlist .top .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .news .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 a {
        font-size: 20px;
    }

    .news .content .boxlist .top .list .list_txt .theme span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 {
        margin-bottom: 20px;
    }

    .news .content .boxlist .top .list .list_txt .theme {
        margin-bottom: 40px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }

    .news .content .boxlist .top .list .list_txt .more a span {
        font-size: 14px;
    }

    .news .content .boxlist .top .list .list_txt .more a img {
        width: 14px;
        height: 14px;
    }

    .news .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 14px;
    }

    .news .content .boxlist .bottom .list .list_txt .more a img {
        width: 14px;
        height: 14px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme span {
        font-size: 16px;
    }
}

@media (max-width: 760px) {
    .news .content .boxlist .bottom {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .news .content .boxlist .top .list {
        flex-wrap: wrap;
    }

    .news .content .boxlist .top .list .list_img {
        width: 100%;
    }

    .news .content .boxlist .top .list .list_txt {
        width: 100%;
        padding: 4%;
    }

    .news .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 40px;
        margin-right: 0;
    }

    .news .content .boxlist .bottom .list .list_txt {
        padding: 4%;
    }
}

@media (max-width: 550px) {
    .news .content .boxlist .bottom {
        margin-bottom: 20px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 a {
        font-size: 16px;
    }

    .news .content .boxlist .top .list .list_txt .theme span {
        font-size: 14px;
    }

    .news .content .boxlist .top .list .list_txt .theme h1 {
        margin-bottom: 10px;
    }

    .news .content .boxlist .top .list .list_txt .theme {
        margin-bottom: 20px;
    }

    .news .content .boxlist .top .list .list_txt .theme p {
        font-size: 12px;
    }

    .news .content .boxlist .top .list .list_txt .more a span {
        font-size: 12px;
    }

    .news {
        padding: 40px 0 60px;
    }

    .news .content .boxlist .bottom .list {
        margin-bottom: 20px;
    }

    .news .content .boxlist .top .theme h1 {
        font-size: 20px;
    }

    .news .content .boxlist .top .theme p {
        font-size: 16px;
    }

    .news .content .boxlist .top {
        margin-bottom: 40px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .news .content .boxlist .bottom .list .list_txt {
        border-bottom: 3px solid transparent;
    }

    .news .content .boxlist .bottom .list:hover .list_txt {
        border-bottom: 3px solid #ad0000;
    }

    .news .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme h1 {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme h1::after {
        width: 40px;
        height: 1.5px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme {
        margin-bottom: 10px;
    }

    .news .content .boxlist .bottom .list .list_txt .more .time p {
        font-size: 20px;
        margin-right: 10px;
    }

    .news .content .boxlist .bottom .list .list_txt .more .time span {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .news .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 12px;
        margin-right: 10px;
    }

    .news .content .boxlist .bottom .list .list_txt .more a img {
        width: 12px;
        height: 12px;
    }

    .news .content .boxlist .bottom .list .list_txt .theme span {
        font-size: 12px;
    }
}


/* 新闻详情 */
.news_detail {
    padding: 60px 0 140px;
}

.news_detail .content {
    width: 89.5%;
    margin: 0 auto;
}

.news_detail .content .theme {
    border-bottom: 1px solid #e5e5e5;
}

.news_detail .content .theme .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.news_detail .content .theme .time {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
    font-weight: lighter;
}

.news_detail .content .news_detail_info {
    padding: 3%;
    margin-bottom: 40px;
}

.news_detail .content .news_detail_info img {
    max-width: 100%;
}

.news_detail .content .news_detail_other {
    width: 100%;
}

.news_detail .content .news_detail_other ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 20px 3%;
}

.news_detail .content .news_detail_other ul li a {
    color: #666666;
}

.news_detail .content .news_detail_other ul li a:hover {
    color: #ad0000;
}

@media (max-width:1200px) {
    .news_detail .content {
        width: 95%;
    }

    .news_detail .content .theme .title {
        font-size: 20px;
    }
}

@media (max-width:760px) {
    .news_detail {
        padding: 40px 0 60px;
    }

    .news_detail .content .news_detail_other ul li {
        padding: 10px 3%;
    }

    .news_detail .content .news_detail_other ul li {
        font-size: 12px;
    }
}

/* 产品列表 */
.product_list {
    margin-top: 100px;
    width: 100%;
}

.product_list .content {
    width: 100%;
}

.product_list .content .boxlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_list .content .boxlist .left {
    width: 50%;
}

.product_list .content .boxlist .left .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product_list .content .boxlist .left .list .list_img {
    width: 50%;
}

.product_list .content .boxlist .left .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 187.5%;
    overflow: hidden;
}

.product_list .content .boxlist .left .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list .content .boxlist .left .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_list .content .boxlist .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);
}

.product_list .content .boxlist .left .list .list_txt {
    width: 50%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    padding: 4%;
}

.product_list .content .boxlist .left .list .list_txt h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 80px;
}

.product_list .content .boxlist .left .list .list_txt h1 a {
    font-size: 30px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product_list .content .boxlist .left .list .list_txt .more {
    width: 100%;
}

.product_list .content .boxlist .left .list .list_txt .more a {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #ad0000;
    color: #ffffff;
    font-size: 16px;
}

.product_list .content .boxlist .right {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product_list .content .boxlist .right .list {
    width: 50%;
    position: relative;
    border: 0.5px solid #eeeeee;
    padding: 2%;
}

.product_list .content .boxlist .right .list .list_img {
    width: 100%;
}

.product_list .content .boxlist .right .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 93.25%;
    overflow: hidden;
}

.product_list .content .boxlist .right .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product_list .content .boxlist .right .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_list .content .boxlist .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);
}

.product_list .content .boxlist .right .list .list_txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 2%;
    padding: 4%;
}

.product_list .content .boxlist .right .list .list_txt h1 {
    font-weight: normal;
    text-align: center;
}

.product_list .content .boxlist .right .list .list_txt h1 a {
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_list .content .boxlist .right .list .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .5s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.product_list .content .boxlist .right .list .mask a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list .content .boxlist .right .list .mask a img {
    width: 80px;
    height: 80px;
}

.product_list .content .boxlist .right .list:hover .mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@media (max-width: 1600px) {
    .product_list .content .boxlist .left .list .list_txt h1 a {
        font-size: 24px;
    }

    .product_list .content .boxlist .left .list .list_txt .more a {
        width: 140px;
        height: 45px;
    }
}

@media (max-width: 1200px) {
    .product_list {
        margin-top: 60px;
    }

    .product_list .content .boxlist .left .list .list_txt h1 a {
        font-size: 20px;
    }

    .product_list .content .boxlist .left .list .list_txt h1 {
        margin-bottom: 60px;
    }

    .product_list .content .boxlist .left .list .list_txt .more a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .product_list .content .boxlist .right .list .list_txt h1 a {
        font-size: 14px;
    }

    .product_list .content .boxlist .right .list .mask a img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 760px) {
    .product_list .content .boxlist {
        flex-wrap: wrap;
    }

    .product_list .content .boxlist .left {
        width: 100%;
    }

    .product_list .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .product_list .content .boxlist .left .list .list_txt h1 a {
        font-size: 16px;
    }

    .product_list .content .boxlist .left .list .list_txt .more a {
        width: 100px;
        height: 35px;
        font-size: 12px;
    }

    .product_list .content .boxlist .left .list .list_txt h1 {
        margin-bottom: 40px;
    }

    .product_list .content .boxlist .right .list .list_txt h1 a {
        font-size: 12px;
    }

    .product_list .content .boxlist .right .list .mask a img {
        width: 40px;
        height: 40px;
    }
}

/* 产品详情 */
.product_detail {
    width: 100%;
    padding: 70px 0 0px;
}

.product_detail .product_detail_back01 {
    background-color: #ffffff;
}

.product_detail .product_detail_back01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.product_detail .product_detail_back01 .content .boxlist {
    width: 100%;
}

.product_detail .product_detail_back01 .content .boxlist ul {
    width: 100%;
    display: flex;
    align-items: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.product_detail .product_detail_back01 .content .boxlist ul li {
    width: 220px;
    height: 74px;
    text-align: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: 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;
}

.product_detail .product_detail_back01 .content .boxlist ul li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.product_detail .product_detail_back01 .content .boxlist ul li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.product_detail .product_detail_back01 .content .boxlist ul li.active {
    background-color: #ad0000;
}

.product_detail .product_detail_back01 .content .boxlist ul li.active a {
    color: #ffffff;
    border-right: 1px solid transparent;
}

.product_detail .product_detail_back01 .content .boxlist ul li:hover {
    background-color: #ad0000;
}

.product_detail .product_detail_back01 .content .boxlist ul li:hover a {
    color: #ffffff;
    border-right: 1px solid transparent;
}

.product_detail .product_detail_back01 .content .boxlist ul li a {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    border-right: 1px solid #dcdcdc;
    color: #333333;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_detail .product_detail_back01 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .left {
    width: 50%;
    background-color: #fff;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .left .left_img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .left .left_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .left .left_img .img img {
    width: 100%;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .right {
    width: 50%;
    padding: 0 8%;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .right h1 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    font-weight: 500;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .right .info {
    width: 100%;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .right .info p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.product_detail .product_detail_back01 .content .boxlist .bottom .right .info img {
    max-width: 100%;
}

/* 产品特性 */
.product_detail .product_detail_back02 {
    background-color: #f8f8f8;
    width: 100%;
    padding: 60px 0 80px;
}

.product_detail .product_detail_back02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.product_detail .product_detail_back02 .content .boxlist {
    width: 100%;
}

.product_detail .product_detail_back02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.product_detail .product_detail_back02 .content .boxlist .top h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    position: relative;
    text-align: center;
}

.product_detail .product_detail_back02 .content .boxlist .top h1::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ad0000;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_detail .product_detail_back02 .content .boxlist .bottom{
    width: 100%;
}
.product_detail .product_detail_back02 .content .boxlist .bottom .info{
    width: 100%;
}
.product_detail .product_detail_back02 .content .boxlist .bottom .info img{
    max-width: 100%; 
}
/* 产品参数 */
.product_detail .product_detail_back03 {
    background-color: #ffffff;
    width: 100%;
    padding: 60px 0 80px;
}

.product_detail .product_detail_back03 .content {
    width: 89.5%;
    margin: 0 auto;
}

.product_detail .product_detail_back03 .content .boxlist {
    width: 100%;
}

.product_detail .product_detail_back03 .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.product_detail .product_detail_back03 .content .boxlist .top h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    position: relative;
    text-align: center;
}

.product_detail .product_detail_back03 .content .boxlist .top h1::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ad0000;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_detail .product_detail_back03 .content .boxlist .bottom{
    width: 100%;
}
.product_detail .product_detail_back03 .content .boxlist .bottom .info{
    width: 100%;
}
.product_detail .product_detail_back03 .content .boxlist .bottom .info img{
    max-width: 100%; 
}
/* 适用场景 */
.product_detail .product_detail_back04 {
    background-color: #f8f8f8;
    width: 100%;
    padding: 80px 0 200px;
}

.product_detail .product_detail_back04 .content {
    width: 89.5%;
    margin: 0 auto;
}

.product_detail .product_detail_back04 .content .boxlist {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.product_detail .product_detail_back04 .content .boxlist .top h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.product_detail .product_detail_back04 .content .boxlist .top h1::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ad0000;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product_detail .product_detail_back04 .content .boxlist .top .info {
    width: 100%;
    margin-bottom: 60px;
}

.product_detail .product_detail_back04 .content .boxlist .top .info img {
    max-width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .top .info p {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}

.product_detail .product_detail_back04 .content .boxlist .bottom {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper {
    width: 100%;
    padding-bottom: 60px;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 81.81%;
    position: relative;
    overflow: hidden;
}

.product_detail .product_detail_back04 .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;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background-color: #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: 1;
}

.product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ad0000;
}

@media (max-width:1600px) {
    .product_detail .product_detail_back02 .content .boxlist .top h1 {
        font-size: 24px;
    }

    .product_detail .product_detail_back03 .content .boxlist .top h1 {
        font-size: 24px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        font-size: 24px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li {
        width: 160px;
        height: 60px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li a {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .product_detail .product_detail_back02 .content .boxlist .top h1 {
        font-size: 20px;
    }

    .product_detail .product_detail_back03 .content .boxlist .top h1 {
        font-size: 20px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        font-size: 20px;
    }

    .product_detail .product_detail_back02 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .product_detail .product_detail_back03 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .product_detail .product_detail_back02 .content .boxlist .top h1::after {
        width: 30px;
        height: 1px;
        bottom: -15px;
    }

    .product_detail .product_detail_back03 .content .boxlist .top h1::after {
        width: 30px;
        height: 1px;
        bottom: -15px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1::after {
        width: 30px;
        height: 1px;
        bottom: -15px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        margin-bottom: 40px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top .info p {
        font-size: 16px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .product_detail .product_detail_back02 .content {
        width: 95%;
    }

    .product_detail .product_detail_back03 .content {
        width: 95%;
    }

    .product_detail .product_detail_back04 .content {
        width: 95%;
    }

    .product_detail .product_detail_back04 .content .boxlist .bottom .swiper {
        padding-bottom: 40px;
    }

    .product_detail .product_detail_back04 {
        padding: 60px 0 140px;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .right h1 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .right .info p {
        font-size: 14px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li {
        width: 140px;
        height: 48px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li a {
        font-size: 16px;
    }

    .product_detail .product_detail_back01 .content {
        width: 95%;
    }
}

@media (max-width:760px) {
    .product_detail .product_detail_back01 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .left {
        width: 100%;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .right {
        width: 100%;
        padding: 8%;
    }

    .product_detail .product_detail_back01 .content .boxlist ul {
        flex-wrap: wrap;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li {
        width: 120px;
        height: 40px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .product_detail .product_detail_back04 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 3px;
    }
}

@media (max-width:550px) {
    .product_detail {
        padding: 50px 0 0px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li {
        width: 80px;
        height: 34px;
    }

    .product_detail .product_detail_back01 .content .boxlist ul li a {
        font-size: 12px;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .right h1 {
        font-size: 14px;
    }

    .product_detail .product_detail_back01 .content .boxlist .bottom .right .info p {
        font-size: 12px;
    }

    .product_detail .product_detail_back02 .content .boxlist .top h1 {
        font-size: 16px;
    }

    .product_detail .product_detail_back03 .content .boxlist .top h1 {
        font-size: 16px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        font-size: 16px;
    }

    .product_detail .product_detail_back02 {
        padding: 40px 0 50px;
    }

    .product_detail .product_detail_back03 {
        padding: 40px 0 50px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top .info p {
        font-size: 12px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        font-size: 14px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1 {
        margin-bottom: 30px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top h1::after {
        width: 30px;
        height: 1px;
        bottom: -10px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .product_detail .product_detail_back04 .content .boxlist .top .info {
        margin-bottom: 30px;
    }

    .product_detail .product_detail_back04 {
        padding: 40px 0 80px;
    }

    .product_detail .product_detail_back04 .content .boxlist .bottom .swiper {
        padding-bottom: 20px;
    }
}

.product {
    margin-top: 100px;
    width: 100%;
}

.product .content {
    width: 100%;
}

.product .content .boxlist {
    width: 100%;
}

.product .content .boxlist .content_show {
    position: relative;
    padding-bottom: 41.66%;
    overflow: hidden;
    width: 100%;
}

.product .content .boxlist .content_show .content_list {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product .content .boxlist .content_show .content_list .list {
    width: 100%;
}

.product .content .boxlist .content_show .content_list .list .list_img {
    width: 100%;
}

.product .content .boxlist .content_show .content_list .list .list_img .img {
    width: 100%;
}

.product .content .boxlist .content_show .content_list .list .list_img .img img {
    width: 100%;
}

.product .content .boxlist ul {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.product .content .boxlist ul li {
    height: 100%;
    width: 80px;
    background-color: rgba(0, 0, 0, .4);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, .4);
    border-right: 1px solid rgba(255, 255, 255, .4);
    cursor: pointer;
}

.product .content .boxlist ul li:last-child {
    border-left: 1px solid transparent;
}

.product .content .boxlist ul li:first-child {
    border-left: 1px solid transparent;
}

.product .content .boxlist ul li.active {
    width: calc(100% - 240px);
    width: 100%;
    justify-content: flex-start;
    border-left: 1px solid transparent;
}

.product .content .boxlist ul li.active .theme {
    display: none;
}

.product .content .boxlist ul li .theme h1 {
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
}

.product .content .boxlist ul li .theme a {
    display: none;
    width: 38px;
    height: 38px;
    margin-top: 40px;
}

.product .content .boxlist ul li .theme a img {
    width: 100%;
}

.product .content .boxlist ul li .theme .img {
    display: none;
    width: 38px;
    height: 38px;
    margin-top: 40px;
}

.product .content .boxlist ul li .theme .img img {
    width: 100%;
}

.product .content .boxlist ul li .info {
    display: none;
    width: 100%;
    padding: 0 10%;
}

.product .content .boxlist ul li.active .info {
    display: block;
}

.product .content .boxlist ul li .info h1 {
    font-weight: normal;
    margin-bottom: 50px;
}

.product .content .boxlist ul li .info h1 a {
    font-size: 36px;
    color: #ffffff;
}

.product .content .boxlist ul li .info .more {
    width: 100%;
}

.product .content .boxlist ul li .info .more a {
    display: flex;
    align-items: center;
}

.product .content .boxlist ul li .info .more a img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.product .content .boxlist ul li .info .more a span {
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 760px) {
    .product .content .boxlist ul li .theme a {
        display: none;
    }

    .product .content .boxlist ul li .theme .img {
        display: block;
    }
}

@media (max-width: 760px) {
    .product .content .boxlist ul li .theme a {
        display: block;
    }

    .product .content .boxlist ul li .theme .img {
        display: none;
    }
}

@media (max-width: 1600px) {
    .product .content .boxlist ul li .info h1 a {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .product .content .boxlist ul li .info h1 a {
        font-size: 20px;
    }

    .product .content .boxlist ul li .info h1 {
        margin-bottom: 30px;
    }

    .product .content .boxlist ul li .info .more a img {
        width: 26px;
        height: 26px;
    }

    .product .content .boxlist ul li .info .more a span {
        font-size: 14px;
    }

    .product .content .boxlist ul li {
        width: 60px;
    }

    .product .content .boxlist ul li .theme h1 {
        font-size: 14px;
    }

    .product .content .boxlist ul li .theme .img {
        width: 28px;
        height: 28px;
        margin-top: 25px;
    }

    .product .content .boxlist ul li .theme a {
        width: 28px;
        height: 28px;
        margin-top: 25px;
    }

    .product {
        margin-top: 60px;
    }
}

@media (max-width: 760px) {
    .product .content .boxlist ul li {
        width: 25%;
    }

    .product .content .boxlist ul li.active {
        width: 25%;
        justify-content: center;
    }

    .product .content .boxlist ul li.active .info {
        display: none;
    }

    .product .content .boxlist ul li.active .theme {
        display: block;
    }

    .product .content .boxlist .content_show {
        padding-bottom: 80%;
    }

    .product .content .boxlist .content_show .content_list .list .list_img .img img {
        width: 200%;
        margin-left: -75%;
    }
}

/* 关于赛普 */
.about_samplex01 {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #ffffff;
}

.about_samplex01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_samplex01 .content .boxlist {
    width: 100%;
}

.about_samplex01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.about_samplex01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_samplex01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_samplex01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_samplex01 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_samplex01 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_samplex01 .content .boxlist .bottom .left {
    width: 53.4%;
}

.about_samplex01 .content .boxlist .bottom .left h1 {
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.about_samplex01 .content .boxlist .bottom .left h1::after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: -15px;
    background: url(../images/about_samplex01_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.about_samplex01 .content .boxlist .bottom .left .info {
    width: 100%;
}

.about_samplex01 .content .boxlist .bottom .left .info p {
    color: #666666;
    font-size: 14px;
    line-height: 32px;
}

.about_samplex01 .content .boxlist .bottom .right {
    width: 43%;
    box-shadow: 10px 10px #ad0000;
}

.about_samplex01 .content .boxlist .bottom .right .list_img {
    width: 100%;
    padding-bottom: 78.37%;
    position: relative;
    overflow: hidden;
}

.about_samplex01 .content .boxlist .bottom .right .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_samplex01 .content .boxlist .bottom .right .list_img .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.about_samplex01 .content .boxlist .bottom .right .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 1800px) {
    .about_samplex01 .content .boxlist .bottom .left .info p {
        line-height: 24px;
    }
}

@media (max-width: 1600px) {
    .about_samplex01 .content .boxlist .bottom .left h1 {
        font-size: 24px;
    }

    .about_samplex01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_samplex01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_samplex01 .content .boxlist .bottom .left .info p {
        font-size: 12px;
    }

    .about_samplex01 .content {
        width: 95%;
    }

    .about_samplex01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_samplex01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_samplex01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_samplex01 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .about_samplex01 .content .boxlist .bottom .left h1 {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .about_samplex01 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .about_samplex01 .content .boxlist .bottom .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .about_samplex01 .content .boxlist .bottom .right {
        width: 98%;
    }
}

@media (max-width: 550px) {
    .about_samplex01 {
        padding: 40px 0 60px;
    }

    .about_samplex01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_samplex01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_samplex01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_samplex01 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .about_samplex01 .content .boxlist .bottom .left h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .about_samplex01 .content .boxlist .bottom .left h1::after {
        width: 12px;
        height: 8px;
        right: -10px;
    }

    .about_samplex01 .content .boxlist .bottom .left .info p {
        line-height: 20px;
    }

    .about_samplex01 .content .boxlist .bottom .left {
        margin-bottom: 20px;
    }

    .about_samplex01 .content .boxlist .bottom .right {
        box-shadow: 5px 5px #ad0000;
    }
}

/* 斩获多项荣誉 */
.about_samplex02 {
    width: 100%;
    padding: 80px 0;
    background: url(../images/about_samplex02_background.jpg) no-repeat;
    background-size: cover;
}

.about_samplex02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_samplex02 .content .boxlist {
    width: 100%;
}

.about_samplex02 .content .boxlist ul {
    display: flex;
    justify-content: space-between;
}

.about_samplex02 .content .boxlist ul li {
    width: 25%;
    text-align: center;
}

.about_samplex02 .content .boxlist ul li h3 {
    font-size: 20px;
    line-height: 30px;
    color: #ad0000;
    font-weight: normal;
    margin-bottom: 20px;
}

.about_samplex02 .content .boxlist ul li h3 span {
    font-size: 72px;
    line-height: 30px;
    color: #ad0000;
    margin-right: 5px;
}

.about_samplex02 .content .boxlist ul li p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

@media (max-width: 1600px) {
    .about_samplex02 .content .boxlist ul li h3 span {
        font-size: 50px;
    }
}

@media (max-width: 1200px) {
    .about_samplex02 .content .boxlist ul li h3 span {
        font-size: 40px;
    }

    .about_samplex02 .content .boxlist ul li h3 {
        margin-bottom: 10px;
    }
}

@media (max-width: 760px) {
    .about_samplex02 .content .boxlist ul {
        flex-wrap: wrap;
    }

    .about_samplex02 .content .boxlist ul li {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .about_samplex02 .content .boxlist ul li h3 span {
        font-size: 30px;
        line-height: 24px;
    }

    .about_samplex02 .content .boxlist ul li h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .about_samplex02 .content .boxlist ul li p {
        font-size: 12px;
        line-height: 24px;
    }

    .about_samplex02 {
        padding: 40px 0;
    }

    .about_samplex02 .content .boxlist ul li {
        margin-bottom: 20px;
    }

    .about_samplex02 .content .boxlist ul li h3 {
        margin-bottom: 5px;
    }
}

/* 赛普历史 */
.about_samplex03 {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #ffffff;
}

.about_samplex03 .content {
    width: 100%;
}

.about_samplex03 .content .boxlist {
    width: 100%;
}

.about_samplex03 .content .boxlist .top {
    width: 89.5%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.about_samplex03 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_samplex03 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    position: relative;
    font-weight: bold;
    color: #010101;
    margin-bottom: 40px;
}

.about_samplex03 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_samplex03 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_samplex03 .content .boxlist .bottom {
    width: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme {
    width: 100%;
    position: relative;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .bottom_theme_div {
    width: 89.5%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .bottom_theme_div .swiper {
    width: 90%;
    position: inherit;
    overflow: initial;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    margin-bottom: 40px;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide h1 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -130%;
    width: 24px;
    height: 12px;
    background: url(../images/about_samplex03_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h1::after {
    opacity: 1;
}

.about_samplex03 .content .boxlist .bottom .bottom_content {
    width: 89.5%;
    margin: 0 auto;
    padding: 30px 0;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper {
    width: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-next {
    margin: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: -5%;
    bottom: auto;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #dddddd url(../images/about_samplex03_right_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-next:hover {
    background: #ad0000 url(../images/about_samplex03_right_icon02.png) no-repeat;
    background-size: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-prev {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -5%;
    right: auto;
    bottom: auto;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #dddddd url(../images/about_samplex03_left_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-prev:hover {
    background: #ad0000 url(../images/about_samplex03_left_icon02.png) no-repeat;
    background-size: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper {
    width: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 50%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    padding-bottom: 60.4%;
    position: relative;
    overflow: hidden;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_1 img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img .img_1 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);
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 50%;
    padding: 0 8%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #b5b5b5;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-size: 72px;
    line-height: 72px;
    color: #ad0000;
    font-weight: bold;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
    font-size: 36px;
    line-height: 36px;
    color: #666666;
    margin-left: 10px;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info {
    width: 100%;
}

.about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #666666;
}

@media (max-width: 1600px) {
    .about_samplex03 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_samplex03 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_samplex03 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_samplex03 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_samplex03 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 18px;
        line-height: 24px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme::after {
        width: 40px;
        height: 2px;
    }

    .about_samplex03 .content .boxlist .top {
        width: 95%;
        margin-bottom: 50px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide h1 {
        font-size: 18px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .bottom_theme_div {
        width: 95%;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide {
        margin-bottom: 20px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide h1::after {
        bottom: -90%;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content {
        width: 95%;
    }
}

@media (max-width: 760px) {
    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list {
        flex-wrap: wrap;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
        width: 100%;
        margin-bottom: 40px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .about_samplex03 {
        padding: 40px 0 60px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 14px;
        line-height: 20px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme::after {
        width: 25px;
        height: 1px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_content {
        padding: 10px 0;
    }

    .about_samplex03 .content .boxlist .bottom .bottom_theme .swiper .swiper-wrapper .swiper-slide h1::after {
        bottom: -73%;
        width: 16px;
        height: 8px;
    }

    .about_samplex03 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_samplex03 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_samplex03 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }
}



/* 赛普文化 */
.about_samplex04 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/about_samplex04_background.jpg) no-repeat;
    background-size: cover;
}

.about_samplex04 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_samplex04 .content .boxlist {
    width: 100%;
}

.about_samplex04 .content .boxlist .top {
    width: 100%;
    margin-bottom: 50px;
}

.about_samplex04 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_samplex04 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    position: relative;
    font-weight: bold;
    color: #010101;
    margin-bottom: 40px;
}

.about_samplex04 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_samplex04 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_samplex04 .content .boxlist .bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_samplex04 .content .boxlist .bottom .list {
    position: relative;
    width: 30.2%;
    box-shadow: 11px 11px 21px 8px rgba(0, 0, 0, .08);
    cursor: pointer;
    margin-bottom: 4%;
}

.about_samplex04 .content .boxlist .bottom .list .list_img {
    width: 100%;
}

.about_samplex04 .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 88.4%;
    position: relative;
    overflow: hidden;
}

.about_samplex04 .content .boxlist .bottom .list .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex04 .content .boxlist .bottom .list .list_img .img .img_1 img {
    width: 100%;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex04 .content .boxlist .bottom .list:hover .list_img .img .img_1 {
    background-color: transparent;
}

.about_samplex04 .content .boxlist .bottom .list:hover .list_img .img .img_1 img {
    opacity: 1;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .img {
    width: 22%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid #ad0000;
    margin-bottom: 30px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .theme {
    position: relative;
    padding-bottom: 30px;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .theme::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    background-color: #666666;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-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;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .theme h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #050c1e;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_samplex04 .content .boxlist .bottom .list .list_txt .theme p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    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;
}

.about_samplex04 .content .boxlist .bottom .list:hover .theme h1 {
    color: #ffffff;
}

.about_samplex04 .content .boxlist .bottom .list:hover .theme p {
    color: #ffffff;
}

.about_samplex04 .content .boxlist .bottom .list:hover .list_txt .theme::after {
    background-color: #ffffff;
}

.about_samplex04 .content .boxlist .bottom .list:hover .list_txt .img img {
    filter: grayscale(1000%) invert(1000%);
    -webkit-filter: grayscale(1000%) invert(1000%);
}

.about_samplex04 .content .boxlist .bottom .list:hover .list_txt .img {
    border: 2px solid #ffffff;
}


@media (max-width: 1600px) {
    .about_samplex04 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_samplex04 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .about_samplex04 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 55px;
        line-height: 55px;
    }

    .about_samplex04 .content .boxlist .bottom .bottom_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_samplex04 .content {
        width: 95%;
    }

    .about_samplex04 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_samplex04 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_samplex04 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 14px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .img {
        margin-bottom: 20px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme::after {
        width: 40px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme {
        padding-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .about_samplex04 .content .boxlist .bottom .list {
        width: 48%;
    }
}

@media (max-width: 550px) {
    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme h1 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .img {
        margin-bottom: 10px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 12px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme {
        padding-bottom: 10px;
    }

    .about_samplex04 .content .boxlist .bottom .list .list_txt .theme::after {
        width: 20px;
        height: 1px;
    }

    .about_samplex04 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_samplex04 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_samplex04 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_samplex04 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .about_samplex04 {
        padding: 60px 0;
    }
}


/* 科技创新 */
.about_innovation01 {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
}

.about_innovation01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_innovation01 .content .boxlist {
    width: 100%;
}

.about_innovation01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.about_innovation01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_innovation01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_innovation01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_innovation01 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_innovation01 .content .boxlist .bottom {
    width: 100%;
}

.about_innovation01 .content .boxlist .bottom .info {
    width: 100%;
}

.about_innovation01 .content .boxlist .bottom .info p {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    font-weight: lighter;
    text-align: center;
}

@media (max-width: 1600px) {
    .about_innovation01 .content .boxlist .bottom .left h1 {
        font-size: 24px;
    }

    .about_innovation01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_innovation01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_innovation01 .content {
        width: 95%;
    }

    .about_innovation01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_innovation01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_innovation01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_innovation01 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .about_innovation01 .content .boxlist .bottom .info p {
        font-size: 14px;
        line-height: 30px;
    }
}

@media (max-width: 550px) {
    .about_innovation01 {
        padding: 40px 0;
    }

    .about_innovation01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_innovation01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_innovation01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_innovation01 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .about_innovation01 .content .boxlist .bottom .info p {
        font-size: 12px;
        line-height: 24px;
    }
}

.about_innovation02 {
    width: 100%;
    padding: 80px 0 140px;
    background: url(../images/about_innovation02_background.jpg) no-repeat;
    background-size: cover;
}

.about_innovation02 .content {
    width: 100%;
    margin: 0 auto;
}

.about_innovation02 .content .boxlist {
    width: 100%;
}

.about_innovation02 .content .boxlist .top {
    width: 89.5%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.about_innovation02 .content .boxlist .top .info {
    width: 100%;
}

.about_innovation02 .content .boxlist .top .info p {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    text-align: center;
}

.about_innovation02 .content .boxlist .bottom {
    width: 100%;
    position: relative;
}

.about_innovation02 .content .boxlist .bottom .swiper {
    width: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper_div {
    overflow: hidden;
    width: 89.5%;
    margin: 0 auto;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    background-color: #ffffff;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    padding: 18% 10% 20%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .img {
    width: 30%;
    margin-bottom: 30px;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .img img {
    width: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
    font-size: 20px;
    color: #ad0000;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 120px;
    font-weight: lighter;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-button-next {
    margin: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 1.5%;
    bottom: auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #ad0000 url(../images/about_samplex03_right_icon02.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-button-next:hover {
    background: #ad0000 url(../images/about_samplex03_right_icon02.png) no-repeat;
    background-size: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-button-prev {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 1.5%;
    right: auto;
    bottom: auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: #ad0000 url(../images/about_samplex03_left_icon02.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-button-prev:hover {
    background: #ad0000 url(../images/about_samplex03_left_icon02.png) no-repeat;
    background-size: 100%;
}

.about_innovation02 .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 18px;
    }

    .about_innovation02 .content .boxlist .top .info p {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 20px;
    }

    .about_innovation02 .content .boxlist .top .info p {
        font-size: 16px;
        line-height: 30px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 14px;
        line-height: 24px;
        height: 96px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .img {
        width: 30%;
        margin-bottom: 20px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper_div {
        width: 95%;
    }

    .about_innovation02 .content .boxlist .top {
        width: 95%;
        padding-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .about_innovation02 {
        padding: 60px 0 80px;
    }

    .about_innovation02 .content .boxlist .top .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_innovation02 .content .boxlist .top {
        padding-bottom: 30px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p {
        font-size: 12px;
        line-height: 20px;
        height: 80px;
    }

    .about_innovation02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt .img {
        margin-bottom: 10px;
    }
}

.about_innovation03 {
    width: 100%;
    padding: 100px 0;
    background-color: #ffffff;
}

.about_innovation03 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_innovation03 .content .boxlist {
    width: 100%;
}

.about_innovation03 .content .boxlist .info {
    width: 100%;
    text-align: center;
}

.about_innovation03 .content .boxlist .info img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .about_innovation03 .content {
        width: 95%;
    }
}

@media (max-width: 550px) {
    .about_innovation03 {
        padding: 40px 0;
    }
}


.about_innovation04 {
    width: 100%;
    padding: 20px 0 200px;
    background: url(../images/about_innovation04_background.jpg) no-repeat;
    background-size: cover;
}

.about_innovation04 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_innovation04 .content .boxlist {
    width: 100%;
}

.about_innovation04 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.about_innovation04 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_innovation04 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_innovation04 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_innovation04 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_innovation04 .content .boxlist .bottom {
    width: 100%;
}

.about_innovation04 .content .boxlist .bottom .info {
    width: 100%;
}

.about_innovation04 .content .boxlist .bottom .info img {
    max-width: 100%;
}

.about_innovation04 .content .boxlist .bottom .info p {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    font-weight: lighter;
    text-align: center;
}

@media (max-width: 1600px) {
    .about_innovation04 .content .boxlist .bottom .left h1 {
        font-size: 24px;
    }

    .about_innovation04 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_innovation04 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_innovation04 .content {
        width: 95%;
    }

    .about_innovation04 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_innovation04 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_innovation04 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_innovation04 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .about_innovation04 {
        padding: 40px 0 120px;
    }
}

@media (max-width: 550px) {
    .about_innovation04 {
        padding: 20px 0 60px;
    }

    .about_innovation04 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_innovation04 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_innovation04 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_innovation04 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 业务布局 */
.about_business01 {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #ffffff;
}

.about_business01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_business01 .content .boxlist {
    display: flex;
    justify-content: space-between;
}

.about_business01 .content .boxlist .left {
    width: 41.8%;
}

.about_business01 .content .boxlist .left .theme {
    width: 100%;
    margin-bottom: 80px;
}

.about_business01 .content .boxlist .left .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_business01 .content .boxlist .left .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 0%;
}

.about_business01 .content .boxlist .left .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_business01 .content .boxlist .left .address {
    width: 100%;
}

.about_business01 .content .boxlist .left .address h1 {
    font-size: 32px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 30px;
    line-height: 34px;
}

.about_business01 .content .boxlist .left .address .one {
    margin-bottom: 30px;
}

.about_business01 .content .boxlist .left .address .one p {
    color: #999999;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
}

.about_business01 .content .boxlist .left .address .one h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}

.about_business01 .content .boxlist .left .address .one h3 a {
    color: #ad0000;
    margin-right: 30px;
    font-size: 22px;
    font-weight: bold;
}

.about_business01 .content .boxlist .right {
    width: 58.1%;
}

.about_business01 .content .boxlist .right .gaode {
    width: 100%;
    position: relative;
    padding-bottom: 64%;
}


@media (max-width: 1600px) {
    .about_business01 .content .boxlist .left .theme h1 {
        font-size: 24px;
    }

    .about_business01 .content .boxlist .left .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_business01 .content .boxlist .left .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .about_business01 .content .boxlist .left .theme {
        margin-bottom: 60px;
    }

    .about_business01 .content .boxlist .left .address h1 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .about_business01 .content .boxlist .left .address .one p {
        font-size: 20px;
    }

    .about_business01 .content .boxlist .left .address .one h3 a {
        font-size: 22px;
        margin-right: 20px;
    }

    .about_business01 .content .boxlist .left .address .one h3 {
        font-size: 20px;
    }

    .about_business01 .content .boxlist .left .address .one {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .about_business01 .content {
        width: 95%;
    }

    .about_business01 .content .boxlist .left .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_business01 .content .boxlist .left .theme p {
        font-size: 20px;
    }

    .about_business01 .content .boxlist .left .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_business01 .content .boxlist .left .theme {
        margin-bottom: 30px;
    }

    .about_business01 .content .boxlist .left .address h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about_business01 .content .boxlist .left .address .one p {
        font-size: 16px;
    }

    .about_business01 .content .boxlist .left .address .one h3 a {
        font-size: 18px;
    }

    .about_business01 .content .boxlist .left .address .one h3 {
        font-size: 16px;
    }

    .about_business01 .content .boxlist .left .address .one {
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .about_business01 .content .boxlist {
        flex-wrap: wrap;
    }

    .about_business01 .content .boxlist .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .about_business01 .content .boxlist .right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .about_business01 {
        padding: 40px 0 60px;
    }

    .about_business01 .content .boxlist .left .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_business01 .content .boxlist .left .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_business01 .content .boxlist .left .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_business01 .content .boxlist .left .theme {
        margin-bottom: 20px;
    }

    .about_business01 .content .boxlist .left .address h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .about_business01 .content .boxlist .left .address .one p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .about_business01 .content .boxlist .left .address .one h3 a {
        font-size: 14px;
    }

    .about_business01 .content .boxlist .left .address .one h3 {
        font-size: 12px;
    }

    .about_business01 .content .boxlist .left {
        margin-bottom: 20px;
    }
}

/* 全国办事处 */
.about_business02 {
    width: 100%;
    padding: 80px 0 50px;
    background-color: #f5f5f5;
}

.about_business02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_business02 .content .boxlist {
    width: 100%;
}

.about_business02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 20px;
}

.about_business02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_business02 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_business02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_business02 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_business02 .content .boxlist .bottom {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_theme {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div {
    width: calc(100% - 140px);
    margin: 0 auto;
    overflow: hidden;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 18px;
    height: 10px;
    background: url(../images/about_business02_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide h1 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    background-color: #fff;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .1);
    padding: 20px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
    opacity: 1;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide.swiper-slide-thumb-active h1 {
    background-color: #ad0000;
    color: #ffffff;
    font-weight: bold;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-next {
    margin: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 2px;
    bottom: auto;
    width: 13px;
    height: 29px;
    background: url(../images/about_business02_right_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper-button-prev {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 2px;
    right: auto;
    bottom: auto;
    width: 13px;
    height: 29px;
    background: url(../images/about_business02_left_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}

.about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper-pagination {
    display: none;
}

.about_business02 .content .boxlist .bottom .bottom_content {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1 {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper {
    padding: 20px 0 60px;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img {
    width: 53.4%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img .img {
    width: 100%;
    padding-bottom: 67.39%;
    position: relative;
    overflow: hidden;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img .img .img_1 img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img:hover .img .img_1 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);
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt {
    width: 46.5%;
    padding: 3% 6%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme {
    width: 100%;
    margin-bottom: 12%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme h1 {
    color: #333333;
    font-size: 28px;
    line-height: 48px;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 500;
    padding-bottom: 10px;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme span {
    display: inline-block;
    color: #999999;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 40px;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme .info {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme .info p {
    color: #333333;
    font-size: 20px;
    line-height: 48px;
    font-weight: normal;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .more {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 64px;
    background-color: #ad0000;
    color: #ffffff;
    font-size: 18px;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-button-next {
    display: none;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-button-prev {
    display: none;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-pagination {
    width: 100%;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #7d7d7d;
    opacity: 1;
}

.about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ad0000;
}

@media (max-width: 1600px) {
    .about_business02 .content .boxlist .bottom .left h1 {
        font-size: 24px;
    }

    .about_business02 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_business02 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme span {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme .info p {
        font-size: 20px;
        line-height: 40px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .more a {
        width: 220px;
        height: 60px;
    }

    .about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide h1 {
        font-size: 22px;
        padding: 15px 0;
    }
}

@media (max-width: 1200px) {
    .about_business02 .content {
        width: 95%;
    }

    .about_business02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_business02 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_business02 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper {
        padding: 40px 0 60px;
    }

    .about_business02 {
        padding: 60px 0 40px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme span {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme .info p {
        font-size: 16px;
        line-height: 30px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .more a {
        width: 160px;
        height: 46px;
        font-size: 14px;
    }
}

@media (max-width: 1000px) {
    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 {
        flex-wrap: wrap;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_img {
        width: 100%;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt {
        width: 100%;
    }

    .about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div {
        width: calc(100% - 80px);
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 550px) {
    .about_business02 {
        padding: 40px 0 20px;
    }

    .about_business02 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_business02 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_business02 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_business02 .content .boxlist .top {
        margin-bottom: 10px;
    }

    .about_business02 .content .boxlist .bottom .bottom_theme .swiper .swiper_div .swiper-wrapper .swiper-slide h1 {
        font-size: 16px;
        padding: 10px 0;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper {
        padding: 20px 0 40px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme h1 {
        font-size: 16px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme span {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .more a {
        width: 120px;
        height: 38px;
        font-size: 12px;
    }

    .about_business02 .content .boxlist .bottom .bottom_content>.swiper>.swiper-wrapper>.swiper-slide .list1>.swiper>.swiper-wrapper>.swiper-slide .list2 .list_txt .theme {
        margin-bottom: 8%;
    }
}


/* 用户认可 */
.about_user01 {
    width: 100%;
    padding: 60px 0 120px;
    background-color: #ffffff;
}

.about_user01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_user01 .content .boxlist {
    width: 100%;
}

.about_user01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 50px;
}

.about_user01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_user01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_user01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_user01 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_user01 .content .boxlist .bottom {
    width: 100%;
    overflow: hidden;
    padding-bottom: 62%;
    position: relative;
}

.about_user01 .content .boxlist .bottom .bottom_div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 2% 2px 5%;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: calc((100% - 40px) / 2);
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 145.625%;
    position: relative;
    overflow: hidden;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-button-next {
    display: none;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-button-prev {
    display: none;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: 1;
    border-radius: 100%;
}

.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ad0000;
}

@media (max-width: 1600px) {
    .about_user01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_user01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_user01 .content {
        width: 95%;
    }

    .about_user01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_user01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_user01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_user01 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .about_user01 .content .boxlist .bottom {
        padding-bottom: 77%;
    }
}

@media (max-width: 990px) {
.about_user01 .content .boxlist .bottom {
    padding-bottom: 105%;
}
}

@media (max-width: 550px) {
    .about_user01 {
        padding: 40px 0 50px;
    }

    .about_user01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_user01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_user01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_user01 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .about_user01 .content .boxlist .bottom {
        padding-bottom: 150%;
    }

    .about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
    }

    .about_user01 .content .boxlist .bottom .bottom_div .swiper {
        padding: 2% 2px 2%;
    }
.about_user01 .content .boxlist .bottom .bottom_div .swiper .swiper-pagination {
display: none;
}
}


/* 用户认可 */
.about_user02 {
    width: 100%;
    padding: 100px 0 120px;
    background-color: #f9f9f9;
}

.about_user02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.about_user02 .content .boxlist {
    width: 100%;
}

.about_user02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.about_user02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.about_user02 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.about_user02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about_user02 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.about_user02 .content .boxlist .bottom {
    width: 100%;
}

.about_user02 .content .boxlist .bottom .swiper {
    width: 100%;
    padding-bottom: 60px;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 145.625%;
    position: relative;
    overflow: hidden;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about_user02 .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: 1;
    border-radius: 100%;
}

.about_user02 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ad0000;
}

@media (max-width: 1600px) {
    .about_user02 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .about_user02 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .about_user02 .content {
        width: 95%;
    }

    .about_user02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_user02 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .about_user02 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .about_user02 .content .boxlist .top {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .about_user02 {
        padding: 40px 0 60px;
    }

    .about_user02 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .about_user02 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .about_user02 .content .boxlist .bottom .swiper {
        padding-bottom: 30px;
    }

    .about_user02 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .about_user02 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .about_user02 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
    }
.about_user02 .content .boxlist .bottom .swiper .swiper-pagination{
display: none;
}
}


/* 解决方案2 */
.solution01 {
    width: 100%;
    padding: 60px 0 70px;
    background-color: #ffffff;
}

.solution01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.solution01 .content .boxlist {
    width: 100%;
}

.solution01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.solution01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.solution01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.solution01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.solution01 .content .boxlist .top .theme p {
    font-size: 34px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.solution01 .content .boxlist .bottom {
    width: 100%;
}

.solution01 .content .boxlist .bottom .info {
    width: 100%;
    text-align: center;
}

.solution01 .content .boxlist .bottom .info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .solution01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .solution01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .solution01 .content {
        width: 95%;
    }

    .solution01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solution01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .solution01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .solution01 .content .boxlist .top {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .solution01 {
        padding: 30px 0 40px;
    }

    .solution01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .solution01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .solution01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .solution01 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 方案介绍 */
.solution02 {
    width: 100%;
    padding: 90px 0 120px;
    background-color: #f6f6f6;
}

.solution02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.solution02 .content .boxlist {
    width: 100%;
}

.solution02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.solution02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.solution02 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
    color: #ad0000;
}

.solution02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.solution02 .content .boxlist .top .theme p {
    font-size: 34px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.solution02 .content .boxlist .bottom {
    width: 100%;
}

.solution02 .content .boxlist .bottom .info {
    width: 100%;
    text-align: center;
}

.solution02 .content .boxlist .bottom .info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .solution02 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .solution02 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .solution02 {
        padding: 60px 0 80px;
    }

    .solution02 .content {
        width: 95%;
    }

    .solution02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solution02 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .solution02 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .solution02 .content .boxlist .top {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .solution02 {
        padding: 40px 0 60px;
    }

    .solution02 .content .boxlist .top .theme h1 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .solution02 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .solution02 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .solution02 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 方案功能 */
.solution03 {
    width: 100%;
    padding: 80px 0 100px;
    background-color: #ffffff;
}

.solution03 .content {
    width: 89.5%;
    margin: 0 auto;
}

.solution03 .content .boxlist {
    width: 100%;
}

.solution03 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.solution03 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.solution03 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
    color: #ad0000;
}

.solution03 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.solution03 .content .boxlist .top .theme p {
    font-size: 34px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.solution03 .content .boxlist .bottom {
    width: 100%;
}

.solution03 .content .boxlist .bottom .info {
    width: 100%;
    text-align: center;
}

.solution03 .content .boxlist .bottom .info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .solution03 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .solution03 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .solution03 {
        padding: 60px 0 80px;
    }

    .solution03 .content {
        width: 95%;
    }

    .solution03 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solution03 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .solution03 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .solution03 .content .boxlist .top {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .solution03 {
        padding: 40px 0 60px;
    }

    .solution03 .content .boxlist .top .theme h1 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .solution03 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .solution03 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .solution03 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 方案功能 */
.solution04 {
    width: 100%;
    padding: 100px 0 120px;
    background-color: #e5e5e5;
}

.solution04 .content {
    width: 89.5%;
    margin: 0 auto;
}

.solution04 .content .boxlist {
    width: 100%;
}

.solution04 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.solution04 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.solution04 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
    color: #ad0000;
}

.solution04 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.solution04 .content .boxlist .top .theme p {
    font-size: 34px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.solution04 .content .boxlist .bottom {
    width: 100%;
}

.solution04 .content .boxlist .bottom .info {
    width: 100%;
    text-align: center;
}

.solution04 .content .boxlist .bottom .info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .solution04 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .solution04 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .solution04 {
        padding: 60px 0 80px;
    }

    .solution04 .content {
        width: 95%;
    }

    .solution04 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solution04 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .solution04 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .solution04 .content .boxlist .top {
        margin-bottom: 50px;
    }
}

@media (max-width: 550px) {
    .solution04 {
        padding: 40px 0 60px;
    }

    .solution04 .content .boxlist .top .theme h1 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .solution04 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .solution04 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .solution04 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 场景应用 */
.solution05 {
    width: 100%;
    padding: 100px 0 120px;
    background-color: #f9f9f9;
}

.solution05 .content {
    width: 89.5%;
    margin: 0 auto;
}

.solution05 .content .boxlist {
    width: 100%;
}

.solution05 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.solution05 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.solution05 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: normal;
    color: #ad0000;
}

.solution05 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.solution05 .content .boxlist .bottom {
    width: 100%;
}

.solution05 .content .boxlist .bottom .swiper {
    width: 100%;
    padding-bottom: 60px;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper {
    width: 100%;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    padding-bottom: 81.81%;
    position: relative;
    overflow: hidden;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.solution05 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.solution05 .content .boxlist .bottom .swiper .swiper-button-next {
    display: none;
}

.solution05 .content .boxlist .bottom .swiper .swiper-button-prev {
    display: none;
}

.solution05 .content .boxlist .bottom .swiper .swiper-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
}

.solution05 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background-color: #cccccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    opacity: 1;
}

.solution05 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ad0000;
}

@media (max-width: 1600px) {
    .solution05 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .solution05 .content {
        width: 95%;
    }

    .solution05 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .solution05 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .solution05 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .solution05 .content .boxlist .bottom .swiper {
        width: 100%;
        padding-bottom: 40px;
    }
}

@media (max-width: 550px) {
    .solution05 {
        padding: 40px 0 60px;
    }

    .solution05 .content .boxlist .top .theme h1 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .solution05 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .solution05 .content .boxlist .bottom .swiper {
        padding-bottom: 30px;
    }

    .solution05 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .solution05 .content .boxlist .bottom .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
    }
}


/* 经典案例 */
.classic_case {
    width: 100%;
    padding: 60px 0 140px;
    background-color: #ffffff;
}

.classic_case .content {
    width: 89.5%;
    margin: 0 auto;
}

.classic_case .content .boxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.classic_case .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.classic_case .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.classic_case .content .boxlist .top .theme h1 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}
.classic_case .content .boxlist .top .theme h1.title::after{
    display: none;
}
.classic_case .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.classic_case .content .boxlist .top .theme p {
    font-size: 34px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.classic_case .content .boxlist .bottom {
    width: 90.1%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.classic_case .content .boxlist .bottom .list:first-child {
    width: 65.4%;
    position: relative;
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: rgba(173, 0, 0, .8);
}

.classic_case .content .boxlist .bottom .list:first-child .list_img .img {
    padding-bottom: 65%;
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt {
    padding: 7%;
}

.classic_case .content .boxlist .bottom .list:first-child:hover .list_txt {
    background-color: rgba(173, 0, 0, .8);
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt .theme h1 a {
    color: #ffffff;
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt .theme p {
    color: #ffffff;
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt .more a span {
    color: #ffffff;
}

.classic_case .content .boxlist .bottom .list:first-child .list_txt .more a img {
    filter: grayscale(100%) invert(500%);
    -webkit-filter: grayscale(100%) invert(500%);
}

.classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .more a span {
    color: #ffffff;
}

.classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .more a img {
    filter: grayscale(100%) invert(500%);
}

.classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .theme h1 a {
    color: #ffffff;
}

.classic_case .content .boxlist .bottom .list {
    width: 30.9%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.classic_case .content .boxlist .bottom .list:nth-child(2) {
    margin-right: 0;
}

.classic_case .content .boxlist .bottom .list:nth-child(5) {
    margin-right: 0;
}

.classic_case .content .boxlist .bottom .list:hover {
    box-shadow: 11px 11px 21px rgba(0, 0, 0, .05);
}

.classic_case .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;
}

.classic_case .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 66.6%;
    overflow: hidden;
    position: relative;
}

.classic_case .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;
}

.classic_case .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);
}

.classic_case .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);
}

.classic_case .content .boxlist .bottom .list .list_txt {
    background-color: #f5f5f5;
    padding: 10% 9% 15% 7%;
    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);
}

.classic_case .content .boxlist .bottom .list:hover .list_txt {
    background-color: #fff;
}

.classic_case .content .boxlist .bottom .list:hover .list_txt {
    border-bottom: 6px solid #ad0000;
}

.classic_case .content .boxlist .bottom .list .list_txt .theme {
    width: 100%;
    margin-bottom: 25px;
}

.classic_case .content .boxlist .bottom .list .list_txt .theme h1 {
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.classic_case .content .boxlist .bottom .list .list_txt .theme h1 a {
    color: #000000;
    font-size: 22px;
    line-height: 34px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.classic_case .content .boxlist .bottom .list:hover .list_txt .theme h1 a {
    color: #ad0000;
}

.classic_case .content .boxlist .bottom .list .list_txt .theme p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 30px;
}

.classic_case .content .boxlist .bottom .list .list_txt .more a {
    display: flex;
    align-items: center;
}

.classic_case .content .boxlist .bottom .list .list_txt .more a span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-right: 15px;
}

.classic_case .content .boxlist .bottom .list:hover .list_txt .more a span {
    color: #ad0000;
}

.classic_case .content .boxlist .bottom .list .list_txt .more a img {
    width: 14px;
    height: 14px;
    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;
}

.classic_case .content .boxlist .bottom .list:hover .list_txt .more a img {
    filter: grayscale(0%) invert(0%);
    -webkit-filter: grayscale(0%) invert(0%);
}

@media (max-width: 1800px) {
    .navigation.classic_case_nav .content .boxlist ul li {
        width: 200px;
        height: 70px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 20px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 {
        padding-bottom: 0;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt {
        padding: 4%;
    }

    .classic_case .content .boxlist .bottom .list .list_txt {
        padding: 8% 9% 13% 7%;
    }
}

@media (max-width: 1600px) {
    .navigation.classic_case_nav .content .boxlist ul li {
        width: 160px;
        height: 60px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 18px;
        line-height: 30px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 {
        margin-bottom: 10px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 15px;
        line-height: 28px;
        height: 84px;
        margin-bottom: 20px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 16px;
    }
}

@media (max-width: 1600px) {
    .classic_case .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .classic_case .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .classic_case .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
        height: 72px;
    }
}

@media (max-width: 1200px) {
    .classic_case .content {
        width: 95%;
    }

    .classic_case .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .classic_case .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .classic_case .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .classic_case .content .boxlist .top {
        margin-bottom: 50px;
    }

    .classic_case {
        padding: 50px 0 100px;
    }

    .navigation.classic_case_nav .content .boxlist ul {
        flex-direction: inherit;
        position: inherit;
        z-index: 1;
    }

    .classic_case .content .boxlist .bottom {
        width: 100%;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 24px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 14px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .more a img {
        width: 14px;
        height: 14px;
    }

    .navigation.classic_case_nav .content .boxlist ul li a img {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 1000px) {
    .classic_case .content .boxlist .bottom {
        justify-content: space-between;
    }

    .classic_case .content .boxlist .bottom .list {
        margin-right: 0;
        width: 48%;
    }

    .classic_case .content .boxlist .bottom .list:first-child {
        width: 100%;
    }

    .navigation.classic_case_nav .content .boxlist ul li {
        width: 140px;
        height: 50px;
    }
}

@media (max-width: 760px) {
    .classic_case .content .boxlist .bottom .list:first-child .list_txt {
        position: inherit;
        width: 100%;
        height: auto;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt {
        background-color: #f5f5f5;
    }

    .classic_case .content .boxlist .bottom .list:first-child:hover .list_txt {
        background-color: #ffffff;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt .theme h1 a {
        color: #000000;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt .theme p {
        color: #999999;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt .more a span {
        color: #666666;
    }

    .classic_case .content .boxlist .bottom .list:first-child .list_txt .more a img {
        filter: grayscale(100%) invert(50%);
        -webkit-filter: grayscale(100%) invert(50%);
    }

    .classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .theme h1 a {
        color: #ad0000;
    }

    .classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .more a span {
        color: #ad0000;
    }

    .classic_case .content .boxlist .bottom .list:first-child:hover .list_txt .more a img {
        filter: grayscale(0%) invert(0%);
        -webkit-filter: grayscale(0%) invert(0%);
    }
}

@media (max-width: 550px) {
    .classic_case {
        padding: 40px 0 60px;
    }

    .classic_case .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .classic_case .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .classic_case .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .classic_case .content .boxlist .top {
        margin-bottom: 30px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme h1 a {
        font-size: 14px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme {
        margin-bottom: 10px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .theme p {
        margin-bottom: 10px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .more a span {
        font-size: 12px;
        margin-right: 10px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt .more a img {
        width: 12px;
        height: 12px;
    }

    .classic_case .content .boxlist .bottom .list .list_txt {
        border-bottom: 3px solid transparent;
    }

    .classic_case .content .boxlist .bottom .list:hover .list_txt {
        border-bottom: 3px solid #ad0000;
    }

    .navigation.classic_case_nav .content .boxlist ul li {
        width: 110px;
        height: 40px;
    }
}



/* 售后服务 */
.after_sale01 {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
}

.after_sale01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.after_sale01 .content .boxlist {
    width: 100%;
}

.after_sale01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.after_sale01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.after_sale01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.after_sale01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.after_sale01 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.after_sale01 .content .boxlist .bottom {
    width: 100%;
}

.after_sale01 .content .boxlist .bottom ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.after_sale01 .content .boxlist .bottom ul li {
    width: 33.3%;
    text-align: center;
    padding: 0 8%;
    margin-bottom: 3%;
}

.after_sale01 .content .boxlist .bottom ul li .img {
    width: 30%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 2px solid #ad0000;
    margin: 0 auto;
    margin-bottom: 30px;
}

.after_sale01 .content .boxlist .bottom ul li .img img {
    width: 100%;
}

.after_sale01 .content .boxlist .bottom ul li .theme {
    width: 100%;
}

.after_sale01 .content .boxlist .bottom ul li .theme h1 {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.after_sale01 .content .boxlist .bottom ul li .theme p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1800px) {
    .after_sale01 .content .boxlist .bottom ul li {
        padding: 0 6%;
    }
}

@media (max-width: 1600px) {
    .after_sale01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .after_sale01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .after_sale01 .content .boxlist .bottom ul li .theme h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .after_sale01 .content {
        width: 95%;
    }

    .after_sale01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .after_sale01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .after_sale01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .after_sale01 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .after_sale01 .content .boxlist .bottom ul li {
        padding: 0 2%;
    }

    .after_sale01 .content .boxlist .bottom ul li .theme h1 {
        font-size: 18px;
    }

    .after_sale01 .content .boxlist .bottom ul li .theme p {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .after_sale01 .content .boxlist .bottom ul li {
        width: 48%;
    }
}

@media (max-width: 550px) {
    .after_sale01 {
        padding: 40px 0;
    }

    .after_sale01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .after_sale01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .after_sale01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .after_sale01 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .after_sale01 .content .boxlist .bottom ul li .theme h1 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .after_sale01 .content .boxlist .bottom ul li .img {
        margin-bottom: 15px;
    }

    .after_sale01 .content .boxlist .bottom ul li .theme p {
        font-size: 12px;
    }

    .after_sale01 .content .boxlist .bottom ul li {
        margin-bottom: 20px;
    }
}

/* 服务承诺 */
.after_sale02 {
    width: 100%;
    padding: 100px 0 140px;
    background-color: #f9f9f9;
}

.after_sale02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.after_sale02 .content .boxlist {
    width: 100%;
}

.after_sale02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.after_sale02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.after_sale02 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.after_sale02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.after_sale02 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.after_sale02 .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.after_sale02 .content .boxlist .bottom .list {
    width: 31.9%;
}

.after_sale02 .content .boxlist .bottom .list .list_img {
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.after_sale02 .content .boxlist .bottom .list .list_img:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .35);
}

.after_sale02 .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 72.72%;
    position: relative;
    overflow: hidden;
}

.after_sale02 .content .boxlist .bottom .list .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.after_sale02 .content .boxlist .bottom .list .list_img .img .img_1 img {
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.after_sale02 .content .boxlist .bottom .list .list_img:hover .img .img_1 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);
}

.after_sale02 .content .boxlist .bottom .list .list_txt {
    width: 100%;
}

.after_sale02 .content .boxlist .bottom .list .list_txt h1 {
    padding: 20px 0 40px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.after_sale02 .content .boxlist .bottom .list .list_txt h1::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #ad0000;
}

.after_sale02 .content .boxlist .bottom .list .list_txt p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1600px) {
    .after_sale02 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .after_sale02 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .after_sale02 .content {
        width: 95%;
    }

    .after_sale02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .after_sale02 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .after_sale02 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .after_sale02 .content .boxlist .top {
        margin-bottom: 50px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt h1 {
        padding: 15px 0 30px;
        font-size: 16px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt h1::after {
        width: 40px;
        height: 2px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .after_sale02 {
        padding: 70px 0 100px;
    }
}

@media (max-width: 760px) {
    .after_sale02 .content .boxlist .bottom {
        flex-wrap: wrap;
    }

    .after_sale02 .content .boxlist .bottom .list {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .after_sale02 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .after_sale02 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .after_sale02 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .after_sale02 .content .boxlist .top {
        margin-bottom: 30px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt h1 {
        padding: 10px 0 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt h1::after {
        width: 20px;
        height: 1px;
        bottom: 12px;
    }

    .after_sale02 .content .boxlist .bottom .list .list_txt p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .after_sale02 .content .boxlist .bottom .list {
        margin-bottom: 20px;
    }

    .after_sale02 {
        padding: 40px 0 50px;
    }
}


/* 招贤纳士 */
.recruit_talents01 {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff;
}

.recruit_talents01 .content {
    width: 89.5%;
    margin: 0 auto;
}

.recruit_talents01 .content .boxlist {
    width: 100%;
}

.recruit_talents01 .content .boxlist .top {
    width: 100%;
    margin-bottom: 60px;
}

.recruit_talents01 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.recruit_talents01 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.recruit_talents01 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.recruit_talents01 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.recruit_talents01 .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.recruit_talents01 .content .boxlist .bottom .left {
    width: 68.6%;
}

.recruit_talents01 .content .boxlist .bottom .left ul {
    width: 100%;
}

.recruit_talents01 .content .boxlist .bottom .left ul li {
    width: 100%;
    background-color: #f7f7f7;
    padding: 3%;
    position: relative;
    border-top: 1px solid #bfbfbf;
    margin-bottom: 30px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .theme {
    width: calc(100% - 90px);
}

.recruit_talents01 .content .boxlist .bottom .left ul li .theme .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .theme .title:last-child {
    margin-bottom: 1%;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .theme .title h1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    margin-right: 40px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li.active .theme .title h1 {
    color: #ad0000;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .theme .title p {
    font-size: 18px;
    line-height: 24px;
    color: #999999;
    margin-right: 40px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_1 {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(../images/recruit_talents01_icon02.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_01 {
    width: 59px;
    height: 59px;
    position: absolute;
    top: 40%;
    right: 5%;
    background: url(../images/recruit_talents01_icon01.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content {
    width: calc(100% - 90px);
    padding: 8% 0 4%;
    display: none;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .info {
    width: 100%;
    margin-bottom: 40px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .info p {
    color: #999999;
    font-size: 18px;
    line-height: 36px;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .more {
    width: 100%;
}

.recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 64px;
    font-size: 20px;
    background-color: #ad0000;
    color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.recruit_talents01 .content .boxlist .bottom .right {
    width: 27.6%;
}

.recruit_talents01 .content .boxlist .bottom .right .list {
    width: 100%;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_img {
    width: 100%;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_img .img {
    width: 100%;
    padding-bottom: 105%;
    position: relative;
    overflow: hidden;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_img .img .img_1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_img .img .img_1 img {
    width: 100%;
    cursor: pointer;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_img:hover .img .img_1 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);
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt {
    width: 100%;
    padding: 10% 8%;
    background-color: #f7f7f7;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one {
    margin-bottom: 40px;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one:last-child {
    margin-bottom: 0;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one h1 {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 20px;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select {
    width: 100%;
    padding: 25px;
    border: none;
    outline: none;
    appearance: none;
    background: #ffffff url(../images/recruit_talents01_icon03.png) no-repeat center right;
    color: #999999;
    font-size: 20px;
}

.recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select option {
    color: #999999;
    font-size: 20px;
}

@media (max-width: 1600px) {
    .recruit_talents01 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .recruit_talents01 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title h1 {
        font-size: 20px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title p {
        font-size: 16px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .info p {
        font-size: 16px;
        line-height: 30px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content h3 {
        font-size: 18px;
    }

    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one h1 {
        font-size: 20px;
    }

    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select {
        padding: 20px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .recruit_talents01 .content {
        width: 95%;
    }

    .recruit_talents01 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .recruit_talents01 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .recruit_talents01 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .recruit_talents01 .content .boxlist .top {
        margin-bottom: 40px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title h1 {
        font-size: 16px;
        margin-right: 20px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title {
        margin-bottom: 10px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title p {
        font-size: 14px;
        margin-right: 20px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content h3 {
        font-size: 16px;
    }

    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one h1 {
        font-size: 16px;
    }

    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select {
        padding: 15px;
        font-size: 16px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_1 {
        width: 40px;
        height: 40px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_01 {
        width: 40px;
        height: 40px;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content {
        width: calc(100% - 70px);
        padding: 6% 0 3%;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .theme {
        width: calc(100% - 70px);
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .more a {
        width: 120px;
        height: 46px;
        font-size: 14px;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select option {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .recruit_talents01 .content .boxlist .bottom{
        flex-wrap: wrap;
    }
    .recruit_talents01 .content .boxlist .bottom .left{
        width: 100%;
    }

    .recruit_talents01 .content .boxlist .bottom .right{
        width: 100%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list{
        display: flex;
        justify-content: space-between;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_img{
        width: 45%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt{
        width: 55%;
        padding: 5%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one {
        margin-bottom: 20px;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one h1 {
        margin-bottom: 10px;
    }
}
@media (max-width: 550px) {
    .recruit_talents01 {
        padding: 40px 0;
    }

    .recruit_talents01 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .recruit_talents01 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .recruit_talents01 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .recruit_talents01 .content .boxlist .top {
        margin-bottom: 30px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title h1 {
        font-size: 14px;
        margin-right: 10px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title p {
        font-size: 12px;
        margin-right: 10px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .theme .title {
        margin-bottom: 5px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content .info p {
        font-size: 12px;
        line-height: 20px;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_content {
        width: calc(100% - 50px);
        padding: 6% 0 3%;
    }
    .recruit_talents01 .content .boxlist .bottom .left ul li .theme {
        width: calc(100% - 50px);
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_1 {
        width: 30px;
        height: 30px;
        right: 3%;
    }

    .recruit_talents01 .content .boxlist .bottom .left ul li .recruit_01 {
        width: 30px;
        height: 30px;
        right: 3%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list{
        flex-wrap: wrap;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_img{
        width: 100%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt{
        width: 100%;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one h1 {
        font-size: 14px;
    }
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select {
        padding: 10px;
        font-size: 12px;
    }
    
    .recruit_talents01 .content .boxlist .bottom .right .list .list_txt .one select option {
        font-size: 12px;
    }
}

/* 办公环境 */
.recruit_talents02 {
    width: 100%;
    padding: 20px 0 90px;
    background-color: #ffffff;
}

.recruit_talents02 .content {
    width: 89.5%;
    margin: 0 auto;
}

.recruit_talents02 .content .boxlist {
    width: 100%;
}

.recruit_talents02 .content .boxlist .top {
    width: 100%;
    margin-bottom: 70px;
}

.recruit_talents02 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.recruit_talents02 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.recruit_talents02 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.recruit_talents02 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.recruit_talents02 .content .boxlist .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recruit_talents02 .content .boxlist .bottom .list {
    width: 24.4%;
    margin-bottom: 1%;
}
.recruit_talents02 .content .boxlist .bottom .list.list_long {
    width: 49.5%;
}
.recruit_talents02 .content .boxlist .bottom .list.list_long .list_img .img {
    padding-bottom: 49.2%;
}
.recruit_talents02 .content .boxlist .bottom .list .list_img {
    width: 100%;
}
.recruit_talents02 .content .boxlist .bottom .list .list_img .img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.recruit_talents02 .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;
}
.recruit_talents02 .content .boxlist .bottom .list .list_img .img a img{
    width: 100%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.recruit_talents02 .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);
}

@media (max-width: 1600px) {
    .recruit_talents02 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .recruit_talents02 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .recruit_talents02 .content {
        width: 95%;
    }

    .recruit_talents02 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .recruit_talents02 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .recruit_talents02 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .recruit_talents02 .content .boxlist .top {
        margin-bottom: 50px;
    }
}
@media (max-width: 760px) {
    .recruit_talents02 .content .boxlist .bottom .list.list_long{
        width: 100%;
    }
    .recruit_talents02 .content .boxlist .bottom .list{
        width: 48%;
        margin-bottom: 4%;
    }
    .recruit_talents02 .content .boxlist .bottom .list:nth-child(4){
        order: 2;
    }
}
@media (max-width: 550px) {
    .recruit_talents02 {
        padding: 40px 0;
    }

    .recruit_talents02 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .recruit_talents02 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .recruit_talents02 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .recruit_talents02 .content .boxlist .top {
        margin-bottom: 30px;
    }
}

/* 薪酬福利 */
.recruit_talents03 {
    width: 100%;
    padding: 110px 0 160px;
    background-color: #f8f8f8;
}

.recruit_talents03 .content {
    width: 89.5%;
    margin: 0 auto;
}

.recruit_talents03 .content .boxlist {
    width: 100%;
}

.recruit_talents03 .content .boxlist .top {
    width: 100%;
    margin-bottom: 80px;
}

.recruit_talents03 .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.recruit_talents03 .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: #010101;
}

.recruit_talents03 .content .boxlist .top .theme h1::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 3px;
    background-color: #ad0000;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.recruit_talents03 .content .boxlist .top .theme p {
    font-size: 30px;
    line-height: 34px;
    color: #d3d3d3;
    text-transform: uppercase;
    font-weight: bold;
}

.recruit_talents03 .content .boxlist .bottom {
    width: 100%;
}
.recruit_talents03 .content .boxlist .bottom ul{
    width: 81.3%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}
.recruit_talents03 .content .boxlist .bottom ul:first-child{
    justify-content: flex-start;
}
.recruit_talents03 .content .boxlist .bottom ul:last-child{
    justify-content: flex-end;
    margin-bottom: 0%;
}
.recruit_talents03 .content .boxlist .bottom ul li{
    width: 20%;
    text-align: center;
}
.recruit_talents03 .content .boxlist .bottom ul li .img{
    width: 24%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.recruit_talents03 .content .boxlist .bottom ul li .img img{
    width: 100%;
}
.recruit_talents03 .content .boxlist .bottom ul li p{
    color: #333333;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 1600px) {
    .recruit_talents03 .content .boxlist .top .theme h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .recruit_talents03 .content .boxlist .top .theme p {
        font-size: 28px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .recruit_talents03 .content {
        width: 95%;
    }

    .recruit_talents03 .content .boxlist .top .theme h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .recruit_talents03 .content .boxlist .top .theme p {
        font-size: 20px;
    }

    .recruit_talents03 .content .boxlist .top .theme h1::after {
        width: 28px;
        height: 2px;
        bottom: -14px;
    }

    .recruit_talents03 .content .boxlist .top {
        margin-bottom: 50px;
    }
    .recruit_talents03 {
        padding: 70px 0 110px;
    }
    .recruit_talents03 .content .boxlist .bottom ul li p{
        font-size: 16px;
    }
    .recruit_talents03 .content .boxlist .bottom ul{
        width: 100%;
    }
}

@media (max-width: 760px) {
    .recruit_talents03 .content .boxlist .bottom ul li{
        width: 25%;
    }
}
@media (max-width: 550px) {
    .recruit_talents03 {
        padding: 40px 0;
    }

    .recruit_talents03 .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .recruit_talents03 .content .boxlist .top .theme h1::after {
        width: 16px;
        height: 1px;
        bottom: -8px;
    }

    .recruit_talents03 .content .boxlist .top .theme p {
        font-size: 16px;
        line-height: 24px;
    }

    .recruit_talents03 .content .boxlist .top {
        margin-bottom: 30px;
    }
    .recruit_talents03 .content .boxlist .bottom ul{
        justify-content: space-between !important;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .recruit_talents03 .content .boxlist .bottom ul li{
        width: 48%;
        margin-bottom: 5%;
    }
    .recruit_talents03 .content .boxlist .bottom ul li .img{
        margin-bottom: 0;
    }
    .recruit_talents03 .content .boxlist .bottom ul li p {
        font-size: 12px;
    }
}

/* 单页内容 */
.info_main{
    padding: 60px 0 100px;
}
.info_main .content{
    width: 89.5%;
    margin: 0 auto;
}
.info_main .content .info_edit{
    width: 100%;
}
.info_main .content .info_edit img{
    max-width: 100%;
}

@media (max-width:1200px){
    .info_main .content{
        width: 95%;
    }
    .info_main{
        padding: 40px 0 60px;
    }
}

/* 案例详情 */
.classic_case_detail {
    padding: 60px 0 140px;
}

.classic_case_detail .content {
    width: 89.5%;
    margin: 0 auto;
}

.classic_case_detail .content .theme {
    border-bottom: 1px solid #e5e5e5;
}

.classic_case_detail .content .theme .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.classic_case_detail .content .theme .time {
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
    font-weight: lighter;
}

.classic_case_detail .content .classic_case_detail_info {
    padding: 3%;
    margin-bottom: 40px;
}

.classic_case_detail .content .classic_case_detail_info img {
    max-width: 100%;
}

.classic_case_detail .content .classic_case_detail_other {
    width: 100%;
}

.classic_case_detail .content .classic_case_detail_other ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    padding: 20px 3%;
}

.classic_case_detail .content .classic_case_detail_other ul li a {
    color: #666666;
}

.classic_case_detail .content .classic_case_detail_other ul li a:hover {
    color: #ad0000;
}

@media (max-width:1200px) {
    .classic_case_detail .content {
        width: 95%;
    }

    .classic_case_detail .content .theme .title {
        font-size: 20px;
    }
}

@media (max-width:760px) {
    .classic_case_detail {
        padding: 40px 0 60px;
    }

    .classic_case_detail .content .classic_case_detail_other ul li {
        padding: 10px 3%;
    }

    .classic_case_detail .content .classic_case_detail_other ul li {
        font-size: 12px;
    }
}