* {
    margin: 0px;
    padding: 0px;
}

.body-content {
    width: 100%;
    height: 100%;
}

    .body-content .content-one {
        width: 100%;
        margin-top: 102px;
        text-align: center;
        font-family: PingFangSC-Light;
        /*height: 816px;*/
    }

        .body-content .content-one .animation {
            position: relative;
            animation: myfirst 1s;
            -moz-animation: myfirst 1s; /* Firefox */
            -webkit-animation: myfirst 1s; /* Safari and Chrome */
            -o-animation: myfirst 1s; /* Opera */
        }

.content-five .exceShow {
    margin-top: 71px;
    position: relative;
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s; /* Safari and Chrome */
    -o-animation: myfirst 1s; /* Opera */
}

.content-five .fiveImgShow {
    position: relative;
    animation: myfirst 2s;
    -moz-animation: myfirst 2s; /* Firefox */
    -webkit-animation: myfirst 2s; /* Safari and Chrome */
    -o-animation: myfirst 2s; /* Opera */
}

@keyframes myfirst {
    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}
/*@-moz-keyframes myfirst !* Firefox *!
{}
@-webkit-keyframes myfirst !* Safari and Chrome *!
{}
@-o-keyframes myfirst !* Opera *!
{}*/
@-moz-keyframes myfirst /* Firefox */
{
    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

.body-content .content-one h1 {
    color: #333;
    font-size: 46px;
    font-family: PingFangSC-Light;
    height: 67px;
    padding: 0px;
    margin: 0px;
    line-height: 67px;
}

    .body-content .content-one h1 .contentOne-span {
        margin-left: 20px;
        margin-right: 20px;
        display: inline-block;
        content: " ";
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #333;
        margin-bottom: 13px;
    }

.body-content .content-one .contentOne-dev {
    width: 100%;
    margin-top: 19px;
}

    .body-content .content-one .contentOne-dev .contentOne-sketch {
        width: 509px;
        height: 52px;
        font-size: 16px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: #999999;
        line-height: 26px;
        margin: 0px auto;
    }

.body-content .content-one .contentOne-btn {
    width: 100%;
    margin-top: 24px;
    line-height: 41px;
    height: 41px;
}

    .body-content .content-one .contentOne-btn .contentOneA {
        width: 151px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        font-family: PingFangSC-Light;
        padding: 10px 46px;
    }

    .body-content .content-one .contentOne-btn .contentOne-make {
        /*border: 1px solid #9AC200;
    background-color: #9AC200;*/
        background: #9ac200;
        color: #fff;
    }

    .body-content .content-one .contentOne-btn .contentOne-look {
        /*border: 1px solid #9AC200;*/
        /*border-radius: 20px;*/
        border: 1px solid;
        /*border-image:linear-gradient(135deg, rgba(155,217,85,1), rgba(95,196,164,1)) 1 1;*/
        /*border-color: linear-gradient(135deg,rgba(156,218,84,1) 0%,rgba(95,196,164,1) 100%);*/
        background-color: #fff;
        color: #9AC200;
        margin-left: 26px;
    }

.body-content .content-one .contentOne-img {
    /*margin-top: 44px;*/
    /*height: 501px;*/
    /*width: 1249px;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    animation: second 2s;
    -moz-animation: second 2s; /* Firefox */
    -webkit-animation: second 2s; /* Safari and Chrome */
    -o-animation: second 2s; /* Opera */
}

@keyframes second {
    0% {
        top: 200px;
    }

    100% {
        top: 0px;
    }
}

.body-content .content-one .contentOne-img .contentOne-circle {
    width: 206px;
    height: 206px;
    margin: 27px auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 200px;
    background: white;
    background-clip: padding-box;
    padding: 10px;
    margin-left: 129px;
    top: -77px;
}

    .body-content .content-one .contentOne-img .contentOne-circle::after {
        position: absolute;
        top: -40px;
        bottom: -40px;
        left: -40px;
        right: -40px;
        background: linear-gradient(to bottom,#fff, #60C4A2);
        content: '';
        z-index: -1;
        border-radius: 200px;
    }

.body-content .content-one .contentOne-img .imgOne {
    /*height: 501px;
    width: 939px;
    margin-top: -240px;
    z-index: 999;
    margin-left: -39px;*/
    margin-top: -75px;
    width: 80%;
    position: relative;
    z-index: -50;
}

.body-content .content-one .contentOne-img .imgTwo {
    width: 188px;
    height: 353px;
    z-index: 1004;
    display: block;
    margin: 0 auto;
    margin-top: -386px;
}

.body-content .content-one .contentOne-img .text {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

    .body-content .content-one .contentOne-img .text p {
        padding-right: 600px;
        padding-top: 20px;
        text-align: left;
        font-size: 16px;
        line-height: 28px;
    }

    .body-content .content-one .contentOne-img .text img {
        position: absolute;
        top: 0;
        right: 0;
    }

.body-content .content-two {
    width: 100%;
    margin-top: 150px;
    text-align: center;
}

    .body-content .content-two h2 {
        color: #333;
        font-family: PingFangSC-Light;
        font-size: 34px;
        height: 48px;
        line-height: 48px;
        font-weight: 300;
        padding: 0px;
        margin: 0px;
    }

    .body-content .content-two .contentTwo-div {
        margin-top: 22px;
        width: 100%;
    }

        .body-content .content-two .contentTwo-div .contentTwo-sketch {
            /*width:509px;*/
            height: 28px;
            font-size: 16px;
            font-family: PingFangSC-Light;
            font-weight: 300;
            color: #999999;
            line-height: 28px;
            margin: 0px auto;
        }

    .body-content .content-two .contentTwo-footer {
        margin-top: 70px;
        width: 100%;
    }

        .body-content .content-two .contentTwo-footer .contentTwo-all {
            width: 1178px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft,
            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter {
                width: 306px;
                margin-right: 130px;
                float: left;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight {
                width: 306px;
                float: left;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoImg {
            }

                .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoImg img,
                .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoImg img,
                .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoImg img {
                    width: 83px;
                    height: 109px;
                }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoPTop,
            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoPTop,
            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoPTop {
                font-size: 20px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                color: rgba(51,51,51,1);
                margin-top: 34px;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoLeft .contenTwoPBot,
            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoCenter .contenTwoPBot,
            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwoRight .contenTwoPBot {
                font-size: 16px;
                font-family: PingFangSC-Light;
                line-height: 30px;
                font-weight: 300;
                color: rgba(102,102,102,1);
                margin-top: 24px;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwo-sample {
                width: 577px;
                height: 377px;
                background: rgba(255,255,255,1);
                margin-top: 65px;
                margin-left: 0px;
                position: absolute;
                box-shadow: darkgrey 0px 1px 46px -8px;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-all .contentTwo-introduce {
                width: 357px;
                height: 120px;
                font-size: 16px;
                font-family: PingFangSC-Regular;
                font-weight: 400;
                color: rgba(145,148,153,1);
                line-height: 30px;
                position: absolute;
                right: 0px;
                top: 149px;
            }

        .body-content .content-two .contentTwo-footer .contentTwo-left {
            width: 593px;
            height: 263px;
            float: left;
        }

            .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top {
                width: 591px;
                height: 121px;
                background: rgba(255,255,255,1);
                box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.04);
                border: 1px solid rgba(238,238,238,1);
            }

                .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-img,
                .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-img {
                    width: 56px;
                    height: 56px;
                    margin-left: 42px;
                    margin-top: 33px;
                    border: 1px dashed #999999;
                    float: left;
                }

                .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right,
                .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right {
                    margin-left: 21px;
                    margin-top: 33px;
                    height: 56px;
                    float: left;
                }

                    .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right h4,
                    .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right h4 {
                        width: 64px;
                        height: 22px;
                        font-size: 16px;
                        font-family: PingFangSC-Medium;
                        font-weight: 500;
                        color: #333;
                        line-height: 22px;
                        margin: 0px;
                    }

                    .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-top .contentLeft-right p,
                    .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom .contentLeft-right p {
                        height: 20px;
                        font-size: 14px;
                        font-family: PingFangSC-Light;
                        font-weight: 300;
                        color: #666;
                        line-height: 20px;
                        margin-top: 8px;
                    }

            .body-content .content-two .contentTwo-footer .contentTwo-left .contentLeft-bottom {
                width: 591px;
                height: 121px;
                background: rgba(255,255,255,1);
                box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.04);
                border: 1px solid rgba(238,238,238,1);
                margin-top: 21px;
            }

        .body-content .content-two .contentTwo-footer .contentTwo-right {
            margin-left: 23px;
            margin-right: -23px;
            width: 436px;
            height: 263px;
            background: #F9F9F9;
            /*display: inline-block;*/
            float: left;
        }

            .body-content .content-two .contentTwo-footer .contentTwo-right ul {
                width: 350px;
                margin: 0px auto;
                margin-top: 40px;
            }

            .body-content .content-two .contentTwo-footer .contentTwo-right li {
                margin-top: 20px;
                color: #666666;
                font-size: 14px;
                font-family: PingFangSC-Light;
                font-weight: 300;
            }

.body-content .content-three {
    width: 100%;
    /*margin-top: 172px;*/
    text-align: center;
    height: 751px;
}

    .body-content .content-three h2 {
        height: 48px;
        font-size: 34px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: rgba(51,51,51,1);
        line-height: 48px;
        margin: 0px;
        padding: 0px;
    }

    .body-content .content-three .contentThree-div {
        margin-top: 22px;
    }

        .body-content .content-three .contentThree-div .contentThree-sketch {
            height: 28px;
            font-size: 16px;
            font-family: PingFangSC-Light;
            font-weight: 300;
            color: rgba(102,102,102,1);
            line-height: 28px;
        }

.con-swiper-wc {
    width: 1140px;
    height: 390px;
    margin: 0 auto;
    position: relative;
}

    .con-swiper-wc .con-swiper-back {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .con-swiper-wc .con-swiper-back img {
            display: block;
            position: absolute;
        }

            .con-swiper-wc .con-swiper-back img:nth-child(1) {
                top: 60px;
            }

            .con-swiper-wc .con-swiper-back img:nth-child(2) {
                left: 100px;
            }

    .con-swiper-wc .con-swiper-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .con-swiper-wc .con-swiper-co4 {
        /*position: absolute;
    left: 662px;
    top: 385px;
    width: 540px;
    height: 110px;*/
        border-bottom: 1px solid #f5f5f5;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
    }

    .con-swiper-wc .con-swiper-news > div {
        padding: 20px;
    }

    .con-swiper-wc .con-swiper-news img {
        display: block;
        float: left;
        width: 54px;
        height: 54px;
        border-radius: 4px;
    }

    .con-swiper-wc .con-swiper-news .tit {
        font-size: 18px;
        color: #333;
        line-height: 54px;
        padding-left: 80px;
    }

    .con-swiper-wc .con-swiper-news .txt {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 26px;
    }

    .con-swiper-wc .con-swiper-news .link {
        font-size: 14px;
        color: #f8a245;
        line-height: 22px;
        margin-top: 8px;
        float: right;
    }

    .con-swiper-wc .con-swiper-list {
        position: relative;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

        .con-swiper-wc .con-swiper-list > div {
            width: 102px;
            float: left;
            position: relative;
            text-align: center;
            /*padding: 9px 0;
    margin: 0 16px;*/
            padding: 9px 16px;
            font-size: 14px;
            color: #888888;
            cursor: pointer;
            /*border-bottom: 2px solid #f5f5f5;*/
            padding: 0px;
            padding-bottom: 10px;
        }

        .con-swiper-wc .con-swiper-list .xuqiu {
            margin-right: 122px;
        }

        .con-swiper-wc .con-swiper-list .chanpin {
            margin-right: 122px;
        }

        .con-swiper-wc .con-swiper-list .uisheji {
            margin-right: 121px;
        }

        .con-swiper-wc .con-swiper-list .qianduan {
            margin-right: 122px;
        }

        .con-swiper-wc .con-swiper-list .houduan {
            margin-right: 0px;
        }
        /*.con-swiper-wc .active,.con-swiper-wc .con-swiper-list .xuqiu:hover .pingtai2{
      display: block;
  }
.con-swiper-wc .active,.con-swiper-wc .con-swiper-list .chanpin:hover .pingtai4{
    display: block;
}*/
        .con-swiper-wc .active, .con-swiper-wc .con-swiper-list > div:hover {
            color: #a0c805 !important;
            border-bottom: 2px solid #9ac200 !important;
        }

        .con-swiper-wc .con-swiper-list img {
            width: 30px;
            height: 30px;
            /*margin-top: 20px;*/
            transition: all 0.5s ease;
            /* Safari */
            -webkit-transition: all 0.5s ease;
            border-radius: 4px;
        }

        .con-swiper-wc .con-swiper-list .txt {
            font-size: 14px;
            color: #999;
            line-height: 30px;
            position: absolute;
            bottom: 0;
            width: 100%;
        }

        .con-swiper-wc .con-swiper-list > div.active .txt {
            color: #f8a245;
        }

    .con-swiper-wc .swiperphoneBgContent2 {
        width: 500px;
        height: 500px;
        z-index: 2;
        left: 390px;
        /* top: 25px; */
        position: absolute;
        /* background-image: url(/img/new/region/case-bg2.png); */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.con-swiper-wc1 .swiperphoneBgContent3 {
    width: 881px;
    height: 552px;
    z-index: 2;
    opacity: 0;
    left: 0px;
    position: absolute;
    /*
    background-image: url("/img/new/region/case-bg2.png");
    */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.con-swiper-wc .swiperphoneBgContent2 .swiper-container {
    width: 500px;
    height: 500px;
    margin: 42px 0 0 150px;
    background: #ffffff;
}

.swiperContent .swiper-container {
    position: relative;
}

    .swiperContent .swiper-container .swiper-container-shade {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        /*background: rgba(255,255,255,0.5);*/
    }

.swiperContent .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiperCasesInfoShade {
    position: absolute;
    left: 87px;
    top: 116px;
    z-index: 5;
    width: 315px;
    height: 300px;
    overflow: hidden;
}

.swiperCasesInfoContent {
    width: 315px;
    height: 360px;
    overflow: hidden;
    /* transform: rotateZ(90deg); */
    cursor: pointer;
}

    .swiperCasesInfoContent #zhaunyeContent .list-p {
        margin-top: 35px;
        margin-left: 7px;
    }

        .swiperCasesInfoContent #zhaunyeContent .list-p p {
            line-height: 30px;
        }

    .swiperCasesInfoContent .swiper-slide {
        width: 313px !important;
        height: 360px;
        margin-left: 1px;
        /* transform: rotateZ(-90deg); */
    }

        .swiperCasesInfoContent .swiper-slide .logo-cont {
            vertical-align: middle;
            font-size: 18px;
            color: #333333;
            margin-bottom: 15px;
        }

            .swiperCasesInfoContent .swiper-slide .logo-cont img {
                width: 50px;
                height: 50px;
                vertical-align: middle;
                margin-right: 20px;
            }

        .swiperCasesInfoContent .swiper-slide .info-cont {
            color: #666666;
            font-size: 14px;
            text-align: left;
            line-height: 22px;
        }

        .swiperCasesInfoContent .swiper-slide .godetails {
            position: absolute;
            right: 0;
            /*bottom: 115px;*/
            top: 173px;
            color: #99c301;
            font-size: 14px;
            text-decoration: none;
        }
/*#casesInfoContent1 .swiper-wrapper .swiperSlide1,
#casesInfoContent1 .swiper-wrapper .swiperSlide2,
#casesInfoContent1 .swiper-wrapper .swiperSlide3,
#casesInfoContent1 .swiper-wrapper .swiperSlide4{
    opacity: 0;

}*/
/*#casesInfoContent1 .swiper-wrapper .swiperSlide1.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide2.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide3.swiper-slide-active,
#casesInfoContent1 .swiper-wrapper .swiperSlide4.swiper-slide-active{
    opacity: 1;
    position: relative;
    animation:myactive 1s;
    -moz-animation:myactive 1s; !* Firefox *!
    -webkit-animation:myactive 1s;!* Safari and Chrome *!
    -o-animation:myactive 1s; !* Opera *!
}*/
#casesInfoContent1 .swiper-slide .headerNone {
    color: #3f3f3f;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 35px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 22px;
    text-align: left;
}

#casesInfoContent1 .swiper-wrapper .swiper-slide h3 {
    height: 48px;
    font-size: 34px;
    font-family: PingFangSC-Light;
    font-weight: 300;
    color: rgba(51,51,51,1);
    line-height: 48px;
    text-align: left;
}

#casesInfoContent1 .swiper-wrapper .swiper-slide a {
    width: 151px;
    height: 40px;
    /*background:#9AC200;*/
    background: #353C49;
    border-radius: 20px;
    display: block;
    float: right;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 220px;
}

.con-swiper-list .i-swiper-listitem .pattern-img {
    width: 30px;
    height: 30px;
    /* border: 1px darkred; */
    /*border: 1px dashed #999999;*/
    margin-top: 20px;
    display: inline-block;
}

.con-swiper-list .i-swiper-listitem p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 16px;
}

.body-content .content-four {
    margin-top: 120px;
    width: 100%;
    height: 600px;
    background: #f9f9f9;
    text-align: center;
}

    .body-content .content-four h2 {
        margin: 0px;
        padding: 0px;
        padding-top: 70px;
        font-size: 32px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: #333;
    }

    .body-content .content-four .swiper-container {
        width: 100%;
        /*height: 100%;*/
        height: 413px;
        margin-left: auto;
        margin-right: auto;
    }

    .body-content .content-four .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f9f9f9;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .body-content .content-four .swiper-slide .swiperSlide-img {
            width: 292px;
            height: 315px;
            margin: 0px 10px;
            background: rgba(255,255,255,1);
            box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.04);
            border: 1px solid rgba(238,238,238,1);
        }

            .body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-img {
                width: 292px;
                height: 116px;
            }

            .body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content {
                width: 100%;
                height: 197px;
            }

                .body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content h3 {
                    font-size: 16px;
                    font-family: PingFangSC-Medium;
                    font-weight: 500;
                    color: #333;
                    text-align: left;
                    padding: 0px 18px;
                }

                .body-content .content-four .swiper-slide .swiperSlide-img .swiperSlideOne-content p {
                    width: 252px;
                    font-size: 12px;
                    font-family: PingFangSC-Light;
                    font-weight: 300;
                    color: rgba(51,51,51,1);
                    padding: 0px 15px;
                }

.body-content .content-five {
    width: 100%;
    /*height: 2210px;*/
    text-align: center;
    height: 1256px;
}

    .body-content .content-five .contentFive-introduce {
        font-size: 16px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: #666;
        margin-top: 22px;
    }

    .body-content .content-five h2 {
        font-size: 34px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: #333;
        margin-top: 11px;
        padding: 0px;
        margin: 0px;
        margin-left: 7px;
    }

    .body-content .content-five .contentFive-div {
        width: 854px;
        height: 529px;
        margin: 0 auto;
        position: relative;
    }

        .body-content .content-five .contentFive-div .contentFive-img {
            margin-top: 50px;
            /*border: 1px dashed #333;*/
            width: 854px;
            height: 529px;
        }

            .body-content .content-five .contentFive-div .contentFive-img img {
                height: 529px;
                width: 854px;
            }

        .body-content .content-five .contentFive-div .contentFive-img1 {
            z-index: 50;
            position: absolute;
            top: 130px;
            right: -17px;
            width: 217px;
            height: 392px;
        }

            .body-content .content-five .contentFive-div .contentFive-img1 img {
                /*border: 1px dashed #333;*/
                width: 217px;
                height: 392px;
            }

    .body-content .content-five .contentFive-img2 {
        margin-top: 167px;
        position: relative;
        /*
    background-color: #F8F8FA;
    */
    }

    .body-content .content-five .contentFive-img3 {
        /*width: 100%;
    height: 270px;
    background-color: #1cfeed;*/
        width: 100%;
        background-color: #1cfeed;
        margin-top: 101px;
        border-bottom: 65px solid #f8f8fa;
        border-right: 800px solid #fff;
    }

    .body-content .content-five .contentFive-img2 .bigImg {
        position: absolute;
        left: 0px;
        border: 1px dashed #333;
        z-index: -1;
        width: 881px;
        display: inline-block;
        height: 552px;
    }

    .body-content .content-five .contentFive-img2 .contentFive-contert {
        width: 336px;
        height: 384px;
        /* background: rgba(255,255,255,1); */
        /* box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.08); */
        /* margin-left: 126px; */
        position: relative;
        /* float: right; */
        display: inline-block;
        margin-left: 635px;
    }

        .body-content .content-five .contentFive-img2 .contentFive-contert img {
            left: 42px;
            top: 65px;
            position: absolute;
        }

        .body-content .content-five .contentFive-img2 .contentFive-contert h2 {
            font-size: 34px;
            font-family: PingFangSC-Light;
            font-weight: 300;
            color: #333;
            margin-top: 160px;
            margin-left: 46px;
            position: absolute;
            padding-left: 66px;
        }

        .body-content .content-five .contentFive-img2 .contentFive-contert .list-p {
            position: absolute;
            margin-top: 228px;
        }

            .body-content .content-five .contentFive-img2 .contentFive-contert .list-p p {
                text-align: left;
                margin-left: 46px;
                padding-left: 66px;
            }

    .body-content .content-five .contentFive-img2 .contentFive-foot {
        /*margin-top: 290px;*/
        /*border: 1px solid red;*/
        width: 100%;
        background-color: #F8F8FA;
        height: 954px;
        padding-top: 130px;
    }

        .body-content .content-five .contentFive-img2 .contentFive-foot .footer-body {
            width: 1010px;
            margin: 0 auto;
            height: 100%;
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl {
            height: 505px;
            width: 450px;
            margin-top: 150px;
            margin-left: 0px;
            /*border: 1px solid yellowgreen;*/
            display: inline-block;
            float: left;
        }

            .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi {
                list-style: none;
                float: right;
                /*height: 60px;
    line-height: 60px;*/
                margin: 15px 0px;
                width: 100%;
                text-align: right;
            }

                .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi h3 {
                    font-size: 30px;
                    font-family: PingFangSC-Light;
                    font-weight: 300;
                    color: #333;
                    padding-bottom: 20px;
                }

                .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi .contentFive-span {
                    padding: 10px 0px;
                }

                .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi p {
                    display: block;
                    /*float: right;*/
                }

                .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-leftUl .contentFive-leftLi span {
                    display: block;
                    /*float: right;*/
                }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center {
            display: inline-block;
            margin-left: 155px;
            margin-top: 115px;
            /*border: 1px solid #1cfeed;*/
            float: left;
            opacity: 0;
        }

            .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center.fivecenterShow {
                opacity: 1;
                animation: mythree 1s;
                position: relative;
                -moz-animation: mythree 1s; /* Firefox */
                -webkit-animation: mythree 1s; /* Safari and Chrome */
                -o-animation: mythree 1s; /* Opera */
            }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right {
            display: inline-block;
            margin-left: 81px;
            margin-top: 2px;
            /*border: 1px solid #1cfeed;*/
            float: left;
            opacity: 0;
        }

            .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right.fivecenterShow {
                opacity: 1;
                animation: mythree 1s;
                position: relative;
                -moz-animation: mythree 1s; /* Firefox */
                -webkit-animation: mythree 1s; /* Safari and Chrome */
                -o-animation: mythree 1s; /* Opera */
            }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv {
            width: 162px;
            height: 162px;
            background-color: #1cfeed;
            margin-bottom: 69px;
            text-align: center;
            background-color: #FFF;
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv {
            width: 162px;
            height: 162px;
            background-color: #1cfeed;
            margin-bottom: 69px;
            text-align: center;
            background-color: #FFF;
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv img {
            width: 130px;
            height: 90px;
            margin-top: 14px;
            margin-left: 16px;
            margin-right: 16px;
            /*border: 1px dashed #333;*/
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-center .centerDiv h3 {
            font-size: 14px;
            font-family: PingFangSC-Medium;
            font-weight: 500;
            color: #333;
            margin-top: 13px;
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv img {
            width: 130px;
            height: 90px;
            margin-top: 14px;
            margin-left: 16px;
            margin-right: 16px;
            /*border: 1px dashed #333;*/
        }

        .body-content .content-five .contentFive-img2 .contentFive-foot .contentFive-right .centerDiv h3 {
            font-size: 14px;
            font-family: PingFangSC-Medium;
            font-weight: 500;
            color: #333;
            margin-top: 13px;
        }

.body-content .content-six {
    min-width: 1300px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 375px;
    margin-top: 244px;
    /*background-color: #F8F8FA;*/
    background-color: #fff;
    padding-top: 60px;
    /*margin-bottom: 84px;*/
}

    .body-content .content-six .sixborder {
        position: relative;
        background: linear-gradient(135deg,rgba(108,116,125,1) 0%,rgba(58,64,71,1) 100%);
        border-radius: 20px;
        margin: 0px 72px;
        height: 278px;
        box-shadow: darkgrey 0px 1px 46px -8px;
        margin-top: 23px;
    }

    .body-content .content-six .contentSix-left {
        position: absolute;
        width: 700px;
        height: 100%;
    }

        .body-content .content-six .contentSix-left > div {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            padding-left: 60px;
        }

        .body-content .content-six .contentSix-left .content-square {
            width: 11px;
            height: 16px;
            /*background:linear-gradient(135deg,rgba(156,218,84,1) 0%,rgba(95,196,164,1) 100%);*/
            background: #9AC200;
            /* float: left; */
            margin-top: 3px;
            vertical-align: top;
            display: inline-block;
            position: absolute;
        }

    .body-content .content-six h2 {
        font-size: 34px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: rgba(255,255,255,1);
        /* float: left; */
        margin-top: 0px;
        margin-left: 28px;
        vertical-align: top;
        display: inline-block;
    }

    .body-content .content-six .contentSix-left p {
        font-size: 16px;
        font-family: PingFangSC-Light;
        font-weight: 300;
        color: rgba(145,148,153,1);
        float: left;
        margin-left: 35px;
        margin-top: 11px;
    }

    .body-content .content-six .contentSix-div {
        position: relative;
        min-width: 426px;
        height: 100%;
        float: right;
        margin-right: 60px;
    }

    .body-content .content-six .form-inline {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    /* .body-content .content-six .form-inline>*{
    display: inline-block;
} */
    .body-content .content-six .contentSix-div input {
        width: 249px;
        height: 46px;
        border-radius: 24px;
        /* opacity:0.3; */
        /* color:#fff; */
        border: 1px solid rgba(228,228,228,1);
        /* background-color: transparent; */
    }

    .body-content .content-six .contentSix-div button {
        width: 151px;
        height: 46px;
        background: #9AC200;
        border-radius: 24px;
        color: #fff;
        border: 1px solid #9AC200;
        margin-left: 20px;
        outline: none;
    }
/*Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾*/
/*.con-swiper-wc1{
    margin: 0 auto;
    position: relative;
}*/
.con-swiper-wc1 {
    width: 1140px;
    height: 390px;
    /* margin: 0 auto;*/
    position: relative;
}

    .con-swiper-wc1 .con-swiper-back {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .con-swiper-wc1 .con-swiper-back img {
            display: block;
            position: absolute;
        }

            .con-swiper-wc1 .con-swiper-back img:nth-child(1) {
                top: 60px;
            }

            .con-swiper-wc1 .con-swiper-back img:nth-child(2) {
                left: 100px;
            }

    .con-swiper-wc1 .con-swiper-cont {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .con-swiper-wc1 .con-swiper-co4 {
        /*width: 315px;*/
        width: 186px;
        /* margin: 0 auto; */
        text-align: center;
        margin-top: -70px;
        left: 928px;
        position: absolute;
        top: 363px;
        /*border-bottom: 2px solid #eee;*/
    }

    .con-swiper-wc1 .con-swiper-news > div {
        padding: 20px;
    }

    .con-swiper-wc1 .con-swiper-news img {
        display: block;
        float: left;
        width: 54px;
        height: 54px;
        border-radius: 4px;
    }

    .con-swiper-wc1 .con-swiper-news .tit {
        font-size: 18px;
        color: #333;
        line-height: 54px;
        padding-left: 80px;
    }

    .con-swiper-wc1 .con-swiper-news .txt {
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 26px;
    }

    .con-swiper-wc1 .con-swiper-news .link {
        font-size: 14px;
        color: #f8a245;
        line-height: 22px;
        margin-top: 8px;
        float: right;
    }

.contentFive-img2 .con-swiper-list > div {
    width: 35px;
    /*border-bottom: 3px solid #E4E4E4;*/
}

.con-swiper-wc1 .con-swiper-list {
    position: relative;
    width: 315px;
    margin: 0 auto;
    text-align: center;
}

    .con-swiper-wc1 .active,
    .con-swiper-wc1 .con-swiper-list > div:hover {
        color: #a0c805 !important;
        border-bottom: 4px solid #9ac200;
    }

    .con-swiper-wc1 .con-swiper-list > div {
        float: left;
        position: relative;
        text-align: center;
        /*padding: 9px 0;*/
        margin: 0 16px;
        font-size: 14px;
        color: #888888;
        cursor: pointer;
    }

    .con-swiper-wc1 .con-swiper-list img {
        width: 30px;
        height: 30px;
        /*margin-top: 20px;*/
        transition: all 0.5s ease;
        /* Safari */
        -webkit-transition: all 0.5s ease;
        border-radius: 4px;
    }

    .con-swiper-wc1 .con-swiper-list .txt {
        font-size: 14px;
        color: #999;
        line-height: 30px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .con-swiper-wc1 .con-swiper-list > div.active .txt {
        color: #f8a245;
    }

.swiperCasesInfoShade1 {
    position: absolute;
    left: 941px;
    top: 116px;
    z-index: 5;
    width: 315px;
    height: 260px;
    overflow: hidden;
}

#threeList .xuqiu .pingtai2,
#threeList .xuqiu .pingtai4,
#threeList .xuqiu .pingtai6,
#threeList .xuqiu .pingtai8,
#threeList .xuqiu .pingtai10 {
    display: none;
}

.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}

.content-five .zhuanyeShow {
    position: relative;
    opacity: 1;
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s; /* Safari and Chrome */
    -o-animation: myfirst 1s; /* Opera */
}

@keyframes mythree {
    0% {
        opacity: 0;
        top: 200px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes mythree /* Firefox */
{
    0% {
        opacity: 0;
        top: 200px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes mythree /* Safari and Chrome */
{
    0% {
        opacity: 0;
        top: 200px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-o-keyframes mythree /* Opera */
{
    0% {
        opacity: 0;
        top: 200px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}
/*#threeList .con-swiper-list .xuqiu .pattern-img{
    background-image: url('/img/product/xuqiufenxi.png')no-repeat 30px 30px;
    background-size:63px 100px;
    background-repeat:no-repeat;
}*/
/*
@keyframes myactive
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes myactive !* Firefox *!
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes myactive !* Safari and Chrome *!
{
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
*/
.teamshow .con-swiper-list .i-swiper-listitem {
    width: 35px;
    height: 3px;
    background-color: #e4e4e4;
}

.teamshow .con-swiper-co4 {
    margin-top: 32px;
}





#contentsix .Code-view .el-dialog__header {
    font-size: 20px;
    color: #030924;
    font-weight: 700;
}

#contentsix .Code-view .phone {
    text-align: center;
    margin-bottom: 30px;
}

.Code-view .el-dialog__body {
    padding-top: 0;
    padding-left: 82px;
    padding-right: 82px;
}

#contentsix .Code-view .el-input,
.Code-view input.el-input__inner {
    width: 163px;
    height: 36px;
    border-radius: 4px;
}

#contentsix .Code-view .CapCode {
    width: 107px;
    height: 36px;
    margin-left: 10px;
}

#contentsix .CapCode-group {
    margin-bottom: 16px;
}

#contentsix .phoneCode-group button.el-button {
    margin-left: 10px;
    width: 110px;
    height: 36px;
    padding: 0;
}

#contentsix button.el-button.phoneCodeBtn {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #9AC200;
    color: #9AC200;
}

#contentsix button.submitbtn {
    min-width: 200px;
}

#contentsix .el-button.el-button--success {
    background-color: #9AC200;
    border-color: #9AC200;
    color: #fff;
    border-radius: 40px;
}

    #contentsix .el-button.el-button--success:focus,
    #contentsix .el-button.el-button--success:hover {
        background: #b7e01a;
        border: 1px solid #b7e01a;
        color: #fff;
    }

    #contentsix .el-button.el-button--success.is-disabled,
    #contentsix .el-button.el-button--success.is-disabled:focus,
    #contentsix .el-button.el-button--success.is-disabled:hover {
        cursor: not-allowed;
        background: #d6d6d6;
        border: 1px solid #d6d6d6;
        color: #fff;
    }

.development {
    width: 100%;
    padding: 70px 0 40px;
    text-align: center;
}

    .development .container {
        display: block;
        width: 1200px;
        margin: 50px auto 0;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .development .container ul {
            padding: 0;
            margin: 0 auto;
            text-align: left;
            color: #666;
            height: auto;
            font-size: 0;
        }

            .development .container ul.stepUl li {
                width: 382px;
                display: inline-block;
                height: 215px;
                font-size: 16px;
                line-height: 28px;
                text-align: left;
                cursor: pointer;
                border: 1px solid rgba(231,233,238,1);
                border-radius: 3px;
                margin: 8px 8px;
                vertical-align: top;
                padding: 21px 24px;
            }

                .development .container ul.stepUl li:hover {
                    background-color: #9BC200;
                    color: #fff;
                }

                .development .container ul.stepUl li a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    text-decoration: none;
                }

                .development .container ul.stepUl li .bgstep {
                    width: 85px;
                    height: 61px;
                }

                .development .container ul.stepUl li .bgstep1 {
                    background: url('/content/web/01.png') center center no-repeat;
                    background-size: 78px 61px;
                }

                .development .container ul.stepUl li .bgstep2 {
                    background: url('/content/web/02.png') center center no-repeat;
                    background-size: 85px 61px;
                }

                .development .container ul.stepUl li .bgstep3 {
                    background: url('/content/web/03.png') center center no-repeat;
                    background-size: 85px 61px;
                }

                .development .container ul.stepUl li h4 {
                    color: #666;
                    font-weight: 500;
                    letter-spacing: 1px;
                    font-size: 20px;
                    margin: 0px 0 10px;
                    padding: 0;
                    margin-top: 15px;
                }

                .development .container ul.stepUl li:hover h4 {
                    color: #fff;
                }

                .development .container ul.stepUl li p {
                    font-size: 14px;
                    margin: 0;
                    padding-left: 6px;
                    line-height: 24px;
                    color: #999;
                }

                .development .container ul.stepUl li:hover p {
                    color: #fff;
                }


                .development .container ul.stepUl li .icon {
                    vertical-align: top;
                    margin: 2px 3px 0;
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                }

                .development .container ul.stepUl li .icon1 {
                    background: url('/content/web/icon1.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li .icon2 {
                    background: url('/content/web/icon2.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li .icon3 {
                    background: url('/content/web/icon3.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li .icon4 {
                    background: url('/content/web/icon4.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li .icon5 {
                    background: url('/content/web/icon5.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li .icon6 {
                    background: url('/content/web/icon6.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon1 {
                    background: url('/content/web/icon1_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon2 {
                    background: url('/content/web/icon2_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon3 {
                    background: url('/content/web/icon3_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon4 {
                    background: url('/content/web/icon4_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon5 {
                    background: url('/content/web/icon5_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

                .development .container ul.stepUl li:hover .icon6 {
                    background: url('/content/web/icon6_a.png') center center no-repeat;
                    background-size: 24px 24px;
                }

        .development .container .stepUl li:hover {
            box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
            transform: scale(1.01,1.01);
            transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
        }


.index_prolist {
    width: 100%;
    height: 790px;
    overflow: hidden;
    margin-top: 150px;
}

.index_probox {
    width: 1200px;
    height: 435px;
    margin: auto;
    position: relative;
    background: #fafafa;
    margin-top: 100px;
}

.pro_topbox {
    width: 1200px;
    margin: auto;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-top: 1px;
}

.pro_pro_t1 {
    color: #333;
    font-family: PingFangSC-Light;
    font-size: 34px;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

.pro_pro_t2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    height: 30px;
    line-height: 30px;
}
/*xn_c_index_237_wrap*/
.xn_c_index_237_wrap {
    width: 300px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}

.xn_c_index_237_topbox {
    height: 135px;
    overflow: hidden;
    text-align: center;
}

.xn_c_index_237_pro_t1 {
    display: block;
    height: 52px;
    background: url(/content/web/pro_timg1.png?d=20170911172430384) no-repeat center center;
    margin-top: 30px;
}

.xn_c_index_237_pro_t2 {
    font-size: 18px;
    line-height: 40px;
    line-height: 40px;
    color: #555555;
}

.xn_c_index_237_pro_t3 {
    width: 70px;
    height: 0px;
    margin: auto;
    border-bottom: 2px #E2E2E2 solid;
    display: block;
}

.xn_c_index_237_main {
    position: relative;
    height: 460px;
    overflow: hidden;
    margin-top: 10px;
}

.xn_c_index_237_left {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: left;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 60px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_237_right {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: right;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_237_left.curr {
    color: #fff;
    background: #FCC800;
}

.xn_c_index_237_right.curr {
    color: #fff;
    background: #FCC800;
}

.btn_none {
    display: none !important;
}

.xn_c_index_237_inner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.xn_c_index_237_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 280px;
}

.xn_c_index_237_li {
    margin: 0px;
    width: 300px;
    height: 46px;
    line-height: 46px;
}

.xn_c_index_237_nrbox {
    width: 100%;
}

.xn_c_index_237_lftbox {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
}

    .xn_c_index_237_lftbox img {
        width: 100%;
        height: 100%;
    }

    .xn_c_index_237_lftbox .img1 {
        display: block;
    }

    .xn_c_index_237_lftbox .img2 {
        display: none;
    }

.xn_c_index_237_ritbox {
    text-align: center;
}

.xn_c_index_237_gdmore {
    display: none;
}

.xn_c_index_237_name {
    width: 125px;
    margin: auto;
    height: 44px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}

    .xn_c_index_237_name a {
        font-size: 16px;
        color: #666666;
    }

.xn_c_index_237_coent {
    width: 125px;
    margin: auto;
    height: 36px;
    line-height: 16px;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    display: none;
}

.xn_c_index_237_jiage, .xn_c_index_237_time {
    display: none;
}

.xn_c_index_237_wrap.pro_curr {
    background: #fff;
    width: 615px;
    height: 545px;
    box-shadow: 0px 0px 15px #CCC;
    top: -35px;
    z-index: 3;
}

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_topbox {
        height: 75px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_pro_t1 {
        display: block;
        height: 52px;
        background: url(/content/web/pro_timg1_curr.png?d=20170911172430384) no-repeat 230px center;
        margin-top: 12px;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_pro_t2 {
        line-height: 40px;
        line-height: 40px;
        position: absolute;
        left: 300px;
        top: 16px;
        font-size: 24px;
        color: #666666;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_pro_t3 {
        width: 550px;
        height: 0px;
        margin: auto;
        border-bottom: 2px #E2E2E2 solid;
        display: block;
        margin-top: 10px;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_li {
        float: left;
        width: 153px;
        height: 75px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_lftbox {
        display: block;
    }

    .xn_c_index_237_wrap.pro_curr .xn_c_index_237_li {
        float: left;
        width: 153px;
        height: 75px;
    }

.xn_c_index_237_li:hover .xn_c_index_237_coent {
    display: block;
}

.xn_c_index_237_wrap.pro_curr .xn_c_index_237_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 465px;
    width: 615px !important;
}

.xn_c_index_237_wrap.pro_curr .xn_c_index_237_left {
    display: block;
}

.xn_c_index_237_wrap.pro_curr .xn_c_index_237_right {
    display: block;
    ;
}

.xn_c_index_237_wrap.pro_curr .xn_c_index_237_main {
    margin-top: 5px;
}

.xn_c_index_237_li:hover .xn_c_index_237_lftbox .img1 {
    display: none;
}

.xn_c_index_237_li:hover .xn_c_index_237_lftbox .img2 {
    display: block;
}

.xn_c_index_237_li:hover .xn_c_index_237_name a {
    font-size: 16px;
    color: #FCC800;
}
/*end_xn_c_index_237_wrap*/
/*xn_c_index_236_wrap*/
.xn_c_index_236_wrap {
    width: 300px;
    height: auto;
    position: absolute;
    left: 450px;
    top: 0px;
}

    .xn_c_index_236_wrap.currleft1 {
        left: 236px;
    }

    .xn_c_index_236_wrap.currleft2 {
        left: 650px;
    }

.xn_c_index_236_topbox {
    height: 135px;
    overflow: hidden;
    text-align: center;
}

.xn_c_index_236_pro_t1 {
    display: block;
    height: 52px;
    background: url(/content/web/pro_timg1.png?d=20170911172430384) no-repeat center center;
    margin-top: 30px;
}

.xn_c_index_236_pro_t2 {
    font-size: 18px;
    line-height: 40px;
    line-height: 40px;
    color: #555555;
}

.xn_c_index_236_pro_t3 {
    width: 70px;
    height: 0px;
    margin: auto;
    border-bottom: 2px #E2E2E2 solid;
    display: block;
}

.xn_c_index_236_main {
    position: relative;
    margin-top: 10px;
    position: relative;
    height: 460px;
    overflow: hidden;
    margin-top: 10px;
}

.xn_c_index_236_left {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: left;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 60px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_236_right {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: right;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_236_left.curr {
    color: #fff;
    background: #FCC800;
}

.xn_c_index_236_right.curr {
    color: #fff;
    background: #FCC800;
}

.xn_c_index_236_inner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.xn_c_index_236_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 280px;
}

.xn_c_index_236_li {
    margin: 0px;
    width: 300px;
    height: 46px;
    line-height: 46px;
}

.xn_c_index_236_nrbox {
    width: 100%;
}

.xn_c_index_236_lftbox {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
}

    .xn_c_index_236_lftbox img {
        width: 100%;
        height: 100%;
    }

    .xn_c_index_236_lftbox .img1 {
        display: block;
    }

    .xn_c_index_236_lftbox .img2 {
        display: none;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

.xn_c_index_236_ritbox {
    text-align: center;
}

.xn_c_index_236_gdmore {
    display: none;
}

.xn_c_index_236_name {
    width: 125px;
    margin: auto;
    height: 44px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}

    .xn_c_index_236_name a {
        font-size: 16px;
        color: #666666;
    }

.xn_c_index_236_coent {
    width: 125px;
    margin: auto;
    height: 36px;
    line-height: 16px;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    display: none;
}

.xn_c_index_236_jiage, .xn_c_index_236_time {
    display: none;
}

.xn_c_index_236_wrap.pro_curr {
    background: #fff;
    width: 615px;
    height: 545px;
    left: 300px;
    box-shadow: 0px 0px 15px #CCC;
    top: -35px;
    z-index: 2;
}

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_topbox {
        height: 75px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_pro_t1 {
        display: block;
        height: 52px;
        background: url(/content/web/pro_timg1_curr.png?d=20170911172430384) no-repeat 230px center;
        margin-top: 12px;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_pro_t2 {
        line-height: 40px;
        line-height: 40px;
        position: absolute;
        left: 300px;
        top: 16px;
        font-size: 24px;
        color: #666666;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_pro_t3 {
        width: 550px;
        height: 0px;
        margin: auto;
        border-bottom: 2px #E2E2E2 solid;
        display: block;
        margin-top: 10px;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_li {
        float: left;
        width: 153px;
        height: 75px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_lftbox {
        display: block;
    }

    .xn_c_index_236_wrap.pro_curr .xn_c_index_236_li {
        float: left;
        width: 153px;
        height: 75px;
    }

.xn_c_index_236_li:hover .xn_c_index_236_coent {
    display: block;
}

.xn_c_index_236_wrap.pro_curr .xn_c_index_236_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 465px;
    width: 615px !important;
}

.xn_c_index_236_wrap.pro_curr .xn_c_index_236_left {
    display: block;
}

.xn_c_index_236_wrap.pro_curr .xn_c_index_236_right {
    display: block;
}

.xn_c_index_236_wrap.pro_curr .xn_c_index_236_main {
    margin-top: 5px;
}

.xn_c_index_236_li:hover .xn_c_index_236_name a {
    font-size: 16px;
    color: #FCC800;
}

.xn_c_index_236_li:hover .xn_c_index_236_lftbox .img1 {
    display: none;
}

.xn_c_index_236_li:hover .xn_c_index_236_lftbox .img2 {
    display: block;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
/*end_xn_c_index_236_wrap*/
/*xn_c_index_235_wrap*/
.xn_c_index_235_wrap {
    width: 300px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.xn_c_index_235_topbox {
    height: 135px;
    overflow: hidden;
    text-align: center;
}

.xn_c_index_235_pro_t1 {
    display: block;
    height: 52px;
    background: url(/content/web/pro_timg1.png?d=20170911172430384) no-repeat center center;
    margin-top: 30px;
}

.xn_c_index_235_pro_t2 {
    font-size: 18px;
    line-height: 40px;
    line-height: 40px;
    color: #555555;
}

.xn_c_index_235_pro_t3 {
    width: 70px;
    height: 0px;
    margin: auto;
    border-bottom: 2px #E2E2E2 solid;
    display: block;
}

.xn_c_index_235_main {
    position: relative;
    height: 460px;
    overflow: hidden;
    margin-top: 10px;
}

.xn_c_index_235_left {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: left;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 60px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_235_right {
    height: 25px;
    width: 25px;
    background: #cccccc;
    line-height: 25px;
    text-align: right;
    color: #9A9A9A;
    cursor: pointer;
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    display: none;
}

.xn_c_index_235_left.curr {
    color: #fff;
    background: #FCC800;
}

.xn_c_index_235_right.curr {
    color: #fff;
    background: #FCC800;
}

.xn_c_index_235_inner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.xn_c_index_235_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 280px;
}

.xn_c_index_235_li {
    margin: 0px;
    width: 300px;
    height: 46px;
    line-height: 46px;
}

.xn_c_index_235_nrbox {
    width: 100%;
}

.xn_c_index_235_lftbox {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
}

    .xn_c_index_235_lftbox img {
        width: 100%;
        height: 100%;
    }

    .xn_c_index_235_lftbox .img1 {
        display: block;
    }

    .xn_c_index_235_lftbox .img2 {
        display: none;
    }

.xn_c_index_235_ritbox {
    text-align: center;
}

.xn_c_index_235_gdmore {
    display: none;
}

.xn_c_index_235_name {
    width: 125px;
    margin: auto;
    height: 44px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}

    .xn_c_index_235_name a {
        font-size: 16px;
        color: #666666;
    }

.xn_c_index_235_coent {
    width: 125px;
    margin: auto;
    height: 36px;
    line-height: 16px;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
    display: none;
}

.xn_c_index_235_jiage, .xn_c_index_235_time {
    display: none;
}

.xn_c_index_235_wrap.pro_curr {
    background: #fff;
    width: 615px;
    height: 545px;
    box-shadow: 0px 0px 15px #CCC;
    top: -35px;
    z-index: 1;
}

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_topbox {
        height: 75px;
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_pro_t1 {
        display: block;
        height: 52px;
        background: url(/content/web/pro_timg1_curr.png?d=20170911172430384) no-repeat 200px center;
        margin-top: 12px;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_pro_t2 {
        line-height: 40px;
        line-height: 40px;
        position: absolute;
        left: 280px;
        top: 16px;
        font-size: 24px;
        color: #666666;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_pro_t3 {
        width: 550px;
        height: 0px;
        margin: auto;
        border-bottom: 2px #E2E2E2 solid;
        display: block;
        margin-top: 10px;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_li {
        float: left;
        width: 153px;
        height: 75px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_lftbox {
        display: block;
    }

    .xn_c_index_235_wrap.pro_curr .xn_c_index_235_li {
        float: left;
        width: 153px;
        height: 75px;
    }

.xn_c_index_235_li:hover .xn_c_index_235_coent {
    display: block;
}

.xn_c_index_235_li:hover .xn_c_index_235_name a {
    font-size: 16px;
    color: #FCC800;
}

.xn_c_index_235_wrap.pro_curr .xn_c_index_235_ul {
    position: relative;
    float: left;
    overflow: hidden;
    height: 465px;
    width: 615px !important;
}

.xn_c_index_235_wrap.pro_curr .xn_c_index_235_left {
    display: block;
}

.xn_c_index_235_wrap.pro_curr .xn_c_index_235_right {
    display: block;
}

.xn_c_index_235_wrap.pro_curr .xn_c_index_235_main {
    margin-top: 5px;
}

.xn_c_index_235_li:hover .xn_c_index_235_lftbox .img1 {
    display: none;
}

.xn_c_index_235_li:hover .xn_c_index_235_lftbox .img2 {
    display: block;
}
/*end_xn_c_index_235_wrap*/


.contentTwo-text {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

    .contentTwo-text p {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
    }

    .contentTwo-text.lt p {
        padding-left: 600px;
    }

    .contentTwo-text.rt p {
        padding-right: 600px;
    }

    .contentTwo-text img {
        position: absolute;
        top: 0;
    }

    .contentTwo-text.lt img {
        left: 0;
    }

    .contentTwo-text.rt img {
        right: 0;
    }

.contentFour {
    min-width: 1366px;
    width: 100%;
    height: 800px;
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 111px;
}

    .contentFour .contentFour_inner {
        width: 1096px;
        height: 550px;
        margin: 0 auto;
    }

.contentFour_inner_inner {
    width: 1096px;
    height: 550px;
    margin: 0 auto;
}

.contentFour .contentFour_inner .bgcq {
    width: 1096px;
    height: 550px;
    position: relative;
}

    .contentFour .contentFour_inner .bgcq img {
        height: 500px;
        width: 800px;
    }

.contentFour .contentFour_inner .bgcq_bg {
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 800px;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    position: relative;
    bottom: 45px;
}
