ul {
    zoom: 1;
}

    ul:after {
        display: block;
        content: '';
        clear: both;
    }

.ne-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .ne-banner img {
        
        width: 100%;
        animation: changeScale 1 2.5s;
    }
    .pc-bannerImg{
    	display: block;
    }
    .mobile-bannerImg{
    	display: none;
    }

.w92 {
    width: 92%;
    margin: 0 auto;
}

.ne-about-info {
    /*background: #fff;*/
    position: relative;
}

.ne-about-infoBox {
    position: relative;
    background: #fff;
    padding: 0.65rem 0.9rem 1rem;
    margin-top: -0.9rem;
}

.ne-about-jj {
    margin-bottom: 0.6rem;
}

    .ne-about-jj h3 {
        font-size: 0.56rem;
        color: #0087cd;
        line-height: 1;
        margin-bottom: 0.35rem;
    }

    .ne-about-jj h4 {
        font-size: 0.36rem;
        color: #333333;
        line-height: 1;
        margin-bottom: 0.2rem;
    }

    .ne-about-jj p {
        font-size: 0.18rem;
        color: #333333;
        line-height: 1.8;
    }

.ne-about-tzfx {
    margin-top: 0.7rem;
}

    .ne-about-tzfx ul {
        display: flex;
        border: 1px solid #acacac;
    }

        .ne-about-tzfx ul li {
            width: 25%;
            border-right: 1px solid #acacac;
            padding: 0.55rem 0.44rem 0.5rem;
            text-align: center;
        }

            .ne-about-tzfx ul li:last-child {
                border-right: none;
            }

            .ne-about-tzfx ul li h5 {
                font-size: 0.24rem;
                color: #333333;
                font-weight: normal;
                line-height: 1.2;
                margin-bottom: 0.3rem;
            }

            .ne-about-tzfx ul li img {
                display: block;
                width: 1.4rem;
                margin: 0 auto;
            }

            .ne-about-tzfx ul li p {
                width: 100%;
                height: 0.9rem;
                font-size: 0.18rem;
                color: #666666;
                line-height: 1.6;
                margin-top: 0.2rem;
                margin-bottom: 0.5rem;
            }

            .ne-about-tzfx ul li a {
                display: block;
                width: 1.58rem;
                height: 0.46rem;
                border-radius: 0.46rem;
                background: #0087cd;
                font-size: 0.18rem;
                color: #fff;
                text-align: center;
                line-height: 0.46rem;
                margin: 0 auto;
                position: relative;
                top: 0;
            }

            .ne-about-tzfx ul li:hover img {
                -webkit-animation: icon-bounce 0.5s alternate;
                -moz-animation: icon-bounce 0.5s alternate;
                -o-animation: icon-bounce 0.5s alternate;
                animation: icon-bounce 0.5s alternate;
            }

            .ne-about-tzfx ul li a:hover {
                top: -3px;
                box-shadow: 0 3px 3px 0 #333;
            }

.ne-about-shzr {
    padding: 1.4rem 0 2.4rem;
    background: url(../images/shzr-bg.jpg) no-repeat center center;
    background-attachment: fixed;
}

.shzr-box {
    padding: 0 0.9rem;
}

.ab-title {
    font-size: 0.36rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.shzr-box p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    text-align: justify;
}

.ne-about-dsz {
    padding-top: 0.9rem;
    background: url(../images/dsz-bg.png) no-repeat right bottom #f7f7f7;
    background-size: 7.23rem;
}

    .ne-about-dsz .w92 {
        padding: 0 0.9rem;
        display: flex;
    }

.about-dsz-fl {
    width: 60.23%;
}

    .about-dsz-fl .ab-title {
        color: #333333;
    }

.dszjy {
    width: 100%;
    height: 3.17rem;
    padding-right: 0.35rem;
    overflow-y: scroll;
}

    .dszjy p {
        font-size: 0.18rem;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 0.25rem;
    }

    .dszjy::-webkit-scrollbar {
        width: 8px;
    }

    .dszjy::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #c4c4c4;
    }

    .dszjy::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #e7e7e7;
    }

.container::-webkit-scrollbar-button {
    display: none;
}

