﻿/* banner */
.banner{
    width: 100%;
    margin-top: 90px;
}
.banner > a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.banner > a > img{
    overflow: hidden;
    width: 100%;
}
@media (max-width:1200px){
    .banner{
        margin-top: 80px;
    }
}
@media (max-width: 760px){
    .banner{
        margin-top: 60px;
    }
    /* .banner > a > img{
        width: 200%;
        margin-left: -50%;
    } */
}

/* 品牌概述 */
.about01{
    padding: 170px 0 160px;
}
.about01 .content{
    width: 75%;
    margin: 0 auto;
}
.about01 .content .boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about01 .content .boxlist .left{
    width: 47.9%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about01 .content .boxlist .left .theme{
    width: 36.2%;
}
.about01 .content .boxlist .left .theme h1{
    font-size: 38px;
    line-height: 50px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    padding: 20px 0;
}
.about01 .content .boxlist .left .theme h1::after{
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.about01 .content .boxlist .left .left_img{
    width: 63.8%;
}
.about01 .content .boxlist .left .left_img .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}
.about01 .content .boxlist .left .left_img .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about01 .content .boxlist .left .left_img .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);
    cursor: pointer;
}
.about01 .content .boxlist .left .left_img:hover .list_img .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);
}
.about01 .content .boxlist .left .list_video{
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 15%;
    width: 43.47%;
}
.about01 .content .boxlist .left .list_video .video{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.about01 .content .boxlist .left .list_video .video .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about01 .content .boxlist .left .list_video .video .img img{
    width: 100%;
}
.about01 .content .boxlist .left .list_video .video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.about01 .content .boxlist .left .list_video .video .play{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    background: url(../images/about01_play.png) no-repeat;
    background-size: cover !important;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
    -moz-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    -o-transform: translate(-50% , -50%);
    cursor: pointer;
}
.about01 .content .boxlist .right{
    width: 43.75%;
}
.about01 .content .boxlist .right .theme{
    margin-bottom: 60px;
}
.about01 .content .boxlist .right .theme h1{
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
}
.about01 .content .boxlist .right .info{

}
.about01 .content .boxlist .right .info p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    font-weight: 100;
}
.about01 .content .boxlist .popup_video{
	display: none;
}
.about01 .content .boxlist .popup_video .great_video{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about01 .content .boxlist .popup_video .great_video .video{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.about01 .content .boxlist .popup_video .great_video .video video{
	width: 100%;
}
.about01 .content .boxlist .popup_video .great_video .video video source{
	width: 100%;
}
.about01 .content .boxlist .popup_video .great_video .video span{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/closed.png) no-repeat;
	border: none;
	cursor: pointer;
	filter: brightness(0);
}
@media (max-width:1800px){
    .about01 .content .boxlist .right{
        width: 47.75%;
    }
}
@media (max-width:1600px){
    .about01 .content .boxlist .right .theme{
        margin-bottom: 40px;
    }
    .about01 .content .boxlist .left .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .about01 .content .boxlist .right .info p{
        line-height: 22px;
    }
}
@media (max-width:1400px){
    .about01 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about01 .content{
        width: 95%;
    }
    .about01 .content .boxlist .right .theme h1{
        font-size: 20px;
        line-height: 22px;
    }
    .about01 .content .boxlist .right .theme{
        margin-bottom: 30px;
    }
    .about01 .content .boxlist .right .info p{
        line-height: 20px;
        font-size: 13px;
    }
    .about01 .content .boxlist .left .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
    .about01{
        padding: 110px 0 100px;
    }
}
@media (max-width:1000px){
    .about01 .content .boxlist{
        flex-wrap: wrap;
    }
    .about01 .content .boxlist .left{
        width: 100%;
        margin-bottom: 80px;
    }
    .about01 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .about01 .content .boxlist .left{
        margin-bottom: 40px;
    }
    .about01 .content .boxlist .left .theme h1{
        font-size: 20px;
    }
    .about01 .content .boxlist .left .theme h1::after{
        width: 30px;
    }
    .about01 .content .boxlist .left .list_video .video .play{
        width: 26px;
        height: 26px;
    }
    .about01 .content .boxlist .right .theme h1{
        font-size: 16px;
        line-height: 20px;
    }
    .about01 .content .boxlist .right .theme{
        margin-bottom: 20px;
    }
    .about01 .content .boxlist .right .info p{
        font-size: 12px;
    }
    .about01{
        padding: 60px 0;
    }
}

/* 品牌文化 */
.about02{
    padding: 120px 0 140px;
    background: url(../images/about02_background.jpg) no-repeat;
    background-size: cover !important;
}
.about02 .content{
    width: 75%;
    margin: 0 auto;
}
.about02 .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.about02 .content .boxlist .left{
    width: 54.1%;
}
.about02 .content .boxlist .left .left_top{
    width: 100%;
    margin-bottom: 100px;
}
.about02 .content .boxlist .left .left_top .list_img{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.4%;
}
.about02 .content .boxlist .left .left_top .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about02 .content .boxlist .left .left_top .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);
    cursor: pointer;
}
.about02 .content .boxlist .left .left_top:hover .list_img .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);
}
.about02 .content .boxlist .left .left_bottom{
    padding: 0 60px;
}
.about02 .content .boxlist .left .left_bottom ul li{
    display: flex;
    margin-bottom: 25px;
}
.about02 .content .boxlist .left .left_bottom ul li span{
    display: inline-block;
    width: 20%;
    font-size: 14px;
    font-weight: 100;
    color: #222222;
}
.about02 .content .boxlist .left .left_bottom ul li p{
    width: 70%;
    font-size: 14px;
    font-weight: 100;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.about02 .content .boxlist .right{
    width: 36.8%;
}
.about02 .content .boxlist .right .right_top{
    margin-bottom: 50%;
}
.about02 .content .boxlist .right .right_top .theme{
    margin: 50px 0 70px;
}
.about02 .content .boxlist .right .right_top .theme h1{
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
}
.about02 .content .boxlist .right .right_top .began{
    display: flex;
    align-items: center;
}
.about02 .content .boxlist .right .right_top .began span{
    writing-mode:vertical-lr;
    font-size: 22px;
    color: #666666;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    padding-bottom: 30px;
    margin-right: 50px;
    -webkit-writing-mode:vertical-lr;
    -ms-writing-mode:vertical-lr;
}
.about02 .content .boxlist .right .right_top .began span::after{
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #a72126;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.about02 .content .boxlist .right .right_top .began p{
    font-size: 130px;
    color: #a72126;
    font-family: "微软雅黑";
    font-weight: 100;
}
.about02 .content .boxlist .right .right_bottom{
    width: 100%;
    position: relative;
    padding-bottom: 40.7%;
    overflow: hidden;
}
.about02 .content .boxlist .right .right_bottom .list:nth-child(1){
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
}
.about02 .content .boxlist .right .right_bottom .list:nth-child(2){
    position: absolute;
    left: 24.5%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
}
.about02 .content .boxlist .right .right_bottom .list:nth-child(3){
    position: absolute;
    left: 49%;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 3;
}
.about02 .content .boxlist .right .right_bottom .list{
    width: 40.7%;
}
.about02 .content .boxlist .right .right_bottom .list .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.about02 .content .boxlist .right .right_bottom .list .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about02 .content .boxlist .right .right_bottom .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);
    cursor: pointer;
}

@media (max-width:1600px){
    .about02 .content .boxlist .right .right_top .theme{
        margin: 30px 0 50px;
    }
    .about02 .content .boxlist .right .right_top .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .about02 .content .boxlist .right .right_top .began p{
        font-size: 100px;
    }
    .about02 .content .boxlist .left .left_top{
        margin-bottom: 60px;
    }
}
@media (max-width:1400px){
    .about02 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about02 .content{
        width: 95%;
    }
    .about02 .content .boxlist .right .right_top .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
    .about02 .content .boxlist .right .right_top .began span{
        font-size: 18px;
    }
    .about02 .content .boxlist .right .right_top .began p{
        font-size: 70px;
    }
    .about02{
        padding: 90px 0 100px;
    }
    .about02 .content .boxlist .left .left_bottom ul li span{
        width: 25%;
    }
}
@media (max-width:1000px){
    .about02 .content .boxlist{
        flex-wrap: wrap;
    }
    .about02 .content .boxlist .left{
        width: 100%;
    }
    .about02 .content .boxlist .right{
        width: 100%;
    }
    .about02 .content .boxlist .right .right_top{
        margin-bottom: 15%;
    }
}
@media (max-width:550px){
    .about02{
        padding: 60px 0;
    }
    .about02 .content .boxlist .right .right_top .theme h1{
        font-size: 20px;
    }
    .about02 .content .boxlist .left .left_bottom{
        padding: 0;
    } 
    .about02 .content .boxlist .left .left_bottom ul li span{
        font-size: 12px;
    }
    .about02 .content .boxlist .left .left_bottom ul li p{
        font-size: 12px;
    }
    .about02 .content .boxlist .left .left_bottom ul li{
        margin-bottom: 15px;
    }
    .about02 .content .boxlist .left .left_top{
        margin-bottom: 40px;
    }
    .about02 .content .boxlist .right .right_top .theme{
        margin: 20px 0 40px;
    }
    .about02 .content .boxlist .right .right_top .began span{
        font-size: 16px;
    }
    .about02 .content .boxlist .right .right_top .began p{
        font-size: 50px;
    }
}

