﻿.ny_banner {
        width: 100%;
        margin-top: 90px;
        min-width: 1200px;
}

.ny_banner img {
        width: 100%;
}

.lvzhi_nav .current {
        border-bottom: 3px solid #9d653b;
}

/*
.submenu{width:100%;top:0;left:0;z-index:999;height:90px;background:#fff;border-bottom: 1px #d4d4d4 solid;}
.submenu ul{-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;height: 100%;line-height: 90px;display: block;}
.submenu ul li{float:left;position: relative;display: block;}
.submenu ul li:after{ content: ""; width: 0; height: 2px; background: #9d653b; position: absolute;bottom: 0; left: 0;  transition: all 0.5s ease 0s;}
.submenu ul li:hover:after{ width: 100%;}
.submenu ul li  a{text-decoration: none;height: 100%;padding: 0px;display: block;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;
	                 transition: 0.5s;color: #333;font-size: 16px;margin:0px 40px;}
.submenu ul li li:hover a{color: #9d653b;}

.news_con{margin-top: 200px;}

*/

/*选项卡*/

#tabti ul {
        cursor: pointer
}

#tabco div {
        display: none
}

.submenu {
        height: 68px;
        border-bottom: 1px #ddd solid;
}

.tabti {
        text-align: center;
}

.tabti ul {
        /* margin-right:100px;background:url(../images/menu_fgx.png) no-repeat 50px 20px;*/
}

.tabti ul li {
        display: inline;
        line-height: 68px;
        cursor: pointer;
        padding: 0px 30px;
}

.tabti ul li a {
        text-decoration: none;
        color: rgb(99, 98, 98);
        font-size: 18px;
        padding: 23px 0px;
}

.tabti ul li a:hover {
        border-bottom: 2px #9d6840 solid;
}

.active {
        border-bottom: 2px #9d6840 solid;
        color: #000!important;
}

.current {
        color: #9d6840;
}

.tabco {
        display: block;
}

.tabco div {}

/*新闻中心*/

.news_con {
        background: #f9f9f9;
        padding: 80px 0px;
        height: auto;
        overflow: hidden;
}

.news_con ul a li {
        float: left;
        background: hsl(0, 2%, 48%);
        width: 30.4%;
        padding: 0px 0px 20px 0px;
        margin-right: 38px;
        height: 360px;
        margin-bottom: 38px;
}

.news_con ul a:nth-child(3n+3) li{
       
        margin-right: 0px;
      
}

.news_con ul a li img {
        width: 100%;
        height: 75%;
}

.news_con ul a li p {
        padding: 0px 20px 0px 20px;
        margin-top: 20px;
        color: #333;
        font-size: 16px;
        line-height: 26px;
        height: 62px;
}

.news_con ul a li p {}

.news_con ul li t {
        color: #888;
        font-size: 14px;
        line-height: 30px;
        padding: 10px 20px 0px 20px;
        text-align: left;
        line-height: 40px;
}

.news_con ul a li.news_juli {
        margin-right: 0px;
}

.news_con ul a:hover li, .news_con ul a.current li {
        float: left;
        background: #fff;
        box-shadow: #b7b7b7 2px 2px 20px;
        padding: 0px 0px 20px 0px;
}

.news_con ul a:hover li p {
        color: #9d6840;
}

/*分页*/

.page {
        width: 100%;
        display: table;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 80px;
}

.page a, .page span {
        width: 40px;
        height: 40px;
        border: 1px #e2e2e2 solid;
        line-height: 40px;
        overflow: hidden;
        background: #fff;
        margin: 0 5px;
        display: inline-block;
        color: #333;
        font-size: 14px;
}

.page .prev, .page .next {
        text-indent: -99px;
}

.page .prev {
        background: url(../images/icon6.png) no-repeat center center #fff;
}

.page .next {
        background: url(../images/icon7.png) no-repeat center center #fff;
}

.page span.current {
        background: #9d6840;
        color: #fff;
        border: 1px #9d6840 solid;
}

/* 案例 */

.case_con {
        background: #f9f9f9;
        padding: 80px 0px 0px 0px;
        height: auto;
        overflow: hidden;
}

