.ne-banner {
    width: 100%;
    margin-top: 1.12rem;
    position: relative;
    overflow: hidden;
}

    .ne-banner img {
        display: block;
        width: 100%;
        animation: changeScale 1 2.5s;
    }

.ne-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.ne-title {
    margin-bottom: 0.2rem;
}

    .ne-title h3 {
        font-size: 0.46rem;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 0.5rem;
        margin-bottom: 0.05rem;
        text-shadow: 0 3px 5px #333;
        text-transform: uppercase;
    }

    .ne-title h4 {
        font-size: 0.18rem;
        color: #FFFFFF;
        font-family: arial;
        line-height: 0.26rem;
        text-transform: uppercase;
        font-weight: normal;
        text-shadow: 0 3px 5px #333;
    }

.ne-menuList {
    background: rgba(0, 0, 0, 0.25);
}

    .ne-menuList ul li {
        float: left;
        font-size: 0.2rem;
        text-align: center;
        line-height: 0.84rem;
        position: relative;
    }

        .ne-menuList ul li:after {
            display: block;
            content: '';
            width: 1px;
            height: 0.28rem;
            background: rgba(255, 255, 255, 0.3);
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -0.14rem;
        }

        .ne-menuList ul li:last-child:after {
            display: none;
        }

        .ne-menuList ul li a {
            display: block;
            color: #FFFFFF;
        }

.menu-active {
    background: #d81324;
}

.ne-content {
    padding: 1.17rem 0 1.5rem;
    background: #FFFFFF;
}

.proList {
    background: #f6f6f6;
}

.pro-menuList ul li {
    width: 20%;
}

.proList ul li {
    zoom: 1;
    margin-bottom: 0.14rem;
}

    .proList ul li:last-child {
        margin-bottom: 0;
    }

    .proList ul li:after {
        display: block;
        content: '';
        clear: both;
    }

    .proList ul li:nth-child(odd) .pro-img {
        float: left;
    }

    .proList ul li:nth-child(odd) .pro-info {
        float: right;
    }

    .proList ul li:nth-child(even) .pro-img {
        float: right;
    }

    .proList ul li:nth-child(even) .pro-info {
        float: left;
    }