/* 发展历程 */
.about03{
    padding: 75px 0;
}
.about03 .content{
    width: 75%;
    margin: 0 auto;
}
.about03 .content .boxlist{
    position: relative;
    overflow: hidden;
}
.about03 .content .boxlist .theme{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    z-index: 10;
}
.about03 .content .boxlist .theme h1{
    writing-mode: vertical-lr;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    padding: 0 50px;
    padding-top: 65%;
    position: relative;
}
.about03 .content .boxlist .theme h1::after{
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    right: auto;
    bottom: auto;
    background: url(../images/about03_icon01.png) no-repeat;
    background-size: cover !important;
    width: 99px;
    height: 178px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide{
    width: 100% !important;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
    width: 100%;
    position: relative;
    padding-bottom: 54.1%;
    overflow: hidden;
    opacity: 0;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide-active .list{
    opacity: 1;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
    width: 83.3%;
    position: absolute;
    left: 0%;
    top: 50%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img .img_info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img .img_info 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);
    cursor: pointer;
}
/* .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img:hover .img .img_info 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);
} */
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt{
    width: 37.5%;
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt{
    width: 100%;
    position: relative;
    padding-bottom: 55.5%;
    overflow: hidden;
    background-color: #f6f6f6;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    padding: 10%;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info h1{
    font-size: 30px;
    color: #a72126;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 20px;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info p{
    font-size: 16px;
    color: #666666;
    font-weight: 100;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.about03 .content .boxlist .swiper-container .swiper-button-prev{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: auto;
    left: auto;
    right: 31%;
    bottom: 8%;
    z-index: 20;
    background: url(../images/about03_icon_left01.png) transparent no-repeat center center;
    cursor: pointer;
}
.about03 .content .boxlist .swiper-container .swiper-button-prev:hover{
    background: url(../images/about03_icon_left02.png) #a72126 no-repeat center center;
    border: none;
}
.about03 .content .boxlist .swiper-container .swiper-button-next{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: auto;
    left: auto;
    right: 27%;
    bottom: 8%;
    z-index: 20;
    background: url(../images/about03_icon_right01.png) no-repeat center center;
    cursor: pointer;
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
}
.about03 .content .boxlist .swiper-container .swiper-button-next:hover{
    background: url(../images/about03_icon_right02.png) #a72126 no-repeat center center;
    border: none;
}

@media (max-width:1600px){
    .about03 .content .boxlist .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .about03 .content .boxlist .theme h1::after {
        width: 85px;
        height: 153px;
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info p{
        font-size: 14px;
    }
}
@media (max-width:1400px){
    .about03 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about03 .content{
        width: 95%;
    }
    .about03 .content .boxlist .theme h1{
        font-size: 24px;
        line-height: 30px;
        padding-top: 52%;
    }
    .about03 .content .boxlist .theme h1::after{
        width: 70px;
        height: 126px;
    }
    .about03 .content .boxlist .swiper-container .swiper-button-next{
        right: 26%;
        bottom: 5%;
    }
    .about03 .content .boxlist .swiper-container .swiper-button-prev{
        right: 30%;
        bottom: 5%;
    }
}
@media (max-width:1000px){
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info{
        padding: 5%;
    }
    .about03 .content .boxlist .swiper-container .swiper-button-next{
        right: 26.5%;
    }
    .about03 .content .boxlist .swiper-container .swiper-button-prev{
        right: 32%;
    }
}
@media (max-width:760px){
    .about03 .content .boxlist .swiper-container .swiper-button-next{
        display: none;
    }
    .about03 .content .boxlist .swiper-container .swiper-button-prev{
        display: none;
    }
    .about03 .content .boxlist .theme h1::after{
        width: 49px;
        height: 89px;
    }
    .about03 .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 20px;
        padding: 0 30px;
        padding-top: 50%;
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info p{
        font-size: 13px;
    }
}
@media (max-width:550px){
    .about03 .content .boxlist .theme h1{
        font-size: 18px;
        line-height: 20px;
        padding: 0px 15px;
        padding-top: 60%;
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
    	position: inherit;
	transform: translateY(-0%);
   	 -webkit-transform: translateY(-0%);
   	 -moz-transform: translateY(-0%);
   	 -ms-transform: translateY(-0%);
  	  -o-transform: translateY(-0%);
    }
    .about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt{
        width: 83.3%;
    	position: inherit;
    }
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt{
    padding-bottom: 0%;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .txt_info{
    position: inherit;
}
.about03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
padding-bottom: 0%;
}
    .about03{
        padding: 60px 0;
    }
}

/* 荣誉资质 */
.about04{
    padding-bottom: 200px;
}
.about04 .content{
    width: 75%;
    margin: 0 auto;
}
.about04 .content .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about04 .content .top .theme{
    margin-bottom: 50px;
}
.about04 .content .top .theme h1{
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    padding-bottom: 30px;
}
.about04 .content .top .theme h1::after{
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.about04 .content .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.about04 .content .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.about04 .content .top .more a:hover span{
    color: #a72126;
    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 .content .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.about04 .content .bottom .boxlist{
    display: flex;
    justify-content: space-between;
}
.about04 .content .bottom .boxlist .list{
    width: 21.875%;
    display: flex;
    flex-wrap: wrap;
}
.about04 .content .bottom .boxlist .list .list_top{
    width:100%
}
.about04 .content .bottom .boxlist .list .list_bottom{
    width:100%
}
.about04 .content .bottom .boxlist .list:nth-child(odd) .list_top{
    order:1;
}
.about04 .content .bottom .boxlist .list:nth-child(odd) .list_bottom{
    order:2;
}
.about04 .content .bottom .boxlist .list:nth-child(even) .list_top{
    order:2;
}
.about04 .content .bottom .boxlist .list:nth-child(even) .list_bottom{
    order:1;
}
.about04 .content .bottom .boxlist .list:nth-child(1) .list_top{
    margin-bottom: 50px;
}
.about04 .content .bottom .boxlist .list:nth-child(2) .list_bottom{
    margin-bottom: 50px;
}
.about04 .content .bottom .boxlist .list:nth-child(3) .list_top{
    margin-bottom: 50px;
}
.about04 .content .bottom .boxlist .list:nth-child(4) .list_bottom{
    margin-bottom: 50px;
}
.about04 .content .bottom .boxlist .list .list_top .list_img{
    width: 100%;
}
.about04 .content .bottom .boxlist .list .list_top .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.about04 .content .bottom .boxlist .list .list_top .list_img .img{
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about04 .content .bottom .boxlist .list .list_top .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);
    cursor: pointer;
}
.about04 .content .bottom .boxlist .list .list_top .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);
}
.about04 .content .bottom .boxlist .list .list_top .list_txt a{
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about04 .content .bottom .boxlist .list .list_bottom .list_img{
    width: 100%;
}
.about04 .content .bottom .boxlist .list .list_bottom .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 74.9%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.about04 .content .bottom .boxlist .list .list_bottom .list_img .img{
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about04 .content .bottom .boxlist .list .list_bottom .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);
    cursor: pointer;
}
.about04 .content .bottom .boxlist .list .list_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);
}
.about04 .content .bottom .boxlist .list .list_bottom .list_txt a{
    color: #333333;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width:1600px){
    .about04 .content .top .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width:1400px){
    .about04 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .about04 .content{
        width: 95%;
    }
    .about04 .content .top .theme h1{
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .about04 .content .top .theme{
        margin-bottom: 40px;
    }
    .about04 .content .bottom .boxlist .list .list_top .list_txt a{
        font-size: 16px;
    }
    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a{
        font-size: 16px;
    }
    .about04 .content .bottom .boxlist .list:nth-child(1) .list_top{
        margin-bottom: 30px;
    }
    .about04 .content .bottom .boxlist .list:nth-child(2) .list_bottom{
        margin-bottom: 30px;
    }
    .about04 .content .bottom .boxlist .list:nth-child(3) .list_top{
        margin-bottom: 30px;
    }
    .about04 .content .bottom .boxlist .list:nth-child(4) .list_bottom{
        margin-bottom: 30px;
    }
    .about04{
        padding-bottom: 150px;
    }
}
@media (max-width:760px){
    .about04 .content .bottom .boxlist{
        flex-wrap: wrap;
    }
    .about04 .content .bottom .boxlist .list{
        width: 45%;
    }
    .about04 .content .bottom .boxlist .list .list_top{
        margin-bottom: 20px;
    }
    .about04 .content .bottom .boxlist .list .list_bottom{
        margin-bottom: 20px;
    }
    .about04 .content .bottom .boxlist .list .list_top .list_txt a{
        font-size: 14px;
    }
    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a{
        font-size: 14px;
    }
    .about04{
        padding-bottom: 100px;
    }
}
@media (max-width:550px){
    .about04 .content .bottom .boxlist .list .list_top .list_txt a{
        font-size: 12px;
    }
    .about04 .content .bottom .boxlist .list .list_bottom .list_txt a{
        font-size: 12px;
    }
    .about04 {
        padding-bottom: 60px;
    }
}

/* 项目案例 */
.cases{
    padding: 170px 0 200px;
}
.cases .content{
    width: 75%;
    margin: 0 auto;
}
.cases .content .boxlist_more{
    display: none;
}
.cases .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cases .content .boxlist .list1{
    width: 40.6%;
}
.cases .content .boxlist .list{
    margin-bottom: 80px;
}
.cases .content .boxlist .list .list_img{
    width: 100%;
}
.cases .content .boxlist .list1 .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.cases .content .boxlist .list1 .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cases .content .boxlist .list2{
    width: 54.1%;
}
.cases .content .boxlist .list2 .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.cases .content .boxlist .list2 .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cases .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);
    cursor: pointer;
}
.cases .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);
}
.cases .content .boxlist .list .list_txt{
    border-bottom: 1px solid #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 .content .boxlist .list .list_txt P{
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cases .content .boxlist .list .list_txt P span{
    color: #999999;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.cases .content .boxlist .list .list_txt h1{
    margin-bottom: 40px;
}
.cases .content .boxlist .list .list_txt h1 a{
    color: #333333;
    font-size: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
}
.cases .content .boxlist .list .list_txt:hover h1 a{
    color: #a72126;
}
.cases .content .boxlist .list .list_txt:hover{
    border-bottom: 1px solid #a72126;
}
.cases .content .list_other{
    text-align: center;
}
.cases .content .list_other span{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "微软雅黑";
    font-weight: 100;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.cases .content .list_other span::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 8px;
    height: 9px;
    background: url(../images/index_product_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%) rotateZ(90deg);
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -moz-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    -o-transform: translateX(-50%) rotateZ(90deg);
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.cases .content .list_other span:hover{
    color: #a72126;
}
.cases .content .list_other span:hover::after{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.cases .content .list_other .opened::after{
    transform: translateX(-50%) rotateZ(30deg);
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -moz-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    -o-transform: translateX(-50%) rotateZ(30deg);
}

@media (max-width:1400px){
    .cases .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .cases .content{
        width: 95%;
    }
    .cases{
        padding: 100px 0 130px;
    }
    .cases .content .boxlist .list .list_txt P{
        margin: 10px 0;
    }
    .cases .content .boxlist .list .list_txt h1 a{
        font-size: 18px;
    }
    .cases .content .boxlist .list .list_txt h1{
        margin-bottom: 20px;
    }
    .cases .content .boxlist .list{
        margin-bottom: 60px;
    }
}
@media (max-width:550px){
    .cases{
        padding: 60px 0 80px;
    }
    .cases .content .boxlist .list .list_txt P{
        line-height: 20px;
    }
    .cases .content .boxlist .list .list_txt P span{
        font-size: 12px;
        margin-right: 5px;
        
    }
    .cases .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
    }
    .cases .content .boxlist .list{
        margin-bottom: 40px;
    }
    .cases .content .list_other span{
        font-size: 12px;
    }
}

/* 联系我们 */
/* 美术家，欢迎您来电咨询 */
.contact01{
    padding: 170px 0 140px;
}
.contact01 .content{
    width: 75%;
    margin: 0 auto;
}
.contact01 .content .theme{
    margin-bottom: 60px;
}
.contact01 .content .theme h1{
    color: #333333;
    font-size: 30px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 20px;
}
.contact01 .content .theme p{
    color: #999999;
    font-size: 18px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact01 .content .bottom{
    display: flex;
    justify-content: space-between;
}
.contact01 .content .bottom .address{
    width: 25.7%;
}
.contact01 .content .bottom .address .one{
    padding: 30px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 50px;
}
.contact01 .content .bottom .address .one p{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-bottom: 10px;
}
.contact01 .content .bottom .address .one p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    bottom: auto;
    right: auto;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.contact01 .content .bottom .address .one:nth-child(1) p::before{
    background: url(../images/contact01_icon01.png) no-repeat;
    background-size: cover !important;
}
.contact01 .content .bottom .address .one:nth-child(2) p::before{
    background: url(../images/contact01_icon02.png) no-repeat;
    background-size: cover !important;
}
.contact01 .content .bottom .address .one:nth-child(3) p::before{
    background: url(../images/contact01_icon03.png) no-repeat;
    background-size: cover !important;
}
.contact01 .content .bottom .address .one h1{
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact01 .content .bottom .gaode{
    width: 71.4%;
}
.contact01 .content .bottom .gaode .gaode_map{
    width: 100%;
    position: relative;
    padding-bottom: 72%;
}

@media (max-width:1400px){
    .contact01 .content{
        width: 85%;
    }
    .contact01 .content .theme h1{
        font-size: 24px;
    }
    .contact01 .content .theme p{
        font-size: 16px;
    }
    .contact01 .content .bottom .address .one h1{
        font-size: 18px;
    }
}
@media (max-width:1200px){
    .contact01 .content{
        width: 95%;
    }
    .contact01 .content .theme{
        margin-bottom: 40px;
    }
    .contact01 .content .bottom .address .one h1{
        font-size: 16px;
    }
    .contact01 .content .bottom .address .one p{
        font-size: 14px;
    }
    .contact01 .content .bottom .address .one{
        margin-bottom: 30px;
    }
}
@media (max-width:1000px){
    .contact01 .content .bottom{
        flex-wrap: wrap;
    }
    .contact01 .content .bottom .address{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact01 .content .bottom .gaode{
        width: 100%;
    }
    .contact01{
        padding: 110px 0 90px;
    }
}
@media (max-width:550px){
    .contact01{
        padding: 80px 0 60px;
    }
    .contact01 .content .theme h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contact01 .content .theme p{
        font-size: 14px;
    }
    .contact01 .content .theme{
        margin-bottom: 20px;
    }
    .contact01 .content .bottom .address .one{
        margin-bottom: 20px;
        padding: 20px 30px;
    }
    .contact01 .content .bottom .address .one p{
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .contact01 .content .bottom .address .one h1{
        font-size: 14px;
    }
}

/* 留言 */
.contact02{
    background: url(../images/contact02_background.jpg) no-repeat;
    background-size: cover !important;
    padding: 120px 0;
}
.contact02 .content{
    width: 75%;
    margin: 0 auto;
}
.contact02 .content .theme{
    margin-bottom: 40px;
}
.contact02 .content .theme h1{
    color: #333333;
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact02 .content .theme p{
    color: #999999;
    font-size: 18px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact02 .content .bottom .boxlist{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact02 .content .bottom .boxlist .one{
    width: 49.3%;
    margin-bottom: 20px;
}
.contact02 .content .bottom .boxlist .one input{
    width: 100%;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #dddddd;
    outline: none;
    background: transparent;
}
.contact02 .content .bottom .boxlist .one input::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact02 .content .bottom .boxlist .two{
    width: 100%;
}
.contact02 .content .bottom .boxlist .two textarea{
    width: 100%;
    height: 150px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
    outline: none;
    background: transparent;
}
.contact02 .content .bottom .boxlist .two textarea::placeholder{
    color: #999999;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact02 .content .bottom .boxlist .more{
    text-align: left;
}
.contact02 .content .bottom .boxlist .more a{
    display: inline-block;
    width: 150px;
    height: 60px;
    background-color: #a72126;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
@media (max-width:1400px){
    .contact02 .content{
        width: 85%;
    }
    .contact02 .content .theme h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact02 .content .theme p{
        font-size: 16px;
    }
    .contact02 .content .theme{
        margin-bottom: 30px;
    }
}
@media (max-width:1200px){
    .contact02 .content{
        width: 95%;
    }
    .contact02{
        padding: 90px 0;
    }
    .contact02 .content .bottom .boxlist .more a{
        width: 120px;
        height: 50px;
        line-height: 50px;
    }
    .contact02 .content .bottom .boxlist .one input{
        padding: 15px;
    }
    .contact02 .content .bottom .boxlist .two textarea{
        height: 130px;
        padding: 15px;
    }
}
@media (max-width:550px){
    .contact02 .content .theme h1{
        font-size: 20px;
    }
    .contact02 .content .theme p{
        font-size: 14px;
    }
    .contact02 .content .bottom .boxlist .one input{
        padding: 10px;
    }
    .contact02 .content .bottom .boxlist .two textarea{
        height: 100px;
        padding: 10px;
    }
    .contact02 .content .bottom .boxlist .one{
        width: 100%;
    }
    .contact02 .content .bottom .boxlist .one input::placeholder{
        font-size: 12px;
    }
    .contact02 .content .bottom .boxlist .two textarea::placeholder{
        font-size: 12px;
    }
    .contact02 .content .bottom .boxlist .more a{
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .contact02{
        padding: 60px 0;
    }
}

/* 全国门店 */
.contact03{
    padding: 150px 0;
display: none;
}
.contact03 .content{
    width: 75%;
    margin: 0 auto;
}
.contact03 .content .theme{
    margin-bottom: 50px;
}
.contact03 .content .theme h1{
    color: #333333;
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact03 .content .theme p{
    color: #999999;
    font-size: 18px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact03 .content .boslist{
    display: flex;
    flex-wrap: wrap;
}
.contact03 .content .boslist .list{
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 50px;
}
.contact03 .content .boslist .list:nth-child(3n){
    margin-right: 0%;
}
.contact03 .content .boslist .list .list_txt{
    width: 100%;
    background-color: #f6f6f6;
    padding: 50px 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;
}
.contact03 .content .boslist .list .list_txt h1{
    color: #333333;
    font-size: 22px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-bottom: 60px;
}
.contact03 .content .boslist .list .list_txt h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    top: auto;
    right: auto;
    width: 30px;
    height: 1px;
    background-color: #a72126;
}
.contact03 .content .boslist .list .list_txt .info{
    margin-bottom: 60px;
}
.contact03 .content .boslist .list .list_txt .info p{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.contact03 .content .boslist .list .list_txt:hover{
    background-color: #ffffff;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, .1);
}
.contact03 .content .boslist .list .list_txt .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 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;
}
.contact03 .content .boslist .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    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;
}
.contact03 .content .boslist .list .list_txt:hover .more a span{
    color: #a72126;
}
.contact03 .content .boslist .list .list_txt:hover .more a img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}

@media (max-width:1400px){
    .contact03 .content{
        width: 85%;
    }
    .contact03 .content .theme h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contact03 .content .theme p{
        font-size: 16px;
    }
    .contact03 .content .theme{
        margin-bottom: 40px;
    }
}
@media (max-width:1200px){
    .contact03 .content{
        width: 95%;
    }
    .contact03{
        padding: 90px 0;
    }
    .contact03 .content .boslist .list .list_txt h1{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .contact03 .content .boslist .list .list_txt h1::after{
        bottom: -20px;
    }
    .contact03 .content .boslist .list .list_txt .info p{
        font-size: 14px;
        line-height: 26px;
    }
    .contact03 .content .boslist .list .list_txt .info{
        margin-bottom: 40px;
    }
    .contact03{
        padding: 100px 0;
    }
}
@media (max-width:1000px){
    .contact03 .content .boslist{
        justify-content: space-between;
    }
    .contact03 .content .boslist .list{
        width: 45%;
        margin-right: 0%;
    }
}
@media (max-width:760px){
    .contact03 .content .boslist .list{
        width: 48%;
        margin-bottom: 30px;
    }
    .contact03 .content .boslist .list .list_txt{
        padding: 40px 30px;
    }
}
@media (max-width:550px){
    .contact03 .content .boslist .list .list_txt h1{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .contact03 .content .boslist .list .list_txt h1::after{
        bottom: -15px;
    }
    .contact03 .content .boslist .list .list_txt .info p{
        font-size: 12px;
        line-height: 22px;
    }
    .contact03 .content .boslist .list .list_txt .more a span{
        font-size: 12px;
    }
    .contact03 .content .boslist .list .list_txt .info{
        margin-bottom: 30px;
    }
    .contact03 .content .boslist .list .list_txt{
        padding: 30px 20px;
    }
    .contact03{
        padding: 60px 0;
    }
}

/* 人才招聘 */
.hire{
    padding: 170px 0 200px;
}
.hire .content{
    width: 75%;
    margin: 0 auto;
}
.hire .content .boxlist_more{
    display: none;
}
.hire .content > .theme{
    margin-bottom: 60px;
    text-align: center;
}
.hire .content > .theme p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}
.hire .content > .theme p a{
    color: #a72126;
}
.hire .content .boxlist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hire .content .boxlist .list{
    width: 47.9%;
    position: relative;
    margin-bottom: 60px;
}
.hire .content .boxlist .list .list_img{
    width: 100%;
    background-color: #f6f6f6;
    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);
}
.hire .content .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 56.5%;
    overflow: hidden;
}
.hire .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hire .content .boxlist .list .list_img .img a img{
    opacity: 0;
    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);
}
.hire .content .boxlist .list:hover .list_img .img a img{
    opacity: .7;
}
.hire .content .boxlist .list .list_txt{
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10%;
    right: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.hire .content .boxlist .list .list_txt .theme{
    margin-bottom: 60%;
    text-align: center;
}
.hire .content .boxlist .list .list_txt .theme p{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 10px;
}
.hire .content .boxlist .list .list_txt .theme h1{
    margin-bottom: 30px;
}
.hire .content .boxlist .list .list_txt .theme h1 a{
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
}
.hire .content .boxlist .list .list_txt .theme span{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
}
.hire .content .boxlist .list .list_txt .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 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);
}
.hire .content .boxlist .list:hover .list_txt .more a span{
    color: #ffffff;
}
.hire .content .boxlist .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
    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);
}
.hire .content .boxlist .list:hover .list_txt .more a img{
    filter: brightness(8);
    -webkit-filter: brightness(8);
}
.hire .content .boxlist .list:hover .list_txt .theme p{
    color: #ffffff;
}
.hire .content .boxlist .list:hover .list_txt .theme h1 a{
    color: #ffffff;
}
.hire .content .boxlist .list:hover .list_txt .theme span{
    color: #ffffff;
}
.hire .content .boxlist .list:hover .list_img{
    background-color: #000000;
}
.hire .content .list_other{
    text-align: center;
}
.hire .content .list_other span{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "æ–¹æ­£å…°äº­çº¤é»‘";
    font-weight: 100;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.hire .content .list_other span::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 8px;
    height: 9px;
    background: url(../images/index_product_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%) rotateZ(90deg);
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -moz-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    -o-transform: translateX(-50%) rotateZ(90deg);
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.hire .content .list_other span:hover{
    color: #a72126;
}
.hire .content .list_other span:hover::after{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.hire .content .list_other .opened::after{
    transform: translateX(-50%) rotateZ(30deg);
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -moz-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    -o-transform: translateX(-50%) rotateZ(30deg);
}

@media (max-width:1600px){
    .hire .content .boxlist .list .list_txt .theme{
        margin-bottom: 40%;
    }
}
@media (max-width:1400px){
    .hire .content{
        width: 85%;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 24px;
    }
}
@media (max-width:1200px){
    .hire .content{
        width: 95%;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 20px;
    }
    .hire .content .boxlist .list .list_txt .theme p{
        font-size: 14px;
        line-height: 26px;
    }
    .hire .content .boxlist .list .list_txt .theme h1{
        margin-bottom: 20px;
    }
    .hire .content .boxlist .list .list_txt .theme span{
        font-size: 13px;
        line-height: 26px;
    }
    .hire .content > .theme p{
        font-size: 16px;
    }
    .hire {
        padding: 100px 0 140px;
    }
}
@media (max-width:1000px){
    .hire .content .boxlist .list .list_txt .theme p{
        line-height: 20px;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 16px;
        line-height: 24px;
    }
    .hire .content .boxlist .list .list_txt .theme h1{
        margin-bottom: 10px;
    }
}
@media (max-width:760px){
    .hire .content .boxlist .list{
        width: 100%;
    }
    .hire .content .boxlist .list .list_txt .theme p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .hire .content .boxlist .list .list_txt .theme h1{
        margin-bottom: 30px;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 28px;
        line-height: 30px;
    }
    .hire .content .boxlist .list .list_txt .theme{
        margin-bottom: 60%;
    }
    .hire .content .boxlist .list .list_txt .theme span{
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width:650px){
    .hire .content .boxlist .list .list_txt .theme p{
        font-size: 14px;
        line-height: 24px;
    }
    .hire .content .boxlist .list .list_txt .theme h1{
        margin-bottom: 20px;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 22px;
        line-height: 24px;
    }
    .hire .content .boxlist .list .list_txt .theme span{
        font-size: 13px;
        line-height: 24px;
    }
}
@media (max-width:550px){
    .hire .content .boxlist .list{
        margin-bottom: 40px;
    }
    .hire .content .boxlist .list .list_txt .theme p{
        font-size: 12px;
        line-height: 20px;
    }
    .hire .content .boxlist .list .list_txt .theme h1{
        margin-bottom: 10px;
    }
    .hire .content .boxlist .list .list_txt .theme h1 a{
        font-size: 16px;
    }
    .hire .content .boxlist .list .list_txt .theme span{
        font-size: 12px;
        line-height: 20px;
    }
    .hire .content .boxlist .list .list_txt .more a span{
        font-size: 12px;
    }
    .hire .content > .theme p{
        font-size: 14px;
    }
    .hire .content > .theme{
        margin-bottom: 40px;
    }
    .hire {
        padding: 60px 0 80px;
    }
}
@media (max-width:450px){
    .hire .content .boxlist .list .list_txt .theme{
        margin-bottom: 40%;
    }
}

.honer{
    padding: 170px 0 200px;
}
.honer .content{
    width: 75%;
    margin: 0 auto;
}
.honer .content .boxlist{
    width: 100%;
    column-count: 3;
    column-gap: 30px;
    margin-bottom: 40px;
}
.honer .content .boxlist .list{
    /* display: none; */
    margin-bottom: 30px;
    padding-bottom: 60px;
    position: relative;
    height: auto;
    -webkit-column-break-inside: avoid;
}
.honer .content .boxlist .active{
    /* display: block; */
}
.honer .content .boxlist .opened{
    /* display: block; */
}
.honer .content .boxlist .list .list_img{
    width: 100%;
    background-color: #f0f0f0;
    padding: 10%;
}
.honer .content .boxlist .list .list_img .img{
    width: 100%;
}
.honer .content .boxlist .list .list_img .img img{
    width: 100%;
}
.honer .content .boxlist .list .list_txt{
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    width: 100%;
    padding: 20px 0;
}
.honer .content .boxlist .list .list_txt a{
    color: #333333;
    font-size: 18px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.honer .content .list_other{
    text-align: center;
}
.honer .content .list_other span{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "æ–¹æ­£å…°äº­çº¤é»‘";
    font-weight: 100;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.honer .content .list_other span::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 8px;
    height: 9px;
    background: url(../images/index_product_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%) rotateZ(90deg);
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -moz-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    -o-transform: translateX(-50%) rotateZ(90deg);
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.honer .content .list_other span:hover{
    color: #a72126;
}
.honer .content .list_other span:hover::after{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.honer .content .list_other .opened::after{
    transform: translateX(-50%) rotateZ(30deg);
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -moz-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    -o-transform: translateX(-50%) rotateZ(30deg);
}
@media (max-width:1400px){
    .honer .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .honer .content{
        width: 95%;
    }
    .honer{
        padding: 110px 0 150px;
    }
    .honer .content .boxlist .list .list_txt a{
        font-size: 16px;
    }
    .honer .content .boxlist .list{
        margin-bottom: 20px;
    }
}
@media (max-width:760px){
    .honer .content .boxlist{
        column-count: 2;
    }
    .honer .content .boxlist .list .list_txt a{
        font-size: 14px;
    }
    .honer .content .boxlist .list{
        padding-bottom: 40px;
    }
    .honer .content .boxlist .list .list_txt{
        padding: 10px 0;
    }
}
@media (max-width:550px){
    .honer .content .boxlist .list .list_txt a{
        font-size: 12px;
    }
    .honer .content .boxlist .list{
        padding-bottom: 30px;
    }
    .honer .content .boxlist .list .list_txt{
        padding: 5px 0;
    }
    .honer{
        padding: 60px 0 100px;
    }
    .honer .content .boxlist{
        margin-bottom: 20px;
    }
}


/* 资讯中心 */
.news{
    padding: 170px 0 200px;
}
.news .content{
    width: 66.6%;
    margin: 0 auto;
}
.news .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.news .content .boxlist .left{
    width: 65.6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news .content .boxlist .left .list:first-child{
    width: 100%;
}
.news .content .boxlist .left .list .list_img{
    width: 100%;
}
.news .content .boxlist .left .list:first-child .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
}
.news .content .boxlist .left .list{
    width: 47.6%;
    margin-bottom: 40px;
}
.news .content .boxlist .left .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 56.5%;
    overflow: hidden;
}
.news .content .boxlist .left .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .content .boxlist .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);
}
.news .content .boxlist .left .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news .content .boxlist .left .list .list_txt{
    padding: 35px;
    background-color: #f6f6f6;
}
.news .content .boxlist .left .list .list_txt h1{
    margin-bottom: 20px;
}
.news .content .boxlist .left .list:first-child .list_txt h1 a{
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .boxlist .left .list .list_txt h1 a{
    height: 60px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .boxlist .left .list .list_txt .info{
    margin-bottom: 40px;
}
.news .content .boxlist .left .list:first-child .list_txt .info p{
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news .content .boxlist .left .list .list_txt .info p{
height: 52px;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .boxlist .left .list .list_txt .list_other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .content .boxlist .left .list .list_txt .list_other p span{
    font-size: 14px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-right: 10px;
}
.news .content .boxlist .left .list .list_txt .list_other .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 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;
}
.news .content .boxlist .left .list .list_txt .list_other .more a img{
    width: 8px;
    height: 9px;
    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;
}
.news .content .boxlist .left .list .list_txt:hover .list_other .more a span{
    color: #a72126;
}
.news .content .boxlist .left .list .list_txt:hover .list_other .more a img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.news .content .boxlist .right{
    width: 31.25%;
}
.news .content .boxlist .right .list{
    width: 100%;
    margin-bottom: 40px;
}
.news .content .boxlist .right .list .list_img{
    width: 100%;
}
.news .content .boxlist .right .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 56.5%;
    overflow: hidden;
}
.news .content .boxlist .right .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news .content .boxlist .right .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.news .content .boxlist .right .list .list_img:hover .img a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news .content .boxlist .right .list .list_txt{
    padding: 35px;
    background-color: #f6f6f6;
}
.news .content .boxlist .right .list .list_txt h1{
    margin-bottom: 20px;
}
.news .content .boxlist .right .list .list_txt h1 a{
    font-size: 20px;
    color: #333333;
    height: 60px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .content .boxlist .right .list .list_txt .info{
    margin-bottom: 40px;
}
.news .content .boxlist .right .list .list_txt .info p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 52px;
}
.news .content .boxlist .right .list .list_txt .list_other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .content .boxlist .right .list .list_txt .list_other p span{
    font-size: 14px;
    color: #999999;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-right: 10px;
}
.news .content .boxlist .right .list .list_txt .list_other .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 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;
}
.news .content .boxlist .right .list .list_txt .list_other .more a img{
    width: 8px;
    height: 9px;
    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;
}
.news .content .boxlist .right .list .list_txt:hover .list_other .more a span{
    color: #a72126;
}
.news .content .boxlist .right .list .list_txt:hover .list_other .more a img{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
@media (max-width:1600px){
    .news .content{
        width: 75%;
    }
}
@media (max-width:1400px){
    .news .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .news .content{
        width: 95%;
    }
    .news{
        padding: 120px 0 150px;
    }
    .news .content .boxlist .left .list .list_txt h1 a{
        font-size: 16px;
        line-height: 26px;
    	height: 52px;
    }
    .news .content .boxlist .left .list .list_txt{
        padding: 25px;
    }
    .news .content .boxlist .left .list .list_txt h1{
        margin-bottom: 10px;
    }
    .news .content .boxlist .left .list .list_txt .info{
        margin-bottom: 20px;
    }
    .news .content .boxlist .left .list .list_txt .list_other p span{
        font-size: 13px;
    }
    .news .content .boxlist .left .list .list_txt .list_other .more a span{
        font-size: 13px;
    }
    .news .content .boxlist .right .list .list_txt h1 a{
        font-size: 16px;
        line-height: 26px;
	height: 52px;
    }
    .news .content .boxlist .right .list .list_txt{
        padding: 25px;
    }
    .news .content .boxlist .right .list .list_txt h1{
        margin-bottom: 10px;
    }
    .news .content .boxlist .right .list .list_txt .info{
        margin-bottom: 20px;
    }
    .news .content .boxlist .right .list .list_txt .list_other p span{
        font-size: 13px;
    }
    .news .content .boxlist .right .list .list_txt .list_other .more a span{
        font-size: 13px;
    }
}
@media (max-width:760px){
    .news .content .boxlist{
        flex-wrap: wrap;
    }
    .news .content .boxlist .left{
        width: 100%;
    }
    .news .content .boxlist .right{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .news .content .boxlist .right .list{
        width: 47.6%;
    }
}

@media (max-width:550px){
    .news{
        padding: 60px 0 80px;
    }
    .news .content .boxlist .left .list .list_txt h1 a{
        font-size: 14px;
        line-height: 22px;
    	height: 22px;
    -webkit-line-clamp: 1;
    }
    .news .content .boxlist .left .list .list_txt{
        padding: 10px;
    }
    .news .content .boxlist .left .list .list_txt h1{
        margin-bottom: 10px;
    }
    .news .content .boxlist .left .list .list_txt .info{
        margin-bottom: 20px;
    }
    .news .content .boxlist .left .list .list_txt .info p{
        font-size: 13px;
        line-height: 22px;
-webkit-line-clamp: 1;
height: 22px;
    }
    .news .content .boxlist .left .list .list_txt .list_other p span{
        font-size: 12px;
        margin-right: 5px;
    }
    .news .content .boxlist .left .list .list_txt .list_other .more a span{
        font-size: 12px;
        margin-right: 5px;
    }
    .news .content .boxlist .right .list .list_txt h1 a{
        font-size: 14px;
        line-height: 22px;
-webkit-line-clamp: 1;
	height: 22px;
    }
    .news .content .boxlist .right .list .list_txt{
        padding: 10px;
    }
    .news .content .boxlist .right .list .list_txt h1{
        margin-bottom: 10px;
    }
    .news .content .boxlist .right .list .list_txt .info{
        margin-bottom: 20px;
    }
    .news .content .boxlist .right .list .list_txt .info p{
        font-size: 13px;
        line-height: 22px;
    height: 22px;
-webkit-line-clamp: 1;
    }
    .news .content .boxlist .right .list .list_txt .list_other p span{
        font-size: 12px;
        margin-right: 5px;
    }
    .news .content .boxlist .right .list .list_txt .list_other .more a span{
        font-size: 12px;
        margin-right: 5px;
    }
.news .content .boxlist .right{
flex-wrap: wrap;
}
.news .content .boxlist .right .list{
width: 100%;
}
    .news .content .boxlist .left .list{
        width: 100%;
    }
}

/* 合作伙伴 */
.partner{
    padding: 170px 0 200px;
}
.partner .content{
    width: 75%;
    margin: 0 auto;
}
.partner .content .boxlist_more{
    display: none;
}
.partner .content .boxlist{
    display: flex;
    flex-wrap: wrap;
}
.partner .content .boxlist .list{
    width: 22.9%;
    margin-right: 2.7%;
    margin-bottom: 40px;
}
.partner .content .boxlist .list:nth-child(4n){
    margin-right: 0%;
}
.partner .content .boxlist .list .list_img{
    width: 100%;
}
.partner .content .boxlist .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.partner .content .boxlist .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner .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);
}
.partner .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);
}
.partner .content .boxlist .list .list_txt{
    padding: 20px;
}
.partner .content .boxlist .list .list_txt h1{
    text-align: center;
}
.partner .content .boxlist .list .list_txt h1 a{
    font-size: 18px;
    color: #333333;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.partner .content .list_other{
    text-align: center;
}
.partner .content .list_other span{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
    font-weight: lighter;
    text-transform: uppercase;
    font-family: "æ–¹æ­£å…°äº­çº¤é»‘";
    font-weight: 100;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.partner .content .list_other span::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: auto;
    top: auto;
    width: 8px;
    height: 9px;
    background: url(../images/index_product_icon01.png) no-repeat;
    background-size: cover;
    transform: translateX(-50%) rotateZ(90deg);
    -webkit-transform: translateX(-50%) rotateZ(90deg);
    -moz-transform: translateX(-50%) rotateZ(90deg);
    -ms-transform: translateX(-50%) rotateZ(90deg);
    -o-transform: translateX(-50%) rotateZ(90deg);
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.partner .content .list_other span:hover{
    color: #a72126;
}
.partner .content .list_other span:hover::after{
    filter: invert(0%);
    -webkit-filter: invert(0%);
}
.partner .content .list_other .opened::after{
    transform: translateX(-50%) rotateZ(30deg);
    -webkit-transform: translateX(-50%) rotateZ(30deg);
    -moz-transform: translateX(-50%) rotateZ(30deg);
    -ms-transform: translateX(-50%) rotateZ(30deg);
    -o-transform: translateX(-50%) rotateZ(30deg);
}
@media (max-width:1400px){
    .partner .content{
        width: 85%;
        margin: 0 auto;
    }
}
@media (max-width:1200px){
    .partner .content{
        width: 95%;
        margin: 0 auto;
    }
    .partner{
        padding: 120px 0 150px;
    }
    .partner .content .boxlist .list .list_txt{
        padding: 10px;
    }
    .partner .content .boxlist .list .list_txt h1 a{
        font-size: 16px;
    }
}
@media (max-width:1000px){
    .partner .content .boxlist .list{
        width: 31%;
        margin-right: 3.5%;
    }
    .partner .content .boxlist .list:nth-child(4n){
        margin-right: 3.5%;
    }
    .partner .content .boxlist .list:nth-child(3n){
        margin-right: 0%;
    }
}
@media (max-width:760px){
    .partner .content .boxlist{
        justify-content: space-between;
    }
    .partner .content .boxlist .list{
        width: 48%;
        margin-right: 0%;
    }
    .partner .content .boxlist .list:nth-child(4n){
        margin-right: 0%;
    }
    .partner .content .boxlist .list:nth-child(3n){
        margin-right: 0%;
    }
}
@media (max-width:550px){
    .partner{
        padding: 60px 0 80px;
    }
    .partner .content .boxlist .list{
        margin-bottom: 20px;
    }
    .partner .content .boxlist .list .list_txt h1 a{
        font-size: 14px;
    }
}

/* 研发中心 */
.research01{
    padding: 170px 0 120px;
}
.research01 .content{
    width: 75%;
    margin: 0 auto;
}
.research01 .content .boxlist{
    width: 100%;
}
.research01 .content .boxlist .list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.research01 .content .boxlist .list1 .left{
    width: 35%;
}
.research01 .content .boxlist .list1 .right{
    width: 35%;
}
.research01 .content .boxlist .list1 .right .img{
    width: 100%;
}
.research01 .content .boxlist .list1 .right .img img{
    width: 100%;
}
.research01 .content .boxlist .list .theme{
    margin-bottom: 40px;
}
.research01 .content .boxlist .list .theme h1{
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    padding-bottom: 10px;
}
.research01 .content .boxlist .list .theme h1::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.research01 .content .boxlist .list .info p{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.research01 .content .boxlist .list2 .left{
    width: 35%;
    margin-right: 3%;
}
.research01 .content .boxlist .list2 .right{
    width: 45.8%;
}
.research01 .content .boxlist .list2 .right .img{
    width: 100%;
    overflow: hidden;
}
.research01 .content .boxlist .list2 .right .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);
    cursor: pointer;
}
.research01 .content .boxlist .list2 .right:hover .img img{
    transform: scale(1.1);
}
@media (max-width:1400px){
    .research01 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .research01 .content{
        width: 95%;
    }
    .research01 .content .boxlist .list .theme h1{
        font-size: 26px;
        color: #333333;
        line-height: 40px;
    }
    .research01 .content .boxlist .list .info p{
        color: #999999;
        font-size: 13px;
        line-height: 24px;
    }
    .research01{
        padding: 120px 0 90px;
    }
}
@media (max-width:1000px){
    .research01 .content .boxlist .list1 .left{
        width: 45%;
    }
    .research01 .content .boxlist .list1 .right{
        width: 45%;
    }
    .research01 .content .boxlist .list2 .right{
        width: 50.8%;
    }
    .research01 .content .boxlist .list2 .left{
        width: 42%;
        margin-right: 0%;
    }
}
@media (max-width:760px){
    .research01 .content .boxlist .list{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .research01 .content .boxlist .list .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .research01 .content .boxlist .list .right{
        width: 100%;
        margin-bottom: 40px;
    }
}
@media (max-width:550px){
    .research01 .content .boxlist .list .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .research01 .content .boxlist .list .info p{
        font-size: 12px;
    }
    .research01{
        padding: 60px 0 40px;
    }
}

.research02{
    padding: 120px 0;
    background-color: #f3f1f1;
}
.research02 .content{
    width: 75%;
    margin: 0 auto;
}
.research02 .content .boxlist{
    width: 100%;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
    opacity: 0;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide-active .list{
    opacity: 1;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
    width: 62.5%;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.research02 .content .boxlist .swiper-container .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);
}
/* .research02 .content .boxlist .swiper-container .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);
} */
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt{
    width: 44.5%;
    margin-left: -7%;
    z-index: 10;
    background-color: #ffffff;
    padding: 6%;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1 a{
    font-size: 30px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    pointer-events: none;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info{
    margin-bottom: 80px;
}
.research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.research02 .content .boxlist .swiper-container .swiper-button-prev{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: auto;
    left: auto;
    right: 37%;
    bottom: 25%;
    z-index: 20;
    background: url(../images/about03_icon_left01.png) transparent no-repeat center center;
    cursor: pointer;
    transition: all .5 linear;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
}
.research02 .content .boxlist .swiper-container .swiper-button-prev:hover{
    background: url(../images/about03_icon_left02.png) #a72126 no-repeat center center;
    border: none;
}
.research02 .content .boxlist .swiper-container .swiper-button-next{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: auto;
    left: auto;
    right: 33.5%;
    bottom: 25%;
    z-index: 20;
    background: url(../images/about03_icon_right01.png) no-repeat center center;
    cursor: pointer;
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.research02 .content .boxlist .swiper-container .swiper-button-next:hover{
    background: url(../images/about03_icon_right02.png) #a72126 no-repeat center center;
    border: none;
}
@media (max-width:1600px){
    .research02 .content .boxlist .swiper-container .swiper-button-prev{
        right: 36%;
        bottom: 22%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-next{
        right: 32%;
        bottom: 22%;
    }
}
@media (max-width:1400px){
    .research02 .content{
        width: 85%;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1 a{
        font-size: 24px;
        line-height: 40px;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1{
        padding-bottom: 5px;
        margin-bottom: 30px;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-prev{
        right: 37%;
        bottom: 22%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-next{
        right: 33%;
        bottom: 22%;
    }
}
@media (max-width:1200px){
    .research02 .content{
        width: 95%;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1 a{
        font-size: 20px;
        line-height: 30px;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1{
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
        font-size: 13px;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-prev{
        right: 36%;
        bottom: 22%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-next{
        right: 31.5%;
        bottom: 22%;
    }
    .research02{
        padding: 90px 0;
    }
}
@media (max-width:1000px){
    .research02 .content .boxlist .swiper-container .swiper-button-prev{
        right: 36%;
        bottom: 22%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-next{
        right: 30.5%;
        bottom: 22%;
    }
}
@media (max-width:760px){
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
        flex-wrap: wrap;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
        width: 100%;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt{
        width: 100%;
        margin-left: 0%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-prev{
        right: 100px;
        bottom: 4%;
    }
    .research02 .content .boxlist .swiper-container .swiper-button-next{
        right: 50px;
        bottom: 4%;
    }
.research02 .content .boxlist{
background-color: #ffffff;
}
}
@media (max-width:550px){
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1 a{
        font-size: 16px;
    }
    .research02 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
        font-size: 12px;
    }
    .research02{
        padding: 60px 0;
    }
}

/* 工艺技术 */
.research03{
    padding: 120px 0 200px;
}
.research03 .content{
    width: 75%;
    margin: 0 auto;
}
.research03 .content .boxlist{
    width: 100%;
}
.research03 .content .boxlist .swiper-container > .theme{
    margin-bottom: 50px;
}
.research03 .content .boxlist .swiper-container > .theme h1{
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    padding-bottom: 10px;
}
.research03 .content .boxlist .swiper-container > .theme h1::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.research03 .content .boxlist > .theme h1::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide-active{
    opacity: 1;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img{
    width: 100%;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img .img_01{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img .img .img_01 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);
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_img:hover .img .img_01 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);
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt{
    width: 100%;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1{
    font-size: 22px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info{
    margin-bottom: 10px;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
height: 52px;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.research03 .content .boxlist .swiper-container .swiper-button-prev{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: 10px;
    left: auto;
    right: 50px;
    bottom: auto;
    z-index: 20;
    background: url(../images/about03_icon_left01.png) transparent no-repeat center center;
    cursor: pointer;
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
}
.research03 .content .boxlist .swiper-container .swiper-button-prev:hover{
    background: url(../images/about03_icon_left02.png) #a72126 no-repeat center center;
    border: none;
}
.research03 .content .boxlist .swiper-container .swiper-button-next{
    width: 34px;
    height: 34px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid #999999;
    position: absolute;
    top: 10px;
    left: auto;
    right: 0;
    bottom: auto;
    z-index: 20;
    background: url(../images/about03_icon_right01.png) no-repeat center center;
    cursor: pointer;
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -ms-transition: all .5 linear;
    -o-transition: all .5 linear;
}
.research03 .content .boxlist .swiper-container .swiper-button-next:hover{
    background: url(../images/about03_icon_right02.png) #a72126 no-repeat center center;
    border: none;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .list .list_img{
    order: 2;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .list .list_txt{
    order: 1;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) .list .list_img{
    order: 1;
}
.research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide:nth-child(even) .list .list_txt{
    order: 2;
}

@media (max-width:1400px){
    .research03 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .research03 .content{
        width: 95%;
    }
    .research03 .content .boxlist .swiper-container > .theme h1{
        font-size: 26px;
        line-height: 40px;
    }
    .research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1{
        font-size: 18px;
        line-height: 40px;
    }
    .research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
        font-size: 13px;
        line-height: 22px;
height: 44px;
    }
    .research03{
        padding: 90px 0 150px;
    }
}
@media (max-width:550px){
    .research03 .content .boxlist .swiper-container > .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .research03 .content .boxlist .swiper-container > .theme{
        margin-bottom: 40px;
    }
    .research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt h1 a{
        font-size: 14px;
        line-height: 30px;
    }
    .research03 .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list .list_txt .info p{
        font-size: 12px;
        line-height: 20px;
    }
    .research03{
        padding: 60px 0 100px;
    }
}

/* 产品导航 */
.product_navigation{
    padding: 50px 0;
}
.product_navigation .content{
    width: 75%;
    margin: 0 auto;
}
.product_navigation .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.product_navigation .content .boxlist .theme{
    width: 23.6%;
}
.product_navigation .content .boxlist .theme h1{
    font-size: 50px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_navigation .content .boxlist ul{
    width: 76.3%;
    border-bottom: 1px solid #dddddd;
    display: flex;justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.product_navigation .content .boxlist ul li{
    margin-left: 40px;
}
.product_navigation .content .boxlist ul li a{
    display: inline-block;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin: 0 10px;
    padding: 0 2px;
    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;
}
.product_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;
}
.product_navigation .content .boxlist ul .active a::after{
    background-color: #a72126;
}
.product_navigation .content .boxlist ul .active a{
    color: #a72126;
}
.product_navigation .content .boxlist ul li:hover a{
    color: #a72126;
}
.product_navigation .content .boxlist ul li a:hover::after{
    background-color: #a72126;
}

@media (max-width:1600px){
    .product_navigation .content .boxlist .theme h1{
        font-size: 40px;
    }
    .product_navigation .content .boxlist ul li{
        margin-left: 30px;
    }
}
@media (max-width:1400px){
    .product_navigation .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product_navigation .content{
        width: 95%;
    }
    .product_navigation .content .boxlist .theme h1{
        font-size: 30px;
    }
    .product_navigation .content .boxlist ul li a{
        font-size: 14px;
    }
}
@media (max-width:760px){
    .product_navigation .content .boxlist{
        flex-wrap: wrap;
    }
    .product_navigation .content .boxlist .theme{
        width: 100%;
    }
    .product_navigation .content .boxlist .theme h1{
        font-size: 24px;
    	margin-left: 12px;
    }
    .product_navigation .content .boxlist ul{
        width: 100%;
        justify-content: flex-start;
    }
    .product_navigation .content .boxlist ul li{
        margin-left: 0;
        margin-right: 20px;
    }
}
@media (max-width:550px){
    .product_navigation .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 40px;
    }
    .product_navigation{
        padding: 30px 0;
    }
    .product_navigation .content .boxlist ul li a{
        font-size: 12px;
        line-height: 40px;
    }
}

/* 产品列表 */
.product_list{
    padding: 100px 0 180px;
}
.product_list .content{
    width: 75%;
    margin: 0 auto;
}
.product_list .content .boxlist{
    width: 100%;
}
.product_list .content .boxlist .theme{
    display: flex;
    margin-bottom: 50px;
}
.product_list .content .boxlist .theme h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-right: 60px;
}
.product_list .content .boxlist .info p{
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_list .content .boxlist .bottom{
    display: flex;
    flex-wrap: wrap;
}
.product_list .content .boxlist .bottom .list{
    width: 23.6%;
    border: 1px solid #eeeeee;
    position: relative;
    margin-right: 1.8%;
    margin-bottom: 30px;
}
.product_list .content .boxlist .bottom .list:nth-child(4n){
    margin-right: 0;
}
.product_list .content .boxlist .bottom .list .list_img{
    width: 100%;
}
.product_list .content .boxlist .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.product_list .content .boxlist .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_list .content .boxlist .bottom .list .list_img .img a img{
    width: 100%;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.product_list .content .boxlist .bottom .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);
}
.product_list .content .boxlist .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(85, 33, 35, .5);
    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_list .content .boxlist .bottom .list:hover .list_txt{
    opacity: 1;
}
.product_list .content .boxlist .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product_list .content .boxlist .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_list .content .boxlist .bottom .list .list_txt .more a span{
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
    opacity: .5;
}
.product_list .content .boxlist .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    opacity: .5;
}
@media (max-width:1400px){
    .product_list .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product_list .content{
        width: 95%;
    }
    .product_list .content .boxlist .theme h1{
        font-size: 26px;
        line-height: 40px;
        margin-right: 50px;
    }
    .product_list .content .boxlist .info p{
        font-size: 14px;
        line-height: 30px;
    }
    .product_list .content .boxlist .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product_list .content .boxlist .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product_list .content .boxlist .bottom .list .list_txt .more a span{
        font-size: 13px;
        margin-right: 5px;
    }
}
@media (max-width:1000px){
    .product_list .content .boxlist .bottom .list{
        width: 31.25%;
        margin-right: 3.125%;
        margin-bottom: 30px;
    }
    .product_list .content .boxlist .bottom .list:nth-child(4n){
        margin-right: 3.125%;
    }
    .product_list .content .boxlist .bottom .list:nth-child(3n){
        margin-right: 0;
    }
    .product_list .content .boxlist .theme{
        flex-wrap: wrap;
    }
    .product_list .content .boxlist .theme h1{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .product_list .content .boxlist .theme .info{
        width: 100%;
    }
    .product_list{
        padding: 80px 0 140px;
    }
}
@media (max-width:760px){
    .product_list .content .boxlist .bottom{
        justify-content: space-between;
    }
    .product_list .content .boxlist .bottom .list{
        width: 48%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .product_list .content .boxlist .bottom .list:nth-child(4n){
        margin-right: 0%;
    }
    .product_list .content .boxlist .bottom .list:nth-child(3n){
        margin-right: 0%;
    }
}
@media (max-width:550px){
    .product_list .content .boxlist .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 30px;
    }
    .product_list .content .boxlist .bottom .list .list_txt .more a span{
        font-size: 12px;
        margin-right: 5px;
    }
    .product_list .content .boxlist .bottom .list{
        margin-bottom: 20px;
    }
    .product_list .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product_list .content .boxlist .info p{
        font-size: 12px;
        line-height: 24px;
    }
    .product_list{
        padding: 40px 0 100px;
    }
    .product_list .content .boxlist .bottom .list .list_txt{
        display: none;
    }
}

.product_detail{
    margin-top: 90px;
}
.product_detail .content{
    width: 100%;
}
.product_detail .content .boxlist{
    display: flex;
    justify-content: space-between;
}
.product_detail .content .boxlist .left{
    width: 58.3%;
}
.product_detail .content .boxlist .left .swiper-container{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container .swiper-wrapper .swiper-slide .img{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container .swiper-wrapper .swiper-slide .img img{
    width: 100%;
}
.product_detail .content .boxlist .left .swiper-container .swiper-pagination{
    display: flex;
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_detail .content .boxlist .left .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0 5px;
}
.product_detail .content .boxlist .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background-color: rgba(167, 33, 38, 1);
}
.product_detail .content .boxlist .right{
    width: 41.7%;
    background-color: #f7f7f7;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.product_detail .content .boxlist .right .theme{
    margin-bottom: 12%;
}
.product_detail .content .boxlist .right .theme p{
    font-size: 16px;
    color: #999999;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_detail .content .boxlist .right .theme h1{
    font-size: 40px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_detail .content .boxlist .right ul{
    margin-bottom: 14%;
}
.product_detail .content .boxlist .right ul li{
    display: flex;
}
.product_detail .content .boxlist .right ul li span{
    font-size: 14px;
    color: #999999;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-right: 40px;
}
.product_detail .content .boxlist .right ul li p{
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_detail .content .boxlist .more a{
    width: 160px;
    height: 60px;
    background-color: #a72126;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_detail .content .boxlist .more a img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.product_detail .content .boxlist .more a span{
    color: #ffffff;
    font-size: 15px;
    font-family: "微软雅黑";
    font-weight: 100;
}
@media (max-width:1400px){
    .product_detail .content .boxlist .right .theme p{
        font-size: 14px;
        line-height: 40px;
    }
    .product_detail .content .boxlist .right .theme h1{
        font-size: 30px;
        line-height: 40px;
    }
    .product_detail .content .boxlist .more a{
        width: 140px;
        height: 50px;
    }
    .product_detail .content .boxlist .more a span{
        font-size: 14px;
    }
    .product_detail .content .boxlist .more a img{
        width: 18px;
        height: 18px;
    }
    .product_detail .content .boxlist .right ul li span{
        font-size: 13px;
        line-height: 30px;
        margin-right: 30px;
    }
    .product_detail .content .boxlist .right ul li p{
        font-size: 13px;
        line-height: 30px;
    }
}
@media (max-width:1300px){
    .product_detail{
        margin-top: 80px;
    }
}
@media (max-width:1200px){
    .product_detail .content .boxlist .right .theme p{
        font-size: 14px;
        line-height: 30px;
    }
    .product_detail .content .boxlist .right .theme h1{
        font-size: 24px;
        line-height: 30px;
    }
    .product_detail .content .boxlist .right ul li span{
        line-height: 26px;
    }
    .product_detail .content .boxlist .right ul li p{
        line-height: 26px;
    }
}
@media (max-width:1000px){
    .product_detail .content .boxlist{
        flex-wrap: wrap;
    }
    .product_detail .content .boxlist .left{
        width: 100%;
    }
    .product_detail .content .boxlist .right{
        width: 100%;
        padding: 4% 10%;
    }
    .product_detail .content .boxlist .right .theme{
        margin-bottom: 5%;
    }
    .product_detail .content .boxlist .right ul{
        margin-bottom: 7%;
    }
}
@media (max-width:760px){
    .product_detail{
        margin-top: 60px;
    }
}
@media (max-width:550px){
    .product_detail .content .boxlist .right .theme p{
        font-size: 12px;
    }
    .product_detail .content .boxlist .right .theme h1{
        font-size: 20px;
    }
    .product_detail .content .boxlist .right ul li span{
        font-size: 12px;
    }
    .product_detail .content .boxlist .right ul li p{
        font-size: 12px;
    }
    .product_detail .content .boxlist .more a{
        width: 120px;
        height: 40px;
    }
    .product_detail .content .boxlist .more a img{
        width: 14px;
        height: 14px;
    }
    .product_detail .content .boxlist .more a span{
        font-size: 12px;
    }
}

/* 产品中心 */
.product_introduce{
    margin-top: 60px;
}
.product_introduce .content{
    width: 75%;
    margin: 0 auto;
}
.product_introduce .content .product_introduce_info{
    width: 100%;
}
.product_introduce .content .product_introduce_info p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
@media (max-width:1400px){
    .product_introduce .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product_introduce .content{
        width: 95%;
    }
    .product_introduce{
        margin-top: 40px;
    }
    .product_introduce .content .product_introduce_info p{
        font-size: 14px;
        line-height: 30px;
    }
}
@media (max-width:550px){
    .product_introduce .content .product_introduce_info p{
        font-size: 12px;
        line-height: 24px;
    }
    .product_introduce{
        margin-top: 20px;
    }
}

/* 产品中心 */
/* 拜占庭迷藏 */
.product01{
    padding: 80px 0 120px;
    background-color: #ffffff;
}
.product01 .content{
    width: 75%;
    margin: 0 auto;
}
.product01 .content .boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product01 .content .boxlist .left{
    width: 33.3%;
}
.product01 .content .boxlist .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product01 .content .boxlist .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product01 .content .boxlist .left .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);
    cursor: pointer;
}
.product01 .content .boxlist .left .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);
}
.product01 .content .boxlist .right{
    width: 61.1%;
}
.product01 .content .boxlist .right .top{
    margin-bottom: 5%;
}
.product01 .content .boxlist .right .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product01 .content .boxlist .right .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product01 .content .boxlist .right .top .info{
    margin-bottom: 40px;
}
.product01 .content .boxlist .right .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product01 .content .boxlist .right .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product01 .content .boxlist .right .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product01 .content .boxlist .right .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product01 .content .boxlist .right .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product01 .content .boxlist .right .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product01 .content .boxlist .right .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product01 .content .boxlist .right .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product01 .content .boxlist .right .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product01 .content .boxlist .right .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product01 .content .boxlist .right .bottom .list .list_img{
    width: 100%;
}
.product01 .content .boxlist .right .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product01 .content .boxlist .right .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product01 .content .boxlist .right .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);
}
.product01 .content .boxlist .right .bottom .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);
}
.product01 .content .boxlist .right .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product01 .content .boxlist .right .bottom .list:hover .list_txt{
    opacity: 1;
}
.product01 .content .boxlist .right .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product01 .content .boxlist .right .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product01 .content .boxlist .right .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product01 .content .boxlist .right .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
@media (max-width:1400px){
    .product01 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product01 .content{
        width: 95%;
    }
    .product01 .content .boxlist .right .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product01 .content .boxlist .right .top h1::after{
        bottom: -15px;
    }
    .product01 .content .boxlist .right .top .info p{
        font-size: 13px;
    }
    .product01 .content .boxlist .right .top .info{
        margin-bottom: 30px;
    }
    .product01 .content .boxlist .right .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product01 .content .boxlist .right .top ul{
        margin-bottom: 50px;
    }
    .product01 .content .boxlist .right .top .more a span{
        font-size: 13px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product01{
        padding: 60px 0 100px;
    }
}
@media (max-width:1000px){
    .product01 .content .boxlist{
        flex-wrap: wrap;
    }
    .product01 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product01 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product01 .content .boxlist .right .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product01 .content .boxlist .right .top .info p{
        font-size: 12px;
    }
    .product01 .content .boxlist .right .top .info{
        margin-bottom: 20px;
    }
    .product01 .content .boxlist .right .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product01 .content .boxlist .right .top ul{
        margin-bottom: 30px;
    }
    .product01 .content .boxlist .right .top .more a span{
        font-size: 12px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product01{
        padding: 40px 0 80px;
    }
    .product01 .content .boxlist .right .top{
        margin-bottom: 30px;
    }
    .product01 .content .boxlist .right .bottom .list .list_txt{
        display: none;
    }
}

/* 波普的欢乐 */
.product02{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.product02 .content{
    width: 75%;
    margin: 0 auto;
}
.product02 .content .boxlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product02 .content .boxlist .left{
    width: 61.1%;
}
.product02 .content .boxlist .left .top{
    margin-bottom: 5%;
}
.product02 .content .boxlist .left .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product02 .content .boxlist .left .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product02 .content .boxlist .left .top .info{
    margin-bottom: 40px;
}
.product02 .content .boxlist .left .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product02 .content .boxlist .left .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product02 .content .boxlist .left .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product02 .content .boxlist .left .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product02 .content .boxlist .left .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product02 .content .boxlist .left .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product02 .content .boxlist .left .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product02 .content .boxlist .left .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product02 .content .boxlist .left .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product02 .content .boxlist .left .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product02 .content .boxlist .left .bottom .list .list_img{
    width: 100%;
}
.product02 .content .boxlist .left .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product02 .content .boxlist .left .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product02 .content .boxlist .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);
}
.product02 .content .boxlist .left .bottom .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);
}
.product02 .content .boxlist .left .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product02 .content .boxlist .left .bottom .list:hover .list_txt{
    opacity: 1;
}
.product02 .content .boxlist .left .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product02 .content .boxlist .left .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product02 .content .boxlist .left .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product02 .content .boxlist .left .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product02 .content .boxlist .right{
    width: 33.3%;
}
.product02 .content .boxlist .right .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product02 .content .boxlist .right .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product02 .content .boxlist .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);
    cursor: pointer;
}
.product02 .content .boxlist .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:1400px){
    .product02 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product02 .content{
        width: 95%;
    }
    .product02 .content .boxlist .left .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product02 .content .boxlist .left .top h1::after{
        bottom: -15px;
    }
    .product02 .content .boxlist .left .top .info p{
        font-size: 13px;
    }
    .product02 .content .boxlist .left .top .info{
        margin-bottom: 30px;
    }
    .product02 .content .boxlist .left .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product02 .content .boxlist .left .top ul{
        margin-bottom: 50px;
    }
    .product02 .content .boxlist .left .top .more a span{
        font-size: 13px;
    }
    .product02 .content .boxlist .left .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product02 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product02 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product02{
        padding: 80px 0;
    }
}
@media (max-width:1000px){
    .product02 .content .boxlist{
        flex-wrap: wrap;
    }
    .product02 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product02 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product02 .content .boxlist .left .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product02 .content .boxlist .left .top .info p{
        font-size: 12px;
    }
    .product02 .content .boxlist .left .top .info{
        margin-bottom: 20px;
    }
    .product02 .content .boxlist .left .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product02 .content .boxlist .left .top ul{
        margin-bottom: 30px;
    }
    .product02 .content .boxlist .left .top .more a span{
        font-size: 12px;
    }
    .product02 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product02 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product02{
        padding: 60px 0;
    }
    .product02 .content .boxlist .left .top{
        margin-bottom: 30px;
    }
    .product02 .content .boxlist .left .bottom .list:hover .list_txt{
        display: none;
    }
}

/* 新古典奇迹 */
.product03{
    padding: 120px 0;
    background-color: #ffffff;
}
.product03 .content{
    width: 75%;
    margin: 0 auto;
}
.product03 .content .boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product03 .content .boxlist .left{
    width: 33.3%;
}
.product03 .content .boxlist .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product03 .content .boxlist .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product03 .content .boxlist .left .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);
    cursor: pointer;
}
.product03 .content .boxlist .left .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);
}
.product03 .content .boxlist .right{
    width: 61.1%;
}
.product03 .content .boxlist .right .top{
    margin-bottom: 5%;
}
.product03 .content .boxlist .right .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product03 .content .boxlist .right .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product03 .content .boxlist .right .top .info{
    margin-bottom: 40px;
}
.product03 .content .boxlist .right .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product03 .content .boxlist .right .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product03 .content .boxlist .right .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product03 .content .boxlist .right .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product03 .content .boxlist .right .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product03 .content .boxlist .right .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product03 .content .boxlist .right .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product03 .content .boxlist .right .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product03 .content .boxlist .right .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product03 .content .boxlist .right .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product03 .content .boxlist .right .bottom .list .list_img{
    width: 100%;
}
.product03 .content .boxlist .right .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product03 .content .boxlist .right .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product03 .content .boxlist .right .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);
}
.product03 .content .boxlist .right .bottom .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);
}
.product03 .content .boxlist .right .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product03 .content .boxlist .right .bottom .list:hover .list_txt{
    opacity: 1;
}
.product03 .content .boxlist .right .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product03 .content .boxlist .right .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product03 .content .boxlist .right .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product03 .content .boxlist .right .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
@media (max-width:1400px){
    .product03 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product03 .content{
        width: 95%;
    }
    .product03 .content .boxlist .right .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product03 .content .boxlist .right .top h1::after{
        bottom: -15px;
    }
    .product03 .content .boxlist .right .top .info p{
        font-size: 13px;
    }
    .product03 .content .boxlist .right .top .info{
        margin-bottom: 30px;
    }
    .product03 .content .boxlist .right .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product03 .content .boxlist .right .top ul{
        margin-bottom: 50px;
    }
    .product03 .content .boxlist .right .top .more a span{
        font-size: 13px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product03{
        padding: 90px 0;
    }
}
@media (max-width:1000px){
    .product03 .content .boxlist{
        flex-wrap: wrap;
    }
    .product03 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product03 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product03 .content .boxlist .right .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product03 .content .boxlist .right .top .info p{
        font-size: 12px;
    }
    .product03 .content .boxlist .right .top .info{
        margin-bottom: 20px;
    }
    .product03 .content .boxlist .right .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product03 .content .boxlist .right .top ul{
        margin-bottom: 30px;
    }
    .product03 .content .boxlist .right .top .more a span{
        font-size: 12px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product03{
        padding: 60px 0;
    }
    .product03 .content .boxlist .right .top{
        margin-bottom: 30px;
    }
    .product03 .content .boxlist .right .bottom .list .list_txt{
        display: none;
    }
}

/* 现实的觉醒 */
.product04{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.product04 .content{
    width: 75%;
    margin: 0 auto;
}
.product04 .content .boxlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product04 .content .boxlist .left{
    width: 61.1%;
}
.product04 .content .boxlist .left .top{
    margin-bottom: 5%;
}
.product04 .content .boxlist .left .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product04 .content .boxlist .left .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product04 .content .boxlist .left .top .info{
    margin-bottom: 40px;
}
.product04 .content .boxlist .left .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product04 .content .boxlist .left .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product04 .content .boxlist .left .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product04 .content .boxlist .left .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product04 .content .boxlist .left .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product04 .content .boxlist .left .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product04 .content .boxlist .left .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product04 .content .boxlist .left .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product04 .content .boxlist .left .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product04 .content .boxlist .left .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product04 .content .boxlist .left .bottom .list .list_img{
    width: 100%;
}
.product04 .content .boxlist .left .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product04 .content .boxlist .left .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product04 .content .boxlist .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);
}
.product04 .content .boxlist .left .bottom .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);
}
.product04 .content .boxlist .left .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product04 .content .boxlist .left .bottom .list:hover .list_txt{
    opacity: 1;
}
.product04 .content .boxlist .left .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product04 .content .boxlist .left .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product04 .content .boxlist .left .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product04 .content .boxlist .left .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product04 .content .boxlist .right{
    width: 33.3%;
}
.product04 .content .boxlist .right .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product04 .content .boxlist .right .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product04 .content .boxlist .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);
    cursor: pointer;
}
.product04 .content .boxlist .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:1400px){
    .product04 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product04 .content{
        width: 95%;
    }
    .product04 .content .boxlist .left .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product04 .content .boxlist .left .top h1::after{
        bottom: -15px;
    }
    .product04 .content .boxlist .left .top .info p{
        font-size: 13px;
    }
    .product04 .content .boxlist .left .top .info{
        margin-bottom: 30px;
    }
    .product04 .content .boxlist .left .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product04 .content .boxlist .left .top ul{
        margin-bottom: 50px;
    }
    .product04 .content .boxlist .left .top .more a span{
        font-size: 13px;
    }
    .product04 .content .boxlist .left .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product04 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product04 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product04{
        padding: 80px 0;
    }
}
@media (max-width:1000px){
    .product04 .content .boxlist{
        flex-wrap: wrap;
    }
    .product04 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product04 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product04 .content .boxlist .left .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product04 .content .boxlist .left .top .info p{
        font-size: 12px;
    }
    .product04 .content .boxlist .left .top .info{
        margin-bottom: 20px;
    }
    .product04 .content .boxlist .left .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product04 .content .boxlist .left .top ul{
        margin-bottom: 30px;
    }
    .product04 .content .boxlist .left .top .more a span{
        font-size: 12px;
    }
    .product04 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product04 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product04{
        padding: 60px 0;
    }
    .product04 .content .boxlist .left .top{
        margin-bottom: 30px;
    }
    .product04 .content .boxlist .left .bottom .list:hover .list_txt{
        display: none;
    }
}

/* 装置艺术 */
.product05{
    padding: 120px 0;
    background-color: #ffffff;
}
.product05 .content{
    width: 75%;
    margin: 0 auto;
}
.product05 .content .boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product05 .content .boxlist .left{
    width: 33.3%;
}
.product05 .content .boxlist .left .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product05 .content .boxlist .left .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product05 .content .boxlist .left .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);
    cursor: pointer;
}
.product05 .content .boxlist .left .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);
}
.product05 .content .boxlist .right{
    width: 61.1%;
}
.product05 .content .boxlist .right .top{
    margin-bottom: 5%;
}
.product05 .content .boxlist .right .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product05 .content .boxlist .right .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product05 .content .boxlist .right .top .info{
    margin-bottom: 40px;
}
.product05 .content .boxlist .right .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product05 .content .boxlist .right .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product05 .content .boxlist .right .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product05 .content .boxlist .right .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product05 .content .boxlist .right .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product05 .content .boxlist .right .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product05 .content .boxlist .right .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product05 .content .boxlist .right .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product05 .content .boxlist .right .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product05 .content .boxlist .right .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product05 .content .boxlist .right .bottom .list .list_img{
    width: 100%;
}
.product05 .content .boxlist .right .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product05 .content .boxlist .right .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product05 .content .boxlist .right .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);
}
.product05 .content .boxlist .right .bottom .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);
}
.product05 .content .boxlist .right .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product05 .content .boxlist .right .bottom .list:hover .list_txt{
    opacity: 1;
}
.product05 .content .boxlist .right .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product05 .content .boxlist .right .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product05 .content .boxlist .right .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product05 .content .boxlist .right .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
@media (max-width:1400px){
    .product05 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product05 .content{
        width: 95%;
    }
    .product05 .content .boxlist .right .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product05 .content .boxlist .right .top h1::after{
        bottom: -15px;
    }
    .product05 .content .boxlist .right .top .info p{
        font-size: 13px;
    }
    .product05 .content .boxlist .right .top .info{
        margin-bottom: 30px;
    }
    .product05 .content .boxlist .right .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product05 .content .boxlist .right .top ul{
        margin-bottom: 50px;
    }
    .product05 .content .boxlist .right .top .more a span{
        font-size: 13px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product05{
        padding: 90px 0;
    }
}
@media (max-width:1000px){
    .product05 .content .boxlist{
        flex-wrap: wrap;
    }
    .product05 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product05 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product05 .content .boxlist .right .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product05 .content .boxlist .right .top .info p{
        font-size: 12px;
    }
    .product05 .content .boxlist .right .top .info{
        margin-bottom: 20px;
    }
    .product05 .content .boxlist .right .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product05 .content .boxlist .right .top ul{
        margin-bottom: 30px;
    }
    .product05 .content .boxlist .right .top .more a span{
        font-size: 12px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product05{
        padding: 60px 0;
    }
    .product05 .content .boxlist .right .top{
        margin-bottom: 30px;
    }
    .product05 .content .boxlist .right .bottom .list .list_txt{
        display: none;
    }
}

/* 现实的觉醒 */
.product06{
    padding: 100px 0;
    background-color: #f6f6f6;
    margin-bottom: 200px;
}
.product06 .content{
    width: 75%;
    margin: 0 auto;
}
.product06 .content .boxlist{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product06 .content .boxlist .left{
    width: 61.1%;
}
.product06 .content .boxlist .left .top{
    margin-bottom: 5%;
}
.product06 .content .boxlist .left .top h1{
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    font-family: "微软雅黑";
    font-weight: 100;
    margin-bottom: 80px;
    position: relative;
}
.product06 .content .boxlist .left .top h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #a72126;
}
.product06 .content .boxlist .left .top .info{
    margin-bottom: 40px;
}
.product06 .content .boxlist .left .top .info p{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product06 .content .boxlist .left .top ul{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}
.product06 .content .boxlist .left .top ul li{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
    margin-right: 60px;
}
.product06 .content .boxlist .left .top ul li::after{
    content: "";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a72126;
    border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.product06 .content .boxlist .left .top .more a span{
    color: #999999;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product06 .content .boxlist .left .top .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product06 .content .boxlist .left .top .more a:hover span{
    color: #a72126;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.product06 .content .boxlist .left .top .more a:hover img{
    filter: invert(0%);
    -webkit-filter: invert(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;
}
.product06 .content .boxlist .left .bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product06 .content .boxlist .left .bottom .list{
    width: 100%;
    position: relative;
    background-color: #f6f6f6;
}
.product06 .content .boxlist .left .bottom .list .list_img{
    width: 100%;
}
.product06 .content .boxlist .left .bottom .list .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}
.product06 .content .boxlist .left .bottom .list .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product06 .content .boxlist .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);
}
.product06 .content .boxlist .left .bottom .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);
}
.product06 .content .boxlist .left .bottom .list .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(0, 0, 0, .4);
    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;
}
.product06 .content .boxlist .left .bottom .list:hover .list_txt{
    opacity: 1;
}
.product06 .content .boxlist .left .bottom .list .list_txt h1{
    margin-bottom: 10px;
}
.product06 .content .boxlist .left .bottom .list .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product06 .content .boxlist .left .bottom .list .list_txt .more a span{
    color: #aaaaaa;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product06 .content .boxlist .left .bottom .list .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: invert(50%);
    -webkit-filter: invert(50%);
}
.product06 .content .boxlist .right{
    width: 33.3%;
}
.product06 .content .boxlist .right .list_img{
    width: 100%;
    position: relative;
    padding-bottom: 133.3%;
    overflow: hidden;
}
.product06 .content .boxlist .right .list_img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product06 .content .boxlist .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);
    cursor: pointer;
}
.product06 .content .boxlist .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:1400px){
    .product06 .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product06 .content{
        width: 95%;
    }
    .product06 .content .boxlist .left .top h1{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .product06 .content .boxlist .left .top h1::after{
        bottom: -15px;
    }
    .product06 .content .boxlist .left .top .info p{
        font-size: 13px;
    }
    .product06 .content .boxlist .left .top .info{
        margin-bottom: 30px;
    }
    .product06 .content .boxlist .left .top ul li{
        padding-left: 15px;
        font-size: 13px;
        margin-right: 40px;
    }
    .product06 .content .boxlist .left .top ul{
        margin-bottom: 50px;
    }
    .product06 .content .boxlist .left .top .more a span{
        font-size: 13px;
    }
    .product06 .content .boxlist .left .bottom .list .list_txt h1{
        margin-bottom: 5px;
    }
    .product06 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product06 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 13px;
    }
    .product06{
        padding: 80px 0;
        margin-bottom: 150px;
    }
}
@media (max-width:1000px){
    .product06 .content .boxlist{
        flex-wrap: wrap;
    }
    .product06 .content .boxlist .left{
        width: 100%;
        margin-bottom: 40px;
    }
    .product06 .content .boxlist .right{
        width: 100%;
    }
}
@media (max-width:550px){
    .product06 .content .boxlist .left .top h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product06 .content .boxlist .left .top .info p{
        font-size: 12px;
    }
    .product06 .content .boxlist .left .top .info{
        margin-bottom: 20px;
    }
    .product06 .content .boxlist .left .top ul li{
        padding-left: 10px;
        font-size: 12px;
        margin-right: 30px;
    }
    .product06 .content .boxlist .left .top ul{
        margin-bottom: 30px;
    }
    .product06 .content .boxlist .left .top .more a span{
        font-size: 12px;
    }
    .product06 .content .boxlist .left .bottom .list .list_txt h1 a{
        font-size: 14px;
        line-height: 24px;
    }
    .product06 .content .boxlist .left .bottom .list .list_txt .more a span{
        font-size: 12px;
    }
    .product06{
        padding: 60px 0;
        margin-bottom: 100px;
    }
    .product06 .content .boxlist .left .top{
        margin-bottom: 30px;
    }
    .product06 .content .boxlist .left .bottom .list:hover .list_txt{
        display: none;
    }
}


