.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100vw;
    height: 51.55vw;
    position: relative;
    color: #fff
}

.position0 {
    /*top: 0 !important;*/
    /*left: 0 !important;*/
    width: 50% !important;
    z-index: 100;
}

.swiper-slide .info {
    position: absolute;
    top: 37%;
    left: 10%;
    text-align: left;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    width: calc(25% - 2px);
    height: 4vw;
    line-height: 4vw !important;
    text-align: center;
    line-height: 20px;
    font-size: 1.4vw !important;
    color: #fffa;
    border: 1px solid #aaa;
    border-radius: 0;
    font-weight: 700;
    opacity: 1;
    background-color: #0000;
    position: relative;
}
.swiperLine{
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #aa643e;
    bottom: 0;
    display: none;
}
.swiper-pagination-bullet-active .swiperLine{
    display: block;
}
.swiper-pagination-bullet-active {
    /*background-color: #ccc5;*/
    color: #fff;
}

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

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

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

.region1 .img {
    width: 40%;
    height: 100%;
    display: inline-block;
}

.region1 .img img {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.region1 .right {
    display: inline-block;
    width: 50%;
    margin-left: 5%;
    height: 100%;
    vertical-align: top;
}

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

.region2 .img {
    width: 40%;
    height: 100%;
    display: inline-block;
}

.region2 .img img {
    height: 55%;
    position: absolute;
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%);
}

.region2 .left {
    display: inline-block;
    width: 50%;
    margin-right: calc(10% - 10px);
    height: 100%;
    vertical-align: top;
}

.region3 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #d5dee3;
    background-image: url(../images/index1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.region3 .left {
    display: inline-block;
    width: 42%;
    margin-left: 5%;
    height: 100%;
    vertical-align: top;
    color: #fff
}

.region3 .right {
    position: absolute;
    bottom: 9.55vw;
    right: 0;
    width: 54%;
    height: auto;
}

.region3 .right .item {
    position: absolute;
    width: 25%;
    height: 9.55vw;
    overflow: hidden;
    transition-duration: 1s;
}

.region3 .right .item .title {
    width: calc(100% - 1.6vw);
    padding: 2vw 0 0 1.6vw;
    margin-bottom: 1vw;
    color: #fff;
    font-size: 1vw;
    font-weight: 700;
}

.region3 .right .item .info {
    display: inline-block;
    width: calc(200% - 1.6vw - 1.5vw);
    padding: 0 0 0 1.6vw;
    color: #fff;
    font-size: 0.8vw;
    
    min-height: 2vw;
    position: relative;
    margin-left: calc(-200% + 1.6vw);
    transition-duration: 1s;
}

.region3 .right .item svg {
    display: inline-block;
    position: absolute;
    top: 50%;
    vertical-align: top;
    transform: translateY(-50%);
    margin-left: 1.6vw;
    transition-duration: 1s;
}

.region3 .right .item:hover.info {
    margin-left: 0;
}




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

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

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

.region4 .item {
    width: 26.5vw;
    height: 21vw;
    float: left;
    position: relative;
    overflow: hidden;
}

.region4 a:nth-child(2n) .item {
    background-color: #dce1e5;
}

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

.region4 .item .info {
    position: absolute;
    top: 1vw;
    left: 2vw;
    color: #000;
    z-index: 2;
    transition-duration: 1s;
}

.region4 .item .info .line1 {
    width: 1vw;
    height: 3px;
    background-color: #000;
    margin-top: 6px;
    transition-duration: 1s;

}

.region4 .item .info1 {
    position: absolute;
    top: calc(5vw + 10px);
    left: 0;
    width: 100%;
    height: calc(100% - 5vw - 10px);
    overflow: hidden;
}

.region4 .item .info1 img {
    height: 100%;
        width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


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

.region4 .item .detail .span {
    position: absolute;
    top: 50%;
    left: 2vw;
    width: calc(100% - 4vw);
    color: #fff;
    transform: translateY(-50%);
}

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

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

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

.region5 {
    width: 100%;
    height: auto;
    margin-top: 8vh;
}

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

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


.region5 .item {
    width: 31%;
    height: 14vw;
    float: left;
    margin-right: 2%;
    margin-bottom: 2vw;
    position: relative;
    overflow: hidden;
    background-color: #c6d1d7;
}

.region5 .item .centerInfo svg {
    transition-duration: 1s;
}

/*.region5 .item:hover .centerInfo svg {*/
/*    margin-right: -2.5vw;*/
/*}*/

.region5 .item .centerInfo {
    height: 90%;
    padding: 5% 9%;
}

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

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

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

.region6 .info span {
    display: inline-block;
    width: 4vw;
    text-align: center;
    font-size: 0.9vw;
    border-right: 1px solid #999;
}
.bottomRegion{
    display: inline-block;
    padding: 0;
}
.bottomRegion .title {
    width: 100%;
    text-align: center;
    font-size: 1.8vw;
    font-weight: 600;
     line-height:unset; 
    margin: 4.2vh 0 2.2vh 0;
}
.bottomRegion .info span {
    display: inline-block;
    width: 4.3vw;
    text-align: center;
    font-size: 0.9vw;
    border-right: 1px solid #999;
}
.bottomRegion .info{
    margin-bottom: 7vh;
}