﻿@charset "utf-8";
/*织梦58 专注好模板分享*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.gd_r > a:hover{
    color: #00dfb9;
    transition: 1s all;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 302px;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px,0px);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0px,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
.swiper-container {
}
.swiper-slide {
}
.swiper-slide-active {
}
.swiper-slide-visible {
}
.swiper-pagination-switch {
}
.swiper-active-switch {
}
.swiper-visible-switch {
}
html {
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑",Arial;
}

header, section {
    width: 100%;
}

table {
    border-collapse: collapse;
}

a:focus {
    outline: none;
}
.ws_wm{
    width: 100%;
    height: auto;
    font-size: 20px;
    margin-top: 60px;
    color: #2fd0b5;
}
.ws_wm1{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #686868;
}

.img_xz{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
}
.img_xz1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-top: 10px;
}
.img_xz1>li{
    width:16.66%;
    height: 78px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 120px;
    cursor: pointer;
}
.img_xz1>li>img{
    width: auto;
    height: 40px;
    display: block !important;
    margin: auto;
    margin-bottom: 15px;
}
.img_xz1>li>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #5e5e5e;
}
.img_xz1>li:nth-child(1){
    background: url("../images/icon@_1.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
.img_xz1>li:nth-child(2){
    background: url("../images/icon@_3.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
.img_xz1>li:nth-child(3){
    background: url("../images/icon@_5.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
.img_xz1>li:nth-child(4){
    background: url("../images/icon@_7.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
.img_xz1>li:nth-child(5){
    background: url("../images/icon@_9.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
.img_xz1>li:nth-child(6){
    background: url("../images/icon@_11.png")no-repeat;
    background-size: auto 40px;
    background-position: center top;
}
header {
    position: fixed;
    height: 74px;
    color: #ccc;
    z-index: 999;
}

    header.fixed {
        height: 70px;
    }

    header .logo {
        position: fixed;
        top: 10px;
        left: 50px;
        width: 180px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .logo {
        width: 120px;
        top: 16px;
    }

    header .words {
        display: block;
        position: fixed;
        top: 40px;
        left: 250px;
        letter-spacing: 1px;
        font-weight: normal;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .words {
        top: 23px;
        left: 185px;
    }

    header nav.menu {
        margin: 36px 0 0 -30px;
        text-align: center;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed nav.menu {
        margin: 22px 0 0 -100px;
    }

    header nav.menu ul li {
        margin: 0 12px;
        font-size: 20px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed nav.menu ul li {
        margin: 0 10px;
        font-size: 16px;
    }

    header nav.menu ul li a {
        color: #ccc;
        letter-spacing: 2px;
        cursor: pointer;
    }

        header nav.menu ul li a:hover, header nav.menu ul li.active a {
            color: #00dfb9;
            text-decoration: none;
        }

    header nav.menu .line {
        position: absolute;
        top: 0px;
        width: 0px;
        height: 3px;
        font-size: 3px;
        background-color: #00dfb9;
        display: none;
    }

    header .hotline {
        position: fixed;
        top: 32px;
        right: 215px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .hotline {
        top: 20px;
        right: 185px;
    }

    header .hotline span {
        position: fixed;
        color: #00dfb9;
        font-family: Arial;
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 1px;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .hotline span {
        font-size: 20px;
    }

    header .hotline u {
        position: fixed;
        top: 35px;
        right: 230px;
        display: block;
        width: 30px;
        height: 30px;
        text-decoration: none;
        background: url(../images/icons.png) no-repeat;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .hotline u {
        top: 20px;
        right: 195px;
    }

    header .hotline a {
        color: #00dfb9;
    }

    header .menu-icon {
        position: fixed;
        top: 34px;
        right: 48px;
        font-size: 24px;
        color: #00dfb9;
        z-index: 99;
        display: none;
    }

    header.fixed .menu-icon {
        top: 18px;
    }

    header .menu-icon a {
        color: #00dfb9;
        text-decoration: none;
    }

    header .menu-icon span {
        margin-left: 30px;
        -moz-opacity: 0.5;
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        header .menu-icon span.glyphicon-earphone {
            display: none;
        }

        header .menu-icon span:hover, header .menu-icon span.active {
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    header .bg {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 0px;
        background: #111;
        -moz-opacity: 0.6;
        opacity: 0.6;
        z-index: -1;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        -ms-transition: all .2s ease-in-out 0s;
        -o-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }

    header.fixed .bg {
        height: 70px;
    }

div.welcome {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/welcome.jpg) 30% 80%;
    background-color: White;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
    z-index: 999;
}

    div.welcome p {
        display: block;
        position: absolute;
        margin: 0px;
        padding: 0px;
        width: 370px;
        height: 30px;
        padding-top: 240px;
        top: 50%;
        left: 50%;
        margin-top: -135px;
        margin-left: -185px;
        color: #2fd0b5;
        font-size: 20px;
        text-align: center;
        background: url(../images/welcome_words.png) no-repeat;
        overflow: hidden;
    }

        div.welcome p u {
            text-decoration: none;
        }

section {
    position: relative;
    overflow: hidden;
}

.video .swiper-container {
    width: 100%;
}

    .video .swiper-container .swiper-slide {
        position: relative;
        overflow: hidden;
    }

    .video .swiper-container .nth1 {
        background: url(../images/wallpaper1_1.jpg) 50% 35%;
        -moz-background-size: cover;
        background-size: cover;
    }

        .video .swiper-container .nth1 .box {
            position: relative;
            margin: 0 auto;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
            z-index: 10;
        }

            .video .swiper-container .nth1 .box .left {
                position: absolute;
                left: -300px;
                width: 162px;
                height: 220px;
                top:16px;
                background: url(../images/word11.png) no-repeat top right;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: all .5s ease-in-out 0s;
                -moz-transition: all .5s ease-in-out 0s;
                -ms-transition: all .5s ease-in-out 0s;
                -o-transition: all .5s ease-in-out 0s;
                transition: all .5s ease-in-out 0s;
            }

        .video .swiper-container .nth1.active .box .left {
            left: -10px;
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth1 .box .right {
            position: absolute;
            right: -500px;
            margin: 30px 0 0 120px;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

        .video .swiper-container .nth1.active .box .right {
            right: -10px;
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth1 .box .right span {
            font-size: 36px;
            color: White;
        }

        .video .swiper-container .nth1 .box .right i {
            display: block;
            width: 339px;
            height: 66px;
            margin-bottom: 5px;
            background: url(../images/words.png) no-repeat;
        }

        .video .swiper-container .nth1 .box .right p {
            font-size: 16px;
            line-height: 25px;
            color: #ccc;
        }

        .video .swiper-container .nth1 .shade {
            position: absolute;
            width: 400%;
            height: 1800px;
            background: url(../images/swiper_nth1_shade.png) no-repeat center top;
            -moz-background-size: cover;
            background-size: cover;
            -webkit-transition: width .8s ease-in-out .3s;
            -moz-transition: width .8s ease-in-out .3s;
            -ms-transition: width .8s ease-in-out .3s;
            -o-transition: width .8s ease-in-out .3s;
            transition: width .8s ease-in-out .3s;
        }

        .video .swiper-container .nth1.active .shade {
            width: 100%;
        }

        .video .swiper-container .nth1 .line {
            position: relative;
            margin: 0 auto;
            top: -91px;
            width: 602px;
            height: 413px;
            z-index: 20;
        }

            .video .swiper-container .nth1 .line u {
                display: block;
                width: 0px;
                height: 0px;
                border: 1px dashed #22fae2;
                text-decoration: none;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: all .8s ease-in .7s;
                -moz-transition: all .8s ease-in .7s;
                -ms-transition: all .8s ease-in .7s;
                -o-transition: all .8s ease-in .7s;
                transition: all .8s ease-in .7s;
            }

        .video .swiper-container .nth1.active .line u {
            width: 600px;
            height: 411px;
            -moz-opacity: 1;
            opacity: 1;
        }

    .video .swiper-container .nth2 {
        background: url(../images/wallpaper1_2.jpg) 50% 20%;
        -moz-background-size: cover;
        background-size: cover;
    }

        .video .swiper-container .nth2 .box {
            position: absolute;
            left: -350px;
            text-align: right;
            -webkit-transition: left .6s ease-in-out 0s;
            -moz-transition: left .6s ease-in-out 0s;
            -ms-transition: left .6s ease-in-out 0s;
            -o-transition: left .6s ease-in-out 0s;
            transition: left .6s ease-in-out 0s;
            z-index: 10;
        }

            .video .swiper-container .nth2 .box span {
                font-size: 36px;
                color: White;
            }

            .video .swiper-container .nth2 .box i {
                display: block;
                width: 320px;
                height: 65px;
                margin: 10px 0px 8px 0px;
                background: url(../images/words.png) no-repeat 0px -72px;
            }

            .video .swiper-container .nth2 .box p {
                margin: 0px;
                font-size: 16px;
                line-height: 25px;
                color: #ccc;
            }

        .video .swiper-container .nth2 .shade {
            width: 100%;
            height: 2000px;
            background: #0b151a;
            -moz-opacity: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

        .video .swiper-container .nth2.active .shade {
            width: 50%;
            -moz-opacity: 0.75;
            opacity: 0.75;
            filter: alpha(opacity=75);
        }

    .video .swiper-container .nth3 {
        background: url(../images/wallpaper1_3.jpg) 50% center;
        -moz-background-size: cover;
        background-size: cover;
    }

        .video .swiper-container .nth3 .box {
            position: relative;
            width: 100%;
        }

            .video .swiper-container .nth3 .box .top {
                font-size: 80px;
                color: White;
                text-align: center;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: all .5s ease-in-out 0s;
                -moz-transition: all .5s ease-in-out 0s;
                -ms-transition: all .5s ease-in-out 0s;
                -o-transition: all .5s ease-in-out 0s;
                transition: all .5s ease-in-out 0s;
                z-index: 10;
            }

        .video .swiper-container .nth3.active .box .top {
            font-size: 36px;
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth3 .box .mid {
            width: 358px;
            height: 66px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 10px;
            background: url(../images/words.png) no-repeat 0px -219px;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

        .video .swiper-container .nth3.active .box .mid {
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth3 .box .bottom {
            width: 100%;
            color: #ccc;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .6s ease-in-out .3s;
            -moz-transition: all .6s ease-in-out .3s;
            -ms-transition: all .6s ease-in-out .3s;
            -o-transition: all .6s ease-in-out .3s;
            transition: all .6s ease-in-out .3s;
            z-index: 10;
        }

        .video .swiper-container .nth3.active .box .bottom {
            -moz-opacity: 1;
            opacity: 1;
        }

    .video .swiper-container .nth4 {
        background: url(../images/wallpaper1_4.jpg) 50% top;
        -moz-background-size: cover;
        background-size: cover;
    }

        .video .swiper-container .nth4 .box {
            position: relative;
            width: 100%;
        }

            .video .swiper-container .nth4 .box .top {
                position: relative;
                top: -100px;
                width: 100%;
                text-align: center;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-transition: all .3s linear 0s;
                -moz-transition: all .3s linear 0s;
                -ms-transition: all .3s linear 0s;
                -o-transition: all .3s linear 0s;
                transition: all .3s linear 0s;
                z-index: 10;
            }

        .video .swiper-container .nth4.active .box .top {
            top: 0px;
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth4 .box .top span {
            font-size: 36px;
            color: White;
        }

        .video .swiper-container .nth4 .box .top i {
            display: block;
            width: 242px;
            height: 64px;
            margin: 0 auto;
            margin-top: 15px;
            background: url(../images/words.png) no-repeat 0px -147px;
        }

        .video .swiper-container .nth4 .box .bottom {
            position: relative;
            top: 100px;
            width: 100%;
            margin-top: 15px;
            font-size: 16px;
            line-height: 25px;
            color: #ccc;
            text-align: center;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: all .5s linear 0s;
            -moz-transition: all .5s linear 0s;
            -ms-transition: all .5s linear 0s;
            -o-transition: all .5s linear 0s;
            transition: all .5s linear 0s;
            z-index: 10;
        }

        .video .swiper-container .nth4.active .box .bottom {
            top: 0px;
            -moz-opacity: 1;
            opacity: 1;
        }

        .video .swiper-container .nth4 .box .bottom u {
            margin: 0 5px;
            color: #00dfb9;
            text-decoration: none;
        }

.video .innerBox {
    position: absolute;
    bottom: 100px;
    width: 100%;
    z-index: 10;
}

    .video .innerBox .news {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 400px;
    }

        .video .innerBox .news span {
            float: left;
            margin: 1px 15px 0px 0px;
            color: #00dfb9;
            font-weight: bold;
        }

        .video .innerBox .news ul {
            float: left;
        }

            .video .innerBox .news ul li a {
                color: #ddd;
            }

        .video .innerBox .news a.more {
            float: right;
            color: #00dfb9;
            margin-top: -3px;
            text-decoration: none;
            border-bottom: 1px dotted #00dfb9;
            -webkit-transition: color .3s ease-in-out 0s;
            -moz-transition: color .3s ease-in-out 0s;
            -ms-transition: color .3s ease-in-out 0s;
            -o-transition: color .3s ease-in-out 0s;
            transition: color .3s ease-in-out 0s;
        }

            .video .innerBox .news a.more:hover {
                color: White;
                text-decoration: none;
                -webkit-transition: color .3s ease-in-out 0s;
                -moz-transition: color .3s ease-in-out 0s;
                -ms-transition: color .3s ease-in-out 0s;
                -o-transition: color .3s ease-in-out 0s;
                transition: color .3s ease-in-out 0s;
            }

    .video .innerBox .guide {
        margin: 0 auto;
       padding-bottom: 55px;
        width: 200px;
    }

        .video .innerBox .guide a {
            display: block;
            float: left;
            margin: 0 5px;
            width: 40px;
            height: 3px;
            font-size: 3px;
            background: White;
            cursor: pointer;
        }

            .video .innerBox .guide a.active {
                background: #00dfb9;
            }

    .video .innerBox a.movedown {
        display: block;
        margin: 0 auto;
        width: 47px;
        height: 47px;
        background: url(../images/icons.png) no-repeat 0px -60px;
        cursor: pointer;
        z-index: 99;
    }

        .video .innerBox a.movedown:hover {
            background: url(../images/icons.png) no-repeat 0px -112px;
        }

section.business {
    background: url(../images/wallpaper2.jpg) 50% bottom;
}
section.business1 {
    background: url(../images/wallpaper9.jpg) 50% bottom no-repeat;
}
.business .box {
    position: relative;
    margin-top: -55px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .business .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.business.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.business .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../images/words.png) no-repeat 0px -294px;
}

.business .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}

.business .box ul.items {
    margin: 0 auto;
    margin-top: 60px;
}

    .business .box ul.items li {
        width: 200px;
        height: 300px;
        margin: 0 8px;
        background: url(../images/bg_green.png) no-repeat 0px 400px;
        overflow: hidden;
    }

        .business .box ul.items li i {
            display: block;
            position: relative;
            margin: 0 auto;
            margin-top: 43px;
            height: 69px;
        }

        .business .box ul.items li.pc i {
            width: 69px;
            background: url(../images/words.png) no-repeat -245px -357px;
        }

        .business .box ul.items li.mobi i {
            width: 64px;
            background: url(../images/words.png) no-repeat -416px -291px;
        }

        .business .box ul.items li.sys i {
            width: 76px;
            background: url(../images/words.png) no-repeat -415px -362px;
        }

        .business .box ul.items li.app i {
            width: 74px;
            background: url(../images/words.png) no-repeat -244px -439px;
        }

        .business .box ul.items li.host i {
            width: 79px;
            background: url(../images/words.png) no-repeat -420px -439px;
        }

        .business .box ul.items li u {
            display: block;
            position: absolute;
            width: 156px;
            height: 156px;
            margin-left: 22px;
            background: url(../images/words.png) no-repeat 0px -363px;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

            .business .box ul.items li u.cl {
                clip: rect(0px,156px,-10px,78px);
            }

.business.active .box ul.items li u.cl {
    clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
    clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
    display: block;
    margin-top: 70px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.business .box ul.items li p {
    position: relative;
    top: 200px;
    color: White;
    font-family: Arial,"宋体";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.business .box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}

    .business .box ul.items li:hover i {
        -webkit-transition: all .5s ease-in-out .4s;
        -moz-transition: all .5s ease-in-out .4s;
        -ms-transition: all .5s ease-in-out .4s;
        -o-transition: all .5s ease-in-out .4s;
        transition: all .5s ease-in-out .4s;
    }

.business .box ul.items li.pc:hover i {
    background: url(../images/words.png) no-repeat -168px -357px;
}

.business .box ul.items li.mobi:hover i {
    background: url(../images/words.png) no-repeat -337px -291px;
}

.business .box ul.items li.sys:hover i {
    background: url(../images/words.png) no-repeat -327px -362px;
}

.business .box ul.items li.app:hover i {
    background: url(../images/words.png) no-repeat -164px -439px;
}

.business .box ul.items li.host:hover i {
    background: url(../images/words.png) no-repeat -335px -439px;
}

.business .box ul.items li:hover u.cl {
    clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover strong {
    color: White;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.business .box ul.items li:hover p {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}

.business .box label {
    display: block;
    margin: 0 auto;
    margin-top: -40px;
    width: 297px;
    height: 21px;
    background: url(../images/words.png) no-repeat 0px -333px;
}

section.cases {
    background: url(../images/wallpaper3.jpg);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../images/words.png) no-repeat 0px -528px;
}

.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 340px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 340px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 340px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 340px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 340px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}

section.clients {
    background: url(../images/wallpaper4.jpg) 50% 90%;
}

.clients .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .clients .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.clients.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.clients .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 299px;
    height: 37px;
    background: url(../images/words.png) no-repeat -152px -528px;
}

.clients .box .caption span {
    font-size: 24px;
    padding-left: 10px;
}

.clients .box ul.items {
    margin: 0 auto;
    margin-top: 45px;
    width: 1155px;
    height: 450px;
    font-size: 0;
    overflow: hidden;
}

    .clients .box ul.items li {
        position: relative;
        padding: 0;
        width: 230px;
        height: 150px;
        overflow: hidden;
        z-index: 10;
    }

        .clients .box ul.items li.cctv {
            top: 600px;
            background: url(../images/clients.png) no-repeat;
            -webkit-transition: all .8s ease-in-out 0s;
            -moz-transition: all .8s ease-in-out 0s;
            -ms-transition: all .8s ease-in-out 0s;
            -o-transition: all .8s ease-in-out 0s;
            transition: all .8s ease-in-out 0s;
        }

            .clients .box ul.items li.cctv.active {
                background: url(../images/clients.png) no-repeat 0px -150px;
            }

.clients.active .box ul.items li.cctv {
    top: 0px;
}

.clients .box ul.items li.unicom {
    top: -400px;
    background: url(../images/clients.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.unicom.active {
        background: url(../images/clients.png) no-repeat -230px -150px;
    }

.clients.active .box ul.items li.unicom {
    top: 0px;
}

.clients .box ul.items li.tsinghua {
    top: 600px;
    background: url(../images/clients.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.tsinghua.active {
        background: url(../images/clients.png) no-repeat -460px -150px;
    }

.clients.active .box ul.items li.tsinghua {
    top: 0px;
}

.clients .box ul.items li.cas {
    top: -400px;
    background: url(../images/clients.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.cas.active {
        background: url(../images/clients.png) no-repeat -690px -150px;
    }

.clients.active .box ul.items li.cas {
    top: 0px;
}

.clients .box ul.items li.sipo {
    top: 600px;
    background: url(../images/clients.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.sipo.active {
        background: url(../images/clients.png) no-repeat -920px -150px;
    }

.clients.active .box ul.items li.sipo {
    top: 0px;
}

.clients .box ul.items li.apple {
    top: 450px;
    background: url(../images/clients.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.apple.active {
        background: url(../images/clients.png) no-repeat -1150px -150px;
    }

.clients.active .box ul.items li.apple {
    top: 0px;
}

.clients .box ul.items li.das {
    top: -550px;
    background: url(../images/clients.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.das.active {
        background: url(../images/clients.png) no-repeat -1380px -150px;
    }

.clients.active .box ul.items li.das {
    top: 0px;
}

.clients .box ul.items li.hunantv {
    top: 450px;
    background: url(../images/clients.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.hunantv.active {
        background: url(../images/clients.png) no-repeat -1610px -150px;
    }

.clients.active .box ul.items li.hunantv {
    top: 0px;
}

.clients .box ul.items li.sino {
    top: -550px;
    background: url(../images/clients.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.sino.active {
        background: url(../images/clients.png) no-repeat -1840px -150px;
    }

.clients.active .box ul.items li.sino {
    top: 0px;
}

.clients .box ul.items li.report {
    top: 450px;
    background: url(../images/clients.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.report.active {
        background: url(../images/clients.png) no-repeat -2070px -150px;
    }

.clients.active .box ul.items li.report {
    top: 0px;
}

.clients .box ul.items li.gedu {
    top: 300px;
    background: url(../images/clients.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.gedu.active {
        background: url(../images/clients.png) no-repeat -2300px -150px;
    }

.clients.active .box ul.items li.gedu {
    top: 0px;
}

.clients .box ul.items li.bgg {
    top: -700px;
    background: url(../images/clients.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.bgg.active {
        background: url(../images/clients.png) no-repeat -2530px -150px;
    }

.clients.active .box ul.items li.bgg {
    top: 0px;
}

.clients .box ul.items li.bsec {
    top: 300px;
    background: url(../images/clients.png) no-repeat -2760px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.bsec.active {
        background: url(../images/clients.png) no-repeat -2760px -150px;
    }

.clients.active .box ul.items li.bsec {
    top: 0px;
}

.clients .box ul.items li.huadan {
    top: -700px;
    background: url(../images/clients.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.huadan.active {
        background: url(../images/clients.png) no-repeat -2990px -150px;
    }

.clients.active .box ul.items li.huadan {
    top: 0px;
}

.clients .box ul.items li.zd {
    top: 300px;
    background: url(../images/clients.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

    .clients .box ul.items li.zd.active {
        background: url(../images/clients.png) no-repeat -3220px -150px;
    }

.clients.active .box ul.items li.zd {
    top: 0px;
}

.clients .box ul.items li.r {
    border-right: 1px dotted #ddd;
}

.clients .box ul.items li.b {
    border-bottom: 1px dotted #ddd;
}

.clients .box ul.items li span {
    position: absolute;
    bottom: -30px;
}

.clients .box ul.items li.bg.all {
    position: absolute;
    width: 1155px;
    height: 450px;
    background-color: White;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.clients .box ul.items li.bg.one {
    position: absolute;
    background: #eee;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: none;
}

.clients .box ul.mini {
    display: none;
}

section.quality {
    background: url(../images/wallpaper5.jpg) 50% 10%;
}

.quality .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .quality .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.quality.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.quality .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 240px;
    height: 37px;
    background: url(../images/words.png) no-repeat 0px -576px;
}

.quality .box .caption span {
    padding-left: 5px;
    color: White;
    font-size: 24px;
}

.quality .box .items {
    margin: 0 auto;
    margin-top: 120px;
    width: 960px;
}

.quality .box .swiper-slide {
    position: relative;
    width: 240px;
    margin: 0 40px;
}

.quality .box .items .swiper-slide.nth1 {
    left: -300px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth1 {
    left: 0px;
}

.quality .box .items .swiper-slide.nth2 {
    bottom: -300px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth2 {
    bottom: 0px;
}

.quality .box .items .swiper-slide.nth3 {
    right: -300px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.quality.active .box .items .swiper-slide.nth3 {
    right: 0px;
}

.quality .box .swiper-slide ul {
    margin: 0 auto;
    margin-bottom: 20px;
}

    .quality .box .swiper-slide ul li {
        position: relative;
        margin: 0 15px;
        padding: 0;
        overflow: hidden;
    }

        .quality .box .swiper-slide ul li.mobi {
            width: 14px;
            height: 27px;
            background: url(../images/icons.png) no-repeat 0px -264px;
        }

        .quality .box .swiper-slide ul li.pad {
            width: 29px;
            height: 23px;
            background: url(../images/icons.png) no-repeat -71px -264px;
        }

        .quality .box .swiper-slide ul li.pc {
            width: 35px;
            height: 27px;
            background: url(../images/icons.png) no-repeat 0px -303px;
        }

        .quality .box .swiper-slide ul li.windows {
            width: 27px;
            height: 27px;
            background: url(../images/icons.png) no-repeat -73px -304px;
        }

        .quality .box .swiper-slide ul li.ios {
            width: 24px;
            height: 30px;
            background: url(../images/icons.png) no-repeat 0px -344px;
        }

        .quality .box .swiper-slide ul li.andriod {
            width: 28px;
            height: 29px;
            background: url(../images/icons.png) no-repeat -72px -345px;
        }

        .quality .box .swiper-slide ul li.ie {
            width: 28px;
            height: 28px;
            background: url(../images/icons.png) no-repeat 0px -392px;
        }

        .quality .box .swiper-slide ul li.chrome {
            width: 30px;
            height: 30px;
            background: url(../images/icons.png) no-repeat -71px -392px;
        }

        .quality .box .swiper-slide ul li.firefox {
            width: 32px;
            height: 30px;
            background: url(../images/icons.png) no-repeat 0px -432px;
        }

        .quality .box .swiper-slide ul li.safari {
            width: 30px;
            height: 32px;
            background: url(../images/icons.png) no-repeat -71px -432px;
        }

        .quality .box .swiper-slide ul li span {
            position: absolute;
            top: 30px;
        }

.quality .box .swiper-slide p {
    color: #e1e1e1;
    text-align: center;
    line-height: 36px;
}

.quality .box a.lookall {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 300px;
    padding: 12px 0px;
    color: #00aa88;
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00aa88;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.quality.active .box a.lookall {
    -moz-opacity: 1;
    opacity: 1;
}

.quality .box a.lookall:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.quality .box .mini, .quality .box a.prev, .quality .box a.next {
    display: none;
}

section.marketing {
    /*background: url(../images/wallpaper6.jpg) 50% 45%;*/
    background: url(../images/wallpaper6.jpg) 50% 0%;
}

.marketing .box {
    position: relative;
    margin-top: -80px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .marketing .box .caption {
        position: relative;
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        z-index: 10;
    }

.marketing.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.marketing .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 240px;
    height: 37px;
    background: url(../images/words.png) no-repeat right -576px;
}

.marketing .box .caption span {
    padding-left: 5px;
    font-size: 24px;
}

