﻿
/* banner */
.banner{
    width: 100%;
}
.banner > a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner > a > img{
    overflow: hidden;
    width: 100%;
}
@media (max-width: 760px){
    .banner > a > img{
        width: 200%;
        margin-left: -50%;
    }
}

/* 二级导航 */
.navigation{
    padding: 50px 0 0;
}
.navigation .content{
    width: 75%;
    margin: 0 auto;
}
.navigation .content .boxlist{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
}
.navigation .content .boxlist .theme{
    width: 23.6%;
}
.navigation .content .boxlist .theme h1{
    font-size: 50px;
    color: #dddddd;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
}
.navigation .content .boxlist ul{
    width: 76.3%;
    display: flex;justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.navigation .content .boxlist ul li{
    margin-left: 40px;
}
.navigation .content .boxlist ul li a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    margin: 0 10px;
    padding: 0 2px;
    padding-bottom: 30px;
    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;
}
.navigation .content .boxlist ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    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;
}
.navigation .content .boxlist ul .active a::after{
    background-color: #a72126;
}
.navigation .content .boxlist ul .active a{
    color: #a72126;
}
.navigation .content .boxlist ul li:hover a{
    color: #a72126;
}
/*.navigation .content .boxlist ul li a:hover::after{
    background-color: #a72126;
}*/

@media (max-width:1600px){
    .navigation .content .boxlist .theme h1{
        font-size: 40px;
    }
    .navigation .content .boxlist ul li{
        margin-left: 30px;
    }
}
@media (max-width:1400px){
    .navigation .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .navigation .content{
        width: 95%;
    }
    .navigation .content .boxlist .theme h1{
        font-size: 30px;
    }
    .navigation .content .boxlist ul li a{
        font-size: 14px;
        padding-bottom: 15px;
    }
}
@media (max-width:760px){
    .navigation .content .boxlist{
        flex-wrap: wrap;
    }
    .navigation .content .boxlist .theme{
        width: 100%;
    }
    .navigation .content .boxlist .theme h1{
        font-size: 24px;
    }
    .navigation .content .boxlist ul{
        width: 100%;
        justify-content: flex-start;
    }
    .navigation .content .boxlist ul li{
        margin-left: 0;
        margin-right: 20px;
    }
}
@media (max-width:550px){
    .navigation .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 40px;
    }
    .navigation{
        padding: 30px 0 0;
    }
    .navigation .content .boxlist ul li a{
        font-size: 12px;
        line-height: 40px;
        padding-bottom: 0;
    }
}

