.city{display:none;}.slog{display:none;}.nav{float:none;}
img {
    border: 0;
    vertical-align: top;
}
.header {
    padding: 24px 0;
    background-color: rgba(255,255,255,100);
}
.pc-show {
    display: block;
}
.hander_pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:1000;
    margin-top:0px;
}

.logo {
    float: left;
    width: 195px;
}



    .city em {
        display: block;
        width: 64px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #e5e5e5;
        color: #a0a0a0;
        margin-top: 10px;
        cursor: pointer;
    }



    .slog p {
        line-height: 24px;
        color: #96ce54;
    }



    .nav li {
        float: left;
        margin-left: 24px;
        width: 98px;
        height: 34px;
        line-height: 34px;
        border-radius: 17px;
        text-align: center;
        transition: .4s;
        cursor: pointer;
    }

        .nav li.active {
            background-color: #96ce54;
            color: #fff;
        }

            .nav li.active a {
                color: #fff;
            }

        .nav li:hover {
            background-color: #96ce54;
            color: #fff;
        }

            .nav li:hover a {
                color: #fff;
            }


.row1 {
    padding-top: 50px;
    padding-bottom: 42px;
}

    .row1 .main_width div {
        float: left;
        line-height: 32px;
        font-size: 16px;
        color: #1d1d1d;
    }

    .row1 .main_width .tit {
        font-size: 24px;
        color: #343434;
        border-right: 1px #e4e4e4 solid;
        padding-right: 42px;
    }

    .row1 .div1 span, .row1 .div2 span {
        float: left;
        display: block;
    }

    .row1 .icon1 {
        margin-left: 40px;
        margin-right: 14px;
        width: 35px;
        height: 34px;
        background: url(/static/img/icon_group1.png) no-repeat;
        background-position: 0 0;
    }

    .row1 .right-jt {
        padding-left: 20px;
        padding-right: 20px;
    }

        .row1 .right-jt img {
            vertical-align: baseline;
        }

    .row1 .icon2 {
        margin-right: 12px;
        width: 35px;
        height: 34px;
        background: url(/static/img/icon_group1.png) no-repeat;
        background-position: -40px 0;
    }

    .row1 .icon3 {
        margin-right: 14px;
        width: 35px;
        height: 34px;
        background: url(/static/img/icon_group1.png) no-repeat;
        background-position: -80px 0;
    }

    .row1 .icon4 {
        margin-right: 14px;
        width: 35px;
        height: 34px;
        background: url(/static/img/icon_group1.png) no-repeat;
        background-position: -111px 0;
    }

    .row1 .icon5 {
        margin-right: 14px;
        width: 35px;
        height: 34px;
        background: url(/static/img/icon_group1.png) no-repeat;
        background-position: -151px 0;
    }

.cur-title {
    text-align: center;
}

    .cur-title h3 {
        padding-top: 60px;
        font-size: 30px;
        color: #332c2b;
    }

    .cur-title strong {
        display: block;
        width: 33px;
        height: 6px;
        margin: 0 auto;
        background-color: #96ce54;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .cur-title p {
        display: none;
        font-size: 14px;
        color: #ababab;
    }

.row2 {
    background-color: #f8f8f8;
}

    .row2 .main_width {
        padding-bottom: 65px;
        background: url(/static/img/index_title_01.png) no-repeat center 55px;
    }

    .row2 .box {
        padding-top: 56px;
    }

    .row2 .fl {
        width: 650px;
    }

        .row2 .fl p {
            font-size: 14px;
            color: #414141;
            line-height: 30px;
            margin-bottom: 15px;
        }

    .row2 .fr {
        width: 520px;
    }

    .row2 .list li {
        float: left;
        margin-right: 32px;
    }

    .row2 .list ul li:last-child {
        margin-right: 0;
    }

