.city{display:none;}.slog{display:none;}.nav{float:none;}
body{
	background-color: #f5f5f5;
}

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

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

            .nav li:hover 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;}

*{
	box-sizing: border-box;
}
.width1200{
	width: 1200px;
	margin: 0 auto;
}
.top-title{
	margin-top: 50px;
	margin-bottom: 40px;
	color: #636363;
}

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

.left-con{
	width: 880px;
	padding: 0 40px;
	background-color: #fff;
}
.left-con .con-tit{
	line-height: 82px;
	padding-top: 8px;
}
.left-con .con-tit h3{
	float: left;
	color: #333333;
	font-size: 26px;
}
.left-con .con-tit p{
	float: right;
	color: #787878;
}

.swiper-button-next, .swiper-button-prev{
	background: none;
}
.gallery-thumbs{
	margin-top: 30px;
	margin-bottom: 30px;
}
.gallery-thumbs .swiper-slide {
    width: 126px;
    height: 90px;
    border: 2px #aaaaaa solid;
}
.gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
}
.gallery-thumbs .swiper-slide.swiper-slide-active{
	border-color: #96ce54;
}
.left-con .recom{
	padding-bottom: 20px;
	border-bottom: 1px #e8e8e8 solid;
}
.left-con .recom h3{
	color: #919191;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 5px;
}
.left-con .switch{
	padding-top: 22px;
	padding-bottom: 22px;
	color: #999999;
}
.left-con .switch span{
	color: #96ce54;
}
.left-con .recom p{
	color: #1e1e1e;
	font-size: 16px;
	line-height: 28px;
	text-indent: 30px;
}
.left-con .other{
	padding-bottom: 30px;
}
.left-con .other .fl{
	color: #000000;
	font-size: 16px;
	line-height: 34px;
}
.left-con .other .fl div{
	padding-left: 30px;
	position: relative;
}
.left-con .other .row1 img{
	position: absolute;
	left: 0;
	top: 8px;
}
.left-con .other .row2 img{
	position: absolute;
	left: 2px;
	top: 8px;
}
.left-con .other .row3 img{
	position: absolute;
	left: 4px;
	top: 8px;
}
.left-con .other .fr{
	padding-top: 20px;
	line-height: 26px;
	color: #999999;
}
.right-menu{
	width: 300px;
}
.right-menu .input-box{
	background-color: #ffffff;
	padding-bottom: 30px;
}
.right-menu .input-box .in{
	padding: 0 30px;
}
.right-menu .input-box input{
	display: block;
	width: 240px;
	border: 1px #ededed solid;
	line-height: 38px;
	color: #999999;
	padding: 0 10px;
	background-color: #fafafa;
	margin-top: 20px;
}
.right-menu .input-box .btn{
	line-height: 40px;
	background-color: #96ce54;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}
.right-menu .con-box{
	background-color: #ffffff;
	padding: 10px 20px;
	margin-top: 25px;
}
.right-menu .con-box .tit{
	line-height: 45px;
	border-bottom: 1px #e8e8e8 solid;
}
.right-menu .con-box .tit h4{
	font-size: 20px;
	color: #2b2b2b;
	float: left;
}
.right-menu .con-box .tit span{
	float: right;
}
.right-menu .con-box .list-text{
	padding-top: 10px;
	padding-bottom: 10px;
}
.right-menu .con-box .list-text li{
	line-height: 30px;
	padding-left: 15px;
	position: relative;
}
.right-menu .con-box .list-text li:after{
	content: "";
	width: 4px;
	height: 6px;
	position: absolute;
	top: 11px;
	left: 2px;
	background: url(../img/icon_05.png) no-repeat;
}
.right-menu .con-box .big-pic{
	height: 148px;
	margin-top: 17px;
	position: relative;
}
.right-menu .con-box .big-pic img{
	width: 100%;
	height: 100%;
}
.right-menu .con-box .big-pic p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	padding: 0 22px;
	color: #fff;
}
.right-menu .con-box .list-pic li{
	padding-top: 20px;
}
.right-menu .con-box .list-pic li:last-child{
	padding-bottom: 20px;
}
.right-menu .con-box .list-pic li div{
	float: left;
	width: 90px;
	height: 60px;
	border: 1px #f6f6f6 solid;
}
.right-menu .con-box .list-pic li p{
	float: right;
	width: 155px;
	line-height: 22px;
	color: #4b4b4b;
	margin-top: 7px;
}
.info-nav{
    float:right;
    margin-bottom:50px;
    position:relative;
    top:-10px;
}
.info-nav div{
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;;
	font-size: 16px;
	color: #fff;
	background-color: #bbbbbb;
	float: left;
	margin-right: 22px;
}
.info-nav div.on{
	background-color: #96ce54;
}
    .info-nav div.on a{
        color:#fff;
    }
.info .ul{
	padding-bottom: 36px;
}
.info .ul li{
	padding: 20px 0;
	border-top: 1px #eaeaea solid;
}
.info .ul li:last-child{
	border-bottom: 1px #eaeaea solid;
}
.info .ul li .pic{
	width: 200px;
	height: 130px;
	float: left;
}
.info .ul li .pic img{
	width: 100%;
	height: 100%;
}
.info .ul li .tet{
	width: 970px;
	float: right;
}
.info .ul li .tet h4{
	font-size: 16px;
	color: #131313;
	padding: 8px 0;
}
.info .ul li .tet p{
	line-height: 24px;
}
.info .ul li .tet .p1{
	padding: 8px 0;
}
.page{
    width:100%;
    padding-bottom:36px;
    text-align:center;
}
    .page ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
        .page ul li {
            float: left;
            width: 50px;
            height: 40px;
            color: #9F9F9F;
            border: solid 1px #9F9F9F;
            text-align: center;
            vertical-align: middle;
            border-radius: 5px;
            padding-top: 10px;
            margin-left:10px;
        }
            .page ul .on {
                float: left;
                width: 50px;
                height: 40px;
                background-color: #96CE54;
                color:white;
              
            }
        .page ul .pre {
            width: 80px;
        }
        .page ul .next {
            width: 80px;
        }


.msg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0, 0.5);
    z-index: 1000;
    display: none;
}

    .msg .content {
        width: 550px;
        height: 380px;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 1;
        margin-top: -160px; /*这里是小盒子高的一半*/
        margin-left: -225px; /*这里是小盒子宽的一半*/
        background-color: #fff;
        text-align: center;
        padding-top: 70px;
    }

        .msg .content input {
            width: 200px;
            height: 40px;
            padding: 10px;
            background-color: #96CD55;
            border: solid 1px #96CD55;
            border-radius: 5px;
            color: #fff;
            font-size: 14px;
        }

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