.Z_container{
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}
.xd_topnav a.current{
    border-bottom: 2px solid #dd0000 !important;
}
.zsjm{
    width: 100%;
    padding: 85px 0;
    padding-bottom: 55px;
    background: #F5FCFF;
}
.x_cur{display:none;}
.zsjm-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.z-t-lf1{
    display: flex;
    align-items: center;
}
.z-title-ch{
    font-size: 32px;
font-weight: 600;
color: #000;
margin-right: 15px;
margin-bottom: 8px;
}
.z-t-lf1 img{
    width: 140px;
    height: 19px;
}
.z-title-eh{
    font-size: 16px;
    font-weight: 400;
color: #666666;
}
.z-t-rt{
    font-size: 16px;
    font-weight: 400;
color: #666666;
padding: 8px 34px;
border-radius: 30px 30px 30px 30px;
opacity: 1;
border: 1px solid #999999;
}
.z-t-rt:hover{
    color: #dd0000;
    border-color: #dd0000;
}
.zsjm-list-out{
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.Z_zbo-rt a:first-child{display: none;}
.Z_swp1-lf a:first-child{display: none;}
.zsjm-item{
    position: relative;
    justify-content: space-between;
    flex: 1;
     width:24%;
    height: 280px;
    margin-right: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    transition: flex 0.3s linear;
}
.zsjm-item:hover{
    flex: 1.2;
    transition: flex 0.3s linear;
}
.zsjm-list-out .zsjm-item:nth-child(3n){
    margin-right: 10px;
}
.zsjm-item img{
    width: 360px;
    height:280px;
}
.zsjm-item div{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    text-indent: 1em;
    padding: 10px 0;
    font-size: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.zsjm-item:hover div{
    color: #dd0000;
}
/* 新闻资讯 */
.Z_news{
    padding-top: 75px;
}
.znews-title1{
    /* margin-bottom: 8px; */
    display: flex;
    align-items: center;
}
.znews-title1 img{
    width: 62px;
    height: 26px;
}
.Z_news-tab{
    position: relative;
    width: 100%;
    padding-top: 35px;
    box-sizing: border-box;
}
.Z_news-tab .hd{
    position: absolute;
    top: -25px;
    right: 0;
}
.Z_news-tab .hd ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Z_news-tab .hd li{
    margin-left: 36px;
    display: flex;
}
.Z_news-tab .hd li::before{
    display: inline-block;
    content: '/';
    padding-right: 36px;
    width: 10px;
    height: 100%;
}
.Z_news-tab .hd li:first-child::before{
    display: none;
}
.z-nthd-item{
    display: block;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
    font-weight: 600;
}
.z-nthd-item:hover,.on .z-nthd-item{
    color: #dd0000;
    border-bottom-color:#dd0000 ;
}
.Z_news-tab .bd ul{
    display: flex;
    flex-wrap: wrap;
}
.Z_news-tab .bd li{
    width: 574px;
    padding: 20px 0;
    margin-right: 50px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.Z_news-tab .bd li:nth-child(2n){
    margin-right: 0;
}
.z-nt-bd-title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    display: block;
    margin-bottom: 20px;
}
.z-nt-bd-title:hover{
    color: #dd0000;
}
.z-nt-bd-words{
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}
.news-lookmore{
    display: block;
    margin: 0 auto;
    background: #eee;
    padding: 13px 0px 10px;
    border-radius: 30px;
    font-size: 16px;
    color: #666;
    width: 180px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 80px;
}
.news-lookmore:hover{
    color: #dd0000;
    border-color:#dd0000;
}
/* 特色小吃 */
.Z_tsxc{
    background: #F5FCFF;
    padding-top: 90px;
    padding-bottom: 80px;
}
.Z_tsxc-title{
    width: 372px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 54px;
    align-items: center;
    background:url(../images/title3.png) no-repeat;
    background-position: center bottom;
}
.Z_tsxc-title .z-title-ch{
    margin-right: 0;
}
.z-tsxc-list-out{
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.z-tsxc-item{
    width: 279px;
height: 369px;
background: #FFFFFF;
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
border-radius: 8px 8px 8px 8px;
border: 1px solid #EFEFEF;
box-sizing: border-box;
margin-right: 28px;
margin-bottom: 30px;
}
.z-tsxc-list-out .z-tsxc-item:nth-child(4n){
    margin-right: 0;
}
.z-tsxc-item>img{
    width: 279px;
    height: 279px;
}
.z-tsxc-item:hover .zti-words>div:first-child{
    color: #dd0000;
}
.zti-words{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    height: 70px;
    box-sizing: border-box;
}
.zti-words div{
    display: flex;
    width: 236px;
    overflow: hidden;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #333;
    font-weight: bold
}
.zti-words span{
    font-size: 24px;
    color: #FF2626;
}
.zti-words img{
    width: 28px;
    height: 28px;
}
.more-products{
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 43px;
    color: #fff;
    background: #dd0000;
}
.Z_bzwh{
    padding-top: 80px;
    padding-bottom: 80px;
}
.z-bzwh-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 56px;
}
.z-bzwh-title img{
    width: 42px;
    height: 42px;
}
.Z_bt-words{
    margin: 0 43px;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 30px;
}
.z-bzwh-out{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.Z_zbo-lf{
    margin-right: 40px;
}
.Z_zbo-lf,.z-zbo-lf1{
    width: 530px;
    box-sizing: border-box;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.z-zxrz {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    line-height: 36px;
    background: url(../images/zxrzg.png) no-repeat;
    background-size: 100% 126%;
}
.z-zbo-lf1{
    border-bottom: 1px solid #E9ECF4;
    margin-bottom: 5px;
    display: block;
    padding-bottom:10px;
}
.z-zbo-lf1 img{
    width: 100%;
    height: 350px;
    display: block;
    margin-bottom: 15px;
}
.z-zbo-lf1:hover div{
    color: #dd0000;
}
.z-zbo-lf2{
    height: 56px;
    color: #888;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 15px;
}
.z-bzwh-more{
    font-size: 14px;
    color: #888;
    display: block;
}
.z-bzwh-more:hover{
    color: #dd0000;
}
.Z_zbo-rt{
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.zr-item1{
    display: flex;
    align-items: center;
    margin-bottom: 41px;
}
.zr-item1 img{
    width: 215px;
    height: 155px;
    margin-right: 20px;
}
.z-ititle{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.zr-item1:hover .z-ititle{
    color: #dd0000;
}
.z-i-words{
    font-size: 16px;
    line-height: 22px;
    height: 48px;
    overflow: hidden;
    color: #888;
    margin-bottom: 24px;
}
.zr-item2{
    display: flex;
    width: 100%;
    margin-bottom: 44px;
}
.zr-item2:hover .z-ititle{
    color: #dd0000;
}
.z-i2-lf{
    width: 128px;
    box-sizing: border-box;
    padding-right: 25px;
    text-align: right;
}
.z-i2-lf1{
    font-size: 28px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-bottom: 8px;
}
.z-i2-lf2{
    font-size: 22px;
    color: #666;
    
}
.z-i2-rt{
    border-left: 1px solid #E9ECF4;
    padding-left: 25px;
}
.z-i2-rt .z-ititle{
    margin-bottom: 12px;
}
.z-i2-words{
    width: 475px;
    height: 48px;
    line-height: 24px;
    font-size: 16px;
    color: #888;
}
/* 旅游景点 */
.Z_lyjd{
    width: 100%;
    background: #F5FCFF;
    padding-top: 80px;
    padding-bottom: 76px;
}
.Z_lyjd .Z_tsxc-title{
    margin-bottom: 55px;
}
.Z_swp1{
    width: 100%;
    height: 830px;
}
.Z_swp1-next{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 868px;
    right: 28px;
}
.Z_swp1-next::after{
    content: url(../images/rt.png);
    width: 50px;
    height: 27px;
}
.Z_swp1-prev{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 868px;
    left: 900px;
}
.Z_swp1-prev::after{
    content: url(../images/lf.png);
    width: 50px;
    height: 27px;
}
.Z_swp1 .swiper-slide{
    display: flex;

}
.Z_swp1-lf{
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    box-sizing: border-box;

}
.Z_swp1-lf a{
    width: 320px;
    height: 400px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.Z_swp1-lf img{
    width: 320px;
    height: 400px;
}
.Z_swp1-rt{
    display: flex;
    flex-direction: column;
    width: 500px;
    box-sizing: border-box;
}
.Z_swp1-rt img{
    width: 100%;
    height: 620px;
    margin-bottom: 25px;
}
.z-s1rt-title{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}
.Z_swp1-rt:hover .z-s1rt-title{
    color: #dd0000;
}
.Z_s1rt-words{
    /*height: 128px;*/
    line-height: 30px;
    font-size: 16px;
    color: #999;
}
.Z_jdms{
    padding-top: 89px;
    padding-bottom:47px;
}
.z-ms-listout{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.z-ms-item{
    width: 590px;
    /*height: 255px;*/
    box-sizing: border-box;
    margin-right: 20px;
    border: 1px solid #EFEFEF;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.z-ms-listout .z-ms-item:nth-child(2n){
margin-right: 0;
}
.z-ms-itemimg{
    flex: none;
    width: 235px;
    height: 200px;
    overflow: hidden;
}
.msjdimg{
    width: 235px;
    height: 255px;
    /* margin-right: 25px; */
}
.z-ms-item-rt{
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 30px 25px 0px;
}
.zmir-title{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.z-ms-item:hover .zmir-title{
    color: #dd0000;
}
.zmir-words{
    /*height: 88px;*/
    /*overflow: hidden;*/
    font-size: 16px;
    color:#666;
    line-height: 30px;
    margin-top: 20px;
}
.zmir-bot{
    display: flex;
    align-items: center;

}
.z-ms-item-rt img{
    margin-right: 15px;
}
.Z_ms-more{
    display: block;
    margin: 0 auto;
    width: 180px;
height: 45px;
background: #EEEEEE;
border-radius: 30px 30px 30px 30px;
text-align: center;
line-height: 45px;
background: #eee;
color: #666;
}

.Z_ms-more:hover{
    color: #dd0000;
}
/* 尾部 */
.Z_footer{
    background-color: #EFEFEF;
    padding-top: 40px;
}
.Z_footer .Z_container{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 38px;
}
.Z_fson{
    display: flex;
    flex-direction: column;
    margin-right: 22px;
}
.Z_f1{
    margin-right: 150px;
}
.Z_fson-flex{
    display: flex;
    flex-direction: column;
    margin-right:45px ;
}
.Z_ftitle,.Z_flink{
    height: 20px;
font-weight: 500;
line-height: 20px;
position: relative;
margin-bottom: 20px;
}
.Z_ftitle::before{
    width: 3px;
height: 16px;
background: #dd0000;
display: block;
content: '';
position: absolute;
left: -10px;
top:2px;
}
.Z_cont{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.Z_cont img{
    margin-right: 13px;
    width: 28px;
    height: 28px;
}
.Z_cont div{
    width: 200px;
    line-height: 28px;
}
.Z_cont .Z_cont-addr{
    display: flex;
    width: auto;
    height: 20px;
}
.Z_f4 .Z_ftitle{
    margin-bottom: 36px;
}
.Z_f4{
    width: 105px;
    height: 105px;
    margin-bottom: 17px;
    margin-left: 84px;
    margin-right: 0;
}
.Z_f4 img{
    width: 150px;
    height: 170px;
    margin-bottom: 20px;
}
.Z_footer-footer{
    height: 40px;
background: #666666;
display: flex;
justify-content: center;
align-items: center;
}
.Z_footer-footer a{
    color: #fff;
    margin: 0 10px;
}
.Z_flink:hover{
    color: #0D559E;
    font-weight: bold;
}

.z-index-show{
    position: fixed;
    left: 50%;
    top: 15%;
    transform: translate(-50%);
    z-index: 1000;
}
.z-ishow-close{
    position: absolute;
    top: 4px;
    right: 18px;
    font-size: 16px;
    padding: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
}