.row3 {
    background-color: #ffffff;
}

    .row3 .main_width {
        padding-bottom: 40px;
        background: url(/static/img/index_title_02.png) no-repeat center 55px;
    }

    .row3 .tab-nav {
        padding-bottom: 36px;
        padding-top: 43px;
        text-align: center;
    }

        .row3 .tab-nav li {
            display: inline-block;
            line-height: 38px;
            padding: 0 50px;
            cursor: pointer;
            height:38px;
        }
        .row3 .tab-nav li img{
            display:none;
        }

            .row3 .tab-nav li.on a {
                color: #96ce54
            }
            .row3 .tab-nav li.on img {
                display:inline;
            }

            .row3 .tab-nav li a:hover {
                color: #96ce54
            }

                .row3 .tab-nav li:hover img {
                    display: inline;
                }

    .row3 .tab-box {
    }

        .row3 .tab-box li {
            position: relative;
            float: left;
            margin-bottom: 45px;
            margin-right: 15px;
        }

            .row3 .tab-box li p {
                font-size: 16px;
                color: #010000;
                margin-top: 18px;
            }

                .row3 .tab-box li p img {
                    margin-top: -3px;
                    margin-left: 8px;
                }
    .row3 .tab-box img{
    }

    .row3 .btn-more {
        width: 176px;
        height: 46px;
        font-size: 16px;
        color: #fff;
        background-color: #96ce54;
        border-radius: 23px;
        margin: 0 auto;
        text-align: center;
        line-height: 46px;
    }
    .row3 .btn-more a{
        color:#fff;
    }
.row4 {
    background: #ffffff url(/static/img/index_bg01.jpg) no-repeat center top;
}

    .row4 .main_width {
        padding-bottom: 55px;
        background: url(/static/img/index_title_03.png) no-repeat center 55px;
    }

    .row4 .pic {
        margin-top: 50px;
        height:150px;
    }
    .row4 .pic ul{
    }
        .row4 .pic ul li{
            float:left;
            width:200px;
            text-align:center;
        }
        .row4 .pic ul li img{
            height:60px;
        }
        .row4 .pic ul li h5{
            font-size:15px;
            padding-top:15px;
            font-weight:600
        }

            .row4 .pic ul li .lcicon {
                margin-top: 20px;
                margin-left: auto;
                margin-right: auto;
                width: 32px;
                height: 32px;
                background-image: url(/static/img/icon-sglc-gray.png);
                text-align: center;
                vertical-align: middle;
                padding-top: 6px;
                background-repeat: no-repeat;
                color: #C4C4C4;
                cursor: pointer;
            }
                .row4 .pic ul li .lcicon:hover {
                    width: 32px;
                    height: 32px;
                    background-image: url(/static/img/icon-sglc-blue.png);
                    color: #fff;
                }
                .row4 .pic ul .icon{
                    width: 32px;
                    height: 32px;
                }
        .row4 .pic ul .noline84 {
            width: 84px;
            padding-top: 35px;
        }
        .row4 .pic ul .line84 {
            width: 84px;
            height: 1px;
            padding-top:35px;
        }
          .left {
                float: right;
            }
           .right {
                float: left;
            }
        .row4 .pic ul .line84 div {
            width: 70px;
            border-top: solid 1px #C4C4C4;
        }
           

.row5 {
    background: #ffffff url(/static/img/index_bg02.jpg) no-repeat center top;
}

    .row5 .main_width {
        height: 180px;
        position: relative;
        color: #fff;
    }

    .row5 .fl {
        position: absolute;
        top: 38px;
        left: 103px;
    }

        .row5 .fl h3 {
            font-size: 24px;
            margin-bottom: 12px;
        }

        .row5 .fl p {
            line-height: 34px;
        }

    .row5 .fr {
        position: absolute;
        top: 45px;
        right: 180px;
    }

        .row5 .fr .btn-lq {
            padding: 0 22px;
            line-height: 44px;
            border-radius: 22px;
            background-color: #ffffff;
            font-size: 16px;
            color: #343434;text-align: center;
        }