/* 公司简介 */
.about01{
    padding: 150px 0 170px;
    background-color: #ffffff;
}
.about01 .content{
    width: 66.6%;
    margin: 0 auto;
}
.about01 .content .boxlist{
    position: relative;
}
.about01 .content .boxlist .about01_background{
    position: absolute;
    top: -2%;
    left: 50%;
    width: 44.5%;
}
.about01 .content .boxlist .about01_background .img{
    width: 100%;
}
.about01 .content .boxlist .about01_background .img img{
    width: 100%;
}
.about01 .content .boxlist > .theme{
    margin-bottom: 40px;
}
.about01 .content .boxlist > .theme h1{
    font-size: 50px;
    color: #d93c40;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: bold;
}
.about01 .content .boxlist > .theme p{
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}
.about01 .content .boxlist > .top{
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about01 .content .boxlist .top .left{
    width: 44.5%;
}
.about01 .content .boxlist .top .left ul{
    width: 100%;
}
.about01 .content .boxlist .top .left ul li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.about01 .content .boxlist .top .right{
    width: 44.5%;
    display: flex;
}
.about01 .content .boxlist .top .right .img{
    width: 28px;
    height: 24px;
    margin-right: 20px;
    margin-top: 3px;
}
.about01 .content .boxlist .top .right .img img{
    width: 100%;
}
.about01 .content .boxlist .top .right .title h3{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.about01 .content .boxlist > .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about01 .content .boxlist .bottom .left{
    width: 44.5%;
}
.about01 .content .boxlist .bottom .left .title{
    display: flex;
    margin-bottom: 40px;
}
.about01 .content .boxlist .bottom .left .title .img{
    width: 28px;
    height: 24px;
    margin-right: 20px;
    margin-top: 3px;
}
.about01 .content .boxlist .bottom .left .title .img img{
    width: 100%;
}
.about01 .content .boxlist .bottom .left .title h3{
    color: #333333;
    font-size: 18px;
    line-height: 30px;
}
.about01 .content .boxlist .bottom .left ul{
    width: 100%;
}
.about01 .content .boxlist .bottom .left ul li{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.about01 .content .boxlist .bottom .right{
    width: 44.5%;
}
.about01 .content .boxlist .bottom .right .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.about01 .content .boxlist .bottom .right .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about01 .content .boxlist .bottom .right .list_img .img img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.about01 .content .boxlist .bottom .right .list_img:hover .img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:1600px) {
    .about01 .content{
        width: 75%;
    }
    .about01 .content .boxlist > .theme h1{
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width:1400px) {
    .about01 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .about01{
        padding: 100px 0 120px;
    }
    .about01 .content{
        width: 95%;
    }
    .about01 .content .boxlist > .theme h1{
        font-size: 30px;
        line-height: 30px;
    }
    .about01 .content .boxlist > .theme p{
        font-size: 16px;
    }
    .about01 .content .boxlist .top .left ul li{
        font-size: 13px;
        line-height: 24px;
    }
    .about01 .content .boxlist .top .right .title h3{
        font-size: 16px;
        line-height: 26px;
    }
    .about01 .content .boxlist .top .right .img{
        width: 25px;
        height: 22px;
        margin-right: 20px;
        margin-top: 1px;
    }
    .about01 .content .boxlist .bottom .left .title h3{
        font-size: 16px;
        line-height: 26px;
    }
    .about01 .content .boxlist .bottom .left .title .img{
        width: 25px;
        height: 22px;
        margin-right: 20px;
        margin-top: 1px;
    }
    .about01 .content .boxlist .bottom .left .title{
        margin-bottom: 30px;
    }
    .about01 .content .boxlist .bottom .left ul li{
        font-size: 13px;
        line-height: 24px;
    }
    .about01 .content .boxlist > .top{
        margin-bottom: 60px;
    }
}
@media (max-width:760px) {
    .about01 .content .boxlist > .top{
        flex-wrap: wrap;
    }
    .about01 .content .boxlist .top .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .about01 .content .boxlist .top .right{
        width: 100%;
    }
    .about01 .content .boxlist .bottom{
        flex-wrap: wrap;
    }
    .about01 .content .boxlist .bottom .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .about01 .content .boxlist .bottom .right{
        width: 100%;
    }
    .about01 .content .boxlist .about01_background{
        top: 0;
    }
    .about01 .content .boxlist > .theme h1{
        font-size: 24px;
        margin-bottom: 0;
    }
}
@media (max-width:550px) {
    .about01{
        padding: 60px 0 80px;
    }
    .about01 .content .boxlist > .theme h1{
        font-size: 20px;
    }
    .about01 .content .boxlist > .theme p{
        font-size: 14px;
    }
    .about01 .content .boxlist > .theme{
        margin-bottom: 20px;
    }
    .about01 .content .boxlist .top .left ul li{
        font-size: 12px;
    }
    .about01 .content .boxlist .top .left{
        margin-bottom: 20px;
    }
    .about01 .content .boxlist .top .right .title h3{
        font-size: 14px;
    }
    .about01 .content .boxlist .top .right .img{
        width: 22px;
        height: 20px;
        margin-right: 20px;
        margin-top: 2px;
    }
    .about01 .content .boxlist > .top{
        margin-bottom: 40px;
    }
    .about01 .content .boxlist .bottom .left .title h3{
        font-size: 14px;
    }
    .about01 .content .boxlist .bottom .left .title .img{
        width: 22px;
        height: 20px;
        margin-right: 20px;
        margin-top: 2px;
    }
    .about01 .content .boxlist .bottom .left .title{
        margin-bottom: 15px;
    }
    .about01 .content .boxlist .bottom .left ul li{
        font-size: 12px;
    }
    .about01 .content .boxlist .bottom .left{
        margin-bottom: 20px;
    }
}

/* 大事记 */
.about02{
    padding: 150px 0;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover !important;
}
.about02 .content{
    width: 66.6%;
    margin: 0 auto;
}
.about02 .content .boxlist{
    position: relative;
}
.about02 .content .boxlist .theme{
    position: absolute;
    top: 10%;
    right: 7%;
    text-align: right;
    z-index: 10;
}
.about02 .content .boxlist .theme h1{
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.about02 .content .boxlist .theme p{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.about02 .content .boxlist .boxlist_swiper{
    display: flex;
    justify-content: space-between;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2{
    width: 75%;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper{
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
    background: url(../images/about02_back01.jpg) no-repeat;
    background-size: 100%;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide-active{
    opacity: 1 !important;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt{
    width: 31.25%;
    position: absolute;
    left: 45%;
    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 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title{
    margin-bottom: 80px;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1 span{
    font-size: 60px;
    display: inline-block;
    font-weight: bold;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .info p{
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1{
    width: 25%;
    height: 350px;
    overflow: hidden;
    position: absolute;
    right: 0%;
    bottom: 40%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper{
    width: 100%;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide{
    padding: 0 28%;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide .list_txt{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide .list_txt p{
    color: #ffffff;
    font-size: 14px;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide-active .list_txt{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide-active .list_txt p{
    font-size: 22px;
}

@media (max-width:1800px) {
    .about02 .content .boxlist .theme h1{
        font-size: 40px;
        line-height: 40px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1{
        height: 300px;
    }
}
@media (max-width:1600px) {
    .about02 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .about02 .content{
        width: 85%;
    }
    .about02 .content .boxlist .theme h1{
        font-size: 36px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1 span{
        font-size: 50px;
    }
}
@media (max-width:1200px) {
    .about02 .content{
        width: 95%;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1 span{
        font-size: 40px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1{
        font-size: 18px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1::after{
        bottom: -30px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title{
        margin-bottom: 60px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt{
        width: 40%;
    }
    .about02 .content .boxlist .theme h1{
        font-size: 30px;
    }
    .about02 .content .boxlist .theme p{
        font-size: 16px;
    }
}
@media (max-width:1000px) {
    .about02 .content .boxlist .boxlist_swiper{
        flex-wrap: wrap;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1{
        width: 100%;
        position: inherit;
        right: auto;
        bottom: auto;
        height: 70px;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2{
        width: 100%;
        margin-bottom: 40px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide{
        padding: 0;
    }
    .about02{
        padding: 100px 0;
    }
}
@media (max-width:760px) {
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1{
        font-size: 16px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1 span{
        font-size: 30px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .info p{
        font-size: 14px;
        line-height: 24px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title{
        margin-bottom: 40px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1::after{
        bottom: -20px;
    }
    .about02 .content .boxlist .theme h1{
        font-size: 24px;
    }
    .about02 .content .boxlist .theme p{
        font-size: 14px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1{
        height: 50px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide-active .list_txt p{
        font-size: 16px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper1 .swiper-wrapper .swiper-slide .list_txt p{
        font-size: 12px;
    }
}
@media (max-width:550px) {
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt{
        width: 80%;
        left: 50%;
        top: 60%;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1 span{
        font-size: 24px;
        margin-right: 5px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .title h1{
        font-size: 14px;
    }
    .about02 .content .boxlist .boxlist_swiper .mySwiper2 .swiper-wrapper .swiper-slide .list_txt .info p{
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .about02 .content .boxlist .theme h1{
        font-size: 20px;
        margin-bottom: 0;
    }
    .about02 .content .boxlist .theme p{
        font-size: 13px;
    }
}

/* 生产环境 */
.about03{
    padding: 200px 0;
}
.about03 .content{
    width: 66.6%;
    margin: 0 auto;
}
.about03 .content .boxlist{
    width: 100%;
    position: relative;
}
.about03 .content .boxlist .theme{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.about03 .content .boxlist .theme h1{
    font-size: 50px;
    line-height: 50px;
    color: #d93c40;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.about03 .content .boxlist .theme p{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.about03 .content .boxlist .bottom{
    width: 86.7%;
    margin: auto 0 auto auto;
}
.about03 .content .boxlist .bottom .swiper{
    width: 100%;
    overflow: hidden;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .left{
    width: 48.6%;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .left{
    width: 48.6%;
    margin-top: 180px;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .right{
    width: 48.6%;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list{
    margin-bottom: 5.6%;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -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);
}
.about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img:hover .img a img{
    transform: scale(1.1);
}
.about03 .content .boxlist .bottom .swiper .swiper-pagination{
    position: absolute;
    top: auto;
    left: auto;
    right: 12.6%;
    bottom: 4%;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #666666;
}
.about03 .content .boxlist .bottom .swiper .swiper-button-next{
    position: absolute;
    top: auto;
    left: auto;
    right: 7.6%;
    bottom: 4%;
    width: 42px;
    height: 42px;
    background: url(../images/about03_right_icon01.png) no-repeat;
    background-size: cover !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 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;
}
.about03 .content .boxlist .bottom .swiper .swiper-button-prev{
    position: absolute;
    top: auto;
    left: auto;
    right: 18%;
    bottom: 4%;
    width: 42px;
    height: 42px;
    background: url(../images/about03_left_icon01.png) no-repeat;
    background-size: cover !important;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 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;
}
.about03 .content .boxlist .bottom .swiper .swiper-button-next:hover{
    background: url(../images/about03_right_icon02.png) no-repeat;
}
.about03 .content .boxlist .bottom .swiper .swiper-button-prev:hover{
    background: url(../images/about03_left_icon02.png) no-repeat;
}

@media (max-width:1600px) {
    .about03 .content{
        width: 75%;
    }
    .about03 .content .boxlist .theme h1{
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width:1400px) {
    .about03 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .about03 .content{
        width: 95%;
    }
    .about03{
        padding: 140px 0;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .left{
        margin-top: 140px;
    }
    .about03 .content .boxlist .theme h1{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .about03 .content .boxlist .theme p{
        font-size: 16px;
    }
}@media (max-width:1000px) {
    .about03 .content .boxlist .bottom{
        width: 100%;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-button-prev{
        right: 26%;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-button-next{
        right: 10%;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-pagination{
        right: 18%;
    }
}
@media (max-width:760px) {
    .about03 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .left{
        margin-top: 100px;
    }
    .about03 .content .boxlist .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width:550px) {
    .about03 .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .about03 .content .boxlist .theme p{
        font-size: 14px;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-button-prev{
        right: 30%;
        width: 32px;
        height: 32px;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-button-next{
        right: 10%;
        width: 32px;
        height: 32px;
    }
    .about03 .content .boxlist .bottom .swiper .swiper-pagination{
        right: 20%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    .about03 {
        padding: 80px 0;
    }
}

/* 联系我们 */
.contact01{
    padding: 110px 0 140px;
}
.contact01 .content{
    width: 66.6%;
    margin: 0 auto;
}
.contact01 .content .boxlist{
    width: 100%;
}
.contact01 .content .boxlist .address{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.contact01 .content .boxlist .address .list{
    width: 49.2%;
    background-color: #f6f6f6;
    padding: 5%;
}
.contact01 .content .boxlist .address .list .theme{
    margin-bottom: 30px;
}
.contact01 .content .boxlist .address .list .theme h1{
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.contact01 .content .boxlist .address .list .theme h1::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: #d93c40;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.contact01 .content .boxlist .address .list .theme p{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.contact01 .content .boxlist .address .list .info{
    text-align: center;
}
.contact01 .content .boxlist .address .list .info p{
    text-align: center;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    font-weight: lighter;
}
.contact01 .content .boxlist .address .list .info p a{
    color: #666666;
}
.contact01 .content .boxlist .bottom{
    width: 100%;
}
.contact01 .content .boxlist .bottom .gaode{
    width: 100%;
    position: relative;
    padding-bottom: 39%;
    overflow: hidden;
}
@media (max-width:1600px) {
    .contact01 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .contact01 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .contact01 .content{
        width: 95%;
    }
    .contact01{
        padding: 80px 0 110px;
    }
    .contact01 .content .boxlist .address{
        margin-bottom: 60px;
    }
    .contact01 .content .boxlist .address .list .theme h1{
        font-size: 18px;
        margin-bottom: 30px;
    }
    .contact01 .content .boxlist .address .list .theme h1::after{
        bottom: -15px;
    }
    .contact01 .content .boxlist .address .list .theme p{
        font-size: 14px;
    }
    .contact01 .content .boxlist .address .list .theme{
        margin-bottom: 20px;
    }
    .contact01 .content .boxlist .address .list .info p{
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width:550px) {
    .contact01 .content .boxlist .address .list .theme h1{
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .contact01 .content .boxlist .address .list .theme h1::after{
        bottom: -10px;
    }
    .contact01 .content .boxlist .address .list .theme p{
        font-size: 12px;
        line-height: 24px;
    }
    .contact01 .content .boxlist .address .list .theme{
        margin-bottom: 10px;
    }
    .contact01 .content .boxlist .address .list .info p{
        font-size: 14px;
        line-height: 24px;
    }
    .contact01 .content .boxlist .address .list{
        padding: 3%;
    }
    .contact01{
        padding: 60px 0 80px;
    }
    .contact01 .content .boxlist .address{
        margin-bottom: 40px;
    }
    .contact01 .content .boxlist .bottom .gaode{
        padding-bottom: 50%;
    }
}


/* 在线留言 */
.contact02{
    padding: 100px 0;
    background: url(../images/contact02_background.jpg) no-repeat;
    background-size: cover;
}
.contact02 .content{
    width: 66.6%;
    margin: 0 auto;
}
.contact02 .content .boxlist{
    width: 100%;
}
.contact02 .content .boxlist .theme{
    margin-bottom: 40px;
}
.contact02 .content .boxlist .theme h1{
    color: #222222;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 25px;
    font-weight: normal;
    position: relative;
}
.contact02 .content .boxlist .theme h1::after{
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #d93c40;
}
.contact02 .content .boxlist .bottom .message{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact02 .content .boxlist .bottom .message .one{
    width: 49.3%;
    margin-bottom: 20px;
}
.contact02 .content .boxlist .bottom .message .one input{
    width: 100%;
    padding: 20px;
    border: none;
    outline: none;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact02 .content .boxlist .bottom .message .one input::placeholder{
    color: #999999;
    font-size: 14px;
}
.contact02 .content .boxlist .bottom .message .two{
    width: 100%;
}
.contact02 .content .boxlist .bottom .message .two textarea{
    width: 100%;
    height: 150px;
    padding: 20px;
    border: none;
    margin-bottom: 40px;
    outline: none;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact02 .content .boxlist .bottom .message .two textarea::placeholder{
    color: #999999;
    font-size: 14px;
}
.contact02 .content .boxlist .bottom .message .more{
    margin: auto 0 auto auto;
}
.contact02 .content .boxlist .bottom .message .more a{
    width: 160px;
    height: 50px;
    background: #d93c40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.contact02 .content .boxlist .bottom .message .more a span{
    font-size: 14px;
    color: #ffffff;
}
@media (max-width:1600px){
    .contact02 .content{
        width: 75%;
    }
    .contact02 .content .boxlist .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
    .contact02 .content .boxlist .bottom .message .one input{
        padding: 15px;
    }
    .contact02 .content .boxlist .bottom .message .two textarea{
        padding: 15px;
    }
}
@media (max-width:1400px){
    .contact02 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .contact02 .content{
        width: 95%;
    }
    .contact02 .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .contact02 .content .boxlist .bottom .message .more a{
        width: 140px;
        height: 45px;
    }
}
@media (max-width:550px){
    .contact02{
        padding: 60px 0;
    }
    .contact02 .content .boxlist .bottom .message .one{
        width: 100%;
    }
    .contact02 .content .boxlist .bottom .message .one input{
        padding: 10px;
    }
    .contact02 .content .boxlist .bottom .message .two textarea{
        padding: 10px;
        height: 120px;
    }
    .contact02 .content .boxlist .bottom .message .one input::placeholder{
        font-size: 12px;
    }
    .contact02 .content .boxlist .bottom .message .two textarea::placeholder{
        font-size: 12px;
    }
    .contact02 .content .boxlist .bottom .message .more a{
        width: 110px;
        height: 35px;
    }
    .contact02 .content .boxlist .bottom .message .more a span{
        font-size: 12px;
    }
}

/* 品牌矩阵 */
.brand{
    padding: 140px 0 200px;
}
.brand .content{
    width: 66.6%;
    margin: 0 auto;
}
.brand .content .boxlist{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.brand .content .tips{
    width: 100%;
}
.brand .content .tips p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
.brand .content .boxlist .list{
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.brand .content .boxlist .list:nth-child(5n){
    margin-right: 0;
}
.brand .content .boxlist .list .list_img{
    width: 100%;
}
.brand .content .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}
.brand .content .boxlist .list .list_img .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand .content .boxlist .list .list_img .img a 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);
}
.brand .content .boxlist .list .list_img:hover .img a img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

@media (max-width:1600px) {
    .brand .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .brand .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .brand .content{
        width: 95%;
    }
    .brand{
        padding: 100px 0 150px;
    }
}
@media (max-width:1000px) {
    .brand .content .boxlist .list{
        width: 32%;
    }
    .brand .content .boxlist .list:nth-child(5n){
        margin-right: 2%;
    }
    .brand .content .boxlist .list:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width:550px) {
    .brand .content .boxlist{
        justify-content: space-between;
    }
    .brand .content .boxlist .list{
        width: 49%;
        margin-right: 0;
    }
    .brand .content .boxlist .list:nth-child(5n){
        margin-right: 0;
    }
    .brand .content .boxlist .list:nth-child(4n){
        margin-right: 0;
    }
    .brand .content .boxlist .list:nth-child(3n){
        margin-right: 0;
    }
    .brand{
        padding: 60px 0 100px;
    }
    .brand .content .tips p{
        font-size: 12px;
        line-height: 24px;
    }
}

/* 新闻动态 */
.news{
    padding: 110px 0 200px;
}
.news .content{
    width: 75%;
    margin: 0 auto;
}
.news .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.news .content .boxlist .list{
    width: 33.33%;
    padding: 3.125%;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    margin-bottom: 30px;
}
.news .content .boxlist .list .list_txt{
    margin-bottom: 20px;
}
.news .content .boxlist .list .list_txt h1{
    margin-bottom: 10px;
}
.news .content .boxlist .list .list_txt h1 a{
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .boxlist .list .list_txt p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .boxlist .list .list_img{
    width: 100%;
    margin-bottom: 20px;
}
.news .content .boxlist .list .list_img .img{
    width: 100%;
    padding-bottom: 66.6%;
    position: relative;
    overflow: hidden;
}
.news .content .boxlist .list .list_img .img a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .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);
}
.news .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);
}
.news .content .boxlist .list .list_more{
    display: flex;
    justify-content: space-between;
}
.news .content .boxlist .list .list_more .time span{
    font-size: 30px;
    line-height: 32px;
    color: #cccccc;
    font-weight: normal;
}
.news .content .boxlist .list .list_more .time span:first-child{
    margin-right: 20px;
}
.news .content .boxlist .list .list_more .more{
    margin: 0 10px;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.news .content .boxlist .list .list_more .more a{
    width: 42px;
    height: 42px;
    display: block;
}
.news .content .boxlist .list .list_more .more a img{
    width: 100%;
}
.news .content .boxlist .list:hover{
    box-shadow: 0px 0px 45px 15px rgba(0, 0, 0, .1);
}
.news .content .boxlist .list:hover .list_more .more{
    opacity: 1;
}
@media (max-width:1400px) {
    .news .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .news .content{
        width: 95%;
    }
    .news{
        padding: 90px 0 150px;
    }
    .news .content .boxlist .list{
        padding: 2%;
    }
    .news .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
        line-height: 24px;
    }
    .news .content .boxlist .list .list_txt p{
        font-size: 13px;
        line-height: 24px;
    }
    .news .content .boxlist .list .list_txt h1{
        margin-bottom: 5px;
    }
    .news .content .boxlist .list .list_txt{
        margin-bottom: 10px;
    }
    .news .content .boxlist .list .list_img{
        margin-bottom: 10px;
    }
    .news .content .boxlist .list .list_more .time span{
        font-size: 24px;
        line-height: 24px;
    }
    .news .content .boxlist .list .list_more .more a{
        width: 32px;
        height: 32px;
    }
    .news .content .boxlist .list .list_more .time span:first-child{
        margin-right: 10px;
    }
}
@media (max-width:760px) {
    .news .content .boxlist .list{
        width: 50%;
    }
    .news .content .boxlist .list .list_more .time span{
        font-size: 20px;
    }
}
@media (max-width:550px) {
    .news{
        padding: 60px 0 100px;
    }
    .news .content .boxlist .list{
        margin-bottom: 20px;
    }
    .news .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
    }
    .news .content .boxlist .list .list_txt p{
        font-size: 12px;
        line-height: 20px;
    }
    .news .content .boxlist .list .list_more .time span{
        font-size: 16px;
    }
}

/* 品牌故事 */
.langzi01{
    padding: 160px 0 200px;
}
.langzi01 .content{
    width: 66.6%;
    margin: 0 auto;
}
.langzi01 .content .boxlist{
    width: 100%;
}
.langzi01 .content .boxlist .top{
    display: flex;
    margin-bottom: 50px;
}
.langzi01 .content .boxlist .top .clear{
    display: none;
}
.langzi01 .content .boxlist .top .left{
    width: 37.5%;
    display: flex;
    padding-left: 5%;
}
.langzi01 .content .boxlist .top .left .theme{
    text-align: right;
}
.langzi01 .content .boxlist .top .left .theme p{
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    font-weight: lighter;
}
.langzi01 .content .boxlist .top .left .theme h1{
    font-size: 70px;
    line-height: 70px;
    color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
}
.langzi01 .content .boxlist .top .left .theme h3{
    font-size: 22px;
    line-height: 30px;
    color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
}
.langzi01 .content .boxlist .top .left .title{
    margin-left: 10px;
}
.langzi01 .content .boxlist .top .left .title p{
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    font-weight: lighter;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    letter-spacing: 6px;
}
.langzi01 .content .boxlist .top .right{
    width: 60%;
    margin-top: -5px;
}
.langzi01 .content .boxlist .top .right .info{
    width: 100%;
}
.langzi01 .content .boxlist .top .right .info p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.langzi01 .content .boxlist .bottom{
    width: 100%;
}
.langzi01 .content .boxlist .bottom .list_img{
    width: 100%;
    padding-bottom: 39%;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.langzi01 .content .boxlist .bottom .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi01 .content .boxlist .bottom .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);
}
.langzi01 .content .boxlist .bottom .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);
}
.langzi01 .content .boxlist .bottom .info{
    width: 100%;
}
.langzi01 .content .boxlist .bottom .info p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
@media (max-width:1800px) {
    .langzi01 .content .boxlist .top .left .theme h1{
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width:1600px) {
    .langzi01 .content .boxlist .top .left .theme h1{
        font-size: 50px;
        line-height: 50px;
    }
    .langzi01 .content .boxlist .top .left .theme p{
        font-size: 22px;
    }
    .langzi01 .content .boxlist .top .left .title p{
        font-size: 22px;
    }
    .langzi01 .content .boxlist .top .left .theme h3{
        font-size: 20px;
    }
    .langzi01 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .langzi01 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .langzi01 .content{
        width: 95%;
    }
    .langzi01 .content .boxlist .top .left .theme h1{
        font-size: 40px;
        line-height: 40px;
    }
    .langzi01 .content .boxlist .top .left .theme p{
        font-size: 18px;
    }
    .langzi01 .content .boxlist .top .left .title p{
        font-size: 18px;
    }
    .langzi01 .content .boxlist .top .left .theme h3{
        font-size: 16px;
    }
    .langzi01 .content .boxlist .top .right .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .langzi01{
        padding: 100px 0 140px;
    }
    .langzi01 .content .boxlist .top{
        margin-bottom: 40px;
    }
    .langzi01 .content .boxlist .bottom .list_img{
        margin-bottom: 40px;
    }
    .langzi01 .content .boxlist .bottom .info p{
        font-size: 13px;
        line-height: 24px;
    }
}
@media (max-width:760px) {
    .langzi01 .content .boxlist .top{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .langzi01 .content .boxlist .top .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .langzi01 .content .boxlist .top .right{
        width: 100%;
        margin-top: 0px;
    }
    .langzi01 .content .boxlist .top .left .theme p{
        font-size: 14px;
        line-height: 24px;
    }
    .langzi01 .content .boxlist .top .left .theme h1{
        font-size: 30px;
        line-height: 30px;
    }
    .langzi01 .content .boxlist .top .left .theme h3{
        font-size: 14px;
        line-height: 24px;
    }
    .langzi01 .content .boxlist .top .left .title p{
        font-size: 14px;
        line-height: 24px;
    }
    .langzi01 .content .boxlist .bottom .list_img{
        margin-bottom: 20px;
    }
    .langzi01 .content .boxlist .top .right .info p{
        font-size: 12px;
    }
    .langzi01 .content .boxlist .bottom .info p{
        font-size: 12px;
    }
    .langzi01{
        padding: 60px 0 100px;
    }
}

/* Exhibition hall / 展厅 */
.langzi02{
    padding: 100px 0 0;
    background: url(../images/langzi02_background.jpg) no-repeat;
    background-size: 100% !important;
}
.langzi02 .content{
    width: 66.6%;
    margin: 0 auto;
}
.langzi02 .content .boxlist{
    width: 100%;
}
.langzi02 .content .boxlist .theme{
    margin-bottom: 40px;
}
.langzi02 .content .boxlist .theme h1{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.langzi02 .content .boxlist .theme h1 span{
    font-size: 50px;
    color: #cccccc;
    font-weight: bold;
}
.langzi02 .content .boxlist .bottom{
    width: 100%;
    position: relative;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide{
    opacity: 0 !important;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide-active{
    opacity: 1 !important;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list{
    position: relative;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_01{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_img .img .img_01 img{
    width: 100%;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt{
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    right: 80px;
    bottom: 80px;
    width: 400px;
    height: 180px;
    padding: 30px;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p{
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-button-prev{
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 160px;
    bottom: 205px;
    top: auto;
    left: auto;
    background: url(../images/langzi02_left_icon01.png) no-repeat;
    background-size: cover !important;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-button-prev::after{
    content: "";
    width: 2px;
    height: 17px;
    position: absolute;
    right: -13px;
    bottom: 0;
    top: auto;
    left: auto;
    background-color: rgba(255, 235, 235, .3);
}
.langzi02 .content .boxlist .bottom .swiper .swiper-button-next{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 120px;
    bottom: 205px;
    top: auto;
    left: auto;
    background: url(../images/langzi02_right_icon01.png) no-repeat;
    background-size: cover !important;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-button-prev:hover{
    background: url(../images/langzi02_left_icon02.png) no-repeat;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-button-next:hover{
    background: url(../images/langzi02_right_icon02.png) no-repeat;
}
.langzi02 .content .boxlist .bottom .swiper .swiper-pagination{
    display: none;
}
@media (max-width:1600px) {
    .langzi02 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .langzi02 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .langzi02 .content{
        width: 95%;
    }
    .langzi02 .content .boxlist .theme h1 span{
        font-size: 40px;
    }
    .langzi02 .content .boxlist .theme h1{
        font-size: 16px;
    }
    .langzi02 .content .boxlist .theme{
        margin-bottom: 30px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p{
        font-size: 13px;
        line-height: 24px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt{
        position: absolute;
        right: 40px;
        bottom: 40px;
        width: 350px;
        height: 160px;
        padding: 20px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-button-prev{
        right: 130px;
        bottom: 155px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-button-next{
        right: 90px;
        bottom: 155px;
    }
    .langzi02{
        padding: 60px 0 0;
    }
}
@media (max-width:760px) {
    .langzi02 .content .boxlist .theme h1{
        font-size: 14px;
    }
    .langzi02 .content .boxlist .theme h1 span{
        font-size: 30px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt{
        position: inherit;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 140px;
        padding: 20px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt h1{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-wrapper .swiper-slide .list .list_txt p{
        font-size: 12px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-button-prev {
        right: 80px;
        bottom: 100px;
    }
    .langzi02 .content .boxlist .bottom .swiper .swiper-button-next {
        right: 40px;
        bottom: 100px;
    }
}

/* Products / 产品展示 */
.langzi03{
    padding: 180px 0 200px;
}
.langzi03 .content{
    width: 66.6%;
    margin: 0 auto;
}
.langzi03 .content .boxlist{
    width: 100%;
}
.langzi03 .content .boxlist .theme{
    margin-bottom: 40px;
}
.langzi03 .content .boxlist .theme h1{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}
.langzi03 .content .boxlist .theme h1 span{
    font-size: 50px;
    color: #cccccc;
    font-weight: bold;
}
.langzi03 .content .boxlist .bottom{
    display: flex;
    justify-content: space-between;
}
.langzi03 .content .boxlist .bottom .left{
    width: 41.4%;
}
.langzi03 .content .boxlist .bottom .left .left_top{
    width: 100%;
    margin-bottom: 13.2%;
}
.langzi03 .content .boxlist .bottom .left .left_top .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .left .left_top .list_img .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .left .left_top .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi03 .content .boxlist .bottom .left .left_top .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);
}
.langzi03 .content .boxlist .bottom .left .left_top .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);
}
.langzi03 .content .boxlist .bottom .left .left_bottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list{
    width: 43.39%;
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list .list_img .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.langzi03 .content .boxlist .bottom .left .left_bottom .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.langzi03 .content .boxlist .bottom .right{
    width: 53.125%;
}
.langzi03 .content .boxlist .bottom .right .right_top{
    width: 100%;
    margin-bottom: 10.2%;
    display: flex;
    justify-content: space-between;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left{
    width: 70.5%;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left .list_img .img{
    width: 100%;
    padding-bottom: 47.91%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left .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);
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_left .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);
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right{
    width: 19.1%;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right .list_img .img{
    width: 100%;
    padding-bottom: 176.92%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right .list_img .img a img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right .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);
}
.langzi03 .content .boxlist .bottom .right .right_top .right_top_right .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);
}
.langzi03 .content .boxlist .bottom .right .right_bottom{
    display: flex;
    justify-content: space-between;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left{
    width: 33.82%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left .list{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left .list .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left .list .list_img .img{
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_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;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_left .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right{
    width: 52.94%;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right .list_img{
    width: 100%;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right .list_img .img{
    width: 100%;
    padding-bottom: 147.22%;
    position: relative;
    overflow: hidden;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right .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);
}
.langzi03 .content .boxlist .bottom .right .right_bottom .right_bottom_right .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:1600px) {
    .langzi03 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .langzi03 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .langzi03 .content{
        width: 95%;
    }
    .langzi03{
        padding: 100px 0 140px;
    }
    .langzi03 .content .boxlist .theme h1{
        font-size: 16px;
    }
    .langzi03 .content .boxlist .theme h1 span{
        font-size: 40px;
    }
    .langzi03 .content .boxlist .theme{
        margin-bottom: 30px;
    }
}
@media (max-width:760px) {
    .langzi03 .content .boxlist .bottom{
        flex-wrap: wrap;
    }
    .langzi03 .content .boxlist .bottom .left{
        width: 100%;
        margin-bottom: 9.2%;
    }
    .langzi03 .content .boxlist .bottom .right{
        width: 100%;
    }
    .langzi03 .content .boxlist .bottom .left .left_top{
        margin-bottom: 10.2%;
    }
    .langzi03 .content .boxlist .bottom .left .left_bottom .list{
        width: 44.39%;
    }
    .langzi03{
        padding: 60px 0 80px;
    }
    .langzi03 .content .boxlist .theme h1{
        font-size: 14px;
    }
    .langzi03 .content .boxlist .theme h1 span{
        font-size: 30px;
    }
    .langzi03 .content .boxlist .theme{
        margin-bottom: 20px;
    }
}

/* 品牌理念 */
.langzi04{
    padding: 150px 0;
    background: url(../images/langzi04_background.jpg) no-repeat;
    background-size: cover !important;
}
.langzi04 .content{
    width: 66.6%;
    margin: 0 auto;
}
.langzi04 .content .boxlist{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.langzi04 .content .boxlist .theme{
    width: 37.5%;
    /* margin: auto 0 auto auto; */
    background-color: #ffffff;
    padding: 5% 6%;
}
.langzi04 .content .boxlist .theme h1{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
    padding-top: 20px;
}
.langzi04 .content .boxlist .theme h1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #d93c40;
}
.langzi04 .content .boxlist .theme .info{
    margin-bottom: 40px;
}
.langzi04 .content .boxlist .theme .info p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
@media (max-width:1600px) {
    .langzi04 .content{
        width: 75%;
    }
    .langzi04 .content .boxlist .theme{
        padding: 4% 6%;
    }
}
@media (max-width:1400px) {
    .langzi04 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .langzi04 .content{
        width: 95%;
    }
    .langzi04 .content .boxlist .theme h1{
        font-size: 18px;
        margin-bottom: 40px;
        padding-top: 10px;
    }
    .langzi04 .content .boxlist .theme .info p{
        font-size: 13px;
        line-height: 24px;
    }
    .langzi04 .content .boxlist .theme .info{
        margin-bottom: 40px;
    }
}
@media (max-width:1000px) {
    .langzi04 .content .boxlist .theme{
        width: 50%;
    }
}
@media (max-width:760px) {
    .langzi04 .content .boxlist .theme{
        width: 70%;
    }
    .langzi04 .content .boxlist .theme h1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .langzi04 .content .boxlist .theme .info p{
        font-size: 12px;
    }
}
@media (max-width:550px) {
    .langzi04 .content .boxlist .theme{
        width: 100%;
    }
    .langzi04{
        padding: 60px 0;
    }
}

/* 全国代理网点 */
.langzi05{
    padding: 180px 0;
}
.langzi05 .content{
    width: 66.6%;
    margin: 0 auto;
}
.langzi05 .content .boxlist{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.langzi05 .content .boxlist .theme{
    position: absolute;
    left: 0;
    top: 5%;
}
.langzi05 .content .boxlist .theme h1{
    font-size: 50px;
    line-height: 50px;
    color: #dddddd;
    font-weight: bold;
    margin-bottom: 20px;
}
.langzi05 .content .boxlist .theme p{
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.langzi05 .content .boxlist .info{
    position: absolute;
    left: 0;
    top: 25%;
}
.langzi05 .content .boxlist .info p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.langzi05 .content .boxlist .right{
    width: 80%;
}
.langzi05 .content .boxlist .right .img{
    width: 100%;
}
.langzi05 .content .boxlist .right .img img{
    width: 100%;
}

@media (max-width:1600px) {
    .langzi05 .content{
        width: 75%;
    }
}
@media (max-width:1400px) {
    .langzi05 .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .langzi05 .content{
        width: 95%;
    }
    .langzi05 .content .boxlist .theme h1{
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .langzi05 .content .boxlist .theme p{
        font-size: 16px;
    }
    .langzi05 {
        padding: 120px 0;
    }
    .langzi05 .content .boxlist .info p{
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width:760px) {
    .langzi05 .content .boxlist .theme h1{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .langzi05 .content .boxlist .theme p{
        font-size: 14px;
    }
    .langzi05 {
        padding: 60px 0;
    }
    .langzi05 .content .boxlist .info p{
        font-size: 12px;
    }
    .langzi05 .content .boxlist .info{
        width: 100%;
        position: inherit;
        order: 2;
        display: flex;
        justify-content: space-between;
    }
    .langzi05 .content .boxlist .info p{
        width: 48%;
    }
    .langzi05 .content .boxlist{
        flex-wrap: wrap;
    }
    .langzi05 .content .boxlist .right{
        order: 1;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width:550px) {
    .langzi05 .content .boxlist .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
}

/* 产品类别 */
.product{
    padding: 110px 0 200px;
}
.product .content{
    width: 75%;
    margin: 0 auto;
}
.product .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.product .content .boxlist .list{
    width: 22.22%;
    margin-right: 3.7%;
    margin-bottom: 3.7%;
}
.product .content .boxlist .list:nth-child(4n){
    margin-right: 0;
}
.product .content .boxlist .list .list_img{
    width: 100%;
}
.product .content .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 125%;
    overflow: hidden;
}
.product .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;
}
.product .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);
}
.product .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);
}
.product .content .boxlist .list .list_txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    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;
}
.product .content .boxlist .list .list_txt h1{
    padding-right: 10px;
}
.product .content .boxlist .list .list_txt h1 a{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    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;
}
.product .content .boxlist .list .list_txt .more{
    opacity: 0;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product .content .boxlist .list .list_txt .more a{
    width: 15px;
    height: 10px;
}
.product .content .boxlist .list .list_txt .more a img{
    width: 100%;
}
.product .content .boxlist .list:hover .list_txt{
    border-bottom: 1px solid #d93c40;
}
.product .content .boxlist .list:hover .list_txt h1 a{
    color: #d93c40;
}
.product .content .boxlist .list:hover .list_txt .more{
    opacity: 1;
}

@media (max-width:1400px) {
    .product .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .product .content{
        width: 95%;
    }
    .product .content .boxlist .list .list_txt{
        padding: 10px 5px;
    }
    .product .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
    }
    .product {
        padding: 80px 0 150px;
    }
}
@media (max-width:1000px) {
    .product .content .boxlist .list{
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 3.125%;
    }
    .product .content .boxlist .list:nth-child(4n){
        margin-right: 3.125%;
    }
    .product .content .boxlist .list:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width:760px) {
    .product .content .boxlist{
        justify-content: space-between;
    }
    .product .content .boxlist .list{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .product .content .boxlist .list:nth-child(4n){
        margin-right: 0;
    }
    .product .content .boxlist .list:nth-child(3n){
        margin-right: 0;
    }
}
@media (max-width:760px) {
    .product .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product{
        padding: 60px 0 100px;
    }
}

/* 产品详情 */
.product_details{
    padding: 110px 0 150px;
}
.product_details .content{
    width: 66.6%;
    margin: 0 auto;
}
.product_details .content .boxlist{
    width: 100%;
}
.product_details .content .boxlist .show_info{
    display: flex;
    justify-content: space-between;
}
.product_details .content .boxlist .show_info .left{
    width: 65.625%;
}
.product_details .content .boxlist .show_info .left .swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper{
    width: 100%;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide{
    width: 100%;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide .list{
    width: 100%;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-wrapper .swiper-slide .list .list_img .img img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.product_details .content .boxlist .show_info .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_details .content .boxlist .show_info .left .swiper .swiper-button-next{
    display: none;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-button-prev{
    display: none;
}
.product_details .content .boxlist .show_info .left .swiper .swiper-pagination{
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 50%;
    right: auto;
    transform: translate(-50% , 50%);
    -webkit-transform: translate(-50% , 50%);
    -moz-transform: translate(-50% , 50%);
    -ms-transform: translate(-50% , 50%);
    -o-transform: translate(-50% , 50%);
}
.product_details .content .boxlist .show_info .left .swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 8px;
    background-color: rgba(0, 0, 0, .4);
}
.product_details .content .boxlist .show_info .left .swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #d93c40;
}
.product_details .content .boxlist .show_info .right{
    width: 34.375%;
    padding: 3.125% 6.25%;
}
.product_details .content .boxlist .show_info .right .theme{
    width: 100%;
    margin-bottom: 15%;
    padding-bottom: 12%;
    position: relative;
}
.product_details .content .boxlist .show_info .right .theme h1{
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.product_details .content .boxlist .show_info .right .theme::after{
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #d93c40;
}
.product_details .content .boxlist .show_info .right ul{
    width: 100%;
    margin-bottom: 40%;
}
.product_details .content .boxlist .show_info .right ul li{
    display: flex;
}
.product_details .content .boxlist .show_info .right ul li span{
    display: block;
    width: 35%;
    font-size: 14px;
    color: #999999;
    line-height: 46px;
    padding-right: 10px;
    white-space: nowrap;
}
.product_details .content .boxlist .show_info .right ul li p{
    width: 65%;
    font-size: 14px;
    color: #333333;
    line-height: 46px;
}
.product_details .content .boxlist .show_info .right .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    background-color: #f0f0f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.product_details .content .boxlist .show_info .right .more a{
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1800px) {
    .product_details .content .boxlist .show_info .right .theme{
        padding-bottom: 10%;
    }
    .product_details .content .boxlist .show_info .right .theme{
        margin-bottom: 12%;
    }
    .product_details .content .boxlist .show_info .right ul li span{
        line-height: 40px;
    }
    .product_details .content .boxlist .show_info .right ul li p{
        line-height: 40px;
    }
    .product_details .content .boxlist .show_info .right ul{
        margin-bottom: 30%;
    }
}
@media (max-width:1600px) {
    .product_details .content{
        width: 75%;
    }
    .product_details .content .boxlist .show_info .right .theme h1{
        font-size: 22px;
    }
    .product_details .content .boxlist .show_info .right .more{
        width: 130px;
        height: 40px;
    }
}
@media (max-width:1400px) {
    .product_details .content{
        width: 85%;
    }
}
@media (max-width:1200px) {
    .product_details .content{
        width: 95%;
    }
    .product_details .content .boxlist .show_info .right .theme h1{
        font-size: 18px;
    }
    .product_details .content .boxlist .show_info .right ul li span{
        line-height: 32px;
        font-size: 13px;
    }
    .product_details .content .boxlist .show_info .right ul li p{
        line-height: 32px;
        font-size: 13px;
    }
    .product_details .content .boxlist .show_info .right{
        padding: 2% 4%;
    }
    .product_details .content .boxlist .show_info .right .more a{
        font-size: 13px;
    }
    .product_details .content .boxlist .show_info .right .theme{
        padding-bottom: 8%;
    }
    .product_details .content .boxlist .show_info .right .theme{
        margin-bottom: 10%;
    }
    .product_details {
        padding: 80px 0 110px;
    }
    
}
@media (max-width:760px) {
    .product_details .content .boxlist .show_info{
        flex-wrap: wrap;
    }
    .product_details .content .boxlist .show_info .left{
        width: 100%;
    }
    .product_details .content .boxlist .show_info .right{
        width: 100%;
    }
    .product_details .content .boxlist .show_info .right .theme{
        padding-bottom: 20px;
    }
    .product_details .content .boxlist .show_info .right .theme{
        margin-bottom: 30px;
    }
    .product_details .content .boxlist .show_info .right ul{
        margin-bottom: 60px;
    }
    .product_details .content .boxlist .show_info .right{
        padding: 15px 30px;
    }
    .product_details .content .boxlist .show_info .left .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        margin:0 6px;
    }
}
@media (max-width:550px) {
    .product_details .content .boxlist .show_info .right .theme h1{
        font-size: 14px;
    }
    .product_details .content .boxlist .show_info .right .theme{
        padding-bottom: 10px;
    }
    .product_details .content .boxlist .show_info .right{
        padding: 10px 20px;
    }
    .product_details .content .boxlist .show_info .right .theme{
        margin-bottom: 20px;
    }
    .product_details .content .boxlist .show_info .right ul li span{
        line-height: 26px;
        font-size: 12px;
    }
    .product_details .content .boxlist .show_info .right ul li p{
        line-height: 26px;
        font-size: 12px;
    }
    .product_details .content .boxlist .show_info .right ul{
        margin-bottom: 40px;
    }
    .product_details .content .boxlist .show_info .right .more{
        width: 100px;
        height: 30px;
    }
    .product_details .content .boxlist .show_info .right .more a{
        font-size: 12px;
    }
    .product_details {
        padding: 60px 0 80px;
    }
}

/* DETAILS/ 产品详情 */
.product_details .content .boxlist .detail_info{
    margin-top: 140px;
}
.product_details .content .boxlist .detail_info .theme{
    border-bottom: 1px solid #dddddd;
}
.product_details .content .boxlist .detail_info .theme h1{
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}
.product_details .content .boxlist .detail_info .theme h1 span{
    font-size: 60px;
    color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
}
.product_details .content .boxlist .detail_info .content_info{
    padding: 40px;
}

@media (max-width:1800px) {
    .product_details .content .boxlist .detail_info .theme h1 span{
        font-size: 50px;
    }
}
@media (max-width:1200px) {
    .product_details .content .boxlist .detail_info .theme h1 span{
        font-size: 40px;
    }
    .product_details .content .boxlist .detail_info .theme h1{
        font-size: 18px;
    }
    .product_details .content .boxlist .detail_info{
        margin-top: 80px;
    }
}
@media (max-width:760px) {
    .product_details .content .boxlist .detail_info .theme h1 span{
        font-size: 26px;
    }
    .product_details .content .boxlist .detail_info .theme h1{
        font-size: 14px;
    }
    .product_details .content .boxlist .detail_info .content_info{
        padding: 20px;
    }
    .product_details .content .boxlist .detail_info{
        margin-top: 40px;
    }
}

/* 新闻详情 */
.news_detail{
    padding: 90px 0 160px;
}
.news_detail .content{
    width: 66.6%;
    margin: 0 auto;
}
.news_detail .content .theme{
    border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .theme .title{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.news_detail .content .theme .time{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.news_detail .content .news_detail_info{
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}
.news_detail .content .news_detail_info p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}
.news_detail .content .news_detail_info p > img{
    max-width: 100%;
}
.news_detail .content .news_detail_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.news_detail .content .news_detail_other ul li{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-right: 10px;
}
.news_detail .content .news_detail_other ul li a{
    color: #666666;
}
.news_detail .content .news_detail_other ul li:hover{
    color: #d93c40;
}
.news_detail .content .news_detail_other ul li:hover a{
    color: #d93c40;
}
.news_detail .content .news_detail_other .more a{
    width: 160px;
    height: 50px;
    background: #d93c40;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1600px){
    .news_detail .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .news_detail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .news_detail .content{
        width: 95%;
    }
    .news_detail .content .theme .title{
        font-size: 22px;
    }
    .news_detail .content .news_detail_other .more a{
        font-size: 13px;
        width: 130px;
        height: 40px;
    }
}
@media (max-width:760px){
    .news_detail .content .news_detail_other .more a{
        font-size: 12px;
        width: 100px;
        height: 30px;
    }
    .news_detail{
        padding: 60px 0 100px;
    }
}

/* 文章详情 */
.article_details{
    padding: 90px 0 160px;
}
.article_details .content{
    width: 66.6%;
    margin: 0 auto;
}
.article_details .content .theme{
    border-bottom: 1px solid #e5e5e5;
}
.article_details .content .theme .title{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}
.article_details .content .theme .time{
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}
.article_details .content .article_details_info{
    padding: 80px 0;
    border-bottom: 1px solid #bfbfbf;
}
.article_details .content .article_details_info p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 2%;
}
.article_details .content .article_details_info p > img{
    max-width: 100%;
}
.article_details .content .article_details_other{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.article_details .content .article_details_other ul li{
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    padding-right: 10px;
}
.article_details .content .article_details_other ul li a{
    color: #666666;
}
.article_details .content .article_details_other ul li:hover{
    color: #d93c40;
}
.article_details .content .article_details_other ul li:hover a{
    color: #d93c40;
}
.article_details .content .article_details_other .more a{
    width: 160px;
    height: 50px;
    background: #d93c40;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:1600px){
    .article_details .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .article_details .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .article_details .content{
        width: 95%;
    }
    .article_details .content .theme .title{
        font-size: 22px;
    }
    .article_details .content .article_details_other .more a{
        font-size: 13px;
        width: 130px;
        height: 40px;
    }
}
@media (max-width:760px){
    .article_details .content .article_details_other .more a{
        font-size: 12px;
        width: 100px;
        height: 30px;
    }
    .article_details{
        padding: 60px 0 100px;
    }
}

/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 66.6%;
    margin: 0 auto;
}
.info_main .content .info_edit{
    width: 100%;
}
.info_main .content .info_edit p > img{
    max-width: 100%;
}
@media (max-width:1600px){
    .info_main .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .info_main .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .info_main .content{
        width: 95%;
    }
    .info_main{
        padding: 60px 0 80px;
    }
}

/* 资质荣誉 */
.honor{
    padding: 120px 0 200px;
}
.honor .content{
    width: 66.6%;
    margin: 0 auto;
}
.honor .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.honor .content .boxlist .list{
    width: 22.6%;
    margin-right: 3.1%;
    margin-bottom: 3.1%;
}
.honor .content .boxlist .list:nth-child(4){
    margin-right: 0%;
}
.honor .content .boxlist .list:nth-child(8){
    margin-right: 0%;
}
.honor .content .boxlist .list > a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.honor .content .boxlist .list a .list_img{
    background: #f6f6f6;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}
.honor .content .boxlist .list a .list_img .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.honor .content .boxlist .list a .list_img .img img{
    display: block;
    width: auto;
    max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    transition: all .5s linear;
}
.honor .content .boxlist .list:hover a .list_img .img img{
    transform: scale(1.1);
}
.honor .content .boxlist .list a .list_txt p{
    text-align: center;
    padding: 6% 1%;
    background: #eeeeee;
    color: #333333;
    font-size: 16px;
    transition: all .5s linear;
    margin-bottom: 0;
}
.honor .content .boxlist .list:hover a .list_txt p{
    color: #d93c40;
}
@media (max-width:1600px){
    .honor .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .honor .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .honor .content{
        width: 95%;
    }
    .honor{
        padding: 80px 0 140px;
    }
}
@media(max-width:760px){
    .honor .content .boxlist{
        justify-content: space-between;
    }
    .honor .content .boxlist .list{
        width: 48%;
        margin-right: 0%;
    }
    .honor .content .boxlist .list a .list_txt p{
        font-size: 14px;
    }
    .honor {
        padding: 60px 0 100px;
    }
}