.pro-img {
    width: 50%;
    height: 4.17rem;
    background: url(../images/pro-bg02.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .pro-img img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition-duration: 0.5s;
    }

.pro-info {
    width: 50%;
    height: 4.17rem;
    padding: 1.2rem 0.6rem;
}

    .pro-info h4 {
        width: 100%;
        height: 0.96rem;
        font-size: 0.3rem;
        color: #333333;
        font-weight: bold;
        line-height: 0.48rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.pro-link {
    margin-top: 0.3rem;
}

    .pro-link a {
        font-size: 0.18rem;
        color: #333333;
        position: relative;
        transition-duration: 0.5s;
    }

        .pro-link a:after {
            display: block;
            content: '';
            width: 0.26rem;
            height: 0.06rem;
            background: url(../images/jt05.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: -0.4rem;
            top: 50%;
            margin-top: -0.03rem;
            transition-duration: 0.5s;
        }

        .pro-link a:hover {
            color: #d81324;
        }

            .pro-link a:hover:after {
                right: -0.5rem;
            }

.pro-detail-top {
    padding: 1.1rem 0 0.75rem;
    background: #FFFFFF;
}

.pro-detail-topBox {
    display: flex;
}

.proDetail-lb {
    width: 46.87%;
}

.proDetail-js {
    width: 53.13%;
    padding: 0.2rem 0.6rem 0;
}

.large-img {
    width: 100%;
    height: 4.7rem;
    background: #f0f0f0;
    margin-bottom: 0.05rem;
}

    .large-img .swiper-slide img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 90%;
        max-height: 90%;
    }

.small-img .swiper-slide {
    height: 1.26rem;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

    .small-img .swiper-slide img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.small-img .swiper-slide-thumb-active {
    border: 2px solid #db2333;
}

.small-img .swiper-button-next:after,
.small-img .swiper-button-prev:after {
    display: none;
}

.small-img .swiper-button-next,
.small-img .swiper-button-prev {
    width: 0.25rem;
    height: 0.67rem;
    margin-top: -0.335rem;
}

.small-img .swiper-button-next {
    right: 0;
    background: url(../images/jt06-b.png) no-repeat center center #949494;
}

.small-img .swiper-button-prev {
    left: 0;
    background: url(../images/jt06-a.png) no-repeat center center #949494;
}

.proDetail-js h3 {
    font-size: 0.34rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
}

.proDetail-js h4 {
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}

.proDetail-js p {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.34rem;
}

.proDetail-cz {
    margin-top: 0.3rem;
}

.download,
.go-back {
    width: 1.92rem;
    height: 0.48rem;
    border-radius: 0.48rem;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.48rem;
}

.download {
    background: #d81324;
    color: #FFFFFF;
    font-weight: bold;
}

.go-back {
    margin-left: 0.25rem;
    background: #e0e0e0;
    color: #333333;
}

.pro-detail-menu {
    width: 100%;
    padding-top: 0.4rem;
    background: #484848;
    position: relative;
}

.galaxy-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.pro-detail-menu .w1540 {
    position: relative;
    z-index: 10;
}

.pro-detail-menu h4 {
    font-size: 0.3rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
}

.pro-detail-menu ul li {
    float: left;
    width: 2.18rem;
    height: 0.6rem;
    background: #d81324;
    margin-right: 0.1rem;
    position: relative;
}

    .pro-detail-menu ul li a {
        display: block;
        font-size: 0.18rem;
        color: #FFFFFF;
        text-align: center;
        line-height: 0.6rem;
    }

.detail-active {
    background: #ffffff !important;
}

    .detail-active:before {
        display: block;
        content: '';
        width: 100%;
        height: 0.05rem;
        background: #FFFFFF;
        position: absolute;
        top: -0.05rem;
        left: 0;
    }

    .detail-active a {
        color: #d81324 !important;
    }

.pro-detail-message {
}

.pro-messageList {
    padding: 0.6rem 0;
    border-bottom: 1px dashed #e6e5e5;
}

    .pro-messageList:last-child {
        border-bottom: none;
    }

.messageList-title {
    margin-bottom: 0.36rem;
}

    .messageList-title h3 {
        position: relative;
        zoom: 1;
    }

        .messageList-title h3:after {
            display: block;
            content: '';
            clear: both;
        }

        .messageList-title h3:before {
            display: block;
            content: '';
            width: 100%;
            height: 0.12rem;
            border-radius: 0.12rem;
            background: #e3e3e3;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .messageList-title h3 img {
            float: left;
            width: 0.56rem;
            margin-top: 0.06rem;
            position: relative;
            z-index: 10;
        }

        .messageList-title h3 span {
            float: left;
            font-size: 0.28rem;
            color: #333333;
            font-weight: bold;
            line-height: 0.36rem;
            position: relative;
            z-index: 10;
        }

.pro-messageList table {
    width: 11.2rem;
    border-collapse: collapse;
    border: 1px solid #c8c8c8;
    margin-bottom: 0.5rem;
}

    .pro-messageList table th {
        height: 0.66rem;
        font-size: 0.18rem;
        color: #FFFFFF;
        background: #d81324;
        font-weight: normal;
        border: 1px solid #f2aeb4;
    }

        .pro-messageList table th:nth-child(1) {
            background: none;
            border: 1px solid #c8c8c8;
        }

    .pro-messageList table td {
        height: 0.66rem;
        font-size: 0.17rem;
        color: #333333;
        text-align: center;
        border: 1px solid #c8c8c8;
    }

.pro-messageList h4 {
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.3rem;
    padding-left: 0.16rem;
    margin-bottom: 0.3rem;
    position: relative;
}

    .pro-messageList h4:before {
        display: block;
        content: '';
        width: 3px;
        height: 20px;
        background: #d81324;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -11px;
    }

.pro-messageList img {
    display: block;
    max-width: 100%;
}

.pro-messageList ul {
    margin-bottom: 0.3rem;
}

    .pro-messageList ul li {
        font-size: 0.17rem;
        color: #333333;
        line-height: 0.36rem;
        padding-left: 0.18rem;
        position: relative;
    }

        .pro-messageList ul li:before {
            display: block;
            content: '';
            width: 0.08rem;
            height: 0.08rem;
            border-radius: 50%;
            background: #b1b1b1;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -0.04rem;
        }

.pro-message-case {
    margin-bottom: 0.1rem;
}

    .pro-message-case h5 {
        font-size: 0.17rem;
        color: #333333;
        font-weight: normal;
        padding-left: 0.12rem;
        margin-bottom: 0.05rem;
        position: relative;
    }

        .pro-message-case h5:before {
            display: block;
            content: '';
            width: 5px;
            height: 11px;
            background: url(../images/jt07.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -5.5px;
        }

.pro-messageList p {
    font-size: 0.17rem;
    color: #333333;
    line-height: 0.36rem;
}


/* 关于我们 */
.about-menuList ul li {
    width: 25%;
}

.about-pic {
    width: 100%;
    position: relative;
    margin-top: 0.25rem;
}

    .about-pic:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background: #eae9e9;
        content: "";
        right: -0.1rem;
        bottom: -0.1rem;
    }

    .about-pic img {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .about-pic .dw {
        position: absolute;
        right: 0.8rem;
        top: 35%;
        color: #fff;
        font-size: 0.54rem;
        z-index: 3;
    }

.zs-ti1 p {
    font-size: 0.32rem;
    position: relative;
    z-index: 1;
    line-height: 0.4rem;
    color: #d81324;
    padding-top: 0.1rem;
}

.zs-ti1 h1 {
    font-size: 0.66rem;
    line-height: 66px;
    color: #bcbcbc;
    position: relative;
    top: 0px;
    z-index: 2;
    text-transform: uppercase;
}

.zs-ti1 p span {
    color: #a37316;
    font-weight: bold;
}

.zs-ti1 {
    margin-bottom: 15px;
    position: relative;
}

.about-text {
    padding-top: 0.25rem;
}

    .about-text p {
        font-size: 0.18rem;
        line-height: 0.34rem;
        color: #333333;
        padding-bottom: 0.25rem;
        text-indent: 2em;
    }

    .about-text span {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        padding-right: 20px;
    }

.qywh-box {
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
    margin-bottom: 0.25rem;
}

    .qywh-box img {
        display: block;
        width: 100%;
        animation: changeScale 1 2.5s;
    }

    .qywh-box .dw {
        position: absolute;
        left: 1.8rem;
        top: 35%;
        color: #fff;
        font-size: 0.42rem;
        z-index: 3;
    }

.qywh-list {
    width: 100%;
}

    .qywh-list dl {
        width: 49%;
        float: left;
        margin-right: 2%;
        background: #ecf1f3;
        border-bottom: 5px solid #d81324;
        height: 3rem;
        padding: 0 1.9rem 0 0.55rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
        position: relative;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-sizing: border-box;
    }

        .qywh-list dl .icon {
            position: absolute;
            right: 0.6rem;
            top: 35%;
            transition-duration: 1s;
        }

        .qywh-list dl:hover .icon {
            animation: icon-bounce 1 .5s;
        }

        .qywh-list dl:nth-child(2) {
            margin-right: 0;
        }


/* 员工天地 */

.pic-case {
    width: 100%;
}

    .pic-case dl {
        width: 32%;
        float: left;
        margin-right: 2%;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }

        .pic-case dl dt {
            width: 100%;
            overflow: hidden;
            background: #000;
        }

        .pic-case dl:hover dd {
            color: #b70005;
        }

        .pic-case dl dt img {
            display: block;
            width: 100%;
            transition-duration: 1s;
        }

        .pic-case dl dd {
            width: 100%;
            text-align: center;
            line-height: 0.64rem;
            background: #f1f1f1;
            font-size: 0.2rem;
            color: #333333;
            transition-duration: 1s;
        }

        .pic-case dl:hover dt img {
            transform: scale(1.1);
            opacity: 0.7;
        }

        .pic-case dl:nth-child(3n) {
            margin-right: 0;
        }

.map {
    width: 100%;
    height: 5.6rem;
}

.BMap_pop div:nth-child(8) {
    width: 90px !important;
    height: 50px !important;
    top: 83px !important;
}

    .BMap_pop div:nth-child(8) img {
        position: absolute;
        margin-top: -711px;
    }

.BMap_shadow {
    display: none !important;
}

.address-box {
    margin-top: 0.2rem;
    width: 100%;
    background: #f7f7f7;
    padding: 0.4rem 0.6rem;
    zoom: 1;
}

    .address-box:after {
        display: block;
        content: '';
        clear: both;
    }

.address-fl {
    float: left;
}

    .address-fl h3 {
        font-size: 0.3rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .address-fl p {
        zoom: 1;
        margin-bottom: 0.1rem;
    }

        .address-fl p:after {
            display: block;
            content: '';
            clear: both;
        }

        .address-fl p img {
            float: left;
            width: 0.24rem;
            height: 0.24rem;
            margin-top: 0.02rem;
            margin-right: 0.1rem;
        }

        .address-fl p span {
            float: left;
            font-size: 0.18rem;
            color: #333333;
            line-height: 0.3rem;
        }

.address-fr {
    float: right;
    width: 1.563rem;
}

    .address-fr img {
        display: block;
        width: 100%;
    }

    .address-fr p {
        margin-top: 0.1rem;
        text-align: center;
    }

        .address-fr p span {
            font-size: 0.16rem;
            color: #333333;
            padding-left: 0.34rem;
            position: relative;
        }

            .address-fr p span:before {
                display: block;
                content: '';
                width: 0.27rem;
                height: 0.23rem;
                background: url(../images/wx-icon.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -0.11rem;
            }

.news-menuList li {
    width: 50%;
}

.news-top {
    display: flex;
    margin-bottom: 0.5rem;
}

.news-top-fl {
    width: 54.56%;
    overflow: hidden;
}

    .news-top-fl img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

    .news-top-fl:hover img {
        transform: scale(1.1);
    }

.news-top-fr {
    width: 45.44%;
    padding: 0.6rem 0.4rem 0;
    background: #f7f7f7;
}

    .news-top-fr h3 {
        font-size: 0.26rem;
        color: #333333;
        font-weight: bold;
        line-height: 0.36rem;
        margin-bottom: 0.15rem;
    }

    .news-top-fr span {
        display: block;
        font-size: 0.22rem;
        color: #c51323;
        font-weight: normal;
        margin-bottom: 0.1rem;
    }

    .news-top-fr p {
        font-size: 0.18rem;
        color: #555555;
        line-height: 0.34rem;
        text-align: justify;
    }

    .news-top-fr a {
        display: block;
        width: 0.46rem;
        height: 0.46rem;
        background: #e7e7e7;
        border-radius: 50%;
        position: relative;
        margin-top: 0.2rem;
        transition-duration: 0.5s;
    }

        .news-top-fr a:hover {
            background: #fff;
        }

        .news-top-fr a img {
            display: block;
            width: 0.1rem;
            height: 0.19rem;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -0.05rem;
            margin-top: -0.095rem;
        }

.news-list ul li {
    padding: 0.46rem 0 0.3rem;
    border-bottom: 1px solid #e1e1e1;
    transition-duration: 0.5s;
}

    .news-list ul li:hover {
        background: #c51323;
    }

.news-listInfo {
    display: block;
    zoom: 1;
}

    .news-listInfo:after {
        display: block;
        content: '';
        clear: both;
    }

.news-time {
    float: left;
    width: 7.8%;
    text-align: center;
}

    .news-time span:nth-child(1) {
        display: block;
        font-size: 0.26rem;
        color: #333333;
        line-height: 0.3rem;
        transition-duration: 0.5s;
    }

    .news-time span:nth-child(2) {
        display: block;
        font-size: 0.16rem;
        color: #666666;
        line-height: 0.3rem;
        transition-duration: 0.5s;
    }

.news-list ul li:hover .news-time span {
    color: #FFFFFF !important;
}

.news-listInfo-fr {
    float: left;
    width: 75.62%;
}

    .news-listInfo-fr h4 {
        font-size: 0.22rem;
        color: #333333;
        line-height: 0.26rem;
        margin-bottom: 0.1rem;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition-duration: 0.5s;
    }

    .news-listInfo-fr p {
        font-size: 0.16rem;
        color: #999999;
        line-height: 0.26rem;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition-duration: 0.5s;
    }

.news-list ul li:hover .news-listInfo-fr h4 {
    color: #FFFFFF;
}

.news-list ul li:hover .news-listInfo-fr p {
    color: #FFFFFF;
}

.news-jt {
    float: right;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: #f7f7f7;
    margin-top: 0.07rem;
    margin-right: 0.25rem;
    position: relative;
    transition-duration: 0.5s;
}

    .news-jt img {
        display: block;
        width: 0.1rem;
        height: 0.19rem;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.05rem;
        margin-top: -0.095rem;
    }

.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

    .jianT li {
        background: #fff;
        border: 1px solid #ddd;
        line-height: 34px;
        height: 36px;
        min-width: 43px;
        display: inline-block;
        margin: 0 6px;
        width: 43px;
        padding: 0;
    }

        .jianT li:nth-child(1) {
            width: 54px;
        }

        .jianT li:nth-last-child(1) {
            width: 54px;
        }

        .jianT li a {
            font-size: 14px;
            color: #474747;
            display: block
        }

            .jianT li a:hover {
                text-decoration: none;
                background: #c51323;
                color: #fff;
            }
        .jianT li span {
            font-size: 14px;
            color: #474747;
            display: block
        }

            .jianT li span:hover {
                text-decoration: none;
                background: #c51323;
                color: #fff;
            }

        .jianT li .on {
            background: #c51323;
            color: #fff;
            display: block;
        }

.app-box {
    padding: 0.95rem 0 0.8rem;
    background: url(../images/app-bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 1.12rem;
}

.app-title {
    margin-bottom: 0.3rem;
}

    .app-title h3 {
        font-size: 0.46rem;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        padding-bottom: 0.1rem;
        position: relative;
    }

        .app-title h3:after {
            display: block;
            content: '';
            width: 0.92rem;
            height: 1px;
            background: #FFFFFF;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -0.46rem;
        }

.app-content {
    position: relative;
}

    .app-content ul li {
        float: left;
        width: 24.7%;
        margin-right: 0.4%;
        position: relative;
        overflow: hidden;
    }

        .app-content ul li:last-child {
            margin-right: 0;
        }

.app-img {
    position: relative;
    z-index: 2;
}

    .app-img img {
        display: block;
        width: 100%;
    }

    .app-img h4 {
        width: 100%;
        font-size: 0.24rem;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        position: absolute;
        bottom: 0.4rem;
    }

.app-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d72718;
    padding: 0.8rem 0.4rem 0;
    left: 0;
    top: 100%;
    z-index: 10;
    transition-duration: 0.5s;
}

.app-content ul li:hover .app-cover {
    top: 0;
}

.app-cover h4 {
    font-size: 0.24rem;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    line-height: 0.26rem;
    margin-bottom: 0.25rem;
}

.app-cover p {
    font-size: 0.17rem;
    color: #FFFFFF;
    line-height: 0.30rem;
    text-align: justify;
}

.app-btn {
    width: 0.41rem;
    margin: 0.3rem auto 0;
    cursor: pointer;
    transition-duration: 0.3s;
}

    .app-btn img {
        display: block;
        width: 0.31rem;
        margin: 0 auto;
    }

    .app-btn:hover {
        padding-left: 0.05rem;
    }

.app-fixed {
    position: absolute;
    z-index: 90;
    width: 15.34rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #21304d;
    padding: 0.9rem 0.7rem;
    display: none;
}

    .app-fixed h4 {
        font-size: 0.32rem;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        line-height: 0.36rem;
        margin-bottom: 0.3rem;
    }

    .app-fixed p {
        font-size: 0.19rem;
        color: #ffffff;
        line-height: 0.38rem;
        text-align: justify;
    }

    .app-fixed dl {
        margin-top: 0.3rem;
    }

        .app-fixed dl dt {
            font-size: 0.24rem;
            color: #FFFFFF;
            font-weight: bold;
            line-height: 0.3rem;
            margin-bottom: 0.2rem;
        }

        .app-fixed dl dd {
            padding-left: 0.15rem;
            font-size: 0.19rem;
            color: #ffffff;
            line-height: 0.38rem;
            position: relative;
        }

            .app-fixed dl dd:before {
                display: block;
                content: '';
                width: 0.07rem;
                height: 0.11rem;
                background: url(../images/jt10.png) no-repeat;
                background-size: 100% 100%;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -0.055rem;
            }

.app-back {
    display: block;
    width: 1.94rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #d81324;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.5rem;
    position: absolute;
    right: 0.7rem;
    bottom: 1rem;
    cursor: pointer;
}

.join-menuList ul li {
    width: 33.333%;
}

.join-title {
    text-align: center;
    margin-bottom: 0.3rem;
}

    .join-title h3 {
        font-size: 0.66rem;
        font-family: arial;
        color: #bcbcbc;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 0.66rem;
        opacity: 0.4;
    }

    .join-title h4 {
        font-size: 0.34rem;
        color: #d81324;
        font-weight: bold;
        line-height: 0.34rem;
        text-transform: uppercase;
        /*margin-top: -0.35rem;*/
        position: relative;
        z-index: 2;
    }

.join-js {
    margin-bottom: 0.5rem;
}

    .join-js p {
        font-size: 0.18rem;
        color: #333333;
    }

.talent-list ul li {
    zoom: 1;
}

    .talent-list ul li:after {
        display: block;
        content: '';
        clear: both;
    }

.talent-img {
    width: 50%;
    overflow: hidden;
}

    .talent-img img {
        display: block;
        width: 100%;
        transition-duration: 0.5s;
    }

    .talent-img:hover img {
        transform: scale(1.1);
    }

.talent-info {
    width: 50%;
    padding: 1.1rem 0.5rem 0;
}

    .talent-info h4 {
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.34rem;
        margin-bottom: 0.2rem;
    }

    .talent-info p {
        font-size: 0.19rem;
        color: #333333;
        line-height: 0.36rem;
        text-align: justify;
    }

.talent-list ul li:nth-child(odd) .talent-img {
    float: left;
}

.talent-list ul li:nth-child(odd) .talent-info {
    float: right;
}

.talent-list ul li:nth-child(even) .talent-img {
    float: right;
}

.talent-list ul li:nth-child(even) .talent-info {
    float: left;
}

.join-tableMenu {
    background: #555555;
    padding: 0 0.2rem;
}

    .join-tableMenu ul li {
        float: left;
        font-size: 0.2rem;
        color: #FFFFFF;
        line-height: 0.8rem;
    }

        .join-tableMenu ul li:nth-child(1) {
            width: 28%;
            text-align: left;
        }

        .join-tableMenu ul li:nth-child(2) {
            width: 28%;
            text-align: left;
        }

        .join-tableMenu ul li:nth-child(3) {
            width: 13%;
            text-align: center;
            margin-right: 15%;
        }

        .join-tableMenu ul li:nth-child(4) {
            width: 12%;
            text-align: center;
        }

        .join-tableMenu ul li:nth-child(5) {
            width: 4%;
        }

.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 0.2rem;
    zoom: 1;
}

    .join-table label:after {
        display: block;
        content: '';
        clear: both;
    }

    .join-table label div {
        float: left;
        font-size: 0.18rem;
        color: #333333;
        line-height: 0.72rem;
    }

        .join-table label div:nth-child(1) {
            width: 28%;
            text-align: left;
        }

        .join-table label div:nth-child(2) {
            width: 28%;
            text-align: left;
        }

        .join-table label div:nth-child(3) {
            width: 13%;
            text-align: center;
            margin-right: 15%;
        }

        .join-table label div:nth-child(4) {
            width: 12%;
            text-align: center;
        }

        .join-table label div:nth-child(5) {
            width: 4%;
            height: 0.72rem;
            position: relative;
        }

            .join-table label div:nth-child(5):after {
                display: block;
                content: '-';
                font-size: 0.3rem;
                color: #333333;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                transition-duration: 0.5s;
            }

.selected div:nth-child(5):after {
    content: '+' !important;
}


.join-table .tab_content {
    display: none;
    width: 100%;
    background: #f1f2f3;
    padding: 0.3rem;
}

    .join-table .tab_content h4 {
        font-size: 0.2rem;
        color: #555555;
        font-weight: bold;
        margin-bottom: 0.05rem;
        margin-top: 0.2rem;
    }

        .join-table .tab_content h4:nth-child(1) {
            margin-top: 0;
        }

    .join-table .tab_content p {
        font-size: 0.17rem;
        color: #666666;
        line-height: 1.6;
    }

.new-nr-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
}

    .new-nr-ti h1 {
        font-size: 0.3rem;
        padding-bottom: 0.1rem;
    }

    .new-nr-ti p {
        font-size: 0.17rem;
    }

.new-nr-zi {
    font-size: 0.17rem;
    line-height: 1.6;
}


@media only screen and (max-width: 1540px) {
    .qywh-list dl .icon {
        width: 0.72rem;
    }

        .qywh-list dl .icon img {
            width: 100%;
        }

    .zs-ti1 h1 {
        line-height: 40px;
    }
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 769px) {
    .ne-banner {
        margin-top: 1rem;
    }

    .ne-menuList {
        display: none;
    }

    .ne-content {
        padding: 0.7rem 0 0.45rem;
    }

    .zs-ti1 h1 {
        line-height: 30px;
    }

    .about-text p {
        font-size: 0.28rem;
        line-height: 0.46rem;
        text-align: justify;
    }

    .about-pic .dw {
        top: 23%;
        right: 0.6rem;
    }

    .address-box {
        padding: 0.3rem 0.2rem;
    }

    .address-fl {
        width: 100%;
        float: none;
    }

        .address-fl h3 {
            font-size: 0.32rem;
        }

        .address-fl p img {
            width: 0.34rem;
            height: 0.34rem;
        }

        .address-fl p span {
            font-size: 0.28rem;
            width: calc(100% - 0.44rem);
        }

    .address-fr {
        float: none;
        margin: 0 auto;
        width: 2.63rem;
    }

        .address-fr p span {
            font-size: 0.28rem;
            padding-left: 0.44rem;
        }

            .address-fr p span:before {
                width: 0.32rem;
                height: 0.28rem;
                margin-top: -0.14rem;
            }

    .qywh-box .dw {
        left: 1.3rem;
    }

    .qywh-list dl {
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
        font-size: 0.28rem;
        line-height: 0.46rem;
        margin-right: 0;
        padding: 0.2rem 0.2rem;
        border-bottom: 2px solid #d81324;
    }

        .qywh-list dl .icon {
            display: none;
        }

    .pic-case dl {
        width: 49%;
    }

        .pic-case dl:nth-child(3n) {
            margin-right: 2%;
        }

        .pic-case dl:nth-child(2n) {
            margin-right: 0;
        }

        .pic-case dl dd {
            font-size: 0.28rem;
        }

    .app-content ul {
        width: 84%;
        margin: 0 auto;
    }

        .app-content ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0.08rem;
        }

    .app-img h4 {
        font-size: 0.3rem;
    }

    .app-cover h4 {
        font-size: 0.3rem;
        line-height: 0.36rem;
    }

    .app-cover p {
        font-size: 0.28rem;
        line-height: 0.46rem;
    }

    .app-btn {
        width: 0.82rem;
    }

        .app-btn img {
            width: 0.62rem;
        }

    .app-fixed {
        position: fixed;
        width: 94%;
        left: 3%;
        transform: translate(0,-50%);
        padding: 0.4rem 0.3rem;
    }

        .app-fixed h4 {
            font-size: 0.36rem;
            line-height: 0.56rem;
        }

        .app-fixed p {
            font-size: 0.28rem;
            line-height: 0.46rem;
        }

    .app-back {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0.3rem auto 0;
    }

    .join-tableMenu ul li {
        font-size: 0.28rem;
        line-height: 0.36rem;
        padding: 0.2rem 0;
    }
	.join-table label div{
		 font-size: 0.28rem;
        line-height: 0.36rem;
        padding: 0.2rem 0;
	}
    .join-tableMenu {
        padding: 0;
    }

        .join-tableMenu ul li:nth-child(1) {
            width: 25%;
            text-align: center;
        }

        .join-tableMenu ul li:nth-child(2) {
            width: 25%;
            text-align: center;
        }

        .join-tableMenu ul li:nth-child(3) {
            width: 27%;
            margin-right: 0;
        }

        .join-tableMenu ul li:nth-child(4) {
            width: 23%;
        }

        .join-tableMenu ul li:nth-child(5) {
            display: none;
        }

    .join-table label {
        padding: 0;
    }

        .join-table label div:nth-child(1) {
            width: 25%;
            text-align: center;
        }

        .join-table label div:nth-child(2) {
            width: 27%;
            text-align: center;
        }

        .join-table label div:nth-child(3) {
            width: 23%;
            margin-right: 0;
        }

        .join-table label div:nth-child(4) {
            width: 25%;
        }

        .join-table label div:nth-child(5) {
            display: none;
        }

    .join-table .tab_content {
        padding: 0.3rem 0.2rem;
    }

        .join-table .tab_content h4 {
            font-size: 0.3rem;
        }

        .join-table .tab_content p {
            font-size: 0.28rem;
        }

    .join-title h4 {
        font-size: 0.36rem;
    }

    .join-js p {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .talent-list ul li {
        margin-bottom: 0.2rem;
    }

    .talent-img {
        width: 100%;
    }

    .talent-info {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

        .talent-info h4 {
            font-size: 0.34rem;
        }

        .talent-info p {
            font-size: 0.28rem;
            line-height: 0.42rem;
        }

    .news-top {
        display: block;
    }

    .news-top-fl {
        width: 100%;
    }

    .news-top-fr {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

        .news-top-fr h3 {
            font-size: 0.34rem;
            line-height: 0.46rem;
        }

        .news-top-fr span {
            font-size: 0.32rem;
        }

        .news-top-fr p {
            font-size: 0.28rem;
            line-height: 0.42rem;
        }

        .news-top-fr a {
            width: 0.6rem;
            height: 0.6rem;
        }

    .news-jt {
        display: none;
    }

    .news-time {
        width: 20%;
    }

        .news-time span:nth-child(1) {
            font-size: 0.34rem;
            line-height: 0.4rem;
        }

        .news-time span:nth-child(2) {
            font-size: 0.28rem;
            line-height: 0.42rem;
        }

    .news-listInfo-fr {
        width: 80%;
    }

        .news-listInfo-fr h4 {
            font-size: 0.3rem;
            line-height: 0.4rem;
            margin-bottom: 0;
        }

        .news-listInfo-fr p {
            font-size: 0.28rem;
            line-height: 0.42rem;
        }

    .pro-img {
        width: 100%;
    }

    .pro-info {
        width: 100%;
        padding: 1.2rem 0.2rem;
    }

        .pro-info h4 {
            font-size: 0.34rem;
        }

    .pro-detail-topBox {
        display: block;
    }

    .proDetail-lb {
        width: 100%;
    }

    .proDetail-js {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

        .proDetail-js h3 {
            font-size: 0.36rem;
        }

        .proDetail-js h4 {
            font-size: 0.3rem;
            line-height: 0.34rem;
        }

        .proDetail-js p {
            font-size: 0.28rem;
            line-height: 0.42rem;
        }

    .download, .go-back {
        width: 2rem;
        height: 0.54rem;
        font-size: 0.28rem;
        line-height: 0.54rem;
    }

    .pro-detail-menu h4 {
        font-size: 0.36rem;
    }

    .pro-detail-menu ul li a {
        font-size: 0.28rem;
    }

    .messageList-title h3 span {
        font-size: 0.34rem;
    }

    .pro-messageList table {
        width: 100%;
    }

        .pro-messageList table th {
            font-size: 0.28rem;
            height: 0.86rem;
        }

        .pro-messageList table td {
            height: auto;
            font-size: 0.28rem;
            padding: 0.2rem 0;
        }

    .pro-messageList h4 {
        font-size: 0.3rem;
    }

    .pro-messageList ul li {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

        .pro-messageList ul li:before {
            top: 0.18rem;
            margin-top: 0rem;
        }

    .pro-message-case h5 {
        font-size: 0.28rem;
        padding-left: 0.24rem;
    }

    .pro-messageList p {
        font-size: 0.28rem;
        line-height: 0.42rem;
    }

    .new-nr-ti h1 {
        font-size: 0.36rem;
    }

    .new-nr-zi {
        font-size: 0.28rem;
    }

    .app-box {
        margin-top: 1rem;
    }
    .jianT{
    	margin-top: 0;
    }
    .jianT li{
    	display: none;
    }
    .jianT li:nth-child(-n+2){
    	display: inline-block;
    }
    .jianT li:nth-last-child(-n+2){
    	display: inline-block;
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