.dsz-name {
    margin-top: 0.25rem;
    zoom: 1;
}

    .dsz-name:after {
        display: block;
        content: '';
        clear: both;
    }

    .dsz-name p {
        float: left;
        font-size: 0.18rem;
        color: #333333;
        line-height: 0.45rem;
    }

    .dsz-name img {
        float: left;
        width: 1.37rem;
        margin-left: 0.2rem;
    }


.about-dsz-fr {
    width: 39.77%;
    zoom: 1;
}

    .about-dsz-fr:after {
        display: block;
        content: '';
        clear: both;
    }

.about-dsz-img {
    float: right;
    width: 4.6rem;
    margin-right: 0.34rem;
}

    .about-dsz-img img {
        display: block;
        width: 100%;
    }

.about-qywh-box {
    padding: 1rem 0.9rem 0;
}

    .about-qywh-box .ab-title {
        color: #333333;
    }

    .about-qywh-box ul li {
        float: left;
        width: 32%;
        margin-right: 2%;
        border-radius: 0.08rem;
        overflow: hidden;
        position: relative;
    }

        .about-qywh-box ul li:nth-child(3) {
            margin-right: 0;
        }

        .about-qywh-box ul li img {
            display: block;
            width: 100%;
            position: relative;
            z-index: 2;
            transition-duration: 0.5s;
        }

        .about-qywh-box ul li:hover img {
            transform: scale(1.1);
        }

.qywh-message {
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    font-size: 0.22rem;
    color: #fff;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.5s;
}

.about-qywh-box ul li:hover .qywh-message {
    opacity: 1;
    visibility: visible;
}

.qywh-name {
    position: absolute;
    bottom: 0.22rem;
    left: 0.35rem;
    z-index: 10;
    zoom: 1;
}

    .qywh-name:after {
        display: block;
        content: '';
        clear: both;
    }

