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;
        }
            .nav li:hover a {
                color: #fff;
            }
.active a {
    color: #fff;
}
.sub_nav dd.active a{
    color:#666;
}


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

.classify {
    border: 1px solid #d8dce0;
    margin-bottom: 56px;
}

    .classify .item {
        position: relative;
        border-bottom: 1px solid #d8dce0;
        padding: 20px 78px 14px 40px;
    }

    .classify .tit {
        float: left;
        color: #000;
    }

    .classify .cell {
        margin-left: 40px;
        height: 24px;
        overflow: hidden;
        transition: .4s;
    }

        .classify .cell.show {
            height: auto;
        }

    .classify span {
        display: inline-block;
        padding: 2px 6px;
        cursor: pointer;
        margin-right: 24px;
        margin-bottom: 6px;
    }

        .classify span.active {
            background-color: #96ce54;
            color: #fff;
            border-radius: 2px;
        }

        .classify span:hover {
            background-color: #96ce54;
            color: #fff;
            border-radius: 2px;
        }

.more {
    position: absolute;
    top: 20px;
    right: 42px;
    cursor: pointer;
}

    .more i {
        font-size: 12px;
        transition: .4s;
    }

        .more i.active {
            transform: rotate(180deg)
        }

.content ul {
    padding-left: 274px;
}

    .content ul li {
        display: inline-block;
        margin-left: 38px;
        margin-bottom: 52px;
        position:relative;
    }
.zxnscontent ul {
    padding-left: 274px;
}
.zxnscontent {
    min-height:450px;
}
    .zxnscontent ul li {
        margin-left: 38px;
        margin-bottom: 52px;
    }

    .zxnscontent .title {
        background-color: #F4F4F4;
        height: 35px;
        padding-top: 20px;
        padding-left: 10px;
        vertical-align: middle;
        width: 100%;
    }

    .zxnscontent .item {
        padding-top:40px;
    }
    .zxnscontent .fzjgitem {
        padding-bottom:40px;
        padding-left:10px;
        line-height:35px;
    }
    .zxnscontent .title .arrow{
        height: 35px;
        vertical-align: middle;
        width: 20px;
        display:block;
        float:right;
        padding-right:10px;
        cursor:pointer;
    }

    .zxnscontent .title {
        background-color: #F4F4F4;
        height: 35px;
        padding-top: 20px;
        padding-left: 10px;
        vertical-align: middle;
        width: 100%;
    }
    .zxnscontent .fzjgtitle {
        height: 35px;
        padding-top: 20px;
        padding-left: 10px;
        vertical-align: middle;
        width: 100%;
        font-size:18px;
        font-weight:600;
    }
    .zxnscontent .abouttitle {
        padding: 20px;
        vertical-align: middle;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        text-align:center;
    }
    .zxnscontent .aboutitem {
        padding-top:20px;
        padding-bottom: 40px;
        padding-left: 10px;
        line-height: 35px;
    }
.leftitem {
    float: left;
    padding-right: 50px;
    border-right: solid 1px #e8e8e8;
    margin-right:50px;
}
.qywhli{
    float:left;
    text-align:center;
    margin-top:100px;
}
.sub_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 232px;
    text-align: center;
    background-color: #eee;
    padding-bottom:20px;
}

    .sub_nav dt {
        padding: 20px 0;
        color: #fff;
        font-size: 26px;
        background-color: #96ce54
    }

    .sub_nav dd {
        padding: 20px 0;
        border-left: 4px solid #eee;
        cursor: pointer;
    }

        .sub_nav dd.active {
            background-color: #fff;
            border-color: #96ce54;
        }

        .sub_nav dd:hover {
            background-color: #fff;
            border-color: #96ce54;
        }

.footer {
    background-color: #1f1f1f;
    padding: 38px 0 50px;
}
.line {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #636363;
    height: 30px;
}
.line2 {
    border-top: 1px #e8e8e8 solid;
}
.line80 {
    border-top: 1px #e8e8e8 solid;
    width:100px;
    margin:0 auto;
}
.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;
        }


.dropdown {
    position: absolute;
    left: 295px;
    top: 95px;
    z-index: 1000;
    background-color: white;
    width: 65px;
    text-align: center;
    display: none;
}

    .dropdown ul {
        padding-top: 10px;
    }

        .dropdown ul li {
            font-size: .24rem;
            padding-bottom: 10px;
        }
