img {
    display: block;
}

.neirong1 {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}

.neirong1zuo {
    width: 71.5%;
    padding-top: 14px;
}

.neirong1you {
    width: 28.5%;
    padding: 40px 0 54px 60px;
    background: #D9EFFF;
}


.neirong1you > div:first-child {
    font-size: 35px;
    font-weight: 500;
    color: #0096FF;
    line-height: 42px;
    margin-bottom: 34px;
}

.zuotext1 {
    display: flex;
    padding: 27px 0 27px 38px;
    background: url("../images/dian.png") left no-repeat;
}

.zuotext1 > div:first-child {
    font-size: 50px;
    font-weight: bold;
    color: #0096FF;
    line-height: 90px;
    margin-right: 38px;
}

.zuotext1 > div:last-child {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 90px;
}

.zuotext2 > div:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    padding-right: 68px;
    margin-top: 50px;
    padding-left: 46px;

}


.zuobian {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    width: 100%;
}

/*.zuobian:before {
    content: '';
    position: absolute;
    top: 34.4%;
    left: 15.7%;
    transform: translateX(-50%);
    width: 1px;
    height: 44%;
    background: linear-gradient(
            180deg, #EEEEEE, rgba(0, 0, 0, 0));
}*/
.neirong1 {
    border-left: 1px transparent solid;
    border-image: linear-gradient(to bottom, #EEEEEE, transparent) 1 5;
}

.neirong1img {
    padding-right: 60px !important;
}

.neirong1img > div {
    position: relative;
    border: 1px solid #0096FF;
    display: flex;
}

.neirong1img > div > div:nth-child(1) {
    width: 69.35%;
    background: #EFF9FF;
    padding: 35px 73px 0;
}

.neirong1img > div > div:nth-child(2) {
    width: 30.65%;
}

.neirong1img img {
    display: block;
    width: 100%;
}

.swiper-wrapper {
    align-items: flex-end;
    padding-bottom: 75px;
}

.swiper-slide {
    -webkit-box-reflect: below 10px -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 30px);
}

.n2 > div {
    flex-direction: row-reverse;
}

.kongzhi > div:first-child {
    width: 34px;
    height: 4px;
    background: #0096FF;
}

.kongzhi > div:nth-child(2) {
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    padding-top: 17px;
    padding-bottom: 27px;
}

.kongzhi > div:nth-child(3) {
    font-size: 30px;
    font-weight: bold;
    color: #AEDDFF;
    line-height: 40px;

}

.kongzhi > div:nth-child(3) span {
    font-weight: 400;
}

.kongzhi > div:nth-child(4) {
    display: flex;
    margin-top: 35px;
}

.kongzhi > div:nth-child(4) > div:nth-child(1) {
    margin-right: 12px;
}

.kongzhi {
    padding: 65px;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next-111, .swiper-button-prev-111, .swiper-button-next-222, .swiper-button-prev-222 {
    color: #dadadc !important;
    font-size: 21px;
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border: 1px solid #dadadc;
    opacity: 1 !important;
    transition: .4s;
}

.swiper-button-next-111:hover, .swiper-button-prev-111:hover, .swiper-button-next-222:hover, .swiper-button-prev-222:hover {
    background: #0096ff;
    color: #fff !important;
    border: 1px solid #0096ff;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: auto !important;
    top: auto !important;
    position: relative !important;
    margin-top: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    position: relative !important;
    margin-top: 0 !important;
}


.n2 {
    padding-top: 40px;
    padding-bottom: 90px;
}

.n2 .kongzhi {
    text-align: right;
}

.n2 .kongzhi > div:first-child {
    margin-left: auto;
}

.n2 .kongzhi > div:nth-child(4) {
    justify-content: flex-end;
}

.neirong1you img {
    width: 100%;
}




.black_overlay{
    display: none;
    position: absolute;
    top: 0%;left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1001;
}
.white_content{
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 1002;
    height: 70%;
    transform: translateX(-50%);

}
.white_content a{
    color: #FFF;
    font-size: 24px;
    line-height: 1;
}



.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.white_content img{
    height: 100%;
}
@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1230px) {

    .zuotext2 > div:first-child {
        padding: 0 15px;
        margin-top: 0;
    }


    .neirong1you > div:first-child {
        font-size: 24px;
        line-height: 40px;
    }

    .zuotext1 > div:last-child {
        font-size: 28px;
    }

    .zuotext1 > div:first-child {
        font-size: 30px;
    }

    .neirong1zuo {
        padding-top: 0;
    }

    .neirong1 {
        padding-bottom: 45px;
    }

    .neirong1img {
        padding-right: 45px !important;
    }

    .neirong1img > div > div:nth-child(1) {
        width: 60%;
        padding: 35px 35px 0;
    }

    .neirong1img > div > div:nth-child(2) {
        width: 40%;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .zuodian {
        display: none;
    }

    .zuobian {
        padding-left: 0;
        flex-direction: column;
    }

    .neirong1you {
        width: 100%;
        padding: 0;
        display: flex;
        margin-top: 25px;
    }

    .neirong1you > div:nth-child(1) {
        width: 70%;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .neirong1you > div:nth-child(2) {
        width: 30%;
    }

    .neirong1 {
        padding-bottom: 25px;
    }

    .neirong1zuo {
        width: 100%;
    }

    .neirong1img {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .n2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .kongzhi > div:nth-child(2) {
        font-size: 24px;
        padding-bottom: 15px;
    }

}

@media (max-width: 768px) {


}

@media (max-width: 767px) {
    .neirong1zuo{
        padding: 15px;
    }
    .zuotext1{
        flex-direction: column;
        padding: 15px 10px;
    }
    .zuotext1 > div:last-child, .zuotext1 > div:first-child {
        font-size: 24px;
        line-height: initial;
    }

    .zuotext2 > div:first-child {
        font-size: 14px;
        line-height: 28px;
        padding: 15px 0;
    }

    .neirong2 > div:first-child {
        font-size: 16px;
        margin-bottom: 5px
    }

    .neirong2 > div:last-child {
        font-size: 14px;
        line-height: 1;
    }

    .kongzhi > div:nth-child(2) {
        font-size: 20px;
    }

    .kongzhi > div:nth-child(3) {
        font-size: 20px;
    }

    .neirong1img > div {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .neirong1img > div > div {
        width: 100% !important;
    }

    .neirong1img > div > div:nth-child(2) {
        padding: 25px;
    }

    .swiper-button-next-111, .swiper-button-prev-111, .swiper-button-next-222, .swiper-button-prev-222 {
        width: 40px !important;
        height: 40px !important;
    }

    .kongzhi {
        position: relative;
    }

    .kongzhi > div:nth-child(3) {
        font-size: 18px;
        line-height: initial;
    }

    .kongzhi > div:nth-child(4) {
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: 0;
        transform: translateY(-50%);
    }

    .neirong1img > div > div:nth-child(1) {
        padding: 25px 25px 0;
    }

    .n2 .kongzhi {
        text-align: left;
    }

    .n2 .kongzhi > div:first-child {
        margin-right: auto;
        margin-left: 0;
    }

}
@media (max-width: 414px) {
    .white_content{
        height: 30%;
    }
}