/*内容区域盒子start*/
.box_content {
    width: 1200px;
    margin: 0 auto;
}

/*内容区域盒子end*/

/*新闻信息——走进璧山 start*/
.bs_news_info {
    width: 1200px;
    height: 380px; /* commom.css -> .bs_news_overview height */
    margin: 65px auto 20px auto;
    overflow: hidden;
}

/*新闻信息——走进璧山 start*/
.bs_news_bar > a:nth-child(6) span:nth-child(2) {
    display: block;
    width: 25px;
    margin: -8px auto;
    border-radius: 40px;
    border-bottom: #ffffff 3px solid;
}

.visible {
    display: block;
    /*opacity: 1;*/
    /*transition: opacity 1s ease;*/
}

.unvisible {
    display: none;
}

.bs_news_info_left {
    z-index: 97;
    position: relative;
    display: inline-block;
    width: 560px;
    height: 310px;
    font-size: 0;
    margin: 35px 0 35px 55px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    transition: .8s;

    -webkit-box-shadow: 0 3px 6px 6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 6px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 6px 6px rgba(0, 0, 0, 0.35);
}

.bs_news_info_left:hover {
    transform: scale(1.006);
    transition: .8s;
}

.bs_news_info_left ul {
    position: absolute;
    left: 0;
    width: 5000px;
    height: 310px;
}

/* 给ul中的宽度设置的宽一些 */
/* ，因为我们刚开始为了方便观看要将多个图片在一行显示 */

.bs_news_info_left ul li {
    list-style: none;
    width: 560px;
    height: 310px;
    overflow: hidden;
    float: left;
}

.bs_news_info_left ul li a img {
    position: absolute;
    width: 560px;
    height: 310px;
}

/* 让每一个li浮动，并且设置宽度和大盒子bigbox一样宽 */

.switchbtn li {
    list-style: none;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 140px;
    width: 20px;
    height: 40px;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(0, 0, 0);
    opacity: 0;
}
.switchbtn li svg {
    top: 11px;
    scale: 0.8;
    position: relative;
}

.bs_news_info_left .left {
    transition: .8s;
    left: 0;
}

.bs_news_info_left .right {
    transition: .8s;
    right: 0;
}
.bs_news_info_left:hover .left {
    opacity: 0.6;
    left: 0;
    transition: .8s;
}

.bs_news_info_left:hover .right {
    opacity: 0.6;
    right: 0;
    transition: .8s;
}


.bs_news_info_right {
    display: inline-block;
    width: 480px;
    height: 310px;
    margin: 35px 0 35px 45px;
    position: absolute;
}

.bs_news_info_right span:nth-child(1) {
    display: block;
    width: 480px;
    height: 40px;
    color: white;
    font-size: 24px;
    font-weight: bolder;
    letter-spacing: .2vh;
}


.bs_news_info_right span:nth-last-child(1) {
    /*position: absolute;*/
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    width: 78px;
    height: 30px;
    margin-top: 11px;
    padding-left: 4px;
    line-height: 33px;
    color: white;
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: .2vh;
    background: rgba(104, 149, 210, .5);
}

.bs_news_info_right span:hover:nth-last-child(1) {
    transform: scale(1.1);
    transition: 1.5s;
}


