* {
    -webkit-text-size-adjust: none;
}

body,
html {
    width: 440px;
    min-width: 440px;
    margin: 0 auto !important;
}

.section {
    position: relative;
}
.ewm-box {
    display: none;
}
.wap-ewm-box {
    display: block;
    width: auto;
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -205px;
}
.wap-ewm-box img {
    margin-right: 10px;
}
.section1 {
    background: url('../new-img/page1-wap.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.section2 {
    background: url('../new-img/page3-wap.png') no-repeat center center;
    background-size: cover;
}

.section3 {
    background: url('../new-img/wl-new-bg-bgnew.png') no-repeat center center;
    background-size: cover;
}

.section4 {
    background: url('../new-img/page4-wap-rc.png') no-repeat center center;
    background-size: cover;
}

.section5 {
    background: url('../new-img/page5-wap.png') no-repeat center center;
    background-size: cover;
}

.section6 {
    background: url('../new-img/page6-wap.jpg') no-repeat center center;
    background-size: cover;
}

#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 100px;
    top: 100px;
    list-style-type: none;
    z-index: 70;
    text-align: center;
    display: none !important;
}
#menu .dbd {
    margin-bottom: 10px;
}
#menu li {
    width: 81px;
    height: 81px;
    margin-bottom: 10px;
    font-size: 14px;
}

#menu li img {
    width: 81px;
    height: 81px;
}

#menu li .menu-item {
    display: block;
}
#menu li .menu-item-on {
    display: none;
}
#menu li.active .menu-item {
    display: none;
}
#menu li.active .menu-item-on {
    display: block;
}


.logo-title {
    width: 0;
    height: auto;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 2s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 2s;
    -webkit-animation: logoanimation 2s linear forwards;
    -moz-animation: logoanimation 2s linear forwards;
    -o-animation: logoanimation 2s linear forwards;
    animation: logoanimation 2s linear forwards;
}

@keyframes logoanimation {
    from {
        width: 0;
    }

    to {
        width: 343px;
    }
}

.nav-first {
    width: 0;
    height: 56px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    animation: navfirstanimation 1s linear forwards;
    animation-delay: 2s;
    /* display: flex;
    justify-content: space-between; */
}

@keyframes navfirstanimation {
    from {
        width: 0;
    }

    to {
        width: 276px;
    }
}