.case_con ul a li {
        float: left;
        background: #fff;
        width: 30%;
        padding: 0px 0px 20px 0px;
        margin-right: 38px;
        height: 326px;
        margin-bottom: 38px;
        text-align: center;
}
.case_con ul a:nth-child(4n+4) li {
       
        /* margin-right: 0; */
      
}
.case_con ul a li span img {
        width: 100%;
        height: 84%;
}

.case_con ul a li p {
        padding: 0px 20px 0px 20px;
        margin-top: 20px;
        color: #333;
        font-size: 16px;
        line-height: 26px;
        height: 62px;
}

.case_con ul a li p {}

.case_con ul li t {
        color: #888;
        font-size: 14px;
        line-height: 30px;
        padding: 10px 20px 0px 20px;
        text-align: left;
        line-height: 40px;
}

.case_con ul a li.case_juli {
        margin-right: 0px;
}

.case_con ul a:hover li, .case_con ul a.current li {
        background: #fff;
        box-shadow: #b7b7b7 2px 2px 20px;
}

.case_con ul a:hover li p {
        color: #9d6840;
}

/* 联系我们 */

.contact {
        background: #fff;
        height: 68px;
        border-bottom: 1px #e7e7e7 solid;
}

.contact_nav {
        background: #fff;
  		display: flex;
        justify-content: center;
}

.contact_nav li {
       
        line-height: 68px;
        height: 68px;
        cursor: pointer;
        color: #333;
        padding: 0px 30px;
}

.contact_nav li a {
        font-size: 18px;
}

.contact_nav li a:hover, .contact_nav li a.current {
        line-height: 68px;
        color: #333;
        height: 68px;
        border-bottom: 2px #9d6840 solid;
        display: block;
}

.contact_con {
        padding: 80px 0px;
        text-align: center;
        height: auto;
        min-width: 1200px;
}

.contact_tit {
        text-align: center;
        margin:0 auto;
}

.contact_tit h2 {
        font-size: 30px;
        color: #333;
}

.contact_tit h3 {
        font-size: 20px;
        color: #666;
        line-height: 40px;
        font-family: "Arial"
}

.contact_map img {
        width: 748px;
        height: 594px;
        margin-top: 30px;
        
}

.contact_address {
        margin-top: 20px;
        background: #9d653b;
        width: 272px;
        height: 495px;
        padding: 60px 50px 0px 50px;
        position: relative;
}

.contact_address span {
        position: absolute;
        width: 21px;
        height: 30px;
        top: 47%;
        left: -5%;
}

.contact_address dl {
        color: #fff;
        text-align: left;
        margin-bottom: 38px;
}

.contact_address dl dt {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 10px;
}

.contact_address dl dd {
        font-size: 14px;
        color: #e2e2e2;
        line-height: 26px;
}

.contact_tab {
        padding: 80px 0px;
}

.guest {
        width: 1000px;
        margin: 0px auto;
        margin-top: 40px;
        padding-bottom: 80px;
}

.contact_tab .guest .input {
        width: 31.5%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        border: 1px #dfdfdf solid;
        text-indent: 20px;
        margin-bottom: 20px;
        margin-left: 24px;
}

.contact_tab .guest .cont_jl {
        margin-left: 0px;
}

.contact_tab .guest textarea {
        width: 99.3%;
        border: 1px #dfdfdf solid;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 30px;
        text-indent: 20px;
        height: 110px;
}

.contact_tab .guest .submit {
        height: 50px;
        line-height: 50px;
        background: #fff;
        color: #333;
        border: 1px #ddd solid;
        font-size: 16px;
        margin-top: 30px;
        width: 200px;
        cursor: pointer;
}

.contact_tab .guest span {}

.contact_tab .guest span textarea {
        width: 260px;
        border: 1px #666 solid;
        font-size: 16px;
        text-indent: 20px;
        height: 46px;
        line-height: 46px;
        margin-top: 30px;
}

.contact_tab .guest span p {
        width: 167px;
        height: 42px;
        margin: 30px 0px 0px 30px;
        display: block;
}

.contact_tab .guest span p img {
        width: 100%;
        height: 100%;
}

/* .container{min-width: 1200px!important;} */

/* 关于我们页面样式 */

.content_us span {
        color: #666;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        margin-top: 40px;
        display: block;
}

