.banner {
    width: 100%;
    height: 232px;
    padding: 15px 0;
    background: url(../images/home/bg001.jpg) no-repeat center;
    background-size: 100%;
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.banner .swiper-container {
    width: 130%;
    margin: 0 -15%;
}
.banner .swiper-slide {
    /*transition-duration: .5s;
    transition-timing-function: ease-out;
    transition-delay: .1s;*/
}

.swiper-buttons {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.swiper-buttons .swiper-button-prev {
    border-radius: 5px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") rgba(0, 0, 0, 0.4) no-repeat center;
    padding: 10px 6px;
    background-size: 50%;
}
.swiper-buttons .swiper-button-next {
    border-radius: 5px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") rgba(0, 0, 0, 0.4) no-repeat center;
    padding: 10px 6px;
    background-size: 50%;
}
.banner:hover .swiper-buttons {
    opacity: 1;
    visibility: visible;
}

.home-about {
    margin-bottom: 20px;
}
.home-about .thumb {
    width: 55%;
    margin: 0 auto;
}
.home-about .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about .web-title {
    width: 100%;
    padding: 6px 0;
    line-height: 25px;
    background: #004CA6;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 30px auto 17px;
}
.home-about .content {
    width: 100%;
    font-family: 'PingFang SC';
    font-size: 17px;
    line-height: 24px;
    /* text-align: justify; */
    color: #564D4D;
    overflow : hidden;
}
.adsense img {
    display: block;
    width: 100%;
    margin: 14px auto 0;
    object-fit: cover;
}