.zxq-cont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
}

.zxq-l {
    width: 92px;
}

.zxq-r {
    width: 82.35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*padding-top: 30px;*/
}

.zxq-r-l {
    width: 100%;
}

.zxq-pic{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zxq-pic > img {
    width: 100%;
    height: 100%;
    max-width: 584px;
    max-height: 584px;
}

.zxq-txt {
    width: 52.07%;
    /* padding-top: 55px; */
}

.zxq-title {
    font-size: 36px;
    font-weight: bold;
    color: #191c21;
    margin-bottom: 28px;
}

.zxq-tx {
    font-size: 16px;
    font-weight: bold;
    color: #363434;
    margin-top: 10px;
}

.zxq-tx2 {
    color: #828282;
    font-size: 14px;
    margin-top: 8px;
    line-height: 26px;
}
.zxq-tx2 img{
	width:100%;
}

.zxq-btn {
    margin-top: 30px;
}

.zxq-btn a {
    display: inline-block;
    width: 148px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #da3924;
    margin-right: 6px;
    border-radius: 100px;
}

.zxq-btn a span {
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 6px;
}

.zxq-lb {
    position: relative;
    height: 100%;
    padding: 40px 0;
    max-height: 662px;
    box-sizing: border-box;
    max-height: 584px;
}

.zxq-lb2 {
    padding: 0 50px;
    min-height: auto;
}

.lb-zxq2 {
    max-width: 400px;
    /*width: 100%;*/
    margin: 0 auto;
}

.lb-zxq {
    height: 100%;
}

.lb-zxq .swiper-slide, .lb-zxq2 .swiper-slide {
    width: 92px !important;
    height: 96px !important;
    border: 1px #ededed solid;
    box-sizing: border-box;
}

.lb-zxq .swiper-slide img, .lb-zxq2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.zxq-lb .swiper-button-prev,
.zxq-lb .swiper-button-next {
    background: url(../images/ico002-4.png) center no-repeat;
    width: 92px;
    height: 31px;
    background-size: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 1;
    outline: none;
    cursor: pointer;
    z-index: 100;
}


.zxq-lb .swiper-button-prev:after,
.zxq-lb .swiper-button-next:after,
.zxq-lb2 .swiper-button-prev:after,
.zxq-lb2 .swiper-button-next:after{
    display: none;
}

.zxq-lb .swiper-button-next {
    background-image: url('../images/ico002-5.png');
    bottom: 0;
    top: auto;
}

.zxq-lb2 {
    display: none;
}

.zxq-lb2 .swiper-button-prev,
.zxq-lb2 .swiper-button-next {
    background: url(../images/ico002-6.png) center no-repeat;
    width: 31px;
    height: 92px;
}

.zxq-lb2 .swiper-button-next {
    background-image: url('../images/ico002-7.png');
    right: 0;
    left: auto;
}


@media screen and (max-width:1023px){

.zxq-l {
    display: none;
}
.zxq-r {
    width: 100%;
}
.zxq-r-l {
    width: 100%;
}
.zxq-pic {
    max-width: 436px;
    margin: 0 auto 30px;
    min-height: 584px;
    line-height: 584px;
}
.zxq-lb2 {
    display: block;
}
.zxq-txt {
    width: 100%;
    padding-top: 35px;
}
}