锘.header-select {
    display: none;
}

.header {
    height: calc(1.78rem);
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    transition: initial;
    top: 0;
}

.head-height {
    height: calc(1.78rem);
}

.header .top {
    line-height: 30px;
}

    .header .top .w1300 {
        width: 97.5%;
        padding-left: 2.5%;
    }

.header .top2 {
    border-bottom: 0;
}

    .header .top2 .w1300 {
        height: 1.78rem;
        width: 100%;
        padding: 0;
    }

    .header .top2 .header-logo {
        left: 2.5%;
        transform: translateY(-50%);
        z-index:9999;
    }
.header .top2 .header-logo a{
    float:left
}
    .header .top2 .header-logo a.tel {
        color: #999999;
        font-size:.75rem;
        line-height:1rem;
        font-weight:bold;
    }
.header .header-logo img {
    height: 1rem;
    left: 0;
    display: block;
}

.header .header-nav {
    display: none;
}

.header .header-link {
    display: none;
}

.header .nav-btn {
    display: block;
    width: 1.78rem;
    height: 1.78rem;
    position: absolute;
    right: 0;
    text-align: center;
}

    .header .nav-btn img {
        height: .66rem;
        margin-top: .6rem;
    }

.header .header-tel {
    top: .54rem;
    right: 2.5rem;
}

    .header .header-tel span {
        width: .5rem;
        height: 1rem;
        background-size: 100% 100%;
    }

    .header .header-tel a {
        font-size: .48rem;
    }

body {
    min-width: initial;
}

