/*365建站幻灯片开始*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
    HEIGHT: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-text .banner-text-wrap {
    width: 100%;
    height: 100%;
}

.swiper-text .top-banner-text {
    max-width: 1180px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;

}

.swiper-text .banner1 {
    background: transparent url(https://xqmtw.cn/templates/vip3mb00271/images/banner1.png) no-repeat right 55%/64% auto;
}

.swiper-text .banner2 {
    background: transparent url(https://xqmtw.cn/templates/vip3mb00271/images/top_banner_con.png) no-repeat right bottom/60% auto;
}

.swiper-text .top-banner-text .banner1 h2 {
    color: #fff;
    font-size: 36px;
}

.swiper-text .top-banner-text .banner1 p {
    color: #fff;
    opacity: .8;
    font-size: 18px;
    line-height: 1.7;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .top-banner-text h2,
.swiper-text .top-banner-text p {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.7;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*365建站幻灯片开始*/



/*365建站自定义内容开始*/
.diycontent {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
}

.diycontent img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.diycontent .contain {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

/*365建站自定义内容结束*/