/*文字递增样式*/

.wrapper {
        width: 1200px;
        margin: 30px auto;
        position: relative;
        background: #f00;
}

.counter {
        padding: 20px 42px;
        border-radius: 5px;
        float: left;
        margin-left: 50px;
        color: #9d6840;
}

.count-title {
        font-size: 48px;
        font-weight: normal;
        font-family: "Arial";
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        font-weight: bold;
}

.count-text {
        font-size: 13px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: center;
        color: #333;
        font-size: 16px;
}

.fa-2x {
        margin: 0 auto;
        float: none;
        display: table;
        color: #4ad1e5;
}

/* 企业文化 */

.about_culture {
        padding: 80px 0px 0px 0px;
}

.culture {
        padding-bottom: 5px;
        /*   border-bottom: 1px solid #ebebeb;*/
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
}

@media (max-width: 1400px) {
        .culture {
                padding-top: 55px;
        }
}

@media (max-width: 768px) {
        .culture {
                padding-top: 25px;
        }
}

.culture .title_box {
        text-align: center;
}

.culture .culture_box {
        margin-top: 54px;
}

@media (max-width: 1400px) {
        .culture .culture_box {
                margin-top: 40px;
        }
}

@media (max-width: 1024px) {
        .culture .culture_box {
                display: none;
        }
}

.culture .culture_box ul li {
        width: 20%;
        float: left;
}

@media (min-width: 1024px) {
        .culture .culture_box ul li:hover .pic .mask {
                transform: scaleY(1);
                transform-origin: top center;
        }
        .culture .culture_box ul li:hover .pic .txt_box {
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
        }
}

.culture .culture_box ul li .pic {
        position: relative;
        overflow: hidden;
}

.culture .culture_box ul li .pic img {
        width: 100%;
        height: auto;
}

.culture .culture_box ul li .pic .txt_box {
        position: absolute;
        letft: 0;
        top: 0;
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        height: 100%;
        transform: translateY(50px);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: transform 0.6s, opacity 0.6s;
}

.culture .culture_box ul li .pic .txt_box .tab {
        width: 100%;
        height: 100%;
        display: table;
}

.culture .culture_box ul li .pic .txt_box .tab .tab_cell {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        text-align: center;
}

@media (max-width: 1400px) {
        .main.about .culture .culture_box ul li .pic .txt_box .tab .tab_cell {
                font-size: 14px;
                line-height: 24px;
        }
}

.culture .culture_box ul li .pic .mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #9d6840;
        opacity: 0.9;
        transform: scaleY(0);
        transform-origin: bottom center;
        transition: transform 0.6s;
}

.culture .culture_box ul li .pic .arrow {
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 11px solid #fff;
        position: absolute;
        z-index: 10;
        left: 50%;
        margin-left: -12px;
        bottom: 0;
}

.culture .culture_box ul li .cont {
        text-align: center;
        padding-top: 19px;
        padding-bottom: 28px;
}

.culture .culture_box ul li .cont .t {
        font-size: 24px;
        line-height: 32px;
        color: #454545;
}

@media (max-width: 1400px) {
        .culture .culture_box ul li .cont .t {
                font-size: 20px;
                line-height: 30px;
        }
}

.culture .culture_box ul li .cont .en_t {
        font-size: 18px;
        line-height: 20px;
        color: #bbb;
        font-family: Arial;
        line-height: 26px filter: alpha(opacity=30);
}

@media (max-width: 1400px) {
        .culture .culture_box ul li .cont .en_t {
                font-size: 16px;
                line-height: 18px;
        }
}

.lilian-box {
        margin-top: 50px;
        clear: both;
        overflow: hidden;
}

.lilian-box ul li {
        width: 25%;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #333333;
}

.lilian-box ul li img {
        display: block;
        margin: 0 auto;
        transition: 0.5s;
}

.lilian-box ul li:hover img {
        transform: scale(-1, 1);
        cursor: pointer;
}

.lilian-box ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
}

.about_linian span {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        line-height: 36px;
        margin-top: 20px;
        display: block;
}

.about_linian p {
        font-size: 14px;
        color: #666;
        line-height: 26px;
        padding: 0px 30px;
}

.zhanyue_box {
        background: #fff;
        padding: 80px 0px;
}