.header-mb {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 8rem;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 9999999;
}

    .header-mb .language {
        position: absolute;
        right: 2.5%;
        top: 2.5%;
        font-size: 14px;
    }

        .header-mb .language p {
            float: left;
            line-height: 35px;
        }

        .header-mb .language a {
            float: left;
            margin-left: 5px;
            width: 35px;
            text-align: center;
            line-height: 35px;
            border-radius: 50%;
            background: #acacac;
            color: #fff;
        }

    .header-mb .nav-close {
        display: block;
        width: .5rem;
        height: .5rem;
        background: url(/images/icon_close.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: .5rem;
        left: .5rem;
    }

    .header-mb .mb-nav {
        padding-top: 2.6rem;
    }

        .header-mb .mb-nav .mb-nav-item {
            border-bottom: 1px solid #e4e4e4;
        }

            .header-mb .mb-nav .mb-nav-item > a {
                display: block;
                font-size: .6rem;
                line-height: 1.9rem;
                color: #333;
                font-family: "Microsoft YaHei";
                font-weight: bold;
                padding: 0 .5rem;
                position: relative;
                text-transform: uppercase;
            }

                .header-mb .mb-nav .mb-nav-item > a i {
                    display: block;
                    width: .54rem;
                    height: .54rem;
                    background: url(/images/icon_m_1.png) no-repeat center;
                    background-size: 100% auto;
                    position: absolute;
                    top: 50%;
                    right: .5rem;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .header-mb .mb-nav .mb-nav-item .mb-sub-nav {
                display: none;
                border-top: 1px solid #e4e4e4;
            }

                .header-mb .mb-nav .mb-nav-item .mb-sub-nav li a {
                    display: block;
                    font-size: .52rem;
                    line-height: 1.4rem;
                    color: #333;
                    font-family: "Microsoft YaHei";
                    padding: 0 .5rem;
                    position: relative;
                }

                .header-mb .mb-nav .mb-nav-item .mb-sub-nav li > a i {
                    display: block;
                    width: .54rem;
                    height: .54rem;
                    background: url(/images/icon_m_1.png) no-repeat center;
                    background-size: 100% auto;
                    position: absolute;
                    top: 50%;
                    right: .5rem;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .header-mb .mb-nav .mb-nav-item .mb-sub-nav2 {
                display: none;
                border-top: 1px solid #e4e4e4;
            }

                .header-mb .mb-nav .mb-nav-item .mb-sub-nav2 li a {
                    display: block;
                    font-size: .48rem;
                    line-height: 1.4rem;
                    color: #333;
                    font-family: "Microsoft YaHei";
                    padding: 0 .5rem;
                    position: relative;
                }

            .header-mb .mb-nav .mb-nav-item .mb-sub-nav li.cur > a {
                background: #f8d5b8;
            }

                .header-mb .mb-nav .mb-nav-item .mb-sub-nav li.cur > a i {
                    background-image: url(/images/icon_m_2.png);
                }

            .header-mb .mb-nav .mb-nav-item.cur > a {
                background: #ffefe2;
            }

                .header-mb .mb-nav .mb-nav-item.cur > a i {
                    background-image: url(/images/icon_m_2.png);
                }

    .header-mb .mb-tel {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .5rem;
    }

        .header-mb .mb-tel p i {
            display: inline-block;
            vertical-align: middle;
            width: .44rem;
            height: .44rem;
            background: url(/images/icon_m_phone.png) no-repeat;
            background-size: cover;
        }

        .header-mb .mb-tel p span {
            display: inline-block;
            vertical-align: middle;
            font-size: .44rem;
            line-height: .48rem;
            color: #666;
            font-family: "Microsoft YaHei";
            margin-left: .24rem;
        }

        .header-mb .mb-tel a {
            display: block;
            font-size: .68rem;
            line-height: .68rem;
            font-family: DINCond-Bold;
            color: #0959a8;
            padding: .4rem 0 1rem;
            border-bottom: 1px dashed #e5e5e5;
        }

    .header-mb .mb-share {
        position: absolute;
        bottom: 1rem;
        right: .5rem;
    }

        .header-mb .mb-share span {
            display: inline-block;
            vertical-align: middle;
            font-size: .44rem;
            line-height: .48rem;
            color: #666;
            font-family: "Microsoft YaHei";
        }

        .header-mb .mb-share a {
            float: none;
            display: inline-block;
            vertical-align: middle;
            width: 1.2rem;
            height: 1.2rem;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            padding: 0;
            margin: 0;
            background-position: 0 0;
            background-size: cover;
        }

            .header-mb .mb-share a span {
                display: none !important;
            }

            .header-mb .mb-share a.mb-weinxin {
                background-image: url(/images/icon_m_weixin.png);
            }

            .header-mb .mb-share a.mb-weibo {
                background-image: url(/images/icon_m_weibo.png);
                margin-left: .44rem;
            }

    .header-mb.cur {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.mb-code-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9999999;
    padding: 35px 10px 10px;
    background: #eee;
}

    .mb-code-box .mb-code-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        background: url(/images/evaluate_close.png) no-repeat;
    }

.index-banner {
    height: auto;
}

    .index-banner .bxslider {
        display: none;
    }

    .index-banner .home-swiper {
        display: block;
    }

        .index-banner .home-swiper .swiper-slide img {
            display: block;
            width: 100%;
        }

        .index-banner .home-swiper .swiper-pagination {
            bottom: .6rem;
            font-size: 0;
            position: absolute;
        }

        .index-banner .home-swiper .swiper-pagination-bullet {
            width: 1.5rem;
            height: .15rem;
            background: #959493;
            margin: 0 .1rem;
            border-radius: 0;
        }

            .index-banner .home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background: #fff;
                border-radius: 5px;
            }

.index-title h3 {
    font-size: .68rem;
    line-height: .68rem;
}

.index-title p {
    font-size: .44rem;
    line-height: .44rem;
    margin-top: .4rem;
}

.index-service {
    padding: 1rem 0 2rem;
}

.sub-nav {
    height: 1.86rem;
}

    .sub-nav a {
        padding: 0 .2rem;
        margin: 0 .3rem;
    }

        .sub-nav a img {
            height: .64rem;
        }

        .sub-nav a span {
            font-size: .52rem;
            line-height: 1.86rem;
            margin: 0;
            margin-left: .2rem;
        }

.page-list {
    padding: 0 .6rem;
}

    .page-list a {
        font-size: .56rem;
        line-height: 1rem;
        padding: 0 .4rem;
        margin: 0 .1rem;
    }

footer .copyright {
    padding: .5rem 5% 3rem;
    background: #f5f7f7;
    font-size: .35rem;
    color: #999;
    text-align: center;
}

footer .fixed {
    background: #000;
    padding: .8rem 5%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

    footer .fixed .f1 {
        color: #fff;
        font-weight: bold;
        font-size: .7rem;
        padding-left: 1.1rem;
        position: relative;
        margin-right: .2rem;
    }

        footer .fixed .f1 img {
            width: 1rem;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    footer .fixed .f2 {
        color: #fff;
        font-weight: bold;
        font-size: .65rem;
        background: #19294b;
        border-radius: 5px;
        padding: 6px .5rem;
    }

    footer .fixed .f3 {
        color: #000;
        font-weight: bold;
        font-size: .65rem;
        background: #cbbc9e;
        border-radius: 5px;
        padding: 5px .5rem;
    }

.index .notify {
    padding: .4rem 2.5%;
    line-height: 28px;
    position: relative;
}

    .index .notify .t {
        float: left;
        font-size: .6rem;
        font-weight: bold;
        color: #000;
    }

    .index .notify .a {
        float: left;
        font-size: .48rem;
        color: #666;
        height: 28px;
        text-align: center;
        width: calc(100% - 4rem);
    }
    .index .notify .a a{
     
        color: #666;

    }
        .index .notify .a .swiper-container {
            float: left;
            font-size: .48rem;
            color: #666;
            height: 28px;
            width:100%;
        }
        .index .notify .a a.more {
            background: #f26161;
            border-radius: 20px;
            padding: 2px 6px;
            color: #fff;
            font-size: .4rem;
            margin-left:10px;
            position:absolute;
            right:2.5%;
            top:50%;
            transform:translateY(-50%);
            line-height:1;
        }

.index .nav {
    padding: .8rem 5% .4rem;
    background: #f5f7f7;
}

    .index .nav ul {
        width: calc(100% + 2%);
    }

        .index .nav ul li {
            float: left;
            text-align: center;
            width: calc(100%/4 - 2%);
            margin-right: 2%;
            margin-bottom: .4rem;
        }

            .index .nav ul li img {
                width: 75%;
            }

            .index .nav ul li p {
                font-size: .5rem;
                color: #000;
            }

.index .professional {
    padding: 1rem 2.5%;
}

    .index .professional img {
        max-width: 100%;
    }

    .index .professional ul {
        width: calc(100% + 2%);
        padding-top: 1em;
        margin: 0 auto;
    }

        .index .professional ul li {
            float: left;
            text-align: center;
            width: calc(100%/3 - 2%);
            margin-right: 2%;
            margin-bottom: .4rem;
        }

            .index .professional ul li img {
                width: 75%;
            }

            .index .professional ul li h1 {
                padding: .3rem 0;
                font-size: .6rem;
                color: #112245;
                font-weight: bold;
            }

            .index .professional ul li p {
                font-size: .35rem;
                color: #000;
            }

.index .guarantee {
    padding: 1rem 5%;
}

    .index .guarantee .t {
        text-align: center;
        padding: .2rem 0;
        position: relative;
    }

        .index .guarantee .t:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: #ccc;
            top: 50%;
            left: 0;
            z-index: -1;
        }

        .index .guarantee .t span {
            background: #fff;
            font-size: .7rem;
            color: #000;
            font-weight: bold;
            z-index: 100;
            padding: 0 20px;
        }

    .index .guarantee ul {
        width: calc(90% + 2%);
        padding-top: 1em;
        margin: 0 auto;
    }

        .index .guarantee ul li {
            float: left;
            text-align: center;
            width: calc(100%/3 - 2%);
            margin-right: 2%;
            margin-bottom: .4rem;
            /*background: url(/images/guarantee1.jpg) no-repeat center center;*/
            background-size: 100% auto;
            padding: 0rem 0;
            font-size: .6rem;
            color: #112245;
            font-weight: bold;
        }

    .index .guarantee .g > a {
        background: url(/images/guarantee2.jpg) no-repeat;
        background-size: 100% 100%;
        color: #fff;
        font-size: .65rem;
        font-weight: bold;
        letter-spacing: 5px;
        text-align: center;
        padding: 1rem 0;
        margin-top: .5rem;
        border-radius: 5px;
        display:block;
    }

        .index .guarantee .g > a:nth-child(2) {
            background: url(/images/guarantee3.jpg) no-repeat;
            background-size: 100% 100%;
        }

        .index .guarantee .g > a:nth-child(3) {
            background: url(/images/guarantee4.jpg) no-repeat;
            background-size: 100% 100%;
        }

.index .casework {
    padding: 1rem 5%;
    background: #f5f7f7;
    position:relative;
}

    .index .casework .casework-swiper {
        padding-top: .5rem;
    }

        .index .casework .casework-swiper .swiper-slide {
            width: 85%;
        }

        .index .casework .casework-swiper img {
            border-radius: 5px;
        }

    .index .casework .c {
        padding-top: .5rem;
    }

        .index .casework .c span {
            color: #666;
            font-size: .35rem;
            position: relative;
        }

        .index .casework .c a {
            float: right;
            font-size: .35rem;
            background: #f26161;
            padding: 2px 10px;
            color: #fff;
            border-radius: 15px;
        }

    .index .casework .swiper-pagination {
        position: absolute;
        left:5%;
        right:5%;
        bottom:.5rem;
        display:flex;
    }
    .index .casework .swiper-pagination-bullet {
        width: 90%;
        background: none;
    }

    .index .casework .swiper-pagination-bullet-active {
        background: #ccc;
        height:2px;
    }
.index .designer {
    padding: 1rem 5%;
}

.index .subject {
    padding: 1rem 5%;
}
    .index .subject .c {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
        padding-bottom: 5%;
    }
    .index .subject .c a {
        float: right;
        font-size: .35rem;
        background: #f26161;
        padding: 2px 10px;
        color: #fff;
        border-radius: 15px;


    }

    .index .subject ul {
        margin-top: .8rem;
    
        padding-top: .8rem;
        border-top: 1px solid #ccc;

        width: calc(100% + 5%);
    }

        .index .subject ul li {
            float: left;
            width: calc(100%/2 - 4%);
            margin-right: 4%;
            position: relative;
            margin-bottom: 5%;
            box-shadow: 0 5px 5px 0 #ccc;
        }

            .index .subject ul li img {
                display: block;
            }

            .index .subject ul li h1 {
                position: absolute;
                top: 10%;
                left: 5%;
                width: 90%;
                font-size: .68rem;
                font-weight: bold;
                color: #fff;
            }

            .index .subject ul li p {
                position: absolute;
                bottom: 15%;
                left: 5%;
                width: 90%;
                font-size: .35rem;
                color: #fff;
            }

.index .welcome {
    padding: 1rem 5%;
    background: #f5f7f7;
}

    .index .welcome .w {
        background: #fff;
        padding: 1rem 5%;
    }

        .index .welcome .w .w1 {
            position: relative;
            padding-bottom: 1rem;
            border-bottom: 1px solid #ccc;
            color:#000;
        }

            .index .welcome .w .w1 h1 {
                font-weight: bold;
                font-size: .7rem;
            }

            .index .welcome .w .w1 img {
                width: 1rem;
            }

            .index .welcome .w .w1 p {
                font-size: .45rem;
                font-weight: bold;
            }

            .index .welcome .w .w1 .wimg {
                position: absolute;
                right: 0;
                top: 0;
                width: 3.5rem;
            }

            .index .welcome .w .w1.w2 {
                margin-top: 1rem;
                border-bottom: 0;
            }

.index .evaluation {
    padding: 1rem 5%;
}

    .index .evaluation .evaluation-swiper {
        padding-top: .6rem;
    }
    .dp{
        border:1px  solid #ccc;
        border-radius:10px;
        padding:.8rem;
        margin-bottom:2px;
    }
   .dp .img{
        width:2rem;
        float:left;
        margin-right:10px;
    }
    .dp .img img {
        border-radius: 50%;
    }
            .dp .name {
            height: 1.9rem;
            padding-top: .3rem;
            color: #0b62a0;
            font-weight: bold;
            font-size: .5rem;
        }
            .dp .name p{
                margin-top:5px;
                line-height:15px;
            }
            .dp .name img {
                height: .5rem;
                margin-right: 5px;
            }

            .dp .p{
                font-size:12px;
                color:#666;
                padding:.2rem 0 0;
                height:70px;
                line-height:17px;
                overflow:hidden;
                margin-bottom:.3rem;
            }
        .dp .u1 img {
            width: 25vw;
            object-fit: cover;
            height: 25vw;
        }
        .index .order .order1 {
            padding: 1rem 5% .6rem;
            background: #f5f7f7;
        }

.index .order .order2 {
    padding: 1rem 5%;
    background: #19294b;
}

    .index .order .order2 input[type=text] {
        width: 90%;
        background: #fff;
        border: 0;
        font-size: .65rem;
        line-height: 2.5;
        padding: 0 5%;
        margin-top: 10px;
    }

    .index .order .order2 p {
        color: #ccc;
        font-size: .4rem;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .index .order .order2 input[type=submit] {
        width: 100%;
        background: #cbbc9e;
        color: #19294b;
        border: 0;
        font-weight: bold;
        font-size: .8rem;
        line-height: 2;
        padding: 0 5%;
        margin-top: 10px;
    }
.ad {
    position: relative;
}

.ad a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.ad img {
    width: 100%;
    display: block;

}
.ad .sjs{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:99;
    background:none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
} 

.banner img {
    width: 100%;
    display: block;
}
#imloading{
    text-align:center;
    font-size:.5rem;
}

.masonry {
    width: 100%;
    margin: 0 auto;
    opacity:0;
}

    .masonry .item {
        width: 47%;
        break-inside: avoid;
        margin-bottom: 5vw;
        display: block;
    }

        .masonry .item .img {
            width: 100%;
            position: relative;
        }
        .masonry .item .img img{
            border-radius: 5px;
        }

            .masonry .item .img span {
                position: absolute;
                right: 10px;
                bottom: 10px;
                background: rgba(0,0,0,.8) url(../images/icon-eye.png) no-repeat 5px center;
                background-size: .4rem;
                padding: 2px 5px 2px 20px;
                border-radius: 10px;
                font-size: .35rem;
                color: #fff;
            }

        .masonry .item h1 {
            font-size: .5rem;
            font-weight: bold;
            color: #333;
            line-height: 2;
        }

        .masonry .item P {
            font-size: .45rem;
            color: #999;
        }

.anli {
    padding: .5rem 5%;
}

    .anli .screening {
        width: 100%;
        background: #fff;
        z-index: 4;
        padding-bottom: .5rem;
        border-bottom: 1px solid #ddd;
        margin-bottom: .8rem;
    }

        .anli .screening > ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .anli .screening > ul > li {
                float: left;
                font-size: .5rem;
                width: calc(100%/3 - 1px);
                text-align: center;
                border-right: 1px solid #ccc;
                position: relative;
            }

                .anli .screening > ul > li:last-child {
                    border-right: 0;
                }

                .anli .screening > ul > li > span {
                    background: url("/images/icon-anl.jpg") no-repeat right center;
                    background-size: .75em;
                    padding-right: 15px;
                }

                .anli .screening > ul > li > ul {
                    position: absolute;
                    background: #fff;
                    top: 0;
                    left: 0;
                    text-align: center;
                    width: 100%;
                }

.anli2 {
    background: #f5f7f7;
}

    .anli2 .a1 {
        padding: .6rem 5%;
        background: #fff;
    }

        .anli2 .a1 h1 {
            font-weight: bold;
            font-size: .6rem;
            color: #000;
            line-height: 2;
        }

        .anli2 .a1 p {
            font-size: .45rem;
            color: #999;
            line-height: 2;
        }

    .anli2 .a2 {
        padding: .3rem 0;
    }

        .anli2 .a2 a {
            display: block;
            background: #fff;
            padding: .4rem 5%;
        }

            .anli2 .a2 a .fl.img {
                margin-right: .5rem;
                width: 2rem;
                height: 2rem;
                overflow: hidden;
                border-radius: 50%;
            }

            .anli2 .a2 a .fl img {
                width: 2rem;
            }

            .anli2 .a2 a .fr img {
                width: .4rem;
                margin-top: .8rem;
            }

            .anli2 .a2 a h1 {
                font-weight: bold;
                font-size: .6rem;
                color: #000;
                margin-top: .2rem;
            }

            .anli2 .a2 a p {
                font-size: .5rem;
                color: #999;
                line-height: 2;
            }

    .anli2 .a3 {
        padding: .5rem 5%;
        background: #fff;
    }

        .anli2 .a3 .swiper-pagination-fraction {
            position: absolute;
            right: 20px;
            bottom: 20px;
            left: auto;
            width: auto;
            color: #fff;
            font-size: .4rem;
        }

        .anli2 .a3 h1 {
            font-weight: 500;
            font-size: .5rem;
            color: #000;
            margin-bottom: .5rem;
        }

        .anli2 .a3 p {
            padding-top: .4rem;
            font-size: .5rem;
            color: #999;
            line-height: 1.5;
            margin-bottom: .8rem;
        }

    .anli2 .a4 {
        margin-top: .4rem;
        padding: .8rem 5% 0;
        background: #fff;
    }

        .anli2 .a4 .t {
            display: block;
            color: #333;
            font-weight: bold;
            font-size: .6rem;
            background: url(/images/anl3.jpg) no-repeat right top;
            background-size: .4rem;
            padding-bottom: .8rem;
            border-bottom: 1px solid #ccc;
            margin-bottom: .8rem;
        }

.sjs {
    background: #f5f7f7;
}

    .sjs .screening {
        padding: .6rem 5%;
        background: #fff;
        z-index: 4;
        padding-bottom: 1rem;
    }

        .sjs .screening > ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .sjs .screening > ul > li {
                float: left;
                font-size: .6rem;
                width: calc(100%/2 - 1px);
                text-align: center;
                border-right: 1px solid #ccc;
                position: relative;
                color: #333;
            }

                .sjs .screening > ul > li:last-child {
                    border-right: 0;
                }

                .sjs .screening > ul > li.hover {
                    font-weight: bold;
                }

                .sjs .screening > ul > li a {
                    color: #000;
                }

                .sjs .screening > ul > li.hover:after {
                    position: absolute;
                    content: "";
                    bottom: -.5rem;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 1.2rem;
                    height: 3px;
                    border-radius: 5px;
                    background: #ba8d64;
                }

    .sjs .t {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: .7rem;
        padding-bottom: .8rem;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
    }

    .sjs .sjs1 {
        padding: 1rem 0 0;
        text-align: center;
    }

        .sjs .sjs1 a {
            border: 1px solid #ccc;
            font-size: .6rem;
            color: #666;
            padding: 2px 20px;
            border-radius: 20px;
            margin: 0 5px;
        }

            .sjs .sjs1 a.hover {
                background: #ba8d64;
                border-color: #ba8d64;
                color: #fff;
            }

            .sjs .sjs1 a:first-child {
                padding: 2px 30px;
            }

    .sjs .sjs2 {
        margin: 0 5%;
        margin-top: 1rem;
        background: #fff;
        display: block;
    }

        .sjs .sjs2 .fl {
            width: 37%;
        }

            .sjs .sjs2 .fl img {
                display: block;
            }

        .sjs .sjs2 .fr {
            width: 57%;
            font-size: .48rem;
            line-height: 1.3;
        }

            .sjs .sjs2 .fr .n {
                padding: .5rem 0 .4rem;
            }

                .sjs .sjs2 .fr .n dt {
                    font-size: .6rem;
                    font-weight: bold;
                    color: #333;
                }

                .sjs .sjs2 .fr .n dd {
                    color: #333;
                    margin-top: .1rem;
                }

            .sjs .sjs2 .fr dl {
                padding: .2rem 0;
                color: #999;
            }

            .sjs .sjs2 .fr dt {
                float: left;
                margin-right: 5px;
            }

            .sjs .sjs2 .fr dd {
                float: left;
                width: 60%;
            }

    .sjs .sjs3 {
        padding: .6rem 5%;
        background: #fff;
        text-align: center;
    }

        .sjs .sjs3 h1 {
            font-weight: bold;
            font-size: .7rem;
            color: #000;
        }

        .sjs .sjs3 p {
            font-size: .5rem;
            color: #999;
            line-height: 2;
        }

    .sjs .sjs4 {
        margin-top: .4rem;
        padding: .5rem 5%;
        background: #fff;
    }

        .sjs .sjs4 .t {
            padding-bottom: .5rem;
        }

        .sjs .sjs4 ul li {
            margin-top: .5rem;
            padding-bottom: .8rem;
            border-bottom: 1px solid #eee;
        }

            .sjs .sjs4 ul li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
            }

        .sjs .sjs4 h1 {
            color: #666;
            font-size: .5rem;
            padding-left: 30px;
            position: relative;
            line-height: 25px;
        }

            .sjs .sjs4 h1:before {
                position: absolute;
                content: "闂";
                color: #fff;
                text-align: center;
                line-height: 25px;
                background: #ba8d64;
                border-radius: 50%;
                width: 25px;
                height: 25px;
                left: 0;
                top: 0;
            }

        .sjs .sjs4 .p {
            color: #999;
            font-size: .4rem;
            position: relative;
            padding-left: 30px;
            margin-top: .5rem;
        }

            .sjs .sjs4 .p:before {
                font-size: .5rem;
                position: absolute;
                content: "绛";
                color: #fff;
                text-align: center;
                line-height: 25px;
                background: #19294b;
                border-radius: 50%;
                width: 25px;
                height: 25px;
                left: 0;
                top: -2px;
            }

    .sjs .sjs5 {
        margin-top: .4rem;
        padding: .5rem 5%;
        background: #fff;
    }

        .sjs .sjs5 .t {
            padding-bottom: 0;
            border: 0;
        }

            .sjs .sjs5 .t a {
                color: #ccc;
                float: right;
                font-size: .4rem;
                margin-top: .2rem;
            }

        .sjs .sjs5 .sjs5-swiper {
            padding-top: .5rem;
        }

    .sjs .sjs6 {
        margin-top: .4rem;
        padding: .5rem 5%;
        background: #fff;
    }

        .sjs .sjs6 .t {
            padding-bottom: .5rem;
        }

            .sjs .sjs6 .t > div {
                color: #999;
                float: right;
                font-size: .4rem;
                margin-top: .2rem;
            }

                .sjs .sjs6 .t > div span {
                    border: 1px solid #eee;
                    padding: 2px 7px;
                    border-radius: 20px;
                    font-size: .5rem;
                    color: #666;
                    margin-left: 5px;
                }

        .sjs .sjs6 .sjs6-swiper {
            padding-top: .8rem;
        }

            .sjs .sjs6 .sjs6-swiper img {
                display: block;
                border-radius: 5px;
            }

            .sjs .sjs6 .sjs6-swiper .swiper-slide-shadow-left {
                border-radius: 5px;
            }

            .sjs .sjs6 .sjs6-swiper .swiper-slide-shadow-right {
                border-radius: 5px;
            }

            .sjs .sjs6 .sjs6-swiper .swiper-slide {
                width: 60%;
                border-radius: 5px;
            }

            .sjs .sjs6 .sjs6-swiper .swiper-slide-active {
                position: relative;
            }

/*                .sjs .sjs6 .sjs6-swiper .swiper-slide-active:after {
                    position: absolute;
                    border-radius: 10px;
                    content: "";
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: url(/images/icon-video.png) no-repeat center center rgba(0,0,0,.6);
                }*/

    .sjs .sjs7 {
        margin-top: .4rem;
        padding: .5rem 5% .2rem;
        background: #fff;
    }

        .sjs .sjs7 .t {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .sjs .sjs7 ul li {
            margin-top: .5rem;
            border-bottom: 1px solid #eee;
        }

            .sjs .sjs7 ul li h1 {
                color: #333;
                font-size: .5rem;
                font-weight: bold;
                line-height: 3;
            }

                .sjs .sjs7 ul li h1 span {
                    font-size: .4rem;
                    float: right;
                    margin-top: .2rem;
                    color: #999;
                    font-weight: 500;
                }

            .sjs .sjs7 ul li:last-child {
                border-bottom: 0;
            }

    .sjs .sjs8 {
        margin-top: .4rem;
        padding: .5rem 5%;
        background: #fff;
    }

        .sjs .sjs8 .t {
            background: url(/images/anl3.jpg) no-repeat right top;
            background-size: .5rem auto;
            padding-bottom: .5rem;
        }

        .sjs .sjs8 .sjs8-swiper {
            padding-top: .5rem;
        }

            .sjs .sjs8 .sjs8-swiper img {
                display: block;
                border-radius: 10px;
            }

            .sjs .sjs8 .sjs8-swiper .swiper-slide {
                width: 40%;
            }

                .sjs .sjs8 .sjs8-swiper .swiper-slide h1 {
                    font-size: .5rem;
                    color: #333;
                    padding: 10px 0;
                }

                    .sjs .sjs8 .sjs8-swiper .swiper-slide h1 span {
                        font-size: .4rem;
                        color: #999;
                        margin-left: 10px;
                    }

    .sjs .sjs9 .order1 {
        padding: .8rem 5%;
        background: #f5f7f7;
    }

    .sjs .sjs9 .order2 {
        padding: 1rem 5%;
        background: #fff;
    }

        .sjs .sjs9 .order2 input[type=text] {
            width: 90%;
            background: #fff;
            border: 1px solid #ccc;
            font-size: .7rem;
            line-height: 2.5;
            padding: 0 5%;
            margin-top: 10px;
        }

        .sjs .sjs9 .order2 p {
            color: #999;
            font-size: .4rem;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .sjs .sjs9 .order2 input[type=submit] {
            width: 100%;
            background: #19294b;
            color: #fff;
            border: 0;
            font-size: .8rem;
            line-height: 2;
            padding: 2px 5%;
            margin-top: 10px;
            border-radius: 5px;
        }

    .sjs .sjs10 {
        margin-top: .4rem;
        padding: .8rem 5%;
        background: #fff;
    }

        .sjs .sjs10 p {
            font-size: .5rem;
            color: #999;
            line-height: 2;
        }

            .sjs .sjs10 p span {
                color: #666;
            }

.news {
    background: #f5f7f7;
}

    .news .screening {
        padding: .6rem 5%;
        background: #fff;
        z-index: 4;
        padding-bottom: 1rem;
    }

        .news .screening > ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .news .screening > ul > li {
                float: left;
                font-size: .6rem;
                width: calc(100%/2 - 1px);
                text-align: center;
                border-right: 1px solid #ccc;
                position: relative;
                color: #333;
            }

                .news .screening > ul > li:last-child {
                    border-right: 0;
                }

                .news .screening > ul > li a {
                    color: #000;
                }

                .news .screening > ul > li.hover {
                    font-weight: bold;
                }

                    .news .screening > ul > li.hover:after {
                        position: absolute;
                        content: "";
                        bottom: -.5rem;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 1.2rem;
                        height: 3px;
                        border-radius: 5px;
                        background: #ba8d64;
                    }

    .news .n1 {
        padding: .8rem 5%;
    }

        .news .n1 a {
            background: #fff;
            display: block;
            border-radius: 5px;
            padding-bottom: .5rem;
            margin-bottom: .8rem;
        }

            .news .n1 a h1 {
                font-size: .5rem;
                font-weight: bold;
                margin-top: .5rem;
                color: #333;
                padding: 0 5%;
            }

            .news .n1 a p {
                font-size: .4rem;
                color: #999;
                line-height: 2;
                padding: 0 5%;
            }

                .news .n1 a p span {
                    float: right;
                    padding-left: 20px;
                    background: url(/images/news2.jpg) no-repeat left center;
                    background-size: 15px auto;
                }

    .news .n2 {
        padding: .5rem 5%;
        background: #fff;
    }

        .news .n2 h1 {
            font-size: .8rem;
            font-weight: bold;
            color: #333;
            line-height: 1.2;
        }

        .news .n2 p {
            font-size: .5rem;
            color: #999;
            line-height: 3;
            padding-bottom: .5rem;
            border-bottom: 1px solid #ccc;
        }

            .news .n2 p span {
                float: right;
                padding-left: 20px;
                background: url(/images/news2.jpg) no-repeat left center;
                background-size: 15px auto;
            }

    .news .n3 {
        padding: .5rem 5%;
        background: #fff;
        line-height: 1.5;
        color: #666;
        font-size: .5rem;
    }

        .news .n3 .btn1 a {
            float: right;
            background: #37a1db;
            border-radius: 5px;
            color: #fff;
            padding: 3px 10px;
        }

.about .t {
    padding: 1.4rem 0 1rem;
}

    .about .t h1 {
        font-size: .82rem;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

    .about .t p {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        .about .t p:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: #999;
            top: 50%;
            left: 0;
            z-index: -1;
        }

        .about .t p span {
            text-transform: uppercase;
            font-size: .35rem;
            color: #000;
            z-index: 100;
            padding: 0 20px;
            background: #fff;
        }

.about .ab1 {
    padding: 0 5% .8rem;
    background: #f3f7fa;
    font-size: .45rem;
    line-height: 2;
}

    .about .ab1 .t p {
        height: .8rem;
    }

        .about .ab1 .t p:before {
            z-index: 0;
        }

        .about .ab1 .t p span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            background: #f3f7fa;
        }

.about .ab2 {
    padding: .8rem 5%;
    background: url(/images/ab6.jpg) no-repeat top center;
    background-size: 100% auto;
}

    .about .ab2 ul li {
        width: calc(100%/2 - 5%);
        margin: 2.5%;
        background: #eee;
        border-radius: 10px;
        float: left;
        text-align: center;
        padding: .5rem 0;
    }

        .about .ab2 ul li img {
            width: 1.2rem;
        }

        .about .ab2 ul li h1 {
            font-size: .7rem;
            font-weight: bold;
            color: #b78f5e;
        }

        .about .ab2 ul li h2 {
            font-size: .5rem;
            color: #000;
        }

.about .ab3 {
    padding: 0 5% .8rem;
}

    .about .ab3 .a {
        border-radius: 10px;
        background: #fff;
        border: 1px solid #eee;
        box-shadow: 0 3px 3px 0 #eee;
        padding: .8rem;
        margin-bottom: .8rem;
        line-height: 1.5;
    }

        .about .ab3 .a .clearboth {
            margin-bottom: .8rem;
        }

            .about .ab3 .a .clearboth:last-child {
                margin-bottom: 0;
            }

        .about .ab3 .a .fl {
            width: 36%;
        }

        .about .ab3 .a .fr {
            width: 58%;
        }

        .about .ab3 .a h1 {
            font-size: .7rem;
            color: #b78f5e;
            font-weight: bold;
            background: url(/images/d.png) no-repeat left .3rem;
            padding-left: 20px;
            border-bottom: 1px solid #b78f5e;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .about .ab3 .a h2 {
            font-size: .4rem;
            font-weight: bold;
            color: #333;
        }

        .about .ab3 .a h3 {
            font-size: .4rem;
            color: #b78f5e;
            background: url(/images/j.png) no-repeat left center;
            padding-left: 15px;
        }

        .about .ab3 .a p {
            font-size: .4rem;
            color: #333;
        }

.about .ab4 {
    padding: 0 5% 1.2rem;
    background: url(/images/ab11.jpg) no-repeat top center;
    background-size: 100%;
}

    .about .ab4 .t h1 {
        color: #fff;
    }

    .about .ab4 .t p {
        height: .8rem;
    }

        .about .ab4 .t p:before {
            z-index: 0;
            background: #fff;
        }

        .about .ab4 .t p span {
            position: absolute;
            width: 50%;
            color: #fff;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            background: #727982;
        }

    .about .ab4 .a {
        background: rgba(255,255,255,.9);
        border-radius: 10px;
        overflow: hidden;
    }

        .about .ab4 .a ul li {
            width: calc(100%/2 - 5% - 1px);
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            float: left;
            text-align: center;
            padding: .7rem 2.5%;
        }

            .about .ab4 .a ul li img {
                width: 1rem;
            }

            .about .ab4 .a ul li h1 {
                font-size: .7rem;
                font-weight: bold;
                color: #b78f5e;
            }

            .about .ab4 .a ul li h2 {
                font-size: .5rem;
                color: #000;
            }

.about .ab5 {
    padding: 0 10% .8rem;
    background: #f3f7fa;
}

    .about .ab5 .t p {
        height: .8rem;
        width:90%;
    }

        .about .ab5 .t p:before {
            z-index: 0;
        }

        .about .ab5 .t p span {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 50%;
            transform: translate(-50%,-50%);
            background: #f3f7fa;
        }

    .about .ab5 .a {
        font-size: .5rem;
        color: #000;
        line-height: 2;
        height: 10rem;
        overflow-y: scroll;
    }

        .about .ab5 .a span {
            color: #b78f5e;
        }

.cp {
    background: #f5f7f7;
    padding-top: .8rem;
}

    .cp .cp1 ul li {
        padding: .8rem 5% 0;
        background: #fff;
        margin-bottom: .8rem;
    }

        .cp .cp1 ul li img {
            display: block;
        }

        .cp .cp1 ul li h1 {
            color: #333;
            font-size: .5rem;
            font-weight: bold;
            line-height: 1.5rem;
        }

            .cp .cp1 ul li h1 span {
                font-size: .4rem;
                float: right;
                color: #999;
                font-weight: 500;
            }

        .cp .cp1 ul li:last-child {
            margin-bottom: 0;
        }

.fw .fw1 {
    padding: .8rem 5%;
    background: #f7f7f7;
}

    .fw .fw1 p {
        padding-top: .8rem;
        color: #000;
        font-size: .5rem;
        line-height: 1.5;
    }

.fw .fw2 {
    padding: .8rem 5%;
    box-shadow: 0 5px 20px 0 #ccc;
}

    .fw .fw2 ul {
        width: calc(100% + 2.5%);
    }

        .fw .fw2 ul li {
            width: calc(100%/4 - 2.5%);
            margin-right: 2.5%;
            margin-bottom: 2.5%;
            float: left;
            text-align: center;
            padding: .5rem 0;
        }

            .fw .fw2 ul li:last-child .img:after {
                background: none;
            }

            .fw .fw2 ul li .img {
                width: 2rem;
                margin: 0 auto;
                position: relative;
            }

                .fw .fw2 ul li .img:after {
                    position: absolute;
                    content: "";
                    right: -40px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 40px;
                    height: 12px;
                    background: url(/images/fw6.jpg) no-repeat center center;
                }

            .fw .fw2 ul li h1 {
                font-size: .6rem;
                font-weight: bold;
                color: #000;
                line-height: 3;
            }

            .fw .fw2 ul li h2 {
                font-size: .4rem;
                color: #000;
            }

.fw .fw3 {
    padding: .8rem 5%;
}

    .fw .fw3 p {
        padding: .8rem 5%;
        color: #000;
        font-size: .5rem;
        line-height: 1.5;
    }

    .fw .fw3 ul li {
        background: #f7f7f7;
        padding: .5rem 5%;
        margin-bottom: .4rem;
        position: relative;
    }

        .fw .fw3 ul li:after {
            position: absolute;
            content: "";
            width: 3rem;
            background: url(/images/fwf.jpg) no-repeat top center;
            background-size: 100% auto;
            height: 1rem;
            left: 5%;
            bottom: -1rem;
            z-index: 100;
        }

        .fw .fw3 ul li:last-child:after {
            background: none;
        }

        .fw .fw3 ul li .img {
            float: left;
            width: 3rem;
            margin-right: 10px;
        }

        .fw .fw3 ul li h1 {
            font-size: .6rem;
            font-weight: bold;
            color: #000;
            line-height: 2;
            padding-bottom: 10px;
            position: relative;
        }

            .fw .fw3 ul li h1:after {
                position: absolute;
                content: "";
                width: 20px;
                height: 2px;
                background: #b78f5e;
                left: calc(3rem + 10px);
                bottom: 5px;
            }

        .fw .fw3 ul li h2 {
            font-size: .5rem;
            color: #000;
            height: 1.5rem;
        }

.fw .fw4 {
    padding: .8rem 5%;
}

    .fw .fw4 ul {
        width: calc(100% + 2.5%);
        padding-top: .8rem;
    }

        .fw .fw4 ul li {
            width: calc(100%/2 - 12%);
            margin-right: 4%;
            float: left;
            padding: 4%;
            background: #f7f7f7;
        }

            .fw .fw4 ul li .img {
                margin: 0 auto;
                position: relative;
            }

            .fw .fw4 ul li h2 {
                font-size: .4rem;
                color: #000;
                padding-top: 10px;
                height: 3rem;
                line-height: 1.8;
            }

    .fw .fw4 a {
        margin-top: .8rem;
        display: block;
        text-align: center;
/*        background: #b78f5e;
        color: #fff;
        border-radius: 5px;
        line-height: 1.8rem;
        font-size: .8rem;*/
    }

        .fw .fw4 a span {
            color: #b78f5e;
            background: #fff;
            border-radius: 50%;
            padding: 0.042rem .253rem 0.042rem .289rem;
            margin-left: 5px;
        }

.jz .jz1 {
    padding: .8rem 5%;
}

    .jz .jz1 p {
        padding: .8rem 3%;
        font-size: .45rem;
        color: #333;
        text-align: center;
    }

.jz .jz2 {
    padding: 1.2rem 5%;
    background: url(/images/jz3.jpg) no-repeat top center;
    background-size: 100% auto;
}

    .jz .jz2 .t {
        color: #fff;
        text-align: center;
    }

        .jz .jz2 .t h1 {
            font-size: .7rem;
        }

        .jz .jz2 .t h2 {
            font-size: .5rem;
            color: #ddd;
        }

    .jz .jz2 .jz2-swiper {
        padding-top: .8rem;
    }

        .jz .jz2 .jz2-swiper img {
            display: block;
            border-radius: 10px;
        }

        .jz .jz2 .jz2-swiper .swiper-slide {
            width: 60%;
        }

    .jz .jz2 .tb {
        background: #fff;
        padding: .5rem;
        margin-top: 1rem;
        height:11rem;
        overflow:hidden;
    }

    .jz .jz2 .tb h2 {
        margin-top:.5rem;
        text-align: center;
        font-weight: bold;
        font-size: .4rem;
        color: #000;
        background: #fff;
    }

        .jz .jz2 .tb h2 img {
            vertical-align: middle;
            width: .8rem
        }

        .jz .jz2 .tb table {
            border-collapse: collapse;
            width: 99%;
        }

        .jz .jz2 .tb .swiper-slide {
            height: 10rem;
            overflow-y: scroll;
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

            .jz .jz2 .tb table thead th {
                background: #b28d5e;
                border-color: #6a5239;
                padding: 7px;
                font-size: .5rem;
                line-height: .8rem;
                border: 1px solid #ccc;
                color: #fff;
            }

                .jz .jz2 .tb table thead th img {
                    width: .6rem;
                    vertical-align: middle;
                }

            .jz .jz2 .tb table tbody th {
                background: #eeefef;
                font-size: .4rem;
                line-height: .6rem;
                color: #000;
                border: 1px solid #ccc;
            }

                .jz .jz2 .tb table tbody th img {
                    width: .6rem;
                    vertical-align: middle;
                }

            .jz .jz2 .tb table td {
                font-size: .4rem;
                background: #fff;
                color: #666;
                border: 1px solid #ccc;
                padding: 10px 5px;
            }

.jz .jz3 {
    padding: .8rem 4%;
}

    .jz .jz3 p {
        padding: .8rem 0;
        font-size: .45rem;
        color: #333;
    }

    .jz .jz3 ul {
        width: calc(100% + 2.5%);
    }

        .jz .jz3 ul li {
            float: left;
            width: calc(100%/2 - 2.5%);
            margin-right: 2.5%;
            font-size: .45rem;
            color: #333;
            margin-bottom: 1.5%;
            text-align: center;
            line-height: 2;
        }

            .jz .jz3 ul li:last-child {
                width: calc(100% - 2.5%);
            }

.jz .jz4 {
    padding: .8rem 5%;
    background: url(/images/jz12.jpg) no-repeat top center;
    background-size: 100% auto;
}

    .jz .jz4 .t h1 {
        font-size: .82rem;
        color: #fff;
        text-align: center;
    }

    .jz .jz4 ul {
        padding-top: .8rem;
        width: calc(100% + 5px);
    }

        .jz .jz4 ul li {
            float: left;
            width: calc(100%/4 - 5px);
            margin-right: 5px;
            margin-bottom: 5px;
        }

            .jz .jz4 ul li img {
                display: block;
            }

    .jz .jz4 p {
        font-size: .35rem;
        color: #fff;
        text-align: center;
    }

.jz .jz5 {
    padding: .8rem 4%;
}

    .jz .jz5.b {
        background: #f5f7f7;
    }

        .jz .jz5.b h1 span {
            background: #f5f7f7;
        }

    .jz .jz5 h1 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        height: 1rem;
    }

        .jz .jz5 h1:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 1px;
            background: #ccc;
            top: 50%;
            left: 0;
            z-index: 0;
        }

        .jz .jz5 h1 span {
            text-transform: uppercase;
            font-size: .6rem;
            font-weight: bold;
            color: #000;
            z-index: 100;
            padding: 0 20px;
            background: #fff;
            position: absolute;
            color: #333;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

    .jz .jz5 ul {
        background: url(/images/jz14.jpg) no-repeat center top;
        background-size: 100%;
        padding: 1rem;
        margin: .8rem auto 0;
    }

        .jz .jz5 ul li {
            width: calc(100%/2 - 2.5%);
            margin-right: 2.5%;
            margin-bottom: 2.5%;
            background: rgba(0,0,0,.6);
            float: left;
            text-align: center;
            padding: .6rem 0;
            color: #fff;
            font-size: .65rem;
        }

.jz .jz6 {
    padding: 0 5%;
}

    .jz .jz6 a {
        background: #b78f5f;
        text-align: center;
        color: #fff;
        font-size: .82rem;
        display: block;
        border-radius: 5px;
        line-height: 2.5;
    }

    .jz .jz6 p {
        color: #333;
        font-size: .5rem;
        text-align: center;
        line-height: 2.5;
    }

.cf .t {
    padding: .8rem 0 1rem;
    text-align: center;
}

    .cf .t h1 {
        font-size: .7rem;
        color: #000;
        padding-bottom: .5rem;
    }

    .cf .t span {
        font-size: .8rem;
        font-weight: bold;
        color: #b99262;
        padding: 5px 20px;
        border: 1px solid #b78f5e;
    }

.cf .cf1 {
    background: #f7f7f7;
    padding: .8rem 5%;
}

    .cf .cf1 ul {
        width: calc(100% + 2.5%);
    }

        .cf .cf1 ul li {
            width: calc(100%/2 - 3%);
            margin-right: 3%;
            margin-bottom: 3%;
            background: #fff;
            border-radius: 5px;
            float: left;
            text-align: center;
            padding: .8rem 0;
            position: relative;
            box-shadow: 0 3px 3px 0 #eee;
        }

            .cf .cf1 ul li:before {
                border-radius: 5px 0 0 0;
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                border: 20px solid #b78f5e;
                height: 0;
                width: 0;
                border-right-color: transparent;
                border-bottom-color: transparent;
            }

            .cf .cf1 ul li:after {
                border-radius: 5px 0 0 0;
                position: absolute;
                content: "01";
                left: 5px;
                top: 5px;
                color: #fff;
                font-size: .4rem;
            }

            .cf .cf1 ul li:nth-child(2):after {
                content: "02";
            }

            .cf .cf1 ul li:nth-child(3):after {
                content: "03";
            }

            .cf .cf1 ul li:nth-child(4):after {
                content: "04";
            }

            .cf .cf1 ul li img {
                width: 1.1rem;
            }

            .cf .cf1 ul li h1 {
                padding: .3rem;
                font-size: .6rem;
                font-weight: bold;
                color: #000;
            }

            .cf .cf1 ul li h2 {
                font-size: .5rem;
                text-align: left;
                color: #000;
                height: 3rem;
                padding: 0 .5rem;
            }

.cf .cf2 {
    background: url(/images/cf5.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 6.5rem 5% .8rem;
}

    .cf .cf2.wsj {
        background-image: url(/images/wsj1.jpg);
    }

    .cf .cf2 ul {
        background: #fff;
        padding: 1rem 5% .8rem;
        border-radius: 10px;
        border: 1px solid #eee;
        box-shadow: 0 3px 3px 0 #eee;
    }

        .cf .cf2 ul li {
            width: calc(100%/5 - 5px);
            margin-right: 5px;
            margin-bottom: 10px;
            background: #f5f5f5;
            border-radius: 20px;
            float: left;
            padding: 0;
            position: relative;
            font-size: .4rem;
            text-align: center;
            line-height: 2;
            color: #333;
        }

.cf .cf3 {
    background: #f7f7f7;
    padding: .8rem 5%;
}

    .cf .cf3 h1 {
        text-align: center;
        font-weight: bold;
        font-size: .8rem;
        color: #000;
    }

    .cf .cf3 .tb {
        background: #fff;
        padding: .5rem;
        margin-top: .8rem;
    }

        .cf .cf3 .tb .tb2 {
            height: 13rem;
            overflow-y: scroll;
            overflow-x:hidden;
            border-bottom: 1px solid #ccc;
        }

        .cf .cf3 .tb table {
            border-collapse: collapse;
            width: 100%;
        }

            .cf .cf3 .tb table thead th {
                background: #b28d5e;
                border-color: #b28d5e;
                padding: 10px 7px;
                font-size: .5rem;
                line-height: .4rem;
                color: #fff;
                padding: 10px 5px;
            }

            .cf .cf3 .tb table tbody {
                height: 8rem;
                overflow-y: scroll;
            }

            .cf .cf3 .tb table td {
                text-align: center;
                font-size: .4rem;
                background: #fff;
                color: #666;
                border: 1px solid #ccc;
                padding: 7px 5px;
            }

                .cf .cf3 .tb table td:nth-child(2) {
                    background: #efefef;
                }

                .cf .cf3 .tb table td.gt {
                    border-top: 2px solid #22ac38;
                }

                .cf .cf3 .tb table td.gl {
                    border-left: 2px solid #22ac38;
                }

                .cf .cf3 .tb table td.gb {
                    border-bottom: 2px solid #22ac38;
                }

                .cf .cf3 .tb table td.gr {
                    border-right: 2px solid #22ac38;
                }

                .cf .cf3 .tb table td.rt {
                    border-top: 2px solid #ea4e42;
                }

                .cf .cf3 .tb table td.rl {
                    border-left: 2px solid #ea4e42;
                }

                .cf .cf3 .tb table td.rb {
                    border-bottom: 2px solid #ea4e42;
                }

                .cf .cf3 .tb table td.rr {
                    border-right: 2px solid #ea4e42;
                }

    .cf .cf3 h2 {
        text-align: center;
        font-weight: bold;
        font-size: .4rem;
        color: #000;
        background: #fff;
    }

        .cf .cf3 h2 img {
            vertical-align: middle;
            width: .8rem
        }

    .cf .cf3 ul {
        background: #fff;
        padding: .8rem 0;
    }

        .cf .cf3 ul li {
            width: calc(40% - 1px);
            padding: 0 5%;
            float: left;
            font-size: .4rem;
            border-right: 1px solid #ccc;
            line-height: 1.5;
        }

            .cf .cf3 ul li:last-child {
                border: 0;
            }

.cf .cf4 {
    padding: .8rem 5%;
}

    .cf .cf4 .t {
        padding-bottom: 0;
    }

        .cf .cf4 .t h1 {
            font-size: .8rem;
            color: #b99262;
            padding-bottom: 0;
        }

        .cf .cf4 .t h2 {
            font-size: .65rem;
            color: #000;
        }

    .cf .cf4 p {
        padding: .8rem 0;
        font-size: .5rem;
        color: #333;
    }

.qw .t {
    padding: .8rem 0 1rem;
    text-align: center;
}

    .qw .t h1 {
        font-size: .7rem;
        color: #000;
    }

    .qw .t h2 {
        font-size: .9rem;
        font-weight: bold;
        color: #000;
    }

.qw .qw1 {
    padding: .8rem 5%;
    background: #f7f7f7;
    height: 11rem;
    position: relative;
}

    .qw .qw1 .b {
        background: url(/images/qw1b.jpg) no-repeat center bottom;
        background-size: 100% auto;
        height: 10rem;
    }

    .qw .qw1 img {
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        height: 6.5rem;
    }

    .qw .qw1 .w {
        padding: .8rem 5%;
        margin: 0 5%;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 3px 10px 0 #ccc;
    }

        .qw .qw1 .w h1 {
            font-size: .7rem;
            color: #000;
            font-weight: bold;
            margin-bottom: .3rem;
        }

        .qw .qw1 .w p {
            font-size: .5rem;
            color: #000;
            line-height: 1.5;
            margin-bottom: .8rem;
        }

.qw .qw2 {
    padding: 0 5% .8rem;
}

    .qw .qw2 table {
        border-collapse: collapse;
        width: 100%;
    }

        .qw .qw2 table thead th {
            background: #b28d5e;
            border-color: #ccc;
            padding: 5px;
            font-size: .4rem;
            line-height: .8rem;
            border: 1px solid #ccc;
            color: #fff;
        }

        .qw .qw2 table tbody th {
            background: #eeefef;
            font-size: .4rem;
            line-height: .6rem;
            color: #000;
            border: 1px solid #ccc;
        }

        .qw .qw2 table td {
            font-size: .4rem;
            background: #fff;
            color: #666;
            border: 1px solid #ccc;
            padding: 7px 5px;
        }

.qw .qw3 {
    padding: 0 5% .8rem;
    background: #f7f7f7;
}

    .qw .qw3 p {
        font-size: .5rem;
        color: #000;
        line-height: 1.5;
        margin-bottom: .8rem;
    }

    .qw .qw3 a {
        font-size: .5rem;
        color: #000;
        line-height: 1.5;
        margin: .8rem 0;
        text-align: center;
        display: block;
    }

    .qw .qw3 .u1 {
        width: calc(100% + 10px);
    }

        .qw .qw3 .u1 li {
            float: left;
            width: calc(100%/3 - 10px);
            margin-right: 10px;
            background: #fff;
            border-radius: 5px;
            padding-top: 30%;
            position: relative;
            box-shadow: 0 3px 5px 0 #eee;
        }

            .qw .qw3 .u1 li img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 70%;
            }

    .qw .qw3 .u2 {
        margin: .8rem 0;
    }

.qw .qw4 {
    padding: 0 5% .8rem;
}

    .qw .qw4 table {
        border-collapse: collapse;
        width: 100%;
    }

        .qw .qw4 table thead th {
            background: #b28d5e;
            border-color: #ccc;
            padding: 5px 0;
            font-size: .4rem;
            line-height: .8rem;
            border: 1px solid #ccc;
            color: #fff;
            font-weight: 500;
        }

            .qw .qw4 table thead th span {
                font-size: .8rem;
            }

        .qw .qw4 table td {
            font-size: .4rem;
            background: #fff;
            color: #666;
            border: 1px solid #ccc;
            padding: 10px 5px;
            text-align: center;
        }

.about .ab3 .sc {
    height: 20rem;
    overflow-y: scroll;
}

.naviLink {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 50%;
    margin: 0 auto;
}

    .naviLink li {
        width: 100%;
        margin: 0 1px 0 0;
        list-style-type: none;
    }

        .naviLink li a,
        .naviLink li span {
            display: inline-block;
            background: #f0f4f5;
            width: 100%;
            font-size: .5rem;
            line-height: 2;
            margin: 0 !important;
            padding: 0 !important;
            text-align: center;
            color: #37a1db;
            text-decoration: none;
            cursor: pointer;
            -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .naviLink li:hover a,
        .naviLink li:active a,
        .naviLink li.now a,
        .naviLink li:hover span,
        .naviLink li:active span,
        .naviLink li.now span {
            background: #37a1db;
            color: #ffffff;
        }

.anli .screening select {
    background: url(/images/icon-anl.jpg) no-repeat right center;
    background-size: .75em;
    border: 0;
    appearance: none;
    width: 3rem;
}

.order-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 14rem;
    background: #fff;
    transform: translateY(100%);
    transition: all 0.3s linear;
    z-index: 9999999;
}

    .order-fixed.cur {
        transform: translateY(0);
    }

    .order-fixed .fixed-close {
        display: block;
        width: .5rem;
        height: .5rem;
        background: url(/images/icon_close.png) no-repeat;
        background-size: cover;
        position: absolute;
        top: .5rem;
        right: .5rem;
    }


    .order-fixed .order1 {
        padding: 1rem 5%;
        background: #19294b;
    }

.order-fixed  .order1 input[type=text] {
    width: 90%;
    background: #fff;
    border: 0;
    font-size: .65rem;
    line-height: 2.5;
    padding: 0 5%;
    margin-top: 10px;
}

.order-fixed  .order1 p {
    color: #ccc;
    font-size: .4rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.order-fixed .order1 input[type=submit] {
    width: 100%;
    background: #cbbc9e;
    color: #19294b;
    border: 0;
    font-weight: bold;
    font-size: .8rem;
    line-height: 2;
    padding: 0 5%;
    margin-top: 10px;
}

    .order-fixed .order2 {
        padding: 1.5rem 5%;
        background: #cbbc9e;
        /*border-radius: 5px;*/
    }

        .order-fixed .order2 input[type=text] {
            width: 90%;
            background: #fff;
            border: 1px solid #ccc;
            font-size: .7rem;
            line-height: 2.5;
            padding: 0 5%;
            margin-top: 10px;
        }

        .order-fixed .order2 p {
            color: #19294b;
            font-size: .4rem;
            text-align: center;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .order-fixed .order2 input[type=submit] {
            width: 100%;
            background: #19294b;
            color: #fff;
            border: 0;
            font-size: .8rem;
            line-height: 2;
            padding: 2px 5%;
            margin-top: 10px;
            border-radius: 5px;
        }

.fw1 h1 {
    font-size: .5rem;
    font-weight: bold;
    color: #000;
    line-height: 2;
    padding-top: .8rem;
    text-align:center;
}
.fw1 h2 {
    color: #000;
    font-size: .5rem;
    line-height: 1.5;
}
.fw1 table {
    width: 100%;
    border-collapse: collapse;
}

    .fw1 table thead th {
        background: #b78f5e;
        border-color: #b78f5e;
        padding: 7px;
        font-size: .35rem;
        line-height: .8rem;
        border: 1px solid #ccc;
        color: #fff;
        padding: 5px 2px;
    }


.fw1 table tbody th {
    background: #eeefef;
    font-size: .35rem;
    line-height: .6rem;
    color: #000;
    border: 1px solid #ccc;
}



.fw1 table td {
    text-align :center;
    font-size: .35rem;
    color: #666;
    border: 1px solid #ccc;
    padding: 5px 2px;
}<!--0.00026416778564453-->