
.banner{
    height: 134px;
}
.banner .inner{
    text-align: center;
    position: relative;
}
.banner .inner img{
    width: 100%; 
}
.banner .inner img.ewm{
    width: AUTO;
    height: 91%;
    position: absolute;
    top: 2PX;
    right: 2px;
    border-radius: 10px;
}

h1.title {
    text-align: center;
    font-size: 40px;
    color: #ca0000;
    font-weight: 400;
    padding-bottom: 90px;
    padding-top: 90px;
    background: url(../images/shuimeng.png) no-repeat center 146px;
}

.con{
    display: flex;
    justify-content: space-between;
}
.con .left{
    width: 347px;
    height: 714px;
    border-radius: 45px;
    background: #fff;
    border:1px solid #DA251D;
    padding: 20px;
    margin-bottom: 136px;
    position: relative;
}
.con .left .imgs{
    width: 100%;
    height: 570px;
    overflow: hidden;
}
.con .left img{
    width: 100%;
    height: 570px;
}

.con .left .btns{
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    background: #DA251D;
    justify-content: space-between;
    padding: 50px 25px;
    border-radius: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.con .left .btns .t{
    width: 100px;
    color: #fff;
    font-size: 20px;
}
.con .left .btns .t p{
    font-size: 10px;
    color: #fff;
}
.con .left .btns .swiper-aa{
    width: 160px;
    position: relative !important;
    left:0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 2.5;
    display: flex;
    align-items: center;
}
.con .left .btns .swiper-aa::after{
    content: "";
    width: 100px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
}
.con .left .btns .swiper-aa .swiper-pagination-current{ 
    width:56px;
    text-align: right;
}
.con .left .btns .ss{
    width: 230px;
    position: relative;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.con .left .btns .ss .swiper-button-next,.con .left .btns .ss .swiper-button-prev{
    width:33px;
    height:33px;
    color: #fff;
    border:1px solid #fff;
    border-radius: 50%;
    position: static;
    margin: 9px 0 0 !important;
}

.con .swiper-button-next:after, .con .swiper-button-prev:after{
    font-size:16px;
    color:#fff;
}

.con .right{
    width: 1095px;
    padding-top:40px;
    color: #797979;
    line-height: 1.8;
}
.con .right h2{ 
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}
.con .right hr{
    border: 1px solid #797979;
    margin:40px 0; 
}



/* 媒体查询 */
@media screen and (max-width: 1538px) {
    h1.title{
        font-size:75px;
        padding:60px 0;
    }

    .con .right {
        width: 980px;
    }
    
}

@media screen and (max-width: 1480px) {
    h1.title{
        font-size:70px;
        padding:50px 0;
    }
    .con .right {
        width: 930px;
    }
}

@media screen and (max-width: 1366px) {
    h1.title{
        font-size:65px;
        padding:40px 0;
    }

    .con .right {
        width: 820px;
    }
    
}

@media screen and (max-width: 1280px) {
    h1.title{
        font-size:55px;
        padding:30px 0;
    }

    .con .right {
        width: 580px;
    }
    
}

@media only screen and (max-width: 1024px) {
    h1.title{
        padding:30px 0;
        font-size: 1rem;
        background: url(../images/shuimeng.png) no-repeat center 2.6rem;
    }

    .con{
        display: flex;
        flex-direction: column;
    }
    .con .left{
        width:calc(100% - 40px);
        margin-bottom: 20px;
    }
    .con .right{
        width:100%;
    }



}