﻿/* banner */
.banner {
    width: 100%;
}
.page_banner{
    width: 100%;
}
.banner>a {
    width: 100%;
    display: block;
    overflow: hidden;
}
.page_banner>a {
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner>a>img {
    overflow: hidden;
    width: 100%;
}
.page_banner>a>img {
    overflow: hidden;
    width: 100%;
}
.banner>img {
    overflow: hidden;
    width: 100%;
}
@media (max-width: 760px) {
    .banner>a>img {
        width: 200%;
        margin-left: -50%;
    }
    .banner>img {
        width: 200%;
        margin-left: -50%;
    }
    .page_banner>a>img {
        width: 200%;
        margin-left: -50%;
    }
}

/* 二级导航 */
.navigation {
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    margin-top: -60px;
    position: relative;
}

.navigation .content {
    width: 75%;
    margin: 0 auto;
}

.navigation .content .boxlist {
    width: 100%;
}

.navigation .content ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.navigation .content ul li {
    position: relative;
    height: 60px;
    margin: 0 4%;
}

.navigation .content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: all .5s linear;
    opacity: 0;
}

.navigation .content ul .active::after {
    opacity: 1;
}

.navigation .content ul li:hover::after {
    opacity: 1;
}

.navigation .content ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height:36px;
    color: #ffffff;
}

@media (max-width:1400px) {
    .navigation .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .navigation .content {
        width: 95%;
    }

    .navigation .content ul li a {
        font-size: 16px;
    }
}

@media (max-width:760px) {
    .navigation {
        margin-top: 0;
    }

    .navigation .content ul li {
        height: 60px;
        margin: 0 3%;
    }

    .navigation .content ul li a {
        font-size: 14px;
    }

    .navigation .content ul li::after {
        height: 2px;
    }

    .navigation .content ul {
        justify-content: flex-start;
    }
}


.about01 {
    width: 100%;
    margin-bottom: 120px;
    background-color: #ffffff;
}

.about01 .about01_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about01 .about01_content .left {
    width: 46.29%;
}

.about01 .about01_content .left .top {
    width: 100%;
    margin-bottom: 30px;
}

.about01 .about01_content .left .top .theme {
    width: 100%;
}

.about01 .about01_content .left .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.about01 .about01_content .left .top .theme p {
    font-size: 18px;
    line-height: 34px;
    color: #999999;
    font-family: Cotta_Free;
    font-style: italic;
}

.about01 .about01_content .left .bottom {
    width: 100%;
}

.about01 .about01_content .left .bottom .theme { display: none;
    width: 100%;
    padding-left: 20px;
    border-left: 2px solid #541c1e;
    margin-bottom: 40px;
}

.about01 .about01_content .left .bottom .theme h1 {
    font-size: 40px;
    line-height: 50px;
    color: #222222;
    font-weight: lighter;
}

.about01 .about01_content .left .bottom .info {
    width: 100%;
}

.about01 .about01_content .left .bottom .info p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}

.about01 .about01_content .right {
    width: 44.44%;
}

.about01 .about01_content .right .swiper {
    width: 100%;
}

.about01 .about01_content .right .swiper .swiper-wrapper {
    width: 100%;
}

.about01 .about01_content .right .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.about01 .about01_content .right .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.about01 .about01_content .right .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.about01 .about01_content .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}

.about01 .about01_content .right .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;
}

.about01 .about01_content .right .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.about01 .about01_content .right .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);
}

.about01 .about01_content .right .swiper .swiper-button-next {
    display: none;
}

.about01 .about01_content .right .swiper .swiper-button-prev {
    display: none;
}

.about01 .about01_content .right .swiper .swiper-pagination {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about01 .about01_content .right .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: none;
    opacity: 1;
    margin: 0 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.about01 .about01_content .right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 3px solid #ffffff;
}

@media (max-width: 1600px) {
    .about01 .about01_content .left .top .theme h1 {
        font-size: 24px;
    }

    .about01 .about01_content .left .bottom .theme h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .about01 .about01_content .left .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about01 .about01_content .left .top .theme p {
        font-size: 18px;
        line-height: 24px;
    }

    .about01 .about01_content .left .bottom .info p {
        font-size: 14px;
        line-height: 24px;
    }

    .about01 .about01_content .left .top {
        margin-bottom: 20px;
    }

    .about01 .about01_content .left .bottom .theme {
        margin-bottom: 30px;
    }

    .about01 .about01_content .left .bottom .theme h1 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1000px) {
    .about01 .about01_content {
        flex-wrap: wrap;
    }

    .about01 .about01_content .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .about01 .about01_content .right {
        width: 100%;
    }

    .about01 {
        margin-bottom: 90px;
    }
}

@media (max-width: 550px) {
    .about01 .about01_content .left .top .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about01 .about01_content .left .top .theme p {
        font-size: 15px;
    }

    .about01 .about01_content .left .bottom .theme h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .about01 .about01_content .left .bottom .theme {
        margin-bottom: 20px;
        padding-left: 15px;
    }

    .about01 .about01_content .left .bottom .info p {
        font-size: 12px;
    }

    .about01 .about01_content .left {
        margin-bottom: 30px;
    }

    .about01 {
        margin-bottom: 50px;
    }
}

/* 发展历程 */
.about02 {
    width: 100%;
    margin-bottom: 120px;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover;
}

.about02 .about02_content {
    width: 100%;
    padding: 6%;
}

.about02 .about02_content .top {
    width: 100%;
    margin-bottom: 25px;
}

.about02 .about02_content .top .theme {
    width: 100%;
    text-align: center;
}

.about02 .about02_content .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.about02 .about02_content .top .theme p {
    font-size: 18px;
    line-height: 34px;
    color: #999999;
    font-family: Cotta_Free;
    font-style: italic;
}

.about02 .about02_content .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about02 .about02_content .bottom .left {
    width: 47.3%;
}

.about02 .about02_content .bottom .left .swiper {
    width: 100%;
    height: 480px;
    position: relative;
    padding-left: 60px;
}

.about02 .about02_content .bottom .left .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 100%;
    background-color: #999999;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper {
    width: 100%;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 25% !important;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    width: 100%;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #222222;
    position: relative;
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/about02_icon01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.about02 .about02_content .bottom .left .swiper .swiper-button-next {
    display: none;
}

.about02 .about02_content .bottom .left .swiper .swiper-button-prev {
    display: none;
}

.about02 .about02_content .bottom .left .swiper .swiper-pagination {
    display: none;
}

.about02 .about02_content .bottom .right {
    width: 44%;
    display: flex;
    justify-content: space-between;
}

.about02 .about02_content .bottom .right .one {
    width: 48.7%;
}

.about02 .about02_content .bottom .right .one .list {
    margin-bottom: 10px;
    width: 100%;
}

.about02 .about02_content .bottom .right .one .list .img {
    width: 100%;
    overflow: hidden;
}

.about02 .about02_content .bottom .right .one .list .img img {
    width: 100%;
    cursor: pointer;
    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);
}

.about02 .about02_content .bottom .right .one .list .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 1600px) {
    .about02 .about02_content .top .theme h1 {
        font-size: 24px;
    }

    .about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .about02 .about02_content .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about02 .about02_content .top .theme p {
        font-size: 18px;
        line-height: 24px;
    }

    .about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width: 1000px) {
    .about02 .about02_content .bottom {
        flex-wrap: wrap;
    }

    .about02 .about02_content .bottom .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .about02 .about02_content .bottom .right {
        width: 100%;
    }

    .about02 {
        margin-bottom: 90px;
    }
}

@media (max-width: 550px) {
    .about02 {
        margin-bottom: 50px;
    }

    .about02 .about02_content {
        padding: 10% 6%;
    }

    .about02 .about02_content .top .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about02 .about02_content .top .theme p {
        font-size: 15px;
    }

    .about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 16px;
        line-height: 34px;
    }

    .about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .info p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .about02 .about02_content .bottom .left .swiper {
        padding-left: 40px;
    }

    .about02 .about02_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1::after {
        width: 10px;
        height: 10px;
        left: -20px;
    }

    .about02 .about02_content .bottom .left .swiper::after {
        left: 20px;
    }

    .about02 .about02_content .bottom .left {
        margin-bottom: 30px;
    }
}

/* 合作伙伴 */
.about03 {
    width: 100%;
}

.about03 .about03_content {
    width: 100%;
}

.about03 .about03_content .top {
    width: 100%;
    margin-bottom: 30px;
}

.about03 .about03_content .top .theme {
    width: 100%;
    text-align: center;
}

.about03 .about03_content .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 15px;
}

.about03 .about03_content .top .theme p {
    font-size: 18px;
    line-height: 34px;
    color: #999999;
    font-family: Cotta_Free;
    font-style: italic;
}

.about03 .about03_content .bottom {
    width: 100%;
}

.about03 .about03_content .bottom .bottom_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about03 .about03_content .bottom .bottom_content .list {
    width: 20%;
    margin-bottom: 20px;
}

.about03 .about03_content .bottom .bottom_content .list .img {
    width: 100%;
}

.about03 .about03_content .bottom .bottom_content .list .img a {
    width: 100%;
}

.about03 .about03_content .bottom .bottom_content .list .img a img {
    width: 100%;
}

.about03 .about03_content .bottom .list_other {
    text-align: center;
}