.bs_news_info_right_desc {
    width: 480px;
    max-height: 230px;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: .2vh;
    color: whitesmoke;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.bs_news_info_nav {
    width: 1200px;
    height: 72px;
    margin: 0 auto;
    /*padding-left: 10px;*/
    position: relative;
}

.bs_news_info_nav_col {
    width: 158px;
    height: 70px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 10px;
    background-color: rgba(62, 90, 152, 0.8);
    line-height: 70px;
    border: 1px solid transparent;
    margin-left: 9px;
}

.bs_news_info_nav > a:focus .bs_news_info_nav_col {
    box-sizing: content-box;
    border-radius: 10px;
    border: #ffffff 1px solid;
    transition: .8s;
}

/*
.current_tab {
    border-radius: 10px;
    border: #ffffff 1px solid;
}*/

/*新闻信息——走进璧山 end*/

/*五新四城盒子start*/
.box_wxsc {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/zjbs/dwwx.png");
    height: 520px;
    padding-top: 20px;
    position: relative;
}

.wxsc_content {
    width: 1200px;
    height: 460px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.relative-p {
    position: relative;

}

.absolute-c {
    position: absolute;
    width: 300px;
    height: 200px;
    top: 160px;
    left: 35px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.absolute-c1 {
    position: absolute;
    width: 61px;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

.absolute-c1 span {
    font-size: 16px;
}

/*.absolute-2 {*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 480px;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    display: none;*/
/*}*/


.flash4 {
    width: 1210px;
    height: 400px;
    margin: 0px auto;
    position: relative;
}

.flash4 ul li {
    width: 53px;
    height: 400px;
    border-left: 1px;
    position: relative;
    overflow: hidden;
    float: left;
    transition: width 1s;
    border-radius: 0.5%;
    margin-right: 5px;
}

.flash4 ul li .imgTop img {
    height: 400px;
    width: 776px;
}

.flash4 ul li .imgTop img.tm {
    opacity: 1;
}

.flash4 ul li .imgCon {
    width: 538px;
    height: 405px;
}

.flash4 ul li .imgCen1 {
    color: #fff;
    font-size: 20px;
    bottom: 45px;
    /*   text-indent: 20px;*/
}

.flash4 ul li .imgCen2 {

    color: #fff;
    font-size: 20px;
    bottom: 45px;
    /*text-indent: 20px;*/
}

.flash4 ul li .imgCen3 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen4 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen5 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen6 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen7 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen8 {
    color: #fff;
    font-size: 20px;
}

.flash4 ul li .imgCen9 {
    color: #fff;
    font-size: 20px;
}


.flash4 ul li.fast {
    position: absolute;
    right: 0px;
    bottom: 0px;
}


.absolute-cc1 {
    position: absolute;
    width: 30px;
    height: 30px;

    /*   background:rgba(0,0,0,1);*/
    display: block;
}


.box {
    background: rgba(52, 102, 204, 0.8);
    -webkit-clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 92%, 92% 100%, 20% 100%, 0 100%, 0 8%);
    clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 92%, 92% 100%, 20% 100%, 0 100%, 0 8%);
}


/*详情按钮*/
.xq-button {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width: 260px;
    height: 115px;
    letter-spacing: 2px;

    font-size: 18px;
    line-height: 20px;
    padding-top: 30px;
    padding-left: 20px;
    overflow: hidden;
}

.a-buttion {
    font-size: 16px;
    line-height: 50px;
    float: left;
    margin-left: 20px;
    /*overflow: hidden;*/
}

.tle {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
}

/*五新四城盒子end*/

/*热门景点盒子start*/
.box_rmjd {
    height: 670px;
    padding-top: 20px;
}

.rmjd_center {
    width: 1200px;
    height: 620px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*热门景点上部分*/
.zjbs-rmjd-top {
    height: 180px;
}

/*热门景点下部分*/
.zjbs-rmjd-lower {
    height: 330px;
    margin-top: 40px;
    border-radius: 1%;
}

.img-r {
    width: 100%;
    height: 100%;
}

.zjbs-rmjd-li {
    width: 100%;
    height: 100%;
    list-style: none;
    width: calc((100% - 62px) / 4);
    margin-right: 20px;
}

.zjbs-rmjd-ul {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
}

.zjbs-rmjd-li > .zjbs-rmjd-top {
    width: 100%;
    height: 100%;
}

.zjbs-rmjd-li:last-child {
    margin: 0;
}

/*特效*/
.list-one-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 180px;
    border: 1px solid white;
    overflow: hidden;
    border-radius: 1%;
}

.section-one {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;

}

.section-one > * {
    border: 1px solid white;
}

/* 一、从底部上升遮罩效果 */
.div-mask-one {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    /* 垂直居中展示 注意点 如果使用绝对居中，其内容内容要用一个div包起来 */
    /*    display: flex;
        justify-content: center;
       !* align-items: center;*!
        text-align: center;*/
    font-size: 16px;
    color: #ffffff;
    transition: height 300ms
}

.list-one-box:hover .div-mask-one {
    height: 20%;
    transition: height 500ms
}

.div-mask-one:hover .mask-one-p {
    display: block;
}

/*热门景点盒子end*/


/*特色产品盒子start*/
.box_tscp {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../images/zjbs/底纹.png");
}

.tscp_center {
    width: 1200px;
    height: 420px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tscp_left {

    height: 340px;
    width: 460px;
    float: left;
    display: inline-block;
    vertical-align: middle;
}

.tscp_left img {
    height: 340px;
    width: 460px;
    object-fit: cover;
}

.tscp_right {
    font-size: 0;
    float: right;
    height: 340px;
    width: 740px;
}

.tscp_img {
    width: 350px;
    height: 160px;
    background-color: #ffffff;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
}

.tscp_img img {
    width: 350px;
    height: 160px;
    object-fit: cover;
}


.biaoqian {
    position: absolute;
    z-index: 20;
    width: 50px;
    height: 100px;
    margin-left: 30px;
    /*透明渐变特效*/
    /*background: -webkit-gradient(linear, 0 0, 0 100%, from(#60a3d1), to(rgba(255, 255, 255, 0)));*/
    /*透明度*/
    opacity: 0.8;
}

.L1 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#60a3d1), to(rgba(255, 255, 255, 0)));
}

.L2 {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c78c44), to(rgba(255, 255, 255, 0)));
}