.zhanyue_box span {
        width: 1200px;
        height: 587px;
        margin-top: 40px;
        display: block;
        ;
}

.zhanyue_box span img {
        width: 100%;
}

/* 招贤纳士页面 */

/* 滚动内容样式 */

.scroll_main {
        width: 48%;
        display: block;
        margin: 0px auto;
        margin-bottom: 40px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
}

/* 滚动内容区样式 */

.scroll_wrap {
        width: 100%;
        height: 388px;
        position: relative;
        padding: 50px 0px;
}

/* 滚动内容样式 */

.scroll_wrap .scroll_cont {
        height: 100%;
        overflow: hidden;
}

.scroll_wrap .scroll_cont p {
        /*padding:15px;*/
}

/* 滚动条 */

.scroll_wrap .scroll_bar {
        position: absolute;
        top: 0;
        right: 0;
        width: 5px;
        height: 100%;
        background-color: #ededed;
}

/* 滚动块 */

.scroll_wrap .scroll_slider {
        position: absolute;
        top: 0;
        left: 0px;
        width: 5px;
        height: 48px;
        background-color: #9d6840;
        border-radius: 5px;
}

.scroll_wrap .scroll_slider:hover {
        opacity: 1
}

.scroll_cont dl {
        text-align: left;
        padding: 0px 40px 40px 40px;
        color: #333;
}

.scroll_cont dl dt {
        font-size: 24px;
        line-height: 36px;
        background: url(../images/join_icon1.jpg) no-repeat;
        padding-left: 50px;
}

.scroll_cont dl dd {
        font-size: 16px;
        line-height: 36px;
        margin-top: 25px;
}

.scroll_cont dl span {
        font-size: 14px;
        line-height: 28px;
        color: #888;
        margin-top: 10px;
        text-align: left;
}

.join_con {
        padding-top: 40px;
}

.scroll_ms {
        line-height: 48px;
        height: 48px;
        padding: 30px 0px 0px 0px;
        font-size: 16px;
        border-top: dashed 1px #ccc;
        width: 87%;
        margin: 0px auto;
}

.scroll_ms h2 {
        color: #333;
        line-height: 40px;
}

.scroll_ms h3 {
        width: 130px;
        height: 40px;
        border-radius: 30px;
        color: #fff;
        background-color: #9d6840;
        line-height: 40px;
}

.scroll_ms h3 a {
        font-size: 16px;
        color: #fff;
}

.scroll_ms h3 a:hover {
        width: 130px;
        height: 40px;
        border-radius: 30px;
        color: #fff;
        display: block;
        font-size: 16px;
}

.join_contact {
        text-align: left;
}

.join_contact h2 {
        color: #111;
        font-size: 18px;
        line-height: 60px;
}

.join_contact form {
        height: 50px;
        display: flex;
        width: 90%;
        justify-content: space-around;
}

.join_contact .input2 {
        width: 31.5%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: #666;
        border: 1px #dfdfdf solid;
        text-indent: 20px;
        margin-bottom: 20px;
        margin-right: 24px;
}

.join_contact .submit2 {
        height: 50px;
        line-height: 50px;
        background: #9d6840;
        color: #fff;
        font-size: 16px;
        width: 200px;
        cursor: pointer;
}

.join_ad {
        max-width: 1920px;
        margin-top: 50px;
}

.join_ad img {
        width: 100%;
        transition: 0.5s;
}

.join_ad img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
}

.join_ys {
        margin-top: 50px;
        height: auto;
        overflow: hidden;
}

.join_ys dl {
        float: left;
        width: 380px;
        margin-right: 30px;
}

.join_ys dl.join_jl {
        margin-right: 0px;
}

.join_ys dt img {
        transition: all 0.7s;
}

.join_ys dt img:hover {
        transform: scale(1.05);
}

.join_ys dl dd {
        text-align: center;
        color: #333;
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
}

.join_fl {}

.join_fl dl {
        float: left;
        width: 20%;
        text-align: center;
        margin-top: 50px;
}

.join_fl dl dd {
        font-size: 18px;
        color: #111;
        line-height: 40px;
}

.join_fl dl dt img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
}

/*绿植租售页面*/