.qywh-icon {
    float: left;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

    .qywh-icon img {
        display: block;
        width: 0.32rem !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -0.16rem;
        margin-top: -0.16rem;
    }

.qywh-name span {
    float: left;
    display: block;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.7rem;
    margin-left: 0.15rem;
}

.ne-about-ry {
    padding-top: 1.1rem;
}

.about-ry-box {
    padding: 0 0.9rem;
}

    .about-ry-box .ab-title {
        color: #333333;
    }

.ry-box-lunbo {
    position: relative;
}

.ry-box-swiper {
    width: 100%;
    background: #f5f5f5;
    padding: 0.9rem 0.44rem 1.1rem;
}

.ry-img {
    width: 100%;
    overflow: hidden;
}

    .ry-img img {
        display: block;
        width: 100%;
    }

.ry-name {
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin-top: 0.2rem;
}

.ry-box-lunbo .swiper-pagination {
    position: relative;
    width: 100%;
    height: 3px;
    background: #eaeaea;
    margin-bottom: 0.6rem;
}

.ry-box-lunbo .swiper-pagination-progressbar-fill {
    display: block;
    background: #0087cd;
}

.biao {
    display: block;
    /*content: '';*/
    position: absolute;
    top: 50%;
    width: 0.34rem !important;
    height: 0.34rem !important;
    background: url(../images/scrolldrag-icon.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -0.17rem;
    transition-duration: 1s;
}

.ne-content-box {
    position: relative;
    background: #fff;
    padding: 0.65rem 0.9rem 1rem;
    margin-top: -0.9rem;
}

.ne-title {
    margin-bottom: 0.35rem;
    zoom: 1;
}

    .ne-title:after {
        display: block;
        content: '';
        clear: both;
    }

    .ne-title h3 {
        float: left;
        font-size: 0.56rem;
        color: #0087cd;
        line-height: 1;
        font-weight: bold;
    }

.ywjs-box ul li {
    margin-bottom: 0.6rem;
}

    .ywjs-box ul li:last-child {
        margin-bottom: 0;
    }

.ywjs-img {
    width: 100%;
    overflow: hidden;
}

    .ywjs-img img {
        
        width: 100%;
        transition-duration: 0.5s;
    }
    .pc-ywjs-img{
    	display: block;
    }
    .mobile-ywjs-img{
    	display: none;
    }

.ywjs-box ul li:hover .ywjs-img img {
    transform: scale(1.1);
}

.ywjs-btn {
    display: block;
    width: 3.8rem;
    height: 0.72rem;
    background: #0087cd;
    margin: -0.36rem auto 0;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.ywjs-btnName {
    display: inline-block;
    font-size: 0.3rem;
    color: #fff;
    line-height: 0.72rem;
    padding-right: 0.44rem;
    position: relative;
}

.ywjs-jt {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: url(../images/yw-jt.png) no-repeat center center #fff;
    background-size: 0.15rem auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.17rem;
    transition-duration: 0.5s;
}

.up .ywjs-jt {
    transform: rotate(180deg);
}

.ywjs-info {
    display: none;
    padding-top: 0.3rem;
    font-size: 0.18rem;
    color: #555555;
    line-height: 1.6;
}

    .ywjs-info h4 {
        font-size: 0.24rem;
        color: #333333;
        line-height: 1.4;
        font-weight: normal;
        margin-bottom: 0.05rem;
        margin-top: 0.2rem;
    }

.ne-title ul {
    float: right;
    margin-top: 0.1rem;
}

    .ne-title ul li {
        float: left;
        font-size: 0.24rem;
        color: #333333;
        line-height: 1.4;
        margin-right: 0.64rem;
        position: relative;
    }

        .ne-title ul li:last-child {
            margin-right: 0;
        }

        .ne-title ul li:after {
            display: block;
            content: '';
            width: 1px;
            height: 0.22rem;
            background: #8f8f8f;
            position: absolute;
            right: -0.32rem;
            top: 50%;
            margin-top: -0.11rem;
        }

        .ne-title ul li:last-child:after {
            display: none;
        }

        .ne-title ul li a {
            color: #333333;
        }

.ne-active a {
    color: #0087cd !important;
}

.ne-news-banner {
    margin-bottom: 0.25rem;
}

    .ne-news-banner ul {
        display: flex;
    }

        .ne-news-banner ul li {
            width: 32%;
            margin-right: 2%;
            position: relative;
        }

            .ne-news-banner ul li:after {
                display: block;
                content: '';
                width: 0%;
                height: 2px;
                background: #0087cd;
                position: absolute;
                left: 0;
                bottom: 0;
                transition-duration: 0.5s;
            }

            .ne-news-banner ul li:hover:after {
                width: 100%;
            }

            .ne-news-banner ul li:nth-child(3) {
                margin-right: 0;
            }

.news-banner-img {
    display: block;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}

    .news-banner-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

.ne-news-banner ul li:hover .news-banner-img img {
    transform: scale(1.1);
}

.news-banner-info {
    padding: 0.25rem 0;
}

    .news-banner-info h4 {
        font-size: 0.22rem;
        color: #333333;
        line-height: 1.4;
        margin-bottom: 0.1rem;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        transition-duration: 0.5s;
    }

    .news-banner-info p {
        font-size: 0.18rem;
        color: #666666;
        line-height: 1.6;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        transition-duration: 0.5s;
    }

.ne-news-banner ul li:hover .news-banner-info h4 {
    color: #0087cd;
}

.ne-news-banner ul li:hover .news-banner-info p {
    color: #0087cd;
}



.ne-news-list {
    border-top: 1px solid #d6d6d6;
}

    .ne-news-list ul li {
        height: 1.9rem;
        border-bottom: 1px solid #d6d6d6;
        padding-top: 0.5rem;
        position: relative;
    }

        .ne-news-list ul li:before {
            display: block;
            content: '';
            width: 0%;
            height: 2px;
            background: #0087cd;
            position: absolute;
            left: 0;
            bottom: -1px;
            transition-duration: 0.5s;
        }

        .ne-news-list ul li:hover:before {
            width: 100%;
        }

        .ne-news-list ul li a {
            display: flex;
        }

.news-list-date {
    width: 15.74%;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.3rem;
    transition-duration: 0.5s;
}

.ne-news-list ul li:hover .news-list-date {
    color: #0087cd;
}

.news-list-info {
    width: 84.26%;
}

    .news-list-info h4 {
        font-size: 0.22rem;
        color: #333333;
        font-weight: bold;
        line-height: 0.3rem;
        margin-bottom: 0.15rem;
        transition-duration: 0.5s;
    }

    .news-list-info p {
        font-size: 0.18rem;
        color: #666666;
        font-weight: normal;
        line-height: 1.6;
        display: -webkit-Box;
        -webkit-Box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        transition-duration: 0.5s;
    }

.ne-news-list ul li:hover .news-list-info h4 {
    color: #0087cd;
}

.ne-news-list ul li:hover .news-list-info p {
    color: #0087cd;
}


.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
}

    .jianT li {
        width: 0.4rem;
        height: 0.4rem;
        display: inline-block;
        margin: 0 6px;
        overflow: hidden;
        border: 0.01rem solid #eaeaea;
    }

        .jianT li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.16rem;
            color: #b9b9b9;
            display: block;
            background: #ffffff;
            line-height: 0.4rem;
            position: relative;
        }

        .jianT li:hover a {
            background: #0087cd;
            color: #fff;
        }

        .jianT li span {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0.16rem;
            color: #b9b9b9;
            display: block;
            background: #ffffff;
            line-height: 0.4rem;
            position: relative;
        }

        .jianT li:hover span {
            background: #0087cd;
            color: #fff;
        }

        .jianT li .on {
            border: 0.01rem solid #0087cd;
            background: #0087cd;
            color: #fff;
        }

.home, .end {
    width: 0.8rem !important;
    border: 0.01rem solid #0087cd;
    background: #0087cd;
}

    .home a, .end a {
        background: #0087cd !important;
        color: #fff !important;
    }

.rhcs-info {
    display: flex;
}

.rhcs-info-fl {
    width: 62.2%;
    padding-right: 0.55rem;
}

    .rhcs-info-fl h4 {
        font-size: 0.4rem;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0.3rem;
    }

.rhcs-info-message {
    margin-bottom: 0.4rem;
}

    .rhcs-info-message p {
        font-size: 0.2rem;
        color: #555555;
        line-height: 1.8;
        text-align: justify;
        margin-bottom: 0.3rem;
    }

        .rhcs-info-message p:last-child {
            margin-bottom: 0;
        }

.look-more {
    display: block;
    width: 1.56rem;
    height: 0.46rem;
    border-radius: 0.46rem;
    background: #0187ce;
    font-size: 0.17rem;
    color: #fff;
    text-align: center;
    line-height: 0.46rem;
    transition-duration: 0.3s;
    position: relative;
    top: 0;
}

    .look-more:hover {
        top: -3px;
        box-shadow: 0 3px 3px 0 #333;
    }

.rhcs-info-fr {
    width: 37.8%;
    zoom: 1;
}

    .rhcs-info-fr:after {
        display: block;
        content: '';
        clear: both;
    }

    .rhcs-info-fr dl {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

        .rhcs-info-fr dl:nth-child(2) {
            margin-right: 0;
        }

        .rhcs-info-fr dl dd {
            width: 100%;
            height: 2.4rem;
            border: 1px solid #e3e3e3;
            text-align: center;
            padding-top: 0.34rem;
        }

            .rhcs-info-fr dl dd:nth-child(1) {
                margin-bottom: 0.25rem;
            }

        .rhcs-info-fr dl:nth-child(1) {
            padding-top: 0.25rem;
        }

.rhcs-info-icon {
    display: block;
    margin: 0 auto;
    width: 1.16rem;
    height: 1.16rem;
    border-radius: 50%;
    background: #e5f3fa;
    position: relative;
}

    .rhcs-info-icon img {
        display: block;
        width: 0.72rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.rhcs-info-fr dl dd p {
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.4;
    margin-top: 0.15rem;
    transition-duration: 0.5s;
}

.rhcs-info-fr dl dd:hover .rhcs-info-icon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.rhcs-info-fr dl dd:hover p {
    color: #0087cd;
}

.rhcs-xm {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
    /*background: url(../images/csxm-bg.jpg) no-repeat center top;*/
    /*background-size: 100% auto;*/
    position: relative;
}

.rhcs-xm-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

    .rhcs-xm-bg img {
        display: block;
        width: 100%;
        animation: scale 10s linear infinite;
    }

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.rhcs-title {
    font-size: 0.4rem;
    color: #333333;
    font-weight: normal;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 10;
}

.rhcs-xm-list {
    position: relative;
    text-align: center;
    margin-bottom: 0.6rem;
    z-index: 10;
}

    .rhcs-xm-list:after {
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        background: #cfd0d2;
        position: absolute;
        top: 49%;
        z-index: 2;
    }

    .rhcs-xm-list ul {
        position: relative;
        z-index: 4;
        display: inline-block;
    }

        .rhcs-xm-list ul li {
            float: left;
            width: 0.96rem;
            height: 0.96rem;
            border-radius: 50%;
            position: relative;
            margin-right: 2.2rem;
            cursor: pointer;
        }

            .rhcs-xm-list ul li:last-child {
                margin-right: 0;
            }

.cs-yuan01 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #cfd0d2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    transition-duration: 0.3s;
}

.cs-yuan02 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #8bbdd8;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
}

.rhcs-xm-list ul li span {
    display: block;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    line-height: 0.96rem;
    position: relative;
    z-index: 12;
    transition-duration: 0.3s;
}

.csxm-active .cs-yuan01 {
    background: #0187ce;
    border: 1px solid #0187ce;
}

.csxm-active span {
    color: #fff !important;
}

.csxm-active .cs-yuan02 {
    animation: star 3s linear infinite;
}

@keyframes star {
    0% {
        width: 100%;
        height: 100%;
    }

    50% {
        width: 120%;
        height: 120%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

.rhcs-xm-contentBox {
    position: relative;
    z-index: 10;
}

.rhcs-xm-contenter {
    display: flex;
}

.rhcs-xm-fl {
    width: 47.27%;
    background: #fff;
    box-shadow: 0px 2px 2px 1px #d8d6d6;
    padding: 0.65rem 0.9rem 0.2rem;
}

    .rhcs-xm-fl h4 {
        font-size: 0.36rem;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0.3rem;
    }

    .rhcs-xm-fl h5 {
        font-size: 0.24rem;
        color: #555555;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0.3rem;
    }

    .rhcs-xm-fl p {
        font-size: 0.2rem;
        color: #555555;
        font-weight: normal;
        line-height: 1.6;
        text-align: justify;
    }

.rhcs-xm-fr {
    width: 52.73%;
    overflow: hidden;
}

    .rhcs-xm-fr img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

    .rhcs-xm-fr:hover img {
        transform: scale(1.1);
    }

.rhcs-ry {
    padding: 1rem 0 0.75rem;
}

.lxwm-box {
    position: relative;
    background: url(../images/map.png) no-repeat right top #fff;
    background-size: auto 100%;
}

.lxwm-name {
    display: inline-block;
    padding-right: 1.2rem;
    margin-top: 0.7rem;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #d5d5d5;
}

    .lxwm-name:after {
        display: block;
        content: '';
        width: 1.4rem;
        height: 2px;
        background: #0187ce;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .lxwm-name h4 {
        font-size: 0.36rem;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
    }

.lxwm-address {
    margin-bottom: 1.1rem;
}

    .lxwm-address p {
        zoom: 1;
        margin-bottom: 0.5rem;
    }

        .lxwm-address p:after {
            display: block;
            content: '';
            clear: both;
        }

        .lxwm-address p:last-child {
            margin-bottom: 0;
        }

        .lxwm-address p img {
            display: block;
            float: left;
            width: 0.22rem;
        }

        .lxwm-address p span {
            float: left;
            font-size: 0.2rem;
            color: #333333;
            line-height: 0.28rem;
            margin-left: 0.1rem;
        }

.lxwm-tel ul li {
    float: left;
    margin-right: 0.65rem;
}

    .lxwm-tel ul li:last-child {
        margin-right: 0;
    }

    .lxwm-tel ul li h5 {
        font-size: 0.26rem;
        color: #333333;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0.25rem;
    }

    .lxwm-tel ul li p {
        font-size: 0.2rem;
        color: #333333;
        line-height: 1.6;
        margin-bottom: 0.15rem;
    }

        .lxwm-tel ul li p:last-child {
            margin-bottom: 0;
        }

.ne-join-box {
    padding: 0.85rem 0 0.7rem;
    background: #f7f7f7;
}


.join-tableMenu {
    background: #0087cd;
    padding: 0 1rem;
}

    .join-tableMenu ul li {
        float: left;
        font-size: 0.22rem;
        color: #FFFFFF;
        line-height: 0.8rem;
        text-align: center;
    }

        .join-tableMenu ul li:nth-child(1) {
            width: 20%;
            text-align: left;
        }

        .join-tableMenu ul li:nth-child(2) {
            width: 40%;
        }

        .join-tableMenu ul li:nth-child(3) {
            width: 20%;
        }

        .join-tableMenu ul li:nth-child(4) {
            width: 20%;
        }

.menu_tab {
    width: 100%;
    height: auto;
}

    .menu_tab li {
        border: 1px solid #d8d8d8;
        border-top: none;
    }

.join-table label {
    display: block;
    background: #FFFFFF;
    position: relative;
    transition-duration: 0.5s;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 1rem;
    zoom: 1;
}

    .join-table label:before {
        display: block;
        content: '';
        width: 0.37rem;
        height: 0.37rem;
        background: url(../images/join-jt.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 0.38rem;
        top: 50%;
        margin-top: -0.185rem;
        transition-duration: 0.5s;
    }

.selected:before {
    transform: rotate(180deg);
}

.join-table label:after {
    display: block;
    content: '';
    clear: both;
}

.join-table label div {
    float: left;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    line-height: 0.72rem;
}

    .join-table label div:nth-child(1) {
        width: 20%;
        text-align: left;
    }

    .join-table label div:nth-child(2) {
        width: 40%;
    }

    .join-table label div:nth-child(3) {
        width: 20%;
    }

    .join-table label div:nth-child(4) {
        width: 20%;
    }

.join-table .tab_content {
    display: none;
    width: 100%;
    background: #f1f2f3;
    padding: 0.3rem 1rem;
}

.tab_content-nav {
    width: 50%;
}

    .tab_content-nav:nth-child(1) {
        margin-bottom: 0.3rem;
    }

.join-table .tab_content {
    font-size: 0.17rem;
    color: #666666;
    line-height: 1.6;
}

    .join-table .tab_content h4 {
        font-size: 0.2rem;
        color: #555555;
        font-weight: bold;
        margin-bottom: 0.05rem;
    }





.footer {
    background: #14191c;
}

.footer-menu {
    display: flex;
}

.footer-menu-fl {
    width: 64.8%;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.footer-menu-flT {
    zoom: 1;
    padding: 0.55rem 1.6rem 0.4rem 6.2%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

    .footer-menu-flT:after {
        display: block;
        content: '';
        clear: both;
    }

    .footer-menu-flT > img {
        float: left;
        display: block;
        width: 1.69rem;
    }

.gzwm {
    float: right;
    display: flex;
    margin-top: 0.025rem;
}

    .gzwm > p {
        float: left;
        font-size: 0.18rem;
        color: #ffffff;
        line-height: 0.46rem;
        margin-right: 0.3rem;
    }

    .gzwm ul {
        display: flex;
    }

        .gzwm ul li {
            width: 0.46rem;
            height: 0.46rem;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.15);
            position: relative;
            margin-right: 0.25rem;
            cursor: pointer;
        }

            .gzwm ul li:last-child {
                margin-right: 0;
            }

            .gzwm ul li > img {
                display: block;
                width: 0.27rem;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
            }

.gzwm-ewm {
    width: 0.87rem;
    position: absolute;
    top: 120%;
    left: 50%;
    margin-left: -0.435rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition-duration: 0.5s;
}

.gzwm ul li:hover .gzwm-ewm {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.gzwm-ewm p {
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.footer-menu-flB {
    padding: 0.3rem 1.6rem 0.3rem 6.2%;
}

    .footer-menu-flB ul {
        zoom: 1;
    }

        .footer-menu-flB ul:after {
            display: block;
            content: '';
            clear: both;
        }

        .footer-menu-flB ul li {
            float: left;
            font-size: 0.18rem;
            color: #fff;
            line-height: 1.4;
            margin-right: 1.56rem;
        }

            .footer-menu-flB ul li:last-child {
                margin-right: 0;
            }

            .footer-menu-flB ul li a {
                color: #fff;
            }

.footer-menu-fr {
    width: 35.2%;
    padding-top: 0.6rem;
    padding-left: 1rem;
}

    .footer-menu-fr h3 {
        font-size: 0.2rem;
        color: #fff;
        line-height: 0.46rem;
        font-weight: normal;
        padding-left: 0.55rem;
        position: relative;
        margin-bottom: 0.35rem;
    }

        .footer-menu-fr h3:before {
            display: block;
            content: '';
            width: 0.46rem;
            height: 0.46rem;
            border-radius: 50%;
            border: 1px solid rgba(255,255,255,0.15);
            background: url(../images/dh.png) no-repeat center center;
            background-size: 0.23rem 0.23rem;
            position: absolute;
            left: 0;
            top: 0;
        }

    .footer-menu-fr p {
        font-size: 0.18rem;
        color: #ffffff;
        opacity: 0.6;
        line-height: 1.6;
    }

.footer-bei {
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 0.16rem;
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    line-height: 1.2;
    padding: 0.2rem 0;
}

.ne-news-detail {
    padding: 0.2rem 0;
}

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: 'syhtB';
}

    .new-nr-ti h1 {
        font-size: 20px;
        line-height: 1.4;
    }

    .new-nr-ti span {
        font-size: 14px;
        text-align: center;
        font-family: 'syhtN';
        line-height: 1.2;
    }

.new-nr-zi {
    font-size: 16px;
    line-height: 1.6;
}

@media only screen and (max-width: 1080px) {
    .ne-banner {
        margin-top: 50px;
    }

    .ne-about-infoBox {
        padding: 30px 10px;
    }

    .ne-about-jj h3 {
        font-size: 24px;
    }

    .ne-about-jj h4 {
        font-size: 20px;
    }

    .ne-about-jj p {
        font-size: 16px;
        text-align: justify;
    }

    .ne-about-tzfx ul {
        display: block;
    }

        .ne-about-tzfx ul li {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #acacac;
            padding: 30px 20px;
        }

            .ne-about-tzfx ul li h5 {
                font-size: 20px;
            }

            .ne-about-tzfx ul li p {
                font-size: 16px;
                height: auto;
            }

            .ne-about-tzfx ul li a {
                width: 120px;
                height: 36px;
                border-radius: 36px;
                font-size: 16px;
                line-height: 36px;
            }

    .shzr-box {
        padding: 0 10px;
    }

    .ab-title {
        font-size: 24px;
    }

    .shzr-box p {
        font-size: 16px;
        line-height: 1.8;
    }

    .ne-about-dsz {
        padding: 40px 0 0;
    }

        .ne-about-dsz .w92 {
            padding: 0 10px;
            display: block;
        }

    .about-dsz-fl {
        width: 100%;
    }

    .dszjy {
        height: auto;
        overflow: initial;
        padding-right: 0;
    }

        .dszjy p {
            font-size: 16px;
        }

    .dsz-name p {
        font-size: 16px;
    }

    .dsz-name img {
        float: right;
        width: 54px;
        margin-left: 0;
        margin-top: 2px;
    }

    .about-dsz-fr {
        width: 100%;
        margin-top: 20px;
    }

    .about-qywh-box {
        padding: 30px 10px 10px;
    }

        .about-qywh-box ul li {
            width: 100%;
            margin-bottom: 10px;
        }

    .qywh-name span {
        font-size: 18px;
    }

    .ne-about-ry {
        padding-top: 30px;
    }

    .about-ry-box {
        padding: 0 10px;
    }

    .ry-name {
        font-size: 16px;
    }

    .ry-box-swiper {
        padding: 20px 10px;
    }

    .ne-content-box {
        padding: 30px 10px;
    }

    .ne-title h3 {
        font-size: 24px;
    }

    .lxwm-name {
        display: block;
        padding-right: 0;
    }

        .lxwm-name h4 {
            font-size: 20px;
        }

    .lxwm-address p img {
        width: 17px;
    }

    .lxwm-address p span {
        width: calc(100% - 17px);
        margin-left: 0;
        padding-left: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    .lxwm-address p {
        margin-bottom: 10px;
    }

    .lxwm-address {
        margin-bottom: 30px;
    }

    .lxwm-tel ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .lxwm-tel ul li h5 {
            font-size: 20px;
            margin-bottom: 5px;
        }

        .lxwm-tel ul li p {
            font-size: 16px;
            margin-bottom: 0;
        }

    .lxwm-box {
        padding-bottom: 5.5rem;
        background: url(../images/map.png) no-repeat bottom center #fff;
        background-size: 100% auto;
    }

    .join-tableMenu {
        padding: 0;
    }

        .join-tableMenu ul li {
            font-size: 16px;
            width: 25% !important;
        }

            .join-tableMenu ul li:nth-child(1) {
                text-align: center;
            }

    .join-table label {
        padding: 0;
    }

        .join-table label div:nth-child(1) {
            text-align: center;
        }

        .join-table label div {
            padding: 10px 0;
            font-size: 16px;
            width: 25% !important;
            line-height: 1.4;
        }

        .join-table label:before {
            display: none;
        }

    .join-table .tab_content {
        padding: 20px 10px;
        font-size: 16px;
    }

        .join-table .tab_content h4 {
            font-size: 16px;
        }

    .jianT li {
        width: 30px;
        height: 30px;
        margin: 0;
    }

        .jianT li a {
            font-size: 14px;
            line-height: 30px;
        }

    .ne-title ul li {
        font-size: 16px;
    }

    .ne-news-banner ul {
        display: block;
    }

        .ne-news-banner ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .news-banner-info h4 {
        font-size: 16px;
    }

    .news-banner-info p {
        font-size: 16px;
    }

    .ne-news-list ul li {
        height: auto;
        padding: 20px 0 !important;
    }

        .ne-news-list ul li a {
            display: block;
        }

    .news-list-date {
        width: 100%;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .news-list-info {
        width: 100%;
    }

        .news-list-info h4 {
            font-size: 16px;
            line-height: 1.4;
        }

        .news-list-info p {
            font-size: 16px;
        }

    .rhcs-info {
        display: block;
    }

    .rhcs-info-fl {
        width: 100%;
        padding-right: 0;
    }

        .rhcs-info-fl h4 {
            font-size: 20px;
        }

    .rhcs-info-message p {
        font-size: 16px;
    }

    .look-more {
        width: 120px;
        height: 36px;
        border-radius: 36px;
        font-size: 16px;
        line-height: 36px;
        margin: 0 auto;
    }

    .rhcs-info-fr {
        width: 100%;
        margin-top: 30px;
    }

        .rhcs-info-fr dl:nth-child(1) {
            padding-top: 0;
        }

        .rhcs-info-fr dl dd p {
            font-size: 16px;
        }

    .rhcs-title {
        font-size: 20px;
    }

    .rhcs-xm-list ul li span {
        font-size: 16px;
    }

    .rhcs-xm-list ul li {
        margin-right: 10px;
    }

    .rhcs-xm-contenter {
        display: block;
    }

    .rhcs-xm-fl {
        width: 100%;
        box-shadow: 0px 0px 2px 1px #d8d6d6;
        padding: 20px 10px;
    }

        .rhcs-xm-fl h4 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .rhcs-xm-fl h5 {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .rhcs-xm-fl p {
            font-size: 16px;
            line-height: 1.8;
        }

    .rhcs-xm-fr {
        width: 100%;
    }

    .ywjs-info {
        font-size: 16px;
        line-height: 1.8;
    }

        .ywjs-info h4 {
        	
            font-size: 18px !important;
        }


    .footer-menu {
        display: block;
    }

    .footer-menu-fl {
        width: 100%;
        border-right: none;
    }

    .footer-menu-flT {
        padding: 20px 3%;
    }

        .footer-menu-flT > img {
            width: 112px;
            margin-top: 1.5px;
        }

    .gzwm p {
        font-size: 18px;
        line-height: 36px;
    }

    .gzwm ul li {
        width: 36px;
        height: 36px;
    }

        .gzwm ul li img {
            width: 24px;
        }

    .footer-menu-flB {
        display: none;
    }

    .footer-menu-fr {
        width: 100%;
        padding: 20px 3%;
    }

        .footer-menu-fr h3 {
            padding-left: 45px;
            font-size: 18px;
            line-height: 36px;
            margin-bottom: 10px;
        }

            .footer-menu-fr h3:before {
                width: 36px;
                height: 36px;
                background-size: 20px 20px;
            }

        .footer-menu-fr p {
            font-size: 16px;
        }

    .footer-bei {
        padding: 0.2rem 5%;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .pc-ywjs-img{
    	display: none;
    }
    .mobile-ywjs-img{
    	display: block;
    }
    .qywh-message{
    	font-size: 18px;
    	line-height: 1.6;
    }
    .pc-bannerImg{
    	display: none;
    }
    .mobile-bannerImg{
    	display: block;
    }
    .news-banner-img{
    	height: auto;
    }
}