.row5 .fr .info{
    font-size: 20px;font-weight: bold;margin-top: 10px;
}
.row6 {
    background: #ffffff;
}

    .row6 .main_width {
        padding-bottom: 50px;
        background: url(/static/img/index_title_04.png) no-repeat center 55px;
    }

    .row6 .swiper-container {
        margin-top: 40px;
        height: 420px;
    }

    .row6 .pic {
        width: 220px;
        float: left;
        margin-right: 24px;
        text-align: center;
    }

    .row6 .swiper-slide .pic:last-child {
        margin-right: 0;
    }

    .row6 .pic h4 {
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .row6 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #7c7c7c;
        border-radius: 5px;
        opacity: 1;
    }

    .row6 .swiper-pagination-bullet-active {
        width: 23px;
        background-color: #96ce54;
    }

.row7 {
    background: #ffffff url(/static/img/index_bg01.jpg) center top;
}

    .row7 .main_width {
        padding-bottom: 55px;
        background: url(/static/img/index_title_05.png) no-repeat center 55px;
    }

    .row7 .list {
        padding-top: 60px;
    }

        .row7 .list li {
            float: left;
            width: 254px;
            height: 224px;
            background-color: #ffffff;
            margin-right: 60px;
            margin-bottom: 45px;
        }

            .row7 .list li.no-margin {
                margin-right: 0;
            }

            .row7 .list li .pic {
                height: 60px;
                margin-top: 35px;
            }

            .row7 .list li h4 {
                font-size: 18px;
                font-weight: bold;
                color: #444444;
                text-align: center;
                padding-top: 10px;
                padding-bottom: 12px;
            }

            .row7 .list li p {
                color: #7a7a7a;
                text-align: center;
                width: 160px;
                margin: 0 auto;
                line-height: 24px;
            }

            .row7 .list li.on {
                background-color: #96ce54;
            }

            .row7 .list li:hover {
                background-color: #96ce54;
            }

            .row7 .list li.on h4, .row7 .list li.on p {
                color: #ffffff;
            }

        .row7 .list .pic {
            background: url(/static/img/icon_group2.png) no-repeat;
        }

        .row7 .list .on .pic {
            background-image: url(/static/img/icon_group2_on.png);
        }

        .row7 .list .pic1 {
            background-position: 100px 0;
        }

        .row7 .list .pic2 {
            background-position: 103px -60px;
        }

        .row7 .list .pic3 {
            background-position: 100px -120px;
        }

        .row7 .list .pic4 {
            background-position: 100px -180px;
        }

        .row7 .list .pic5 {
            background-position: 100px -240px;
        }

        .row7 .list .pic6 {
            background-position: 100px -300px;
        }

        .row7 .list .pic7 {
            background-position: 100px -360px;
        }

        .row7 .list .pic8 {
            background-position: 100px -420px;
        }

.row8 {
    height: 568px;
    background: url(/static/img/index_12.jpg) no-repeat center top;
}

.row9 {
    height: 636px;
    background: url(/static/img/index_13.jpg) no-repeat center top;
}

.row10 {
    height: 280px;
    padding-top: 95px;
    text-align:center;
}

    .row10 img {
        display: block;
        margin: 0 auto;
    }

    .row10 ul {
        margin: 0 auto;
    }

.row10 li {
    float: left;
    width: 198px;
    height: 180px;
}




.row11 {
    padding-bottom: 30px;
}

    .row11 .main_width {
        width: 1042px;
    }

    .row11 .h3 {
        font-size: 36px;
        color: #000000;
        text-align: center;
        padding-bottom: 55px;
    }

    .row11 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #7c7c7c;
        border-radius: 5px;
        opacity: 1;
    }

    .row11 .swiper-pagination-bullet-active {
        width: 23px;
        background-color: #96ce54;
    }

    .row11 .fl {
        width: 50%;
        height: 323px;
    }

        .row11 .fl img {
            width: 100%;
            height: 100%;
        }

    .row11 .fr {
        width: 441px;
        height: 323px;
        padding: 0 40px;
        background: url(/static/img/index_16.jpg) no-repeat left top;
    }

        .row11 .fr .div1 h4 {
            float: left;
            font-size: 16px;
            color: #000000;
            margin-top: 90px;
        }

        .row11 .fr .div2 {
            margin-top: 15px;
        }

            .row11 .fr .div2 p {
                float: left;
                color: #585858;
                line-height: 2;
            }

            .row11 .fr .div2 .p2 {
                width: 306px;
            }