.marketing .box ul.items {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

    .marketing .box ul.items li {
        width: 128px;
        height: 230px;
        margin: 0 20px;
        overflow: hidden;
    }

        .marketing .box ul.items li i {
            display: block;
            position: relative;
            margin: 0 auto;
            margin-top: 28px;
            height: 70px;
        }

        .marketing .box ul.items li.se i {
            width: 54px;
            background: url(../images/words.png) no-repeat -144px -632px;
        }

        .marketing .box ul.items li.weixin i {
            width: 74px;
            background: url(../images/words.png) no-repeat -207px -630px;
        }

        .marketing .box ul.items li.weibo i {
            width: 68px;
            background: url(../images/words.png) no-repeat -288px -630px;
        }

        .marketing .box ul.items li.sms i {
            width: 61px;
            background: url(../images/words.png) no-repeat -366px -628px;
        }

        .marketing .box ul.items li.pay i {
            width: 56px;
            background: url(../images/words.png) no-repeat -438px -639px;
        }

        .marketing .box ul.items li.bbs i {
            width: 51px;
            background: url(../images/words.png) no-repeat -144px -705px;
        }

        .marketing .box ul.items li u {
            display: block;
            position: absolute;
            width: 128px;
            height: 128px;
            background: url(../images/words.png) no-repeat 0px -624px;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

            .marketing .box ul.items li u.cl {
                clip: rect(0px,128px,-10px,64px);
            }

        .marketing .box ul.items li:hover u.cl {
            clip: rect(0px,128px,128px,64px);
        }

        .marketing .box ul.items li u.cr {
            clip: rect(128px,64px,128px,0px);
        }

        .marketing .box ul.items li:hover u.cr {
            clip: rect(0px,64px,128px,0px);
        }

        .marketing .box ul.items li strong {
            display: block;
            margin: 200px 0px 10px 0px;
            font-size: 15px;
            text-align: center;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

.marketing.active .box ul.items li strong {
    margin-top: 45px;
}

.marketing .box ul.items li p {
    line-height: 20px;
    text-align: center;
}

.marketing .shade {
    display: none;
    position: absolute;
    top: 0px;
    width: 100%;
    background: White;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

section.aboutus {
    position: relative;
    background: url(../images/wallpaper7.jpg) 50% 60%;
    -moz-background-size: cover;
    background-size: cover;
}

.aboutus ul.menu {
    position: absolute;
    list-style: none;
    top: 150px;
    left: 50px;
    width: 80px;
    padding: 0px;
}

    .aboutus ul.menu li {
        position: relative;
        color: #888;
        font-size: 16px;
        text-align: center;
        padding: 10px 0px;
        cursor: pointer;
        z-index: 30;
        -webkit-transition: all .0s ease-in-out .2s;
        -moz-transition: all .0s ease-in-out .2s;
        -ms-transition: all .0s ease-in-out .2s;
        -o-transition: all .0s ease-in-out .2s;
        transition: all .0s ease-in-out .2s;
    }

        .aboutus ul.menu li.active {
            color: White;
        }

        .aboutus ul.menu li.bg.all {
            position: absolute;
            padding: 0px;
            top: 0px;
            left: 0px;
            width: 80px !important;
            background: #2fd0b5;
            -moz-opacity: 0.15;
            opacity: 0.15;
            filter: alpha(opacity=15);
            z-index: 10;
        }

        .aboutus ul.menu li.bg.one {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 80px;
            background: #2fd0b5;
            -moz-opacity: 0.2;
            opacity: 0.2;
            filter: alpha(opacity=20);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
            z-index: 20;
        }

.aboutus .items {
    position: absolute;
    left: -680px;
    width: 680px;
    height:500px;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.aboutus.active .items {
    left: 30%;
    -moz-opacity: 1;
    opacity: 1;
}

.aboutus .items .swiper-slide.nth1 strong {
    display: block;
    color: #ddd;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 5px;
}

.aboutus .items .swiper-slide.nth1 p {
    margin-top: 20px;
    color: #999;
    line-height: 35px;
}

.aboutus .items .swiper-slide.nth1 u {
    display: block;
    margin-top: 20px;
    color: #999;
    font-size: 24px;
    text-decoration: none;
}

.aboutus .items .swiper-slide.nth2 strong {
    display: block;
    color: #00dfb9;
    font-size: 22px;
    font-weight: normal;
    text-indent: 28px;
}

.aboutus .items .swiper-slide.nth2 p {
    margin-top: 10px;
    color: #999;
    line-height: 23px;
    text-indent: 28px;
    margin-bottom:0px;
}

.aboutus .items .swiper-slide.nth3 strong {
    display: block;
    margin-bottom: 20px;
    color: #00dfb9;
    font-size: 22px;
    font-weight: normal;
}

.aboutus .items .swiper-slide.nth3 ul {
    padding: 0px;
}

    .aboutus .items .swiper-slide.nth3 ul li {
        color: #999;
        line-height: 35px;
        padding-left: 30px;
        list-style: none;
        background: url(../images/point.png) no-repeat 0px 13px;
    }

        .aboutus .items .swiper-slide.nth3 ul li u {
            margin: 0 15px;
            text-decoration: none;
        }

.aboutus table.exp {
    position: absolute;
    bottom: -80px;
    width: 100%;
    border-top: 1px solid #666;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    z-index: 20;
}

.aboutus.active table.exp {
    bottom: 0px;
}

.aboutus table.exp td {
    width: 20%;
    height: 70px;
    color: #bbb;
    text-align: center;
}

.aboutus table.exp u {
    margin-right: 10px;
    color: #00dfb9;
    font-family: Arial;
    font-size: 26px;
    text-decoration: none;
}

.aboutus .expBg {
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 70px;
    background: White;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    z-index: 10;
}

.aboutus.active .expBg {
    bottom: 0px;
}

.aboutus .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    background: Black;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    z-index: 5;
}

.aboutus.active .shade {
    -moz-opacity: 0;
    opacity: 0;
    z-index: -1;
}

section.contact {
    position: relative;
    background: url(../images/wallpaper8.jpg) 50% bottom;
    -moz-background-size: cover;
    background-size: cover;
}

.contact .box {
    position: relative;
    margin: 0 auto;
    width: 860px;
    height: 330px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .contact .box .above {
        position: relative;
        top: -300px;
        width: 100%;
        height: 200px;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out 0s;
        -moz-transition: all .6s ease-in-out 0s;
        -ms-transition: all .6s ease-in-out 0s;
        -o-transition: all .6s ease-in-out 0s;
        transition: all .6s ease-in-out 0s;
    }

.contact.active .box .above {
    top: 0px;
    -moz-opacity: 1;
    opacity: 1;
}

.contact .box .above .wechat {
    float: left;
}

.contact .box .above .left {
    float: left;
    margin: -12px 0px 0px 70px;
}

    .contact .box .above .left a.tel {
        display: block;
        margin: 10px 0px 15px 0px;
        width: 260px;
        height: 37px;
        text-decoration: none;
        background: url(../images/words.png) no-repeat 0px -877px;
    }

    .contact .box .above .left p {
        margin-top: 8px;
        color: #666;
        line-height: 26px;
    }

    .contact .box .above .left a {
        color: #666;
        text-decoration: none;
    }

    .contact .box .above .left p u {
        margin: 0 5px;
        text-decoration: none;
    }

    .contact .box .above .left p a.job {
        margin-left: 20px;
        color: #d00000;
        font-weight: bold;
    }

        .contact .box .above .left p a.job:hover {
            border-bottom: 1px solid #d00000;
        }

.contact .box .above .right {
    float: right;
    margin-top: -3px;
    color: #666;
    line-height: 32px;
}

    .contact .box .above .right u {
        margin: 0 5px;
        text-decoration: none;
    }

.contact .box .below {
    position: relative;
    padding-top: 50px;
    width: 100%;
    border-top: 1px dotted #ccc;
}

    .contact .box .below i {
        display: block;
        position: relative;
        top: 300px;
        margin: 0 auto;
        width: 424px;
        height: 86px;
        background: url(../images/words.png) no-repeat 0px -787px;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .6s ease-in-out 0s;
        -moz-transition: all .6s ease-in-out 0s;
        -ms-transition: all .6s ease-in-out 0s;
        -o-transition: all .6s ease-in-out 0s;
        transition: all .6s ease-in-out 0s;
    }

.contact.active .box .below i {
    top: 0px;
    -moz-opacity: 1;
    opacity: 1;
}

.dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}

    .dock.close {
        z-index: 50;
    }

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .dock.close ul.icons {
        right: -70px;
    }

    .dock ul.icons li i {
        display: block;
        position: relative;
        width: 50px;
        height: 50px;
        background: url(../images/icons.png) no-repeat;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 210;
    }

    .dock ul.icons li.active i {
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

    .dock ul.icons li.up i {
        background-position: -63px -150px;
    }

    .dock ul.icons li.tel i {
        background-position: -62px -108px;
    }

    .dock ul.icons li.im i {
        background-position: -63px -20px;
    }

    .dock ul.icons li.wechat i {
        background-position: -59px -66px;
    }

    .dock ul.icons li.down i {
        background-position: -63px -190px;
    }

    .dock ul.icons li p {
        display: block;
        position: absolute;
        top: 50px;
        right: -260px;
        padding: 15px 20px;
        height: 120px;
        color: White;
        line-height: 30px;
        border: 1px solid #333;
        border-right: none;
        background: #111;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .4s ease-in-out .1s;
        -moz-transition: all .4s ease-in-out .1s;
        -ms-transition: all .4s ease-in-out .1s;
        -o-transition: all .4s ease-in-out .1s;
        transition: all .4s ease-in-out .1s;
        overflow: hidden;
        z-index: 201;
    }

    .dock ul.icons li.active p {
        right: 50px;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dock ul.icons li.tel p {
        width: 100px;
    }

    .dock ul.icons li.im p {
        width: 115px;
    }

        .dock ul.icons li.im p a {
            display: block;
            margin-top: 12px;
            width: 100px;
            height: 35px;
            line-height: 32px;
            color: #00dfb9;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #00dfb9;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .dock ul.icons li.im p a:hover {
                color: White;
                background: #0f8773;
                border: 1px solid #0f8773;
            }

    .dock ul.icons li.wechat p {
        width: 118px;
    }

        .dock ul.icons li.wechat p img {
            width: 115px;
            border: 2px solid White;
        }

    .dock a.switch {
        position: absolute;
        display: block;
        top: 270px;
        right: 11px;
        width: 26px;
        height: 26px;
        background: url(../images/icons.png) no-repeat 0px -640px;
        cursor: pointer;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -ms-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }

        .dock a.switch.off {
            background-position: -32px -640px;
        }
.zx_zx{
    width: 1200px;
    height: auto;
    margin: auto;
    margin-top: 13%;
}
.zx_ss{
    width: 100%;
    height: auto;
    display: inline-block;
}
.zx_ss>p:nth-child(1){
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.zx_ss>p:nth-child(2){
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #515151;
    line-height: 40px;
    text-align: center;
}
.wz_syp{
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}
.wz_syp1{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.wz_syp1>li{
    width: 100%;
    height: 120px;
    display: inline-block;
    float: left;
}
.wz_syp1>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.wz_syp1>li>a>img{
    width: 80px;
    display: inline-block;
    height: auto;
    margin-top: 15px;
    float: left;
}
.xx_right{
    width: 80%;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 2.5%;
}
.xx_right>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 35px;
}
.xx_right>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 22px;
}
.xx_right>p:nth-child(3){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 22px
}
.tab_1{
    width: auto;
    height: auto;
    display: table;
    margin: auto;
    margin-top: 50px;

}
.tab_2{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0px;
}

.tab_2>li{
    width: 8px;
    height: 8px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #00dfb9;
    cursor: pointer;
    margin-bottom:0px !important;
}
.xw_n{
    width: 1000px;
    height: auto;
    display: block;
    margin: auto;
}
.gd_r{
    width: auto;
    height: 20px;
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-bottom:7px;
}
.gd_r>a{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #a0a0a0;
    line-height: 20px;
}
.zx_xwxx{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    margin-top: 20px;
}
.zx_xwxx>li{
    width: 48%;
    height: 50px;
    display: inline-block;
}
.zx_xwxx>li:nth-child(add){
    float: left;
}
.zx_xwxx>li:nth-child(even){
    float: right;
}
.zx_xwxx>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.zx_xwxx>li>a>p:nth-child(1){
    width: 80%;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zx_xwxx>li>a>p:nth-child(2){
    width: 20%;
    height: 50px;
    display: inline-block;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 50px;
    float: right;
}
.anli_xs{
    width: 100%;
    height: 302px;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style: none;
    padding-left: 0px;
}
.left_dj{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.left_dj>img{
    width: 100%;
    height: 100%;
}
.right_dj{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15%;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}
.right_dj>img{
    width: 100%;
    height: 100%;
}
.anli_xs1{
    float: left;
    height: 302px;
}
.ul_pl{
    width: auto;
    height: 30px;
    display: table;
    margin: auto;
    margin-top: 50px;
}
.ul_pl1{
    width: auto;
    height: 30px;
    display: inline-block;
    list-style: noen;
    padding-left: 0px;
}
.ul_pl1>li{
    width: 40px;
    height: 7px;
    border: 1px solid #2ed0b4;
    display: inline-block;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.ul_pl1>li:last-child{
    margin-right: 0px;
}
@media (max-width:1300px) {
    header .logo {
        top: 24px;
        left: 35px;
        width: 160px;
    }

    header .words {
        display: none;
    }

    header nav.menu {
        margin-left: -40px;
    }

    header.fixed nav.menu {
        margin-left: -55px;
    }

    header nav.menu ul li {
        margin: 0 8px;
    }

    header .hotline {
        right: 200px;
    }

    header.fixed .hotline {
        right: 170px;
    }

    header .hotline u {
        right: 215px;
    }

    header.fixed .hotline u {
        right: 180px;
    }
}

@media (max-width:1080px) {

    header .words {
        display: block;
        left: 220px;
    }

    header .hotline {
        right: 285px;
    }

    header.fixed .hotline {
        right: 255px;
    }

    header .hotline u {
        right: 300px;
    }

    header.fixed .hotline u {
        right: 265px;
    }

    header .menu-icon {
        display: block;
    }

    header nav.menu {
        position: fixed;
        width: 72px;
        top: 38px;
        right: -100px;
        margin: 0px;
        padding-top: 30px;
        border: 1px solid #000;
        border-top: 1px solid #00dfb9;
        border-right: none;
        background: #3a3a3a;
    }

    header.fixed nav.menu {
        top: 22px;
        margin: 0px;
    }

    header nav.menu.active {
        display: block;
        margin: 0px;
        right: 0px;
    }

    header nav.menu ul li, header.fixed nav.menu ul li {
        margin: 0px;
        margin-left: 5px;
        width: 73px;
        padding: 8px 0px;
        font-family: "宋体";
        font-size: 14px;
        text-align: center;
    }

        header nav.menu ul li.active {
            background: #111;
        }

    header nav.menu .line {
        -moz-opacity: 0;
        opacity: 0;
    }
}

@media (max-width:720px) {
    header {
        height: 54px;
    }

        header .logo, header.fixed .logo {
            top: 17px;
            left: 20px;
            width: 120px;
        }

        header .words {
            display: none;
        }

        header .menu-icon, header.fixed .menu-icon {
            top: 18px;
            right: 39px;
        }

        header nav.menu, header.fixed nav.menu {
            width: 63px;
            top: 22px;
            padding-top: 30px;
        }

            header nav.menu ul li, header.fixed nav.menu ul li {
                margin-left: 5px;
                width: 63px;
                padding: 5px 0px;
                font-size: 12px;
            }

        header .hotline, header.fixed .hotline {
            top: 21px;
            right: 218px;
        }

            header .hotline span {
                font-size: 20px;
            }

            header .hotline u, header.fixed .hotline u {
                top: 24px;
                right: 223px;
                width: 15px;
                height: 21px;
                background: url(../images/icons.png) no-repeat 0px -34px;
            }
}

@media (max-width:460px) {
    header {
        height: 42px;
    }

        header.fixed {
            height: 60px;
        }

            header .logo, header.fixed .logo {
                width: 80px;
            }

            header .menu-icon, header.fixed .menu-icon {
                top: 13px;
            }

                header .menu-icon span.glyphicon-earphone {
                    display: inline;
                }

            header nav.menu, header.fixed nav.menu {
                top: 17px;
            }

            header .hotline, header.fixed .hotline {
                display: none;
            }

            header.fixed .bg {
                height: 60px;
            }
}

@media (max-height:310px) {
    header, header.fixed {
        display: none;
        height: 0px;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    div.welcome {
        background: url(../images/welcome_h800.jpg) 30% 80%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    div.welcome {
        background: url(../images/welcome_h600.jpg) 30% 80%;
    }
}

@media (max-width:800px),(max-height:480px) {
    div.welcome p {
        width: 218px;
        padding-top: 190px;
        top: 50%;
        left: 50%;
        margin-top: -110px;
        margin-left: -109px;
        background: url(../images/welcome_words_mini.png) no-repeat;
    }
}

@media (max-height:260px) {
    div.welcome p {
        height: 158px;
        padding: 0px;
        margin-top: -79px;
    }

        div.welcome p u {
            display: none;
        }
}

@media (max-width:1280px) and (max-height:800px) {
    .video .swiper-container .nth1 {
        background: url(../images/wallpaper1_1_h800.jpg) 50% 35%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    .video .swiper-container .nth1 {
        background: url(../images/wallpaper1_1_h600.jpg) 50% 35%;
    }
}

@media (max-height:750px) {
    .video .swiper-container .nth1 .line {
        display: none;
    }
}

@media (max-width:900px),(min-height:1201px),(max-height:720px) {
    .video .swiper-container .nth1 .shade {
        display: none;
    }
}

@media (orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
    .video .swiper-container .nth1 .box .left {
        width: 86px;
        height: 131px;
        left: -150px;
        background: url(../images/words_mini.png) no-repeat top right;
    }

    .video .swiper-container .nth1 .box .right {
        margin-top: 8px;
        right: -300px;
    }

        .video .swiper-container .nth1 .box .right span {
            font-size: 24px;
        }

        .video .swiper-container .nth1 .box .right i {
            width: 203px;
            height: 40px;
            margin: 3px 0px 5px 0px;
            background: url(../images/words_mini.png) no-repeat;
        }

        .video .swiper-container .nth1 .box .right p {
            font-size: 12px;
            font-family: "宋体";
            line-height: 20px;
        }
}

@media (max-width:1280px) and (max-height:800px) {
    .video .swiper-container .nth2 {
        background: url(../images/wallpaper1_2_h800.jpg) 50% 20%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    .video .swiper-container .nth2 {
        background: url(../images/wallpaper1_2_h600.jpg) 50% 20%;
    }
}

@media (max-width:799px) {
    .video .swiper-container .nth2 .box {
        left: -400px;
        width: 100%;
        text-align: center;
    }

    .video .swiper-container .nth2.active .box {
        left: 0px;
    }

    .video .swiper-container .nth2 .box i {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
    .video .swiper-container .nth2 .box span {
        font-size: 24px;
    }

    .video .swiper-container .nth2 .box i {
        width: 191px;
        height: 40px;
        margin-top: 8px;
        margin-bottom: 5px;
        background: url(../images/words_mini.png) no-repeat 0px -45px;
    }

    .video .swiper-container .nth2 .box p {
        font-size: 12px;
        font-family: "宋体";
        line-height: 20px;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    .video .swiper-container .nth3 {
        background: url(../images/wallpaper1_3_h800.jpg) 50% center;
    }
}

@media (max-width:960px) and (max-height:600px) {
    .video .swiper-container .nth3 {
        background: url(../images/wallpaper1_3_h600.jpg) 50% center;
    }
}

@media (orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
    .video .swiper-container .nth3 .box .top {
        font-size: 40px;
    }

    .video .swiper-container .nth3.active .box .top {
        font-size: 24px;
    }

    .video .swiper-container .nth3 .box .mid {
        width: 216px;
        height: 40px;
        margin-top: 10px;
        background: url(../images/words_mini.png) no-repeat 0px -131px;
    }

    .video .swiper-container .nth3 .box .bottom {
        font-size: 12px;
        font-family: "宋体";
        line-height: 20px;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    .video .swiper-container .nth4 {
        background: url(../images/wallpaper1_4_h800.jpg) 50% top;
    }
}

@media (max-width:960px) and (max-height:600px) {
    .video .swiper-container .nth4 {
        background: url(../images/wallpaper1_4_h600.jpg) 50% top;
    }
}

@media (orientation:landscape) and (max-height:480px),(orientation:portrait) and (max-width:699px) {
    .video .swiper-container .nth4 .box .top span {
        font-size: 24px;
    }

    .video .swiper-container .nth4 .box .top i {
        width: 143px;
        height: 38px;
        background: url(../images/words_mini.png) no-repeat 0px -88px;
    }

    .video .swiper-container .nth4 .box .bottom {
        font-size: 12px;
        font-family: "宋体";
        line-height: 20px;
    }
}

@media (orientation:landscape) and (max-height:300px) {
    .video .swiper-container .swiper-slide {
        padding-top: 10px;
    }

    .video .swiper-container .nth2 .shade {
        margin-top: -10px;
        height: 400px;
    }
}

@media (orientation:landscape) and (max-height:650px) {
    .video .innerBox {
        bottom: 15px;
    }

        .video .innerBox .news {
            margin-left: 100px;
            margin-bottom: 10px;
        }

        .video .innerBox .guide {
            position: absolute;
            margin: 0px;
            right: 15px;
            bottom: 18px;
            width: 110px;
        }

            .video .innerBox .guide a {
                margin: 0px 3px;
                width: 20px;
            }

        .video .innerBox a.movedown {
            position: absolute;
            margin: 0px;
            left: 15px;
            bottom: 0px;
        }
}

@media (orientation:landscape) and (max-height:650px) and (max-width:660px) {
    .video .innerBox .news a.more {
        display: none;
    }

    .video .innerBox .news span {
        display: none;
    }
}

@media (orientation:landscape) and (max-height:650px) and (max-width:540px) {
    .video .innerBox .news {
        margin-left: 85px;
    }

        .video .innerBox .news ul li {
            font-size: 12px;
            font-family: "宋体";
        }
}

@media (orientation:landscape) and (max-height:650px) and (max-width:460px),(orientation:landscape) and (max-height:300px),(orientation:portrait) and (max-height:380px) {
    .video .innerBox .news {
        display: none;
    }
}

@media (orientation:portrait) and (max-width:460px) {
    .video .innerBox .news a.more {
        display: none;
    }

    .video .innerBox .news span {
        display: none;
    }

    .video .innerBox .news {
        width: 100%;
    }

        .video .innerBox .news ul {
            width: 100%;
            text-align: center;
        }
}

@media (orientation:portrait) and (max-width:360px) {
    .video .innerBox .news {
        margin: 0px;
        margin-bottom: 10px;
    }

        .video .innerBox .news ul li {
            font-size: 12px;
            font-family: "宋体";
        }

    .video .innerBox .guide {
        position: static;
        margin: 0 auto;
        padding-top: 10px;
        margin-bottom: 25px;
        right: inherit;
        bottom: inherit;
        width: 110px;
    }

        .video .innerBox .guide a {
            margin: 0 3px;
            width: 20px;
        }

    .video .innerBox a.movedown {
        position: static;
        margin: 0 auto;
        left: 0px;
    }
}

@media (min-width:1921px),(min-height:1201px) {
    section.business {
        -moz-background-size: cover;
        background-size: cover;
    }
    section.business1 {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (min-height:1201px) {
    .business .box {
        margin-top: -70px;
    }
}

@media (min-width:1151px) and (max-height:700px) {
    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 50px;
    }
}

@media (min-width:1151px) and (max-height:630px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:1150px) {

    .zx_zx {
        width: 680px;
        height: auto;
        margin: auto;
        margin-top: 13%;
    }
    .xw_n {
        width: 680px;
    }
    .zx_xwxx>li>a>p:nth-child(1){
        font-size: 14px;
        width: 65%;
    }
    .zx_xwxx>li>a>p:nth-child(2){
        font-size: 14px;
        width: 30%;
    }
    .business .box ul.items {
        margin-top: 40px;
    }

        .business .box ul.items li {
            width: 170px;
            height: 270px;
            margin: 0px;
        }

            .business .box ul.items li u {
                background: none;
                display: none;
            }

            .business .box ul.items li strong {
                margin-top: 40px;
            }

            .business .box ul.items li:hover {
                -webkit-transition-delay: 0s;
                -moz-transition-delay: 0s;
                -ms-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
            }
}
@media (max-width:1660px) and (max-height:1530px) {
    .left_dj{
        left: 12%;
    }
    .right_dj{
        right: 12%;
    }
}
@media (max-width:1530px) and (max-height:1448px) {
    .left_dj{
        left: 9%;
    }
    .right_dj{
        right: 9%;
    }
}
@media (max-width:1448px) and (max-height:1346px) {
    .left_dj{
        left: 6%;
    }
    .right_dj{
        right: 6%;
    }
}
@media (max-width:1346px) and (max-height:1260px) {
    .left_dj{
        left: 4%;
    }
    .right_dj{
        right: 4%;
    }
}
@media (max-width:1260px) and (max-height:1149px) {
    .left_dj{
        left: 1%;
    }
    .right_dj{
        right: 1%;
    }
}
@media (max-width:1150px) and (max-height:680px) {

    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 10px;
    }
}
@media (max-width:680px){
    .gd_r{
        margin-top: 0px;
    }.zx_xwxx>li{
             width: 100%;
             height: 35px;
         }
    .wz_syp{
        margin-top: 30px;
    }
    .zx_xwxx>li>a>p:nth-child(2) {
        text-align: right;
    }
    .zx_xwxx{
        margin-top: 0px;
    }
    .ul_pl{
        height: 0px;
        margin-top:0px;
    }
    .zx_xwxx>li>a>p:nth-child(1){
        line-height: 35px;
        height: 35px;
        margin-bottom: 0px;
    }
    .zx_xwxx>li>a>p:nth-child(2){
        line-height: 35px;
        height: 35px;
        margin-bottom: 0px;
    }
    .zx_xwxx>li:nth-child(add) {
        float: none;
    }
    .zx_xwxx>li:nth-child(even) {
        float: none;
    }
    .gd_r>a {
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 14px;
        color: #a0a0a0;
        line-height: 30px;
    }
    .xx_right>p:nth-child(1) {
        width: 100%;
        height: auto;
        display: inline-block;
        font-size: 15px;
        color: #333;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .zx_zx{
        width: 95% !important;
        margin-top: 34%;
    }
    .xw_n {
        width: 95% !important;
    }
    .tab_2{
        padding: 0px;
    }
    .tab_1 {
        width: auto;
        height: auto;
        display: table;
        margin: auto;
        margin-top: 20px;
    }
    .zx_ss>p:nth-child(1) {
        width: 100%;
        height: auto;
        font-size: 15px;
        color: #333;
        line-height: 22px;
        text-align: center;
        margin-bottom: 0px;
    }
    .zx_ss>p:nth-child(2) {
        width: 100%;
        height: auto;
        font-size: 13px;
        color: #515151;
        line-height: 16px;
        text-align: center;
    }
    .wz_syp1 {
        padding: 0px;
    }
    .wz_syp1>li>a>img {
        width:38px;
        margin-top: 4px;
    }
    .xx_right>p:nth-child(2) {
        font-size: 12px;
        color: #a0a0a0;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .xx_right>p:nth-child(3) {
        font-size: 12px;
        color: #a0a0a0;
        line-height: 17px;
    }
}
@media (max-width:1150px) and (max-height:580px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:1000px) {
    .business .box {
        margin-top: -55px;
    }

        .business .box ul.items li {
            width: 270px;
            height: 80px;
            margin: 30px 0 0 21px;
            padding: 10px 0 5px 15px;
        }

            .business .box ul.items li i {
                margin-top: 0px;
                float: left;
            }

            .business .box ul.items li strong {
                float: left;
                margin: 5px 0 0 20px;
            }

            .business .box ul.items li p {
                float: left;
                margin: 5px 0 0 20px;
                color: #888;
                text-align: inherit;
            }

            .business .box ul.items li:hover p {
                margin: 5px 0 0 20px;
                color: White;
                -webkit-transition-delay: .2s;
                -moz-transition-delay: .2s;
                -ms-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

        .business .box label {
            margin-top: 50px;
        }
}

@media (max-width:1000px) and (max-height:730px) {
    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 10px;
    }
}

@media (max-width:1000px) and (max-height:650px) {
    .business .box label {
        display: none;
    }
}

@media (max-width:1000px) and (max-height:560px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:929px) and (max-height:880px) {
    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 10px;
    }
}

@media (max-width:929px) and (max-height:770px) {
    .business .box label {
        display: none;
    }
}

@media (max-width:929px) and (max-height:680px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:929px) and (max-height:570px),(max-width:620px) {
    .business .box {
        margin-top: -55px;
    }
        .business .box ul.items {
            margin-top: 30px;
        }
            .business .box ul.items li {
                width: 200px;
                height: 43px;
                margin: 15px 10px 0px 10px;
            }
                .business .box ul.items li i {
                    margin-top: 0px;
                }

                .business .box ul.items li.pc i {
                    width: 46px;
                    height: 35px;
                    background: url(../images/words_mini.png) no-repeat -145px -217px;
                }

                .business .box ul.items li.mobi i {
                    width: 46px;
                    height: 39px;
                    background: url(../images/words_mini.png) no-repeat -245px -176px;
                }

                .business .box ul.items li.sys i {
                    width: 46px;
                    height: 35px;
                    background: url(../images/words_mini.png) no-repeat -249px -220px;
                }

                .business .box ul.items li.app i {
                    width: 46px;
                    height: 41px;
                    background: url(../images/words_mini.png) no-repeat -146px -264px;
                }

                .business .box ul.items li.host i {
                    width: 50px;
                    height: 45px;
                    background: url(../images/words_mini.png) no-repeat -249px -264px;
                }

                .business .box ul.items li p {
                    display: none;
                }

                .business .box ul.items li strong {
                    margin-left: 15px;
                }

                .business .box ul.items li.pc:hover i {
                    background: url(../images/words_mini.png) no-repeat -100px -217px;
                }

                .business .box ul.items li.mobi:hover i {
                    background: url(../images/words_mini.png) no-repeat -201px -176px;
                }

                .business .box ul.items li.sys:hover i {
                    background: url(../images/words_mini.png) no-repeat -196px -220px;
                }

                .business .box ul.items li.app:hover i {
                    background: url(../images/words_mini.png) no-repeat -100px -264px;
                }

                .business .box ul.items li.host:hover i {
                    background: url(../images/words_mini.png) no-repeat -201px -266px;
                }
}

@media (max-width:929px) and (max-height:460px) {
    .business .box ul.items {
        margin-top: 15px;
    }

        .business .box ul.items li {
            margin: 5px 10px 0px 10px;
        }
}

@media (max-width:929px) and (max-height:420px) {
    .business .box ul.items {
        margin-top: 30px;
    }

    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:929px) and (max-height:720px) {
    .business .box label {
        display: none;
    }
}

@media (max-width:929px) and (max-height:660px) {
    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 30px;
    }
}

@media (max-width:929px) and (max-height:550px) {
    .business .box ul.items {
        margin-top: 20px;
    }

        .business .box ul.items li {
            margin: 5px 10px 0px 10px;
        }
}

@media (max-width:929px) and (max-height:460px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:929px) and (max-height:320px) {
    .business .box ul.items {
        margin-top: 15px;
    }
}

@media (max-width:929px) and (max-height:310px),(max-width:638px) and (max-height:390px),(max-width:425px) and (max-height:500px) {
    .business .box ul.items {
        margin-top: 40px;
    }

        .business .box ul.items li {
            width: 120px;
            height: 40px;
            margin: 0px 10px 15px 10px;
            padding: 0px;
            background: none;
        }

            .business .box ul.items li strong {
                position: relative;
                margin: 0px;
                width: 100%;
                height: 40px;
                font-size: 14px;
                line-height: 40px;
                text-align: center;
                z-index: 10;
            }

            .business .box ul.items li:hover strong {
                color: #333;
            }

            .business .box ul.items li i {
                position: absolute;
                display: block !important;
                width: 120px !important;
                height: 40px !important;
                background: White !important;
                border: 1px solid #bbb;
                -moz-opacity: 0.5;
                opacity: 0.5;
            }
}

@media (max-width:929px) and (max-height:260px) {
    .business .box {
        margin-top: 8px;
    }

        .business .box ul.items {
            margin-top: 18px;
        }
}

@media (max-width:425px) and (max-height:880px) {
    .business .box .caption i {
        display: block;
    }

    .business .box label {
        display: none;
    }
}

@media (max-width:425px) and (max-height:770px) {
    .business .box .caption i {
        display: none;
    }

    .business .box ul.items {
        margin-top: 20px;
    }
}

@media (max-width:425px) and (max-height:670px) {
    .business .box {
        margin-top: 0px;
    }
}

@media (max-width:425px) and (max-height:500px) {
    .business .box ul.items {
        margin-top: 40px;
    }
}

@media (max-width:390px) {
    .business .box .caption i {
        display: none;
    }
}

@media (min-width:1921px),(min-height:921px) {
    section.cases {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.cases {
        background: url(../images/wallpaper3_h800.jpg);
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.cases {
        background: url(../images/wallpaper3_h600.jpg);
    }
}

@media (min-width:1151px) and (max-height:700px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (min-width:1151px) and (max-height:620px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) {
    .right_dj{
        right: 2%;
        top: 48%;
    }
    .left_dj{
        left: 2%;
        top: 48%;
    }
    .cases .box .swiper-container.items {
        width: 840px;
    }

        .cases .box .swiper-container.items .swiper-slide {
            width: 260px;
        }

            .cases .box .swiper-container.items .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.items .swiper-slide .shade {
                width: 260px;
                height: 153px;
            }

                .cases .box .swiper-container.items .swiper-slide .shade u {
                    margin-top: 54px;
                }

            .cases .box .swiper-container.items .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.items .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

                .cases .box .swiper-container.items .swiper-slide .bg u {
                    width: 260px;
                    height: 100px;
                }
}

@media (max-width:1150px) and (max-height:660px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:580px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:480px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (orientation:landscape) and (max-width:900px) {
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.xs {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

        .cases .box .swiper-container.xs .swiper-slide {
            width: 31.33%;
            margin: 0 1%;
        }

    .cases .box .xs .swiper-slide p, .cases .xs .swiper-slide .bg {
        display: none;
        background: none;
    }
}

@media (orientation:landscape) and (max-width:900px) and (max-height:450px) {
    .cases .box .swiper-container.xs {
        margin-top: 15px;
    }

    .cases .box a.more {
        margin-top: 18px;
        width: 66px;
        padding: 3px 0px;
        font-size: 16px;
    }
}

@media (orientation:portrait) and (max-width:900px) {
    .right_dj{
        right: 8%;
        top: 48%;
    }
    .left_dj{
        left: 8%;
        top: 48%;
    }
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.mini {
        display: block;
        width: 340px;
        margin-top: 60px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 300px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 340px;
            height: 300px !important;
            border-bottom: 2px solid #2fd0b5;
            cursor: pointer;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 340px;
                height: 200px;
            }

            .cases .box .swiper-container.mini .swiper-slide p {
                position: absolute;
                margin: 10px 20px;
                color: #999;
                font-family: Arial,"宋体";
                font-size: 12px;
                line-height: 26px;
                z-index: 10;
                width: 100%;
            }

                .cases .box .swiper-container.mini .swiper-slide p strong {
                    color: #222;
                    font-family: Arial,"微软雅黑";
                    font-size: 16px;
                    font-weight: normal;
                }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 340px;
                height: 100px;
                background-color: #fff;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

    .cases .box a.prev, .cases .box a.next {
        display: block;
        position: absolute;
        top: -300px;
        width: 16px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 100;
    }

    .cases .box a.prev {
        left: 30px;
        background: url(../images/icons.png) no-repeat 0px -219px;
        display: none;
    }

    .cases .box a.next {
        right: 30px;
        background: url(../images/icons.png) no-repeat -25px -219px;
        display: none;
    }
}

@media (orientation:portrait) and (max-width:900px) and (max-height:700px) {
    .cases .box .swiper-container.mini {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
    .right_dj{
        right: 18%;
        top: 48%;
    }
    .left_dj{
        left: 18%;
        top: 48%;
    }
}

@media (orientation:portrait) and (max-width:500px) {
    .right_dj{
        right: 14%;
        top: 48%;
        display: none;
    }
    .left_dj{
        left: 14%;
        top: 48%;
        display: none;
    }
    .ul_pl1{
        display: none;
    }
    .cases .box .caption i {
        display: block;
    }

    .cases .box .swiper-container.mini {
        width: 260px;
        margin-top: 40px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 253px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 260px;
            height: 253px !important;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.mini .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

    .cases .box a.prev {
        left: 20px;
    }

    .cases .box a.next {
        right: 20px;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:640px) {
    .cases .box .caption i {
        display: none;
    }
    .right_dj{
        right: 18%;
        top: 48%;
    }
    .left_dj{
        left: 18%;
        top: 48%;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
    .cases .box .swiper-container.mini {
        margin-top: 30px;
    }

    .cases .box a.more {
        display: block;
        position: static;
        margin: 0 auto;
        margin-top: 30px;
        width: 66px;
        font-size: 16px;
        padding: 3px 0px;
    }
}

@media (orientation:portrait) and (max-width:370px) {
    .cases .box a.prev, .cases .box a.next {
        margin-top: 24px;
    }

    .cases .box a.prev {
        left: 20px;
    }

    .cases .box a.next {
        right: 20px;
    }
}

@media (orientation:portrait) and (max-width:370px) and (max-height:500px) {
    .cases .box .swiper-container.mini .swiper-wrapper {
        height: 153px !important;
    }

    .cases .box .swiper-container.mini .swiper-slide {
        height: 153px !important;
        border: none;
    }

    .cases .box .mini .swiper-slide p, .cases .box .mini .swiper-slide .bg {
        display: none;
    }

    .cases .box a.prev, .cases .box a.next {
        margin-top: 73px;
    }
}

@media (min-width:1921px),(min-height:1201px) {
    section.clients {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.clients {
        background: url(../images/wallpaper4_h800.jpg) 50% 90%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.clients {
        background: url(../images/wallpaper4_h600.jpg) 50% 90%;
    }
}

@media (max-width:1150px) {
    .clients .box ul.items {
        width: 924px;
    }

        .clients .box ul.items li.bg.all {
            width: 924px;
        }
}

@media (max-width:920px) {
    .clients .box ul.items {
        width: 693px;
    }

        .clients .box ul.items li.bg.all {
            width: 693px;
        }
}

@media (max-width:690px) {
    .clients .box ul.items {
        width: 462px;
    }

        .clients .box ul.items li.bg.all {
            width: 462px;
        }
}

@media (min-width:471px) and (max-height:720px) {
    .clients .box ul.items {
        height: 300px;
    }

        .clients .box ul.items li.bg.all {
            height: 300px;
        }
}

@media (min-width:471px) and (max-height:580px) {
    .clients .box ul.items {
        height: 150px;
    }

        .clients .box ul.items li.bg.all {
            height: 150px;
        }
}

@media (min-width:471px) and (max-height:450px) {
    .clients .box .swiper-container.items {
        margin-top: 40px;
    }

    .clients .box .caption i {
        display: none;
    }
}

@media (min-height:920px) {
    .clients .box {
        margin-top: -80px;
    }
}

@media (max-width:690px) and (max-height:380px),(max-width:620px) and (max-height:480px),(max-width:470px) {
    .clients .box ul.items {
        display: none;
    }

    .clients .box ul.mini {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: 500px;
        height: 550px;
        overflow: hidden;
    }

        .clients .box ul.mini li {
            position: relative;
            float: left;
            width: 200px;
            padding: 8px 0 8px 40px;
            background: url(../images/point.png) no-repeat 20px 15px;
            z-index: 20;
        }

            .clients .box ul.mini li.bg.all {
                position: absolute;
                width: 500px;
                height: 560px;
                list-style: none;
                background-color: White;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

            .clients .box ul.mini li.bg.one {
                display: none;
            }
}

@media (max-width:560px) and (max-height:480px),(max-width:470px) {
    .clients .box ul.mini {
        width: 250px;
    }

        .clients .box ul.mini li.bg.all {
            width: 250px;
        }
}

@media (max-width:470px) and (max-height:800px) {
    .clients .box ul.mini {
        height: 440px;
    }

        .clients .box ul.mini li.bg.all {
            height: 440px;
        }
}

@media (max-width:470px) and (max-height:700px) {
    .clients .box ul.mini {
        height: 330px;
    }

        .clients .box ul.mini li.bg.all {
            height: 330px;
        }
}

@media (max-width:560px) and (max-height:600px) {
    .clients .box ul.mini {
        height: 260px;
    }

        .clients .box ul.mini li.bg.all {
            height: 260px;
        }
}

@media (max-width:690px) and (max-height:520px) {
    .clients .box ul.mini {
        margin-top: 15px;
    }

    .clients .box .caption i {
        display: none;
    }
}

@media (max-width:690px) and (max-height:430px) {
    .clients .box ul.mini {
        height: 150px;
    }

        .clients .box ul.mini li.bg.all {
            height: 150px;
        }
}

@media (max-width:690px) and (max-height:420px) {
    .clients .box ul.mini {
        height: 110px;
    }

        .clients .box ul.mini li.bg.all {
            height: 110px;
        }
}

@media (max-width:690px) and (max-height:300px) {
    .clients .box ul.mini {
        margin-top: 5px;
    }
}

@media (max-width:400px) {
    .clients .box .caption i {
        display: none;
    }
}

@media (min-width:1921px),(min-height:1201px) {
    section.quality {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.quality {
        background: url(../images/wallpaper5_h800.jpg) 50% 10%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.quality {
        background: url(../images/wallpaper5_h600.jpg) 50% 10%;
    }
}

@media (max-width:960px) {
    .quality .box .items {
        display: none;
    }

    .quality .box .mini {
        display: block;
        margin: 0 auto;
        margin-top: 120px;
        width: 240px;
        height: 200px;
        overflow: hidden;
    }

        .quality .box .mini .swiper-slide {
            margin: 0px;
        }

    .quality .box a.prev, .quality .box a.next {
        display: block;
        position: absolute;
        top: -300px;
        width: 16px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 100;
    }

    .quality .box a.prev {
        left: 30px;
        background: url(../images/icons.png) no-repeat 0px -219px;
    }

    .quality .box a.next {
        right: 30px;
        background: url(../images/icons.png) no-repeat -25px -219px;
    }
}

@media (max-height:730px) {
    .quality .box .items, .quality .box .mini {
        margin-top: 80px;
    }
}

@media (max-height:710px) {
    .quality .box a.lookall {
        display: none;
    }
}

@media (max-height:530px) {
    .quality .box .items, .quality .box .mini {
        margin-top: 60px;
    }

    .quality .box .caption i {
        display: none;
    }
}

@media (max-height:420px) {
    .quality .box .items, .quality .box .mini {
        height: 120px;
        margin-top: 40px;
    }

    .quality .box a.prev, .quality .box a.next {
        margin-top: -40px;
    }
}

@media (max-height:360px) {
    .quality .box .items, .quality .box .mini {
        height: 110px;
        margin-top: 20px;
    }

    .quality .box .swiper-slide ul {
        margin-bottom: 10px;
    }

    .quality .box a.prev, .quality .box a.next {
        margin-top: -80px;
    }
}

@media (min-width:1921px),(min-height:1201px) {
    section.marketing {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.marketing {
        background: url(../images/wallpaper6_h800.jpg) 50% 45%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.marketing {
        background: url(../images/wallpaper6_h600.jpg) 50% 45%;
    }
}

@media (max-width:1100px) {
    .marketing .box ul.items li {
        margin: 0 10px;
    }
}

@media (min-width:1001px) and (min-height:951px) {
    .marketing .box {
        /*margin-top: -170px;*/
    }
}

@media (min-width:1001px) and (max-height:950px) {
    .marketing .box {
        margin-top: -20px;
    }
}

@media (min-width:1001px) and (max-height:850px) {
    .marketing .box {
        margin-top: -90px;
    }
}

@media (min-width:1001px) and (max-height:750px) {
    .marketing .box {
        margin-top: -60px;
    }
}

@media (min-width:1001px) and (max-height:700px) {
    .marketing .box .caption i {
        display: none;
    }
}

@media (min-width:1001px) and (max-height:650px) {
    .marketing .box {
        margin-top: 0px;
    }
}

@media (max-width:1000px) {
    .marketing .box {
        margin: 22px;
    }

        .marketing .box ul.items {
            width: 550px !important;
        }

            .marketing .box ul.items li {
                height: 190px;
                margin: 0 20px;
            }

                .marketing .box ul.items li u {
                    display: none;
                }

    .marketing.active .box ul.items li strong {
        margin-top: 20px;
    }

    .marketing .shade {
        display: block;
    }
}

@media (max-width:1000px) and (min-height:920px) {
    .marketing .box {
        margin-top: -10px;
    }
    .ws_wm {
        margin-top: 38px;
    }
    .img_xz{
        width: 90%;
    }
    .img_xz1{
        padding-left: 0px;
        margin-top: 20px;
    }
    .img_xz1>li{
        width: 33%;
    }
}

@media (max-width:1000px) and (max-height:700px) {
    .marketing .box ul.items li {
        height: 140px;
    }
}

@media (max-width:1000px) and (max-height:580px) {
    .marketing .box .caption i {
        display: none;
    }

    .marketing .box ul.items {
        margin-top: 10px;
    }
}

@media (max-width:1000px) and (max-height:470px),(max-width:600px) {
    .marketing .box ul.items {
        margin-top: 30px;
        width: 600px !important;
    }

        .marketing .box ul.items li {
            width: 136px;
            height: 43px;
            margin: 10px 0 0 25px;
        }

            .marketing .box ul.items li i {
                float: left;
                margin-top: 0px;
                height: 43px;
            }

            .marketing .box ul.items li.se i {
                width: 33px;
                margin: 0 6px;
                background: url(../images/words_mini.png) no-repeat -86px -380px;
            }

            .marketing .box ul.items li.weixin i {
                width: 45px;
                background: url(../images/words_mini.png) no-repeat -124px -377px;
            }

            .marketing .box ul.items li.weibo i {
                width: 42px;
                margin: 0 1px 0 2px;
                background: url(../images/words_mini.png) no-repeat -172px -377px;
            }

            .marketing .box ul.items li.sms i {
                width: 38px;
                margin: 0 3px 0 4px;
                background: url(../images/words_mini.png) no-repeat -219px -374px;
            }

            .marketing .box ul.items li.pay i {
                width: 34px;
                margin: 0 5px 0 6px;
                background: url(../images/words_mini.png) no-repeat -263px -382px;
            }

            .marketing .box ul.items li.bbs i {
                width: 31px;
                margin: 0 7px;
                background: url(../images/words_mini.png) no-repeat -86px -422px;
            }

            .marketing .box ul.items li strong, .marketing.active .box ul.items li strong {
                float: left;
                margin: 0px;
                padding-left: 15px;
                line-height: 43px;
            }

            .marketing .box ul.items li p {
                display: none;
            }
}

@media (max-width:1000px) and (max-height:430px) {
    .marketing .box ul.items {
        margin-top: 20px;
    }
    .ws_wm{
        margin-top: 25px !important;
        font-size: 15px !important;

    }
    .ws_wm1 {
        font-size: 12px !important;
    }
    .ba_t{
        width: 95% !important;
    }
        .marketing .box ul.items li {
            margin-top: 20px;
        }
}
.df_xzd{
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
}
.df_xzd1{
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}
.df_xzd3{
    width: 300px;
    height: 250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -150px;
}
.bx_ls{
    width: 100%;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
}
.gf_pp1{
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 7px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #333;
}
.zf_xz{
    width: 90%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-top: 30px;
    margin-left: 5%;
}
.zf_xz>li{
    width: 100%;
    height: 45px;
    display: inline-block;
}
.zf_xz>li>input{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-top: 12.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
}
.zf_xz>li>p{
    width: auto;
    height: 45px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 44px;
    margin-left: 10px;
    float: left;
}
.zf_xz>li>input[type='radio']{
    width: 20px;
    height: 20px;
    background-color: #fff;
    -moz-appearance:none;
    -o-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #00dfb9;
    outline: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.zf_xz>li>input[type=radio]:checked{
    background: url("../images/dui_03.png")no-repeat center;
    background-size: 20px 20px;
}
@media (max-width:600px) {
  .aq_img>p{
    font-size: 14px !important;
  }
  .aq_ul>li{
    height:45px; 
  }
  .aq_ul>li:last-child{
    height: auto;
}
  .wz_sr{
    font-size:14px !important;
  }
  .aq_r1>input{
    font-size:14px !important;
  }
    
  .cp_cp2>li>a>img{
    height:127px  !important;
  }
    .marketing .box ul.items {
        margin-top: 50px;
        width: 395px !important;
    }
    .ws_wm{
        margin-top: 25px !important;
        font-size: 15px !important;
        margin-bottom: 0px !important;
    }
    .ws_wm1 {
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }
    .ba_t{
        width: 95% !important;
    }
    .marketing .box ul.items li {
        margin-top: 20px;
    }
    .box1{
        top: 50px !important;
    }
    .img_xz{
        width:100%;
    }
    .img_xz1{
        margin-top: 10px;
        padding-left: 0px !important;
    }
    .img_xz1 > li {
        width: 33.33%;
        height: 69px;
        display: inline-block;
        float: left;
        text-align: center;
        font-size: 12px;
        color: #5e5e5e;
        line-height: 92px;
    }
    .marketing .box ul.items li strong{
        font-size: 14px;
    }
    .img_xz1 > li:nth-child(1) {
        background-size: auto 29px !important;
    }
    .img_xz1 > li:nth-child(2) {
        background-size: auto 29px !important;
    }
    .img_xz1 > li:nth-child(3) {
        background-size: auto 29px !important;
    }
    .img_xz1 > li:nth-child(4) {
        background-size: auto 29px !important;
    }
    .img_xz1 > li:nth-child(5) {
        background-size: auto 29px !important;
    }
    .img_xz1 > li:nth-child(6) {
        background-size: auto 29px !important;
    }
}

@media (max-width:600px) and (min-height:750px) {
    .marketing .box {
        margin-top: 70px;
    }
}

@media (max-width:600px) and (max-height:520px) {
    .marketing .box ul.items {
        margin-top: 20px;
    }

        .marketing .box ul.items li {
            margin-top: 15px;
        }
}

@media (max-width:410px) and (min-height:370px) {
    .marketing .box ul.items li {
        width: 136px;
        height: 43px;
        margin: 10px 0 0 15px;
    }
}
@media (max-width:450px) and (min-height:410px) {
    .caption1{
        margin-top: 20px;
    }
}
@media (max-width:360px) and (min-height:320px) {
    .marketing .box ul.items li {
        width: 117px;
        height: 43px;
        margin: 10px 0 0 7px;
    }
  .business .box ul.items {
    margin-top: 0px;
}
}
@media (max-width:450px) {
    .marketing .box {
        margin-top: 0px;
    }

        .marketing .box ul.items {
            margin-top: 20px;
            width: 100% !important;
        }
}

@media (max-width:450px) and (max-height:730px) {
    .marketing .box ul.items {
        margin-top: 5px;
    }

        .marketing .box ul.items li {
            margin-top: 5px;
        }
        .caption1{
            margin-top: 20px;
        }
}

@media (max-width:450px) and (max-height:650px) {
    .marketing .box .caption i {
        display: none;
    }

    .marketing .box ul.items {
        margin-top: 20px;
    }
}

@media (max-width:600px) and (max-height:380px),(max-width:450px) and (max-height:550px) {
    .marketing .box ul.items {
        width: 222px !important;
    }

        .marketing .box ul.items li {
            position: relative;
            width: 102px;
            margin: 0 3px;
            padding: 0px;
            text-align: center;
        }

            .marketing .box ul.items li strong, .marketing.active .box ul.items li strong {
                display: block;
                position: absolute;
                float: none;
                padding: 0px;
                margin: 0 auto;
                width: 100px;
                font-size: 14px;
                font-weight: normal;
                line-height: 36px;
                border: 1px solid #eee;
            }

            .marketing .box ul.items li i {
                position: absolute;
                width: 130px !important;
                height: 36px !important;
                margin: 0 !important;
                padding: 1px 0 0 1px !important;
                background: White !important;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }
}

@media (orientation:landscape) and (max-height:230px) {
    .marketing .box ul.items {
        width: 334px !important;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.aboutus {
        background: url(../images/wallpaper7_h800.jpg) 50% 60%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.aboutus {
        background: url(../images/wallpaper7_h600.jpg) 50% 60%;
    }
}

@media (max-width:1200px) {
    .aboutus table.exp td:nth-child(2) {
        display: none;
    }

    .aboutus table.exp td {
        width: 25%;
    }
}

@media (max-width:1100px) {
    .aboutus .items {
        left: auto;
        right: -680px;
    }

    .aboutus.active .items {
        left: auto;
        right: 70px;
    }
}

@media (max-width:750px) {
    .aboutus .items {
       width:520px;
    }
    .aboutus .items .swiper-slide.nth2 p{
        
       font-size: 14px;
       margin-top: 7px;
       line-height: 17px;
    }

   
}
@media (max-width:900px) {
    .aboutus table.exp td:last-child {
        display: none;
    }

    .aboutus table.exp td {
        width: 33.333333%;
    }
}

@media (max-width:780px) {
    .aboutus.active .items {
        left: auto;
        right: 30px;
    }
}

@media (max-width:780px) and (max-height:500px) {
    .aboutus ul.menu {
        top: 100px;
    }
}

@media (max-width:780px) and (max-height:400px) {
    .aboutus .items {
        height: 320px;
    }

        .aboutus .items .swiper-slide.nth1 strong {
            font-size: 30px;
        }

        .aboutus .items .swiper-slide.nth1 p {
            margin-top: 15px;
        }

        .aboutus .items .swiper-slide.nth1 u {
            margin-top: 15px;
            font-size: 22px;
        }

        .aboutus .items .swiper-slide.nth2 p {
            margin-top: 12px;
            line-height: 32px;
        }

        .aboutus .items .swiper-slide.nth3 strong {
            margin-bottom: 15px;
        }
}

@media (max-width:780px) and (max-height:340px) {
    .aboutus .items {
        height: 290px;
    }

    .aboutus.active .items {
        right: -50px;
    }

    .aboutus .items .swiper-slide.nth1 strong {
        font-size: 26px;
    }

    .aboutus .items .swiper-slide.nth1 u {
        margin-top: 0px;
        font-size: 14px;
    }

    .aboutus .items .swiper-slide.nth2 p:last-child {
        display: none;
    }

    .aboutus .items .swiper-slide.nth2 p {
        display: block;
        width: 350px;
        line-height: 35px;
    }

    .aboutus .items .swiper-slide.nth3 ul li:last-child {
        display: none;
    }
}

@media (max-width:780px) and (max-height:310px) {
    .aboutus ul.menu {
        top: 40px;
    }

    .aboutus .items {
        height: 240px;
    }

    .aboutus.active .items {
        right: -100px;
    }

    .aboutus .items .swiper-slide.nth1 strong {
        font-size: 22px;
    }

    .aboutus .items .swiper-slide.nth1 p {
        font-family: "宋体";
        font-size: 12px;
        line-height: 25px;
    }

    .aboutus .items .swiper-slide.nth1 u {
        margin-top: -6px;
        font-family: "宋体";
        font-size: 12px;
    }

    .aboutus .items .swiper-slide.nth2 p {
        width: 330px;
        font-family: "宋体";
        font-size: 12px;
        line-height: 25px;
    }

    .aboutus .items .swiper-slide.nth3 ul li {
        font-family: "宋体";
        font-size: 12px;
        line-height: 25px;
        background-position: 0px 7px;
    }
}

@media (max-width:550px) {
    .aboutus .items .swiper-slide.nth2 strong{
        font-size: 18px;
    }
    .aboutus ul.menu {
        top: 75px !important;
        left: auto;
        right: 30px;
        width: 180px;
    }
    .aboutus .items .swiper-slide.nth2 p{
        line-height:18px !important;
        margin-top: 1px !important;
    }
        .aboutus ul.menu li {
            float: left;
            width: 60px;
            padding: 6px 0px;
        }

            .aboutus ul.menu li.bg.all {
                left: auto;
                margin: 0px;
                width: 180px !important;
                height: 34px !important;
            }

            .aboutus ul.menu li.bg.one {
                width: 60px;
            }

    .aboutus .items, .aboutus.active .items {
        left: 30px;
        right: auto;
    }
}

@media (max-width:550px) and (max-height:310px) {
    .aboutus ul.menu {
        top: 25px;
    }
}

@media (orientation:portrait) and (max-width:700px) {
    .aboutus ul.menu {
        top: 120px;
        left: 50%;
        width: 80px;
        margin-left: -120px;
        width: 240px;
    }

        .aboutus ul.menu li {
            float: left;
           /* width: 80px !important;*/
          width: 50% !important;
            padding: 10px 0px;
        }

            .aboutus ul.menu li.bg.all {
                left: 50%;
                margin-left: -120px;
                width: 240px !important;
                height: 42px !important;
            }

    .aboutus .items, .aboutus.active .items {
        left: 50%;
        margin-left: -240px;
        height: 480px;
    }

        .aboutus .items .swiper-slide.nth1 strong {
            font-size: 32px;
            text-align: center;
        }

        .aboutus .items .swiper-slide.nth1 p {
            display: block;
            width: 230px;
            margin: 0 auto;
            margin-top: 30px;
            font-size:13px;
            line-height:22px;
        }

        .aboutus .items .swiper-slide.nth1 u {
            font-size: 14px;
            width: 230px;
            margin: 0 auto;
            margin-top: 6px;
        }

        .aboutus .items .swiper-slide.nth2 strong {
            text-align: center;
            margin-left: -20px;
        }

        .aboutus .items .swiper-slide.nth2 p {
            display: block;
            width: 74%;
            margin: 0 auto;
            margin-top: 7px;
            line-height:18px;
            font-size:12px;
        }

        .aboutus .items .swiper-slide.nth3 strong {
            text-align: center;
            margin-left: 10px;
        }

        .aboutus .items .swiper-slide.nth3 ul {
            width: 240px;
            margin: 0 auto;
        }

            .aboutus .items .swiper-slide.nth3 ul li {
                line-height: 32px;
            }

                .aboutus .items .swiper-slide.nth3 ul li:last-child {
                    display: none;
                }
}

@media (orientation:portrait) and (max-width:700px) and (max-height:660px) {
    .aboutus ul.menu {
        top: 100px;
    }

    .aboutus .items, .aboutus.active .items {
        margin-top: 20px;
    }
}

@media (orientation:portrait) and (max-width:700px) and (max-height:500px) {
    .aboutus ul.menu {
        top: 90px;
    }

    .aboutus .items, .aboutus.active .items {
        margin-top: 60px;
        height: 260px;
    }

        .aboutus .items .swiper-slide.nth1 p {
            margin-top: 15px;
        }

        .aboutus .items .swiper-slide.nth3 ul li {
            line-height: 30px;
        }
}

@media (orientation:portrait) and (max-width:700px) and (max-height:470px) {
    .aboutus ul.menu {
        top: 80px;
    }

    .aboutus .items .swiper-slide.nth1 strong {
        font-size: 24px;
    }

    .aboutus .items .swiper-slide.nth1 p {
        margin-top: 10px;
        line-height: 27px;
    }

    .aboutus .items .swiper-slide.nth1 u {
        margin-top: 4px;
    }

    .aboutus .items .swiper-slide.nth2 p {
        margin-top: 10px;
        line-height: 28px;
    }

        .aboutus .items .swiper-slide.nth2 p:last-child {
            display: none;
        }

    .aboutus .items .swiper-slide.nth3 strong {
        margin-bottom: 8px;
    }

    .aboutus .items .swiper-slide.nth3 ul li {
        line-height: 25px;
    }
}



@media (max-width:680px),(max-height:470px) {
     .aboutus .items {
        width:480px;
        height: 420px;
    }
    .aboutus table.exp, .aboutus .expBg {
        display: none;
        height: 0px;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.contact {
        background: url(../images/wallpaper8_h800.jpg) 50% bottom;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.contact {
        background: url(../images/wallpaper8_h600.jpg) 50% 10%;
    }
}

@media (max-width:950px) {
    .contact .box {
        width: 530px;
    }

        .contact .box .above .left {
            float: right;
            margin-left: 0px;
        }

        .contact .box .above .right {
            display: none;
        }
}

@media (orientation:landscape) and (max-height:520px) {
    .contact .box {
        height: 150px;
    }

        .contact .box .below {
            display: none;
        }
}

@media (orientation:landscape) and (max-height:480px) and (max-width:570px) {
    .contact .box {
        width: 380px;
        height: 140px;
    }

        .contact .box .above .wechat {
            margin-top: 5px;
            width: 100px;
        }

        .contact .box .above .left p {
            margin-top: 0px;
        }
}

@media (orientation:portrait) and (max-width:550px) {
    .contact .box {
        width: 430px;
        height: 490px;
    }

        .contact .box .above .wechat {
            position: absolute;
            float: none;
            margin: 0px;
            top: 200px;
            width: 100px;
            left: 50%;
            margin-left: -50px;
        }

        .contact .box .above .left {
            position: absolute;
            float: none;
            margin: 0px;
            top: 0px;
            left: 50%;
            margin-left: -125px;
        }

        .contact .box .below {
            margin-top: 150px;
        }
}

@media (orientation:portrait) and (max-width:550px) and (max-height:650px),(orientation:portrait) and (max-width:470px) {
    .contact .box {
        width: 260px;
        height: 350px;
    }

        .contact .box .above .wechat {
            width: 150px;
            margin-left: -75px;
        }

        .contact .box .below {
            display: none;
        }
}

@media (orientation:portrait) and (max-height:450px) {
    .contact .box {
        height: 160px;
    }

        .contact .box .above .wechat {
            display: none;
        }
}

@media (max-width:700px),(max-height:600px) {
    .dock {
        display: none;
    }
}

@media (max-width:319px),(max-height:210px) {
    body {
        display: none;
    }

    html {
        background: url(../images/displaynone.png) no-repeat 50% top;
        background-color: #333a32;
    }
}

.clear {
    clear: both;
}

#BDBridgeWrap {
    display: none;
}



/*----------------xinwen-----------------*/
.xinwen{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.caption_one{
    width: 100%;
    height: 91px !important;
    margin-top: 110px;
}
.caption_one>i{
    display: block !important;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    width: 299px;
    height: 37px;
    background: url(../images/new_@1_03.png) no-repeat;
    background-size: 299px 37px;
}
.caption_one>span{
    font-size: 24px;
    padding-left: 10px;
    text-align: center;
    display: block;
}
.new_nr{
    width: 1080px;
    height: 302px !important;
    margin: auto;
    margin-top: 30px !important;
}
.new_img{
    width: 100%;
    height: 100%;
    list-style: none;
    padding-left: 0px !important;
}
.new_img>li{
    transition: 2s all;
    width: 338px;
    height: 302px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}
.new_img>li>a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.sp_kd{
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.new_zz{
    display: block;
    position: absolute;
    top: -202px;
    left: 0px;
    width: 100%;
    height: 202px;
    background-color: rgba(0,0,0,0.7);
    transition: 0.5s all;
}
.sp_bt_one{
    width: 90%;
    margin-left: 5%;
    display: block;
    font-size: 15px;
    color:#fff;
    text-indent: 30px;
    margin-top: 30px;
}
.new_zz>a{
    text-decoration: none;
}

.new_img>li:hover .new_zz{
    position: absolute;
    top: 0px;
}
.new_img>li:hover .sp_bt{
    color:#fff;
}
.new_img>li:hover .sp_sj{
    color:#fff;
}
.new_img>li:hover .sp_kd{
    background: none;
    z-index: 100;
    transition: 0.5s all;
}
.sp_zz{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom:-98px;
    left: 0px;
    background: #2ed0b4;
    transition: 0.5s all;
}
.new_img>li:hover .sp_zz{
    position: absolute;
    bottom:2px;
}
    .new_img>li>a>img {
        /*transform: scale(0.3);*/
        transition: 2s ;
    }

.new_img>li>a>img{
    width: 100%;
    height: 200px;
    /*border-bottom:2px solid #2ed0b4;*/
    /*-webkit-filter:grayscale(100%);*/
    /*filter:grayscale(100%);*/
    /*transition: 1s all;*/
}
/*.new_img>li>a>img:hover{*/
    /*-webkit-filter:grayscale(0%);*/
    /*filter:grayscale(0%);*/
/*}*/
.sp_bt{
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: #333;
    font-size: 18px;
    display: block;
    padding-left: 10px;
    z-index: 100;
}
.sp_sj{
    z-index: 100;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 15px;
    display: block;
    padding-left: 10px;
}
.morexw {
    display: block;
    margin-top: 10px !important;
    width: 120px;
    margin: auto;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}
.morexw:hover{
    text-decoration: none;
    background-color: #00dfb9;
    color: #fff;
}
@media  screen and (min-width:1400px) and (max-width: 1526px)  {
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
    .xinwen{
        height: 100%;
    }
    .caption_one {
        height: 91px !important;
        margin-top: 110px !important;
    }
    .caption_one > i {
        display: block !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
  .morexw{
      display: block;
        margin-top: 50px !important;
      width: 120px !important;
      margin: auto;
      padding: 5px 0px !important;
      color: #00dfb9;
      font-size: 26px;
      text-align: center;
      text-decoration: none;
      border: 1px dotted #00dfb9;
      -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
      -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
      -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
      transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
   }
}
@media  screen and (min-width:1526px) and (max-width: 1708px)  {
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
    .xinwen{
        height: 100%;
    }
    .caption_one {
        margin-top: 153px !important; height: 91px !important;
    }
    .caption_one > i {
        display: block !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .new_nr{
        margin-top: 60px;
    }
    .morexw{
        margin-top: 50px !important;
    }
}
@media  screen and (min-width:1708px) and (max-width: 1958px)  {
    .xinwen{
        height: 100%;
    }
    .caption_one {
        margin-top: 210px !important;
    }
    .new_nr{
        margin-top: 60px;
    }
    .morexw{
        margin-top: 50px !important;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:1958px) and (max-width: 2277px)  {
    .xinwen{
        height: 100%;
    }
    .caption_one > i {

        display: block !important;
    }
    .caption_one {
        height: 91px !important;
        margin-top: 232px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 50px !important;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:2277px) and (max-width: 2732px)  {
    .xinwen{
        height: 100%;
    }
    .caption_one > i {

        display: block !important;
    }
    .caption_one {
        height: 91px !important;
        margin-top: 389px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 50px !important;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:2732px) and (max-width: 3415px)  {
    .xinwen{
        height: 100%;
    }
    .caption_one > i {
        display: block !important;
    }
    .caption_one {
        height: 91px !important;
        margin-top: 446px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 50px !important;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:3415px) and (max-width: 4554px)  {
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
    .xinwen{
        height: 100%;
    }
    .caption_one > i {
        display: block !important;
    }
    .caption_one {
        height: 91px !important;
        margin-top: 807px;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 50px !important;
    }

}
@media  screen and (min-width:920px) and (max-width: 1170px)  {
    .sp_zz{
        display: none;
    }
    .xinwen{
        height: 554px;
    }
    .caption_one {
        margin-top: 110px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 70px !important;
        padding: 5px 0px;
    }
    .sp_bt{
        display: none;
    }
    .sp_sj{
        display: none;
    }
    .new_img>li{
        width: 260px;
        height: 167px;
    }
    .new_nr{
        width: 840px;
        height: 163px !important;
    }
    .new_img>li>a>img{
        height: 100%;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
        position: absolute;
        top: -202px;
        left: 0px;
        width: 100%;
        height: 202px;
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s all;
    }
    .sp_bt_one{
        display: block;
        font-size: 15px;
        color:#fff;
        text-indent: 30px;
        margin-top: 30px;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:816px) and (max-width: 920px)  {
    .sp_zz{
        display: none;
    }
    .xinwen{
        height: 554px;
    }
    .caption_one {
        margin-top: 110px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 70px !important;
        padding: 5px 0px;
    }
    .sp_bt{
        display: none;
    }
    .sp_sj{
        display: none;
    }
    .new_img>li{
        width: 225px;
        height: 134px;
    }
    .new_nr{
        width: 754px;
        height: 134px !important;
    }
    .new_img>li>a>img{
        height: 100%;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
        position: absolute;
        top: -202px;
        left: 0px;
        width: 100%;
        height: 202px;
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s all;
    }
    .sp_bt_one{
        display: block;
        font-size: 15px;
        color:#fff;
        text-indent: 30px;
        margin-top: 30px;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:756px) and (max-width: 816px)  {
    .sp_zz{
        display: none;
    }
    .xinwen{
        height: 554px;
    }
    .caption_one {
        margin-top: 146px !important;
    }
    .new_nr{
        margin-top: 40px !important;
    }
    .sp_zz{
        display: none;
    }
    .morexw{
        margin-top: 50px !important;
        padding: 10px;
    }
    .sp_bt{
        display: none;
    }
    .sp_sj{
        display: none;
    }
    .new_img>li{
        width: 200px;
        height: 127px;
    }
    .new_nr{
        width: 694px;
        height: 127px !important;
    }
    .new_img>li>a>img{
        height: 100%;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
        position: absolute;
        top: -202px;
        left: 0px;
        width: 100%;
        height: 202px;
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s all;
    }
    .sp_bt_one{
        display: block;
        font-size: 15px;
        color:#fff;
        text-indent: 30px;
        margin-top: 30px;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:700px) and (max-width: 756px)  {
    .sp_zz{
        display: none;
    }
    .xinwen{
        height: 554px;
    }
    .caption_one {
        margin-top: 110px !important;
    }
    .new_nr{
        margin-top: 60px !important;
    }
    .morexw{
        margin-top: 70px !important;
        padding: 5px 0px;
    }
    .sp_bt{
        display: none;
    }
    .sp_sj{
        display: none;
    }
    .new_img>li{
        width: 190px;
        height: 134px;
    }
    .new_nr{
        width: 630px;
        height: 134px !important;
    }
    .new_img>li>a>img{
        height: 100%;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
        position: absolute;
        top: -202px;
        left: 0px;
        width: 100%;
        height: 202px;
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s all;
    }
    .sp_bt_one{
        display: block;
        font-size: 15px;
        color:#fff;
        text-indent: 30px;
        margin-top: 30px;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:570px) and (max-width: 700px)  {
    .sp_zz{
        display: none;
    }
    .xinwen{
        height: 554px;
    }
    .caption_one {
        margin-top: 140px !important;
    }
    .new_nr{
        margin-top: 60px;
    }
    .morexw{
        margin-top: 30px !important;
        padding: 5px 0px;
    }
    .sp_bt{
        display: none;
    }
    .sp_sj{
        display: none;
    }
    .new_img>li{
        width: 160px;
        height: 100px;
    }
    .new_nr{
        width: 541px;
        height: 118px !important;
    }
    .new_img>li>a>img{
        height: 100%;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
        position: absolute;
        top: -202px;
        left: 0px;
        width: 100%;
        height: 202px;
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s all;
    }
    .sp_bt_one{
        display: block;
        font-size: 15px;
        color:#fff;
        text-indent: 30px;
        margin-top: 30px;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:490px) and (max-width: 570px)  {
    .new_img>li:hover .sp_bt{
        color:#333;
    }
    .new_img>li:hover .sp_sj{
        color:#999;
    }
    .sp_kd{
        background: none;
        z-index: 100;
    }
    .new_lb{
        width: 260px;
        height: 255px;
        overflow: hidden;
        margin: auto;
        position: relative;
    }
    .sp_zz{
        display: none;
    }
    .xinwen{
        height:100%;
    }
    .caption_one {
        margin-top: 140px !important;
    }
    .new_nr{

        margin-top: 30px;
    }
    .morexw{
        margin-top: 0px;
        padding: 5px 0px;
    }
    .new_left{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;left: 20px; top: 84px;
        background: url(../images/icons.png) no-repeat 0px -219px;

    }
    .new_right{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;right: 20px;
        top:84px;
        background: url(../images/icons.png) no-repeat -25px -219px;
    }
    .sp_bt{
        display: block;
        height: 45px;
        line-height: 45px;
        color: #333;
        font-size: 15px;
    }
    .sp_sj{
        display: block;
    }
    .new_img{
        width: 780px;
        height: 100%;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .new_img>li{
        width: 260px;
        height: 255px;
        margin: 0px;
    }
    .new_nr{
        width: 100%;
        height:255px !important;
        position: relative;
    }
    .new_img>li>a>img{
        height: 153px;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
    }
    .sp_bt_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        margin-top: 50px !important;
        color: #fff !important;
        display: block;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:370px) and (max-width: 490px)  {
    .new_img>li:hover .sp_bt{
        color:#333;
    }
    .new_img>li:hover .sp_sj{
        color:#999;
    }
   .sp_kd{
        background: none;
        z-index: 100;
    }
    .sp_zz{
        display: none;
    }
    .new_lb{
        width: 260px;
        height: 240px;
        overflow: hidden;
        margin: auto;
        position: relative;
    }
    .xinwen{
        height: 100%;
    }
    .caption_one {
        height: 73px;
        margin-top: 180px !important;
    }
    .new_nr{

        margin-top: 30px;
    }
    .morexw{
        margin-top: 0px;
        padding: 5px 0px;
    }
    .new_left{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;left: 20px; top: 84px;
        background: url(../images/icons.png) no-repeat 0px -219px;

    }
    .new_right{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;right: 20px;
        top:84px;
        background: url(../images/icons.png) no-repeat -25px -219px;
    }
    .caption_one>i{
        width: 200px;
        height: 28px;
        background-size: 200px 28px;
        border-bottom: 10px;
    }
    .sp_bt{
        display: block;
        height: 45px;
        line-height: 45px;
        color: #333;
        font-size: 15px;
    }
    .sp_sj{
        display: block;
    }
    .new_img{
        width: 780px;
        height: 100%;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .new_img>li{
        width: 260px;
        height: 240px;
        margin: 0px;
    }
    .new_nr{
        width: 100%;
        height:240px !important;
        position: relative;
    }
    .new_img>li>a>img{
        height: 153px;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
    }
    .sp_bt_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        margin-top: 50px !important;
        color: #fff !important;
        display: block;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
}
@media  screen and (min-width:320px) and (max-width: 370px)  {
    .new_img>li>a>img {
        transform: scale(1);
        transition: 2s ;
    }
    .new_img>li:hover .sp_bt{
        color:#333;
    }
    .new_img>li:hover .sp_sj{
        color:#999;
    }
    .sp_kd{
        background: none;
        z-index: 100;
    }
    .sp_zz{
        display: none;
    }
    .new_lb{
        width: 260px;
        height: 255px;
        overflow: hidden;
        margin: auto;
        position: relative;
    }
    .xinwen{
        height: 100%;
    }
    .caption_one {
        margin-top: 150px !important;
        height: 21px !important;
    }
    .caption_one>i{
        display: none !important;
    }
    .new_nr{

        margin-top: 45px;
    }
    .morexw{
        margin-top: 0px !important;
        width: 66px;
        font-size: 16px;
        padding: 3px 0px;
    }
    .new_left{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;left: 20px; top: 84px;
        background: url(../images/icons.png) no-repeat 0px -219px;

    }
    .new_right{
        width: 16px;
        height: 30px;
        cursor: pointer;
        position: absolute;right: 20px;
        top: 84px;
        background: url(../images/icons.png) no-repeat -25px -219px;
    }
    .sp_bt{
        display: block;
        height: 45px;
        line-height: 45px;
        color: #333;
        font-size: 15px;
    }
    .sp_sj{
        display: block;
    }
    .new_img{
        width: 780px;
        height: 100%;
        position: absolute;
        top:0px;
        left: 0px;
    }
    .new_img>li{
        width: 260px;
        height: 255px;
        margin: 0px;
    }
    .new_nr{
        width: 100%;
        height:255px !important;
        position: relative;
    }
    .new_img>li>a>img{
        height: 153px;
    }
    .new_img>li{
        position: relative;
        overflow: hidden;
    }
    .new_zz{
        display: none;
    }
    .sp_bt_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        margin-top: 50px !important;
        color: #fff !important;
        display: block;
    }
    .new_zz>a{
        text-decoration: none;
    }
    .sp_sj_one{
        width: 100% !important;
        height: 30px !important;
        font-size: 14px !important;
        line-height: 30px !important;
        text-align: center !important;
        color: #fff !important;
        display: block;
    }
    .new_img>li:hover .new_zz{
        position: absolute;
        top: 0px;
    }
}


.business_top {
    background: url(../images/new_bj_02.gif) 50% bottom;
}





.words img{
    width:100% !important;
}


.fanhi{
    width: 1200px;
    height: 57px;
    margin: auto;
    padding-top: 70px;
}
.fanhi>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 57px;
    font-size: 12px;
    color: #949494;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 10px;
}
.fanhi>a:hover{
    color: #949494;
}
.lunbo{
    width: 100%;
    height: auto;
    display: inline-block;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -O-transform: scale(0);
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -O-transition: 2s all;
}
.lunbo1{
    width: 100%;
    height: auto;
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -O-transform: scale(0);
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -O-transition: 2s all;
}
.fu_fanwei{
    width: 1200px;
    height: auto;
    margin: auto;

}
.fuwu{
    width: 481px;
    height: auto;
    margin: auto;
}
.fuwu>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 100px;
}
.fw_qh{
    width: 918px;
    height: 810px;
    margin: auto;
}
.img_t{
    width: 100%;
    height: 630px;
    display: inline-block;
    position: relative;
    margin-top: 80px;
}
.img_t>li{
    width: 100%;
    height: 630px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    display: none;
}
.fu_icon_1{
    width: 170px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -85px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_1>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_1:hover>img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_1:hover>p{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_2:hover>img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_2:hover>p{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_3:hover>img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_3:hover>p{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_4:hover>img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_4:hover>p{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_5:hover>img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_5:hover>p{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.fu_icon_1>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 7px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}

.fu_icon_2{
    width: 170px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 98px;
    left: 100px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_2>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_2>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 7px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}

.fu_icon_3{
    width: 170px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 280px;
    left: 0px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_3>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_3>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 7px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}

.fu_icon_4{
    width: 170px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 98px;
    right: 100px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_4>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_4>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 7px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}

.fu_icon_5{
    width: 170px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 280px;
    right: 0px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_5>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_5>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    margin-top: 7px;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
    cursor: pointer;
}
.fu_icon_6{
    width: 322px;
    height: 298px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -161px;
    top:220px;
}
.fu_icon_6>img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.fw_p{
    width: 392px;
    height: 50px;
    display: block;
    margin: auto;
}
.fw_tab{
    width: 100%;
    height: 50px;
    display: inline-block;
    list-style: none;
}
.fw_tab>li{
    width: 47%;
    height: 50px;
    display: inline-block;
    border: 2px solid #2fd0b5;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 18px;
    color: #2fd0b5;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.fw_tab>li:nth-child(1){
    float: left;
}
.fw_tab>li:nth-child(2){
    float: right;
}
.chuy{
    width: 958px;
    height: 66px;
    display: block;
    margin: auto;
    font-size:30px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    font-style:oblique;
    background: url("../images/chuys.png")no-repeat;
    background-size: 100% 100%;
    margin-top: 90px;
    margin-bottom: 100px;
}
.wm_yq{
    width: 100%;
    height: auto;
    display: block;text-align: center;
    font-size: 22px;
    font-weight: 600px;
    color: #333;
    margin-bottom: 60px;
}
.lsh_dz{
    font-size: 28px;
    position: relative;

}
.lsh_dz:before{
    content: "";
    width: 100%;
    height: 8px;
    background: #2fd0b5;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -10;
}
.ls_X{
    width: 1070px;
    display: block;
    height: auto;
    margin: auto;
}
.cq_kuan{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.cq_kuan>li{
    width: 450px;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 4px #fafbfb;
    cursor: pointer;
}
.cq_kuan>li:hover{
    box-shadow: 0px 0px 21px 0px #d2f0eb;
}
.cq_kuan>li:nth-child(add){
    float: left;
}
.cq_kuan>li:nth-child(even){
    float: right;
}
.cq_kuan>li>img{
    width: 16%;
    height: auto;
    display: inline-block;
    float: left;
}
.cq_kuan>li>p{
    width: 82%;
    float: right;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
}
.zb{
    width: 376px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 60px;
}
.zb>img{
    width: 100%;
    height: auto;
    display: block;
}
.gd_wz1{
    width: 736px;
    height: auto;
    display: block;
    margin: auto;
}
.gd_wz1>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.gd_wz2{
    width: 100%;
    height: auto;
    display: block;
}
.gd_wz2>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.gd_wz3{
    width: 678px;
    height: auto;
    display: block;
    margin: auto;
}
.gd_wz3>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.js_lc{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 120px;
}
.js_lc1{
    width: auto;
    height: auto;
    display: table;
    list-style: none;
    padding-left: 0px;
}
.js_lc1>li{
    width: 210px;
    min-height: 430px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background: #f6f6f6;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;

}
.js_lc1>li>img{
    width: 75px;
    display: block;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    opacity: 0.3;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.zt_1{
    width: 100%;
    height: 25px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    color: #333;
}
.zt_2{
     width: 100%;
     height: 50px;
     display: inline-block;
     font-size: 18px;
     text-align: center;
     line-height: 25px;
     color: #2fd0b5;
     margin-top: 10px;
     margin-bottom: 10px;
    position: relative;
    background: url("../images/hui.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
 }
.zt_6{
    width: 100%;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    color: #a090fe;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: url("../images/hui.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.zt_4{
    width: 100%;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: url("../images/fnhui.png")no-repeat;
    background-size: 36px 8px;
    background-position: center bottom;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.zt_5{
    width: 100%;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: url("../images/lan_hui.png")no-repeat;
    background-size: 36px 8px;
    background-position: center bottom;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.zt_3{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
    color: #848484;
    margin-bottom: 50px;
    display: none;
}


.js_lc1{
    width: auto;
    height: auto;
    display: table;
    list-style: none;
    padding-left: 0px;
}
.js_lc1>li{
    width: 210px;
    min-height: 430px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    background: #f6f6f6;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;

}
.js_lc1>li>img{
    width: 75px;
    display: block;
    height: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
    opacity: 0.3;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -o-transition:all 1s;
}
.js_lc1>li:nth-child(1):hover{
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 11px 2px #eff4f3;

}
.js_lc1>li:nth-child(1):hover>img{
    opacity: 1;
}
.js_lc1>li:nth-child(1):hover>.zt_3{
     display: block;
 }
.js_lc1>li:nth-child(1):hover>.zt_2{
     background: url("../images/lan.png")no-repeat;
     background-size: 31px 8px;
     background-position: center bottom;
 }
.js_lc1>li:nth-child(1):hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
    color: #a090fe;
}
.js_lc1>li:hover>.zt_4{
     background: url("../images/fen.png")no-repeat;
     background-size: 36px 8px;
     background-position: center bottom;
     color: #fe7c6c;
 }
.js_lc1>li:hover>.zt_2{
    background: url("../images/lan.png")no-repeat;
    background-size: 36px 8px;
    background-position: center bottom;
    color: #2fd0b5;
}
.js_lc1>li:hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
    color: #a090fe;
}
.js_lc1>li:hover>.zt_5{
    background: url("../images/lzn_z.png")no-repeat;
    background-size: 36px 8px;
    background-position: center bottom;
    color: #5088f7;
}
.js_lc1>li:nth-child(2):hover{
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 11px 2px #eff4f3;
}
.js_lc1>li:nth-child(2):hover>img{
    opacity: 1;
}
.js_lc1>li:nth-child(2):hover>.zt_3{
    display: block;
}
.js_lc1>li:nth-child(2):hover>.zt_2{
    background: url("../images/lan.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(2):hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(3):hover{
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 11px 2px #eff4f3;
}
.js_lc1>li:nth-child(3):hover>img{
    opacity: 1;
}
.js_lc1>li:nth-child(3):hover>.zt_3{
    display: block;
}
.js_lc1>li:nth-child(3):hover>.zt_2{
    background: url("../images/lan.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(3):hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(4):hover{
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 11px 2px #eff4f3;
}
.js_lc1>li:nth-child(4):hover>img{
    opacity: 1;
}
.js_lc1>li:nth-child(4):hover>.zt_3{
    display: block;
}
.js_lc1>li:nth-child(4):hover>.zt_2{
    background: url("../images/lan.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(4):hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(5):hover{
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 11px 2px #eff4f3;
}
.js_lc1>li:nth-child(5):hover>img{
    opacity: 1;
}
.js_lc1>li:nth-child(5):hover>.zt_3{
    display: block;
}
.js_lc1>li:nth-child(5):hover>.zt_2{
    background: url("../images/lan.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.js_lc1>li:nth-child(5):hover>.zt_6{
    background: url("../images/zs.png")no-repeat;
    background-size: 31px 8px;
    background-position: center bottom;
}
.items>li>a{
    text-decoration: none;
    color: #333;
    width: 100%;
    height: auto;
    display: inline-block;
}
/*搜索引擎*/
.js_wzcb{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
}

.cb_text{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 28px;
    color: #677bc1;
    margin-top: 70px;
    margin-bottom: 45px;
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    margin-left: -1200px;
}
.cb_text1{
     width: 100%;
     height: auto;
     display: block;
     text-align: center;
     font-size: 20px;
     color: #333333;
     margin-bottom: 45px;
    transition: 1.5s all;
    -moz-transition: 1.5s all;
    -webkit-transition: 1.5s all;
    margin-left: -1200px;
 }
.cb_text2{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 45px;
    transition: 2s all;
    -moz-transition: 2s all;
    -webkit-transition: 2s all;
    margin-left: -1200px;
}
.cb_text3{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #586fbc;
    margin-bottom: 45px;
    transition: 2.5s all;
    -moz-transition: 2.5s all;
    -webkit-transition: 2.5s all;
    margin-left: -1200px;
}
/*.kd_sc>p{*/
    /*height: 30px;*/
/*}*/
.yu_zi{
    width: 200px;
    height: 50px;
    display: block;
    margin: auto;
    background: #fb953a;
    border-radius: 50px;
    margin-bottom: 150px;
    margin-top: 40px;
}
.yu_zi>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.yu_zi>a:hover{
    color: #fff;
}
.cb_text4{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 45px;
    font-weight: 600;

}
.seo_js{
    width: 930px;
    height: auto;
    display: block;
    margin: auto;
    margin-top:20px;
    margin-bottom: 60px;
}
.seo_js1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    position: relative;
}
.seo_js1>li{
    width: 45%;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
}
/*.seo_js1>li:nth-child(1){*/
   /*transition: 1s all ;*/
   /*-webkit-transition: 1s all ;*/
   /*-moz-transition: 1s all ;*/
    /*margin-left: -500px;*/
/*}*/
/*.seo_js1>li:nth-child(2){*/
    /*transition: 2s all ;*/
    /*-webkit-transition: 2s all ;*/
    /*-moz-transition: 2s all ;*/
    /*margin-right: -500px;*/
/*}*/
/*.seo_js1>li:nth-child(3){*/
    /*transition: 3s all ;*/
    /*-webkit-transition: 3s all ;*/
    /*-moz-transition: 3s all ;*/
    /*margin-left: -500px;*/
/*}*/
/*.seo_js1>li:nth-child(4){*/
    /*transition: 4s all ;*/
    /*-webkit-transition: 4s all ;*/
    /*-moz-transition: 4s all ;*/
    /*margin-right: -500px;*/
/*}*/
.seo_js1>li:nth-child(add){
    float: left;

}
.seo_js1>li:nth-child(even){
    float: right;

}
.seo_js1>li>img{
    width: 92px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.seo_js1>li>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.seo_js1>li>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #545454;
    line-height: 22px;
}
.cz_p{
    width: 1350px;
    height: auto;
    display: block;
    margin: auto;
}
.cz_p1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.cz_p1>li{
    width: auto;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
     line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;

}
.cz_p1>li:nth-child(1){
     box-shadow: 0px 0px 7px 3px #f6f7fb;
 }
.cz_p1>li:nth-child(3){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
}
.cz_p1>li:nth-child(5){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
}
.cz_p1>li:nth-child(7){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
}
.cz_p1>li>img{
    width: 80px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.cz_p1>li:nth-child(1):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p1>li:nth-child(3):hover{
    background: #738cdd;
    color: #fff;
}
.fd_p{
    font-size: 12px;
    color: #999;
    line-height: 18px
}
.cz_p1>li:nth-child(5):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p1>li:nth-child(5):hover>.fd_p{
    color: #fff;
}
.cz_p1>li:nth-child(7):hover{
    background: #738cdd;
    color: #fff;
}
.yq_jj{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f2f3f5;
    padding-top: 75px;
    padding-bottom: 125px;
    margin-top: 100px;
}

.cb_text5{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}
.cb_text6{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #919191;
}


.cz_p2{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.cz_p2>li{
    width: auto;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
}
.cz_p2>li:nth-child(1){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p2>li:nth-child(3){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p2>li:nth-child(5){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
    line-height: 50px;
}
.cz_p2>li:nth-child(7){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p2>li:nth-child(9){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p2>li:nth-child(11){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p2>li:nth-child(8){
    display: none;
}
.cz_p2>li:nth-child(9){
    display: none;
}
.cz_p2>li:nth-child(10){
    display: none;
}
.cz_p2>li:nth-child(11){
    display: none;
}
.cz_p2>li>img{
    width: 80px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.cz_p2>li:nth-child(1):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p2>li:nth-child(3):hover{
    background: #738cdd;
    color: #fff;
}
.fd_p{
    font-size: 12px;
    color: #999;
    line-height: 18px
}
.cz_p2>li:nth-child(1):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p2>li:nth-child(3):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p2>li:nth-child(5):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p2>li:nth-child(5):hover>.fd_p{
    color: #fff;
}
.cz_p2>li:nth-child(7):hover{
    background: #738cdd;
    color: #fff;
}
/*.cz_p2>li:nth-child(5):hover>.fd_p{*/
    /*color: #fff;*/
/*}*/
.cz_p2>li:nth-child(9):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p2>li:nth-child(11):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p3{
    width: 1030px;
    height: auto;
    display: table;
    margin: auto;
    margin-top:60px;
}
.yq_i1{
    width: 18px;
    height: 80px;
    display: inline-block;
    float: right;
    margin-right: 8%;
}
.yq_i3{
    width: 18px;
    height: 80px;
    display: inline-block;
    float: left;
    margin-left: 9%;
    margin-bottom: 15px;
}

.cz_p4{
    width: auto;
    height: auto;
    display: inline-block;
    list-style: none;
}
.cz_p4>li{
    width: auto;
    height: 50px;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
}
.cz_p4>li:nth-child(1){
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p4>li:nth-child(3){
    width: 146px;
    box-shadow: 0px 0px 7px 3px #f6f7fb;
    background:#fff;
}
.cz_p4>li>img{
    width: 80px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.cz_p4>li:nth-child(1):hover{
    background: #738cdd;
    color: #fff;
}
.cz_p4>li:nth-child(3):hover{
    background: #738cdd;
    color: #fff;
}
.yq_i2{
    width: 1030px;
    height: 50px;
    display:block;
   margin: auto;
    margin-top: 10px;
}
.gz_kf{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    overflow: hidden;
}
.gz_kf_bt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin-top: 80px;
    margin-bottom: 60px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
}
.moban_xx{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 100px;
}
.moban_xx>li{
    width: auto;
    height: auto;
    display: inline-block;
}
.moban_xx>li:nth-child(add){
    float: left;
}
.moban_xx>li:nth-child(even){
    float: right;
}
.gz{
    width: auto;
    height:180px;
    display: inline-block;
    margin-top: 60px;
    margin-right: -700px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
}
.moban_xx>li:nth-child(1)>p:nth-child(1){
     width: auto;
     height: auto;
     display: block;
     font-size: 20px;
     color: #333333;
     font-weight: 600;
     margin-bottom: 60px;
     margin-left: -500px;
     transition: 1s all;
     -webkit-transition: 1s all;
     -moz-transition: 1s all;
 }
.moban_xx>li:nth-child(1)>p:nth-child(2){
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #727272;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-left: -500px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
}
.moban_xx>li:nth-child(1)>p:nth-child(3){
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #727272;
    padding-left: 20px;
    position: relative;margin-bottom: 20px;
    margin-left: -500px;
    transition: 3s all;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
}
.moban_xx>li:nth-child(1)>p:nth-child(4){
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #727272;
    padding-left: 20px;
    position: relative;margin-bottom: 20px;
    margin-left: -500px;
    transition: 4s all;
    -webkit-transition: 4s all;
    -moz-transition: 4s all;
}
.moban_xx>li:nth-child(1)>p:nth-child(2):before{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #36cd74;
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -5px;
}
.moban_xx>li:nth-child(1)>p:nth-child(3):before{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #36cd74;
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -5px;
}
.moban_xx>li:nth-child(1)>p:nth-child(4):before{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #36cd74;
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -5px;
}

.gz1{
    width: auto;
    height:auto;
    display: inline-block;
    margin-right: -700px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
}
.wx_ys{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.wx_ys>img{
    width: 100%;
    min-height: 297px;
    display: inline-block;
}
.wx_vtys{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 22%;
    left: 0px;
}
.wx_vtys>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
    margin-top: -100px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}
.wx_vtys>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.ys_js_x{
    width: 1200px;
    height:auto;
    display:block;
    border-radius: 5px;
    position: relative;
    margin: auto;
    background: #fff;
    margin-top: -100px;
    box-shadow: 0px 4px 6px 4px #f6fdfb;
    margin-bottom: 100px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.kys_p{
    width: 95%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-left: 2.5%;
    margin-top: 5%;
    margin-bottom: 5%;
    overflow: hidden;
    transition: 4s all;
    -webkit-transition: 4s all;
    -moz-transition: 4s all;
    position: relative;
}
.kys_p>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
    background: #fff;
}
.kys_p>li:last-child{
    margin-bottom: 0px;
}
.ys_left1{
    width: 16%;
    height: auto;
    display: inline-block;
    float: left;
}
.ys_left1>img{
    width: 50px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.ys_left1>p{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.ys_left2{
    width: 67%;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 3%;
    margin-top: 10px;
}
.ys_left2>p{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #727272;
    line-height: 20px;
}
.wx_ys1{
    width: 100%;
    height: 600px;
    display: inline-block;
    background: url("../images/xc_li.png")no-repeat;
    background-size: 100% cover;
}

.wx_vtys1{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 40px;
}
.wx_vtys1>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.zy_qh{
    width: 1050px;
    height: 270px;
    margin: auto;
    position: relative;
}
.zy_qh1{
    width: 800px;
    height: 270px;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.zy_qh2{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 0px;
}
.zy_qh2>li{
    width: auto;
    height: 100%;
    display: inline-block;
    float: left;
}
.zy_qh2>li>p{
    width: 100%;
    height: auto;display: inline-block;
    box-sizing: border-box;
    padding-left: 5%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}
.zy_qh2>li>div{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.left_xc{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -22.5px;
}
.left_xc>img{
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
}
.left_xc1{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -22.5px;
}
.left_xc1>img{
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
}
.zb_gzxx{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
}
.gz_vt{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.xc_gzzb1{
    width: 690px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 80px;
}
.xc_gzzb3{
    width: 885px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 80px;
}
.gz_vt1{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.xc_j1{
    width: 100%;
    height: auto;
    display: block;
    background: #f2f3f5;
    padding-bottom: 90px;
    padding-top: 90px;
}
.xc_j2{
    width: 1300px;
    height: auto;
    display: block;
    margin: auto;
}
.xc_j3{
    width: 1300px;
    height: auto;
    display: inline-block;
    list-style: none;
}
.xc_j3>li{
    width: 277px;
    height: 400px;
    display: inline-block;
    float: left;
    background: #fff;
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 0px #e9eaec;
    cursor: pointer;
    overflow: hidden;
}
.xc_j3>li:nth-child(2){
    margin-left: 50px;

}
.xc_j3>li:nth-child(3){
    margin-left: 50px;
    margin-right: 50px;
}
.xc_j3>li>img{
    width: auto;
    height: 220px;
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}
.xc_j3>li>p{
    width: 80%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-left: 10%;
}
.cx_bt1{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 60px;
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
    position: absolute;
    top: -100%;
    left: -100%;
    border-radius: 7px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.xc_j3>li:hover>.cx_bt1{
    position: absolute;
    top: 0%;
    left: 0%;
}


.cx_bt2{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 60px;
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
    position: absolute;
    top: -100%;
    left: 0%;
    border-radius: 7px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.xc_j3>li:hover>.cx_bt2{
    position: absolute;
    top: 0%;
    left: 0%;
}

.cx_bt3{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 60px;
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 7px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
     transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.xc_j3>li:hover>.cx_bt3{
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.cx_bt4{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 60px;
    padding-right: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: justify;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 7px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
}
.xc_j3>li:hover>.cx_bt4{
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
}
.yw_ico{
    width: 849px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
.yw_ico>img{
    width: 100%;
    height: auto;
    display: inline-block;
}

.zhunbei_gz{
    width: 375px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 90px;
    margin-bottom: 60px;
}
.zhunbei_gz>img{
    width: 100%;
    height: auto;
    display: block;
}

.yw_pl{
    width: 701px;
    height: auto;
    display: block;
    margin: auto;
}
.yw_pl>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.xh_mz{
    width: 1200px;
    height: auto;
    display: table;
    margin: auto;
    background: #fff4ef;
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.xh_logn{
    width: 172px;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 70px;
    margin-right: 80px;
}
.xh_js{
    width: 674px;
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #606060;
    margin-top: -12px;
}
.xh_js:before{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url("../images/s_f.png")no-repeat;
    background-size: 25px 25px;
}
.xh_js:after{
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url("../images/x_f.png")no-repeat;
    background-size: 25px 25px;
}
.fx_xz2{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
}
.fx_xz2>li{
    width: 216px;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #fff3f0;
    float: left;
    cursor: pointer;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.fx_xz2>li:nth-child(1):hover{
    border: 1px solid #72a5ff;
}
.fx_xz2>li:nth-child(2):hover{
    border: 1px solid #ff503b;
}
.fx_xz2>li:nth-child(3):hover{
    border: 1px solid #8577ff;
}
.fx_xz2>li:nth-child(4):hover{
    border: 1px solid #ffa434;
}
.fx_xz2>li:nth-child(5):hover{
    border: 1px solid #5fc4e6;
}
.fx_xz2>li:nth-child(1):hover .fx_xzq1{
    color: #74a8ff;
}
.fx_xz2>li:nth-child(2):hover .fx_xzq1{
    color: #ff503b;
}
.fx_xz2>li:nth-child(3):hover .fx_xzq1{
    color: #8577ff;
}
.fx_xz2>li:nth-child(4):hover .fx_xzq1{
    color: #ffa434;
}
.fx_xz2>li:nth-child(5):hover .fx_xzq1{
    color: #5fc4e6;
}
.fx_xz2>li:nth-child(2){
    margin-right: 30px;
    margin-left: 30px;
}
.fx_xz2>li:nth-child(3){
    margin-right: 30px;
}
.fx_xz2>li:nth-child(4){
    margin-right: 30px;
}.img_fx{
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
 }
.fx_xz2>li>a{
    text-decoration: none;
}
.fx_xzq{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 25px;
}
.fx_xzq1{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #cccccc;
    margin-top: 25px;
    margin-bottom: 60px;
}
.ws_js{
    width: 1200px;
    height: auto;
    display: table;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    overflow: hidden;
}
.js_sj{
    width: 55%;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 477px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.js_sj>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.ws_cbl{
    width: 40%;
    min-height: 423px;
    display: inline-block;
    float: right;
    position: relative;
    overflow: hidden;
}
.ws_cbl>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 70px;
    font-weight: 600;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    margin-left: 480px;
}
.js_xq_l{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.js_xq_l>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.right_pl{
    width: 70%;
    height: auto;
    display: inline-block;
    float: left;
}
.js_xq_l>li:nth-child(1)>.right_pl{
     transition: 1.5s all;
     -webkit-transition: 1.5s all;
     -moz-transition: 1.5s all;
     margin-left: 480px;
 }
.js_xq_l>li:nth-child(2)>.right_pl{
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    margin-left: 480px;
}
.js_xq_l>li:nth-child(3)>.right_pl{
    transition: 2.5s all;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    margin-left: 480px;
}
.js_xq_l>li:nth-child(1)>.img_lp{
    transition: 1.5s all;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.js_xq_l>li:nth-child(2)>.img_lp{
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.js_xq_l>li:nth-child(3)>.img_lp{
    transition: 2.5s all;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.right_pl>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    margin-bottom: 10px;
}
.right_pl>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.img_lp{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: url("../images/zs_p.png")no-repeat;
    background-size: 20px 20px;
}
.sj_pl{
    width: 369px;
    height: 81px;
    margin: auto;

}
.sj_pl>img{
    width: 100%;
    height: 100%;
}
.sj_ydfw{
    width: 100%;
    height: 80px;
    display: inline-block;
    padding-left: 0px;
}
.sj_ydfw>li{
    width: 33.33%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}
.sj_ydfw>li>img{
    width: 100px;
    height: auto;
    display: inline-block;
    float: left;
    z-index: -110;
}
.p_li{
    width: auto;
    height: 80px;
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 70px;
    position: absolute;
    top: 0px;
    left: 9%;
    font-weight: 600;
}
.sj_ydfw>li:hover{
    background: url("../images/lzn_z.png")no-repeat;
    background-size: 60px auto;
    background-position: 10% 80%;
}
.gf_ts{
    width: 1200px;
    height: 427px;
    display: block;
    margin: auto;
    position: relative;
}
.gf_ts1{
    width: 1000px;
    height: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.img_tla{
    width: 100%;
    height: 100%;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.img_tla>li{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}
.img_tla>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.rj_left{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
}
.rj_left>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 70px;
    font-weight: 600;
}
.rj_left>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.rj_right{
    width: 40%;
    height: auto;
    display: inline-block;
    float: right;
}
.wz_lo{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.zs_cq{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;
}
.zs_cq>p:nth-child(1){
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 100px;
}
.zs_cq>p:nth-child(2){
    width: 100%;
    height: 35px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #929292;
    position: relative;
}
.zs_cq>p:nth-child(2):before{
    content: "";
    width: 35px;
    height: 5px;
    border-radius: 50px;
    background: #306aec;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -15px;
}
.cp_xca{
    width: 1300px;
    height: auto;
    display: block;
    margin: auto;
}
.cp_xca1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 60px;
}
.cp_xca1>li{
    width: 216px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.cp_xca2{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 60px;
}
.cp_xca2>li{
    width: 216px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.cp_xca2>li:nth-child(1){
    border:  1px solid #fd5a5d;
    border-top:  12px solid #fd5a5d;
}
.cp_xca1>li:nth-child(1){
    border:  1px solid #fed25a;
    border-top:  12px solid #fed25a;
}

.cp_xca1>li:nth-child(2){
    margin-left: 30px;
    margin-right: 30px;
    border:  1px solid #fd5a5d;
    border-top:  12px solid #fd5a5d;
}
.cp_xca3{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 60px;
}
.cp_xca3>li{
    width: 216px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.cp_xca3>li:nth-child(1){
    border:  1px solid #cfa3fd;
    border-top:  12px solid #cfa3fd;
}
.cp_xca1>li:nth-child(3){
    margin-right: 30px;
    border:  1px solid #cfa3fd;
    border-top:  12px solid #cfa3fd;
}
.cp_xca4{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 60px;
}
.cp_xca4>li{
    width: 216px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.cp_xca4>li:nth-child(1){
    border:  1px solid #a0de74;
    border-top:  12px solid #a0de74;
}
.cp_xca1>li:nth-child(4){
    margin-right: 30px;
    border:  1px solid #a0de74;
    border-top:  12px solid #a0de74;
}
.cp_xca5{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-bottom: 60px;
}
.cp_xca5>li{
    width: 216px;
    height: auto;
    display: inline-block;
    float: left;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.cp_xca5>li:nth-child(1){
    border:  1px solid #8cd2fa;
    border-top:  12px solid #8cd2fa;
}
.cp_xca1>li:nth-child(5){
    border:  1px solid #8cd2fa;
    border-top:  12px solid #8cd2fa;
}
.xc_bz{
    width: 86%;
    height: auto;
    display: inline-block;
    margin-top: 55px;
    padding-bottom: 20px;
    margin-left: 7%;
    border-bottom: 1px solid #f2f2f2;
}
.xc_bz>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.xc_bz>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #a1a1a1;
}
.zs_left{
    width: 80px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.mf_zx{
    width: 80%;
    height: 45px;
    margin: auto;
    margin-bottom: 50px;
}
.mf_zx>a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    background: #fed25a;
}
.mf_zx>a:hover{
    color: #fff;
}

.mf_zx1{
    width: 80%;
    height: 45px;
    margin: auto;
    margin-bottom: 50px;
}
.mf_zx1>a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    background: #fd5a5d;
}
.mf_zx1>a:hover{
    color: #fff;
}

.mf_zx2{
    width: 80%;
    height: 45px;
    margin: auto;
    margin-bottom: 50px;
}
.mf_zx2>a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    background: #cfa3fd;
}
.mf_zx2>a:hover{
    color: #fff;
}

.mf_zx3{
    width: 80%;
    height: 45px;
    margin: auto;
    margin-bottom: 50px;
}
.mf_zx3>a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    background: #a0de74;
}
.mf_zx3>a:hover{
    color: #fff;
}

.mf_zx4{
    width: 80%;
    height: 45px;
    margin: auto;
    margin-bottom: 50px;
}
.mf_zx4>a{
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    border-radius: 50px;
    background: #8cd2fa;
}
.mf_zx4>a:hover{
    color: #fff;
}
.zs_cq_1{
     width: 100%;
     height: auto;
     display: inline-block;
     margin-bottom: 80px;
 }
.zs_cq_1>img{
    width: 100%;
    height: auto;
    display: inline-block;
}

.zs_cq_2{
    width: 1000px;
    height: auto;
    display: block;
    margin-bottom: 80px;
    margin: auto;
}
.zs_cq_2>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.zp_qs{
    width: 1000px;
    height: auto;
    display: block;
    margin: auto;
}
.zp_qs1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.zp_qs1>li{
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.zp_qs1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.zp_qs1>li>a>img{
    width: 70px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
.zp_qs1>li>a>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.cp_qhl{
    width: 100%;
    height: 500px;
    background: url("../images/zs_cq_1a.jpg")no-repeat;
    background-size: 100% 100%;
    display: table;
}
.cj_yb{
    width: auto;
    height: 45px;
    display: table;
    position: relative;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 40px;
}
.cj_yb1{
    width: 100%;
    height: 22px;
    display: inline-block;
    background: rgba(255,255,255,0.3);
    border-radius: 50px;
    position: absolute;
    top: 11.5px;
    left: 0px;
    z-index: 100;
}
.cj_yb2{
    width: 100%;
    height: 30px;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-top: 8.5px;
    z-index: 200;
    cursor: pointer;
    position: relative;
}
.cj_yb2>li{
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-right: 10px;
    border-radius: 30px;
    cursor: pointer;
    z-index: 200;
}
.cj_yb2>li:nth-child(1){
    margin-left: 20px;
}
.cj_yb2>li:last-child{
    margin-right: 10px;
}
.kd_li{
    width: 860px;
    height: 300px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.kd_li1{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style: none;
    padding-left: 0px;
}

.kd_li1>li{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}
.cj_pla{
    width: auto;
    height: auto;
    display: table;
    margin: auto;
    margin-top: 13px;
}
.cj_pla>p:nth-child(1){
    width: auto;
    height: auto;
    display: block;
    text-align: center;
    font-size: 52px;
    color: #fff;
    opacity: 0.4;
    margin-bottom: 0px;
}
.cj_pla>p:nth-child(2){
    width: auto;
    height: auto;
    display:block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0px;
}
.cj_pla11{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 100px;
}
.cj_pla11>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.cj_pla12{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.cj_pla12>a{
    width: auto;
    height: auto;
    text-decoration: none;
    color: #fff369;
    font-size: 16px;
}
.cj_pla12>a:hover{
    color: #fff369;
}
.cp_zl{
    width: 1175px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.cp_zl1{
    width: 100%;
    height: 55px;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}
.cp_zl1>li{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.cp_zl1>li:nth-child(1){
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    margin-left: -440px;
}
.cp_zl1>li:nth-child(2){
    margin-left:1200px;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition:2s all;
}
.wz_lj{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 45px;
    color: #333;
}
.wz_lj1{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
   list-style: none;
    padding-left: 0px;
}
.wz_lj1>li{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 45px;
    color: #333;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.wz_lj1>li:after{
    content: "";
    width: 1px;
    height: 18px;
    display: inline-block;
    background: #333;
    position: absolute;
    top: 13.5px;
    right: 0px;
}
.wz_lj1>li>a{
    width: auto;
    height: 45px;
    display: inline-block;
    font-size: 12px;
    line-height: 45px;
    color: #333;
    text-decoration: none;
}
.wz_lj1>li>a:hover{
    color: #333;
}


.wz_lj2{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
    list-style: none;
    padding-left: 0px;
}
.wz_lj2>li{
    width: auto;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 45px;
    color: #333;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.wz_lj2>li>a{
    width: auto;
    height: 45px;
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    color: #333;
    text-decoration: none;
}
.wz_lj2>li>a>img{
    width: auto;
    height: 20px;
    display: inline-block;
}
.cp_sx{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
}
.cp_sx>li{
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #333;
    float: left;
    display: inline-block;
    margin-right: 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 3s all;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
}
.cp_cp1{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
}
.cp_cp2{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    overflow: hidden;
}
.cp_cp2>li{
    width: 30%;
    height: 360px;
    display: inline-block;
    float: left;
    margin-left: 1.666%;
    margin-right: 1.666%;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
     margin-top: 355px;
    /*transform:rotate(-180deg) scale(0);*/
    /*-webkit-transform:rotate(-180deg)  scale(0);*/
    /*-moz-transform:rotate(-180deg)  scale(0);*/
}
.cp_cp2>li:nth-child(1){
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.cp_cp2>li:nth-child(2){
    transition: 1.5s all;
    -webkit-transition: 1.5s all;
    -moz-transition: 1.5s all;
}
.cp_cp2>li:nth-child(3){
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
}
.cp_cp2>li:nth-child(4){
    transition: 2.5s all;
    -webkit-transition: 2.5s all;
    -moz-transition: 2.5s all;
}
.cp_cp2>li:nth-child(5){
    transition: 3s all;
    -webkit-transition: 3s all;
    -moz-transition: 3s all;
}
.cp_cp2>li:nth-child(6){
    transition: 3.5s all;
    -webkit-transition: 3.5s all;
    -moz-transition: 3.5s all;
}
.cp_cp2>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.mb_bh{
    width: 95%;
    height: auto;
    display: inline-block;
    margin-left: 2.5%;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.mb_bh>li{
    width: auto;
    height: auto;
    display: inline-block;
}
.mb_bh>li:nth-child(1){
    width: 65%;
    float: left;
}
.mb_bh>li:nth-child(2){
    float: right;
}
.mb_bh>li:nth-child(1)>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mb_bh>li:nth-child(1)>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
}
.mb_bh>li:nth-child(1)>p:nth-child(3){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
}
.sy_p{
    width: 100%;
    height: auto;
    display: inline-block;
}
.sy_p>p{
    width: 65%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.mb_bh>li:nth-child(2)>img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 15px;
}
.cp_fd2{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(0,0,0,0.2);
    position: absolute !important;
    top:-383px;
    left:-359px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: scale(1);
    position: relative;
}
.cp_cp2>li:hover .cp_fd2{
    position: absolute !important;
    top:0px;
    left: 0px;
}
.cp_fd{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.cp_fd1 {
    width: 60%;
    height: 25px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -12.5px;
}
.cp_fd1>li {
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
}
.yl_1{
    width: 60px;
    height: 25px;
    display: block;
    margin: auto;

}
.yl_1>a{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 25px;
    color: #555555;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    text-decoration: none;
}
.yl_1>a:hover{
    color: #555555;
}
.bm_mb{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 64px;
    color: #333333;
    margin-left: 290px;
}
.bm_p{
    margin-left: 10px;
    color: #555555;
    font-size: 15px;
}
.img_xl{
    width: auto;
    height: 40px;
    display: inline-block;
    list-style: none;
    float: right;
    margin-right: 300px;
    margin-top: 15px;
}
.img_xl>li{
    width: auto;
    height: 40px;
    display: inline-block;
    float: left;
    position: relative;
}
.sj_dx{
   width: 20px;
   height: 29px;
   display: inline-block;
   margin-top: 5px;
   float: left;
   margin-right: 8px;
}
.img_xl>li:nth-child(1)>p{
    margin-right: 27px;
}
.img_xl>li>p{
    width: auto;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    cursor: pointer;
}
.img_xl>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
.img_xl>li:nth-child(2){
    width: auto;
    height: 100%;
    background: #00dfb9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;

}
.img_xl>li:nth-child(2)>a>p{
    color: #fff;
    width: auto;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}
.img_xl>li:nth-child(2)>a>img{
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-top: -5px;
    margin-right: 3px;
}
.er_imgp{
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    top: 6px;
    left: -109px;
}
.img_xl>li:nth-child(1):hover .er_imgp{
    display: block;
}
.cp_gm{
    width: 1200px;
    height:auto;
    display: block;
    margin: auto;
}
.dq_wz{
    width: 100%;
    height: 55px;
    display: inline-block;
    margin-top: 70px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
}
.dq_wz>a{
    width: 100%;
    height: 55px;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    color: #949494;
    text-decoration: none;
}
.dq_wz>a:hover{
    color: #949494;
}
.xq_cs{
    width: 1200px;
    height: 1550px;
    margin: auto;
    display: block;
}
.cs_left{
    width: 250px;
    height: auto;
    display: inline-block;
    float: left;
    margin-left: 45px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}
.cp_ic{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-top: 25px;
    margin-left: 5%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.mb_bh1{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
  	margin-top:20px;
}
.mb_bh1>p{
    width: auto;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}
.mb_bh1>p:nth-child(1){
    float: left;
}
.mb_bh1>p:nth-child(2){
    float: right;
}
.yu_y{
    width: 90%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-left: 5%;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.yu_y>li{
    width: 100%;
    height: auto;
    display: inline-block;
}
.yu_y>li:nth-child(1){
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}
.yu_y>li:nth-child(2)>img{
    width: auto;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 2.5px;
}
.yu_y>li:nth-child(2)>p{
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    float: left;
}
.mb_bh2{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
}
.mb_bh2>p{
    width: auto;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    margin-bottom:5px;
}
.mb_bh2>p:nth-child(1){
    float: left;
}
.mb_bh2>p:nth-child(2){
    float: right;
}
.mb_bh3{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
    margin-top: 40px;
}
.mb_bh3>p{
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.mb_bh3>p:nth-child(1){
    color: #afafaf;
}
.mb_bh3>p:nth-child(1){
    color: #00dfb9;
}
.btn_xz_xy{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.btn_xz_xy>li{
    width: 100%;
    height: 45px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.ty_anniu{
    width: 100%;
    height: 45px;
    display: none;
    background: #00dfb9;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    overflow: hidden;
}
.ty_anniu>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.ty_anniu>a:hover{
    color: #fff;
}
.btn_xz_xy>li:nth-child(2){
    width: 100%;
    height: 45px;
    background: #f1f1f1;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
}
.cs_right{
    width: 780px;
    height: 1615px;
    float: right;
    display: inline-block;
    margin-right: 45px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-bottom: 70px;
}
.xz_zw{
    width: 92.5%;
    height: auto;
    display: inline-block;
    margin-left: 7.5%;
}
.xz_btc{
    width:auto;
    height: 55px;
    display: inline-block;
    margin-left: 248px;
    font-size: 16px;
    color: #333;
    line-height: 55px;

}
.xz_lnr{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.xz_lnr>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0px;
}
.xz_lnr>li:nth-child(2){
    margin-top: 10px;
}
.pz_bt{
    width: 20%;
    min-height:auto;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #999999;
}
.zs_ym{
    width: 80%;
    min-height: 60px;
    display: inline-block;
    float: left;
}
.zs_ym>p:nth-child(1){
    font-size: 15px;
    color: #00dfb9;
}
.cx_ymx{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #999999;
}
.cx_ymx>a{
    font-size: 15px;
    color: #00dfb9;
    text-decoration: none;
    margin-left: 15px;
}
.cx_ymx>a:hover{
     color: #00dfb9;
 }
.yy_xz{
    width: 75%;
    height: auto;
    display: inline-block;
    float: left;
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}
.yy_xz>li{
    width: auto;
    height: 30px;
    display: inline-block;
    /*background: #00dfb9;*/
    color: #333;
    font-size: 15px;
    line-height: 29px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    border-radius: 3px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    box-sizing: border-box;
}
.yy_xz>li>img{
    width: 30px;
    height: 20px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
    display: none;
}
.xy_xj{
    width: 80%;
    height: 25px;
    display: inline-block;
    font-size: 15px;
    color: #c2c2c2;
    line-height: 25px;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}
.yy_xz1{
    width: 75%;
    height: auto;
    display: inline-block;
    float: left;
    list-style: none;
    padding-left: 0px;
}
.yy_xz1>li{
    width: auto;
    height: 30px;
    display: inline-block;
    /*background: #00dfb9;*/
    color: #333;
    font-size: 15px;
    line-height: 29px;
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    border-radius: 3px;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    box-sizing: border-box;
}
.jb_csx{
    width: 100%;
    height: 45px;
    display: inline-block;
    background: #f0f0f0;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 45px;
}
.ym_left{
    width: 85%;
    height: auto;
    display: inline-block;
    margin-left: 7.5%;
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ym_left>li{
    width: 50%;
    height: 45px;
    display: inline-block;
    float: left;
}
.pz_bt2{
    width: 40%;
    min-height:auto;
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #999999;
    line-height: 45px;
}
.pz_bt3{
    width: 60%;
    min-height:auto;
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 45px;
    box-sizing: border-box;
}
.pz_bt3>img{
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin-top: 12.5px;
    margin-right: 7px;
}
.pz_bt1{
    width: auto;
    min-height:auto;
    display: inline-block;
    float: left;
    font-size: 15px;
    color: #333;
    line-height: 45px;
    box-sizing: border-box;
    float: left;
}
.jb_csx1{
    width: 100%;
    height: 45px;
    display: inline-block;
    background: #f0f0f0;
}
.jb_zhc{
    width: 70%;
    height:45px;
    display: inline-block;
    margin-left: 20%;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.jb_zhc>li{
    width: 33%;
    height: 45px;
    display: inline-block;
    float: left;
}
.er_zhif{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    display: none;
}
.jf_x1{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.jd_xla{
    width: 800px;
    min-height: 465px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -232.5px;
}
.gf_p{
    width: 60px;
    height: 25px;
    cursor: pointer;
    display: inline-block;
    float: right;
    background: #e7e7e7;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #333;
}
.gf_p1{
    width: 100%;
    height: 30px;
    display: inline-block;
    margin-top: 50px;
    text-align: center;
    color: #999999;
    font-size: 16px;
    line-height: 30px;
}
.gf_p2{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #999999;
    font-size:20px;
    margin-bottom: 0px;
}
.erma{
    width: 144px;
    height: 144px;
    display: block;
    margin: auto;
    border: 1px solid #2ea13a;
    margin-top: 25px;
}
.erma>img{
    width: 134px;
    height: 134px;
    margin: 5px;
}
.wx_z{
    width: 144px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 65px;
}
.wx_z>p:nth-child(1){
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.wx_z>p:nth-child(2){
    font-size: 15px;
    color: #999999;
    line-height: 20px;
    text-align: center;
}
/*预约订单*/
.yu_dd_zt{
    width: 1200px;
    height: auto;
}
.left_nav{
    width: 180px;
    min-height: 600px;
    display: inline-block;
    float: left;
    background:rgba(250,250,250,1);
    border:1px solid rgba(207,207,207,1);
}
.left_nav>div{
    width: 80%;
    height: auto;
    margin-left: 10%;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}
.left_nav>div:nth-child(1){
    margin-top: 29px;
}
.left_nav>div>p{
    width: 100%;
    height: auto;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:28px;
    margin-bottom: 5px;
    background: url("../images/xia_z.png")no-repeat;
    background-position: 98% center;
    background-size: 8px 5px;
}
.left_nav>div>ul{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
    margin-top: 0px;
}
.left_nav>div>ul>li{
    width: 100%;
    height: auto;
    display: inline-block;

}
.left_nav>div>ul>li>a{
    width: 100%;
    height: 28px;
    display: inline-block;
    text-align: center;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#666666;
    line-height:28px;
    background: url("../images/bs_2.png")no-repeat;
    background-size: 3px 3px;
    background-position: 10% center;
}
.left_nav>div>ul>li>a:hover{
    background: url("../images/bs_1.png")no-repeat;
    background-size: 3px 3px;
    background-position: 10% center;
    color:#5599A0;
}
.dd_right{
    width: 960px;
    min-height: 1000px;
    display: inline-block;
    float: right;
    border:1px solid rgba(207,207,207,1);
    box-sizing: border-box;
    position: relative;
}
.dd_ns{
    width: 95%;
    height: 100%;
    display: inline-block;
    margin-left: 2.5%;
}
.dd_b{
    width: 100%;
    height: 45px;
    display: inline-block;
    border-bottom: 1px solid #E8E8E8;
    line-height: 45px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 20px;
}
.dd_tab{
    width: 100%;
    height: 40px;
    display: inline-block;
}
.dd_tab>li{
    width: 130px;
    display: inline-block;
    height: 40px;
    float: left;
    box-sizing: border-box;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#999999;
    line-height:40px;
    text-align: center;
    background: #F1F1F1;
    border-top: 2px solid #F1F1F1;
    cursor: pointer;
}
.dd_tab1{
    width: 100%;
    height: 40px;
    display: inline-block;
}
.dd_tab1>li{
    width: 182px;
    display: inline-block;
    height: 40px;
    float: left;
    box-sizing: border-box;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#999999;
    line-height:40px;
    text-align: center;
    background: #F1F1F1;
    border-top: 2px solid #F1F1F1;
    cursor: pointer;
}
.bad{
    width: 100%;
    height:799px;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}
.bad1{
    width: 100%;
    height: 865px;
    margin-top: 22px;
    position: relative;
    overflow: hidden;
}
.tab_y{
    width: 100%;
    height: 745px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    box-sizing: content-box;
}
.dl_p{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.dl_p>img{
    width: 100%;
    height: 436px;
    display: inline-block;
}
.dl_xx{
    width: 840px;
    height: auto;
    margin: auto;
    margin-top: -300px;
    position: relative;
}
.dl_xx>img{
    width: 261px;
    height: 85px;
    display: block;
    margin: auto;
    margin-bottom: 60px;
}
.dl_form{
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 80px;
    margin-bottom: 70px;
}
.dl_ul{
    width: 650px;
    display: inline-block;
    height: auto;
    list-style: none;
    margin-left: 190px;
    margin-top: 110px;
    padding-left: 0px;
}
.dl_ul>li{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.dl_ul>li:nth-child(1):before{
     content: "";
     width: 20px;
     height: 20px;
     background: url("../images/sj1.png")no-repeat;
     background-size: 20px 20px;
     position: absolute;
     top: 12.5px;
     left: 0px;
     z-index: 100;
 }
.dl_ul>li:nth-child(2):before{
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/mim.png")no-repeat;
    background-size: 20px 20px;
    position: absolute;
    top: 12.5px;
    left: 0px;
    z-index: 100;
}
.sj_h{
    width: 400px;
    height: 45px;
    display: inline-block;
    float: left;
    position: relative;
}
.sj_h>input{
    width: 100%;
    height: 45px;
    display: inline-block;
    border: none;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
    padding-left: 30px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sj_h>input::-webkit-input-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.sj_h>input::-moz-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.ts_y{
    width: 150px;
    height: 30px;
    display: none;
    float: left;
    margin-left: 20px;
    margin-top: 7.5px;
    border: 1px solid #ffc3c3;
    box-sizing: border-box;
    padding-left: 30px;
    color: #ffc3c3;
    line-height: 30px;
    border-radius: 3px;
    background: url("../images/dl_ts.png")no-repeat;
    background-size: 20px 20px;
    background-position: 5px 5px;
}
.ts_y1{
    width: 150px;
    height: 30px;
    display: none;
    float: left;
    margin-left: 20px;
    margin-top: 7.5px;
    border: 1px solid #ffc3c3;
    box-sizing: border-box;
    padding-left: 30px;
    color: #ffc3c3;
    line-height: 30px;
    border-radius: 3px;
    background: url("../images/dl_ts.png")no-repeat;
    background-size: 20px 20px;
    background-position: 5px 5px;
}
.ts_y2{
    width: 150px;
    height: 30px;
    display: none;
    float: left;
    margin-left: 20px;
    margin-top: 7.5px;
    border: 1px solid #ffc3c3;
    box-sizing: border-box;
    padding-left: 30px;
    color: #ffc3c3;
    line-height: 30px;
    border-radius: 3px;
    background: url("../images/dl_ts.png")no-repeat;
    background-size: 20px 20px;
    background-position: 5px 5px;
}
.btn_an{
    width: 181px;
    height: 46px;
    display: block;
    margin: auto;
    margin-top: 60px;
    background: url("../images/btn_an.png")no-repeat;
    background-size: 181px 46px;
    padding: 0px;
}
.btn_an>input{
    width: 100%;
    height: 100%;
    display:inline-block;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding: 0px;
    font-size: 18px;
    color: #fff;
}
.zh_a{
    width: auto;
    height: auto;
    display: table;
    font-size: 16px;
    color: #333;
    margin: auto;
    margin-top: 25px;
}
.zh_a>a{
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #42e3c3;
}
.zh_a1{
    width: auto;
    height: auto;
    display: table;
    font-size: 16px;
    color: #333;
    margin: auto;
    margin-top: 10px;
}
.zh_a1>a{
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}
.xiu_gai{
    width: 95%;
    height: 50px;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin: auto;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
}
.fan_hui1{
    width: 25px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fan_hui1>img{
    width: 16px;
    height: 20px;
    display: block;
    margin-top: 15px;
}
.yanzheng{
    width: auto;
    height: 44px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}
.yanzheng>a{
    width: 100%;
    height: 45px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 45px;
}
.yanzheng>a:hover{
    color: #333;
}
.gr_zxzl{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    padding-top: 110px;
    margin-bottom: 70px;
}
.gr_left{
    width: 180px;
    min-height: 660px;
    display: inline-block;
    float: left;
    border: 1px solid #e9e9e9;
    background: #fafafa;
}
.gr_fw{
    width: 85%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    list-style: none;
    margin-left: 7.5%;
    padding-left: 0px;
}
.gr_fw>li{
    width: 100%;
    height: auto;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}
.gr_fw>li>p{
    width: 100%;
    height: auto;
    font-size: 16px;
    display: inline-block;
    color: #333;
    background: url("../images/gr_xia.png")no-repeat;
    background-size:10px 7px ;
    background-position: right 7.5px;
    margin-bottom: 10px;
    font-weight: bold;
}
.dd_pl{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
    list-style: none;
    padding-left: 0px;
}
.dd_pl>li{
    width: 100%;
    height: 30px;
    display: inline-block;
}
.dd_pl>li>a{
    width: 100%;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    color: #666666;
    font-size: 15px;
    padding-left: 20px;
    line-height: 30px;
    box-sizing: border-box;
    background: url("../images/hei_d.png")no-repeat;
    background-size:3px 3px ;
    background-position: 0px 13.5px;
}
.dd_pl>li>a:hover{
    color: #00dfb9;
    background: url("../images/lan_d.png")no-repeat;
    background-size:3px 3px ;
    background-position: 0px 13.5px;
}
.gr_right{
    width: 960px;
    min-height: 660px;
    display: inline-block;
    float: right;
    border: 1px solid #e9e9e9;
    margin-bottom: 70px;
}
.gr_bt{
    width: 95%;
    height: 45px;
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    margin-left: 2.5%;
    font-weight: bold;
}
.bd_wxa{
    width: 400px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 70px;
}
.bd_bt{
    width: 100%;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #333;
}
.bd_bt2{
    width: 160px;
    height: 160px;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.bd_bt1{
    width: 100%;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #d0d0d0;
    margin-top: 7px;
}
.fu_tk{
    width: 95%;
    height: auto;
    display: inline-block;
    margin-left: 2.5%;
    font-size: 15px;
    color: #555555;
    line-height: 25px;
    margin-top: 7px;
}
.fu_tk>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #555555;
    line-height: 22px;
}
.fu_tk>p:last-child{
    margin-bottom: 80px;
}
.gs_left{
    width: 500px;
    height: auto;
    display: block;
    margin: auto;
}
.gs_xi{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.gs_xi>li{
    width: 100%;
    height: auto;
    display: inline-block;
}
.lg_z{
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 70px;
    margin-top: 20px;
    cursor: pointer;
}
.lg_z>img{
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: auto;
    border-radius: 70px;
}
.shch{
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 33px;
    background: rgba(0,0,0,0.5);
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0px;
    text-align: center;
    line-height: 26px;
}
.wz_mc{
    width:35%;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 0px;
}
.wz_sr{
    width: 64%;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333333;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #f6f6f6;
    outline: none;
    padding-bottom: 7px;
}
.wz_sr::-webkit-input-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.wz_sr::-moz-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.gs_xi>li:nth-child(2){
    margin-top: 50px;
}
.gs_tjbd{
    width: 180px;
    height: 48px;
    display: block;
    margin: auto;
    margin-top: 150px;
    margin-bottom: 70px;
}
.gs_tjbd>input{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background: #00dfb9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
.gs_xi1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-top: 50px;

}
.gs_xi1>li{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.xz_dz{
    width: 65%;
    height: 52px;
    display: inline-block;
    float: left;
    position: relative;
    background: url("../images/right_xz.png")no-repeat;
    background-size: 7px 12px;
    background-position: right center;
}

.xz_dz>select{
    width: 100%;
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    font-size: 16px;
    color: #333333;
    background: none;
    border-bottom: 1px solid #f6f6f6;

}
.gh_sjh{
    width: auto;
    height: 44px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.gh_sjh>a{
    width: auto;
    height: 100%;
    font-size: 16px;
    color: #00dfb9;
    line-height: 45px;
    text-decoration: none;
}
.gh_sjh>a:hover{
    color: #00dfb9;
}
.bd_sj{
    width: auto;
    height: auto;
    display: table;
    margin: auto;
    margin-top: 100px;
}
.bd_sj>p{
    width: auto;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.an_nt{
    width: 180px;
    height: 48px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 70px;
}
.an_nt>a{
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    background: #00dfb9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
}.an_nt>input{
     width: 100%;
     height: 100%;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     outline: none;
     cursor: pointer;
     font-size: 18px;
     color: #fff;
     background: #00dfb9;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     display: inline-block;
     text-decoration: none;
     text-align: center;
     line-height: 48px;
 }

.an_nt>a:hover{
    color: #fff;
}
.bd_sj1{
    width: 390px;
    height: auto;
    display: table;
    margin: auto;
    margin-top: 85px;
}
.hs_bt{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 16px;
}
.hs_jxx{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
}
.hs_jxx>li{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 30px;
}
.hs_jxx>li>input{
    width: 100%;
    height: 45px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding: 0px;
    padding-left: 5px;
    border-bottom: 1px solid #eef2f4;
}
/*.hs_jxx>li:nth-child(1):before{*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*content: "*";*/
    /*font-size: 12px;*/
    /*color: #c5c5c5;*/
    /*position: absolute;*/
    /*top: 18px;*/
    /*left: 0px;*/
/*}*/
/*.hs_jxx>li:nth-child(2):before{*/
    /*width: 10px;*/
    /*height: 10px;*/
    /*content: "*";*/
    /*font-size: 12px;*/
    /*color: #c5c5c5;*/
    /*position: absolute;*/
    /*top: 18px;*/
    /*left: 0px;*/
/*}*/
.hs_jxx>li>input::-webkit-input-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.hs_jxx>li>input::-moz-placeholder{
    opacity: 1;
    color: #c5c5c5;
}
.las_p{
    width: auto;
    height: 45px;
    display: inline-block;
    font-size: 16px;
    color: #00dfb9;
    line-height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.las_p>a{
    width: auto;
    height: 45px;
    display: inline-block;
    font-size: 16px;
    color: #00dfb9;
    line-height: 45px;
    text-decoration: none;
}
.las_p>a:hover{
    color:#00dfb9;
}
.an_nt1{
    margin-top: 88px;
    margin-bottom: 153px;
}
.lax_x{
    width: 100%;
    height: auto;
    display: table;
}
.lax_x1{
     width: 100%;
     height: auto;
     display: block;
     font-size: 18px;
     color: #333;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 22px;
    font-weight: bold;
 }
.lax_x2{
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.lax_x3{
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    color: #bfbfbf;
    text-align: center;
    margin-top: 18px;
}
.lax_x4{
    width: 160px;
    height: 160px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gm_r{
    width: 65%;
    height: 45px;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333333;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding-bottom: 7px;
    margin-bottom: 0px;
    line-height: 45px;
}
.gm_r1{
    color: #00dfb9;
}
.dd_gm{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.dd_gm>li{
    width: 22%;
    min-height: 198px;
    display: inline-block;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.dd_gm>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.mb_bh_bt2:hover{
  color: #00dfb9;
}
.dd_gm>li>a>img{
    width: 100%;
    height: 117px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mb_bh_bt{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.mb_bh_bt1{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #ff6666;
}
.mb_bh_bt2{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #00dfb9;
}
.tan_ch{
    width: 100%;
    height: 143px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -200px;
    left: -200px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.dd_gm>li:hover .tan_ch{
    position: absolute;
    top: 0px;
    left: 0px;
}
.tan_ch1{
    min-width: 68%;
    height: 25px;
    display: table;
    margin: auto;
    /*margin-left: 20%;*/
    padding-left: 0px;
    list-style: none;
    margin-top: 55px;
}
.tan_ch1>li{
    width: auto;
    height: 25px;


}
.tan_ch1>li:nth-child(1){
    float: left;
    margin-right: 5%;
}
.tan_ch1>li:nth-child(2){
    float: right;
}
.tan_ch1>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    background: #fff;
    border-radius: 50px;
    padding-left: 10px;
}
.tan_ch1>li>a:hover{
    background: #00dfb9;
    color: #fff;
}
.dd_xq_nr{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 80px;
}
.dd_xq_nr>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
}
.img_xql{
    width: 217px;
    height: 142px;
    display: inline-block;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}
.dd_Xqr{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.dd_Xqr>p{
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #9f9f9f;
}
.dd_Xqr1{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.dd_Xqr1>p{
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #9f9f9f;
    margin-bottom: 0px;
}
.dd_Xqr1>p>a{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #00dfb9;
    margin-bottom: 0px;
    text-decoration: none;
}
.x_fei{
    width: 60px;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #00dfb9;
    display: inline-block;
    text-decoration: none;
}
.x_fei:hover{
    color: #fff;
    text-decoration: none;
}
.tou_l{
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
    border-radius: 70px;
    margin-right: 15px;
    border: 1px solid #ececec;
}
.tou_r{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;

}
.tou_r>p{
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-bottom: 0px;
}
.dd_xx_l{
    width: auto;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.dd_xx_l:before{
    content: "";
    width: 3px;
    height: 14px;
    background: url("../images/bj_l.png")no-repeat;
    background-size: 3px 14px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 0px;
}
.dd_xx_b{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-top: 15px;
}
.dd_xx_b>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 0px;
}

.bc_btn{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.bc_btn>li{
    width: auto;
    height: 30px;
    display: inline-block;
    float: left;
}
.bc_btn>li:nth-child(1){
    margin-right: 15px;
}
.bc_btn>li>a{
    width: auto;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #00dfb9;
    display: inline-block;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.bc_btn>li>a:hover{
    color: #fff;
    text-decoration: none;
}
.pl_right{
    width:60%;
    height: 40px;
    display: inline-block;
    padding-left: 0px;
    margin-left:20%;
}
.pl_right>li{
    width: auto;
    height: auto;
    display: inline-block;
}
.pl_right>li:nth-child(1){
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.pl_right>li:nth-child(2){
    float: right;
}
.nx_xz{
    width: auto;
    height: 40px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.nx_xz>li{
    width: auto;
    height:40px;
    display: inline-block;
    float: left;
}
.nx_xz>li:nth-child(1){
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}
.img_plq{
    width: auto;
    height: 40px;
    display: inline-block;
}
.img_plq>img{
    width: 10px;
    height: 10px;
    display: inline-block;
    float: left;
    margin-top: 15px;
    cursor: pointer;
}
.shu_lp{
    width: 60px;
    height: 30px;
    background: #f1f1f1;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.qz_tab{
    width: auto;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
.qz_tab>li{
    width: 95px;
    height: 35px;
    display: inline-block;
    float: left;
    border:1px solid #e4e7ed;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.qz_tab>li:nth-child(1){
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
}
.qz_tab>li:nth-child(3){
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}
.cp_xq_lr{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.cp_xq_lr1{
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    background: #fff;
    padding-left: 0px;
    list-style: none;
    margin-left: -1.66%;
}
.cp_xq_lr1>li{
    width: 30%;
    min-height: 123px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 5px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-left: 3px solid #00dfb9;
    overflow: hidden;
    margin-bottom: 20px;
}
.cp_xq_lr1>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
.nr_p{
    width: 80%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
    margin-left: 8%;
    padding-left: 0px;
    list-style: none;
}
.nr_p>li{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    position: relative;
}
.nr_p>li:nth-child(1):before{
    width: 18px;
    content: "";
    height: 18px;
    background: url("../images/right_xq.png")no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 5px;
    right: -24px;
}
.kd_p{
    width: 82px;
    display:inline-box;
    display:-webkit-inline-box;
    display:-moz-inline-box;
}
.cha_btn{
    width: auto;
    height: 30px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding-left: 0px;
    list-style: none;
}
.cha_btn>li{
    width: 60px;
    height: 30px;
    display: inline-block;
    float: left;
}
.cha_btn>li>a{
    width: 60px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.cha_btn>li:nth-child(1){
    margin-right: 20px;
}
.cha_btn>li:nth-child(1)>a{
    background: #fff;
    border: 1px solid #00dfb9;
    color: #00dfb9;
    box-sizing: border-box;
}
.cha_btn>li:nth-child(2)>a{
    background: #00dfb9;
    color: #fff;
}
.xiangmu_jz{
    width: 100%;
    min-height:140%;
    display: none;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.xm_qjc{
    width: 100%;
    min-height:100%;
    display: inline-block;
    position: relative;
}
.xm_cpzs{
    width: 80%;
    min-height:330vh;
    display: inline-block;
    background: #fff;
    position: relative;
    margin-left: 10%;
    overflow: hidden;
}
.xm_cpzs1{
    width: 100%;
    min-height:100%;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    position: absolute;
    top: 100px;
    left: 0px;
}
.xm_cpzs1>li{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}
.xm_cpzs1>li>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.gw_sy{
    width: 80%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    position: fixed;
    top: 0px;
    left: 10%;
    z-index: 2000;
}
.gw_sy>p{
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.gw_sy>p:nth-child(1){
    margin-top: 25px;
}
.gw_sy>p:nth-child(2){
    font-weight: bold;
}
.gw_sy1{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}
.gw_sy1>p{
    width: 100%;
    height: auto;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}
.gw_sy1>p:nth-child(1){
    margin-top: 25px;
}
.gw_sy1>p:nth-child(2){
    font-weight: bold;
}
.dx_p{
    font-weight: bold;
}
.sj_d{
    width: 80px;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    position: fixed;
    top: 103px;
    left: 3%;
}
.sj_d>li{
    width: 100%;
    height: 42px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.sj_d>li:nth-child(1){
    background: #00dfb9;
}
.sj_d>li:nth-child(2){
    background: rgba(0,223,185,0.3);
}
.zq_h{
     width: 70px;
     height: 70px;
     position: fixed;
     top: 50%;
     margin-top: -35px;
     left: 14%;
     z-index: 2000;
 }
.zq_h>img{
    width: 70px;
    height: 70px;
    display: inline-block;
}
.rq_h{
    width: 70px;
    height: 70px;
    position: fixed;
    top: 50%;
    margin-top: -35px;
    right: 14%;
    z-index: 2000;
}
.rq_h>img{
    width: 70px;
    height: 70px;
    display: inline-block;
}
.guan_bx{
    width: 80px;
    height: 35px;
    background: #ededed;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    position: absolute;
    top:0px;
    right: 0px;
    z-index: 3000;
    cursor: pointer;
}
.ding_g{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.ding_g1{
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}
.dg_xz{
    width: 326px;
    height: 183px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -91.5px;
    margin-left: -163px;
    background: #fff;
    border-radius: 5px;

}
.dg_xz>p{
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #333;
    margin-top: 20px;
}
.xz_btn{
    width: 50%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-left: 25%;
    margin-top: 34px;
}
.xz_btn>li{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.xz_btn>li:nth-child(1){
    color: #00dfb9;
    float: left;
}
.xz_btn>li:nth-child(2){
    color: #d5d5d5;
    float: right;
}
.xx_tm{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
}
.xx_tm>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
    border:1px solid #eee;
    border-radius: 3px;
}
.xx_tm1{
    width: 100%;
    height: 50px;

    cursor: pointer;
}
.xx_tm1>p{
    margin-bottom: 0px;
}
.xx_tm1>p:nth-child(1){
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#333;
    float: left;
    margin-left: 2.5%;
}
.xx_tm1>p:nth-child(2){
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    float: right;
    margin-right: 2.5%;
}
.xx_xq{
    width: 100%;
    height: auto;
    display: none;
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#686868;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
}
.zhan_r{
    width: 7px;
    height: 12px;
    display: inline-block;
    float: left;
    margin-top: 19px;
}
.z_r{
    width: 150px;
    height: 50px;
    display: inline-block;
    float: right;
}
.z_r>p{
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    float: left;
    margin-right: 6.5%;
}
.zhan_r1{
    width: 12px;
    height: 7px;
    display: inline-block;
    float: left;
    margin-top: 21.5px;
}
.xx_tm2{
    width: 100%;
    height: 50px;
    display: none;
    cursor: pointer;
}
.xx_tm2>p:nth-child(1){
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#333;
    float: left;
    margin-left: 2.5%;
}
.xx_tm2>p:nth-child(2){
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#333;
    float: right;
    margin-right: 2.5%;
}
.ym_cx{
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 40px;
    background: #fff;
    border-radius: 5px;
}
.cx_sr{
    width: 100%;
    height: 170px;
    display: inline-block;
    background: url("../images/shape.jpg")no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}
.cx_sr1{
    width: 1127px;
    height: 68px;
    display: inline-block;
    margin-left: 36.5px;
    margin-top: 47px;
    padding-left: 0px;
    list-style: none;
}
.cx_sr1>li:nth-child(1){
    width: 84%;
    height: 68px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    float: left;
}
.cx_sr1>li:nth-child(2){
    width: 12%;
    height: 68px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    float: right;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    color: #272add;
    cursor: pointer;
}
.img_px{
    width: 88%;
    height: 68px;
    display: inline-block;
    float: left;
    background: url("../images/sou.png")no-repeat;
    background-size: 38px 38px;
    background-position: 20px center;
}
.img_px>input{
    width: 100%;
    height: 68px;
    display: inline-block;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding-left: 80px;
}
.img_px>input::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.img_px>input::-moz-placeholder{
    opacity: 1;
    color: #333;
}
.img_px1{
    width: 12%;
    height: 40px;
    margin-top: 14px;
    display: inline-block;
    float: left;
    position: relative;
    background: url("../images/xial.png")no-repeat;
    background-size: 24px 22px;
    background-position: 90% center;
}
.img_px1:before{
    content: "";
    width: 1px;
    height: 40px;
    background: #dfdfdf;
    position: absolute;
    top: 0px;
    left: 0px;
}
.img_px1>select{
    width: 100%;
    height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 20px;
}
.img_px1>select>option{
    width: 100%;
    height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.cx_jg{
    width: 1127px;
    height: auto;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 36.5px;
    font-size: 15px;
    color: #fff;
}
.cp_lk{
    width: 100%;
    min-height: 200px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.cp_lk>li{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    padding-top: 30px;
}
.cp_lk>li:nth-child(1){
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
}
.cp_ds{
    width: 100%;
    height: auto;
    display: inline-block;
}
.cp_ds>ul{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.cp_ds>ul>li{
    width: 33%;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-size: 16px;
    text-align: center;
}
.cp_ds>ul>li:nth-child(1){
    width: 25%;
    color: #333;
    font-weight: bold;
}
.cp_ds>ul>li:nth-child(2){
    width: 50%;
    color: #5e5e5e;
}
.cp_ds>ul>li:nth-child(3){
    width: 25%;
    color: #868686;
}
.rh_xz{
    width: 100%;
    height: 642px;
    display: inline-block;
    background: #25c87d;
    margin-top: 25px;
    margin-bottom: 230px;
}
.rh_xz>p{
    width: 100%;
    height: 182px;
    text-align: center;
    line-height: 182px;
    font-size: 25px;
    color: #fff;
}
.q_p{
    width: 1200px;
    height: 450px;
    display: block;
    margin: auto;
    position: relative;
}
.yc_l{
    width: 1200px;
    height: 450px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.yc_l1{
    width: 1200px;
    height: 370px;
    display: block;
    position: absolute;
    top: 80px;
    left: 80px;
    background: rgba(255,255,255,0.5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100;
}
.yc_l2{
    width: 90%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-left: -20px;
}
.yc_l2>li{
    width: 48%;
    height: auto;
    display: inline-block;

    margin-bottom: 40px;
}
.yc_l2>li:nth-child(add){
    float: left;
}
.yc_l2>li:nth-child(even){
    float: right;
}
.yc_l2>li>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #27ba76;
    margin-bottom: 15px;
    margin-top: 20px;
}
.yc_l2>li>div{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #72ad92;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.wz_bt{
    width: 100%;
    height: 175px;
    line-height: 175px;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
}
.nr_x{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.nr_x1{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.nr_x1>li:nth-child(1){
    width: 53%;
    height: auto;
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.nr_x1>li:nth-child(2){
    width: 30%;
    height: auto;
    display: inline-block;
    float: right;
}
.nr_x1>li:nth-child(2)>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.left_it{
    width: 75px;
    height: 105px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -120px;
}
.left_it1{
    width: 75px;
    height: 105px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
   right: -120px;
}
.py_q{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    text-align: center;
    margin-bottom: 80px;
}
.yx_b{
    width: 780px;
    height: auto;
    display: block;
    margin: auto;
}
.yx_b1{
    width: 780px;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.yx_b1>li{
    width: 25%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.yx_b1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.yx_b1>li>a>img{
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
}
.yx_b1>li>a>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 60px;
}
.cl_p{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.cl_p>img{
    width: 100%;
    min-height: 520px;
    display: inline-block;
}
.cl_p1{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.wz_bt1{
    width: 100%;
    height: 175px;
    line-height: 175px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 30px;

}
.wz_bt2{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 60px;
}
.c_pc{
    width: 970px;
    height: auto;
    display: block;
    margin: auto;
}
.yx_b2{
    width: 970px;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}
.yx_b2>li{
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
}
.yx_b2>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.yx_b2>li>a>img{
    width: 70px;
    height: 70px;
    display: block;
    margin: auto;
}
.yx_b2>li>a>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
}
.yx_ol{
    width: 1140px;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-left: 30px;
    margin-bottom: 120px;
}
.yx_ol>li{
    width: 250px;
    height: 320px;
    display: inline-block;
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
}
.yx_ol>li>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.bt_xs{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.bt_xs1{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0px;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
}
.bt_xs2{
    width: 92%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: none;
    transition: 1s all;
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    margin-left: 4%;
}
.yx_ol>li:hover .bt_xs1{
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #f2c36b;
}
.yx_ol>li:hover .bt_xs{
    color: #fff;
    line-height: 70px;
}
.yx_ol>li:hover .bt_xs2{
    display: block;
}
.cp_cp2>li>a>img{
    width: 100%;
    height: 269px;
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
}
.shou_j{
    width: 95%;
    height: 60px;
    display: none;
    margin-left: 2.5%;
    margin-top:-15px;
}
.shou_j1{
    width: 80%;
    height: 50px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}
.shou_j2{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.shou_j2>li{
    width: auto;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #333;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
  font-size:12px;
}
.shou_j2>li:nth-child(1){
    background: #00dfb9;
    color: #fff;
}
.sx_oi{
    width: 20%;
    height: 30px;
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #333;
    text-align: right;
    line-height: 30px;
    margin-top: 10px;
    background: url("../images/sx.png")no-repeat;
    background-size: 20px 20px;
    background-position: 40% center;
}
.tc_pr{
    width: 0%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    right:0px;
    display: none;
    transition: 2s all;
    -moz-transition: 2s all;
    -webkit-transition: 2s all;
    z-index: 30000;
}
.tc_pr1{
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}
.tc_pr2{
    width: 90%;
    height: 100%;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-left-radius: 5px;
}
.sx_bt{
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 4%;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.sx_bt1{
    width: 92%;
    height: auto;
    display: inline-block;
    list-style: none;
    margin-left: 3.5%;
    padding-left: 0px;
}
.sx_bt1>li{
    width: 30%;
    height: 30px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-bottom:20px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    font-size: 12px;
}
.cz_qr{
    width: 90%;
    height: 45px;
    display: inline-block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    transition: 2s all;
    -moz-transition: 2s all;
    -webkit-transition: 2s all;
}
.cz_qr>li{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.cz_qr>li:nth-child(1){
    color: #333;
    background: #eaeaea;
}
.cz_qr>li:nth-child(2){
    color: #fff;
    background: #00dfb9;
}
.gm_btn1{
    width: 45px;
    height: 25px;
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.gm_btn1>a{
    width: 100%;
    height: 25px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    background: #00dfb9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sj_dh{
    width: 100%;
    height: 55px;
    display: none;
    position: fixed;
    left: 0px;
    background: #fff;
    bottom: 0px;
    border-top: 1px solid #f3f3f3;
    z-index: 20000;
}
.sj_dh1{
    width: 100%;
    height: 55px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.sj_dh1>li{
    width: 33.33%;
    height: 55px;
    display: inline-block;
    float: left;
}
.sj_dh1>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
.gm_btn1>a:hover{
    text-decoration: none;
    color:#fff;
}
.sj_dh1>li>a>img{
    width: 24px;
    height: 24px;
    display: block;
    margin: auto;
    margin-top: 5px;
}
.sj_dh1>li>a>p{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #666666;
}
.sj_dh1>li:nth-child(2)>a>img{
    width: 50px;
    height: 50px;
    margin-top: -21px;
}
.content{
    width: 600px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;

}
.content1{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 70px;

}
.wd_img{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.wd_img>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.wd_qj{
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
}
.wd_xx{
    width: 19px;
    height: auto;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 15px;
}
.wd_xx>a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.wd_xx>a>img{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.wd_bo{
    width: 92%;
    height: auto;
    display: inline-block;
    margin-left: 4%;
    padding-left: 0px;
}
.wd_bo>li{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;

}
.wd_bo>li>a{
    width: auto;
    height: auto;
    display: inline-block;
}
.wd_bo>li>a>img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.wd_bo>li:nth-child(2){
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    margin-left: 10px;
    font-weight:600;
}
.xz_wd{
    width: 92%;
    height: 70px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin-left: 4%;
    position: relative;
    margin-top: -35px;
    box-shadow: 0px 6px 5px 0px #f8fcfb;
}
.xz_wd1{
    width: 100%;
    height: 35px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.xz_wd1>li{
    width: 50%;
    height: 35px;
    display: inline-block;
    float: left;
    margin-top: 17.5px;
    position: relative;
}
.xz_wd1>li:nth-child(1):after{
    content: "";
    width: 1px;
    height: 35px;
    background: #e9e9e9;
    position: absolute;
    top: 0px;
    right: 0px;
}
.xz_wd1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 30px;
}
.xz_wd1>li:nth-child(1)>a{
    background: url("../images/gr_yh4.png")no-repeat;
    background-size: 24px 24px;
    background-position: 27% center;
}
.xz_wd1>li:nth-child(2)>a{
    background: url("../images/gr_yh5.png")no-repeat;
    background-size: 24px 24px;
    background-position: 27% center;
}
.wd_xz{
    width: 80%;
    height: auto;
    display: inline-block;
    margin-left:10%;
    padding-left: 0px;
    list-style: none;
    margin-top: 45px;
}
.wd_xz>li{
    width: 100%;
    height: 45px;
    display: inline-block;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    background: url("../images/gr_yh6.png")no-repeat;
    background-size: 10px 15px;
    background-position: right center;
}
.wd_xz>li:nth-child(7){
    background: url("../images/gr_yh7.png")no-repeat;
    background-size: 20px 20px;
    background-position: right center;
}
.wd_xz>li>a{
    width: 100%;
    height: 45px;
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    text-decoration: none;
}
.fh_sy{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #f3f3f3;
    display: none;
}
.fh_sy>a{
    width: auto;
    height: 45px;
    display: inline-block;
    margin-left: 4%;
    font-size: 15px;
    color: #333;
    line-height: 45px;
    padding-left: 25px;
    background: url("../images/aq_icon1.png")no-repeat;
    background-size: 10px auto;
    background-position: left center;
    text-decoration: none;
}
.aq_ul{
    width: 92%;
    height: auto;
    display: inline-block;
    margin-left: 4%;
    padding-left: 0px;
    list-style: none;
}
.aq_ul>li{
    width: 100%;
    min-height: 45px;
    border-bottom: 1px solid #f3f3f3;

    display: inline-block;
}
.r_jt{
    background: url("../images/gr_yh6.png")no-repeat;
    background-size: 10px 15px;
    background-position: right center;
}
.aq_ul>li>a{
    width: 100%;
    height:100%;
    display: inline-block;
}
.aq_img{
    width: auto;
    height: 24px;
    display: inline-block;
    margin-top: 10.5px;
    float: left;
}
.aq_img>img{
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.aq_img>p{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 24px;
}
.aq_r{
    width: auto;
    height: 24px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 10.5px;
    font-size: 15px;
    color: #333;
}
.jb_tc{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.jb_tc2{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.jb_tc1{
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
}
.tc_b{
    width: 70%;
    height:156px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 15%;
    margin-top: -78px;
}
.tc_b>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tc_b>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #777777;
    text-align: center;
    margin-bottom: 20px;
}
.qx_qr{
    width: 100%;
    height: 45px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    border-top: 1px solid #e7e7e7;
    margin-top: 9px;
}
.qx_qr>li{
    width: 50%;
    height: 45px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.qx_qr>li:nth-child(1){
     color: #00dfb9;
     border-right: 1px solid #e7e7e7;
 }
.qx_qr>li:nth-child(2){
    color: #777777;
}

.qx_qr1{
    width: 100%;
    height: 45px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    border-top: 1px solid #e7e7e7;
    margin-top: 9px;
}
.qx_qr1>li{
    width: 50%;
    height: 45px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.qx_qr1>li:nth-child(1){
    color: #00dfb9;
    border-right: 1px solid #e7e7e7;
}
.qx_qr1>li:nth-child(2){
    color: #777777;
}
.sj_dd{
    width: 100%;
    height: auto;
    display: none;
    margin-bottom: 70px;
}
.dd_zxx{
    width: 92%;
    height: auto;
    display: inline-block;
    margin-left: 4%;
    margin-top: 20px;
}
.dd_zxx1{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.dd_zxx1>li{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}
.dd_zxx1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
}
.dd_zxx1>li>a>img{
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mb_bhjs{
    width: 48%;
    height: auto;
    display: inline-block;
    float: right;
}
.mb_bhjs>p:nth-child(1){
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 0px;
}
.mb_bhjs>p:nth-child(2){
    font-size: 14px;
    color: #ff6666;
}
.xf_btn5{
    width: 48%;
    height: 30px;
    padding-left: 0px;
    display: inline-block;
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 33px;
}
.xf_btn5>li{
    width: auto;
    height: 28px;
    display: inline-block;
    float: left;
}
.xf_btn5>li:nth-child(1){
    margin-right: 15px;
}
.xf_btn5>li>a{
    width: auto;
    height: 28px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    background: #00dfb9;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.jb_yc{
    display: none;
}
.xf_fg{
    width: 100%;
    height: 45px;
    margin-bottom: 50px;
    margin-top: 70px;
}
.xf_fg>a{
    width: 100%;
    height: 45px;
    background: #00dfb9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: inline-block;
}
.xf_fg>input{
    width: 100%;
    height: 45px;
    background: #00dfb9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}
.xf_fg>a:hover{
    color: #fff;
}
.xf_zf{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 30000;
}
.xf_zf1{
    width: 100%;
    height: 100%;
    position: relative;
}
.xf_zf2{
    width: 100%;
    height: 300px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.gx_we{
    width: 25px;
    height: 25px;
    display: inline-block;
    float: right;
    margin-right: 22px;
    margin-top: 20px;
    margin-bottom: 31px;
}
.nx_l{
    width: 88%;
    height: 45px;
    display: inline-block;
    margin-left: 6%;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.nx_l>li{
    width: auto;
    height: 45px;
    display: inline-block;
}
.nx_l>li:nth-child(1){
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 45px;
}
.nx_l>li:nth-child(2){
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 45px;
}

.xf_fg1{
    width: 100%;
    height: 45px;
    margin-top: 29px;
}
.xf_fg1>a{
    width: 100%;
    height: 45px;
    background: #00dfb9;
    border-radius: 0px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: inline-block;
}
.xf_fg1>a:hover{
    color: #fff;
}
.aq_r1{
    width: 45%;
    height: 45px;
    display: inline-block;
    float: right;
    margin-right: 20px;
}
.aq_r1>input{
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    text-align: right;
}
.aq_r1>p{
    width: 100%;
    height: auto;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    text-align: right;
    line-height: 8px;
    margin-top: 16px;
}
.aq_r1>select{
    width:auto;
    height: 45px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    margin-top: 0px;
    text-align: right;
    float: right;
    direction: rtl;
}
.aq_r1>select>option{
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #333;
    text-align: right;
    direction: ltr;
}
.aq_r1>a{
    width: 100%;
    height: 45px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    color: #00dfb9;
    text-align: right;
    line-height: 45px;
    text-decoration: none;
    display: inline-block;
}
.aq_r1>a:hover{
    color: #00dfb9;
}
.aq_r1>input::-webkit-input-placeholder{
    opacity: 1;
    color: #777;
}
.aq_r1>input::-moz-placeholder{
    opacity: 1;
    color: #777;
}
.fh_sy>a:hover{
    color: #333;
}
.aq_r2{
    width: 100%;
    min-height: 45px;
    display: inline-block;
}
.aq_r2>textarea{
    width:94%;
    min-height: 45px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    outline: none;
}
.aq_r2>textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.aq_r2>textarea::-moz-placeholder{
    opacity: 1;
    color: #333;
}
.aq_r11{
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}
.lg_z1{
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    margin-top: 20px;
    cursor: pointer;

}
.lg_z1>img{
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    margin-top: 9px;
}
.shch1{
    width:50px;
    height: 50px;
    display: inline-block;
    border-radius: 33px;
    background: rgba(0,0,0,0.5);
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 0px;
    text-align: center;
    line-height: 26px;
}

.cp_xq_lr2{
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    background: #fff;
    padding-left: 0px;
    list-style: none;
    margin-left: -1.66%;
}
.cp_xq_lr2>li{
    width: 30%;
    min-height: 123px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 5px;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-left: 3px solid #00dfb9;
    overflow: hidden;
    margin-bottom: 20px;
}
.cp_xq_lr2>li>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}
.xm_nav{
    width: 100%;
    height: 50px;
    display: inline-block;
    border-bottom: 1px solid #d7d7d7;
}
.xm_nav1{
    width: 100%;
    height: 50px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.xm_nav1>li{
    width: auto;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    display: inline-block;
    float: left;

}
.gh_s{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -4px;
    position: relative;
}
.gh_s>a{
    width: auto;
    height: auto;
    display: inline-block;
    text-align: right;
    font-size: 12px;
    color: #00dfb9;
    float: right;
    text-decoration: none;
}
.gh_s>a:hover{
    color: #00dfb9;
}
.aq_r111{
    width: auto;
    height: 40px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.aq_r111>a{
    text-decoration: none;
    width: auto;
    height:30px;
    display: inline-block;
    background: #00dfb9;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height:30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top:5px;
}
.aq_r111>a:hover{
    color: #fff;
}

.xiaoxi{
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-top: 10px;
}
.sj_grz{
    width: 100%;
    height: auto;
    display: none;
}
.gr_xxzl{
    width: 100%;
    height: auto;
    display: inline-block;
}
.gr_xxzl>li{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #F0F0F0;
    background: url("../images/gz.png")no-repeat;
    background-size: 9px 12px;
    background-position: 97% center;
}
.tx_p{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    line-height: 90px;
    margin-left: 2.5%;
}
.tx_p1{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    line-height: 45px;
    margin-left: 2.5%;
}
.zl_p{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    display: inline-block;
    float: right;
    margin-right: 30px;
    margin-top: 17.5px;
}
.zl_p>img{
    width: 55px;
    height: 55px;
    border-radius: 55px;
    display: inline-block;
}
.sj_sr{
    width:60%;
    height: 45px;
    display: inline-block;
    float: left;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: right;
}
.sj_sr::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.sj_sr::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.sj_sr1{
    width:100%;
    height: 45px;
    display: inline-block;
    float: left;

    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: right;
}
.sj_sr1::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.sj_sr1::-webkit-input-placeholder{
    opacity: 1;
    color: #333;
}
.ba_sk{
    width: auto;
    height: 45px;
    display: inline-block;
    float: right;margin-right: 30px;
}
.sj_bd{
    width: 38%;
    height: 45px;
    font-size: 12px;
    display: inline-block;
    float: left;
    margin-left: 2%;
}
.sj_bd>a{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #999;
    line-height: 45px;
    display: inline-block;
    text-align: right;
}
.ba_sk>select{
    width: auto;
    height: 45px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51,51,51,1);
    text-align: right;
    float: right;
}
.ba_sk>select>option{
    width: 100%;
    height: 45px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: right;
}

.ba_sk1{
    width: 100%;
    height: 100px;
    display: inline-block;
}
.ba_sk1>textarea{
    width: 95%;
    height: 100%;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    margin-left: 2.5%;
    resize: none;
}
.gr_xxzl>li:last-child{
    background: none;
}
.sj_tj{
    width: 90%;
    height: 45px;
    display: inline-block;
    margin-left: 5%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.sj_tj>input{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #5599A0;
    font-size: 15px;
    color: #fff;
}
.sj_tj1{
    width: 90%;
    height: 45px;
    display: none;
    margin-left: 5%;
    margin-top: 4px;
    margin-bottom: 70px;
}
.sj_tj1>a{
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #5599A0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.sj_shop{
    width: 95%;
    height: auto;
    display: none;
    margin-left: 2.5%;
    margin-top: 10px;
}
.shang1{
    width: 53px;
    height: 59px;
    background:#5599A0;
    position: absolute;
    top: 382px;
    left: 3px;
    display: none;
}
.shang1>img{
    width: auto;
    height: 22px;
    margin-top: 18.5px;
    display: block;
}
.shang2{
    width: 53px;
    height: 59px;
    background:#5599A0;
    position: absolute;
    top: 382px;
    left: 3px;
}
.shang2>img{
    width: auto;
    height: 38px;
    margin-top: 10.5px;
    display: block;
}
.tab_nr1>li:nth-child(add){
    background: #fff;
}
.tab_nr1>li:nth-child(even){
    background: #F7F7F7;
}
.lqa{
    width: 24% !important;
    text-align: center;
    color: #5599A0 !important;
}
.xz_wd1>li>a:hover{
    color: #333;
    text-decoration: none;
}
.sj_dl{
    width: 100% !important;
    height: auto !important;
    display: none !important;
}
.bj_pc{
    height: auto;
    background: #f2f3f8
}
.fj_zc{
    width: 86%;
    height: auto;
    display: none;
    margin-left: 7%;
}
.fj_zc1{
    width: 100%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}
.fj_zc1>li{
    width: auto;
    height: auto;
    display: inline-block;
}
.fj_zc1>li:nth-child(1){
    float: left;
}
.fj_zc1>li:nth-child(2){
    float: right;
}
.fj_zc1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.fj_zc1>li:nth-child(2)>a{
    color: #00dfb9;
    text-decoration: none;
}
.wx_sq{
    width: 90%;
    height: auto;
    display: none;
    margin-left: 5%;
    margin-top: 50px;
}
.wx_sq1{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.wx_sq1:before{
    width: 24%;
    height: 1px;
    background: #e3e3e3;
    content: "";
    position: absolute;
    top: 48%;
    left: 7%;
}
.wx_sq1:after{
    width: 24%;
    height: 1px;
    background: #e3e3e3;
    content: "";
    position: absolute;
    top: 48%;
    right: 7%;
}
.wx_sq1>a{
    width: 100%;
    height: auto;
    display: inline-block;
}
.wx_sq1>a>img{
    width: 40px;
    height: auto;
    display: block;
    margin: auto;
}
.wx_sq2{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333;
    text-align: center;
}
.zhu_c{
    width: auto;
    height: 30px;
    display: none;
    margin: auto;
    margin-bottom: 10px;
}
.zhu_c>input{
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border:none;
    outline: none;
    margin-top: 2px;
}
.zhu_c1{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #a7a7a7;
    float: left;
}
.zhu_c1>a{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #a7a7a7;
    text-decoration: none;
    line-height: 22px;
}
.zhu_c1>a:hover{
    color: #a7a7a7;
}
.zhu_c>input[type='checkbox']{
    width: 15px;
    height: 15px;
    background-color: #fff;
    -moz-appearance:none;
    -o-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border-radius: 3px;
    border: 1px solid #1be2c0;
    outline: none;
}
.zhu_c>input[type=checkbox]:checked{
    background: url("../images/zcxy.png")no-repeat center;
    background-size: 15px 15px;
    border: none;
}
.geshu{
    width: auto;
    height: auto;
    display: none;
    margin: auto;
    margin-top: -29px;
    position: relative;
    z-index: 100;
}
.geshu14{
    width: auto;
    height: auto;
    display: none;
    margin: auto;
    margin-top: 0px;
    position: relative;
    z-index: 100;
}
.geshu1{
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.geshu1>li{
    width: 5px;
    height:5px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.geshu1>li:last-child{
    margin-right: 0px;
}
.xh_mz11{
    width: 100%;
    height: auto;
    display: inline-block;
    overflow-y: hidden;
    box-sizing: content-box;
}
.yw_sj_2{
    display: none !important;
}


.js_lc3{
    width: 92%;
    height: auto;
    display: none;
    margin-left: 4%;
    position: relative;
    overflow: hidden;
    padding: 2%;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.js_lc2{
    width: 100%;
    height: 100%;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
.js_lc2>li{
    width: 100%;
    height: auto;
    display: inline-block;
    box-shadow: 0px 5px 12px -1px #f1f0f6;
    float: left;
}
.js_lc2>li>img{
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.xc_gzzb4{
    width: 100%;
    height: auto;
    display: none;
}
.zb_gzxx11{
    display: none !important;
}

.geshu11{
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.geshu11>li{
    width: 5px;
    height:5px;
    background: #36d198;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.geshu11>li:last-child{
    margin-right: 0px;
}
.geshu1111{
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.geshu1111>li{
    width: 5px;
    height:5px;
    background: #a290fe;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.geshu1111>li:last-child{
    margin-right: 0px;
}


.geshu11111{
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.geshu11111>li{
    width: 5px;
    height:5px;
    background: #a290fe;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.geshu11111>li:last-child{
    margin-right: 0px;
}
.geshu111{
    width: auto;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.geshu111>li{
    width: 5px;
    height:5px;
    background: #5088f7;
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.geshu111>li:last-child{
    margin-right: 0px;
}
/* 轮播 */
.am-slider-a1 .am-control-nav li {
    position: relative;
}
.am-slider-a1 .am-control-nav li a {
    background: #bcbcbc;
    opacity: .5;
}
.am-slider-a1 .am-control-nav li a:hover {
}
.am-slider-a1 .am-control-nav li a.am-active {
    background: #bcbcbc;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}
.am-slider-a1 .am-control-nav {
    bottom: 18px;
    z-index: 2;
}
.pet_slider_shadow {
    position: absolute;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pet_slider_font {
    position: absolute;
    bottom: 35px;
    left: 20px;
    z-index: 8;
    color: #fff;
}

.pet_slider_emoji {
    display: block;
    font-size: 12px;
}

/* 外挂图形文字 */
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes more_list {
    from {
        left: 0;
        bottom: -900px;
    }
    to {
        left: 0;
        bottom: 0;
    }
}

@-webkit-keyframes more_list {
    from {
        left: 0;
        bottom: -900px;
    }
    to {
        left: 0;
        bottom: 0;
    }
}

/* 主体 */
.pet_mian {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}

.pet_content_main {
    max-width: 100%;
    display: inline-block;
}

/* 圆形按钮 */
.pet_circle_nav {
    padding: 25px 10px 5px;
    max-width: 100%;
    background:#fff;
}

.pet_circle_nav_list {
    max-width: 100%;
    overflow: hidden;
}

.pet_circle_nav_list li {
    width:20%;
    float: left;
    margin-bottom: 15px;
}

.pet_circle_nav_list a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 35px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pet_circle_nav_list span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    color: #666;
    font-size: 14px;
}


.am-list-news-default {
    margin-top: 0;
}

.pet_content_main .am-list > li {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #f1f1f1;
}

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
    margin: 0;
}

.pet_content_main .am-list, .am-topbar {
    margin-bottom: 0;
}

.pet_content_main .am-list-news-default {
    margin: 0;
}

.pet_content_main .am-list-item-hd a {
    color: #222;
    font-weight: bold;
}

.pet_content_main .am-list-news-default .pet_list_one_bt {
    margin-top: -4px;
    line-height: 22px;
}

.pet_content_main .am-list-news-default .pet_list_one_nr {
}

.pet_content_main .am-list-news-default .pet_list_one_info {
    width: 100%;
    clear: both;
    height: 30px;
    margin-bottom: 10px;
}

.pet_content_main .am-list-news-default .pet_list_one_info_l {
    float: left;
}

.pet_content_main .am-list-news-default .pet_list_one_info_ico {
    width: 26px;
    height: 26px;
    float: left;
}

.am-list-news-default .am-list .pet_list_one_block {
    padding-bottom: 20px;
    margin-bottom: 7px;
}

.pet_content_main .am-list-news-default .pet_list_one_info_ico img {
    width: 100%;
    border-radius: 50%;
}

.pet_content_main .am-list-news-default .pet_list_one_info_name {
    color: #757575;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-indent: .5em;
}

.pet_content_main .am-list-news-default .pet_list_one_info_r {
    float: right;
}

.am-list-news-default .am-list .am-list-item-desced .pet_list_two_text {
    margin-top: 5px;
}

.pet_list_one_info_tytj {
    float: left;
    font-size: 16px;
    color: #222;
    font-weight: bold;
}

.pet_list_one_list {
    padding: 8px 0;
}

.pet_list_one_list li {
    padding: 0;
}

.pet_list_one_list li:nth-of-type(1) {
    padding-right: 6px;
}

.pet_list_one_list li:nth-of-type(2) {
    padding: 0 3px;
}

.pet_list_one_list li:nth-of-type(3) {
    padding-left: 6px;
}

.pet_list_one_list li:nth-of-type(4) {
    padding-right: 6px;
    padding-top: 6px;
}

.pet_list_one_list li:nth-of-type(5) {
    padding: 0 3px;
    padding-top: 6px;
}

.pet_list_one_list li:nth-of-type(6) {
    padding-left: 6px;
    padding-top: 6px;
}

.pet_list_tag {
    height: 20px;
    line-height: 20px;
    padding-right: 8px;
    margin: 3px 0;
    font-size: 12px;
}

.pet_list_tag_xxs {
    border-right: 3px solid #fe9700;
    color: #fe9700;
}

.pet_list_tag_zzs {
    border-right: 3px solid #f26765;
    color: #f26765;
}

.pet_list_tag_stj {
    border-right: 3px solid #764f9c;
    color: #764f9c;
}

.pet_list_tag_kty {
    border-right: 3px solid #6f68df;
    color: #6f68df;
}

.pet_list_tag_mzt {
    border-right: 3px solid #7f2d00;
    color: #7f2d00;
}

.pet_content_main .am-list-news-default .pet_list_one_text {
    position: absolute;
    left: 0px;
    bottom: 0px; /*-webkit-line-clamp: 1;*/
}

.pet_content_main .am-list-news-default .pet_list_zt_img {
    width: 100%;
    padding: 8px 0;
}

.pet_content_main .am-list-news-default .pet_list_zt_img img {
    width: 100%;
}

.pet_list_one_tytj {
    padding: 0px
}

/* 弹出更多列表 */
.pet_more_list {
    width: 100%;
    left: 0;
    height: 80%;
    background: rgba(48, 52, 53, .9);
    position: fixed;
    bottom: -9900px;
    z-index: 9999;
    -webkit-transition: all .5s;
    transition: all 0.5s;
}

.pet_more_list_block {
    max-width: 640px;
    margin: 0 auto;
    color: #fff;
}

.pet_more_close {
    text-align: right;
    height: 35px;
    width: 100%;
    line-height: 45px;
    padding-right: 15px;
    font-size: 30px;
    color: #cbc8d9;
}

.pet_more_list_show {
    bottom: 0;
    left: 0;
    animation: more_list 0.5s;
    -webkit-animation: more_list 0.5s;
}

.pet_more_list_block {
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

.pet_more_list_block_name_title {
    color: #918f90;
    font-size: 15px;
    padding-bottom: 10px;
    clear: both;
}

.pet_more_list_block_name_ico {
    font-size: 18px;
}

.pet_more_list_block_line {
    cursor: pointer;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 90px;
    margin: 5px;
    margin-left: 0px;
    display: inline-block;
    background: #303435;
    border-radius: 5px;
}

.pet_more_list_block_line:hover {
    color: #fff;
}

.pet_more_list_block_line_height {
    padding-top: 10px;
}

.pet_more_list_block_line_ico {
    margin: 5px 0 0 5px;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.pet_more_list_block_line_font {
    display: block;
    float: left;
    height: 25px;
    line-height: 22px;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 14px;
}

.pet_list_tytj_ico {
    margin: 0;
    margin-top: 2px;
    margin-right: 5px;
}

/* 内页头部 */
.pet_head {
    position: fixed;
    height: 49px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.pet_head_block {
    background: #303435;
    max-width: 640px;
    margin: 0 auto;
    line-height: 53px;
}

.pet_head_jt_ico {
    font-size: 25px;
    border-right: 1px solid #4c4a4b;
}

.pet_head_gd_ico {
    font-size: 27px;
}

.pet_head_block .am-header-nav > a {
    color: #918f90;
    height: 30px;
    line-height: 30px;
    min-width: 48px;
}

/* 内页文章 */
.pet_content {
    width: 100%;
    background: #ececec;
    padding-top: 49px;
}

.am-paragraph-default a {
    color: #ff5656;
}

.pet_content_block {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pet_content_block .am-paragraph-default img {
    border: none;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
}

.pet_content_block .am-paragraph-default p {
    font-size: 17px;
    line-height: 1.8;
}

.pet_content_article {
    padding: 20px 8px 0;
}

.pet_content_article img {
    border-radius: 5px;
}

.pet_content_article blockquote p {
    margin-top: 0;
}

.pet_content_article embed {
    width: 100%;
}

/* 原创文章 */
.pet_article_user_block {
    width: 100%;
}

.pet_article_user_img {
    width: 100%;
    position: relative;
}

.pet_article_user_img img {
    width: 100%;
    display: block;
}

.pet_article_user_title {
    left: 0;
    bottom: 5px;
    position: absolute;
    width: 100%;
    text-indent: 85px;
    z-index: 6;
    color: #fff;
}

.pet_article_user_info {
    width: 100%;
    height: 50px;
    line-height: 35px;
    position: relative;
    padding-left: 85px;
    font-size: 14px;
}

.pet_article_user_info_ico {
    width: 62px;
    height: 62px;
    top: -31px;
    left: 10px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.pet_article_user_info_ico img {
    width: 100%;
}

.pet_article_user_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .7;
    bottom: 0;
    left: 0;
}

.pet_article_user_nr {
    width: 100%;
    margin-top: 5px;
    color: #757575;
}

/* 视频*/
.pet_video_tag {
    border-right: 3px solid #19cf8a;
    color: #19cf8a;
}

.pet_video_info {
    position: relative;
}

.pet_video_info_tag {
    position: absolute;
    font-size: 14px;
    bottom: 5px;
    right: 5px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    height: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    line-height: 22px;
    color: #fff;
}

.pet_video_info_tag i {
    font-size: 15px;
    float: left;
    margin-right: 3px;
}

/*  喜欢 分享*/
.like_share_block {
    width: 100%;
    padding: 25px 15px 10px;
    overflow: hidden;
    margin-top: 15px;
}

.like_share_block li {
    width: 33.33%;
    padding: 0 5px;
    float: left;
}

.link_share_button i {
    display: inline-block;
    margin-right: 5px;
}

.link_share_button {
    color: #979797;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
}

.link_share_button:hover {
    color: #e86060;
}

.link_share_button .share_ico_link {
    color: #e86060;
}

.link_share_button .share_ico_wx {
    color: #6dc35e;
}

.link_share_button .share_ico_pyq {
    color: #6959f0;
}

.pet_content_list {
    padding-top: 29px;
}

/* 评论 */
.pet_comment_list {
    width: 100%;
    padding-top: 20px;
}

.pet_comment_list_wap {
    background: #fff;
    padding: 18px;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pet_comment_list_title {
    position: relative;
    font-weight: bold;
    color: #222;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav {
    padding: 0 10px;
    background: none;
    border-radius: 20px;
    width: 140px;
    height: 30px;
    border: 1px solid #f1f1f1;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav li {
    padding-top: 6px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav > .am-active a {
    padding: 0 5px;
    background: none;
    color: #979797;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav a {
    padding: 0 5px;
    border-right: 1px solid #f1f1f1;
    background: none;
    color: #cacaca;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}

.pet_comment_list_title_tab {
    position: absolute;
    display: inline-block;
    float: right;
    right: 18px;
    top: 16px;
}

.pet_comment_list_wap .am-tabs-default .am-tabs-nav li:last-child a {
    border: none;
}

.pet_comment_list_tab {
    margin: 0;
}

.pet_comment_list_tab .am-tabs-bd {
    border: none;
}

.pet_comment_list_tab .am-tab-panel {
    padding: 0;
}

.pet_comment_list_block {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.pet_comment_list_block_l {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.pet_comment_list_block_l img {
    width: 100%;
}

.pet_comment_list_block_r {
    position: relative;
    margin-left: 65px;
}

.pet_comment_list_block_r_info {
    color: #222;
    font-size: 18px;
}

.pet_comment_list_block_r_text {
    color: #222;
    font-size: 14px;
}

.pet_comment_list_block_r_text span {
    color: #ff5656;
    padding-right: 5px;
}

.pet_comment_list_block_r_bottom {
    font-size: 14px;
    color: #757575;
    padding-top: 5px;
}

.pet_comment_list_bottom_info_l {
    position: relative;
    float: left;
}

.pet_comment_list_bottom_info_r {
    position: relative;
    text-align: right;
}

.pet_comment_list_bottom_info_r span {
    display: inline-block;
    padding-right: 8px;
    padding-left: 3px;
}

.pet_pl_list .pet_comment_list_block:last-child {
    border: none;
}

/* 文章作者 */
.pet_article_title {
    font-weight: bold;
    margin: 0;
}

.pet_head_block .pet_article_user {
    margin: 0;
    margin-left: 65px;
    position: relative;
    overflow: visible;
}

.pet_article_user_info_tab {
    text-align: left;
    position: absolute;
    background: #fff;
    top: -50px;
    left: -30px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    width: 160px;
    height: 38px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.pet_article_user_info_tab_show {
    top: 45px;
    left: -30px;
    animation: pet_article_user_info 0.5s;
    -webkit-animation: pet_article_user_info 0.5s;
}

.pet_article_user_info_tab_cloes {
    top: -50px;
    left: -30px;
    animation: pet_article_user_info_over 0.5s;
    -webkit-animation: pet_article_user_info_over 0.5s;
}

.pet_article_user_info_tab_font {
    font-size: 12px;
    color: #222;
    position: relative;
    padding: 10px;
}

.pet_article_user_info_tab_font_center {
    width: 100%;
    height: 18px;
    line-height: 15px;
}

.pet_article_user_info_tab_font_center i {
    font-style: normal;
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
    border: 1px solid #b9b8b8;
    color: #b9b8b8;
    border-radius: 8px;
    width: 35px;
    line-height: 15px;
    height: 15px;
}

.pet_article_user_info_tab_font_center span {
    display: block;
    margin-left: 40px;
    line-height: 16px;
    height: 15px;
}

.pet_article_user_info_tab_font_center_line {
    border-bottom: 1px solid #f7f7f7;
    padding-top: 3px;
}

.pet_head .pet_article_user_info_tab_font_center a {
    color: #b9b8b8;
    display: block;
    width: 100%;
    padding-top: 5px;
}

.pet_article_user_info_tab_font_triangle {
    position: absolute;
    top: -9px;
    left: 69px;
    height: 0;
    width: 0;
    border-bottom: solid 8px #fff;
    border-left: solid 8px #303435;
    border-right: solid 8px #303435;
}

.pet_article_user_info_tab_ico {
}

.pet_article_user_ico {
    width: 26px;
    height: 50px;
    display: block;
    float: left;
}

.pet_article_user_ico img {
    width: 100%;
    border-radius: 50%;
}

.pet_head_block .pet_article_user_name {
    font-size: 16px;
    line-height: 50px;
    margin-left: 35px;
    text-align: left;
    height: 50px;
    color: #918f90;
    display: block;
}

.pet_article_user_time {
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 10px;
}

.pet_article_dowload {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin: 15px 0 0;
    overflow: hidden;
    padding-top: 15px;
}

.pet_article_dowload_ico {
    width: 35px;
    height: 35px;
    position: relative;
    float: left;
}

.pet_article_dowload_ico img {
    width: 100%;
}

.pet_article_dowload_title {
    width: 100%;
    font-size: 15px;
    color: #b2b2b2;
    padding: 0 16px 15px;
}

.pet_article_dowload_content {
    width: 100%;
    position: relative;
    background: #fafafa;
    padding: 23px 16px;
}

.pet_article_dowload_triangle {
    position: absolute;
    top: -41px;
    left: 13px;
    margin: 30px;
    height: 0;
    width: 0;
    border-bottom: solid 11px #f7f7f7;
    border-left: solid 11px #fff;
    border-right: solid 11px #fff;
}

.pet_article_dowload_content_font {
    color: #b2b2b2;
    font-size: 12px;
    position: relative;
    margin-left: 45px;
    margin-top: -2px;
}

.pet_article_dowload_all {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding-top: 10px;
}

.pet_article_dowload_Az {
    display: inline-block;
    text-align: center;
    border: 1px solid #b9b8b8;
    color: #b9b8b8;
    border-radius: 10px;
    width: 85px;
    line-height: 19px;
    height: 21px;
}

.pet_article_dowload_Pg {
    display: inline-block;
    text-align: center;
    border: 1px solid #b9b8b8;
    color: #b9b8b8;
    border-radius: 10px;
    width: 85px;
    height: 21px;
    line-height: 19px;
}

.pet_article_dowload_Az:hover {
    border: 1px solid #ff5656;
    color: #ff5656;
}

.pet_article_dowload_Pg:hover {
    border: 1px solid #54d669;
    color: #54d669;
}

.pet_article_footer_info {
    text-align: center;
    font-size: 12px;
    color: #b9b8b8;
    height: 30px;
    line-height: 30px;
    margin: 17px;
}

.pet_article_like {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding: 18px;
}

.pet_article_like_delete {
    padding: 0;
    box-shadow: none;
}

.pet_article_like_title {
    font-weight: bold;
    color: #222;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

/* 百科 */
.pet_wiki {
    width: 100%;
    background: #fff;
    padding-top: 50px;
}

.pet_wiki_head {
    max-width: 640px;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-bottom: 9%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pet_wiki_head_info {
    max-width: 640px;
}

.pet_wiki_head_info_ico {
    width: 38%;
    margin: 0 auto;
    padding-top: 7%;
}

.pet_wiki_head_info_ico img {
    width: 100%;
    border-radius: 50%;
}

.pet_wiki_head_info_title {
    width: 100%;
    font-size: 28px;
    color: #222;
    text-align: center;
    line-height: 35px;
    padding-top: 10px;
}

.pet_wiki_head_info_title span {
    display: block;
    font-size: 11px;
    line-height: 18px;
}

.pet_wiki_tab {
    margin: 0;
    width: 93%;
    margin: 0 auto;
}

.pet_wiki_tab .pet_wiki_tab_content {
    display: block;
    background: #fff;
}

.pet_wiki_tab .pet_wiki_tab_block {
    border: none;
}

.pet_wiki_tab .am-tabs-nav li {
    width: 100px;
    float: left;
    height: auto;
    background: #fff;
    font-size: 18px;
    flex: none;
    margin-right: 20px;
    position: relative;
    padding: 8px 0;
}

.pet_wiki_tab .am-tabs-nav > .am-active {
    background: #fff;
    border-bottom: 1px solid #0ba4ea;
}

.pet_wiki_tab .am-tabs-nav > .am-active a {
    color: #222;
    background: #fff;
}

.pet_wiki_tab .am-tabs-nav > .am-active:after {
    display: none;
}

.pet_wiki_text_line {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    clear: both;
}

.pet_wiki_text_line_l {
    display: inline-block;
    color: #afafaf;
    width: 20%;
}

.pet_wiki_text_line_c {
    display: inline-block;
}

.pet_wiki_text_line_r {
    display: inline-block;
    float: right;
}

.pet_wiki_text_line_r i {
    font-size: 25px;
    color: #afafaf;
    border-left: 1px solid #f6f6f6;
    padding: 0 10px;
}

.pet_wiki_tab .pet_wiki_tab_block_content {
    padding: 0;
}

.pet_dowload_more_top_off {
    border: none;
}

.pet_dowload_more_top_san {
    border-bottom: solid 11px #fff;
    border-left: solid 11px #ececec;
    border-right: solid 11px #ececec;
}

.pet_dowload_more_top_bg {
    background: #fff;
}

.pet_wiki_more_info {
    width: 100%;
    padding-top: 15px;
}

.pet_wiki_more_info_title {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 7px;
    color: #222;
    border-bottom: 1px solid #f6f6f6;
    clear: both;
}

.pet_wiki_more_info_title i {
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.pet_wiki_more_info_text {
    font-size: 16px;
    padding: 8px 0;
}

.pet_wiki_more_info_title_font {
    display: block;
    padding-top: 2px;
}

.pet_wiki_more_info_title_font span {
    display: block;
    color: #b1b1b1;
    font-size: 11px;
    margin-top: -3px;
}

@keyframes pet_article_user_info {
    from {
        left: -30px;
        top: 20px;
        opacity: 0;
    }
    to {
        left: -30px;
        top: 45px;
        opacity: 1;
    }
}

@-webkit-keyframes pet_article_user_info {
    from {
        left: -30px;
        top: 20px;
        opacity: 0;
    }
    to {
        left: -30px;
        top: 45px;
        opacity: 1;
    }
}

@keyframes pet_article_user_info_over {
    from {
        left: -30px;
        top: 45px;
        opacity: 1;
    }
    to {
        left: -30px;
        top: 20px;
        opacity: 0;
    }
}

@-webkit-keyframes pet_article_user_info_over {
    from {
        left: -30px;
        top: 45px;
        opacity: 1;
    }
    to {
        left: -30px;
        top: 20px;
        opacity: 0;
    }
}

.pet_topci {
    width: 100%;
}

.pet_content_main .am-list .pet_topci_list {
    width: 100%;
    border: none;
}

.pet_topci .pet_article_like {
    padding: 10px;
}

.pet_topci_block {
    width: 100%;
    position: relative;
    display: block;
}

.pet_topci_block img {
    width: 100%;
}

.pet_topci_video {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 18px;
    line-height: 20px;
    font-size: 12px;
    width: 55px;
}

.pet_topci_shadow {
    position: absolute;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .8;
}

.pet_topci_shadow_font {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.pet_news_list_tag_name {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 49px;
    color: #fff;
}

.pet_hd {
    width: 100%;
}

.pet_hd_list {
    width: 100%;
}

.pet_hd_block {
    width: 100%;
    display: block;
    color: #222;
}

.pet_hd_block:hover {
    color: #222;
}

.pet_hd_block_title {
    width: 100%;
    font-size: 20px;
}

.pet_hd_block_map {
    margin: 5px 0 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.pet_hd_block_map i {
    padding-right: 5px;
}

.pet_hd_block_tag {
    width: 100%;
    font-size: 14px;
}

.pet_hd_block_tag span {
    display: inline-block;
    text-align: center;
    background: #f28d00;
    border-radius: 4px;
    width: 70px;
    height: 22px;
    line-height: 22px;
    color: #fff;
}

.pet_hd_block_tag span.hd_tag_jh {
    background: #00a0e9;
}

.pet_hd_block_tag span.hd_tag_js {
    background: #999999;
}

.pet_hd_con {
    width: 100%;
}

.pet_hd_con_head {
    width: 100%;
}

.pet_hd_con_head img {
    width: 100%;
}

.pet_hd_con_time {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.pet_hd_con_time i {
    padding-right: 8px;
}

.pet_hd_con_map {
    font-size: 14px;
    margin: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.pet_hd_con_map i {
    padding-right: 8px;
}

.pet_hd_con_gp {
    width: 100%;
    padding-top: 10px;
}

.pet_hd_con_gp_title {
    font-size: 18px;
}

.pet_hd_con_gp_list {
    width: 100%;
    padding-top: 10px
}

.pet_hd_con_gp_list span i {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #222;
}

.pet_hd_con_gp_list span:hover {
    background: #ff5656;
    border: 1px solid #ff5656;
    color: #fff;
}

.pet_hd_con_gp_list span:hover i {
    color: #fff;
}

.pet_hd_con_gp_list span {
    position: relative;
    color: #a1a1a1;
    font-size: 12px;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: inline-block;
    width: 25%;
    padding: 5px 10px;
    line-height: 18px;
    color: #222;
}

.pet_hd_con_gp_list .pet_hd_con_gp_list_on {
    background: #ff5656;
    border: 1px solid #ff5656;
    color: #fff;
}

.pet_hd_con_gp_list .pet_hd_con_gp_list_on i {
    color: #fff;
}

.pet_hd_con_gp_list_sm {
    width: 100%;
    font-size: 12px;
    color: #222;
    padding: 10px 0;
}

.pet_hd_con_gp_list_sm i {
    font-style: normal;
    color: #ff5656;
    font-weight: bold;
}

.pet_hd_con_gp_list_xl {
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 15px;
}

.pet_hd_con_gp_list_xl select {
    font-size: 14px;
    width: 70px;
    height: 30px;
    margin-top: -2px;
}

.pet_hd_con_gp_list_xl_m {
    border: none;
    color: #fff;
    background: #ffa125;
    font-size: 14px;
    width: 116px;
    text-align: center;
    height: 40px;
}

.pet_hd_con_gp_list_xl_m:hover {
    background: #f3900d;
}

.pet_hd_con_gp_list_nr {
    width: 100%;
    padding-top: 20px;
}

.pet_hd_con_gp_list_nr_title {
    font-size: 18px;
    line-height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.pet_hd_con_gp_list_nr_tag {
    color: #ff5656;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ff5656;
}

.pet_zlnr {
    width: 100%;
    background: #fff;
}

.pet_zlnr_user {
    width: 40px;
    width: 100%;
    padding: 40px 20px 0;
    overflow: hidden;
}

.pet_zlnr_user_l {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    position: relative;
}

.pet_zlnr_user_l img {
    width: 100%;
}

.pet_zlnr_user_r {
    position: relative;
    margin-left: 50px;
}

.pet_zlnr_user_r_name {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #ff5656;
}

.pet_zlnr_user_r_map {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #a1a1a1;
}

.pet_zlnr_nr {
    width: 100%;
    padding: 20px 20px 0;
    overflow: hidden;
}

.pet_zlnr_nr img {
    width: 100%;
}

.pet_zlnr_nr p {
    color: #a1a1a1;
}

.pet_zlnr_nr .am-paragraph-default {
    margin: 0;
}

.pet_zlnr_nr .am-paragraph-default img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.pet_zlnr_user_list {
    width: 100%;
    padding: 10px 0 25px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.pet_zlnr_user_list_l {
    position: relative;
    float: left;
}

.pet_zlnr_user_list_l img {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.pet_zlnr_user_list_l_num {
    float: left;
    height: 25px;
    width: 50px;
    border-radius: 15px;
    background: #ff5656;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.pet_zlnr_user_list_l_num_font {
    line-height: 25px;
    margin-left: 10px;
    font-size: 14px;
    height: 25px;
    color: #222;
    float: left;
}

.pet_zlnr_user_list_r {
    float: right;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #222;
}

.pet_zlnr_pl {
    width: 100%;
}

.pet_zlnr_pl_block {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.pet_zlnr_pl_block_l {
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.pet_zlnr_pl_block_l img {
    width: 40px;
    height: 40px;
}

.pet_zlnr_pl_block_r {
    position: relative;
    margin-left: 50px;
    font-size: 16px;
    color: #222;
}

.pet_zlnr_pl_block_r span {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    color: #a1a1a1;
}

.pet_sixin {
    width: 100%;
    background: #fff;
}

.pet_sixin_nr {
    width: 100%;
    padding: 40px 20px 0;
    overflow: hidden;
}

.pet_sixin_shijian {
    width: 100%;
    line-height: 40px;
    text-align: center;
    height: 40px;
    font-size: 12px;
    color: #a1a1a1;
}

.pet_sixin_to {
    width: 100%;
    padding: 15px 0;
}

.pet_sixin_to:before {
    content: " ";
    display: table;
}

.pet_sixin_to:after {
    content: " ";
    display: table;
    clear: both;
}

.pet_sixin_to_l {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.pet_sixin_to_l img {
    width: 100%;
}

.pet_sixin_to_r {
    position: relative;
}

.pet_sixin_to_r_nr {
    position: relative;
    margin-left: 58px;
    color: #818181;
    background: #f0f0f0;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px
}

.pet_sixin_to_r_nr img {
    width: 100%;
    border-radius: 10px;
}

.pet_sixin_to_r_nr_sj {
    position: absolute;
    background: #f0f0f0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    left: -8px;
    border-radius: 2px;
}

.pet_sixin_form {
    width: 100%;
    padding: 15px 0;
}

.pet_sixin_form:before {
    content: " ";
    display: table;
}

.pet_sixin_form:after {
    content: " ";
    display: table;
    clear: both;
}

.pet_sixin_form_l {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    float: right;
}

.pet_sixin_form_l img {
    width: 100%;
    overflow: hidden;
}

.pet_sixin_form_r {
    position: relative;
    padding-right: 58px;
}

.pet_sixin_form_r_nr {
    position: relative;
    color: #818181;
    background: #f0f0f0;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px
}

.pet_sixin_form_r_nr img {
    width: 100%;
    border-radius: 10px;
}

.pet_sixin_form_r_nr_sj {
    position: absolute;
    background: #f0f0f0;
    width: 17px;
    height: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    right: -8px;
    border-radius: 2px;
}

.pet_grzx {
    width: 100%;
    background: #fff;
    padding-top: 20px;
}

.pet_grzx_nr {
    width: 100%;
    padding: 40px 20px 0;
    overflow: hidden;
}

.pet_grzx_ico {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.pet_grzx_ico img {
    width: 100%;
}

.pet_grzx_name {
    width: 100%;
    font-size: 20px;
    padding: 15px 0 0;
    text-align: center;
    color: #222;
}

.pet_grzx_map {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #a1a1a1;
}

.pet_grzx_num_font {
    padding-top: 20px;
    width: 90%;
    color: #a1a1a1;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.pet_grzx_num {
    padding-bottom: 25px;
    overflow: hidden;
    width: 100%;
    padding-top: 25px;
}

.pet_grzx_num i {
    font-size: 12px;
    font-style: normal;
    color: #a1a1a1;
    display: block;
}

.pet_grzx_num span {
    text-align: center;
    width: 33.3333%;
    display: block;
    float: left;
    color: #222;
}

.pet_grzx_list {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding: 20px 10px;
    overflow: hidden;
}

.pet_grzx_list_block {
    width: 100%;
}

.pet_grzx_list_block_l {
    width: 140px;
    float: left;
    position: relative;
}

.pet_grzx_list_block_l img {
    width: 100%;
}

.pet_grzx_list_block_r {
    position: relative;
    margin-left: 160px;
}

.pet_grzx_list_block_title {
    font-size: 16px;
    line-height: 25px;
    color: #222;
}

.pet_grzx_list_block_info {
    font-size: 12px;
    color: #a1a1a1;
}

.pet_kjdt {
    width: 100%;
    background: #fff;
    padding-top: 15px;
}

.pet_kjdt_nr {
    width: 100%;
    padding: 30px 20px 0;
    overflow: hidden;
}

.pet_kjdt_block {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 25px;
}

.pet_kjdt_user {
    width: 100%;
    height: 50px;
}

.pet_kjdt_user_l {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.pet_kjdt_user_l img {
    width: 100%;
}

.pet_kjdt_user_r {
    position: relative;
    margin-left: 60px;
}

.pet_kjdt_user_time {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    font-size: 14px;
    color: #a1a1a1;
}

.pet_kjdt_user_time .iconfont {
    font-size: 13px;
}

.pet_kjdt_user_r_title {
    font-size: 18px;
    color: #ff5656;
    line-height: 20px;
}

.pet_kjdt_user_r_info {
    font-size: 14px;
    color: #a1a1a1;
}

.pet_kjdt_user_r_font {
    width: 100%;
    font-size: 14px;
}

.pet_kjdt_user_r_like {
    width: 100%;
    color: #a1a1a1;
    font-size: 14px;
}

.pet_kjdt_user_pl {
    width: 100%;
    padding-top: 20px;
}

.pet_kjdt_user_pl_block {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.pet_kjdt_user_pl_block_l {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.pet_kjdt_user_pl_block_l img {
    width: 100%;
}

.pet_kjdt_user_pl_block_name {
    font-size: 15px;
}

.pet_kjdt_user_pl_block_info {
    font-size: 12px;
    color: #a1a1a1;
}

.pet_kjdt_user_pl_block_r {
    position: relative;
    margin-left: 40px;
}

.pet_kjdt_user_r_like .am-icon-heart {
    color: #ff5656;
}

.pet_kjdt_user_r_font_img {
    width: 100%;
}

.pet_kjdt_user_r_font_img .am-figure-default {
    margin: 0px;
}

.pet_kjdt_user_r_font_img .am-figure-default img {
    border: none;
}
.caroursel{
    display: inline-block;
}
.poster-item{
    background: #fff;
    border-radius: 5px;
}
.zzsc-container{
    width: 100%;
    height: auto;
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
}
.sp_id{
    width: 90%;
    height: auto;
    display: inline-block;
    margin-left: 5%;
}
.ck_xq{
    width: 90px;
    height: 30px;
    background: #9dcbff;
    border-radius: 5px;
    display: block;
    margin: auto;
}
.ck_xq>a{
    width: 90px;
    height: 30px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin-top: 0px !important;
}
.ck_xq>a:hover{
    color: #fff;
}
.poster-list>li:nth-child(2){
    z-index: 1 ;
}
.ws_jsa{
    width: 100%;
    height: auto;
    display: none;
}
.img_wg{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.img_wg>li{

    display: inline-block;
    float: left;
}
.img_wg>li:nth-child(1){
    width: 45%;
}
.img_wg>li:nth-child(2){
    width: 55%;
}
.img_wg>li:nth-child(1)>img{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.fz_lc{
    width: 98%;
    height: auto;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.fz_lc>li{
    width: 100%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
}
.fz_lc>li:nth-child(1)>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    position: relative;

}
.fz_lc1{
    width: 100%;
    height: auto;
    display: inline-block;
}
.sd_1:before{
    width: 15px;
    height: 15px;
    content: "1";
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #819ffc;
    border-radius: 15px;
    position: absolute;
    top: 3px;
    left: -20px;
}
.sd_2:before{
    width: 15px;
    height: 15px;
    content: "2";
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #819ffc;
    border-radius: 15px;
    position: absolute;
    top: 3px;
    left: -20px;
}
.sd_3:before{
    width: 15px;
    height: 15px;
    content: "3";
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    background: #819ffc;
    border-radius: 15px;
    position: absolute;
    top: 3px;
    left: -20px;
}
.fz_lc>li:nth-child(2)>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #747474;
    margin-bottom: 10px;
}
.sj_jz1{
    width: 100%;
    height: auto;
    display: block;

}
.sj_jz1>img{
    width:47%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 30px;
}
.sj_jz1>p{
    width: 95%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #747474;
    margin-left: 2.5%;
}
.yd_fg{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.yd_fg1{
    width:92%;
    min-height: 250px;
    display: inline-block;
    margin-left: 4%;
    position: relative;
    overflow: hidden;
}
.lb_gf_qt{
    width: 100%;
    min-height: 250px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-top: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.lb_gf_qt>li{
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}
.gf_qt{
    width: 100%;
    height: 35px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 35px;
}
.gf_qt2{
    width: 100%;
    height: 35px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 35px;
}
.gf_qt3{
    width: 100%;
    height: 35px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 35px;
}
.gf_qt:before{
    width: 48px;
    height: 35px;
    display: inline-block;
    background: url("../images/ic_1.png")no-repeat;
    background-size: 48px 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}
.gf_qt:after{
    width: 30px;
    height: 5px;
    display: inline-block;
    background: #5088f7;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    border-radius: 50px;
}
.gf_qt2:before{
    width: 48px;
    height: 35px;
    display: inline-block;
    background: url("../images/ic_2.png")no-repeat;
    background-size: 48px 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}
.gf_qt2:after{
    width: 30px;
    height: 5px;
    display: inline-block;
    background: #5088f7;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    border-radius: 50px;
}
.gf_qt3:before{
    width: 48px;
    height: 35px;
    display: inline-block;
    background: url("../images/ic_3.png")no-repeat;
    background-size: 48px 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}
.gf_qt3:after{
    width: 30px;
    height: 5px;
    display: inline-block;
    background: #5088f7;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    border-radius: 50px;
}
.gf_qt1{
    width: 100%;
    min-height: 200px;
    display: inline-block;
    padding-left: 0px;
    list-style: none;

}
.gf_qt1>li{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.gf_qt1>li:nth-child(1){
    width: 55%;
    height: auto;
}
.gf_qt1>li:nth-child(2){
    width: 45%;
    height: auto;
}
.gf_qt1>li:nth-child(2)>img{
    width: 95%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}
.gf_qt1>li:nth-child(1)>p{
    box-sizing: border-box;
    padding-left: 30px;
}
.gf_qt1>li:nth-child(1)>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gf_qt1>li:nth-child(1)>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.left_xc2{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 70%;
    left: 2.5%;
    margin-top: -12px;
}
.left_xc2>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.left_xc3{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 70%;
    right: 2.5%;
    margin-top: -12px;
}
.left_xc3>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.qiye_1{
    width: 50%;
    height: auto;
    display: none;
}
.nr_x1>li:nth-child(1)>img{
    width: 50%;
    height: auto;
    float: right;
    margin: 10px;
    display: none;
}
.zs_cq2{
    display: none;
}
.zzsc-container1{
    width: 100%;
    height: auto;
    display: none;
}
.cz_p33{
    margin-top: 0px;
}
.yd_zxx{
    width: 100%;
    height: auto;
    padding-left: 0px;
    display: inline-block;
    list-style: none;
    margin-top: 30px;
}
.yd_zxx>li{
    width: auto;
    height: auto;
    display: inline-block;
}
.yd_zxx>li:nth-child(1){
    float: left;
}
.yd_zxx>li:nth-child(2){
    float: right;
}
.yd_zxx>li:nth-child(1)>p{
    width: auto;
    height: 100px;
    font-size: 18px;
    color: #333;
    line-height: 100px;
    margin-bottom: 0px;
}
.bs_yd{
    font-size: 16px;
    color: #a5a5a5;
    margin-left: 10px;
}
.yd_zxx1{
    width: 550px;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.yd_zxx1>li{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 61px;
}
.yd_zxx1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
}
.yd_zxx1>li>a>img{
    width: 46px;
    height: 46px;
    display: block;
    margin: auto;
}
.yd_zxx1>li>a>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 30px;
    margin-bottom: 0px;
}
.img_r_app{
    width: 399px;
    height: auto;
    display: inline-block;
    margin-bottom: 70px;
}
.app_gn{
    width: 100%;
    height: auto;
    display: inline-block;
}
.app_gn>img{
    width: 100%;
    height: auto;
}
.app_qh1{
    display: inline-block;
}
.app_qh2{
    display: none;
}
.sd_ysqh{
    width: 100%;
    min-height: 325px;
    display: inline-block;
    position: relative;

}
.sd_ysqh1{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.sd_ysqh1>li{
    width:270px;
    height: 120px;
    border: 1px solid #fff;
    display: inline-block;
    margin-bottom: 70px;
    background: #f5f5f5;
    cursor: pointer;
}
.sd_ysqh1>li:nth-child(1){
    position:absolute ;
    top: 0px;
    left: 0px;
}
.sd_ysqh1>li>p{
    margin-bottom: 0px;
}
.sd_ysqh1>li:nth-child(2){
    position:absolute ;
    top: 190px;
    left: 0px;
}
.sd_ysqh1>li:nth-child(3){
    position:absolute ;
    top: 0px;
    right: 0px;
}

.sd_ysqh1>li:nth-child(4){
    position:absolute ;
    top: 190px;
    right: 0px;
}
.sd_ysqh1>li>p:nth-child(1){
    font-size: 18px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    color: #333;
}
.sd_ysqh1>li>p:nth-child(2){
    font-size: 15px;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    color: #b4b4b4;
}
.xs_nr{
    width: 639px;
    height: 310px;
    position: absolute;
    top: 0px;
    left: 281px;
}
.xs_nr1{
    width: 100%;
    height: 310px;
    display: inline-block;
    position: relative;
}
.xs_nr2{
    width: 100%;
    height: 310px;
    display: inline-block;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.xs_nr2>li{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    display: none;
}
.xs_nr2>li>img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.xs_nr3{
    width: 100%;
    height: 190px;
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 0px;
    background: rgba(153,144,254,0.67);
}
.xs_nr4{
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 42px;
    padding-bottom: 42px;
    position: relative;
    font-size: 15px;
    color: #fff;
    line-height: 22px;
}
.xs_nr4:before{
    content: "";
    width: 17px;
    height: 15px;
    background: url("../images/app_ys.png")no-repeat;
    background-size: 17px 15px;
    position: absolute;
    top: 25px;
    left: 15px;
}
.xs_nr4:after{
    content: "";
    width: 17px;
    height: 15px;
    background: url("../images/app_yx.png")no-repeat;
    background-size: 17px 15px;
    position: absolute;
    bottom: 25px;
    right: 15px;
}
.cz_p222{
    display: none;
}
.cz_p444{
    display: none;
}
.sj_ysqh1{
    width: 60%;
    height: 80px;
    display: none;
    margin-left: 20%;
    position: relative;
}
.sj_ysqh2{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    position: relative;
}
.sj_ysqh2>li{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #9990fe;
    background: #fff;
    display: none;
}
.sj_ysqh2>li>p:nth-child(1){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: center;
}
.sj_ysqh2>li>p{
    margin-bottom: 0px;
}
.sj_ysqh2>li>p:nth-child(2){
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #b4b4b4;
    text-align: center;
}
.sj_ta{
    width: 100%;
    height: auto;
    display:none;
}
.sj_ta1{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
}
.sj_ta1>li{
    width: 100%;
    height: auto;
    display: none;
    position: relative;
}
.sj_ta1>li>img{
    width: 100%;
    height: 184px;
    display: inline-block;
}
.xs_nr5{
    width: 100%;
    height: 100px;
    display: inline-block;
    position: absolute;
    top: 44px;
    left: 0px;
    background: rgba(153,144,254,0.67);
}
.xs_nr6{
    width: 100%;
    height: 100px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 12px;
    color: #fff;
}
.xs_nr6>p{
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xs_nr6:before{
    content: "";
    width: 17px;
    height: 15px;
    background: url("../images/app_ys.png")no-repeat;
    background-size: 11px 10px;
    position: absolute;
    top: 12px;
    left: 21px;
}
.xs_nr6:after{
    content: "";
    width: 17px;
    height: 15px;
    background: url("../images/app_yx.png")no-repeat;
    background-size: 11px 10px;
    position: absolute;
    bottom: 12px;
    right: 21px;
}
.yc_hh{
    display: none;
}
.kd_sc{
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.yd_fw{
    width: 100%;
    height: auto;
    display: inline-block;
}
.yd_fw>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #afafaf;
    text-align: center;
    margin-bottom: 0px;
}
.yd_fw>a{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #00dfb9;
    text-align: center;
    text-decoration: none;
}
.fw_tgm{
    width: 100%;
    height: 100%;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
}
.fw_tgm>li:nth-child(1){
    width: 55%;
    float: left;
    font-size: 14px;
    text-align: right;
    line-height: 55px;

}
.fw_tgm>li:nth-child(2){
    width: 40%;
    float: right;
}
.fw_tgm>li:nth-child(2)>a{
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #00dfb9;
    text-align: center;
    line-height: 55px;
}
.smw{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5px;
}
.smw>img{
    width: 22px;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}
.smw>p{
    width: auto;
    display: 14px;
    color: #333;
    display: inline-block;
    float: left;
    line-height: 22px;
}
.jn_l{
    margin-left: 5px;
    margin-right: 5px;
}
.dl_pk{
    width: 90px;
    height:70px;
    display: inline-block;
    position: fixed;
    top: 0px;
    right: 18%;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
}
.dl_pk1{
    width: 90px;
    height: 70px;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    border-top: 3px solid #00dfb9;
    box-sizing: border-box;
}
.dl_pk1>li{
    width: auto;
    height: 64px;
    display: inline-block;
    float: left;
}
.dl_pk1>li>a>img{
    width: 15px;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 24px;
}
.dl_pk1>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #00dfb9;
    text-decoration: none;
    line-height: 64px;
}
.dl_pk1>li:nth-child(1){
    width: 60%;
}
.dl_pk1>li:nth-child(2){
    width: 40%;
}

.dl_pk2{
    width: 90px;
    height: 70px;
    display: inline-block;
    position: fixed;
    top: 0px;
    right: 18%;
    z-index: 1000;
    background: rgba(0,0,0,0.0);
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.dl_pk3{
    width: 100px;
    height: 74px;
    display: inline-block;
    list-style: none;
    padding-left: 0px;
    border-top: 3px solid #00dfb9;
    box-sizing: border-box;
    padding-top: 10px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.dl_pk3>li{
    width: auto;
    height: 74px;
    display: inline-block;
    float: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dl_pk3>li>a>img{
    width: 15px;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 28px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.dl_pk3>li>a{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #00dfb9;
    text-decoration: none;
    line-height: 74px;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    text-align: center;
}
.dl_pk3>li:nth-child(1){
    width: 60%;
}
.dl_pk3>li:nth-child(2){
    width: 40%;
}
@media screen and (max-width: 1080px){
    .dl_pk{
        right: 320px;
    }
    .dl_pk2{
        right: 350px;
    }
}
.yl_dh{
    width: 100%;
    height: 50px;
    display: none;
    border-bottom: 1px solid #f3f3f3;
}
.yl_dh1{
    width: 92%;
    height: auto;
    padding-left: 0px;
    margin-left: 4%;
    list-style: none;
}
.yl_dh1>li:nth-child(1){
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.yl_dh1>li:nth-child(2){
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
}
.yl_dh1>li>a{
    width: auto;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.yl_dh1>li:nth-child(1)>a>img{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
}
.yl_dh1>li:nth-child(1)>a>img:nth-child(1){
    width: auto;
    height: 22px;
    margin-top: 14px;
}
.yl_dh1>li:nth-child(1)>a>img:nth-child(2){
    width: auto;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
}
.yl_dh1>li:nth-child(2)>a>img:nth-child(1){
    width: auto;
    height: 25px;
    margin-top: 12.5px;
    display: inline-block;
    float: left;
}
.yl_dh1>li:nth-child(2)>a>p{
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #00dfb9;
    font-weight: bold;
    margin-left: 10px;
}
.mb_xx{
    width: 92%;
    height: auto;
    display: none;
    margin-left: 4%;
}
.mb_xx>p{
    margin-bottom: 0px;
}
.dnao_img{
    width: 100%;
    height: auto;
    display: none;
    margin-left: 0%;
    border-bottom: 1px solid #f3f3f3;
}
.mb_xx>p:nth-child(1){
    width: auto;
    height: 35px;
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #333333;
    line-height: 35px;
}
.mb_xx>p:nth-child(2){
    width: auto;
    height: 35px;
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #555555;
    line-height: 35px;
}
.dnao_img1{
    width: 92%;
    height: auto;
    display: inline-block;
    padding-left: 0px;
    list-style: none;
    margin-left: 4%;
    margin-bottom: 0px;
}
.dnao_img1>li{
    width: auto;
    height: 40px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
}
.dnao_img1>li:nth-child(1):after{
    content: "";
    width: 1px;
    height: 14px;
    background: #ececec;
    position: absolute;
    top: 13px;
    right: -10px;
}
.dnao_img1>li>img{
    width: auto;
    height: 22px;
    display: inline-block;
    margin-top: 9px;
    display: inline-block;
    float: left;
}
.dnao_img1>li>p{
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    float: left;
    margin-left: 10px;
    margin-bottom: 0px;
}
.xe_zw{
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.xe_zw>img{
    width: auto;
    height: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 2.5px;
}
.xe_zw>p{
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 25px;
    font-size: 16px;
    color: #000;
    float: left;
}
.fd_futk{
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}
.fd_futk1{
    width: 1200px;
    height: 80%;
    box-sizing: border-box;
    background: #fff;
    display: block;
    margin: auto;
    position: relative;
    margin-top: 7%;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}
.fd_futk3{
    width: 80%;
    height: 100%;
    display: inline-block;
    margin-left: 10%;
    overflow: hidden;
}
.fd_futk2{
    width: 100%;
    height:83%;
    display: inline-block;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 97px;
}
.fd_futk2>p{
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #555555;
    line-height: 22px;
}
.fw_bx{
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
}
.gb_t{
    width: 70px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.kuan_d{
    width: 100%;
    height: 90vh;
    margin-top: 70px;
    padding-right: 80px;
    scrolling : no;
}
.kd_zd{
    width: 100%;
    height: 100vh;
    display: inline-block;
    overflow: hidden;
}
.cl_p_yc1{
    display: none !important;
}
.que_d{
    width: 60px;
    height: 30px;
    display: inline-block;
    background: #00dfb9;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: 4px;
    cursor: pointer;
}
.que_d>a{
    width: 70px;
    height: 45px;
    display: inline-block;
    background: #00dfb9;
}
.dl_pk5{
    width: auto !important;
}

.zhao_l{
    width: 400px;
    height: 30px;
    display: inline-block;
}
.zhao_l1{
    width: auto;
    height: 30px;
    display: inline-block;
    float: left;
}
.zhao_l2{
    width: auto;
    height: 30px;
    display: inline-block;
    float: right;
}
.zhao_l1>input{
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    float: left;
    margin-top: 7.5px;
    margin-right: 7px;
}
.zhao_l2>input{
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    float: left;
    margin-top: 7.5px;
    margin-right: 7px;
}
.zhao_l1>label{
    font-size: 14px;
    color: #666;
    line-height: 28px;
    font-weight: 100;
    margin-left: 7px;
}
.zhao_l2>label{
    font-size: 14px;
    color: #666;
    line-height: 28px;font-weight: 100; margin-left: 7px;
}
.zhao_l1>input[type='radio']{
    width: 15px;
    height: 15px;
    background-color: #fff;
    -moz-appearance:none;
    -o-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #00dfb9;
    outline: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.zhao_l1>input[type=radio]:checked{
    background: url("../images/dui_03.png")no-repeat center;
    background-size: 15px 15px;
}
.zhao_l2>input[type='radio']{
    width: 15px;
    height: 15px;
    background-color: #fff;
    -moz-appearance:none;
    -o-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border: 1px solid #00dfb9;
    outline: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.zhao_l2>input[type=radio]:checked{
    background: url("../images/dui_03.png")no-repeat center;
    background-size: 15px 15px;
}
@media screen and (max-width: 600px){
  .cp_cp2>li{
     height:235px;
  }
   .video .swiper-container .nth1 .line{
        width:98%;
    }
    .video .swiper-container .nth1.active .line u{
        width:100%;
    }
  .jd_xla {
    width: 95%;
    min-height: 465px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 2.5%;
    margin-left: 0%;
    margin-top: -232.5px;
}
  .pl_right>li:nth-child(1) {
    float: left;
    font-size: 12px;
  }
  .nx_xz>li:nth-child(1) {
    margin-right: 10px;
    font-size: 12px;
  }
  .shu_lp {
    width: 32px;
    height: 25px;
    background: #f1f1f1;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 7.5px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
  .gf_p2{
    font-size:14px;
  }
  .que_d {
    width: 36px;
    height: 25px;
    display: inline-block;
    background: #00dfb9;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    border-radius: 5px;
    margin-left: 8px;
    margin-top: 7.4px;
    cursor: pointer;
}
  .pl_right {
    width: 95%;
    height: 40px;
    display: inline-block;
    padding-left: 0px;
    margin-left: 2.5%;
}
   .zhao_l{
        width: 100%;
    }
  .aq_r1>select{
    font-size:14px; 
  }
  .aq_r2>textarea{
    font-size:14px; 
  }
  .aq_r1{
   width:61%; 
  }
  .list-inline{
      margin-left:none !important; 
  }
    .dl_pk3{
        display: none;
    }
    .kuan_d{
        margin-top: 0px;
    }
    .zhu_c{
        display: table;
    }
    .fd_futk1{
       width: 80%;
        margin-left: 10%;
    }
    .fd_futk3{
        width: 100%;
        margin-left: 0%;
    }
    .sj_ta{
        display: inline-block;
    }
    .sj_ysqh1{
        display: inline-block;
    }
    .yl_dh{
        display: inline-block;
    }
    .mb_xx{
        display: inline-block;
    }
    .dnao_img{
        display: inline-block;
    }
    .dl_pk{
        right: 153px;
    }
    .dl_pk1{
        height: 60px;
        border-top: none;
    }
    .dl_pk1>li>a{
        line-height: 60px;
    }
    .dl_pk1>li>a>img{
        margin-top: 20px;
        margin-left: -5px;
    }
    .dl_pk2{
        right: 153px;
    }
    .dl_pk3{
        height: 60px;
        border-top: none;
    }
    .dl_pk3>li>a{
        line-height: 60px;
    }
    .dl_pk3>li>a>img{
        margin-top: 20px;
        margin-left: -5px;
    }
    .ym_left>li:nth-child(even){
        width: 43%;
        float: right;
    }
    .ym_left>li:nth-child(even)>.pz_bt2{
       width: 47%;
    }
    .ym_left>li>p{
        margin-bottom: 0px;
    }
    .pz_bt1{
        margin-bottom: 0px;
    }
    .ym_left>li{
       height: 35px;
    }
    .ym_left>li:nth-child(even)>.pz_bt3{
        width: 53%;
    }
    .ym_left>li:nth-child(add){
        width: 57%;
        float: left;
    }
    .jb_csx{
        height: 35px;
        font-size: 15px;
        line-height: 35px;
    }
    .pz_bt2{
        font-size: 12px;
        line-height: 35px;
    }
    .ym_left{
        width: 92%;
        margin-left: 4%;
        margin-top: 15px;
        margin-bottom: 11px;
    }
    .pz_bt3>img {
        width: 15px;
        height: 15px;
        display: inline-block;
        float: left;
        margin-top: 9.5px;
        margin-right: 7px;
    }
    .pz_bt1 {
        width: auto;
        min-height: auto;
        display: inline-block;
        float: left;
        font-size: 12px;
        color: #333;
        line-height: 35px;
        box-sizing: border-box;
        float: left;
    }
    .xy_xj {
        width: 100%;
        height: 18px;
        display: inline-block;
        font-size: 12px;
        color: #c2c2c2;
        line-height: 18px;
        float: right;
        margin-top: -20px;
        margin-bottom: 0px;
    }
    .yy_xz1{
        width: 100%;
    }
    .yy_xz1>li{
        margin-bottom: 22px;
        font-size:12px;
    }
    .yy_xz{
        width: 100%;
        margin-top: 12px;
    }
    .yy_xz>li>img {
        width: 22px;
        height: auto;
        top: -19px;
        left: 2px;
        margin-left: 0px;
    }
    .yy_xz>li{
        margin-bottom: 22px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }
    .pz_bt{
        width: 30%;
        font-size: 12px;
    }
    .zs_ym>p:nth-child(1){
        font-size: 12px;
        text-align: right;
        margin-bottom: 5px;
    }
    .cx_ymx{
        font-size: 12px;
        text-align: right;
    }
    .cx_ymx>a{
        font-size: 14px;
        margin-left: 10px;
    }
    .zs_ym{
        width: 70%;
        min-height: 50px;
    }
    .xz_lnr>li:nth-child(2){
        margin-top: 0px;
    }
    .cs_right{
        width: 100%;
        display: inline-block;
        height: auto;
        float: none;
        margin-left: 0%;
        border:none;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .jb_csx1{
        height: 35px;
    }
    .xz_btc {
        width: 100%;
        height: 40px;
        display: inline-block;
        margin-left: 0px;
        font-size: 16px;
        color: #333;
        line-height: 40px;
        text-align: center;
        background: #f0f0f0;
    }
    .xz_lnr{
        width: 92%;
        display: inline-block;
        margin-left: 4%;
    }
    .xz_zw{
        width: 100%;
        margin-left: 0%;
    }
    .cp_gm1{
        display: none;
    }
    .wap{
        margin-left: 0px !important;
    }
    .cz_p2>li:nth-child(8){
        display: inline-block;
    }
    .cz_p2>li:nth-child(9){
        display: inline-block;
    }
    .cz_p2>li:nth-child(10){
        display: inline-block;
    }
    .cz_p2>li:nth-child(11){
        display: inline-block;
    }
    .cz_p1>li>img{
        transform: rotate(90deg);
        margin: auto;
        margin-top: 37px;
        display: block;
        width: 68px;
    }
    .cz_p2>li>img{
        transform: rotate(90deg);
        margin: auto;
        margin-top: 37px;
        display: block;
        width: 68px;
    }
    .cb_text6 {
        width: 90%;
        font-size: 12px;
        margin-left: 5%;
    }
    .cb_text5{
        font-size: 18px;
    }
    .yq_jj {
        padding-top: 48px;
        padding-bottom: 85px;
        margin-top: 51px;
    }
    .cz_p1>li:nth-child(2){
        height: 90px !important;
        width: 100%;
    }
    .cz_p1>li:nth-child(4){
        height: 90px !important;width: 100%;
    }
    .cz_p1>li:nth-child(6){
        height: 90px !important;width: 100%;
    }
    .cz_p2>li:nth-child(2){
        height: 90px !important;
        width: 100%;
    }
    .cz_p2>li:nth-child(4){
        height: 90px !important;width: 100%;
    }
    .cz_p2>li:nth-child(6){
        height: 90px !important;width: 100%;
    }
    .cz_p2>li:nth-child(8){
        height: 90px !important;width: 100%;
    }
    .cz_p2>li:nth-child(10){
        height: 90px !important;width: 100%;
    }
    .cz_p32{
        margin-top: 25px !important;
    }
    .cz_p{
        width: 100%;
    }
    .cz_p1{
        width: 92%;
        display: table;
        padding-left: 0px;
        margin-left: 4%;
    }
    .cz_p1>li{
        display: table;
        float: none;
        font-size: 12px;
        box-sizing: border-box;
        height: 45px;
        line-height: 45px;
    }
    .cz_p2{
        width: 92%;
        display: table;
        padding-left: 0px;
        margin-left: 4%;
    }
    .cz_p2>li{
        display: table;
        float: none;
        font-size: 12px;
        box-sizing: border-box;
        height: 45px;
        line-height: 45px !important;
    }
    .cz_p1>li:nth-child(1){
        width: 80%;
        margin-left: 10%;
    }
    .cz_p1>li:nth-child(3){
        width: 60%;
        margin-left: 20%;
    }
    .cz_p1>li:nth-child(5){
        width: 60%;
        margin-left: 20%;
    }
    .cz_p1>li:nth-child(7){
        width: 80%;
        margin-left: 10%;
    }
    .cz_p2>li:nth-child(1){
        width: 80%;
        margin-left: 10%;
    }
    .cz_p2>li:nth-child(3){
        width:45%;
        margin-left: 27.5%;
    }
    .cz_p2>li:nth-child(5){
        width: 50%;
        margin-left: 25%;
    }
    .cz_p2>li:nth-child(7){
        width: 50%;
        margin-left: 25%;
    }
    .cz_p2>li:nth-child(11){
        width: 80%;
        margin-left: 10%;
    }
    .cz_p2>li:nth-child(9){
        width:45%;
        margin-left: 27.5%;
    }
    .kd_sc{
        width: 92%;
        height: auto;
        display: inline-block;
        margin-left: 4%;
    }
    .yq_i11{
        display: none;
    }
    .yq_i112{
        display: none;
    }
    .cb_text4{
        font-size: 18px;
        margin-top: 30px;
    }
    .ba_ys{
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .ba_ys1{
        font-size: 13px;
        line-height: 18px;
        color: #545454;
    }
    .seo_js1{
        padding-left: 0px;
    }
    .seo_js1>li{
        width: 100%;
        margin-bottom: 17px;
    }
    .seo_js1>li>img{
        width: 50px;
        margin-bottom: 10px;
    }
    .seo_js{
        width: 92%;
        height: auto;
        display: inline-block;
        margin-left: 4%;
        margin-bottom: 0px;
    }
    .yc_hh {
        display: block;
        height: 14px;
    }
    .js_wzcb{
        width: 100%;
        padding-bottom: 20px;
        background: #f7f7fc;
        margin-top: -4px;
    }
    .cb_text {
        font-size: 18px;
        color: #677bc1;
        font-weight: bold;
        margin-top: 48px;
        margin-bottom: 23px;
    }
    .cb_text2 {
        font-size: 14px;
        color: #333333;
        margin-bottom: 15px;
    }
    .yu_zi {
        width: 140px;
        height: 35px;
        display: block;
        border-radius: 50px;
        margin-bottom: 37px;
        margin-top: 20px;
    }
    .yu_zi>a{
        line-height: 35px;
        font-size: 15px;
    }
    .cb_text3{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .cb_text1 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .zb{
        width: 55%;
        margin-top: 24px;
        margin-bottom: 29px;
    }
    .gd_wz1{
        width: 92%;
        margin-left: 4%;
        display: inline-block;
    }
    .gd_wz3>img{
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .gd_wz3{
        width: 92%;
        margin-left: 4%;
        display: inline-block;
    }
    .chuy{
        width: 100%;
        height: 45px;
        font-size: 19px;
        line-height: 46px;
        margin-bottom: 45px;
    }
    .ls_X{
        width: 92%;
    }
    .cq_kuan{
        padding-left: 0px;
    }
    .cq_kuan>li{
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        padding: 5px;
        box-shadow: 0px 2px 10px 4px #f7fafa;
    }
    .cq_kuan>li>img{
        width: 45px;
        margin-right: 10px;
    }
    .cq_kuan>li>p{
        font-size: 13px;
    }
    .wm_yq{
        font-size: 18px;
        width: 92%;
        display: inline-block;
        margin-left: 4%;
        margin-bottom: 20px;
    }
    .lsh_dz{
        font-size: 22px;
    }
    .lsh_dz:before {
        content: "";
        height: 4px;
        background: #2fd0b5;
        bottom: 2px;
        z-index: -10;
    }
    .fw_tab>li {
        width: 47%;
        height: 30px;
        display: inline-block;
        border: 1px solid #2fd0b5;
        box-sizing: border-box;
        border-radius: 50px;
        font-size: 14px;
        color: #2fd0b5;
        line-height: 28px;
        text-align: center;
        cursor: pointer;
    }
    .fw_p{
        width: 60%;
        height: 30px;
    }
    .fw_tab{
        padding-left: 0px;
        height: 30px;
    }
    .img_t>li{
        height: auto;
    }
    .fu_fanwei{
        width: 100%;
    }
    .fuwu{
        width: 65%;
    }
    .fuwu>img {
        margin-top: 31px;
    }
    .sd_ysqh{
        display: none;
    }
    .fw_qh{
        width: 100%;
        height: 218px;
    }
    .img_t{
        height: 218px;
        padding-left: 0px;
        margin-top: 17px;
    }

    .fu_icon_1{
        width: 75px;
        top: 10px;
        left: 50%;
        margin-left: -37.5px;
    }
    .fu_icon_2 {
        width: 75px;
        top: 47px;
        left: 30px;

    }
    .fu_icon_4 {
        width: 75px;
        top: 47px;
        right: 30px;
    }
    .fu_icon_3 {
        width: 75px;
        height: auto;
        top: 135px;
        left: 9px;
    }
    .fu_icon_5 {
        width: 75px;
        height: auto;
        top: 135px;
        right: 9px;
    }
    .fu_icon_6{
        width: 146px;
        height: 157px;
        left: 50%;
        margin-left: -73px;
        top: 87px;
    }
    .fu_icon_6>img{
        width: 100%;
    }
    .fu_icon_1>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_2>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_3>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_4>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_5>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_6>p {
        line-height: 19px;
        font-size: 12px;
    }
    .fu_icon_1>img{
        height: auto;
        width: 35px;
    }
    .fu_icon_2>img{
        height: auto;
        width: 35px;
    }
    .fu_icon_3>img{
        height: auto;
        width: 35px;
    }
    .fu_icon_4>img{
        height: auto;
        width: 35px;
    }
    .fu_icon_5>img{
        height: auto;
        width: 35px;
    }
    .yd_zxx>li:nth-child(1)>p {
        height: auto;
        line-height: 30px;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .bs_yd {
        font-size: 12px;
    }
    .yd_zxx1>li>a>p{
        font-size: 12px;
        line-height: 25px;
    }
    .yd_zxx1{
        width: 100%;
    }
    .yd_zxx1>li{
        width: 20%;
        margin-right: 0px;
    }
    .yd_zxx1>li>a>img {
        width: 35px;
        height: auto;
    }
    .gz_kf_bt1{
        margin-bottom: 30px !important;
    }
    .yd_zxx{
        margin-top: 0px;
    }
    .yd_zxx>li:nth-child(2){
        display: none;
    }
    .yq_i1{
        width: auto;
        height: 56px;
        margin-bottom: 0px;
    }
    .cz_p2{
        margin-bottom: 0px;
    }
    .cz_p4{
        margin-bottom: 0px;
    }
    .yq_i1>img{
        width: auto;
        height: 56px;
    }
    .yq_i2{
        height: 35px;
    }
    .yq_i3{
        width: auto;
        height: 56px;
        margin-bottom: 5px;
    }
    .yq_i3>img{
        width: auto;
        height: 56px;
    }
    .cz_p22{
        display: none;
    }
    .cz_p222{
        display: inline-block;
    }
    .cz_p44{
        display: none;
    }
    .cz_p444{
        display: inline-block;
    }
    .cz_p3{
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .app_qh1{
        display: none;
    }
    .app_qh2{
        display: inline-block;
    }
    .zzsc-container{
        display: inline-block;
    }
    .mf_zx {
        width: 80%;
        height: 35px;
        margin-bottom: 27px;
    }
    .mf_zx>a {
        font-size: 15px;
        line-height: 35px;
    }
    .mf_zx1 {
        width: 80%;
        height: 35px;
        margin-bottom: 27px;
    }
    .mf_zx1>a {
        font-size: 15px;
        line-height: 35px;
    }
    .mf_zx2 {
        width: 80%;
        height: 35px; margin-bottom: 27px;
    }
    .mf_zx2>a {
        font-size: 15px;
        line-height: 35px;
    }
    .mf_zx3 {
        width: 80%;
        height: 35px; margin-bottom: 27px;
    }
    .mf_zx3>a {
        font-size: 15px;
        line-height: 35px;
    }
    .mf_zx4 {
        width: 80%;
        height: 35px;
        margin-bottom: 27px;
    }
    .mf_zx4>a {
        font-size: 15px;
        line-height: 35px;
    }
    .xc_bz>p:nth-child(2){
        line-height: 22px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .xc_bz>p:nth-child(1){
        font-size: 15px;
        margin-bottom: 5px;
    }
    .zs_left {
        width: 50px;
        margin-top: 24.5px !important;
        margin-bottom:  24px;
    }
    .xc_bz {
        margin-top: 30px;
        padding-bottom: 2px;
    }
    .cp_xca11{
        display: inline-block !important;
        margin-bottom: 0px !important;
    }
    .cp_xca1>li{
        width: 100%;
        background: #fff;
    }
    .cp_xca2{
        padding-left: 0%;
    }
    .cp_xca3{
        padding-left: 0%;
    }
    .cp_xca4{
        padding-left: 0%;
    }
    .cp_xca5{
        padding-left: 0%;
    }
    .cp_xca2>li{
        width: 100%;background: #fff;
    }
    .cp_xca3>li{
        width: 100%;background: #fff;
    }
    .cp_xca4>li{
        width: 100%;background: #fff;
    }
    .cp_xca5>li{
        width: 100%;background: #fff;
    }
    .zzsc-container1{
        display: inline-block;
    }
    .cj_yb2>li {
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 26px;
        font-size: 13px;
        color: #fff;
        float: left;
        margin-right: 10px;
        border-radius: 25px;
        cursor: pointer;
        z-index: 200;

    }
    .cj_yb1 {
        width: 100%;
        height: 18px;
        top: 11px;
        left: 0px;
        z-index: 100;
    }
    .cp_qhl{
        height: 370px;
    }
    .kd_li{
        width: 92%;
        display: inline-block;
        margin-left: 4%;
        height: 194px;
    }
    .cj_pla11{
        margin-top: 50px;
    }
    .cj_pla11>p{
        font-size: 14px;
    }
    .cj_pla12>a{
        font-size: 14px;
    }
    .cj_pla12{
        font-size: 14px;
    }
    .cj_pla>p:nth-child(2) {
        font-size: 14px;
        margin-top: -6px;
    }
    .cj_yb{
        margin-bottom: 20px;
    }
    .cj_pla>p:nth-child(1){
        font-size: 40px;
    }
    .zs_cq2{
        display: inline-block;
    }
    .zs_cq_22{
        display: none;
    }
    .zp_qs1>li>a>img {
        width: 45px;
        margin-bottom: 20px;
    }
    .zp_qs1>li>a>p{
        font-size: 14px;
    }
    .zs_cq_1{
        margin-top: 50px;
    }
    .zs_cq{
        width: 100%;
        height: auto;
        margin-bottom: 55px;
    }
    .zp_qs{
        width: 100%;
    }
    .zp_qs1{
        padding-left: 0%;
    }
    .zs_cq>p:nth-child(1) {
        line-height: 25px;
        font-size: 18px;
        font-weight: 100;
        color: #333;
        margin-top: 45px;
        margin-bottom: 5px;
    }
    .cp_xca{
        width: 100%;
        height: auto;
    }
    .cp_xca1{
        padding-left: 0px;
        display: none;
    }
    .zs_cq>p:nth-child(2):before {
        content: "";
        width: 25px;
        height: 4px;
        border-radius: 50px;
        background: #306aec;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -12.5px;
    }
    .zs_cq>p:nth-child(2) {
        width: 100%;
        height: 29px;
        display: block;
        text-align: center;
        font-size: 13px;
        color: #929292;
        position: relative;
    }
     .bt_xs2{
            font-size: 13px;
        }
    .yx_ol{
        width: 92%;
        height: auto;
        display: inline-block;
        margin-left: 4%;
        margin-bottom: 50px;
    }
    .yx_ol>li {
        width: 48%;
        height: auto;
        display: inline-block;
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .yx_ol>li:hover .bt_xs2{
        height: auto;
        width: 92%;
        margin-left: 4%;
    }
    .bt_xs1 {
        position: absolute;
        top: 51px;
    }
    .bt_xs {
        font-size: 15px;
    }
    .yx_ol>li:nth-child(add){
        float: left;
    }
    .yx_ol>li:nth-child(even){
        float: right;
    }
    .wz_bt11{
        height: auto;
        font-size: 20px;
        line-height: 35px;
    }
    .cl_p_yc{
        display: none !important;
    }
    .wz_bt2 {
        width: 80%;
        height: auto;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        color: #fff;
        margin-bottom: 18px;
        margin-left: 10%;
        margin-top: 15px;
    }
    .c_pc{
        width: 100%;
    }
    .yx_b2>li>a>p{
        font-size: 12px;
        line-height: 25px;
    }
    .yx_b2{
        width: 100%;
        margin-bottom: 0px;
    }
    .yx_b2>li>a>img {
        width: 45px;
        height: auto;
    }
    .cl_p_yc1{
        display: inline-block !important;
    }
    .qiye_1{
        display: inline-block !important;
    }
    .cl_p>img{
        min-height: auto;
    }
    .wz_bt {
        height: auto;
        line-height: 80px;
        font-size: 20px;
    }
    .nr_x1>li:nth-child(1){
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 23px;
        text-align: justify;
        display: inline-block;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 116;
        overflow: hidden;
    }
    .py_q{
        width: 92%;
        display: inline-block;
        margin-left: 4%;
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 23px;
    }
    .yx_b{
        width: 92%;
        display: inline-block;
        margin-left: 4%;
    }
    .yx_b1>li>a>img {
        width: 45px;
        height: auto;
    }
    .yx_b1>li{
        margin-bottom: 5%;
    }
    .yx_b1>li>a>p {
        font-size: 14px;
        line-height: 30px;
    }
    .yx_b1{
        width: 100%;
        display: inline-block;
    }
    .nr_x1>li:nth-child(2){
        width: 100%;
        height: auto;
        display: none;
    }
    .nr_x1{
        width: 92%;
        height: auto;
        display: inline-block;
        margin-left: 4%;
    }
    .left_it{
        display: none;
    }
    .left_it1{
        display: none;
    }
    .ws_jsa{
        display: inline-block;
    }
    .ws_js11{
        margin-top: 0px;
        display: none;
    }
    .sj_pl1{
        display: none;
    }
    .wz_lo1{
        display: none;
    }
    .gf_ts23{
        display: none;
    }
    .ws_js1{
        display: none;
    }
    .ws_cbl{
        width: 48%;
    }
    .ws_js{
        width: 100%;
        height: auto;
    }
    .js_sj{
        width: 50%;
    }
    .xc_j11{
        display: none;
    }
    .gd_wz2>img{
        margin-bottom: 0px;
    }
    .zb_gzxx11{
        display: inline-block !important;
        margin-bottom: 15px;
    }
    .gd_wz33{
        display: none;
    }
    .xc_gzzb3{
        display: none;
    }
    .xc_gzzb4{
        display: inline-block;
    }
    .gz_vt{
        font-size: 20px;
        margin-top: 49px;
        margin-bottom: 10px;
        font-weight: 100;
    }
    .xc_gzzb1{
        width: 100%;
        margin-bottom: 28px;
    }
    .gz_vt1 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 30px;
        font-weight: 100;
    }
    .xc_gzzb3{
        width: 100%;
        margin-bottom: 28px;
    }
    .wx_ys1{
        width: 100%;
        height: 370px;
        display: inline-block;
        background: url(../images/yw_pla.jpg)no-repeat;
        background-size: 100% 100%;
    }
    .left_xc {
        width: 24px;
        height: auto;
        position: absolute;
        top: 0%;
        left: 0px;
        margin-top: 0px;
    }
    .left_xc>img{
        width: 24px;
        height: auto;
    }
    .left_xc1 {
        width: 24px;
        height: auto;
        position: absolute;
        top: 0%;
        right: 0px;
        margin-top: 0px;
    }
    .left_xc1>img{
        width: 24px;
        height: auto;
    }
    .zy_qh2{
        padding-top: 40px;
    }
    .zy_qh2>li>p {
        padding-left: 0%;
        font-size: 16px;
        margin-bottom: 13px;
    }
    .zy_qh{
        width: 92%;
        display: inline-block;
        margin-left: 4%;
    }
    .zy_qh1{
        width: 100%;
    }
    .wx_vtys1{
        margin-top: 29px;
        margin-bottom: 7px;
    }
    .wx_vtys1>p:nth-child(1){
        font-size: 20px;
    }
    .zy_qh2>li>div{
        font-size: 12px;
        line-height: 22px;
    }
    .ys_left1>img{
        width: 45px;
        margin-bottom: 7px;
    }
    .ys_left1>p{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .ys_left1{
        float: none;
        width: 100%;
    }
    .ys_left2{
        float: none;
        width: 100%;
        margin-left: 0%;
        font-size: 14px;
        color: #727272;
        line-height: 22px;
        text-align: center;
    }
    .kys_p>li{
        margin-bottom: 30px;
    }
    .wx_vtys{
        top: 12%;
    }
    .wx_ys>img{
        min-height: 180px;
    }
    .kys_p{
        padding-left: 0px;
        width: 92%;
        margin-left: 4%;
        margin-top: 8%;
    }
    .wx_vtys>p:nth-child(1){
        font-size: 20px;
        font-weight: 100;
    }
    .wx_vtys>p:nth-child(2){
        width: 90%;
        margin-left: 5%;
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }
    .ys_js_x{
        margin-top: 0px;
        width: 100%;
        box-shadow: 0px 4px 6px 4px #fff;
        margin-bottom: 50px;
    }
    .gz1{
        width: 90%;
    }
    .moban_xx>li:nth-child(even) {
        float: none;
    }
    .gz {
        width: 85%;
        height: auto;
        margin-top: 0px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(2):before {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #36cd74;
        content: "";
        position: absolute;
        left: 0%;
        top: 7px;
        margin-top:0px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(3):before {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #36cd74;
        content: "";
        position: absolute;
        left: 0%;
        top: 7px;
        margin-top:0px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(4):before {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #36cd74;
        content: "";
        position: absolute;
        left: 0%;
        top: 7px;
        margin-top:0px;
    }
    .gz_kf{
        width: 92%;
        margin-left: 4%;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(1){
        font-size: 17px;
        font-weight: 100;
        margin-bottom: 19px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(2) {
        font-size: 14px;
        color: #727272;
        padding-left: 17px;
        margin-bottom: 12px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(3) {
        font-size: 14px;
        color: #727272;
        padding-left: 17px;
        margin-bottom: 12px;
    }
    .moban_xx>li:nth-child(1)>p:nth-child(4) {
        font-size: 14px;
        color: #727272;
        padding-left: 17px;
        margin-bottom: 12px;
    }
    .gz_kf_bt{
        margin-top: 50px;
        margin-bottom: 40px;
        font-weight: 100;
        font-size: 16px;
        font-weight: bold;
    }
    .moban_xx{
        padding-left: 0px;
        margin-bottom: 35px;
    }
    .zt_1{
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 18px;
        height: 18px;
    }
    .zt_4{
        color: #fe7c6c;
        height: 35px;
        background: url(../images/fen.png)no-repeat;
        background-size: 23px 5px;
        background-position: center bottom;
    }
    .zt_2{
          color: #2fd0b5;
          height: 35px;
          background: url(../images/lan.png)no-repeat;
          background-size: 23px 5px;
          background-position: center bottom;
      }
    .zt_6{
        color: #a090fe;
        height: 35px;
        background: url(../images/zs.png)no-repeat;
        background-size: 23px 5px;
        background-position: center bottom;
    }
    .zt_5{
        color: #5088f7;
        height: 35px;
        background: url(../images/lzn_z.png)no-repeat;
        background-size: 23px 5px;
        background-position: center bottom;
    }
    .js_lc1{
        display: none;
    }
    .js_lc3{
        display: inline-block;
        margin-bottom: 20px;
    }
    .yw_sj_1{
        display: none !important;
    }
    .yw_pl>img{
        width: 97%;
        margin: auto;
        margin-bottom: 30px;
        margin-left: 1.5%;
        margin-top: 20px;
    }
    .yw_sj_2{
        display: inline-block !important;
    }
    .zt_3{
        width: 92%;
        margin-left: 4%;
        display: inline-block;
        height: auto;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .lunbo1{
        display: inline-block;
    }
    .lunbo{
        display: none;
    }
    .fh_sy{
        display: block;
    }
    .fx_xz2>li:nth-child(1):hover{
        border: 1px solid #72a5ff;
        box-shadow: 0px 0px 12px -2px #b4cbf5;
    }
    .fx_xz2>li:nth-child(2):hover{
        box-shadow: 0px 0px 12px -2px #f8a298;
        border: 1px solid #ff503b;
    }
    .fx_xz2>li:nth-child(3):hover{
        border: 1px solid #8577ff;
        box-shadow: 0px 0px 12px -2px #9c91f7;
    }
    .fx_xz2>li:nth-child(4):hover{
        border: 1px solid #ffa434;
        box-shadow: 0px 0px 12px -2px #f6c991;
    }
    .fx_xz2>li:nth-child(5):hover{
        border: 1px solid #5fc4e6;
        box-shadow: 0px 0px 12px -2px #8adbf6;
    }
    .zhunbei_gz {
        width: 52%;
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .yw_ico{
        width: 92%;
        margin-left: 4%;
    }
    .yw_pl{
        width: 92%;
    }
    .js_lc{
        width: 100%;
        margin-bottom: 0px;
    }
    .fx_xzq1 {
        width: 100%;
        height: 50px;
        display: inline-block;
        text-align: center;
        line-height: 18px;
        font-size: 12px;
        color: #cccccc;
        margin-top: 25px;
        box-sizing: border-box;
        margin-bottom: 17px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .fx_xzq {
        width: 100%;
        height: auto;
        display: inline-block;
        text-align: center;
        line-height: 12px;
        font-size: 14px;
        color: #333;
        margin-top: 29px;
        margin-bottom: 21px;
    }
    .fx_xz2>li{
        width: 124px;
        height: auto;
        border-radius: 5px;
    }
    .fx_xz2>li:nth-child(1){
        margin-left: 10px;
    }
    .fx_xz2>li:nth-child(4){
        margin-right: 10px;
    }
    .img_fx{
        width: 45px;
    }
    .xh_js:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 17px;
        background: url(../images/s_f.png)no-repeat;
        background-size: 20px 20px;
    }
    .xh_js:after {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        right: 17px;
        /*background: url(../images/s_f.png)no-repeat;*/
        background-size: 20px 20px;
    }
    .xh_mz {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: auto;
        background: #fff4ef;
        margin-top: -5px;
        margin-bottom: 25px;
        padding-top: 16px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .fx_xz2>li:nth-child(2) {
        margin-right: 10px;
        margin-left: 10px;
    }
    .fx_xz2>li:nth-child(3) {
        margin-right:  10px;
    }
    .xh_js{
        width: 80%;
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 3;*/
        /*overflow: hidden;*/
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        margin-left: 4%;
        margin-bottom: 20px;
    }
    .xh_logn {
        width: 129px;
        height: auto;
        display: block;
        margin-left: 0px;
        margin-right:0px;
        margin: auto;
        float: none;
    }

    .geshu{
        display: table;
    }
    .geshu14{
        display: table;
    }
    .rh_xz>p {
        height: 100px;
        line-height: 100px;
        font-size: 25px;
    }
    .yc_l2>li{
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        box-sizing: border-box;
        padding:2.5%;
        display: none;
    }
    .yc_l2>li:nth-child(1){
        display: inline-block;
    }
    .yc_l {
        width: 100%;
        height: auto;
    }
    .yc_l2{
        margin-left: 0px;

        width: 100%;
        position: relative;
        height: 185px;
    }
    .q_p {
        width: 100%;
        height: 215px;
        background: #81e3b6;
    }
    .yc_l1 {
        width: 100%;
        height: 185px;
        display: block;
         position: absolute;
         top: 15px;
         left: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .rh_xz{
        margin-bottom: 0px;
        margin-top: 0px;
        height: auto;
    }
    .cp_lk>li{
        width: 100%;
        padding-top: 0px;
    }
    .cp_ds>ul>li:nth-child(1){
        width: 33.33%;
    }
    .cp_ds>ul>li:nth-child(2){
        width: 33.33%;
    }
    .cp_ds>ul>li:nth-child(3){
        width: 33.33%;
    }
    .cx_sr{
        background: #7172f8;
        height: 120px;
        border-radius: 0px;
    }
    .cx_sr1 {
        width: 95%;
        height: 40px;
        display: inline-block;
        margin-left: 2.5%;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .cx_sr1>li:nth-child(1){
        height: 40px;
    }
    .img_px>input {
        width: 100%;
        height: 40px;
        display: inline-block;
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        font-size: 14px;
        color: #333;
        box-sizing: border-box;
        padding-left: 40px;
    }
    .img_px1>select {
        font-size: 16px;
        color: #333;
        text-align: center;
        line-height: 40px;
        box-sizing: border-box;
        padding-left: 10px;
    }
    .cx_jg {
        width: 95%;
        height: auto;
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 2.5%;
        font-size: 12px;
        color: #fcce46;
    }
    .cx_sr1>li:nth-child(2) {
        width: 14%;
        height: 40px;
        background: #fff;
        border-radius: 5px;
        display: inline-block;
        float: right;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #272add;
        cursor: pointer;
    }
    .img_px1:before {
        content: "";
        width: 1px;
        height: 20px;
        background: #dfdfdf;
        position: absolute;
        top: 10px;
        left: 0px;
    }
    .img_px1 {
        width: 24%;
        height: 40px;
        margin-top: 0px;
        display: inline-block;
        float: left;
        position: relative;
        background: url(../images/xial.png)no-repeat;
        background-size: 24px 22px;
        background-position: 98% center;
    }
    .img_px {
        width: 76%;
        height: 40px;
        display: inline-block;
        float: left;
        background: url(../images/sou.png)no-repeat;
        background-size: 28px 28px;
        background-position: 5px center;
    }
    .ym_cx{
        width: 100%;
        margin-top: -5px;
    }
    .content1{
        margin-bottom: 0px;
    }
    .xiu_gai{
        display: none;
    }
    .ts_y{
        margin-left: 0px;
    }
    .ts_y1{
        margin-left: 0px;
    }
    .sj_h>input{
        font-size: 14px;
    }
    .ts_y2{
        margin-left: 0px;
    }
    .wx_sq{
        display: inline-block;
    }
    .fj_zc{
        display: inline-block;
    }
    .zh_a{
        display: none;
    }
    .zh_a1{
        display: none;
    }
    .bj_pc{
        background: #fff;
    }
    .btn_an {
        width: 86%;
        height: 45px;
        display: block;
        margin: auto;
        margin-top: 35px;
        background: url(../images/dl_sj.jpg)no-repeat;
        background-size:  100% 45px;
        padding: 0px;
    }
    .btn_an>input{
        font-size: 16px;
    }
    .dl_xx{
        width: 80%;
        height: auto;
        margin-top:-161px;
        border-radius: 5px;
    }
    .sj_h {
        width: 100%;
    }
    .dl_ul {
        width: 86%;
        display: inline-block;
        height: auto;
        list-style: none;
        margin-left: 7%;
        margin-top: 25px;
        padding-left: 0px;
    }
    .dl_form{
        border-radius: 5px;
        box-shadow: 0px 6px 16px 3px #f5fefc;
        padding-bottom: 47px;
    }
    .dl_xx>img {
        width: 55%;
        height: auto;
        display: block;
        margin: auto;
        margin-bottom: 35px;
    }
    .pc_dl{
        display: none !important;
    }
    .sj_dl{
        display: inline-block !important;
    }
    .xiaoxi{
        margin-top: 15px;
    }
    .xx_tm>li{
        margin-bottom: 10px;
    }
    .dd_xx_l1:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/aq_icon11.png)no-repeat;
        background-size: 20px 20px;
        border-radius: 0px;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .dd_xx_l2:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/aq_icon12.png)no-repeat;
        background-size: 20px 20px;
        border-radius: 0px;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .dd_xx_l3:before {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/aq_icon13.png)no-repeat;
        background-size: 20px 20px;
        border-radius: 0px;
        position: absolute;
        top: 5px;
        left: 0px;
    }
    .dd_xx_l{
        padding-left: 25px;
        font-size:15px;
        font-weight: bold;
    }
    .dd_zxx{
        width: 95%;
        margin-left: 2.5%;
    }
    .cp_xq_lr2>li{
        width: 100%;
        float: none;
        margin-bottom: 10px;
        border-left: 6px solid #00dfb9;
        box-sizing: border-box;
        min-height: 103px;
    }
    .dg_xz {
        width: 300px;
        height: 163px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -81.5px;
        margin-left: -150px;
        background: #fff;
        border-radius: 5px;
    }
    .nr_p>li{
        font-size: 14px;
    }
    .nr_p{
        margin-top: 10px;
    }
    .cp_xq_lr2{
        margin-top: 8px;
    }
    .dd_zxx{
        margin-top: 5px;
    }
    .dd_xq_nr{
        margin-bottom: 0px;
    }
    .dd_xq_nr>li{
        margin-bottom: 7px;
    }
    .dd_xx_b{
        margin-top: 5px;
    }
    .dd_Xqr1>p{
        font-size: 14px;
    }
    .jb_yc{
        display: block;
    }
    .tou_l {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-right: 10px;
    }
    .tou_r>p{
        line-height: 50px;
    }
    .img_xql{
        width: 50%;
        height: auto;
        margin-right: 0px;
    }
    .dd_Xqr>p{
        font-size: 12px;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .dd_Xqr>p:nth-child(1){
        margin-top: 10px;
    }
    .dd_Xqr>p:nth-child(3){
        font-size: 12px;
        line-height: 22px;
    }
    .x_fei{
        display: none;
    }
    .dd_Xqr{
        width: 48%;
        float: right;
    }
    .sj_dd{
        display: inline-block;
    }
    .content{
        width: 100%;
    }
    .gr_zxzl{
        display: none;
    }
    .gm_btn1{
        display: inline-block;
    }
    .sj_dh{
        display: inline-block;
    }
    .cp_cp1{
        margin-bottom: 70px;
    }
    .shou_j{
        display: inline-block;
    }
    .contact1{
        display: none;
    }
    .fixed1{
        display: none;
    }
    .cp_cp2>li:hover .cp_fd2{
        position: absolute !important;
        top:0px;
        left: 0px;
        display: none;
    }
    .cp_cp2>li{
        width: 48%;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 14px;
    }
    .cp_fd2{
        display: none;
    }
    .mb_bh>li:nth-child(1){
        width: 100%;
    }
    .mb_bh>li:nth-child(2){
        display: none;
    }
    .mb_bh>li:nth-child(1)>p:nth-child(2){
        font-size: 12px;
    }
    .ys_lo{
        color: #00dfb9;
    }
    .mb_bh>li:nth-child(1)>p:nth-child(3){
        font-size: 12px;
    }
    .sy_p>p{
        font-size: 12px;
    }
    .cp_cp2>li:nth-child(add){
        float: left;
    }
    .cp_cp2>li:nth-child(even){
        float: right;
    }
    .cp_cp1{
        width: 95%;
        height: auto;
        display: inline-block;
        margin-left: 2.5%;
    }
    .cp_sx{
        display: none;
    }
    .cp_sx>li{
        font-size: 14px;
    }
    .cp_zl{
        width: 100%;
    }
    .cp_zl1{
        display: none;
    }
    .fanhi{
        display: none;
    }


    .sj_d>li {
        width: 100%;
        height: 30px;
        display: inline-block;
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    .sj_d {
        width: 52px;
        height: auto;
        display: inline-block;
        list-style: none;
        padding-left: 0px;
        position: fixed;
        top: 103px;
        left: 1%;
    }
    .zq_h>img {
        width: 40px;
        height: auto;
        display: inline-block;
    }
    .rq_h>img {
        width: 40px;
        height: auto;
        display: inline-block;
    }
    .rq_h{
        width: 40px;
        height: 40px;
    }
    .zq_h{
        width: 40px;
        height: 40px;
    }
    .xm_cpzs{
        min-height: 120vh;
    }
    .xiangmu_jz{
        min-height: 130%;
    }
}
@media (max-height:600px){

    .cases .box a.prev {
        left: 30px;
        background: url(../images/icons.png) no-repeat 0px -219px;
        display: block;
    }

    .cases .box a.next {
        right: 30px;
        background: url(../images/icons.png) no-repeat -25px -219px;
        display: block;
    }
}
@media screen and (min-width:350px) and (max-width: 375px) {

    .sj_ta1>li>img{
        height: 167px;
    }
    .xs_nr5{
        top: 35px;
    }
}
@media screen and (min-width:319px) and (max-width: 350px){
    .pz_bt2{
        width: 41%;
    }
    .sj_dh11{
        height: 45px;
    }
    .fw_tgm>li{
        font-size: 12px;
    }
    .fw_tgm>li:nth-child(1){
        line-height: 45px;
    }
    .fw_tgm>li:nth-child(2)>a{
        font-size: 12px;
        line-height: 45px;
    }
    .jb_zhc {
        width: 80%;
        height: 35px;
        margin-left: 10%;
    }
    .pz_bt3 {
        width: 59%;
    }
    .ym_left>li:nth-child(even) {
        width: 46%;
        float: right;
    }
    .wm_yq{
        font-size: 15px;
    }
    .lsh_dz{
        font-size: 19px;
    }
    .fu_icon_6 {
        width: 135px;
        height: 157px;
        left: 50%;
        margin-left: -67.5px;
        top: 85px;
    }
    .fu_icon_2 {
        width: 75px;
        top: 41px;
        left: 12px;
    }
    .fu_icon_4 {
        width: 75px;
        top: 41px;
        right: 12px;
    }
    .fu_icon_3 {
        width: 75px;
        height: auto;
        top: 126px;
        left: 0px;
    }
    .fu_icon_5 {
        width: 75px;
        height: auto;
        top: 126px;
        right: 0px;
    }
    .sj_ta1>li>img{
        height: 142px;
    }
    .xs_nr5{
        top: 24px;
    }
    .sx_oi{
        background-position:28% center;
    }
    .xf_btn5{
        width: 48%;
        height: 30px;
        padding-left: 0px;
        display: inline-block;
        list-style: none;
        position: absolute;
        right: 0px;
        bottom: 25px;
    }
    .xf_btn5>li{
        width: auto;
        height: 28px;
        display: inline-block;
        float: left;
    }
    .xf_btn5>li:nth-child(1){
        margin-right: 15px;
    }
    .xf_btn5>li>a{
        width: auto;
        height: 28px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
        background: #00dfb9;
        text-align: center;
        line-height: 28px;
        font-size: 12px;
        color: #fff;
    }
    .mb_bhjs>p:nth-child(2) {
        font-size: 12px;
        color: #ff6666;
    }
    .mb_bhjs>p:nth-child(1) {
        font-size: 14px;
        color: #333;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .cha_btn>li:nth-child(1) {
        margin-right: 10px;
    }
    .cha_btn>li {
        width: 58px;
        height: 30px;
        display: inline-block;
        float: left;
    }
    .cha_btn{
        margin-left: 10px;
    }
    .cha_btn>li>a {
        width: 60px;
        height: 30px;
        display: inline-block;
        font-size: 14px;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
    }
    .cp_ds>ul>li:nth-child(1){
        width: 30%;
    }
    .cp_ds>ul>li:nth-child(2){
        width: 40%;
    }
    .cp_ds>ul>li:nth-child(3){
        width: 30%;
    }
    .fz_lc>li:nth-child(2)>p{
        font-size: 12px;
    }
    .fz_lc>li:nth-child(1)>p{
        font-size: 14px;
    }
    .sd_1:before {
        width: 15px;
        height: 15px;
        content: "1";
        font-size: 12px;
        color: #fff;
        line-height: 15px;
        text-align: center;
        background: #819ffc;
        border-radius: 15px;
        position: absolute;
        top: 2.5px;
        left: -20px;
    }
    .sd_2:before {
        width: 15px;
        height: 15px;
        content: "2";
        font-size: 12px;
        color: #fff;
        line-height: 15px;
        text-align: center;
        background: #819ffc;
        border-radius: 15px;
        position: absolute;
        top: 2.5px;
        left: -20px;
    }
    .sd_3:before {
        width: 15px;
        height: 15px;
        content: "3";
        font-size: 12px;
        color: #fff;
        line-height: 15px;
        text-align: center;
        background: #819ffc;
        border-radius: 15px;
        position: absolute;
        top: 2.5px;
        left: -20px;
    }
    .yx_b2{
        margin-top: 20px;
    }
    .yx_b2>li>a>img {
        width: 36px;
        height: auto;
    }
    .bt_xs{
        font-size: 12px;
        line-height: 25px;
        margin-top: 10px;
    }
    .yx_ol>li:hover .bt_xs{
        line-height: 25px;
    }
}