.banner_1{
    width: 100%;
    height: 440px;
    margin-top: 63px;
    background-image: url("../image/wxpyq/banner.png");
    background-position: center;
    background-repeat: no-repeat;
}
.banner_img{
    width: 100%;
    margin-top: 77px;
}
.plate_color{
    width: 100%;
    background-color: #faf8f0;
}
.plate_color .tit{
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 3.2rem;
    display: block;
    margin: 80px 0px 119px;
}
.plate_img{
    width: 100%;
    margin: 109px 0px 68px;
}
.plate_img2{
    margin: 210px 0px 68px;
}
.text_box{
    margin-top: 134px;
    padding-left: 60px;
}
.text_box.text_box2{
    padding-right: 60px;
}
.text_box>p{
    color: #000000;
    font-size: 2.7rem;
    /*font-weight: 700;*/
    margin-bottom: 50px;
}
.text_box.text_box2>p{
    margin-bottom: 70px;
}
.text_box>span{
    display: block;
    color: #404040;
    font-size: 1.6rem;
    line-height: 40px;
}
.text_box.text_box2>span{
    line-height: 25px;
    margin-bottom: 15px;
}
.text_box.text_box2>ul{
    display: inline-block;
}
.text_box.text_box2 li{
    width: 100%;
    color: #404040;
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: 15px;
}
.a_btn{
    display: block;
    width: 156px;
    margin: 50px auto 70px;
    font-size: 2.1rem;
    padding: 12px 35px;
    border: 1px solid #df0012;
    color: #df0012;
    border-radius: 10px;
    transition: all .5s;
}
.a_btn:hover{
    color: #fff;
    background-color: #df0012;
}

.exposure{
    width: 100%;
    background-color: #faf8f0;
}
.exposure .title{
    text-align: center;
    color: #000000;
    font-size: 2.7rem;
    margin-top: 85px;
}
.exposure .exposure_box{
    display: grid;
    grid-row-gap: 70px;
    grid-column-gap: 26px;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
}
.exposure .exposure_box>div{
    text-align: center;
    padding: 0px 45px;
    background-color: #fff;
    height: 325px;
    margin-top: 65px;
    transition: all .5s;
}
.exposure .exposure_box>div:hover{
    box-shadow: 0px 0px 25px 0px #cccccc;
}
.exposure .exposure_box .box-top{
    padding-top: 27px;
    color: #404040;
    font-size: 2.6rem;
    margin-bottom: 38px;
}
.exposure .exposure_box .box-top>img {
    margin-right: 29px;
}
.exposure .exposure_box>div>span{
    display: block;
    text-align: left;
    color: #404040;
    font-size: 1.8rem;
    line-height: 30px;
}


.plate_tit{
    padding-top: 98px;
    text-align: center;
    color: #000000;
    font-size: 2.7rem;
}
.text_box.text_box3{
    margin-top: 215px;
    text-align: center;
}
.text_box.text_box3>p{
    color: #df0012;
}
.text_box.text_box3.text_box4{
    padding-right: 60px;
}





.wxpyq_ban{
    width: 640px;
    margin: 40px auto 0px;
    text-align: center;
    padding-top: 150px;
}

.wxpyq_ban .target{
    height: 107px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 0;
}
.wxpyq_ban .target::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../image/wxpyq/btn_bg.png");
    background-size: 100% 100%;
}
.wxpyq_ban>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px;
    margin-left: 98px;
    opacity: 1;
}
.wxpyq_ban .target>span{
    width: 40px;
    height: 85px;
    background: none;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}
.wxpyq_ban .target>span:nth-of-type(1){
    margin-top: 19px;
}
.wxpyq_ban .target>span:nth-of-type(4){
    margin-top: 22px;
}
.wxpyq_ban .target>span>i{
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: #bfbfbf;
    border-radius: 50%;
    margin: 0px auto;
}
.wxpyq_ban .target .swiper-pagination-bullet-active>i{
    background-color: #34e179;
}
.wxpyq_ban .target>span>p{
    display: block;
    width: 90px;
    position: absolute;
    left: 0px;
    transform: translateX(-25%);
    bottom: 0px;
    text-align: center;
    color: #565656;
    font-size: 1.445rem;
}


.wxpyq_ban .swiper-button-next, .wxpyq_ban .swiper-button-prev{
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    top: 70%;
}
.wxpyq_ban .swiper-button-prev{
    background-image: url("../image/wxpyq/zuo.png");
}
.wxpyq_ban .swiper-button-next{
    background-image: url("../image/wxpyq/you.png");
}
.wxpyq_ban .swiper-button-prev:hover{
    animation: prev 1s infinite;
    -moz-animation: prev 1s infinite;	/* Firefox */
    -webkit-animation: prev 1s infinite;	/* Safari 和 Chrome */
    -o-animation: prev 1s infinite;	/* Opera */
}
.wxpyq_ban .swiper-button-next:hover{
    animation: next 1s infinite;
    -moz-animation: next 1s infinite;	/* Firefox */
    -webkit-animation: next 1s infinite;	/* Safari 和 Chrome */
    -o-animation: next 1s infinite;	/* Opera */
}