.nav-first a {
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.nav-first a:last-child {
    margin-right: 0;
}

.img-box {
    width: 102px;
    height: 113px;
    line-height: 113px;
    float: left;
    text-align: center;
    margin: 0 10px;
    display: none;
}

.nav-first img {
    width: 102px;
    height: 6px;
}

.page2 {
    background: url('../new-img/ny1-wap.png?v=1') no-repeat left center;
    background-size: 100% 100%;
}

.page3 {
    background: url('../new-img/wh1-wap.png?v=1') no-repeat left center;
    background-size: 100% 100%;
}

.page4 {
    background: url('../new-img/rc1-wap.png') no-repeat left center;
    background-size: 100% 100%;
}

.page5 {
    background: url('../new-img/cy1-wap.png') no-repeat left center;
    background-size: 100% 100%;
}

.page6 {
    background: url('../new-img/kj1-wap.png') no-repeat left center;
    background-size: 100% 100%;
}

.page2:hover {
    background: url('../new-img/ny1-on.png?v=1') no-repeat left center;
    background-size: 100% 100%;
}

.page3:hover {
    background: url('../new-img/wh1-on.png?v=1') no-repeat left center;
    background-size: 100% 100%;
}

.page4:hover {
    background: url('../new-img/rc1-on.png') no-repeat left center;
    background-size: 100% 100%;
}

.page5:hover {
    background: url('../new-img/cy1-on.png') no-repeat left center;
    background-size: 100% 100%;
}

.page6:hover {
    background: url('../new-img/kj1-on.png') no-repeat left center;
    background-size: 100% 100%;
}


.zd_img {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 2s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 2s;
    -webkit-animation: rotate 10s linear infinite;
    -moz-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}
.slide-pc {
    display: none !important;
}
.slide-wap {
    display: block !important;
}
.main-content {
    width: 345px;
    height: 336px;
    background: url('../new-img/wl-main-content-bg.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    /* height: 66.667vw; */
    padding-bottom: 112.5px;
    margin: 0 auto;
    padding-top: 27.5px;
}
.main-content a {
    display: block;
    width: 322px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background: url('../new-img/wl-a-link.png') no-repeat right bottom;
}
.main-content a img.wl-a-bg {
    width: 100%;
    height: 100%;
}
.main-content a img.wl-a-link {
    position: absolute;
    right: 25px;
    bottom: 15px;
    width: 25px;
}
.main-box {
    width: 350px;
    height: auto;
    margin: 0 auto;
}
.main-title {
    width: 100%;
}
.main-title-wap {
    width: 100%;
}
.main-title-wap-3 {
    /* margin-bottom: 66.667vw; */
    margin-bottom: 290px;
}
.main-title-wap img {
    width: 150px;
}
.jq-tab {
    width: 100%;
    margin-top: 20px;
}
.jq-item {
    float: left;
    font-size: 13px;
    color: #fff;
    margin: 0 2.8px;
    padding: 0 30px;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
}
.jq-item.on {
    background: url('../new-img/tab-icon-l.png') no-repeat left center , url('../new-img/tab-icon-r.png') no-repeat right center;
}

.xl-box{
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
}
.xl-item {
    display: none;
    float: left;
    width: 133px;
    height: auto;
    background: url('../new-img/xl-top.png') no-repeat center top , url('../new-img/xl-bg1.png') no-repeat center top;
}
.xl-item:nth-child(2) {
    margin-left: 161px;
}
.xl-item:nth-child(3) {
    margin-left: 324px;
}
.xl-item li {
    width: 100%;
    padding: 4px 10px;
}
.xl-item li:first-child {
    padding-top: 7.5px;
}
.xl-item li.sj-li {
    background: url('../new-img/jt-down.png') no-repeat 100px center;
}
.xl-item a {
    font-size: 12px;
    color: #fff;
}
.sj-box {
    width: 100%;
    height: auto;
    background: url('../new-img/xl-bg2.png') no-repeat center center;
    padding: 10px 0;
}
.sj-box .sj-a {
    display: block;
    float: left;
    width: 50%;
    line-height: 2;
    text-align: center;
}


.slide-list {
    width: 350px;
    height: 550px;
    /* min-height: 480px; */
    margin-top: 20px;
    /* margin-bottom: 30vw; */
    /* overflow: auto; */
    overflow-y: auto;
    overflow-x: hidden;
}
.zn-page2 {
    /* margin-bottom: 28vw; */
}
.slide-box{
    width: 350px;
    /* height: 60vw; */
    height: 488px;
    /* height: auto; */
    overflow: hidden;
    position: relative;
    /* border-radius: 20px; */
}
.slide-box .hd {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 170px;
    margin-left: -85px;
}
.slide-box .hd li {
    width: 50px;
    float: left;
    height: 5px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
}
.slide-box .hd li:last-child{
    margin-right: 0;
}
.slide-box .hd li.on {
    background: red;
}
.slide-box .bd li {
    width: 350px;
    height: 430px;
    position: relative;
    /* border-radius: 2.667vw; */
    display: flex;
    flex-direction: column;
}
.slide-box .bd li .slide-l {
    width: 351px;
}
.slide-box .bd li .slide-r {
    width: 351px;
}
.summary-box {
    width: 100%;
    height: 135px;
    background: url('../new-img/summary-bg.png') repeat left center;
    background-size: 100% 100%;
    color: #FEDBA1;
    font-size: 12px;
    text-align: justify;
    text-indent: 2em;
    line-height: 2;
    padding: 14px;
    box-sizing: border-box;
    /* margin-top: 6vw; */
}
.datetime-box {
    width: 100%;
    height: 142.5px;
    background: url('../new-img/time-bg.png') repeat left center;
    background-size: 100% 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}
.time-name-box {
    /* width: 30.667vw; */
    width: 195px;
    height: 57.5px;
}
.time-name {
    font-size: 18px;
    color: #6AA1BD;
    margin-bottom: 15px;
}
.time-time {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.zxdp-fgx {
    margin-top: 15px;
    margin-right: 30px;
}
.zxdp-box {
    width: 58px;
    height: 57.5px;
}
.zxdp-box img {
    width: 58px;
    height: 57.5px;
}


.slide-box .bd li a img.slide-img {
    width: 350px;
    height: 215px;
    /* border-radius: 2.667vw; */
}
.slide-box .bd li p {
    width: 351px;
    height: 22.5px;
    text-align: center;
    line-height: 22.5px;
    background: url('../new-img/slide-p.png') no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 206.5px;
    /* border-radius: 2.667vw; */
    padding: 0 10px;
    box-sizing: border-box;
}
.slide-box .bd li p a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22.5px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list {
    width: 350px;
    height: 100%;
    padding: 0 25px;
    margin-top: 20px;
}
.news-list li {
    width: 100%;
    height: 27.5px;
    line-height: 27.5px;
    background: url('../new-img/xbd.png') no-repeat left center;
    padding-left: 10px;
    box-sizing: border-box;
}
.news-list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22.5px;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more {
    float: right;
    font-size: 12px;
    color: #fff;
}
.img-list {
    width: 100%;
    height: 82.5px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-item {
    float: left;
    width: 82.5px;
    height: 82.5px;
    border-radius: 82.5px;
}
.img-item:last-child {
    margin-right: 0;
}
.img-item img {
    width: 100%;
    height: 100%;
    border-radius: 82.5px;
}

.go-firstpage{
    display: block;
    width: 85.5px;
    height: 22px;
    margin: 0 auto;
    /* margin-top: 4vw; */
}
.go-firstpage img {
    width: 85.5px;
    height: 22px;
}


/* 三屏 */
.sloide-item {
    width: 350px;
    height: 130px;
    float: left;
    margin: 0 auto;
    margin-bottom: 7.5px;
}
/* .sloide-item:nth-child(2n) {
    float: right;
} */
.slide-box2 {
    width: 350px;
    height: 130px;
    /* overflow: hidden; */
    position: relative;
    /* margin-bottom: 20px; */
    float: left;
}
.slide-box2 .bd {
    width: 350px;
    height: 130px;
    overflow: hidden;
}
.slide-box2 .bd ul li {
    /* width: 18vw; */
    width: 350px;
    height: 130px;
}
.slide2-l {
    width: 67.5px;
    height: 130px;
    display: none;
}
.slide2-l img {
    width: 67.5px;
    height: 130px;
}
.slide2-r {
    width: 350px;
    height: 130px;
    padding: 10px;
    padding-right: 18.75px;
    box-sizing: border-box;
}
.sloide-item:nth-child(1) .slide2-r {
    background: url('../new-img/zn-slide-bg4.png') repeat left center;
}
.sloide-item:nth-child(2) .slide2-r {
    background: url('../new-img/zn-slide-bg1.png') repeat left center;
}
.sloide-item:nth-child(3) .slide2-r {
    background: url('../new-img/zn-slide-bg2.png') repeat left center;
}
.sloide-item:nth-child(4) .slide2-r {
    background: url('../new-img/zn-slide-bg3.png') repeat left center;
}
.sloide-item:nth-child(5) .slide2-r {
    background: url('../new-img/zn-slide-bg4.png') repeat left center;
}
/* .sloide-item:nth-child(1) .slide2-r {
    background: url('../new-img/zn-slide-bg1.png') repeat left center;
} */

.rc-wap-box {
    width: 345px;
    height: auto;
    max-height: 580px;
    margin: 0 auto;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
}
.rc-wap-item {
    width: 100%;
    min-height: 95px;
    margin-bottom: 25px;
    background: url('../new-img/rc-item-bg-new2.png') no-repeat left center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.rc-wap-item:first-child {
    background: url('../new-img/rc-item-bg-new1.png') no-repeat left center;
    background-size: cover;
}
.rc-wap-item .zpxx-info {
    margin-right: 10px;
}
.rc-wap-item .zpxx-info p {
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 2;
    display: flex;
}
.rc-wap-item .zpxx-info p span {
    display: block;
    width: 62px;
    text-align: right;
}
.rc-wap-item .zpxx-info p i {
    display: block;
    width: calc(100% - 62px);
    /* text-align: justify; */
}
.rc-wap-item img {
    width: 77.5px;
    height: 75px;
}
.wap5-new {
    width: 345px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}
.wap5-new a {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.wap5-new a img {
    /* width: 92vw; */
    width: auto;
    height: 42.5px;
}
.zn-title {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.hengxian {
    width: 47.52px;
    height: 1px;
    background: #FFA216;
    margin-top: 5px;
}
.hengxian2 {
    width: 47.5px;
    height: 1px;
    background: #FFA216;
    margin: 0 auto;
    margin-top: 5px;
}
.adress {
    margin-top: 10px;
    background: url('../new-img/adress.png') no-repeat left 4px;
    background-size: 12px;
}
.person {
    margin-top: 5px;
    background: url('../new-img/person.png') no-repeat left 2px;
    background-size: 12px;
}
.adress , .person  , .adress-info , .person-info{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide-box2 .next {
    position: absolute;
    right: 0;
    top: 0;
    width: 17.5px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    cursor: pointer;
}
.slide-box2 .next img {
    width: 15px;
}
.sloide-item:nth-child(1) .slide-box2 .next {
    background: url('../new-img/next4.png') repeat left center;
}
.sloide-item:nth-child(2) .slide-box2 .next {
    background: url('../new-img/next1.png') repeat left center;
}
.sloide-item:nth-child(3) .slide-box2 .next {
    background: url('../new-img/next2.png') repeat left center;
}
.sloide-item:nth-child(4) .slide-box2 .next {
    background: url('../new-img/next3.png') repeat left center;
}
.sloide-item:nth-child(5) .slide-box2 .next {
    background: url('../new-img/next4.png') repeat left center;
}

.rc-item {
    float: left;
    width: 168.75px;
    height: auto;
    margin: 0 3px;
}
.rc-item:nth-child(3) {
    display: none;
}
.rc-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.rc-item a img {
    width: 100%;
    height: 100%;
}
.rc-item a .rc-item-info {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,49,42, 0.3);
    padding: 37.5px 20px;
}
.rc-item a .rc-item-info.on {
    display: block;
}
.rc-item a .rc-item-info .rc-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}
.rc-item a .rc-item-info .rc-summary {
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
    margin-top: 10px;
}

.sfq-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.sfq-item {
    /* float: left; */
    width: 100%;
    height: 29.25px;
    cursor: pointer;
}
.sfq-item:nth-child(1) {
    background: url('../new-img/ltkj-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(2) {
    background: url('../new-img/xdmhg-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(3) {
    background: url('../new-img/xny-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(4) {
    background: url('../new-img/xcl-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(5) {
    background: url('../new-img/zbzz-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(6) {
    background: url('../new-img/xdwl-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item:nth-child(7) {
    background: url('../new-img/whly-h.png') no-repeat top center;
    background-size: 100%;
}
.sfq-item.active {
    width: 100%;
    height: 240px;
    background: none;
}
.sfq-item .sfq-top {
    display: none;
    width: 100%;
}
.sfq-item .sfq-a {
    display: none;
    width: 100%;
    position: relative;
}
.sfq-item .sfq-a p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 50px;
    line-height: 1.8;
    text-indent: 2em;
}
.sfq-item .sfq-a img {
    width: 100%;
    height: 100%;
}
.sfq-item.active .sfq-top {
    display: block;
}
.sfq-item.active .sfq-a {
    display: block;
}

.zn-detail {
    width: 350px;
    /* height: 144vw; */
    /* height: 517.5px; */
    height: auto;
    /* min-height: 107.6vw; */
    /* margin-top: 5.333vw; */
    position: fixed;
    background: url('../new-img/zn-page2-bg.png') no-repeat 2.8px 80px;
    background-size: 345.5px 398.5px;
    z-index: 111;
    display: none;
    /* overflow: auto; */
    padding-bottom: 112.5px;
    box-sizing: border-box;
}
.zn-detail-item {
    display: none;
}
.zn-detail .zn-detail-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.hengxian2 {
    width: 47.5px;
    height: 1px;
    background: #FFA216;
    margin: 0 auto;
    margin-top: 5px;
}
.zn-detail-info {
    width: 325px;
    /* min-height: 106.267vw; */
    height: 504px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 26.25px;
    box-sizing: border-box;
    /* overflow: auto; */
}
.zn-detail-info img {
    width: 160px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 10px;
    object-fit: cover;
}
.zn-detail-info img.zn-detail-k-img {
    width: 100%;
    height: 150px;
}
.go-back {
    font-size: 15px;
    color: #fff;
    float: right;
}
.img-list-box {
    width: 350px;
    height: auto;
    /* margin-top: 5.333vw; */
    /* margin-top: 57.5px; */
    margin-top: 100px;
    display: none;
    position: absolute;
    top: 112.5px;
    /* left: 5.333vw; */
    display: none;
    
}
.img-list-box .wl-title-box {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.img-list-box .img-box-scroll {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 400px;
    overflow: auto;
    margin-top: 37.5px;
}
.img-list-box .img-box-scroll .wl-a-tz-link {
    display: block;
    position: relative;
    width: 167.5px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.img-list-box .img-box-scroll .wl-a-tz-link img {
    width: 167.5px;
    height: 150px;
    border-radius: 10px;
    margin-bottom: 15px;
    /* margin-right: 4vw; */
    object-fit: cover;
}
.img-list-box .img-box-scroll .wl-a-tz-link p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}

.wl-scroll-d {
    width: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}
.go-back2 {
    font-size: 15px;
    color: #fff;
    float: right;
}


/* 滚动条样式 */
/* Webkit浏览器滚动条样式 */
*::-webkit-scrollbar {
    width: 0px;
}
 
*::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
*::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: px;
}
 
*::-webkit-scrollbar-thumb:hover {
    background: #555;
}
 
/* Firefox浏览器滚动条样式 */
* {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}