.index_title .cont {
    font-size: 20px;
    margin-top: 2em;
    height: calc(100% - 150px);
    position: relative;
}

.banner .info .wrap,
.index_title,
.index_title_in {
    position: relative;
    height: 100%;
}

.banner .info {
    height: calc(100% - 160px);
}

.modular3 .sl {
    width: 63%;
}

.modular3 .sl img {
    width: 100%;
}

.modular3 .cont {
    position: relative;
}

.modular3 .sr {
    position: absolute;
    width: 53%;
    background: #ec6700;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 80px;
    font-size: 20px;
    box-sizing: border-box;
    right: 0;
    max-height: 100%;
}

.modular3 {
    margin-bottom: 80px;
}

.modular3 .sr h2 {
    margin-bottom: 0.5em;
}

.modular2 {
    background: #f7f7f9;
    overflow: hidden;
    padding-bottom: 80px;
}

.modular2 .title {
    margin: 60px 0;
}

.modular2 ul {
    overflow: visible;
}

.modular2 ul li {
    padding: 40px 0;
    box-shadow: 0 0 20px #ddd;
    background: #fff;
}

.modular2 ul li h2,
.modular2 ul li p {
    padding: 0 48px;
}

.modular4 .swiper-container {
    padding: 10px;
    padding-bottom: 50px;
}

.modular4 .swiper-container .details {
    padding: 40px 60px;
    border: 1px solid #a6b0b0;
    transition: all .3s;
    color: #4d4d4d;
}

.modular4 .swiper-container .details:hover {
    border-color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.modular4 .swiper-container .details img {
    height: 68px;
}

.modular4 .swiper-container .details h2 {
    margin: 1em 0;
    font-size: 18px;
}

.modular4 .swiper-container .details p {
    height: 6em;
    color: #333;
    line-height: 1.5em;
}

.modular4 .swiper-pagination {
    bottom: 0;
}

.modular4 .swiper-pagination-bullet {
    width: 100px;
    border-radius: 0;
    height: 14px;
    background: none;
    position: relative;
    opacity: 1;
}

.modular4 .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background: #ccc;
}

.modular4 .swiper-pagination-bullet-active::before {
    background: #ec6700;
}

@media only screen and (max-width:1600px) {
    .modular3 .sr {
        padding: 60px;
    }
    .modular4 .swiper-container .details {
        padding: 30px 40px;
    }
}

@media only screen and (max-width:1024px) {
    .modular2 .title {
        margin: 40px 0;
        margin-top: 60px;
    }
    .modular3 .sl {
        width: auto;
    }
    .modular3 .sr {
        position: relative;
        width: auto;
        top: 0;
        transform: none;
    }
    .modular3 .sr p {
        font-size: 14px;
    }
}


@media only screen and (max-width:767px) {
.modular_no .xgcp .swiper-wrapper{display: block;}
.modular4 .swiper-container .details{padding: 20px;margin-bottom: 10px;}
.modular4 .swiper-container .details p{height: auto;}
.modular5 .title, .modular4 .title, .modular3 .title{margin: 20px 0;}
.modular4 .swiper-container{padding: 0;padding-bottom: 50px;}

.modular4 .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 50%;background: #ccc;}
.modular4 .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #ec6700;}
.modular4 .swiper-pagination-bullet-active::before{display: none;}
}