@keyframes prev
{
    0% {
        left:10px;
    }
    50% {
        left:0px;
    }
    100% {
        left:10px;
    }
}

@-moz-keyframes prev /* Firefox */
{
    0% {
        left:10px;
    }
    50% {
        left:0px;
    }
    100% {
        left:10px;
    }
}

@-webkit-keyframes prev /* Safari 和 Chrome */
{
    0% {
        left:10px;
    }
    50% {
        left:0px;
    }
    100% {
        left:10px;
    }
}

@-o-keyframes prev /* Opera */
{
    0% {
        left:10px;
    }
    50% {
        left:0px;
    }
    100% {
        left:10px;
    }
}



@keyframes next
{
    0% {
        right:10px;
    }
    50% {
        right:0px;
    }
    100% {
        right:10px;
    }
}

@-moz-keyframes next /* Firefox */
{
    0% {
        right:10px;
    }
    50% {
        right:0px;
    }
    100% {
        right:10px;
    }
}

@-webkit-keyframes next /* Safari 和 Chrome */
{
    0% {
        right:10px;
    }
    50% {
        right:0px;
    }
    100% {
        right:10px;
    }
}

@-o-keyframes next /* Opera */
{
    0% {
        right:10px;
    }
    50% {
        right:0px;
    }
    100% {
        right:10px;
    }
}





.advantage{
    width: 100%;
    padding-top: 40px;
    position: relative;
    text-align: center;
}
.advantage>img{
    margin: 0px auto;
}
.advantage>div{
    position: absolute;
}

.advantage>div>img{
    float: left;
    transition: all .5s;
}
.advantage>div>img:hover{
    transform: scale(1.1);
}
.advantage>div>div>p{
    font-weight: bold;
    color: #404040;
    font-size: 1.8rem;
}
.advantage>div>div>span{
    color: #565656;
    font-size:1.6rem;
    line-height: 30px;
}
.advantage>div:nth-of-type(1){
    width: 370px;
    top: 0px;
    left: 0px;
}
.advantage>div:nth-of-type(1)>div{
    width: 265px;
    margin-right: 20px;
}
.advantage>div:nth-of-type(1)>img{
    float: right;
}
.advantage>div:nth-of-type(1)>div>p{
    text-align: right;
}
.advantage>div:nth-of-type(2){
    width: 440px;
    top: 0px;
    right: 0px;
}
.advantage>div:nth-of-type(2)>div{
    width: 305px;
    margin-left: 20px;
    margin-top: 50px;
}
.advantage>div:nth-of-type(2)>div>p{
    text-align: left;
}
.advantage>div:nth-of-type(3){
    width: 440px;
    bottom: 35px;
    left: 0px;
}
.advantage>div:nth-of-type(3)>div{
    width: 305px;
    margin-right: 20px;
    margin-top: 50px;
    text-align: right;
}
.advantage>div:nth-of-type(3)>div>p{
    text-align: right;
}
.advantage>div:nth-of-type(4){
    width: 440px;
    bottom: 35px;
    right: 0px;
}
.advantage>div:nth-of-type(4)>div{
    width: 305px;
    margin-left: 20px;
    margin-top: 50px;
    text-align: left;
}
.advantage>div:nth-of-type(4)>div>p{
    text-align: left;
}


@media (max-width: 767px){
    .advantage>img{
        display: none;
    }
    .plate_color .tit{
        margin: 40px 0px;
    }
    .banner_img{
        margin-top: 0px;
    }
    .plate_img{
        display: block;
        width: 80%;
        margin: 30px auto 0px;
    }
    .text_box,.text_box.text_box2{
        margin-top: 30px;
        padding: 0px 10px;
    }
    .text_box>p,.text_box.text_box2>p{
        margin-bottom: 20px;
        line-height: 30px;
    }
    .exposure .title{
        text-align: left;
        margin-top: 30px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .exposure .exposure_box{
        grid-row-gap: 0px;
    }
    .exposure .exposure_box>div{
        margin-top: 30px;
        padding: 0px 20px;
    }
    .plate_tit{
        text-align: left;
        padding: 30px 10px 0px;
    }
    .text_box.text_box3{
        margin-top: 30px;
    }
    .text_box.text_box3.text_box4{
        padding: 0px 10px;
    }
    .advantage>div{
        width: 100% !important;
        position: relative !important;
        display: inline-block;
        padding: 0px 10px;
        bottom: 0px !important;
        right: 0px !important;
        margin-bottom: 30px;
    }
    .advantage>div>div{
        width: 100% !important;
        margin: 0px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    .advantage>div>img{
        display: none;
    }
    .advantage>div>div>p{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .advantage>div>div>span{
        line-height: 20px;
    }
}