.about-three {
    padding: 78px 0 96px;

}

.about-tit {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.abe-dec {
    font-size: 18px;
    color: #666;
    line-height: 22px;
    text-align: center;
    margin: 14px 0 38px;
}

.about-three ul {
    margin: 0 -1.5px;
}

.about-three li {
    width: 25%;
    padding: 0 1.5px;
    float: left;
}

.abe-li {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.abe-pic {
    width: 100%;
    overflow: hidden;
}

    .abe-pic img {
        display: block;
        width: 100%;
    }

.abe-font {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
}

.abe-icon {
    width: 70px;
    height: 70px;
    transition: all .5s;
    overflow: hidden;
    margin: 0 auto;
}

    .abe-icon img {
        display: block;
        width: 100%;
    }

.abe-mid {
    transition: all .5s;
    padding: 0 45px;
    height: 138px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

    .abe-mid h3 {
        font-size: 26px;
        color: white;
        font-weight: bold;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 18px;
        text-align: center;
    }
@media (max-width:1325px) {
	.abe-mid h3 {
		font-size: 20px;
		
		
		}
}
    .abe-mid p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        text-align: left;
        height: 144px;
        overflow-y: auto;
        padding-right: 10px;
        text-align: center;
    }

        .abe-mid p::-webkit-scrollbar {
            width: 3px;
            background: url(../images/scroll.jpg) repeat-y center;
        }

        .abe-mid p::-webkit-scrollbar-thumb {
            background: url(../images/scrollH.jpg) repeat-y center;
            border-radius: 10px;
        }



.about-three li:hover .abe-mid {
    height: 282px;
}

.abf-tit {
    transition: all .5s;
    margin-bottom: 17px;
    font-size: 36px;
    line-height: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.about-four {
    transition: all .5s;
    padding: 137px 0 186px;
    background: url(../images/abf-bg.jpg) no-repeat center;
    background-size: cover;
}

    .about-four p {
        transition: all .5s;
        width: 600px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

    .about-four:hover p, .about-four:hover .abf-tit {
        transform: translateY(-10px);
    }

.about-five {
    padding: 77px 0 80px;
}

.abv-dec {
    font-size: 18px;
    color: #666;
    line-height: 22px;
    text-align: center;
    margin: 14px 0 52px;
}

.abv-pic {
    width: 100%;
    overflow: hidden;
    padding: 0 29px;
    display: block;
}

    .abv-pic img {
        display: block;
        width: 100%;
    }

.abv-swiper {
    position: relative;
}

    .abv-swiper .swiper-pagination {
        width: 100%;
        display: none;
        bottom: 0;
    }

    .abv-swiper .swiper-pagination-bullet {
        opacity: 1;
        background: #d9d9d9;
        margin: 0 5px;
    }

    .abv-swiper .swiper-pagination-bullet-active {
        background: #e9541a;
    }

    .abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #d9d9d9;
        color: white;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        font-weight: bold;
        top: 50%;
        margin-top: -22.5px;
    }

    .abv-swiper .swiper-button-prev {
        left: -45px;
    }

    .abv-swiper .swiper-button-next {
        right: -45px;
    }

        .abv-swiper .swiper-button-prev:hover, .abv-swiper .swiper-button-next:hover {
            background: #00559d;
        }


@media (max-width: 1400px) {

    .abt-swiper .swiper-button-prev, .abt-swiper .swiper-button-next {
        display: none;
    }

    .abt-swiper .swiper-pagination {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1320px) {

    .abv-swiper .swiper-button-prev, .abv-swiper .swiper-button-next {
        display: none;
    }

    .abv-swiper .swiper-pagination {
        width: 100%;
        display: block;
    }
}

@media (max-width: 1259px) {

    .abv-swiper {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {

    .abo-right {
        padding: 40px 20px 40px 30px;
    }

    .abo-icon {
        width: 70px;
        height: 70px;
    }

    .abo-font {
        margin-left: 70px;
        padding-left: 10px;
    }

        .abo-font h3 {
            height: 50px;
            font-size: 40px;
        }

            .abo-font h3 span {
                font-size: 50px;
            }

    .abt-slide {
        height: 400px;
    }

    .abe-mid {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {

    .about-one {
        padding-top: 40px;
    }

    .abo-left {
        width: 100%;
        float: none;
    }

    .abo-right {
        width: 100%;
        position: static;
        padding: 30px 15px;
    }

    .abo-dec {
        padding-right: 0;
    }

    .abo-right h3 {
        margin-bottom: 10px;
    }

    .abo-dec p {
        line-height: 22px;
    }

    .about-one li {
        width: 50%;
        padding: 15px 0;
    }

    .abo-icon {
        height: 50px;
        width: 50px;
    }

    .abo-font {
        margin-left: 50px;
    }

        .abo-font h3 {
            height: 30px;
            line-height: 30px;
            font-size: 20px;
        }

            .abo-font h3 span {
                font-size: 30px;
            }

        .abo-font p {
            font-size: 13px;
        }

    .about-one ul {
        padding: 22px 0;
    }

    .about-two {
        padding: 40px 0;
    }

    .abt-top h3 {
        padding: 0 15px 10px;
        font-size: 17px;
        line-height: 24px;
    }

    .abt-top h4 {
        padding: 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .abt-top p {
        padding: 0 15px;
    }

    .abt-bot {
        display: none;
    }

    .abt-top {
        position: static;
    }

    .abt-slide {
        height: auto;
    }

    .abt-swiper {
        padding-bottom: 10px;
    }

    .about-three {
        padding: 40px 0 30px;
    }

    .about-tit {
        font-size: 24px;
        line-height: 28px;
    }

    .abe-dec {
        font-size: 14px;
        margin: 7px 0 25px;
    }

    .about-three li {
        width: 100%;
        margin-bottom: 20px;
    }

    .abe-mid p {
        line-height: 24px;
    }

    .abe-mid h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0;
    }

    .abe-icon {
        width: 50px;
        height: 50px;
    }

    .abe-mid {
        height: auto;
    }

    .abe-pic {
        height: 285px;
    }

    .abf-tit {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .about-four {
        padding: 50px 0;
    }

        .about-four p {
            width: 100%;
            font-size: 14px;
            line-height: 22px;
        }

    .about-five {
        padding: 40px 0;
    }

    .abv-dec {
        font-size: 14px;
        margin: 7px 0 25px;
    }

    .abv-pic {
        padding: 0 10px;
    }

    .abv-swiper {
        padding-bottom: 30px;
    }
}
