.village-title-wrap{
    width: 100%;
    height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/village/bg.png');
}

.village-title-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.village-title-box-text1{
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 6px;
}

.village-title-box-text2{
    font-size: 54px;
    line-height: 54px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
}

.village-title-box-text3{
    display: flex;
    flex-wrap: wrap;
    width: 712px;
    margin-bottom: 22px;
}

.village-title-box-text3-item{
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 4px 11px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.village-title-box-text3-item:nth-child(3){
    margin-right: 0;
}

.village-title-box-text4{
    display: flex;
}

.village-title-box-text4-btn-1{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 12px 24px;
    background: #0455A7;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 12px;
    border: 1px solid #0455A7;
    border-radius: 8px;
}

.village-title-box-text4-btn-1:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0455A7;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.village-title-box-text4-btn-2{
    padding: 12px 24px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    background: rgba(9, 33, 80, 0.8);
    border-radius: 2px;
    border: 1px solid rgba(9, 33, 80, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.village-title-box-text4-btn-2 img{
    margin-right: 5px;
}

.village-body-1-wrap{
    padding: 120px 0 0 0;
    /* background-image: url('../images/village/bg1.png'); */
    background-size: 100%;
    background-position-y: 160px;
    /*background-position: center;*/
    background-repeat: no-repeat;
    overflow: hidden;
}

.village-body-1-box{
    width: 1200px;
    margin: 0 auto;
}

.village-body-1-service-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.village-body-1-service-title-line{
    width: 32px;
    height: 6px;
    background: #0455A7;
}

.village-body-1-service-title-text1{
    /* font-size: 40px;
    line-height: 60px;
    color: #444444; */

    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */

    color: #272E39;
}

.village-body-1-service-title-text2{
    /* font-size: 16px;
    line-height: 24px;
    color: #666666; */
    color: #848C99;
    /* text-align: center; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 150% */

}

.village-body-1-service-body{
    height: 359px;
    position: relative;
    background: #F5FAFF;
    border-radius: 8px;
    padding: 56px 156px 56px 492px;
    margin-bottom: 12px;
    border: 1px solid transparent;
}

.village-body-1-service-body-left{
    position: absolute;
    left: 47px;
    top:-79px;
    transition: 1s;
}

.village-body-1-service-body:hover .village-body-1-service-body-left{
    transform: translateY(-30px);
}

/* .village-body-1-service-body:hover{
    border: 1px solid #0455A7;
} */

.village-body-1-service-body-img{
    position: absolute;
    right: -117px;
    top: -135px;
}

.body-1-service-body-right-text1{
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 20px;
}

.body-1-service-body-right-text1 span{
    font-size: 14px;
    line-height: 21px;
    color: #7D8692;
    margin-left: 10px;
}

.body-1-service-body-right-text2{
    font-size: 14px;
    line-height: 21px;
    color: #7D8692;
    margin-bottom: 20px;
}

.body-1-service-body-right-text3{
    display: flex;
    justify-content: space-between;
}

.body-1-service-body-right-text3-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-1-service-body-right-text3-item img{
    margin-bottom: 16px;
}

.service-body-right-text3-item-text{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.village-body-1-service-list{
    display: flex;
    justify-content: space-between;
}

.village-body-1-service-item{
    padding: 18px 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 8px;
}

.village-body-1-service-item:last-child{
    margin-right: 0;
}

.village-body-1-service-item-top{
    margin-bottom: 20px;
}

.village-body-1-service-item-bottom{
    display: flex;
}

.village-body-1-service-item-bottom-right-text1{
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 6px;
}

.village-body-1-service-item-bottom-right-text2{
    font-size: 14px;
    line-height: 21px;
    color: #7D8692;
}

.village-body-1-service-item-bottom-left{
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.village-body-1-service-wrap{
    margin-bottom: 120px;
}

.village-body-1-service-item:hover{
    border: 1px solid #0455A7;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.village-body-1-manage-top-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.village-body-1-manage-top-item{
    width: 289px;
    height: 164px;
    /* background-image: url('../images/village/bg2.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 4px;
}

.village-body-1-manage-top-item.manage-top-item-active,
.village-body-1-manage-top-item.manage-top-item-active:hover{
    background: url('../images/village/bg2.png'),rgba(4, 85, 167, 0.02);
    border: 1px solid rgba(4, 85, 167, 0.4);
}

.village-body-1-manage-top-item:hover{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.village-body-1-manage-top-item-top{
    width: 100px;
    min-width: 100px;
    margin: 0 auto;
}

.village-body-1-manage-top-item-bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.village-body-1-manage-top-item-bottom-text1{
    font-size: 24px;
    line-height: 24px;
    color: #444444;
}

.village-body-1-manage-top-item-bottom-text2{
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.village-body-1-manage-bottom-item{
    display: none;
}

.village-body-1-manage-bottom-item.manage-bottom-item-active{
    display: block;
}

.manage-bottom-item-1-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.manage-bottom-item-1-title-left-text1{
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
    padding: 4px 12px;
    background: #EAEAEB;
    border-radius: 4px;
    margin-bottom: 11px;
    display: inline-block;
}

.manage-bottom-item-1-title-left-text2{
    font-size: 32px;
    line-height: 48px;
    color: #444444;
}

.manage-bottom-item-1-body-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manage-bottom-item-1-body-item{
    padding: 17px 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
    width: 595px;
    margin-bottom: 10px;
}

.manage-bottom-item-1-body-item-text1{
    margin-bottom: 8px;
}

.manage-bottom-item-1-body-item-text2{
    font-size: 20px;
    line-height: 30px;
    color: #444444;
    margin-bottom: 16px;
}

.manage-bottom-item-1-body-item-text3 ul li{
    list-style: outside;
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
    width: 537px;
    margin-left: 20px;
    margin-bottom: 16px;
}

.manage-bottom-item-2-body-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manage-bottom-item-2-body-left{
    width: 670px;
    height: 380px;
    min-width: 670px;
}

.manage-bottom-item-2-body-left img{
    width: 100%;
}

.manage-bottom-item-2-body-right{
    width: 490px;
}

.manage-bottom-item-2-body-right-text1{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 16px;
}

.manage-bottom-item-2-body-right-text2 ul li {
    list-style: outside;
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
}

.manage-bottom-item-2-body-right-text2{
    margin-bottom: 16px;
    width: 470px;
    margin-left: 20px;
}

.manage-bottom-item-2-body-right-text3{
    display: flex;
    justify-content: flex-end;
}

.bottom-item-2-body-right-text3-text{
    font-size: 14px;
    line-height: 14px;
    color: #0455A7;
    padding: 8px 12px;
    margin-left: 8px;
    border: 1px solid #0455A7;
    box-sizing: border-box;
    border-radius: 3px;
}

.village-body-1-manage-wrap{
    margin-bottom: 160px;
}

.village-body-1-promote-wrap{
    position: relative;
    width: 1200px;
    height: 150px;
    padding-left: 232px;
    padding-right: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/village/bg3.png');
}

.village-body-1-promote-left{
    position: absolute;
    top: -82px;
    left: 0;
}

.village-body-1-promote-right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.village-body-1-promote-right-l-text1{
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.village-body-1-promote-right-l-text2{
    font-size: 29px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-weight: 900;
}

.village-body-1-promote-right-l-text3{
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
}

.village-body-1-promote-right-r-text1{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.village-body-1-promote-right-r{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.village-body-1-promote-right-r-text1 img{
    margin-right: 10px;
}

.village-body-1-promote-right-r-text2{
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
}

.village-body-1-contingency-wrap{
    padding: 160px 0;
}

.village-body-1-contingency-list{
    display: flex;
    justify-content: center;
}

.village-body-1-contingency-item{
    width: 492px;
    height: 396px;
    padding: 44px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 3px;
    background-image: url(../images/village/bg2.png);
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}

.village-body-1-contingency-item:hover{
    background: url(../images/village/bg2.png), linear-gradient(0deg, rgba(4, 85, 167, 0.01), rgba(4, 85, 167, 0.01));
    border: 1px solid #0455A7;
}

.village-body-1-contingency-item:nth-child(1){
    margin-right: 16px;
}

.village-body-1-contingency-item-text1{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 25px;
}

.village-body-1-contingency-item-text2{
    width: 350px;
    margin-bottom: 25px;
}

.village-body-1-contingency-item-text2 ul li{
    list-style: inside;
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
}

.village-body-1-contingency-item-text2 ul li:nth-child(1){
    color: #0455A7;
}

.village-body-1-travel-title{
    margin-bottom: 72px;
}

.village-body-2-box{
    background: #01132E;
    margin-bottom: 72px;
}

.village-body-2-box-1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /* height: 234px; */
    height: 360px;
}

.village-body-2-box-1200-right{
    position: absolute;
    right: 0;
    /* top: -210px; */
    top: -237px;
}

.village-body-2-box-1200-left{
    width: 510px;
    height: 100%;
}


.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.village-body-2-swiper-text1{
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 16px;
    margin-top: 16px;
}

.village-body-2-swiper-text2{
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.7;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: inherit;
    top: 60px;
    text-align: left;
}

.swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.5;
    margin: 0 auto !important;
    margin-right: 8px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.village-body-3-box{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 148px;
}

.village-body-3-platform-title{
    font-size: 24px;
    line-height: 36px;
    color: #444444;
    margin-bottom: 12px;
}

.village-body-3-platform-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.village-body-3-platform-item{
    width: 291px;
    height: 74px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    margin-bottom: 12px;
}

.village-body-3-platform-item-left{
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 4px;
}

.village-body-3-platform-item-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.village-body-3-platform-item-right-text1{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.village-body-3-platform-item-right-text2{
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

.village-body-4-box{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 160px;
    position: relative;
}

.village-body-1-service-title-text3{
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    opacity: 0.7;
    width: 510px;
    margin-bottom: 16px;


    color: #272E39;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.village-body-4-right-img{
    position: absolute;
    right: 0;
    top: -26px;
}

.village-body-4-context-title{
    font-size: 44px;
    line-height: 66px;
    color: #FFFFFF;
    background: #F42C2C;
    border-radius: 4px;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 24px;
}

.village-body-4-context-item{
    display: flex;
    margin-bottom: 6px;
}

.village-body-4-context-item-left{
    width: 15px;
    min-width: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 32px;
}

.village-body-4-context-item-left img{
    margin-bottom: 6px;
}

.village-body-4-context-item-left-line{
    width: 2px;
    height: 100%;
    background: #CCCCCC;
    margin-left: -1px;
}

.village-body-4-context-item-right-text1{
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 8px;
}

.village-body-4-context-item-right-text2{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 24px;
}

.village-body-5-box{
    width: 1200px;
    margin: 0 auto;
    /* padding-bottom: 18px; */
}

.village-body-5-box-title{
    width: 1200px;
    height: 188px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    background-image: url('../images/village/5-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 0 61px;
    margin-bottom: 18px;
}

.village-body-5-box-title-left{
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 24px;
}

.village-body-5-box-title-right-text1{
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 12px;
}

.village-body-5-box-title-right-text1 span{
    color: #0455A7;
}

.village-body-5-box-title-right-text2{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
}

.village-body-5-list{
    display: flex;
    justify-content: space-between;
}

.village-body-5-item{
    width: 388px;
    height: 473px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    padding: 24px;
}

.village-body-5-item-img{
    width: 340px;
    height: 195px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/village/5-bg-1.png');
    margin-bottom: 16px;
}

.village-body-5-item-text1{
    width: 340px;
    height: 48px;
    background: rgba(4, 85, 167, 1);
    opacity: 0.3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
}

.village-body-5-item-text2{
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;
}

.village-body-5-item-text3 ul li{
    font-size: 16px;
    line-height: 24px;
    color: #7D8692;
    list-style: inside;
}

.village-body-5-item-text3{
    margin-bottom: 16px;
}

.village-body-6-item-text3{
    font-size: 16px;
    line-height: 150%;
    color: #7D8692;
    margin-bottom: 16px;
}

.village-body-6-item-text3 span{
    color: #0455A7;
}

.village-body-5-item:hover{
    background: #FFFFFF;
    border: 1px solid #0455A7;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.village-body-5-item:hover .village-body-5-item-text1{
    opacity: 1;
}

.qyly-adv-left .hd .next:hover,
.qyly-adv-left .hd .prev:hover{
    text-decoration: none;
}

.village-body-1-1-wrap{
    width: 100%;
    height: 367px;
    background-image: url('../images/village/bg-1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.village-body-1-1-box{
    width: 1200px;
    margin: 0 auto;
}

.tourism-eight-wrap{
    padding: 27px 0 18px 0;
    background-image: url('../images/tourism/eight_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-bottom: 160px;
    /* overflow: hidden; */
}

.tourism-eight-right{
    float: right;
    position: relative;
    width: 363px;
    height: 261px;
}

.tourism-eight-right img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.tourism-eight-left{
    float: left;
    margin-top: 53px;
}

.tourism-eight-left-text1{
    font-size: 32px;
    font-weight: 500;
    color: #3E4044;
    line-height: 32px;
    margin-bottom: 19px;
}

.tourism-eight-left-text2{
    font-size: 16px;
    font-weight: 400;
    color: #6E7179;
    line-height: 16px;
    margin-bottom: 15px;
}

.tourism-eight-left-text3{
    font-size: 16px;
    font-weight: 400;
    color: #6E7179;
    line-height: 21px;
    margin-bottom: 24px;
}

.tourism-eight-left-text3 span{
    font-size: 21px;
    font-weight: bold;
    color: #4B91F9;
}

.tourism-eight-left-text4{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 16px;
    padding: 11px 32px;
    display: inline-block;
    cursor: pointer;
    background: #4B91F9;
    border-radius: 19px;
}

.tourism-night-wrap {
    padding: 66px 0 0 0;
}




.process-case-wrap {
    padding: 120px 0;
    background: #fafafa;
    width: 100%;
    overflow: hidden;
}
.process-case-box {
    width: 1200px;
    margin: 0 auto;
}
.process-case-box-text1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
}
.process-info-swiper-container {
    width: 100%;
    height: 342px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    margin-bottom: 24px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.process-info-list {
    width: 100%;
    height: 100%;
}
.process-info-item {
    min-width: 350px;
    width: 350px;
    /* height: 342px; */
    height: 285px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
    /* margin-right: 12px; */
    /* margin: 0 6px; */
    /* box-sizing:content-box; */
}
.process-info-item-img {
    width: 334px;
    height: 196px;
    border-radius: 4px;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}
.process-info-item-text1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.process-info-item-text2 {
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    padding: 0 12px;
}
.process-info-item-text3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: .6s;
}
.process-info-more-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-info-more-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #323C49;
    cursor: pointer;
    width: 96px;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}
.process-info-more-btn .iconfont {
    font-size: 16px;
    display: block;
    margin-left: 8px;
}
.process-info-more-btn span {
    transition: .6s;
}
.process-info-swiper-container {
    width: 100%;
    height: 342px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    margin-bottom: 24px;
}
.process-info-more-btn:hover {
    color: #323C49;
    border-bottom: 1px solid #323C49;
}
.process-info-more-btn:hover span:nth-child(1){
    transform: translateX(-8px);
}

.process-info-more-btn:hover span:nth-child(2){
    transform: translateX(10px);
}

.village-text1,.village-text2{
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
    font-family: 'ast';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 70px */
}
.village-title-btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
}
.village-title-btn{
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(43.95000076293945px);
    padding: 4px 12px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}
.connect_btn_1 {
    align-items: center;
    justify-content: center;
    /* padding: 0 16px; */
    width: 118px;
    height: 40px;
    background: #0B51B2;
    border-radius: 8px;
}
.connect_btn_1_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 5.5px;
}
.connect_btn_2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* padding: 8px 16px; */
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E7EEF7;
    border-radius: 8px;
    margin-left: 12px;
}
.connect_btn_2_text {
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    margin-left: 5.5px;
}
.village-latform-trait{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 40px;
}
.village-latform-trait-left .title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.village-body-1-service-body-left-image{
    width:500px;
    height:478px
}
.village-latform-trait-left .title-1{
    color: #272E39;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; 
}
.village-latform-trait-left .title-2{
    color: #848C99;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-left: 10px;
}
.village-latform-trait-left .content{
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 663px;
    margin-top: 24px;
    margin-bottom: 32px;

}
.trait-list {
    /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); */
    width: 663px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background: transparent; */
}
.trait-list .item{
    display: flex;
    height: 150px;
    width: 157px;;
    padding: 12px 0 12px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
}
.trait-list .text{
    padding: 12px;

    color: #323C49;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.flex-column-center{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.village-business-scene>.title{
    color: #323C49;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
}
.village-business-scene>.little-title{
    color: #6C7685;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.title-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 1200px;
    border-bottom: 1px dashed #EDEEF0;
}
.title-list-item{
    padding: 12px 0px;
    color: #475467;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.village-business-scene .under_line {
    width: 0px;
    height: 2px;
    background: #0B51B2;
    /* margin-top: 11px; */
    transition: all 0.8s;
    position: relative;
    top: 12px;
}
.village-business-scene .title-list-item:hover .under_line{
    width: 100%;
}
.village-business-scene .title-list-item:hover div{
    color: #0B51B2;
}

.village-business-scene .title-list-item.active .under_line{
    width: 100%;
}
.village-business-scene .title-list-item.active div{
    color: #0B51B2;
}
.village-business-scene-swiper .swiper-wrapper{
    width: 100vw !important;
}

.village-business-scene-swiper .swiper-slide{
    width: 100% !important;
}
.village-business-scene-swiper-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.village-business-scene-swiper-item-content{
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.village-business-scene-swiper-item-content-left{
    width: 450px;
}
.village-business-scene-swiper-item-content-left .title{
    color: #0B51B2;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 150% */
}
.village-business-scene-swiper-item-content-left .text{
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 16px;
    margin-bottom: 16px;
}
.village-business-scene-swiper-item-content-left .module-title{
    color: #272E39;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 12px;
}
.village-business-scene-swiper-item-content-left  .modules{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   

}
.modules-item{
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #0A4AA2;

    color: #0A4AA2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-right: 8px;
    margin-bottom: 8px;
}
.village-business-scene-swiper-item-content-right{
    display: flex;
    width: 718px;
    height: 450px;
    padding: 59px 95.801px 58.167px 95px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    position: relative;
}
.village-business-scene-swiper-item-content-right .govern-1{
    position: absolute;
    left: 95px;
    right: 59px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
}
.village-business-scene-swiper-item-content-right .govern-2{
    position: absolute;
    top: 95px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
}
.village-business-scene-swiper-item-content-right .govern-3{
    position: absolute;
    right: 95px;
    bottom: 59px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); */
}

.village-business-scene-swiper-item-content-right:hover .govern-1 {
    -webkit-transform: translate(-45px,-45px);
    transform: translate(-45px,-45px);
  
}
.village-business-scene-swiper-item-content-right:hover .govern-3 {
    -webkit-transform: translate(45px,45px);
    transform: translate(45px,45px);
  
}
.village-business-scene-swiper-item-content-right:hover .govern-2 {
    -webkit-transform: translate(25px,-25px);
    transform: translate(25px,-25px);
   
}

.event-report{
    display: flex;
    width: 373px;
    padding: 10px 12px;
    align-items: flex-start;

    border-radius: 8px;
    border: 1px solid #F6F4FF;
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(40px);
    display: flex;
    flex-direction: row;

    position: absolute;
    top: 20px;
    left: 14px;
}
.event-report .title{
    color: #272E39;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    text-align: left;
}
.event-report .text{
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.village-business-scene-swiper-item-content-right.two{
    padding: 0;
}
.red-garden{
    width: 22px;
    height: 22px;
    background: #FF1F1F;
    border-radius: 50%;
    position: absolute;
    right: 82px;
    top: 62px;
}
.event-submit{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    display: flex;
    width: 295px;
    padding: 10px 12px;
    align-items: center;

    border-radius: 8px;
    border: 1px solid #F6F4FF;
    background: rgba(255, 255, 255, 0.90);

    /* Img Shadow */
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 14px;
    bottom: 39px;
}
.event-submit .title{
    color: #272E39;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    text-align: left;
}
.event-submit .text{
    color: #475467;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.green-garden{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #19CDB8;
    position: relative;
}
.green-garden-red{
    width: 20px;
    height: 20px;
    background: #FF1F1F;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
.village-business-scene-swiper-item-content-right.two{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.village-business-scene-swiper-item-content-right.two:hover .scence-bg-2 {
    filter: blur(7.800000190734863px);
   
}


.village-business-scene-swiper-item-content-right.two:hover .event-report{
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 9999;
    border: 1px solid #F6F4FF;
}
.village-business-scene-swiper-item-content-right.two:hover .event-submit{
  
    z-index: 9999;

    border-radius: 8px;
    border: 1px solid #F6F4FF;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.10);
}
.scence-bg-4{
    position: absolute;
    left: 120px;
    top: 100px;
    transform-origin: 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 101px;
    height: 100px;
}
.scence-bg-5{
    position: absolute;
    right: 118px;
    bottom: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform-origin: 100% 100% 0;
    width: 131px;
    height: 163px;
}


.village-business-scene-swiper-item-content-right.three:hover .scence-bg-4{
    transform: scale(1.5, 1.5);
}
.village-business-scene-swiper-item-content-right.three:hover .scence-bg-5{
    transform: scale(1.5, 1.5);
}
.village-body-1-manage-top-item .village-body-1-manage-top-item-bottom-text1{
    color: var(--text-beas-1, #272E39);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}

.village-body-1-manage-top-item.manage-top-item-active .village-body-1-manage-top-item-bottom-text1{
    color: #062D62;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.cockpit-item-text-item{
    width: 512px;

    display: flex;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;

    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-sizing: content-box;
    /* min-height: 120px; */
}
.cockpit-item-text-item-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
}
.cockpit-item-text-item-1-label{
    color: #272E39;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-left: 6px;
}
.cockpit-item-text-item-2{
    color: #848C99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    min-height: 44px;
}
.digital-twin .big-title{
    color: #323C49;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
    text-align: center;
    margin-top: 120px;
}
.digital-twin .little-title{
    color: #6C7685;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.digital-twin .twin-specials{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.twin-specials .item{
    width: 394px;

    display: flex;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    /* flex: 1 0 0; */

    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background:  #FFF;
}

.twin-specials li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #7D8692;
    vertical-align: middle;
    margin-right: 8px;
}
.twin-specials .item-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 12px;
}
.twin-specials .item-title{
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-left: 8px;
}
.twin-specials  .item-text{
    color: #7D8692;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.twin-specials  .special-item-text{
    color: #0455A7;
}
.vr-text-1{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
}
.vr-text-2{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.vr-text{
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.pain-point-analysis{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pain-point-analysis .big-title{
    color: #323C49;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 150% */
}
.pain-point-analysis .little-title{
    color: #6C7685;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.pain-point-analysis .swiper-div{
    width: 1200px;
    height: 450px;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}
.swiperObjOne{
    /* box-sizing: border-box; */
    overflow: hidden;
    height: 450px;
    width: 760px;
    border-radius: 8px;
    padding: 31px 35px;
    background: radial-gradient(156.47% 81.35% at 0% 0%, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%), linear-gradient(90deg, #F5F5F5 0%, #EBEBEB 99.23%);

}
.swiperObjOneClick{
    width: 400px;
    height: 340px;
   }
.swiperObjOneClick .swiperClickItem{
    display: flex;
    width: 400px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
}
.swiperObjOneClick .swiperClickItemInfo{
    color: #848C99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.swiperObjOneClick .swiperClickItemTitleWord{
    color: #323C49;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 4px;
    margin-left: 8px;
}

.swiperObjOneClick .swiperClickItem.active .swiperClickItemTitleWord{
    color: #083A7E;
    
}
.swiperObjOneClick .swiperClickItem.active .swiperClickItemInfo{
    color: #083A7E;
}

.swiper-point-icon_1{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-1.png);
}
.swiper-point-icon_2{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-2.png);
}
.swiper-point-icon_3{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-3.png);
}

.swiperObjOneClick .active .swiper-point-icon_1 {
    background-image: url(../images/village/point-icon-1-1.png);
}
.swiperObjOneClick .active .swiper-point-icon_2 {
    background-image: url(../images/village/point-icon-2-1.png);
}
.swiperObjOneClick .active .swiper-point-icon_3 {
    background-image: url(../images/village/point-icon-3-1.png);
}


.swiperObjTwo{
    /* box-sizing: border-box; */
    overflow: hidden;
    height: 450px;
    width: 760px;
    border-radius: 8px;
    padding: 31px 35px;
    background: radial-gradient(156.47% 81.35% at 0% 0%, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%), linear-gradient(90deg, #F5F5F5 0%, #EBEBEB 99.23%);

}
.swiperObjTwoClick{
    width: 400px;
    height: 340px;
   }
.swiperObjTwoClick .swiperClickItem{
    display: flex;
    width: 400px;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
}
.swiperObjTwoClick .swiperClickItemInfo{
    color: #848C99;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}
.swiperObjTwoClick .swiperClickItemTitleWord{
    color: #323C49;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 4px;
    margin-left: 8px;
}

.swiperObjTwoClick .swiperClickItem.active .swiperClickItemTitleWord{
    color: #083A7E;
    
}
.swiperObjTwoClick .swiperClickItem.active .swiperClickItemInfo{
    color: #083A7E;
}

.swiper-point-icon_4{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-4.png);
}
.swiper-point-icon_5{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-5.png);
}
.swiper-point-icon_6{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/village/point-icon-6.png);
}

.swiperObjTwoClick .active .swiper-point-icon_4 {
    background-image: url(../images/village/point-icon-4-1.png);
}
.swiperObjTwoClick .active .swiper-point-icon_5 {
    background-image: url(../images/village/point-icon-5-1.png);
}
.swiperObjTwoClick .active .swiper-point-icon_6 {
    background-image: url(../images/village/point-icon-6-1.png);
}

.swiperClickItem.active{
    border-bottom: #E7EEF7;
    background: #FAFAFA;
}