.lvzhi_nav {
        height: 148px;
        border-bottom: 1px #e7e7e7 solid;
        overflow: hidden;
}

.lvzhi_nav ul {
        margin: 0px auto;
        width: 600px;
        text-align: center;
        margin-top: 40px;
        display: flex;
}

.lvzhi_nav ul a li {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin: 0 auto;
        width: 112px;
        height: 80px;
        padding-bottom: 25px;
}

.lvzhi_nav ul a:hover li {
        border-bottom: 3px #9d6840 solid;
        padding-bottom: 25px;
}

.lvzhi_nav a .curr {
        border-bottom: 3px #9d6840 solid;
        padding-bottom: 25px;
}

.lvzhi_nav ul a li.lvzhi_nav_fgx {
        background: none;
}

.lvzhi_nav ul .nav-innerbox {
        width: 200px;
        height: 80px;
        background: url(../images/lv_nav_fgx.png) no-repeat 0px 5px;
}

.lvzhi_nav ul a:first-child .nav-innerbox {
        background: none;
}

.lz_con {
        padding: 80px 0px 80px 0px;
        background: #f9f9f9;
        text-align: center;
        overflow: hidden;
        height: auto;
}

.lvzhi_fl {
        height: auto;
        overflow: hidden;
}

.lvzhi_fl h4 {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        padding: 30px 0px 40px 0px;
        display: block;
        text-align: center;
}

.lvzhi_fl dl {
        width: 530px;
        height: 226px;
        padding: 60px 30px;
        background: #cee1ef;
}

.lvzhi_fl dl dt span {
        font-size: 22px;
        color: #333;
}

.lvzhi_fl dl dt t {
        color: #00722b;
}

.lvzhi_fl dl dt p {
        color: #666;
        font-size: 16px;
        line-height: 30px;
        padding-top: 40px;
        width: 300px;
}

.lvzhi_fl dl dt b {
        width: 126px;
        height: 42px;
        background: #9d6840;
        display: block;
        border-radius: 6px;
        text-align: center;
        line-height: 42px;
        margin-top: 40px;
}

.lvzhi_fl dl dt b a {
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer;
}

.lvzhi_fl dl dd {
        width: 196px;
        height: 289px;
}

.lvzhi_fl dl dd img {
        width: 100%;
        margin-top: -20px;
}

.lz_service_tit {
        background: #fff;
        height: 65px;
        width: 910px;
        padding: 0px 145px;
        margin-top: 50px;
}

.lz_service_tit dl {
        line-height: 65px;
        width: 130px;
        float: left;
}

.lz_service_tit dl dt {
        float: left;
        width: 34px;
}

.lz_service_tit dl dt img {
        width: 100%;
        margin-top: 17px;
}

.lz_service_tit dl dd {
        float: right;
        text-align: left;
        width: 96px;
        text-indent: 10px;
}

.lz_service_tit dl dd a {
        color: #333;
        font-size: 18px;
}

.lz_service_tit dl dd a:hover, .lz_service dl dd a.hover {
        color: #9d6840;
}

.lz_service_con {
        padding: 70px 30px 0px 30px;
        height: auto;
        display: block;
        ;
}

.lz_service_conl {
        float: left;
        text-align: left;
        font-family: "苹方";
        color: #333;
}

.lz_service_conl h4 {
        font-size: 32px;
        line-height: 48px;
}

.lz_service_conl h5 {
        font-size: 16px;
        line-height: 34px;
        margin-top: 50px;
}

.lz_service_conl dl {
        float: left;
        width: 130px;
        margin-top: 60px;
        text-indent: 15px;
        border-left: 3px #9d6840 solid;
        margin-right: 30px;
}

.lz_service_conl dl dt {
        font-size: 36px;
        line-height: 50px;
}

.lz_service_conl dl dd {
        font-size: 16px;
        line-height: 28px;
}

.lz_service_conr {}

.lz_service_conr img {
        margin-top: -30px;
}

.lz_fwbz dl {
        width: 380px;
        float: left;
        margin: 50px 30px 80px 0px;
        position: relative;
}

.lz_fwbz dl.lz_fwbz_jl {
        margin-right: 0px;
}

.lz_fwbz dl dt img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
        cursor: pointer;
}

