body {
    background-color: #fff;
    color: #666;
    font-size: 14px;
}
.city{display:none;}.slog{display:none;}.nav{float:none;}
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.main_width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.header {
    padding: 24px 0;
    background-color: rgba(255,255,255,100);
}

.hander_pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.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 {
    float: left;
    margin-left: 24px;
    margin-top: 12px;
}

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

.nav {
  /*  float: right;*/
    padding-top: 30px;
}

    .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:hover {
            background-color: #96ce54;
            color: #fff;
        }
.active a {
    color: #fff;
}


.phone {
    position: absolute;
    top: 10px;
    right: 0;
    color: #96ce54;
    font-weight: bold;
}
.phone span{
    display: block;font-size: 20px;
}
.phone .icon-phone {
    position: absolute;
    left: -50px;
    top: 6px;
    vertical-align: middle;
}
.phone .icon-phone::before{font-size:35px;}

.banner {
    height: 600px;
    background-image: url(../img/banner.jpg);margin-top：115px；
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

    .banner p {
        padding: 294px 0 88px;
    }

    .banner span {
        display: inline-block;
        width: 184px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #96ce54;
        font-size: 18px;
        border-radius: 4px;
        cursor: pointer;
    }

.location {
    padding: 37px 0;
}

.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(../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(../img/icon_group1.png) no-repeat;
        background-position: -40px 0;
    }

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

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

    .row1 .icon5 {
        margin-right: 14px;
        width: 35px;
        height: 34px;
        background: url(../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 {
        font-size: 14px;
        color: #ababab;
    }

.row2 {
    background-color: #f8f8f8;
}

    .row2 .main_width {
        padding-bottom: 65px;
        background: url(../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: 45px;
        }

    .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(../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: 30px;
            padding: 0 50px;
            cursor: pointer;
        }

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

    .row3 .tab-box {
        display: none;
    }

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

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

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

    .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;
    }

.row4 {
    background: #ffffff url(../img/index_bg01.jpg) no-repeat center top;
}

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

    .row4 .pic {
        margin-top: 50px;
    }

.row5 {
    background: #ffffff url(../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: 70px;
        right: 180px;
    }

        .row5 .fr .btn-lq {
            padding: 0 22px;
            line-height: 44px;
            border-radius: 22px;
            background-color: #ffffff;
            font-size: 16px;
            color: #343434;
        }

.row6 {
    background: #ffffff;
}

    .row6 .main_width {
        padding-bottom: 50px;
        background: url(../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(../img/index_bg01.jpg) center top;
}

    .row7 .main_width {
        padding-bottom: 55px;
        background: url(../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(../img/icon_group2.png) no-repeat;
        }

        .row7 .list .on .pic {
            background-image: url(../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: 368px;
    padding-top:50px;
    padding-bottom:50px;
}
    .row8 ul {
        margin-left: auto;
        margin-right: auto;
        display: table;
        width:1200px;
    }
    .row8 ul li {
        float:left;
        width:49%;
    }
        .row8 ul li img {
            width:470px;
        }
.row8  h1 {
    color: #332c2b;
    font-size: 40px;
    font-weight: 200;
    margin:0px;
    margin-bottom:10px;
    padding-top:100px;
}
.row8 h5 {
    font-size: 20px;
    font-weight:200;
    color:#000;
    padding-bottom:10px;
}
    .row8 p {
        line-height:25px;
        padding-top:20px;
    }
    .row8 .leftpadding{
        padding-left:200px;
    }
    .row8 .leftpadding100 {
        padding-left: 100px;
    }
    .row8 .leftpadding100  h1{
        padding-top:50px;
    }
    .backgray {
        background-color:#F8F8F8;
    }

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





.row11 {
    padding-top:100px;
    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(../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;
}

.row2 {
    text-align: center;
    height: 500px;
    padding-left: 100px;
    padding-right: 100px;
}

    .row2 h1 {
        color: #332c2b;
        font-size: 40px;
        font-weight: 500;
        padding-top:50px;
        margin-top:0px;
    }

    .row2 h5 {
        color: #979797;
        font-size: 12px;
    }

    .row2 p {
        padding-top: 20px;
        color: #696969;
        line-height: 35px;
    }

    .row2 ul {
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

        .row2 ul li {
            float: left;
            width: 200px;
            height: 145px;
            border: solid 1px #e5e5e5;
            margin-right: 50px;
            border-radius: 5px;
            padding-top: 30px;
        }
.row2 ul li:hover {
    zoom: 1.1;
}
.shortline {
    width: 225px;
    height: 4px;
    border-radius: 5px;
    background-color: #90BB5F;
}
.row13 {
    height: 636px;
    background: url(../img/xfbs.png) no-repeat center top;
}


.row14 {
    height: 636px;
    background: url(../img/ktgz.png) no-repeat center top;
}

.row15 {
    height: 636px;
    background: url(../img/znbg.png) no-repeat center top;
}

.row16 {
    height: 636px;
    background: url(../img/rzsj.png) no-repeat center top;
}

.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;
}



.row18 {
    background: url(../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(../img/index_bg05.jpg);
    text-align: center;
}

.row21 {
    height: 555px;
    padding: 60px 0 100px;
    background: #ffffff url(../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;
    }

.footer {
    background-color: #1f1f1f;
    padding: 38px 0 50px;
}

.friend {
    padding-bottom: 46px;
    border-bottom: 1px solid #313131;
    margin-bottom: 36px;
}

    .friend h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .friend a {
        display: inline-block;
        margin: 0 10px 6px 0;
        color: #ffffff;
    }

.concat ul {
    float: left;
    width: 686px;
}

    .concat ul li {
        display: inline-block;
        margin: 0 80px 20px 0;
        cursor: pointer;
        color: #ffffff;
    }

.concat .code {
    float: left;
    text-align: center;
}

    .concat .code p {
        padding: 6px 0;
    }

.consult {
    float: right;
    color: #fff;
}

    .consult dl {
        margin-bottom: 10px;
    }

        .consult dl dt,
        .consult dl dd {
            display: inline-block;
        }

        .consult dl i {
            font-size: 40px;
        }

    .consult .number {
        color: #96ce54;
        font-size: 18px;
    }

    .consult span {
        width: 120px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        background-color: #96ce54;
        display: block;
        margin: 0 auto;
    }

        .consult span a {
            color: #fff;
        }