.home-banner {
    position: relative;
    margin-top: 192px;
}

.banner-slide {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-slide img {
    width: 100%;
}

.banner-font {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 4;
    transform: translateY(-50%);
}

.banner-cont {
    text-align: center;
    filter: alpha(opacity=0);
    position: relative;
    padding: 0 15px;
    padding-top: 45px;
}

.banner-cont h3 {
    margin-top: 17px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
    font-weight: bold;
}

.banner-cont h4 {
    font-size: 46px;
    line-height: 60px;
    color: #fff;
}

.banner-cont p {
    margin-top: 14px;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
}

.home-banner .swiper-slide-active .banner-cont {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.8s linear;
    transition-delay: 0.1s;
}

.banner-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 5;
    font-size: 0;
    padding-top: 236px;
    transform: translateY(-50%);
}

.pc-banner .swiper-pagination {
    position: relative;
    display: block;
    width: 100%;
    bottom: 80px;
    text-align: center;
}

.pc-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 7px;
}

.pc-banner .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.pc-banner .swiper-button-prev,
.pc-banner .swiper-button-next {
    font-size: 16px;
    width: 60px;
    height: 60px;
    transition: ease 0.5s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
}

.pc-banner .swiper-button-prev:hover,
.pc-banner .swiper-button-next:hover {
    background-color: #3d999e;
}

.pc-banner .swiper-button-prev {
    left: 180px;
}

.pc-banner .swiper-button-next {
    right: 180px;
}

.icon-left:before {
    content: '';
    position: absolute;
    left: 25px;
    top: 23px;
    width: 15px;
    height: 15px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.icon-right:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 23px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-img {
    width: 100%;
}

.appbanner-img {
    width: 100%;
    display: none;
}

.banner-more {
    margin: 75px auto 0;
    border: 1px solid #3d999e;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: ease 0.5s;
    position: relative;
    overflow: hidden;
}

.banner-more::before,
.banner-more::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    transition: ease 0.5s;
    background: #3d999e;
    top: 0;
}

.banner-more::before {
    left: 0;
}

.banner-more::after {
    right: 0;
}

.banner-more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.banner-more:hover {
    color: #3d999e;
    border-color: #fff;
    background: #fff;
}

.banner-more:hover::after,
.banner-more:hover::before {
    width: 0;
}

.home-banner .swiper-slide-active img {
    visibility: visible !important;
    /* -webkit-animation: scaleUpDown 6s infinite; */
    /* animation: scaleUpDown 6s infinite; */
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}