.swiper-container-pj {
    height: 370px;
}

.row12 {
    padding: 90px 0 45px;
    background-color: #f8f8f8;
}

    .row12 img {
        display: block;
        margin: 0 auto;
    }

.row13 {
    background-image: url(/static/img/index_bg03.jpg);
}

.row14 {
    background: #ffffff;
}

    .row14 .main_width {
        padding-bottom: 35px;
        background: url(/static/img/index_title_06.png) no-repeat center 35px;
    }

    .row14 .pic {
        margin-top: 40px;
    }

    .row14 ul {
        margin-top: 40px;
        border-left: solid 1px #F5F5F5;
        border-top: solid 1px #F5F5F5;
    }

    .row14 li {
        float: left;
        width: 198px;
        height: 180px;
        border-right: solid 1px #F5F5F5;
        border-bottom: solid 1px #F5F5F5;
        text-align: center;
        vertical-align: middle;
    }

        .row14 li img {
            margin-top:30%;
        }

    .row14 .cur-title h3 {
        padding-top: 40px;
    }

.row15 {
    background: #ffffff;
}

    .row15 .main_width {
        padding-bottom: 35px;
        background: url(/static/img/index_title_07.png) no-repeat center 35px;
    }

    .row15 .cur-title h3 {
        padding-top: 40px;
    }

.con-box {
    background-color: #ffffff;
    width: 345px;
    float: left;
    margin-right: 45px;
}

    .con-box .tit {
        line-height: 45px;
        border-bottom: 1px #e8e8e8 solid;
    }

        .con-box .tit h4 {
            font-size: 20px;
            color: #2b2b2b;
            float: left;
        }

        .con-box .tit span {
            float: right;
        }

    .con-box .big-pic {
        height: 148px;
        margin-top: 17px;
        position: relative;
    }

        .con-box .big-pic img {
            width: 100%;
            height: 100%;
        }

        .con-box .big-pic p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            line-height: 35px;
            color: #fff;
            text-align: center;
            z-index: 3;
        }

        .con-box .big-pic div {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 35px;
            opacity: 0.6;
            background-color: #000000;
        }

    .con-box .list-text {
        padding: 10px 0;
    }

        .con-box .list-text li {
            line-height: 32px;
        }

            .con-box .list-text li:last-child {
                padding-bottom: 20px;
            }

            .con-box .list-text li span {
                float: right;
            }

            .con-box .list-text li p {
                float: left;
                width: 265px;
                color: #4b4b4b;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .con-box .list-pic li {
        margin-top: 20px;
        background-color: #f8f8f8;
    }

        .con-box .list-pic li:last-child {
            margin-bottom: 20px;
        }

        .con-box .list-pic li div {
            float: left;
            width: 136px;
            height: 92px;
            border: 1px #f6f6f6 solid;
        }

        .con-box .list-pic li h4 {
            float: right;
            width: 262px;
            line-height: 22px;
            color: #000000;
            margin-top: 12px;
            margin-right: 8px;
            font-weight: bold;
        }

        .con-box .list-pic li p {
            float: right;
            width: 262px;
            line-height: 22px;
            color: #4b4b4b;
            margin-top: 3px;
            margin-right: 8px;
        }

.con-pic-box {
    margin-right: 0;
    width: 420px;
}

.row16 {
    height: 414px;
    background: url(/static/img/index_22.jpg) no-repeat center top;
}

.row18 {
    background: url(/static/img/index_bg04.jpg) no-repeat center top;
}