.biaoqian p {
    width: 10px;
    margin-left: 15px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    word-wrap: break-word;
    letter-spacing: 15px;
}

/*特色产品盒子end*/


/*人文风俗start*/
.box_rwfs {
    /*background-color: darkgray;*/
    height: 430px;
    /*margin:20px 0 0 0;*/
}

.box_rwfs_areas {
    margin-top: 45px;
    height: 280px;
    background-color: #ffffff;

}

.box_rwfs_areas a > div {
    display: inline-block;
    width: 400px;
    /*height: 356px;*/
    transition: .5s;
}

.box_rwfs_areas_span:hover {
    transition: .5s;
    transform: scale(1);
}

.box_rwfs_areas_span_img{
    width: 400px;
}


.box_rwfs_areas_span_img:hover .div-mask-one {
    height: 15%;
    transition: .8s;
}

.box_rwfs_areas_span_img .div-mask-one {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* 垂直居中展示 注意点 如果使用绝对居中，其内容内容要用一个div包起来 */
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: .3s;
}



.box_rwfs_areas_span {
    width: 70px;
    height: 280px;

    /*background-color: rgba(62, 90, 152, 0.4);*/
}

.box_rwfs_areas_span img {
    width: 380px;
    height: 280px;
    vertical-align: middle;
    align-items: center;
    line-height: 380;
}


.whcg_border_corner {
    /*z-index: 99;*/
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0);
    border: 2px solid white;
    margin: 3px;
}

.whcg_border_corner_left_top {
    /*z-index: 99;*/
    top: 1px;
    left: 1px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 6px;
    position: absolute;
}

.whcg_border_corner_right_bottom {
    /*z-index: 99;*/
    bottom: 1px;
    right: 1px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 6px;
    position: absolute;
}

.zjbs-whcg-box-whcgname {
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    width: 23px;
    max-height: 140px;
    letter-spacing: 2px;
    line-height: 18px;
    font-size: 16px;
    position: relative;
    color: white;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}


/*人文风俗end*/
.box_footer {
    height: 300px;
}


/*---------走进璧山标题样式-------------*/

.title {
    text-align: center;
}

.title img {
    height: 51px;
    width: 248px;
}