/* 产品详情信息 */
.product_detail_information{
    padding: 170px 0 200px;
}
.product_detail_information .content{
    width: 75%;
    margin: 0 auto;
}
.product_detail_information .content .theme{
    margin-bottom: 70px;
    text-align: center;
    display: none;
}
.product_detail_information .content .theme h1{
    font-size: 40px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
}
.product_detail_information .content .theme h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #a72126;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_detail_information .content .product_detail_info{
    padding: 2%;
}
@media (max-width:1400px){
.product_detail_information .content{
    width: 85%;
}
}
@media (max-width:1200px){
    .product_detail_information .content .theme h1{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 40px;

    }
    .product_detail_information .content .theme h1::after {
        bottom: -20px;
    }
.product_detail_information .content{
    width: 95%;
}
}
@media (max-width:1000px){
    .product_detail_information{
        padding: 100px 0 150px;
    }
}
@media (max-width:550px){
    .product_detail_information{
        padding: 60px 0 100px;
    }
    .product_detail_information .content .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
.product_detail_information .content{
    width: 100%;
}
.product_detail_information .content .product_detail_info{
    padding: 0%;
}
.product_detail_information .content .product_detail_info p img{
    margin-bottom: 10px;
}
.product_detail_information .content .product_detail_info p br{
display: none;
}
.product_detail_information {
    padding: 20px 0 20px;
}
}