.lz_fwbz dl dd {
        position: absolute;
        background: #9d6840;
        width: 380px;
        height: 64px;
        padding-top: 10px;
        bottom: 0;
        opacity: 0.9;
        text-align: center;
}

.lz_fwbz dl dd span {
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
}

.lz_fwbz dl dd p {
        color: #fff;
        line-height: 24px;
}

.lz_case {
        padding-top: 50px;
}

.lz_case li {
        width: 278px;
        height: 286px;
        float: left;
        margin-right: 28px;
}

.lz_case li img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
}

.lz_case li.lz_case_jl {
        margin-right: 0px;
}

.lz_case li img {
        width: 100%;
        height: 100%;
}

.lz_liucheng {
        margin-top: 40px;
        clear: both;
        overflow: hidden;
}

.lz_liucheng ul li {
        width: 192px;
        float: left;
        text-align: center;
        font-size: 18px;
        color: #333333;
}

.lz_liucheng ul li img {
        display: block;
        margin: 0 auto;
        transition: 0.5s;
}

.lz_liucheng ul li:hover img {
        transform: scale(-1, 1);
        cursor: pointer;
}

.lz_liucheng ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 40px;
}

.lz_liucheng ul li span {
        font-size: 15px;
        color: #333;
        line-height: 46px;
}

/* 绿植租赁列表页 */

.lvzhi_list {
        background: #f9f9f9;
        padding: 60px 0px 80px 0px;
        height: auto;
        /* overflow: hidden; */
}
.lvzhi_list .wrap{
        display: flex;
}

.lvzhi_list dl {
        float: left;
        width: 23%;
        margin: 20px 20px 0px 0px;
        background: #fff;
        padding-bottom: 30px;
}

.lvzhi_list dl.lv_list_jl {
        margin-right: 0px;
}

.lvzhi_list dl dt {
        margin: 0px auto;
        width: 246px;
        height: 230px;
}

.lvzhi_list dl dt img {
        width: 100%;
        height: 100%;
        margin-top: 17px;
}

.lvzhi_list dl dt img:hover {
        transform: scale(1.05);
        transition: all 0.7s;
        cursor: pointer;
}

.lvzhi_list dl dd {
        text-align: center;
        padding-top: 40px;
        line-height: 30px;
}

.lvzhi_list dl h3 {
        color: #333;
        font-size: 18px;
}

.lvzhi_list dl h4 {
        font-size: 14px;
        color: #9d6840;
}

/*绿植套装*/

.lvzhi_tz {
        background: #f9f9f9;
        padding: 80px 0px 0px 0px;
        height: auto;
        overflow: hidden;
}

.lvzhi_tz .lvzhi_tz1 {
        padding-bottom: 80px;
}

.lvzhi_tz .lvzhi_tz1 h2 {
        color: #333;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
}

.lvzhi_tz .lvzhi_tz1 h3 {
        color: #333;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
}

.lvzhi_tz1 .lvzhi_tz_tit {
        line-height: 40px;
        height: 40px;
        width: 1100px;
        margin: 0px auto;
        text-align: center;
}