.about03 .about03_content .bottom .list_other span {
    color: #999999;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.about03 .about03_content .bottom .list_other span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 15px;
    height: 8px;
    background: url(../images/about03_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.about03 .about03_content .bottom .list_other .opened::after {
    transform: translateX(-50%) rotateZ(180deg);
    -webkit-transform: translateX(-50%) rotateZ(180deg);
    -moz-transform: translateX(-50%) rotateZ(180deg);
    -ms-transform: translateX(-50%) rotateZ(180deg);
    -o-transform: translateX(-50%) rotateZ(180deg);
}

@media (max-width: 1600px) {
    .about03 .about03_content .top .theme h1 {
        font-size: 24px;
    }

    .about03 .about03_content .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 20px;
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .about03 .about03_content .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about03 .about03_content .top .theme p {
        font-size: 18px;
        line-height: 24px;
    }

    .about03 .about03_content .bottom .bottom_content .list {
        width: 25%;
    }

    .about03 .about03_content .bottom .bottom_content .list:nth-child(11) {
        display: block !important;
    }
    .about03 .about03_content .bottom .bottom_content .list:nth-child(12) {
        display: block !important;
    }
    .about03 .about03_content .bottom .list_other span {
        font-size: 14px;
    }
}

@media (max-width: 550px) {
    .about03 .about03_content .top .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .about03 .about03_content .top .theme p {
        font-size: 15px;
    }

    .about03 .about03_content .bottom .list_other span::after {
        width: 12px;
        height: 6px;
    }

    .about03 .about03_content .bottom .list_other span {
        font-size: 12px;
        line-height: 30px;
    }
}

/* 企业定位 */
.about04 {
    width: 100%;
    display: none;
}

.about04 .about04_content {
    width: 100%;
}

.about04 .about04_content .swiper {
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper {
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 142.2%;
    overflow: hidden;
}

.about04 .about04_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;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_1 img {
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    padding: 7%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(84, 28, 30, .4);
    display: flex;
    flex-direction: column;
    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;
    padding: 4%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .img {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .img img {
    width: 100%;
    filter: invert(50%);
    -webkit-filter: 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;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme {
    width: 100%;
    text-align: center;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
    font-size: 22px;
    font-weight: lighter;
    line-height: 32px;
    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;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info {
    margin: 40px 0 80px;
    width: 100%;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info p {
    font-size: 14px;
    line-height: 32px;
    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;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt {
    background-color: transparent
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt .txt .img img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt .txt {
    border: 1px solid rgba(255, 255, 255, 1);
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt .txt .theme h1 {
    color: #ffffff;
}

.about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list:hover .list_txt .txt .theme .info p {
    color: #ffffff;
}

.about04 .about04_content .swiper .swiper-button-next {
    display: none;
}

.about04 .about04_content .swiper .swiper-button-prev {
    display: none;
}

.about04 .about04_content .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
        font-size: 18px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info {
        margin: 20px 0 50px;
    }
}

@media (max-width: 1200px) {
    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .img {
        width: 40px;
        margin-bottom: 10px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info p {
        font-size: 13px;
        line-height: 24px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info {
        margin: 20px 0 40px;
    }
}

@media (max-width: 550px) {
    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .img {
        width: 30px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info p {
        font-size: 12px;
    }

    .about04 .about04_content .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme .info {
        margin: 15px 0 30px;
    }
}

/* 合作案例 */
.cases {
    width: 100%;
}

.cases .cases_content {
    width: 100%;
}

.cases .cases_content .top {
    width: 100%;
    margin-bottom: 60px;
}

.cases .cases_content .top .swiper {
    width: 100%;
}

.cases .cases_content .top .swiper .swiper-wrapper {
    width: 100%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 50%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}

.cases .cases_content .top .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;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.cases .cases_content .top .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);
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 50%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 1% 12%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme {
    width: 100%;
    margin-bottom: 12%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
    font-weight: normal;
    margin-bottom: 6%;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 a {
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more {
    width: auto;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a img {
    width: 32px;
    margin-right: 15px;
}

.cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a span {
    font-size: 15px;
    color: #541c1e;
    line-height: 34px;
}

.cases .cases_content .top .swiper .swiper-button-prev {
    display: none;
}

.cases .cases_content .top .swiper .swiper-button-next {
    display: none;
}

.cases .cases_content .top .swiper .swiper-pagination {
    width: auto;
    position: absolute;
    left: 25%;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases .cases_content .top .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: none;
    opacity: 1;
    margin: 0 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.cases .cases_content .top .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.cases .cases_content .bottom {
    width: 100%;
}

.cases .cases_content .bottom .bottom_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cases .cases_content .bottom .bottom_content .list {
    width: 30.5%;
    margin-right: 4.16%;
    margin-bottom: 4.16%;
}

.cases .cases_content .bottom .bottom_content .list:nth-child(3n) {
    margin-right: 0;
}

.cases .cases_content .bottom .bottom_content .list .list_img {
    width: 100%;
}

.cases .cases_content .bottom .bottom_content .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}

.cases .cases_content .bottom .bottom_content .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cases .cases_content .bottom .bottom_content .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);
}

.cases .cases_content .bottom .bottom_content .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);
}

.cases .cases_content .bottom .bottom_content .list .list_txt {
    width: 100%;
    margin-top: 10px;
}

.cases .cases_content .bottom .bottom_content .list .list_txt .txt {
    width: 100%;
}

.cases .cases_content .bottom .bottom_content .list .list_txt .txt h1 {
    font-weight: normal;
    margin-bottom: 3px;
}

.cases .cases_content .bottom .bottom_content .list .list_txt .txt h1 a {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.cases .cases_content .bottom .bottom_content .list .list_txt .txt p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1200px) {
    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 a {
        font-size: 18px;
        line-height: 30px;
    }

    .cases .cases_content .bottom .bottom_content .list .list_txt .txt h1 a {
        font-size: 15px;
        line-height: 30px;
    }

    .cases .cases_content .bottom .bottom_content .list .list_txt .txt p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme p {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a img {
        width: 26px;
        margin-right: 10px;
    }
}

@media (max-width: 1000px) {
    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list {
        flex-wrap: wrap;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_img {
        width: 100%;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        width: 100%;
    }

    .cases .cases_content .bottom .bottom_content {
        justify-content: space-between;
    }

    .cases .cases_content .bottom .bottom_content .list {
        width: 48%;
        margin-right: 0;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt {
        padding: 5% 10%;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 {
        margin-bottom: 10px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme {
        margin-bottom: 20px;
    }

    .cases .cases_content .top .swiper .swiper-pagination {
        display: none;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a span {
        font-size: 14px;
        line-height: 30px;
    }

    .cases .cases_content .top {
        margin-bottom: 40px;
    }
}

@media (max-width: 550px) {
    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme h1 a {
        font-size: 15px;
        line-height: 24px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .theme p {
        font-size: 12px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a span {
        font-size: 12px;
        line-height: 24px;
    }

    .cases .cases_content .top .swiper .swiper-wrapper .swiper-slide .list .list_txt .txt .more a img {
        width: 22px;
    }

    .cases .cases_content .bottom .bottom_content .list .list_txt .txt h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .cases .cases_content .bottom .bottom_content .list .list_txt .txt p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .cases .cases_content .bottom .bottom_content .list .list_txt {
        margin-top: 7px;
    }

    .cases .cases_content .top {
        margin-bottom: 30px;
    }
}

/* 联系我们 */
.contact {
    width: 100%;
    padding: 120px 0 160px;
    background-color: #ffffff;
}

.contact .content {
    width: 66.6%;
    margin: 0 auto;
}

.contact .content .boxlist {
    width: 100%;
}

.contact .content .boxlist .address {
    width: 100%;
    margin-bottom: 100px;
}

.contact .content .boxlist .address .top {
    width: 100%;
    margin-bottom: 30px;
}

.contact .content .boxlist .address .top .theme {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.contact .content .boxlist .address .top .theme h1 {
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    font-weight: lighter;
    font-style: italic;
}

.contact .content .boxlist .address .top .hot_line {
    text-align: center;
}

.contact .content .boxlist .address .top .hot_line a {
    display: inline-block;
}

.contact .content .boxlist .address .top .hot_line a p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .content .boxlist .address .top .hot_line a p img {
    width: 16px;
    margin-right: 8px;
}

.contact .content .boxlist .address .top .hot_line a p span {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.contact .content .boxlist .address .top .hot_line a h1 {
    font-size: 24px;
    line-height: 30px;
    color: #541c1e;
    font-weight: normal;
}

.contact .content .boxlist .address .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact .content .boxlist .address .bottom .list {
    width: 32%;
    background-color: #f6f6f6;
    padding: 4% 2%;
}

.contact .content .boxlist .address .bottom .list .list_img {
    width: 100%;
    margin-bottom: 20px;
}

.contact .content .boxlist .address .bottom .list .list_img .img {
    margin: 0 auto;
    width: 45px;
    margin-bottom: 10px;
}

.contact .content .boxlist .address .bottom .list .list_img .img img {
    width: 100%;
    filter: grayscale(100%) invert(60%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.contact .content .boxlist .address .bottom .list:hover .list_img .img img {
    filter: grayscale(0%) invert(0%);
}
.contact .content .boxlist .address .bottom .list .list_img p {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    text-align: center;
}

.contact .content .boxlist .address .bottom .list .list_txt {
    width: 100%;
}

.contact .content .boxlist .address .bottom .list .list_txt h1 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.contact .content .boxlist .address .bottom .list .list_txt p {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    text-align: center;
}

.contact .content .boxlist .message {
    width: 100%;
}

.contact .content .boxlist .message .top {
    width: 100%;
    margin-bottom: 25px;
}

.contact .content .boxlist .boxlist .message .top .theme {
    width: 100%;
    text-align: center;
}

.contact .content .boxlist .message .top .theme h1 {
    font-size: 30px;
    line-height: 34px;
    color: #222222;
    font-weight: lighter;
    margin-bottom: 15px;
}

.contact .content .boxlist .message .top .theme p {
    font-size: 24px;
    line-height: 34px;
    color: #999999;
    font-family: Cotta_Free;
    font-style: italic;
}

.contact .content .boxlist .message .bottom {
    width: 100%;
}

.contact .content .boxlist .message .bottom .bottom_message {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .content .boxlist .message .bottom .bottom_message .one {
    width: 49.2%;
    margin-bottom: 20px;
}

.contact .content .boxlist .message .bottom .bottom_message .one input {
    width: 100%;
    padding: 15px 20px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #999999;
    background-color: #f6f6f6;
    font-size: 14px;
}

.contact .content .boxlist .message .bottom .bottom_message .one input::placeholder {
    color: #999999;
    font-size: 14px;
}

.contact .content .boxlist .message .bottom .bottom_message .two {
    width: 100%;

}

.contact .content .boxlist .message .bottom .bottom_message .two textarea {
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    border: none;
    margin-bottom: 20px;
    outline: none;
    background-color: #f6f6f6;
    border: none;
    color: #999999;
    font-size: 14px;
}

.contact .content .boxlist .message .bottom .bottom_message .two textarea::placeholder {
    color: #999999;
    font-size: 14px;
}

.contact .content .boxlist .message .bottom .bottom_message .more {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
}

.contact .content .boxlist .message .bottom .bottom_message .more a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .content .boxlist .message .bottom .bottom_message .more a img {
    width: 32px;
    margin-right: 15px;
}

.contact .content .boxlist .message .bottom .bottom_message .more a span {
    font-size: 15px;
    color: #999999;
    line-height: 34px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.contact .content .boxlist .message .bottom .bottom_message .more a:hover span {
    color: #541c1e;
}

@media (max-width: 1600px) {
    .contact .content {
        width: 75%;
    }

    .contact .content .boxlist .message .top .theme h1 {
        font-size: 24px;
    }

    .contact .content .boxlist .message .bottom .left .swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
        font-size: 20px;
        line-height: 40px;
    }

    .contact .content .boxlist .address .top .theme h1 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .contact .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .contact {
        padding: 90px 0 120px;
    }

    .contact .content {
        width: 95%;
    }

    .contact .content .boxlist .message .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact .content .boxlist .message .top .theme p {
        font-size: 18px;
        line-height: 24px;
    }

    .contact .content .boxlist .address .top .theme h1 {
        font-size: 24px;
    }

    .contact .content .boxlist .address .top .hot_line a h1 {
        font-size: 20px;
    }

    .contact .content .boxlist .address .bottom .list .list_txt h1 {
        font-size: 16px;
    }

    .contact .content .boxlist .address .bottom .list .list_txt p {
        font-size: 13px;
        color: #999999;
        line-height: 30px;
    }

    .contact .content .boxlist .address .bottom .list .list_img .img {
        width: 40px;
        margin-bottom: 5px;
    }

    .contact .content .boxlist .address .bottom .list .list_img p {
        font-size: 13px;
        line-height: 30px;
    }

    .contact .content .boxlist .address {
        margin-bottom: 30px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .more a span {
        font-size: 14px;
        line-height: 30px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .more a img {
        width: 26px;
        margin-right: 10px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .one input {
        padding: 10px 20px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .two textarea {
        padding: 10px 20px;
    }
}

@media (max-width: 1000px) {
    .contact .content .boxlist .address .bottom {
        flex-wrap: wrap;
    }

    .contact .content .boxlist .address .bottom .list {
        width: 48%;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .contact .content .boxlist .message .top .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contact .content .boxlist .message .top .theme p {
        font-size: 15px;
    }

    .contact .content .boxlist .address .bottom .list {
        width: 100%;
    }

    .contact .content .boxlist .message .bottom .bottom_message .one {
        width: 100%;
    }

    .contact .content .boxlist .message .bottom .bottom_message .one input {
        font-size: 12px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .one input::placeholder {
        font-size: 12px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .two textarea {
        font-size: 12px;
        height: 120px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .two textarea::placeholder {
        font-size: 12px;
    }

    .contact .content .boxlist .message .top {
        margin-bottom: 20px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .more a span {
        font-size: 12px;
        line-height: 24px;
    }

    .contact .content .boxlist .message .bottom .bottom_message .more a img {
        width: 22px;
    }

    .contact .content .boxlist .address .bottom .list .list_img .img {
        width: 30px;
    }

    .contact .content .boxlist .address .bottom .list .list_txt h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .content .boxlist .address .bottom .list .list_txt p {
        font-size: 12px;
        line-height: 24px;
    }

    .contact .content .boxlist .address .bottom .list .list_img {
        margin-bottom: 10px;
    }

    .contact .content .boxlist .address .top .hot_line a h1 {
        font-size: 16px;
    }

    .contact .content .boxlist .address .top .theme h1 {
        font-size: 18px;
    }

    .contact .content .boxlist .address .top .theme {
        margin-bottom: 10px;
    }

    .contact .content .boxlist .address .top .hot_line a p span {
        font-size: 12px;
        line-height: 24px;
    }

    .contact .content .boxlist .address .top .hot_line a p img {
        width: 12px;
        margin-right: 5px;
    }

    .contact .content .boxlist .address .top {
        margin-bottom: 20px;
    }

    .contact {
        padding: 50px 0 80px;
    }

    .contact .content .boxlist .address .bottom .list {
        margin-bottom: 15px;
    }

    .contact .content .boxlist .address {
        margin-bottom: 15px;
    }
}

.honor {
    width: 100%;
    padding: 130px 0 180px;
    background-color: #ffffff;
}

.honor .content {
    width: 100%;
}

.honor .content .boxlist {
    width: 100%;
}

.honor .content .boxlist .mySwiper2 {
    width: 66.6%;
    margin: 0 auto;
}

.honor .content .boxlist .mySwiper {
    width: 75%;
    margin: 0 auto;
}

.honor .content .boxlist .mySwiper .div_swiper {
    width: 88.8%;
    margin: 0 auto;
    overflow: hidden;
}

.honor .content .boxlist .swiper .swiper-wrapper {
    width: 100%;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide {
    opacity: 0;
}
.honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-active .list .list_img{
    box-shadow: 0px 20px 20px rgba(0,0,0,.1);
}
.honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 4%;
    transform: translateX(60%) scale(.7) !important;
    -webkit-transform: translateX(60%) scale(.7) !important;
    -moz-transform: translateX(60%) scale(.7) !important;
    -ms-transform: translateX(60%) scale(.7) !important;
    -o-transform: translateX(60%) scale(.7) !important;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
    margin-top: 4%;
    transform: translateX(-60%) scale(.7) !important;
    -webkit-transform: translateX(-60%) scale(.7) !important;
    -moz-transform: translateX(-60%) scale(.7) !important;
    -ms-transform: translateX(-60%) scale(.7) !important;
    -o-transform: translateX(-60%) scale(.7) !important;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 66.6%;
    background-color: #f6f6f6;
}

.honor .content .boxlist .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;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    max-height: 95%;
    max-width: 95%;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    text-align: center;
    padding: 15px;
    opacity: 0;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-active .list a .list_txt {
    opacity: 1;
}

.honor .content .boxlist .swiper.mySwiper .swiper-wrapper .swiper-slide .list .list_txt {
    display: none;
}

.honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-button-prev {
    display: none;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-button-next {
    display: none;
}

.honor .content .boxlist .swiper.mySwiper2 .swiper-pagination {
    display: none;
}

.honor .content .boxlist .swiper.mySwiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_left_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    left: 1.5%;
    bottom: auto;
    right: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-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;
}

.honor .content .boxlist .swiper.mySwiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_right_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    right: 1.5%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-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;
}

.honor .content .boxlist .swiper.mySwiper .swiper-button-prev:hover {
    background: url(../images/index_history_left_icon02.png) no-repeat;
    background-size: 100%;
}

.honor .content .boxlist .swiper.mySwiper .swiper-button-next:hover {
    background: url(../images/index_history_right_icon02.png) no-repeat;
    background-size: 100%;
}

.honor .content .boxlist .swiper.mySwiper .swiper-pagination {
    display: none;
}

@media (max-width: 1600px) {
    .honor .content .boxlist .mySwiper2 {
        width: 75%;
    }

    .honor .content .boxlist .mySwiper {
        width: 85%;
    }
}

@media (max-width: 1400px) {
    .honor .content .boxlist .mySwiper2 {
        width: 85%;
    }

    .honor .content .boxlist .mySwiper {
        width: 95%;
    }
}

@media (max-width: 1200px) {
    .honor .content .boxlist .mySwiper2 {
        width: 95%;
    }

    .honor {
        padding: 90px 0 130px;
    }

    .honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .honor .content .boxlist .mySwiper .div_swiper {
        width: 80%;
    }

    .honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
        margin-top: 2%;
    }

    .honor .content .boxlist .swiper.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-next {
        margin-top: 2%;
    }
}

@media (max-width: 550px) {
    .honor .content .boxlist .swiper.mySwiper .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

    .honor .content .boxlist .swiper.mySwiper .swiper-button-next {
        width: 24px;
        height: 24px;
    }

    .honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .honor .content .boxlist .swiper .swiper-wrapper .swiper-slide .list .list_txt {
        padding: 10px;
    }

    .honor {
        padding: 50px 0 80px;
    }
}

/* 新闻动态 */
.news {
    width: 100%;
}

.news .news_content {
    width: 100%;
}

.news .news_content .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
    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 .news_content .list .list_img {
    width: 25%;
}

.news .news_content .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}

.news .news_content .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .news_content .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 .news_content .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 .news_content .list .list_txt {
    width: 69.4%;
}

.news .news_content .list .list_txt .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news .news_content .list .list_txt .top .theme {
    width: 70%;
}

.news .news_content .list .list_txt .top .theme h1 {
    font-weight: normal;
    margin-bottom: 20px;
}

.news .news_content .list .list_txt .top .theme h1 a {
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    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 .news_content .list .list_txt .top .theme p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .news_content .list .list_txt .top .time {
    width: 25%;
    text-align: right;
}

.news .news_content .list .list_txt .top .time span:first-child {
    font-size: 40px;
    margin-bottom: 20px;
}

.news .news_content .list .list_txt .top .time span {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    display: block;
    font-weight: lighter;
    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 .news_content .list .list_txt .bottom {
    width: 100%;
}

.news .news_content .list .list_txt .bottom .more {
    width: auto;
}

.news .news_content .list .list_txt .bottom .more a {
    display: flex;
    align-items: center;
}

.news .news_content .list .list_txt .bottom .more a .img {
    width: 32px;
    border: 1px solid #999999;
    background-color: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 15px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.news .news_content .list .list_txt .bottom .more a .img img {
    width: 100%;
    filter: invert(40%);
    -webkit-filter: invert(40%);
    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 .news_content .list .list_txt .bottom .more a span {
    font-size: 15px;
    color: #999999;
    line-height: 34px;
}

.news .news_content .list:hover {
    border-bottom: 1px solid #541c1e;
}

.news .news_content .list:hover .list_txt .top .time span {
    color: #541c1e;
}

.news .news_content .list:hover .list_txt .bottom .more a .img {
    border: 1px solid transparent;
    background-color: #541c1e;
}

.news .news_content .list:hover .list_txt .bottom .more a .img img {
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

.news .news_content .list:hover .list_txt .bottom .more a span {
    color: #541c1e;
}

.news .news_content .list:hover .list_txt .top .theme h1 a {
    color: #541c1e;
}

@media (max-width: 1800px) {
    .news .news_content .list .list_txt .top .time span:first-child {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .news .news_content .list .list_txt .top .time span {
        line-height: 26px;
    }

    .news .news_content .list .list_txt .top .theme h1 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1600px) {
    .news .news_content .list .list_txt .top .theme h1 a {
        font-size: 18px;
        line-height: 30px;
    }

    .news .news_content .list .list_txt .top .theme p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

@media (max-width: 1200px) {
    .news .news_content .list .list_txt .top {
        flex-wrap: wrap;
    }

    .news .news_content .list .list_txt .top .theme {
        width: 100%;
        margin-bottom: 20px;
    }

    .news .news_content .list .list_txt .top .time {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .news .news_content .list .list_txt .top .time span:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .news .news_content .list .list_txt .top .time span:first-child br {
        display: none;
    }

    .news .news_content .list .list_img {
        width: 40%;
    }

    .news .news_content .list .list_txt {
        width: 55%;
    }

    .news .news_content .list .list_txt .top .theme h1 a {
        font-size: 16px;
    }

    .news .news_content .list .list_txt .top .theme h1 {
        margin-bottom: 5px;
    }

    .news .news_content .list .list_txt .top .theme p {
        font-size: 13px;
    }

    .news .news_content .list .list_txt .top .time span:first-child {
        font-size: 24px;
    }

    .news .news_content .list .list_txt .top .time span {
        font-size: 16px;
    }

    .news .news_content .list .list_txt .bottom .more a span {
        font-size: 14px;
        line-height: 24px;
    }

    .news .news_content .list .list_txt .bottom .more a .img {
        width: 26px;
    }
}

@media (max-width: 1000px) {
    .news .news_content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news .news_content .list {
        width: 48%;
        flex-wrap: wrap;
        padding-bottom: 20px;
        margin-bottom: 30px;

    }

    .news .news_content .list .list_img {
        width: 100%;
    }

    .news .news_content .list .list_txt {
        width: 100%;
    }

    .news .news_content .list .list_txt .top .theme {
        margin-bottom: 15px;
    }

    .news .news_content .list .list_txt .top .time {
        display: none;
    }

    .news .news_content .list .list_txt .top .theme h1 {
        margin: 5px 0;
    }
}

@media (max-width: 1000px) {
    .news .news_content .list .list_txt .top .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .news .news_content .list .list_txt .top .theme p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .news .news_content .list .list_txt .bottom .more a .img {
        width: 22px;
        margin-right: 10px;
    }

    .news .news_content .list {
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .news .news_content .list .list_txt .bottom .more a span {
        font-size: 12px;
    }
}

/* 新闻详情 */
.news_detail {
    width: 100%;
}

.news_detail .news_detail_content {
    width: 100%;
}

.news_detail .news_detail_content .theme {
    border-bottom: 1px solid #e5e5e5;
}

.news_detail .news_detail_content .theme .title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.news_detail .news_detail_content .theme .time {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}

.news_detail .news_detail_content .news_detail_info {
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}

.news_detail .news_detail_content .news_detail_info img {
    max-width: 100%;
}

.news_detail .news_detail_content .news_detail_info p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}

.news_detail .news_detail_content .news_detail_info p>img {
    max-width: 100%;
}

.news_detail .news_detail_content .news_detail_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.news_detail .news_detail_content .news_detail_other ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-right: 10px;
}

.news_detail .news_detail_content .news_detail_other ul li a {
    color: #666666;
}

.news_detail .news_detail_content .news_detail_other ul li a:hover {
    color: #541c1e;
}

.news_detail .news_detail_content .news_detail_other .more {
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dddddd;
    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_detail .news_detail_content .news_detail_other .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.news_detail .news_detail_content .news_detail_other .more:hover {
    background-color: #541c1e;
}

.news_detail .news_detail_content .news_detail_other .more:hover a {
    color: #ffffff;
}

@media (max-width:1200px) {
    .news_detail .news_detail_content .theme .title {
        font-size: 22px;
    }

    .news_detail .news_detail_content .news_detail_other .more a {
        font-size: 13px;
    }

    .news_detail .news_detail_content .news_detail_other .more {
        width: 100px;
        height: 32px;
    }
}

@media (max-width:760px) {
    .news_detail .news_detail_content .news_detail_other .more a {
        font-size: 12px;
        width: 90px;
        height: 32px;
    }
}

.product {
    width: 100%;
}

.product .product_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product .product_content .list {
    width: 31.4%;
    margin-right: 2.7%;
    margin-bottom: 2.7%;
    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 .product_content .list:nth-child(3n) {
    margin-right: 0%;
}

.product .product_content .list .list_img {
    width: 100%;
}

.product .product_content .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product .product_content .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product .product_content .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);
}

.product .product_content .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 .product_content .list .list_txt {
    width: 100%;
    background-color: #f8f8f8;
    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 .product_content .list .list_txt .theme {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.product .product_content .list .list_txt .theme h1 {
    font-weight: normal;
}

.product .product_content .list .list_txt .theme h1 a {
    font-size: 18px;
    line-height: 36px;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product .product_content .list .list_txt .theme p {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product .product_content .list:hover {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.product .product_content .list:hover .list_txt {
    background-color: #ffffff;
}

.product .product_content .list:hover .list_txt .theme h1 a {
    color: #541c1e;
}

@media (max-width: 1200px) {
    .product .product_content .list .list_txt .theme {
        padding: 10px;
    }

    .product .product_content .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 30px;
    }

    .product .product_content .list .list_txt .theme p {
        font-size: 13px;
        line-height: 30px;
    }
}

@media (max-width: 1000px) {
    .product .product_content {
        justify-content: space-between;
    }

    .product .product_content .list {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
}

@media (max-width: 550px) {
    .product .product_content .list .list_txt .theme {
        padding: 10px;
    }

    .product .product_content .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .product .product_content .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }
}

/* 产品详情 */
.product_detail {
    width: 100%;
}

.product_detail .product_detail_content {
    width: 100%;
}

.product_detail .product_detail_content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.product_detail .product_detail_content .top .left {
    width: 48.1%;
}

.product_detail .product_detail_content .top .left .swiper {
    width: 100%;
    margin-bottom: 3px;
}

.product_detail .product_detail_content .top .left .swiper .swiper-wrapper {
    width: 100%;
}

.product_detail .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    border: 1px solid #dddddd;
}

.product_detail .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.product_detail .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product_detail .product_detail_content .top .left .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;
}

.product_detail .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    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);
}

.product_detail .product_detail_content .top .left .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);
}

.product_detail .product_detail_content .top .left .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #541c1e;
}

.product_detail .product_detail_content .top .right {
    width: 46.2%;
}

.product_detail .product_detail_content .top .right .theme {
    width: 100%;
    margin: 20px 0 40px;
}

.product_detail .product_detail_content .top .right .theme h1 {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
}

.product_detail .product_detail_content .top .right .info {
    width: 100%;
    margin-bottom: 70px;
}

.product_detail .product_detail_content .top .right .info p {
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}

.product_detail .product_detail_content .top .right .more {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.product_detail .product_detail_content .top .right .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 14px;
}

.product_detail .product_detail_content .top .right .more a:first-child {
    border: 1px solid #541c1e;
    color: #541c1e;
}

.product_detail .product_detail_content .top .right .more a:last-child {
    background-color: #541c1e;
    color: #ffffff;
}

.product_detail .product_detail_content .top .right ul {
    width: 100%;
}

.product_detail .product_detail_content .top .right ul li {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.product_detail .product_detail_content .top .right ul li a {
    color: #999999;
    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_content .top .right ul li a:hover {
    color: #541c1e;
}

.product_detail .product_detail_content .bottom {
    width: 100%;
}

.product_detail .product_detail_content .bottom .product_detail_title {
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.product_detail .product_detail_content .bottom .product_detail_title .theme {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: flex-end;
}

.product_detail .product_detail_content .bottom .product_detail_title .theme::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/product_detail_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%);
}

.product_detail .product_detail_content .bottom .product_detail_title .theme h1 {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-right: 10px;
}

.product_detail .product_detail_content .bottom .product_detail_title .theme p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.product_detail .product_detail_content .bottom .product_detail_info {
    width: 100%;
}

.product_detail .product_detail_content .bottom .product_detail_info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .product_detail .product_detail_content .top .right .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .product_detail .product_detail_content .top .right .theme {
        margin: 15px 0 30px;
    }

    .product_detail .product_detail_content .top .right .info p {
        font-size: 14px;
        line-height: 30px;
    }

    .product_detail .product_detail_content .top .right .info {
        margin-bottom: 50px;
    }

    .product_detail .product_detail_content .top .right .more a {
        width: 120px;
        height: 36px;
    }

    .product_detail .product_detail_content .top .right .more {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .product_detail .product_detail_content .top .right .theme h1 {
        font-size: 20px;
    }

    .product_detail .product_detail_content .top .right .info p {
        font-size: 13px;
    }

    .product_detail .product_detail_content .top .right .theme {
        margin: 10px 0 20px;
    }

    .product_detail .product_detail_content .top .right .info {
        margin-bottom: 30px;
    }

    .product_detail .product_detail_content .top .right .more a {
        width: 100px;
        height: 32px;
    }

    .product_detail .product_detail_content .top .right ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .product_detail .product_detail_content .top .right .more {
        margin-bottom: 20px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme p {
        font-size: 13px;
        line-height: 25px;
    }
}

@media (max-width: 1000px) {
    .product_detail .product_detail_content .top {
        flex-wrap: wrap;
    }

    .product_detail .product_detail_content .top .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .product_detail .product_detail_content .top .right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .product_detail .product_detail_content .top .left {
        margin-bottom: 20px;
    }

    .product_detail .product_detail_content .top .right .theme h1 {
        font-size: 16px;
    }

    .product_detail .product_detail_content .top .right .theme {
        margin: 0px 0 15px;
    }

    .product_detail .product_detail_content .top .right .info p {
        font-size: 12px;
    }

    .product_detail .product_detail_content .top .right .more a {
        font-size: 12px;
    }

    .product_detail .product_detail_content .top .right .info {
        margin-bottom: 20px;
    }

    .product_detail .product_detail_content .top .right ul li {
        font-size: 12px;
    }

    .product_detail .product_detail_content .top {
        margin-bottom: 30px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title {
        margin-bottom: 20px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme::after {
        width: 10px;
        height: 10px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme {
        padding-left: 20px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .product_detail .product_detail_content .bottom .product_detail_title .theme h1 {
        line-height: 28px;
    }
}

/* 配套推荐 */
.product_recommend {
    width: 100%;
    padding-bottom: 190px;
    background-color: #ffffff;
}

.product_recommend .content {
    width: 100%;
}

.product_recommend .content .boxlist {
    width: 100%;
}

.product_recommend .content .boxlist .top {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.product_recommend .content .boxlist .top .theme {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: flex-end;
}

.product_recommend .content .boxlist .top .theme::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/product_detail_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%);
}

.product_recommend .content .boxlist .top .theme h1 {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-right: 10px;
}

.product_recommend .content .boxlist .top .theme p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.product_recommend .content .boxlist .bottom {
    width: 100%;
}

.product_recommend .content .boxlist .bottom .swiper {
    width: 83.3%;
    margin: 0 auto;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper {
    width: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product_recommend .content .boxlist .bottom .swiper .div_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_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.product_recommend .content .boxlist .bottom .swiper .div_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_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    background-color: #f8f8f8;
    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_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-weight: normal;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
    font-size: 18px;
    line-height: 36px;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product_recommend .content .boxlist .bottom .swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_left_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    left: 1%;
    bottom: auto;
    right: auto;
    transform: translate(0%, -0%);
    -webkit-transform: translate(0%, -0%);
    -moz-transform: translate(0%, -0%);
    -ms-transform: translate(0%, -0%);
    -o-transform: translate(0%, -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;
}

.product_recommend .content .boxlist .bottom .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_right_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    right: 1%;
    bottom: auto;
    left: auto;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -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;
}

.product_recommend .content .boxlist .bottom .swiper .swiper-button-prev:hover {
    background: url(../images/index_history_left_icon02.png) no-repeat;
    background-size: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .swiper-button-next:hover {
    background: url(../images/index_history_right_icon02.png) no-repeat;
    background-size: 100%;
}

.product_recommend .content .boxlist .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1400px) {
    .product_recommend .content .boxlist .top {
        width: 85%;
    }

    .product_recommend .content .boxlist .bottom .swiper {
        width: 95%;
    }
}

@media (max-width: 1200px) {
    .product_recommend .content .boxlist .top {
        width: 95%;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper {
        width: 83.3%;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding: 10px;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 30px;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .product_recommend {
        padding-bottom: 130px;
    }

    .product_recommend .content .boxlist .top .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .product_recommend .content .boxlist .top .theme p {
        font-size: 13px;
        line-height: 25px;
    }
}

@media (max-width: 550px) {
    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding: 10px;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .product_recommend .content .boxlist .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .product_recommend .content .boxlist .bottom .swiper .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

    .product_recommend .content .boxlist .bottom .swiper .swiper-button-next {
        width: 24px;
        height: 24px;
    }

    .product_recommend {
        padding-bottom: 80px;
    }

    .product_recommend .content .boxlist .top .theme {
        padding-left: 20px;
    }

    .product_recommend .content .boxlist .top .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .product_recommend .content .boxlist .top .theme h1 {
        line-height: 28px;
    }

    .product_recommend .content .boxlist .top .theme::after {
        width: 10px;
        height: 10px;
    }
}

.taitang_layer {
    width: 100%;
    display: none;
}

.taitang_layer .content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.taitang_layer .content .boxlist {
    width: 960px;
    max-width: 960px;
    margin: 0 20px;
    background-color: #ffffff;
    position: relative;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.taitang_layer .content .boxlist .left {
    width: 65%;
    margin-bottom: 30px;
}

.taitang_layer .content .boxlist .left .top {
    width: 100%;
    margin-bottom: 20px;
}

.taitang_layer .content .boxlist .left .top .theme {
    width: 100%;
}

.taitang_layer .content .boxlist .left .top .theme h1 {
    font-size: 30px;
    color: #541c1e;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 5px;
}

.taitang_layer .content .boxlist .left .top .theme p {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
}

.taitang_layer .content .boxlist .left .bottom {
    width: 100%;
}

.taitang_layer .content .boxlist .left .bottom .bottom_title {
    width: 100%;
    margin-bottom: 15px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_title h1 {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    font-weight: normal;
}

.taitang_layer .content .boxlist .left .bottom .bottom_title h1 span {
    color: #541c1e;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase {
    width: 100%;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message {
    width: 100%;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one {
    width: 100%;
    margin-bottom: 20px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one input {
    width: 100%;
    padding: 15px 20px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #999999;
    background-color: #f6f6f6;
    font-size: 14px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one input::placeholder {
    color: #999999;
    font-size: 14px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two {
    width: 100%;

}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two textarea {
    width: 100%;
    height: 130px;
    padding: 15px 20px;
    border: none;
    margin-bottom: 20px;
    outline: none;
    background-color: #f6f6f6;
    border: none;
    color: #999999;
    font-size: 14px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two textarea::placeholder {
    color: #999999;
    font-size: 14px;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .more {
    width: 100%;
}

.taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 44px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    line-height: 30px;
    font-size: 14px;
    background-color: #541c1e;
    color: #ffffff;
}

.taitang_layer .content .boxlist .right {
    width: 30%;
}

.taitang_layer .content .boxlist .right .top {
    width: 100%;
    margin-bottom: 20px;
}

.taitang_layer .content .boxlist .right .top .theme {
    width: 100%;
}

.taitang_layer .content .boxlist .right .top .theme h1 {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
}

.taitang_layer .content .boxlist .right .bottom {
    width: 100%;
}

.taitang_layer .content .boxlist .right .bottom .info {
    width: 100%;
}

.taitang_layer .content .boxlist .right .bottom .info p {
    font-size: 14px;
    line-height: 60px;
    background-color: #f6f6f6;
    color: #333333;
    padding: 0 30px;
}

.taitang_layer .content .boxlist .right .bottom .info p:nth-child(odd) {
    background-color: #f0f0f0;
}

.taitang_layer .content .boxlist .shut_down {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #363636;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .taitang_layer .content .boxlist .left .top .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .taitang_layer .content .boxlist .left .top .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_title h1 {
        font-size: 15px;
        line-height: 30px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one input {
        padding: 10px 15px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two textarea {
        padding: 10px 15px;
    }

    .taitang_layer .content .boxlist .left .top {
        margin-bottom: 10px;
    }

    .taitang_layer .content .boxlist .right .top .theme h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .taitang_layer .content .boxlist .right .bottom .info p {
        font-size: 13px;
        line-height: 50px;
        padding: 0 20px;
    }
}

@media (max-width: 1000px) {
    .taitang_layer .content .boxlist .left {
        width: 60%;
        margin-bottom: 20px;
    }

    .taitang_layer .content .boxlist .right {
        width: 35%;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .more a {
        width: 120px;
        height: 38px;
    }
}

@media (max-width: 760px) {
    .taitang_layer .content .boxlist {
        flex-wrap: wrap;
        padding: 30px;
    }

    .taitang_layer .content .boxlist .left {
        width: 100%;
    }

    .taitang_layer .content .boxlist .right {
        display: none;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .taitang_layer .content .boxlist {
        padding: 15px;
    }

    .taitang_layer .content .boxlist .left .top .theme h1 {
        font-size: 16px;
    }

    .taitang_layer .content .boxlist .left .top .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_title h1 {
        font-size: 14px;
        line-height: 24px;
    }

    .taitang_layer .content .boxlist .shut_down {
        font-size: 20px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one input {
        font-size: 12px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .one input::placeholder {
        font-size: 12px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two textarea {
        font-size: 12px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .two textarea::placeholder {
        font-size: 12px;
    }

    .taitang_layer .content .boxlist .left .bottom .bottom_purchase .bottom_message .more a {
        width: 100px;
        height: 34px;
        line-height: 24px;
        font-size: 12px;
    }
}

.plan01 {
    width: 100%;
}

.plan01 .plan01_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.plan01 .plan01_content .list {
    width: 48.1%;
    position: relative;
}

.plan01 .plan01_content .list .list_img {
    width: 100%;
}

.plan01 .plan01_content .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 57.6%;
    overflow: hidden;
}

.plan01 .plan01_content .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.plan01 .plan01_content .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);
}

.plan01 .plan01_content .list:hover .list_img .img a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.plan01 .plan01_content .list .list_txt {
    width: 92%;
    position: absolute;
    bottom: 7%;
    left: 4%;
}

.plan01 .plan01_content .list .list_txt .txt {
    display: flex;
    align-items: flex-end;
    background-color: transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.plan01 .plan01_content .list .list_txt .txt .img {
    width: 50px;
}

.plan01 .plan01_content .list .list_txt .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;
}

.plan01 .plan01_content .list:hover .list_txt .txt .img img {
    animation: .8s icon_donghua ease-in-out;
    -webkit-animation: .8s icon_donghua ease-in-out;
}

.plan01 .plan01_content .list .list_txt .txt .theme {
    margin: 0 15px;
    flex-grow: 1;
}

.plan01 .plan01_content .list .list_txt .txt .theme h1 {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-weight: lighter;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.plan01 .plan01_content .list .list_txt .txt .theme p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}


@media (max-width: 1600px) {
    .plan01 .plan01_content .list .list_txt .txt .theme h1 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .plan01 .plan01_content .list .list_txt .txt .theme h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .plan01 .plan01_content .list .list_txt .txt .theme p {
        font-size: 13px;
    }

    .plan01 .plan01_content .list .list_txt .txt .img {
        width: 40px;
    }

    .plan01 .plan01_content .list .list_txt .txt .theme {
        margin: 0 10px;
    }
}

@media (max-width: 1000px) {
    .plan01 .plan01_content .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .plan01 .plan01_content {
        flex-wrap: wrap;
    }
}

@media (max-width: 550px) {

    .plan01 .plan01_content .list .list_txt .txt .theme h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .plan01 .plan01_content .list .list_txt .txt .theme p {
        font-size: 12px;
        line-height: 20px;
    }

    .plan01 .plan01_content .list .list_txt .txt .img {
        width: 35px;
    }
.plan01 .plan01_content .list .list_img .img{
    padding-bottom: 40.6%;
    border-radius: 10px;
}
}

.plan02 {
    width: 100%;
    margin-top: 120px;
}

.plan02 .plan02_content {
    width: 100%;
}

.plan02 .plan02_content .top {
    width: 100%;
}

.plan02 .plan02_content .top .theme {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.plan02 .plan02_content .top .theme h1 {
    font-size: 26px;
    color: #333333;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 10px;
}

.plan02 .plan02_content .top .theme p {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}

.plan02 .plan02_content .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.plan02 .plan02_content .bottom .list {
    width: 25.9%;
}

.plan02 .plan02_content .bottom .list:first-child {
    width: 44.44%;
}

.plan02 .plan02_content .bottom .list .img {
    width: 100%;
    margin-bottom: 7%;
    overflow: hidden;
}

.plan02 .plan02_content .bottom .list .img img {
    width: 100%;
    cursor: pointer;
    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);
}

.plan02 .plan02_content .bottom .list .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media (max-width: 1200px) {
    .plan02 .plan02_content .top .theme h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .plan02 .plan02_content .top .theme p {
        font-size: 14px;
        line-height: 30px;
    }

    .plan02 .plan02_content .top .theme {
        margin-bottom: 30px;
    }
}

@media (max-width: 1000px) {
    .plan02 {
        margin-top: 50px;
    }

    .plan02 .plan02_content .bottom {
        flex-wrap: wrap;
    }

    .plan02 .plan02_content .bottom .list:first-child {
        width: 100%;
    }

    .plan02 .plan02_content .bottom .list:first-child .img {
        margin-bottom: 4%;
    }

    .plan02 .plan02_content .bottom .list {
        width: 48%;
    }
}

@media (max-width: 550px) {
    .plan02 {
        margin-top: 30px;
    }

    .plan02 .plan02_content .top .theme h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .plan02 .plan02_content .top .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .plan02 .plan02_content .top .theme {
        margin-bottom: 20px;
    }
}

.plan_product {
    width: 100%;
    padding-top: 60px;
    background-color: #ffffff;
}

.plan_product .plan_product_content {
    width: 100%;
}

.plan_product .plan_product_content .top {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.plan_product .plan_product_content .top .theme {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: flex-end;
}

.plan_product .plan_product_content .top .theme::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/product_detail_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%);
}

.plan_product .plan_product_content .top .theme h1 {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-right: 10px;
}

.plan_product .plan_product_content .top .theme p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.plan_product .plan_product_content .bottom {
    width: 100%;
}

.plan_product .plan_product_content .bottom .swiper {
    width: 100%;
    margin: 0 auto;
    overflow: inherit;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper {
    width: 100%;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list {
    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;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.plan_product .plan_product_content .bottom .swiper .div_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;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img a.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(84, 28, 30, .4);
    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);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list:hover .list_img .img a.mask {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list:hover {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list:hover .list_txt {
    background-color: #ffffff;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_img .img a.mask img {
    width: 21px;
}

.plan_product .plan_product_content .bottom .swiper .div_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);
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt {
    width: 100%;
    background-color: #f6f6f6;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
    width: 100%;
    padding: 15px;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 {
    font-weight: normal;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
    font-size: 18px;
    line-height: 36px;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list:hover .list_txt .theme h1 a {
    color: #541c1e;
}

.plan_product .plan_product_content .bottom .swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_left_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    left: -1.5%;
    bottom: auto;
    right: auto;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -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;
}

.plan_product .plan_product_content .bottom .swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../images/index_history_right_icon01.png) no-repeat;
    background-size: 100%;
    margin: 0;
    top: 50%;
    right: -1.5%;
    bottom: auto;
    left: auto;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -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;
}

.plan_product .plan_product_content .bottom .swiper .swiper-button-prev:hover {
    background: url(../images/index_history_left_icon02.png) no-repeat;
    background-size: 100%;
}

.plan_product .plan_product_content .bottom .swiper .swiper-button-next:hover {
    background: url(../images/index_history_right_icon02.png) no-repeat;
    background-size: 100%;
}

.plan_product .plan_product_content .bottom .swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1200px) {
    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding: 10px;
    }

    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 30px;
    }

    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 13px;
        line-height: 30px;
    }

    .plan_product .plan_product_content .top .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .plan_product .plan_product_content .top .theme p {
        font-size: 13px;
        line-height: 25px;
    }

    .plan_product .plan_product_content .bottom .swiper .swiper-button-prev {
        display: none;
    }

    .plan_product .plan_product_content .bottom .swiper .swiper-button-next {
        display: none;
    }

    .plan_product {
        padding-top: 60px;
    }
}

@media (max-width: 550px) {
    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme {
        padding: 10px;
    }

    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .plan_product .plan_product_content .bottom .swiper .div_swiper .swiper-wrapper .swiper-slide .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .plan_product {
        padding-top: 40px;
    }

    .plan_product .plan_product_content .bottom .top .theme {
        padding-left: 20px;
    }

    .plan_product .plan_product_content .bottom .top .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .plan_product .plan_product_content .bottom .top .theme h1 {
        line-height: 28px;
    }

    .plan_product .plan_product_content .bottom .top .theme::after {
        width: 10px;
        height: 10px;
    }
}

/* info单页 */
.info_main {
    padding: 140px 0 200px;
}

.info_main .content {
    width: 75%;
    margin: 0 auto;
}

.info_main .content .info_edit img {
    max-width: 100%;
}

@media (max-width:1400px) {
    .info_main .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .info_main .content {
        width: 95%;
    }

    .info_main {
        padding: 90px 0 140px;
    }
}

@media (max-width:550px) {
    .info_main {
        padding: 50px 0 80px;
    }
}

/* 案例详情 */
.cases_detail {
    width: 100%;
}

.cases_detail .cases_detail_content {
    width: 100%;
}

.cases_detail .cases_detail_content .theme {
    border-bottom: 1px solid #e5e5e5;
}

.cases_detail .cases_detail_content .theme .title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}

.cases_detail .cases_detail_content .theme .time {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}

.cases_detail .cases_detail_content .cases_detail_info {
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}

.cases_detail .cases_detail_content .cases_detail_info img {
    max-width: 100%;
}

.cases_detail .cases_detail_content .cases_detail_info p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}

.cases_detail .cases_detail_content .cases_detail_info p>img {
    max-width: 100%;
}

.cases_detail .cases_detail_content .cases_detail_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.cases_detail .cases_detail_content .cases_detail_other ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-right: 10px;
}

.cases_detail .cases_detail_content .cases_detail_other ul li a {
    color: #666666;
}

.cases_detail .cases_detail_content .cases_detail_other ul li a:hover {
    color: #541c1e;
}

.cases_detail .cases_detail_content .cases_detail_other .more {
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dddddd;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.cases_detail .cases_detail_content .cases_detail_other .more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.cases_detail .cases_detail_content .cases_detail_other .more:hover {
    background-color: #541c1e;
}

.cases_detail .cases_detail_content .cases_detail_other .more:hover a {
    color: #ffffff;
}

@media (max-width:1200px) {
    .cases_detail .cases_detail_content .theme .title {
        font-size: 22px;
    }

    .cases_detail .cases_detail_content .cases_detail_other .more a {
        font-size: 13px;
    }

    .cases_detail .cases_detail_content .cases_detail_other .more {
        width: 100px;
        height: 32px;
    }
}

@media (max-width:760px) {
    .cases_detail .cases_detail_content .cases_detail_other .more a {
        font-size: 12px;
        width: 90px;
        height: 32px;
    }
}

/* 获取采购方案 */
.purchasing_plan {
    width: 100%;
    padding: 70px 0 80px;
    background: url(../images/purchasing_plan_back01.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.purchasing_plan .content {
    width: 66.6%;
    margin: 0 auto;
}

.purchasing_plan .content .boxlist {
    width: 100%;
}

.purchasing_plan .content .boxlist .top {
    width: 100%;
    margin-bottom: 40px;
}

.purchasing_plan .content .boxlist .top .theme {
    width: 100%;
    text-align: center;
}

.purchasing_plan .content .boxlist .top .theme h1 {
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}

.purchasing_plan .content .boxlist .top .theme p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
}

.purchasing_plan .content .boxlist .bottom {
    width: 100%;
}

.purchasing_plan .content .boxlist .bottom .message {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.purchasing_plan .content .boxlist .bottom .message .one:nth-child(1),
.purchasing_plan .content .boxlist .bottom .message .one:nth-child(3) {
    width: 31.25%;
}

.purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) {
    width: 32.8125%;
}

.purchasing_plan .content .boxlist .bottom .message .one:nth-child(4),
.purchasing_plan .content .boxlist .bottom .message .one:nth-child(5) {
    width: 48.43%;
}

.purchasing_plan .content .boxlist .bottom .message .two {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.purchasing_plan .content .boxlist .bottom .message .more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.purchasing_plan .content .boxlist .bottom .message .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.purchasing_plan .content .boxlist .bottom .message .one p {
    width: 70px;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}

.purchasing_plan .content .boxlist .bottom .message .one input {
    width: calc(100% - 75px);
    padding: 12px 20px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) p {
    width: 90px;
}

.purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) input {
    width: calc(100% - 90px);
}

.purchasing_plan .content .boxlist .bottom .message .two p {
    width: 70px;
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin-top: 4px;
    line-height: 36px;
}

.purchasing_plan .content .boxlist .bottom .message .two textarea {
    width: calc(100% - 75px);
    padding: 12px 20px;
    height: 130px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .5);
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.purchasing_plan .content .boxlist .bottom .message .more a {
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
    margin-left: 10px;
}

.purchasing_plan .content .boxlist .bottom .message .more a:first-child {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.purchasing_plan .content .boxlist .bottom .message .more a:last-child {
    color: #541c1e;
    background-color: #ffffff;
}

@media (max-width: 1600px) {
    .purchasing_plan .content {
        width: 75%;
    }

    .purchasing_plan .content .boxlist .top .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 1400px) {
    .purchasing_plan .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .purchasing_plan .content {
        width: 95%;
    }

    .purchasing_plan .content .boxlist .top .theme h1 {
        font-size: 20px;
    }

    .purchasing_plan .content .boxlist .top .theme p {
        font-size: 13px;
        line-height: 24px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one p {
        font-size: 13px;
        line-height: 30px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two p {
        font-size: 13px;
        line-height: 30px;
    }

    .purchasing_plan .content .boxlist .bottom .message .more a {
        width: 120px;
        height: 36px;
        font-size: 14px;
        line-height: 24px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one input {
        padding: 10px 15px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two textarea {
        padding: 10px 15px;
    }
}

@media (max-width: 760px) {

    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(1),
    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(2),
    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(3),
    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(4),
    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(5) {
        width: 100%;
    }

    .purchasing_plan .content .boxlist .bottom .message .one p {
        width: 80px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one input {
        width: calc(100% - 85px);
    }

    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) p {
        width: 80px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) input {
        width: calc(100% - 85px);
    }

    .purchasing_plan .content .boxlist .bottom .message .two p {
        width: 80px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two textarea {
        width: calc(100% - 85px);
    }
}

@media (max-width: 550px) {
    .purchasing_plan .content .boxlist .top .theme h1 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .purchasing_plan .content .boxlist .top .theme p {
        font-size: 12px;
    }

    .purchasing_plan .content .boxlist .top {
        margin-bottom: 20px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one p {
        font-size: 12px;
        line-height: 24px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two p {
        font-size: 12px;
        line-height: 24px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one input {
        padding: 7px 10px;
        font-size: 12px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two textarea {
        padding: 7px 10px;
        font-size: 12px;
        height: 100px;
    }

    .purchasing_plan .content .boxlist .bottom .message .more a {
        width: 100px;
        height: 32px;
        font-size: 12px;
    }

    .purchasing_plan .content .boxlist .bottom .message .one {
        margin-bottom: 15px;
    }

    .purchasing_plan .content .boxlist .bottom .message .two {
        margin-bottom: 15px;
    }

    .purchasing_plan {
        padding: 50px 0 60px;
        margin-bottom: 0px;
    }
    .purchasing_plan .content .boxlist .bottom .message .two textarea {
        width: calc(90% - 85px);
    }
.purchasing_plan .content .boxlist .bottom .message .one:nth-child(2) input {
    width: calc(90% - 85px);
}
.purchasing_plan .content .boxlist .bottom .message .one input {
    width: calc(90% - 85px);
}
.purchasing_plan .content .boxlist .bottom .message .one{
justify-content: flex-start;
}
.purchasing_plan .content .boxlist .bottom .message .two{
justify-content: flex-start;
}
.purchasing_plan .content .boxlist .bottom .message .more{
justify-content: flex-start;
}
.purchasing_plan .content .boxlist .bottom .message .more{
width: auto;
    position: absolute;
    bottom: 0;
    left: 55%;
transform: translateX(-50%);
}
.purchasing_plan .content .boxlist .bottom .message .more a:first-child{
    margin-left: 0;
}
.purchasing_plan .content .boxlist .bottom .message{
    position: relative;
    padding-bottom: 35px;
}
}


/* 2023.6.15 */
.xiu_product01 {
    width: 100%;
    padding: 120px 0 100px;
    background-color: #ffffff;
}

.xiu_product01 .content {
    width: 66.6%;
    margin: 0 auto;
}

.xiu_product01 .content .boxlist {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
}

.xiu_product01 .content .boxlist .product_top .product_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    padding: 15px 0;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul>li {
    width: 240px;
    display: flex;
    justify-content: space-between;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul>li>a {
    color: #ffffff;
    line-height: 60px;
    padding: 0 20px;
    background-color: transparent;
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul>li>a::after {
    content: "";
    width: 6px;
    height: 11px;
    background: url(../images/xiu_product_icon01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.xiu_product01 .content .boxlist .product_top .product_nav ul>li>a:hover {
    background-color: #541c1e;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 {
    display: none;
    position: absolute;
    left: 240px;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li:hover .dropdown_menu1 {
    display: block;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    overflow-y: auto;
}
.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div::-webkit-scrollbar{
    display: none;
}
.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 {
    width: 100%;
    padding: 0px 20px;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1>a {
    color: #333333;
    line-height: 50px;
    padding: 0 30px;
    background-color: transparent;
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1:hover>a {
    color: #541c1e;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 .dropdown_menu_2 {
    position: absolute;	
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #ffffff;
    padding: 20px 0;
    overflow-y: auto;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1:hover .dropdown_menu_2 {
    display: block;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 .dropdown_menu_2 .menu_2 {
    width: 100%;
    position: relative;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 .dropdown_menu_2 .menu_2>a {
    color: #666666;
    line-height: 50px;
    padding: 0 30px;
    background-color: transparent;
    display: block;
    width: 100%;
    position: relative;
    font-size: 16px;
}

.xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 .dropdown_menu_2 .menu_2:hover>a {
    color: #541c1e;
}

.xiu_product01 .content .boxlist .product_top .product_carousel {
    width: calc(100% - 240px);
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper .swiper-slide .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 44.2%;
    overflow: hidden;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .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;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: none;
    opacity: 1;
    margin: 0 7px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.xiu_product01 .content .boxlist .product_top .product_nav .product_nav_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/xiu_product_icon01.png) no-repeat center center;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    cursor: pointer;
    display: none;
}

.xiu_product01 .content .boxlist .product_bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xiu_product01 .content .boxlist .product_bottom .left {
    width: 240px;
    background-color: #333333;
}

.xiu_product01 .content .boxlist .product_bottom .left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xiu_product01 .content .boxlist .product_bottom .left ul li {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.xiu_product01 .content .boxlist .product_bottom .left ul li .img {
    width: 30px;
}

.xiu_product01 .content .boxlist .product_bottom .left ul li .img img {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_bottom .left ul li p {
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
}

.xiu_product01 .content .boxlist .product_bottom .right {
    width: calc(100% - 270px);
    display: flex;
    justify-content: space-between;
}

.xiu_product01 .content .boxlist .product_bottom .right .list {
    width: 31.6%;
}

.xiu_product01 .content .boxlist .product_bottom .right .list .list_img {
    width: 100%;
}

.xiu_product01 .content .boxlist .product_bottom .right .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.xiu_product01 .content .boxlist .product_bottom .right .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiu_product01 .content .boxlist .product_bottom .right .list .list_img .img a img {
    width: 100%;
}

@media (max-width: 1600px) {
    .xiu_product01 .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .xiu_product01 .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .xiu_product01 .content {
        width: 95%;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul>li>a {
        font-size: 14px;
        line-height: 40px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1>a {
        line-height: 32px;
        padding: 0 15px;
        font-size: 14px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1 .dropdown_menu_2 .menu_2>a {
        line-height: 32px;
    	padding: 0 15px;
    	font-size: 13px;
    }

    .xiu_product01 {
        padding: 80px 0 70px;
    }
}

@media (max-width: 1000px) {
    .xiu_product01 .content .boxlist .product_top .product_carousel {
        width: calc(100% - 200px);
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul>li {
        width: 200px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul {
        padding: 10px 0;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 {
        left: 200px;
        width: 200px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 {

    }

    .xiu_product01 .content .boxlist .product_bottom {
        flex-wrap: wrap;
    }

    .xiu_product01 .content .boxlist .product_bottom .left {
        width: 100%;
    }

    .xiu_product01 .content .boxlist .product_bottom .right {
        width: 100%;
    }

    .xiu_product01 .content .boxlist .product_bottom .left ul li {
        width: 16.6%;
    }
}

@media (max-width: 760px) {
    .xiu_product01 .content .boxlist .product_top {
        flex-wrap: wrap;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav {
        position: initial;
    }

    .xiu_product01 .content .boxlist .product_top .product_carousel {
        width: 100%;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        height: 40px;
        position: relative;
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
        -o-transition: all .5s linear;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul.ul {
        height: auto;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul>li>a::after {
        display: none;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li .dropdown_menu1 .dropdown_menu1_div .menu_1:hover .dropdown_menu_2 {
        display: none;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul li:hover .dropdown_menu1 {
        display: none;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul>li {
        width: 150px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav .product_nav_btn {
        display: block;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav .ul .product_nav_btn {
        transform: translateY(-50%) rotate(-90deg);
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
    }

    .xiu_product01 .content .boxlist .product_top .product_carousel .swiper .swiper-pagination .swiper-pagination-bullet {
        display: none;
    }
}

@media (max-width: 550px) {
    .xiu_product01 .content .boxlist .product_top .product_nav ul>li {
        width: 120px;
    }

    .xiu_product01 .content .boxlist .product_top .product_nav ul>li>a {
        font-size: 12px;
        padding: 0 8px;
    }

    .xiu_product01 {
        padding: 50px 0 40px;
    }

    .xiu_product01 .content .boxlist .product_bottom .left {
        margin-bottom: 20px;
    }

    .xiu_product01 .content .boxlist .product_bottom .left ul li {
        width: 33.3%;
    }

    .xiu_product01 .content .boxlist .product_bottom .right {
        flex-wrap: wrap;
	display: none;
    }

    .xiu_product01 .content .boxlist .product_bottom .right .list {
        width: 100%;
        margin-bottom: 20px;
    }
}

.xiu_product02 {
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 0 140px;
}

.xiu_product02 .content {
    width: 66.6%;
    margin: 0 auto;
}

.xiu_product02 .content .boxlist {
    width: 100%;
}

.xiu_product02 .content .boxlist .xiu_product02_content {
    width: 100%;
    margin-bottom: 90px;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .left {
    width: 18.75%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .left .theme {
    width: 100%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .left .theme h1 {
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right {
    width: 79.6875%;
    position: relative;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right ul {
    display: flex;
    justify-content: flex-end;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li {
    margin-left: 35px;
    position: relative;
    font-size: 16px;
    padding: 0 2px;
    color: #333333;
    line-height: 36px;
    border-bottom: 1px solid transparent;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    cursor: pointer;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li.active {
    color: #541c1e;
    border-bottom: 1px solid #541c1e;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li:hover {
    color: #541c1e;
    border-bottom: 1px solid #541c1e;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom {
    display: flex;
    justify-content: space-between;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left {
    width: 18.75%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list {
    width: 100%;
    margin-bottom: 8%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list:last-child {
    margin-bottom: 0;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list .list_img {
    width: 100%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list .list_img .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list.list_1 .list_img .img {
    padding-bottom: 275%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list.list_2 .list_img .img {
    padding-bottom: 133.3%;
    margin-bottom: 2%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list .list_img .img a img {
    width: 100%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right {
    width: 79.6875%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent {
    width: 100%;
    display: block;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content {
    width: 100%;
    display: none;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content.active {
    display: block;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(4n) {
    margin-right: 0%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_img {
    width: 100%;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .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);
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .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);
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt {
    width: 100%;
    background-color: #ffffff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme {
    width: 100%;
    text-align: center;
    padding: 9px;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme h1 {
    font-weight: normal;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme h1 a {
    font-size: 16px;
    line-height: 30px;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:hover {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:hover .list_txt {
    background-color: #ffffff;
}

.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:hover .list_txt .theme h1 a {
    color: #541c1e;
}

.xiu_product02 .content .boxlist .xiu_product02_content .top .right .product_nav_btn {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/m-nav-arrow.png) no-repeat center center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.xiu_product02 .content .boxlist .xiu_product02_content.xiu_product02_content05 {
    margin-bottom: 0;
}

@media (max-width: 1600px) {
    .xiu_product02 .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .xiu_product02 .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .xiu_product02 .content {
        width: 95%;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .left .theme h1 {
        font-size: 20px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li {
        margin-left: 25px;
        font-size: 14px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme p {
        font-size: 14px;
        line-height: 24px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content {
        margin-bottom: 60px;
    }

    .xiu_product02 {
        padding: 50px 0 80px;
    }
}

@media (max-width: 760px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list {
        width: 48%;
        margin-right: 0;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list {
        justify-content: space-between;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left {
        width: 35%;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right {
        width: 62%;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top {
        flex-wrap: wrap;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .left {
        width: 100%;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right {
        width: 100%;
        overflow: hidden;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        height: 37px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right ul.ul {
        height: auto;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li {
        margin-right: 25px;
        margin-left: 0;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right .product_nav_btn {
        display: block;
    }
}

@media (max-width: 550px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom {
        flex-wrap: wrap;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left {
        width: 100%;
    	position: absolute;
    	top: 0;
    	left: 0;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right {
        width: 100%;
        margin-bottom: 20px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content {
        margin-bottom: 30px;
    	position: relative;
	padding-top: 105%;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .left .theme h1 {
        font-size: 16px;
        line-height: 24px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .top .right ul li {
        margin-right: 20px;
        font-size: 12px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme h1 a {
        font-size: 12px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list .list_txt .theme p {
        font-size: 12px;
    }

    .xiu_product02 {
        padding: 30px 0 50px;
    }

    .xiu_product02 .content .boxlist .xiu_product02_content.xiu_product02_content05 {
        margin-bottom: 30px;
    }
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list:nth-child(2) {
    display:none;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left .list.list_1 .list_img .img{
padding-bottom: 100%;
}
}

/* 产品详情 */
.xiu_product_detail {
    width: 100%;
    padding: 120px 0;
    background-color: #f8f8f8;
}

.xiu_product_detail .content {
    width: 66.6%;
    margin: 0 auto;
}

.xiu_product_detail .content .boxlist {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left {
    width: 48.1%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper {
    width: 100%;
    margin-bottom: 3px;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper .swiper-wrapper {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    border: 1px solid #dddddd;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list .list_img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .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;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img img {
    width: 100%;
    cursor: pointer;
    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);
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .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);
}

.xiu_product_detail .content .boxlist .product_detail_content .top .left .swiper.mySwiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #541c1e;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right {
    width: 46.2%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .theme {
    width: 100%;
    margin: 20px 0 40px;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .theme h1 {
    font-size: 30px;
    color: #333333;
    line-height: 36px;
    font-weight: normal;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .info {
    width: 100%;
    margin-bottom: 70px;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .info p {
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}
.xiu_product_detail .content .boxlist .product_detail_content .top .right .info p span {
    background: transparent !important;
    font-size: 14px !important;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.xiu_product_detail .content .boxlist .product_detail_content .top .right .more {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 10px;
    line-height: 30px;
    font-size: 14px;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .more a:first-child {
    border: 1px solid #541c1e;
    color: #541c1e;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right .more a:last-child {
    background-color: #541c1e;
    color: #ffffff;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right ul {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right ul li {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right ul li a {
    color: #999999;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.xiu_product_detail .content .boxlist .product_detail_content .top .right ul li a:hover {
    color: #541c1e;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title {
    width: 100%;
    margin-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: flex-end;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/product_detail_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%);
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme h1 {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    font-weight: normal;
    margin-right: 10px;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_info {
    width: 100%;
}

.xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_info img {
    max-width: 100%;
}

@media (max-width: 1600px) {
    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme {
        margin: 15px 0 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info p {
        font-size: 14px;
        line-height: 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info {
        margin-bottom: 50px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .more a {
        width: 120px;
        height: 36px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .more {
        margin-bottom: 30px;
    }

    .xiu_product_detail .content {
        width: 75%;
    }
}

@media (max-width: 1400px) {
    .xiu_product_detail .content {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .xiu_product_detail .content {
        width: 95%;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme h1 {
        font-size: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info p {
        font-size: 13px;
    }
.xiu_product_detail .content .boxlist .product_detail_content .top .right .info p span {
    font-size: 13px !important;
}
    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme {
        margin: 10px 0 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info {
        margin-bottom: 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .more a {
        width: 100px;
        height: 32px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .more {
        margin-bottom: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme h1 {
        font-size: 16px;
        line-height: 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme p {
        font-size: 13px;
        line-height: 25px;
    }
}

@media (max-width: 1000px) {
    .xiu_product_detail .content .boxlist .product_detail_content .top {
        flex-wrap: wrap;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .left {
        width: 100%;
        margin-bottom: 40px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .xiu_product_detail .content .boxlist .product_detail_content .top .left {
        margin-bottom: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme h1 {
        font-size: 16px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .theme {
        margin: 0px 0 15px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info p {
        font-size: 12px;
    }
.xiu_product_detail .content .boxlist .product_detail_content .top .right .info p span {
    font-size: 12px !important;
}
    .xiu_product_detail .content .boxlist .product_detail_content .top .right .more a {
        font-size: 12px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right .info {
        margin-bottom: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top .right ul li {
        font-size: 12px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .top {
        margin-bottom: 30px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title {
        margin-bottom: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme::after {
        width: 10px;
        height: 10px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme {
        padding-left: 20px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme p {
        font-size: 12px;
        line-height: 24px;
    }

    .xiu_product_detail .content .boxlist .product_detail_content .bottom .product_detail_title .theme h1 {
        line-height: 28px;
    }
    .xiu_product_detail {
        padding: 90px 0;
    }
}

/* 三级分类 */
.san_sort {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 70px;
}

.san_sort .content {
    width: 66.6%;
    margin: 0 auto;
}

.san_sort .content .boxlist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.san_sort .content .boxlist .title {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    width: 88px;
    font-weight: normal;
}

.san_sort .content .boxlist ul {
    width: calc(100% - 88px);
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.san_sort .content .boxlist ul>li {
    margin-right: 35px;
}

.san_sort .content .boxlist ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    border-bottom: 1px solid transparent;
}

.san_sort .content .boxlist ul>li.active>a {
    color: #541c1e;
    border-bottom: 1px solid #541c1e;
}
.san_sort .content .boxlist ul>li ol {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.san_sort .content .boxlist ul>li ol> li {
    margin-right: 35px;
}
.san_sort .content .boxlist ul>li ol> li >a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    border-bottom: 1px solid transparent;
}
.san_sort .content .boxlist ul>li ol> li.active >a {
    color: #541c1e;
}
@media (max-width:1400px) {
    .san_sort .content {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .san_sort .content {
        width: 95%;
    }

    .san_sort .content .boxlist ul>li>a {
        font-size: 16px;
    }
}

@media (max-width:760px) {
    .san_sort {
        margin-top: 0;
    }

    .san_sort .content .boxlist ul>li>a {
        font-size: 14px;
        line-height: 24px;
    }

    .san_sort .content .boxlist ul>li::after {
        height: 2px;
    }

    .san_sort .content .boxlist ul {
        justify-content: flex-start;
    }
    .san_sort .content .boxlist ul>li ol> li >a{
        font-size: 12px;
        line-height: 24px;
    }
    .san_sort .content .boxlist ul>li{
        margin-right: 15px;
    }
    .san_sort .content .boxlist ul>li ol> li{
        margin-right: 15px;
    }
    .san_sort .content .boxlist .title{
        width: 50px;
    }
    .san_sort .content .boxlist ul{
        width: calc(100% - 50px);
    }
}

/* 产品列表 */
.xiu_product_list {
    width: 100%;
    padding: 110px 0 180px;
    background-color: #f8f8f8;
}
.xiu_product_list .content{
    width: 66.6%;
    margin: 0 auto;
}
.xiu_product_list .content .boxlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.xiu_product_list .content .boxlist .list {
    width: 23.43%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.xiu_product_list .content .boxlist .list:nth-child(4n) {
    margin-right: 0%;
}

.xiu_product_list .content .boxlist .list .list_img {
    width: 100%;
}

.xiu_product_list .content .boxlist .list .list_img .img {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.xiu_product_list .content .boxlist .list .list_img .img a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiu_product_list .content .boxlist .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);
}

.xiu_product_list .content .boxlist .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);
}

.xiu_product_list .content .boxlist .list .list_txt {
    width: 100%;
    background-color: #ffffff;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.xiu_product_list .content .boxlist .list .list_txt .theme {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.xiu_product_list .content .boxlist .list .list_txt .theme h1 {
    font-weight: normal;
}

.xiu_product_list .content .boxlist .list .list_txt .theme h1 a {
    font-size: 18px;
    line-height: 36px;
    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;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xiu_product_list .content .boxlist .list .list_txt .theme p {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xiu_product_list .content .boxlist .list:hover {
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}

.xiu_product_list .content .boxlist .list:hover .list_txt {
    background-color: #ffffff;
}

.xiu_product_list .content .boxlist .list:hover .list_txt .theme h1 a {
    color: #541c1e;
}
@media (max-width: 1600px) {
    .xiu_product_list .content{
        width: 75%;
    }
}
@media (max-width: 1400px) {
    .xiu_product_list .content{
        width: 85%;
    }
}
@media (max-width: 1200px) {
    .xiu_product_list .content{
        width: 95%;
    }
    .xiu_product_list .content .boxlist .list .list_txt .theme {
        padding: 10px;
    }

    .xiu_product_list .content .boxlist .list .list_txt .theme h1 a {
        font-size: 16px;
        line-height: 30px;
    }

    .xiu_product_list .content .boxlist .list .list_txt .theme p {
        font-size: 13px;
        line-height: 30px;
    }
}
@media (max-width: 1000px) {
    .xiu_product_list .content .boxlist .list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .xiu_product_list .content .boxlist .list:nth-child(4n) {
        margin-right: 2%;
    }
    .xiu_product_list .content .boxlist .list:nth-child(3n) {
        margin-right: 0%;
    }
}
@media (max-width: 760px) {
    .xiu_product_list .content .boxlist {
        justify-content: space-between;
    }

    .xiu_product_list .content .boxlist .list {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .xiu_product_list .content .boxlist .list:nth-child(4n) {
        margin-right: 0%;
    }
}
@media (max-width: 550px) {
    .xiu_product_list .content .boxlist .list .list_txt .theme {
        padding: 10px;
    }

    .xiu_product_list .content .boxlist .list .list_txt .theme h1 a {
        font-size: 14px;
        line-height: 24px;
    }

    .xiu_product_list .content .boxlist .list .list_txt .theme p {
        font-size: 12px;
        line-height: 24px;
    }
    .xiu_product_list {
        padding: 90px 0 100px;
    }
}
.san_sort .content .boxlist ul>li ol.hide{display:none;}

/* 2023.7.10 */
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list{
    display: block;
    overflow: hidden;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list{
    float: left;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 3% 1%;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) .list_img{
    width: 40%;
    display: inline-block;
    float: left;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) .list_txt{
    width: 60%;
    display: inline-block;
    float: right;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) .list_txt .theme h1 a{
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) .list_txt .theme p{
    display: none;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more{
    float: left;
    width: 23.5%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    padding: 5% 3.5%;
    background-color: #ffffff;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more{
    width: 100%;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_left p{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_left h1{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more:hover{
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_right .img{
    width: 48px;
}
.xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_right .img img{
    width: 100%;
}

@media (max-width: 1200px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_left p {
        font-size: 14px;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_left h1 {
        font-size: 12px;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more .more a .more_right .img {
        width: 35px;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more{
        padding: 4.5% 3.5%;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) .list_txt .theme h1 a{
        line-height: 20px;
    }
}

@media (max-width: 760px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(even){
        float: right;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more{
        width: 48%;
        float: right;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list_more {
        padding: 8% 7%;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_right .bottom_right_boxcontent .bottom_right_content .bottom_right_list .list:nth-child(8) {
        padding: 8% 1%;
    }
}

/* 2023.7.17 */
@media (min-width: 550px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left.bottom_left_pc{
        display: block;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left.bottom_left_m{
        display: none;
    }
}
@media (max-width: 550px) {
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left.bottom_left_pc{
        display: none;
    }
    .xiu_product02 .content .boxlist .xiu_product02_content .bottom .bottom_left.bottom_left_m{
        display: block;
    }
}