/* 其他产品 */
.product_detail_other{
    padding: 170px 0 200px;
}
.product_detail_other .content{
    width: 75%;
    margin: 0 auto;
}
.product_detail_other .content .boxlist .theme{
    margin-bottom: 70px;
    text-align: center;
}
.product_detail_other .content .boxlist .theme h1{
    font-size: 40px;
    color: #333333;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
}
.product_detail_other .content .boxlist .theme h1::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #a72126;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    border: 1px solid #dddddd;
    position: relative;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_img{
    width: 100%;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_img .img{
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #ffffff;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_img .img a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .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_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_img .img:hover a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    background-color: rgba(85, 33, 35, .5);
    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_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt{
    opacity: 0;
    transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -webkit-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -moz-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -ms-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
    -o-transition: all .5s cubic-bezier(0.64, 0.02, 0.29, 0.97);
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt h1{
    margin-bottom: 10px;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt h1 a{
    color: #ffffff;
    font-size: 22px;
    line-height: 36px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt .more a span{
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: 100;
    opacity: .5;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt .more a img{
    width: 8px;
    height: 9px;
    filter: brightness(8);
    -webkit-filter: brightness(8);
    opacity: .5;
}
.product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt:hover{
    opacity: 1;
}
@media (max-width:1400px){
    .product_detail_other .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .product_detail_other .content{
        width: 95%;
    }
    .product_detail_other .content .boxlist .theme h1{
        font-size: 30px;
    }
    .product_detail_other{
        padding: 100px 0 140px;
    }
    .product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt h1 a{
        font-size: 18px;
        line-height: 30px;
    }
    .product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt .more a span{
        font-size: 13px;
        margin-right: 5px;
    }
}
@media (max-width:550px){
    .product_detail_other .content .boxlist .theme h1{
        font-size: 20px;
        line-height: 30px;
    }
    .product_detail_other .content .boxlist .theme{
        margin-bottom: 50px;
    }
    .product_detail_other .content .boxlist .theme h1::after {
        bottom: -20px;
        width: 30px;
    }
    .product_detail_other{
        padding: 60px 0 100px;
    }
    .product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt{
        display: none;
    }
    .product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt h1 a{
        font-size: 14px;
    }
    .product_detail_other .content .boxlist .swiper-container .swiper-wrapper .swiper-slide .list_txt .more a span{
        font-size: 12px;
    }
}


/* 合作案例详情 */
.cases_datail{
    padding: 120px 0;
}
.cases_datail .content{
    width: 75%;
    margin: 0 auto;
}
.cases_datail .content .boxlist .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
    font-family: "微软雅黑";
    font-weight: 100;
}
.cases_datail .content .boxlist .title{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.cases_datail .content .boxlist .service_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.cases_datail .content .boxlist .service_info p{
    font-size: 16px;
}
.cases_datail .content .boxlist .service_info p > img{
    max-width: 100%;
}
.cases_datail .content .boxlist .service_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cases_datail .content .boxlist .service_other ul li{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.cases_datail .content .boxlist .service_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.cases_datail .content .boxlist .service_other .more a{
    width: 180px;
    height: 54px;
    background: #a72126;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1400px){
    .cases_datail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .cases_datail .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .cases_datail .content .boxlist .title{
        font-size: 20px;
    }
    .cases_datail .content .boxlist .service_info p{
        font-size: 14px;
    }
    .cases_datail .content .boxlist .service_info{
        padding: 50px 0;
    }
    .cases_datail .content .boxlist .service_other ul li{
        font-size: 12px;
    }
    .cases_datail .content .boxlist .service_other .more a{
        font-size: 12px;
        width: 120px;
        height: 38px;    
    }
    .cases_datail{
        padding: 60px 0;
    }
}


/* 新闻详情 */
.news_detail{
    padding: 90px 0 160px;
}
.news_detail .content{
    width:75%;
    margin: 0 auto;
}
.news_detail .content .theme{
    border-bottom: 1px solid #e5e5e5;
}
.news_detail .content .theme .title{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
    font-family: "微软雅黑";
    font-weight: 100;
}
.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;
text-align: justify;
}
.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;
}
.news_detail .content .news_detail_other ul li a{
    color: #666666;
}
.news_detail .content .news_detail_other ul li:hover{
    color: #0156a7;
}
.news_detail .content .news_detail_other ul li:hover a{
    color: #0156a7;
}
.news_detail .content .news_detail_other .more a{
    width: 180px;
    height: 54px;
    background: #a72126;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
@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: 18px;
    }
}
@media (max-width:550px){
    .news_detail .content .news_detail_other .more a{
        font-size: 12px;
        width: 120px;
        height: 38px;
    }
    .news_detail .content .news_detail_other ul li{
        font-size: 12px;
    }
    .news_detail{
        padding: 60px 0 100px;
    }
}


/* 人才招聘详情 */
.hire_datail{
    padding: 120px 0;
}
.hire_datail .content{
    width: 75%;
    margin: 0 auto;
}
.hire_datail .content .boxlist .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
}
.hire_datail .content .boxlist .title{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: 100;
}
.hire_datail .content .boxlist .service_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.hire_datail .content .boxlist .service_info p{
    font-size: 16px;
}
.hire_datail .content .boxlist .service_info p > img{
    max-width: 100%;
}
.hire_datail .content .boxlist .service_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hire_datail .content .boxlist .service_other ul li{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.hire_datail .content .boxlist .service_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.hire_datail .content .boxlist .service_other .more a{
    width: 180px;
    height: 54px;
    background: #a72126;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1400px){
    .hire_datail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .hire_datail .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .hire_datail .content .boxlist .title{
        font-size: 20px;
    }
    .hire_datail .content .boxlist .service_info p{
        font-size: 14px;
    }
    .hire_datail .content .boxlist .service_info{
        padding: 50px 0;
    }
    .hire_datail .content .boxlist .service_other ul li{
        font-size: 12px;
    }
    .hire_datail .content .boxlist .service_other .more a{
        font-size: 12px;
        width: 120px;
        height: 38px;    
    }
    .hire_datail{
        padding: 60px 0;
    }
}


/* 研发中心详情 */
.research_datail{
    padding: 120px 0;
}
.research_datail .content{
    width: 75%;
    margin: 0 auto;
}
.research_datail .content .boxlist .title{
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
    margin-bottom: 0;
    font-family: "微软雅黑";
    font-weight: 100;
}
.research_datail .content .boxlist .title{
    text-decoration: none;
    color: #222222;
    font-size: 30px;
}
.research_datail .content .boxlist .service_info{
    padding: 100px 0;
    border-bottom: 1px solid #e2e2e2;
}
.research_datail .content .boxlist .service_info p{
    font-size: 16px;
}
.research_datail .content .boxlist .service_info p > img{
    max-width: 100%;
}
.research_datail .content .boxlist .service_other{
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.research_datail .content .boxlist .service_other ul li{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.research_datail .content .boxlist .service_other ul li a{
    text-decoration: none;
    color: #666666;
    font-size: 14px;
}
.research_datail .content .boxlist .service_other .more a{
    width: 180px;
    height: 54px;
    background: #a72126;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1400px){
    .research_datail .content{
        width: 85%;
    }
}
@media (max-width:1200px){
    .research_datail .content{
        width: 95%;
    }
}
@media (max-width:550px){
    .research_datail .content .boxlist .title{
        font-size: 20px;
    }
    .research_datail .content .boxlist .service_info p{
        font-size: 14px;
    }
    .research_datail .content .boxlist .service_info{
        padding: 50px 0;
    }
    .research_datail .content .boxlist .service_other ul li{
        font-size: 12px;
    }
    .research_datail .content .boxlist .service_other .more a{
        font-size: 12px;
        width: 120px;
        height: 38px;    
    }
    .research_datail{
        padding: 60px 0;
    }
}

/* info单页 */
/* 内容 */
.info_main{
    padding: 90px 0 130px;
}
.info_main .content{
    width: 66.6%;
    margin: 0 auto;
}
.info_main .content .info_edit p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    font-family: "微软雅黑";
    font-weight: 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%;
    }
}
p > img{
    max-width: 100%;
}
p > a > img{
    max-width: 100%;
}

@media (min-width:760px){
    .info_main .content .info_edit p > img:nth-child(1){
        display:block;
    }
    .info_main .content .info_edit p > img:nth-child(2){
        display:none;
    }
}
@media (max-width:760px){
    .info_main .content .info_edit p > img:nth-child(1){
        display:none;
    }
    .info_main .content .info_edit p > img:nth-child(2){
        display:block;
    }
}


/* 招商加盟 */
.info_main .content .info_edit .jion{
    background: url(../images/jion_back01.jpg) no-repeat;
    background-size: cover !important;
    padding: 120px 20px;
    text-align: center;
}
.info_main .content .info_edit .jion h1{
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
    font-family: "微软雅黑";
    margin-bottom: 60px;
}
.info_main .content .info_edit .jion .info{
    margin-bottom: 40px;
}
.info_main .content .info_edit .jion .info p{
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    font-family: "微软雅黑";
}
.info_main .content .info_edit .jion .info p a{
    color: #ffffff;
}
.info_main .content .info_edit .jion .img{
    text-align: center;
    margin-bottom: 60px;
}
.info_main .content .info_edit .jion .img .code{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.info_main .content .info_edit .jion .img .code img{
    width: 100%;
}
.info_main .content .info_edit .jion .img p{
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 100;
    font-family: "微软雅黑";
}
.info_main .content .info_edit .jion .img p a{
    color: #ffffff;
}
.info_main .content .info_edit .jion .more{
    text-align: center;
}
.info_main .content .info_edit .jion .more a{
    display: block;
    width: 160px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.info_main .content .info_edit .jion .more a:hover{
    background-color: #ffffff;
    color: #a72126;
}
@media (max-width:1200px){
    .info_main .content .info_edit .jion{
        padding: 90px 20px;
    }
    .info_main .content .info_edit .jion h1{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .info_main .content .info_edit .jion .info p{
        font-size: 16px;
        line-height: 30px;
    }
    .info_main .content .info_edit .jion .img p{
        font-size: 16px;
        line-height: 30px;
    }
    .info_main .content .info_edit .jion .more a{
        width: 140px;
        height: 42px;
        font-size: 14px;
    }
}
@media (max-width:760px){
    .info_main .content .info_edit .jion h1{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .info_main .content .info_edit .jion .info p{
        font-size: 14px;
        line-height: 26px;
    }
    .info_main .content .info_edit .jion .img p{
        font-size: 14px;
        line-height: 26px;
    }
    .info_main .content .info_edit .jion{
        padding: 60px 20px;
    }
    .info_main .content .info_edit .jion .img .code{
        width: 100px;
        height: 100px;
    }
}
@media (max-width:550px){
    .info_main .content .info_edit .jion .info p{
        font-size: 12px;
    }
    .info_main .content .info_edit .jion .img p{
        font-size: 14px;
        line-height: 26px;
    }
    .info_main .content .info_edit .jion .more a{
        width: 120px;
        height: 34px;
        font-size: 12px;
    }
}