.lvzhi_tz1 .lvzhi_tz_tit ul {
        margin: 0px auto;
        display: block;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.lvzhi_tz1 .lvzhi_tz_tit ul li {
        background: #fff;
        width: 200px;
        margin: 20px 10px 0px 10px;
}

.lvzhi_tz1 .lvzhi_tz_tit ul li a {
        color: #333;
        font-size: 16px;
        text-align: center;
}

.lvzhi_tz1 .lvzhi_tz_tit ul li a:hover, .lvzhi_tz1 .lvzhi_tz_tit ul li a.hover {
        color: #fff;
        background: #9d6840;
        display: block;
}

/*.lvzhi_tz  ul{ margin: 0px auto; width: 1200px; text-align: center; margin-top: 40px; background: #333; display: block;}
.lvzhi_tz  ul li{ }
.lvzhi_tz  ul a li {font-size: 18px; color: #333; line-height: 30px;float: left; width:170px;background: url(../images/lv_nav_fgx.png) no-repeat 0px 5px; height: 80px; }*/

.lvzhi_tzcon {
        width: 100%;
        margin-top: 50px;
        height: auto;
}

.lvzhi_tzcon dt {
        float: left;
        width: 480px;
        padding: 60px;
        background: #f1f1f1;
        height:259px;
}

.lvzhi_tzcon dt h4 {
        font-size: 30px;
        color: #9d6840;
        line-height: 36px;
}

.lvzhi_tzcon dt p {
        color: #333;
        font-size: 16px;
        line-height: 26px;
        padding-top: 40px;
}
.lvzhi_tzcon dt p:hover{
	color:#9d6840;
}
.lvzhi_tzcon dt p:hover span{
	color:#9d6840 !important;
}
.lvzhi_tzcon dt b {
        color: #f60;
        font-weight: normal;
        font-size: 16px;
        line-height: 25px;
        padding-top: 80px;
        display: block;
}

.lvzhi_tzcon dd {
        background: #fff url(../images/lv_tz_sjx.png) no-repeat left center;
        width: 600px;
        float: right;
}

.lvzhi_tzcon dd img {
        /**width: 200px;;*/
        height: 378px;
        margin: 0px auto;
        display: block;
}

/* 新闻详情 */

.news_details {
        background: #fff;
        padding-top: 80px;
        height: auto;
}

.news_details h2 {
        color: #333;
        line-height: 58px;
        font-size: 26px;
        text-align: center;
}

.news_details_tit {
        width: 400px;
        margin: 0px auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
}

.news_details_tit div {
        float: left;
        font-size: 14px;
        width: 100px;
}

.news_ils_time {
        background: url(../images/news_time.png) no-repeat left center;
        text-indent: 10px;
}

.news_ils_fl {
        background: url(../images/news_dian.png) no-repeat 30px 10px;
        text-align: right;
}

.news_ils_cs {
        background: url(../images/news_yj.png) no-repeat 45px 8px;
        text-align: right;
}

.news_ils_fx {
        background: url(../images/news_fx.png) no-repeat 48px 6px;
        text-align: right;
}

.news_boder {
        padding-bottom: 40px;
        border-bottom: 1px #ddd solid;
}

.news_details_wz {
        padding-top: 40px;
        font-size: 14px;
        color: #666;
        line-height: 26px;
        text-indent: 2em;
}

.news_details_wz span {
        width: 550px;
        height: 340px;
        margin: 0px auto;
        display: block;
        padding: 30px 0px;
}

.news_details_btn {
        width: 165px;
        height: 50px;
        margin: 0px auto;
        border: 1px #9d6840 solid;
        margin-top: 100px;
        border-radius: 5px;
        background: url(../images/news_balck.jpg) no-repeat 100px 20px;
}

.news_details_btn a {
        color: #9d6840;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        padding-right: 20px;
        display: block;
}

.news_details_btn a:hover {
        color: #fff;
        background: #9d6840 url(../images/news_balck2.png) no-repeat 100px 20px;
}

.news_details_list {
        height: 40px;
        line-height: 40px;
        background: #efefef;
        margin-top: 60px;
        padding: 0px 20px;
        font-size: 14px;
        margin-bottom: 80px;
}

.news_details_list a {
        font-size: 14px;
        color: #333;
}

.news_details_list a:hover {
        font-size: 14px;
        color: #9d6840;
}

/* 预约服务 */

.reservation {
        width: 100%;
        height: 837px;
        text-align: center;
        background-color: #fafafa;
        padding-top: 80px;
}

.reservation .poster {
        width: 970px;
        margin: 0 auto;
        text-align: center;
}

.reservation .poster input {
        width: 450px;
        height: 48px;
        float: left;
}

.reservation .poster textarea {
        width: 950px;
        height: 274px;
        padding-top: 15px;
}

.reservation .poster input[type='submit'] {
        width: 181px;
        height: 54px;
        background-color: #9d6840;
        border-radius: 3px;
        color: #fff;
        margin-left: 40%;
}

.reservation .poster div {
        width: 450px;
        height: 48px;
        float: left;
        line-height: 48px;
        margin: 0 auto;
        margin-right: 40px;
        background-color: #fff;
        text-align: left;
}

.reservation .poster input, .poster textarea, .poster div {
        margin-bottom: 20px;
        padding-left: 10px;
        border: 1px solid rgba(0, 0, 0, 0.17);
}