.row19 h4 {
    font-size: 36px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 50px;
    color: #000000;
}

.row19 .tab-span {
    text-align: center;
    margin-bottom: 60px;
}

    .row19 .tab-span span {
        display: inline-block;
        padding: 0 18px;
        line-height: 36px;
        color: #fff;
        background-color: #71756c;
        margin: 0 5px;
    }

        .row19 .tab-span span.on {
            background-color: #8dbd56;
        }

.tab-span span:hover {
    background-color: #8dbd56;
}

.row20 {
    background-image: url(/static/img/index_bg05.jpg);
    text-align: center;
}

.row21 {
    height: 555px;
    padding: 60px 0 100px;
    background: #ffffff url(/static/img/index_26.png) no-repeat center bottom;
}

    .row21 h4 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 25px;
    }

    .row21 p {
        text-align: center;
    }

    .row21 .in {
        width: 510px;
        float: right;
        margin-right: 200px;
        margin-top: 70px;
    }

    .row21 input {
        box-sizing: border-box;
        width: 504px;
        line-height: 46px;
        border: 1px #dfdfdf solid;
        margin-bottom: 20px;
        padding: 0 12px;
    }

    .row21 textarea {
        box-sizing: border-box;
        width: 504px;
        line-height: 46px;
        height: 175px;
        border: 1px #dfdfdf solid;
        margin-bottom: 20px;
        padding: 0 12px;
    }

    .row21 input[type=submit] {
        background-color: #96ce54;
        color: #ffffff;
        font-size: 16px;
    }
/*设计理念*/
.yunu-section {
    padding: 60px 0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.yunu-section-title.white {
    color: #fff;
}
.yunu-section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}
.yunu-section-title span {
    color: #333;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}
.yunu-section-title span:before, .yunu-section-title span:after {
    width: 20px;
    height: 1px;
    position: absolute;
    content: '';
    top: 50%;
    background-color: #000;
}
.yunu-section-title span:before {
    right: 100%;
}
.yunu-section-title.white span:before, .yunu-section-title.white span:after {
    background-color: #fff;
}
.yunu-section-title p {
    color: #8c8c8c;
    line-height: 32px;
    margin-top: 20px;
    font-size: 18px;
}
.yunu-pinzhi {
    margin-left: -8px;
    display: grid;
  grid-template-columns:  repeat(5, 1fr);
}
.yunu-pinzhi li {
   /* float: left;
    width: 20%;*/
    width:100%;max-width:242px;
}
.yunu-pinzhi li a {
    display: block;color: #000;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}
.yunu-pinzhi li .img-center{position:relative;z-index:1;}
.yunu-pinzhi li .text {
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
    height: 232px;
    overflow: visible;
}
.yunu-pinzhi li i {
    display: inline-block;
    background: no-repeat center;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle;
}
.yunu-pinzhi li h4 {
    line-height: 50px;font-weight: normal;
    background: url(../skin/pinz_line01.gif) no-repeat center bottom;
    font-size: 18px;
    margin: 0;
}
.yunu-pinzhi li p {
    color: #777;
    line-height: 1.8;
    margin-top: 10px;
}
.yunu-pinzhi li .box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #96ce54;
    color: #fff;
    z-index: 10;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.yunu-pinzhi li i {
    display: inline-block;
    background: no-repeat center;
    height: 68px;
    margin-top: -34px;
    width: 68px;
    vertical-align: middle;
}
.yunu-pinzhi li .box i {
    margin-top: 110px;
}
.yunu-pinzhi li .box h4 {
    background-image: url(../skin/pinz_line02.gif);
}
.yunu-pinzhi li .box p {
    color: #fff;
}
.yunu-pinzhi li a:hover .text {
	opacity: 0;
}
.yunu-pinzhi li a:hover .box {
	top: 0;
	opacity: 1;
}
@media (max-width: 750px){
    .pc-show, .pro-i, .footer-mid-left, .hide-honor-bth div {
        display: none;
    }
}
