.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 162.75vw;
    position: relative;
    color: #fff
}
.maxLine2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 设置最大显示行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}
.position0 {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

.swiper .swiper-slide .info {
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
    left: 10%;
    text-align: left;

}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper1{
    overflow: hidden;
}
.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}
.swiper-pagination1 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
    transform: translateY(-100%);
}

.swiper-pagination-bullet-active {
    background-color: #ccc5;
    color: #fff;
}

.centerRegion {
    width: 100vw;
    margin: 0 auto;
}

.region1 {
    width: 100%;
    height: auto;
    background-color: #ccd7dd;
    position: relative;
    overflow: hidden;

}

.region1 .swiper-slide {
    color: #000;
    text-align: center;
}

.region1 .img {
    width: 100%;
    display: block;
}

.region1 .img img {
    width: 100%;
    height: auto;
    top: 50%;
}

.region1 .right {
    display: block;
    width: 90%;
    margin-left: 5%;
    height: auto;
}

.region2 {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    background-color: #d5dee3;
}

.region2 .img img {
    width: 90%;

}

.region2 .more {
cursor: pointer;
    box-shadow: 3px 5px 5px #0006;
    font-size: 3vw;
    width: 90%;
    margin-left: 5%;
    line-height: 10vw;
    height: 10vw;
    background-color: #ea5505;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
    position: relative;
}



.region3 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.region3>.title {
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 3vw;
}

.region3 .title1 {
    font-size: 1vw;
    line-height: 2vw;
}

.region3 .item {
    width: 50%;
    height: 70vw;
    float: left;
    position: relative;
    overflow: hidden;
}

.region3 .item:nth-child(2n) {
    background-color: #fff;
}

.region3 .item:nth-child(2n+1) {
    background-color: #c6d1d7;
}

.region3 .item .info {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition-duration: 1s;
}

.region3 .item .info .line1 {
    width: 10vw;
    height: 1px;
    background-color: #fff;
    margin-top: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    transition-duration: 1s;
}

.region3 .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.region3 .item .detail {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ea5505;
    transition-duration: 1s;
}

.region3 .item .detail .span {
    position: absolute;
    top: 50%;
    left: 4vw;
    width: calc(100% - 8vw);
    color: #fff;
    transform: translateY(-50%);
        font-size: 3.5vw;

}

.region3 .item:hover .detail {
    top: 0;
}

.region3 .item:hover .info {
    color: #fff
}

.region3 .item:hover .info .line1 {
    background-color: #fff !important
}

.region4 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.region4 .item {
    width: 90%;
    margin-left: 5%;
    position: relative;
}

.region4 .item .info {
    width: 100%;
    height: 62vw;
    position: relative;
    overflow: hidden;
}

.region4 .item .info img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.region4 .more {
cursor: pointer;
    box-shadow: 3px 5px 5px #0006;
    font-size: 3vw;
    width: 90%;
    margin-left: 5%;
    line-height: 10vw;
    height: 10vw;
    background-color: #ea5505;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
    position: relative;
}

.region5 {
    width: 90%;
    margin-left: 5%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}


.region5 .item {
    margin-top: 2vw;
    background-color: rgb(204, 215, 221);
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}


.region5 .item .left {
    width: 50%;
    height: auto;
    float: left;
}


.region5 .item .left .info {
    width: 100%;
    height: 30vw;
    position: relative;
    overflow: hidden;
}

.region5 .item .left .info img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.region5 .item .left img {
    /*width: 100%;*/
    height: auto;
}


.region5 .item .right {
    width: 50%;
    height: auto;
    float: left;
}

.region5 .item .right p {
    padding-left: 3vw;
}

.region5 .more {
   cursor: pointer;
    box-shadow: 3px 5px 5px #0006;
    font-size: 3vw;
    width: 100%;
    line-height: 10vw;
    height: 10vw;
    background-color: #ea5505;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
    position: relative;
}
}

.region6 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 3vw;
}

.region6 .title {
    width: 100%;
    text-align: center;
    font-size: 3.6vw;
    font-weight: 600;
}

.region6 .info {
    margin-top: 1vw;
    width: 100%;
    text-align: center;
}

.region6 .info span {
    display: inline-block;
    width: 12vw;
    text-align: center;
    font-size: 2.6vw;
    border-right: 1px solid #999;
}