﻿.container {
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.municipality {
    width: 100%;
    height: 335px;
    background-image: url(../images/two_zones_pic.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.municipalityContext {
    width: 97%;
}

.municipality_Header_Context {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    padding:35px 0px 5px;
    color: #333;
}

.municipalityNav {
    position: relative;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #0b5fb3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.municipalityNav b {
    color: black;
    font-size: 22px;
    border-bottom: 3px solid #0b5fb3;
    padding: 6px 0px;
    text-align: justify;
}

.municipalityNav a {
    position: absolute;
    right: 0px;
    color: black;
    text-decoration: underline;
    font-size: 16px;
    font-style: italic;
}

.municipalityDynamic {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.municipalityDynamic>a {
    width: 31%;
    text-decoration: none;
    color: black;
}

.municipalityDynamic dl {
    width: 100%;
}

.municipalityDynamic dl dt {
    min-height: 206px;
}

.municipalityDynamic dl dt img {
    width: 100%;
}

.municipalityDynamic dl dd {
    margin-top: 10px;
    text-align: justify;
    font-size: 18px;
}

.municipalityPolicy>div {
    margin-top: 18px;
}

.municipalityPolicy>div>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.municipalityPolicy>div>div>p {
    display: block;
    min-height: 25px;
    line-height: 25px;
    background-image: url(../images/municipality_gradients.png);
    background-repeat: no-repeat;
    margin: 0px;
    text-decoration: none;
    color: #0b5fb3;
    font-weight: 800;
    font-size: 18px;
}

.municipalityPolicy>div>div>a {
    text-decoration: underline;
    font-style: italic;
}

.municipalityPolicy dl {
    display: flex;
    margin: 15px 0px 20px 0px;
}

.municipalityPolicy dl dt {
    width: 248px;
    padding-right: 36px;
}

.municipalityPolicy dl dt img {
    width: 100%;
}

.municipalityPolicy dl dd {
    flex: 1;
}

.municipalityPolicy dl dd ul li {
    text-align: justify;
    list-style: disc;
    font-size: 18px;
    line-height: 36px;
}

.municipalityArea {
    display: flex;
}

.municipalityAreaOne,
.municipalityAreaTwo {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.municipalityAreaOne .municipalityNav,
.municipalityAreaTwo .municipalityNav {
    margin-bottom: 28px;
}

.municipalityAreaOneBottom,
.municipalityAreaTwoBottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.municipalityAreaOne a {
    width: 50%;
    text-decoration: none;
    color: black;
    line-height: 28px;
}

.municipalityAreaOneBottom {
    display: flex;
}

.municipalityAreaTwoBottom {
    justify-content: space-between;
}

.municipalityAreaOneBottom li {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    line-height: 38px;
}
.municipalityAreaOneBottom li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0b5fb3;
    border-radius: 25px;
    transform: translateY(-50%);
}

.municipalityAreaOneBottom li:nth-child(odd) {
    width: 40%;
}

.municipalityAreaOneBottom li:nth-child(even) {
    width: 60%;
}

.municipalityAreaTwoBottom a {
    width: 31%;
    background: #0b5fb3;
}

.municipalityAreaTwoBottom a img {
    width: 100%;
}
.municipality > .u-top-bg{
    background-color: transparent;
    height: 100%;
}
.u-top-bg .u-municipality-txt{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}
/*.u-top-bg .u-municipality-txt .u-tt{
    margin-left: 40px;
    width: 590px;
    font-size: 60px;
}*/
.u-top-bg .u-txt p{
    font-size: 38px;
    line-height: 46px;
}
.u-top-bg .u-txt p + p{
    margin-top: 25px;
}
.u-two-zones-txt{
    /*margin-top: 20px;*/
    background-color: #f1f6f8;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #0b5fb3;
    text-align: center;
    text-decoration: none;
}
.u-map-box .hd {
    margin: 50px 0 35px;
    text-align: center;
}
.u-map-box .hd .u-btn-map{
    padding: 0 100px;
    font-size: 26px;
    line-height: 75px;
    color: #0b5fb3;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
}
.u-map-box .bd{
    padding: 0 30px;
    display: none;
}
.u-municipality-new-box {
    display: flex;
    flex-wrap: wrap;
}
.u-municipality-new-box .u-new-box{
    margin: 15px 0;
    width: 50%;
}
.u-municipality-new-box .u-new-box:nth-child(odd){
    padding-right: 15px;
}
.u-municipality-new-box .u-new-box:nth-child(even){
    padding-left: 15px;
}
.u-municipality-new-box .hd {
    position: relative;
    margin: 15px 0;
}
.u-municipality-new-box .hd .u-tt{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.u-municipality-new-box .hd .u-more{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 36px;
    color: #999;
    text-decoration: underline;
}
.u-municipality-new-box .hd img{
    max-width: 100%;
}
.u-new-list li{
   margin-top: 30px;
    display: flex;
    align-items: center;
}
.u-new-list li .u-time{
    margin-right: 15px;
    width: 80px;
    height: 60px;
    background-color: #eef3f8;
    font-size: 14px;
    color: #333;
    border-radius: 3px;
    text-align: center;
}
.u-new-list li .u-time > span{
    display: block;
    font-size: 30px;
    line-height: 1.2;
    color: #0b5fb3;
}
.u-new-list li a{
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-decoration: none;
}
.u-new-list li a:hover{
    color: #0b5fb3;
}
.u-new-list.u-style1 li{
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
}
.u-new-list.u-style1 li::before{
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #0b5fb3;
    border-radius: 25px;
}
.u-key-policies{
    height: 100%;
    background-color: #0b5fb3;
}
.u-key-policies > .u-tt{
    padding: 25px 0;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
.u-key-policies .bd{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.u-key-policies .bd > a{
    padding: 15px 0;
    width: 25%;
    color: #fff;
    text-decoration: none;
}
.u-key-policies .bd > a:hover{
    background-color: #3176bc;
}
.u-key-policies .bd > a:nth-child(n+5){
    margin-top: 10px;
}
.u-key-policies .bd .u-img{
    height: 60px;
}
.u-key-policies .bd .u-txt{
    font-size: 16px;
    line-height: 20px;
}
.u-new-roll-list li{
    display: flex;
    align-items: center;
}
.u-new-roll-list .u-time{
    margin-right: 22px;
    width: 100px;
    height: 84px;
    background-color: #fff;
    text-align: center;
}
.u-new-roll-list li .u-time > span{
    display: block;
}
.u-new-roll-list li .u-time > .day{
    font-size: 22px;
    line-height: 47px;
    background-color: #0b5fb3;
    color: #fff;
}
.u-new-roll-list li .u-time > .year{
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #0b5fb3;
    border: 1px solid #0b5fb3;
    border-top: none;
}
.u-new-roll-list li a{
    flex: 1;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    max-height: 84px;
    overflow: hidden;
    text-decoration: none;
}
.u-new-roll-list li a:hover{
    color: #0b5fb3;
}

/** 引入地图的样式*/
.m-promotion .item {
    display: block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.m-promotion .item img {
    display: block;
    max-width: 100%;
    height: 212px;
    margin-right: auto;
    margin-left: auto;
}

.m-promotion .item>h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.m-promotion .item p {
    font-size: 18px;
    text-align: center;
}

.m-promotion .item-link a.widget {
    background: #FFFFFF;
    min-height: 80px;
    padding: 20px 38px 0 100px;
    display: block;
    color: #333333;
}

.m-promotion .item-link .widget img {
    left: 15px;
    top: 20px;
    height: 57px;
}

.m-promotion .item-link .u-null {
    height: 15px;
}

.m-promotion .item-link .item1 {
    border-left: 3px solid #004ea1;
}

.m-promotion .item-link .item2 {
    border-left: 3px solid #00a1e9;
}

.m-promotion .item-link h3 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.m-promotion .promotion-con {
    background: #fff;
    margin-bottom:40px;

}

.promotion-con .main .map_row_top {
    height: 100px;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    /*align-content: space-around;*/
    justify-content: space-between;
    font-size: 16px;
}
.main{
    display: flex;
    flex-direction: column;
    padding:13px;
}
.map_row_bottom {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.map_row_bottom .map_row_bottom_left {
    width: 50%;
}
.map_row_bottom .map_row_bottom_left img{
    width: 100%;
}
.map_row_bottom .map_row_bottom_right{
    height: 100%;
    width: 50%;
}
.map_row_bottom_right .map_row_right_title{
    height: 44px;
    width: 100%;
}
.map_row_bottom_right .map_row_right_title .map_row_right_title1 a{
    color: #0066C4;
}
.map_row_bottom_right .map_row_right_title .map_row_right_title1{
    text-align: center;
    line-height: 44px;
    font-size: 28px;
    color: #0066C4;
    font-weight: 900;
    letter-spacing: -1.5px;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 21px;
}
.map_row_bottom_right .map_row_right_main{
    display: flex;
    height: 245px;
    width: 100%;
    flex-direction: column;
    justify-content: space-evenly;
}
.map_row_right_main1 {
    cursor: pointer;
}
.map_row_bottom_right .map_row_right_main .map_row_right_main1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
}
.map_row_right_main1 .map_row_right_nav_text-2{
    width: 136px;
}
.map_row_right_main1 .map_row_right_nav_num-3{
    width: 50px;
}
.map_row_right_main1 img{
    height: 60px;
    width: 60px;
}
.map_row_right_main .map_row_right_main1 .map_row_right_nav_img-12 img{
    width: 80px;
    height: 80px;
}
.map_row_bottom_right .map_row_right_main2 a{
    color: #267CCB;
}
.map_row_bottom_right .map_row_right_main2{
    height: 32px;
    width: 100%;
    background: red;
    text-align: center;
    line-height: 32px;

    letter-spacing: 1px;
    font-size: 16px;
    background: #F2F2F2;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}
.map_row_bottom_right .map_row_right_main3{
    height: 95px;
    line-height: 25px;
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    overflow: auto;
    margin-bottom: 20px;
}
.map_row_bottom_right .map_row_right_main4{
    height: 100px;
    width: 100%;
    background: #D1F1FF;
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 16px;
}
.map_row_bottom_right .map_row_right_main4 .map_row_right_foot-1{
    width: 100px;
}
.map_row_bottom_right .map_row_right_main4 .map_row_right_foot-2{
    text-align: center;
}
.map_row_right_main4 img{
    height: 50px;
    width: 50px;
}
.buttons{
   /* padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;*/
    min-width: 113px;
    height: 34px;
    border-radius: 3px;
    background: #fff;
    /*margin-left: 20px;*/
    border: 1px solid #eee;
}
.barArea{
    background-color: #0A5EB3;
    color: #fff;
}
/*地图样式结束*/
.div_district_controller:last-child .buttons {
    width: 452px;
}

/*新增组团切换样式*/
.active{
    background:#0B5FB3 !important;
}
.u-key-two{
    display: flex;
    justify-content: space-around;
    margin: 0 0 10px 0;
}
.u-key-two span {
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    height: 60px;
    cursor: pointer;
    color: #fff;
    background:#599BDD;
}
.u-key-policies .bd-two .bd{
    display: none;
}
.zutuan{
    width: 95%;
    padding: 20px 0;
    font-size: 20px;
}
.mySwiper3{
   height: 250px !important;
}
.mySwiper3 .swiper-slide{
    display: block;
    width: 23% !important;
    margin: 0 1%;
    position: relative;
}
.mySwiper3 .swiper-slide img {
    width: 100%;
    height: 200px;
}
.mySwiper3 .swiper-slide .slideText {
    height: 54px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    cursor: pointer;
    font-size: 16px;
}
.mySwiper3 .swiper-slide .video-icon {
    position: absolute;
    left: 81px;
    top: 23%;
}
.mySwiper3 .swiper-button-next ,
.mySwiper3 .swiper-button-prev {
    top: 40%;
}
.video-icon {
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-image: url("../images/u80.png");
    margin: 0 auto;
}
.video-icon:hover {
    background-image: url("../images/u80_mouseOver.png");
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: white !important;
}
 /* 优惠政策 开始*/
.u-new-box .favouredpolicy{
    height: 334px;
    background: rgb(220, 237, 255);
    transition: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

}
.u-new-box .favouredpolicy .favouredpolicy-title{
    font-weight: bold;
    color: rgb(11, 95, 179);
    font-size: 24px;
}
.u-new-box .favouredpolicy .favouredpolicy-search{
    color: rgb(11, 95, 179);
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.u-new-box .favouredpolicy .favouredpolicy-button  {
    background: rgb(12, 99, 178);
    border-radius: 8.5px;
    opacity: 1;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
}
.u-new-box .favouredpolicy .favouredpolicy-search ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}
.u-new-box .favouredpolicy .favouredpolicy-search ul li{
    /*list-style: inside;
    letter-spacing: 2px;*/
    width: 226px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
}
.u-new-box .favouredpolicy .favouredpolicy-search ul select{
    min-width: 100px;
    width: 59%;
    height: 40px;
    border-radius: 4.5px;
    border: 1px solid #A3D1FF;
    text-align: center;
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding: 0px 10px 0 10px;
    margin-right: 20px;
}
@media (max-width: 768px) {
    .u-new-box .favouredpolicy .favouredpolicy-title{
        font-weight: bold;
        color: rgb(11, 95, 179);
        font-size: 23px;
    } 
}
/* 优惠政策 结束*/
@media (max-width: 768px) {
    .municipality{
        background-size: 100%;
        height: 74px;
    }
    .u-map-box{
        display: none;
    }
    .municipalityDynamic {
        display: block;
    }
    .municipalityNav {
        justify-content: flex-start;
    }
    .municipalityPolicy dl {
        display: block;
    }
    .municipalityPolicy dl dt {
        display: none;
    }
    .municipalityPolicy dl dt img {
        width: 100%;
    }
    .municipalityArea {
        display: block;
        margin-bottom: 40px;
    }
    .municipalityAreaOneBottom li {
        width: 40%;
    }
    .municipalityAreaOneBottom .airport {
        width: 60%;
    }

    .municipalityDynamic>a:not(:first-child) {
        display: none;
    }
    .municipalityDynamic dl {
        display: flex;
    }
    .municipalityDynamic dl dt {
        max-width: 132px;
        min-height: 85px;
    }
    .municipalityDynamic dl dt img {
        width: 100%;
    }
    .municipalityAreaOneBottom {
        display: block;
    }
    .municipalityAreaOneBottom li:nth-child(odd),
    .municipalityAreaOneBottom li:nth-child(even) {
        width: 100%;
    }
    .municipalityDynamic dl dd {
        padding-left: 13px;
    }
    .b-mobile-underline {
        text-decoration: underline;
    }
    .municipalityPolicy>div>div>p {
        text-decoration: underline;
    }
    .municipalityAreaOne a,
    .municipalityPolicy dl dd ul li,
    .municipalityDynamic dl dd,
    .municipality_Header_Context {
        font-size: 0.58rem;
        line-height: 20px;
    }
    .municipality_Header_Context {
        background-position: 0px 100%;
    }
    .municipalityNav b {
        font-size: 0.74rem;
    }
    .u-top-bg .u-municipality-txt{
        flex-direction: column;
        align-items: initial;
        justify-content: center;
    }
    .u-top-bg .u-municipality-txt .u-tt{
        margin-left: 0;
        width: 100%;
        font-size: 30px;
    }
    .u-top-bg .u-txt p{
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.8;
    }
    .u-map-box{
        margin-bottom:40px;
    }
    .u-map-box .hd{
        margin: 15px 0;
    }
    .u-map-box .hd .u-btn-map{
        padding: 0 45px;
        font-size: 14px;
        line-height: 40px;
    }
    .u-map-box .bd{
        padding: 0;
    }
    .u-municipality-new-box .u-new-box{
        width: 100%;
    }
    .u-municipality-new-box .u-new-box:nth-child(odd){
        padding-right: 0;
    }
    .u-municipality-new-box .u-new-box:nth-child(even){
        padding-left: 0;
    }
    .u-key-policies .bd > a{
        width: 50%;
    }
    .mySwiper3 .swiper-slide{
        width: 98% !important;
    }

}
