.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;
}

.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: 30px 0 0 0;
    background-image: url('../images/village/bg1.png');
    background-size: 100%;
    background-position-y: 160px;
    /*background-position: center;*/
    background-repeat: no-repeat;
}

.village-body-1-box{
    width: 1200px;
    margin: 0 auto;
}

.village-body-1-service-title{
    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;
}

.village-body-1-service-title-text2{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
	text-align: center;
}

.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: 50px;
}

.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: 20px;
}

.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: 30px 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;
}

.village-body-2-box-1200-right{
    position: absolute;
    right: 0;
    top: -210px;
}

.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;
}

.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: 160px;
}

.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;
}

.tourism-eight-right{
    float: right;
    position: relative;
    width: 363px;
    height: 261px;
}

.tourism-eight-right img{
    position: absolute;
    left: 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;
}