li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #4c4c4c;
}

body{
    color: #4c4c4c;
}

.clearbox:after{
    content: '';
    display: block;
    clear: both;
}
.displayflex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.transYT50 {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms,opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}
.action.transYT50 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.layout {
    padding: 0 66px;
}
/*------------pc导航-------------*/
.pchearder{
    padding: 0 66px;
    background: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    transition:all 0.3s;
}
    .pchearder>.clearbox {
          padding:10px 0;
    }
    .pchearder.cur{
        padding: 0 66px;
    }
        .pchearder.cur > .clearbox {
            padding: 10px 0;
            border-bottom:1px solid rgba(0,0,0,0.1);
        }
    .pchearder img {
        height:50px;
    }
.pchearder ul{
    float: right;
}
.pchearder ul li{
    float: left;
    font-size: 14px;
    padding: 18px 0;
    padding-right: 66px;
}
    .pchearder.cur ul li {
         padding: 15px 0;
          padding-right: 66px;
    }
    .pchearder.cur ul li:last-child,
.pchearder ul li:last-child{
    padding-right: 0;
}
.pchearder ul li i{
    cursor: pointer;
    color: #5a5a5a;
}
    .pchearder ul li a {
        position:relative;
    }
.pchearder ul li.cur a{
    color: #9e7d61;
}
    .pchearder ul li a:after {
        content:'';
        position:absolute;
        width:0;
        height:2px;
        left:50%;
        bottom:-10px;
        background:#9e7d61;
        transition:all 0.5s;
    }
    .pchearder ul li:hover a:after{
         width:100%;
          left:0;
    }
.seach{
    background: #ffffff;
    padding: 20px 66px;
    text-align: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 65px;
    z-index: 999;
    display: none;
}
.seach form{
    padding: 0 10px;
    display: inline-block;
    width: 60%;
    text-align: left;
}
.seach form input{
    border: 0;
    width: 80%;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    padding: 0 10px;
}
.seach form i{
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.4s ease,color 0.4s ease;
}
.seach form i:hover {
    transform: rotate(180deg);
}

/*------------pc导航end-------------*/
/*------------手机端导航-------------*/
.mhearder {
    background: #ffffff;
    z-index: 12;
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 0 1px 1px #ccc;
}
.mhearder .logo {
    margin: 5px 0;
    margin-left: 20px;
    display: inline-block;
}
.mhearder .logo img{
    height: 60px;
}
.dhbox {
    float: right;
    width: 100px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}
.dhbox:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    top: 25%;
    left: -1px;
    background: #dedede;
}
.mobile_btn {
    cursor: pointer;
    margin-right: 15px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.mobile_btn span {
    display: block;
    width: 18px;
    height: 1px;
    background: #666666;
    transition: all .45s;
}
.mobile_btn .line2 {
    margin: 5px 0;
    width: 12px;
}
.mobile_btn.on .line1 {
    transform: rotate(45deg);
    transform-origin: 5% 50%;
}
.mobile_btn.on .line2 {
    width: 0;
}
.mobile_btn.on .line3 {
    transform: rotate(-45deg);
    transform-origin: 5% 50%;
}
.z_mask {
    width: 0%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    transition: all .8s;
    z-index: 10;
}
.slide_box {
    width: 60%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 71px;
    padding: 0;
    background: #fff;
    transition: all .6s;
    z-index: 101;
    transform: translateX(100%);
    box-sizing: border-box;
}
.slide_nav li a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid #dedede;
    padding: 0 10px;
    box-sizing: border-box;
}
.z_mask.active {
    width: 100%;
}
.slide_box.active {
    transform: translateX(0);
}
/*------------手机端导航end-------------*/

/*------------首页-------------*/
.banner{

}
.bannerswiper {
    position:relative;
     height: 700px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
      color:#ffffff;
    font-weight:bold;
}
.banner a{
    position:absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
     transition: all 2s;
  
}
    .banner  .z_row {
        transition: all 2s;
        transform: translateY(100px);
        opacity:0;
    }
    .banner  .z_row  h3{
        font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 4px;
    }
    .banner  .z_row  h4{
        font-size: 24px;
    letter-spacing: 3px;
    }
    .banner .swiper-slide-active .z_row {
        transform: translateY(0);
        opacity:1;
    }
.banner .swiper-slide-active a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.banner .swiper-button-next,
.banner  .swiper-button-prev{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: rgba(255,255,255,0.2);

}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next{
    left: 70px;
}
.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev{
    right: 70px;
}
.banner .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}
.banner .swiper-pagination-bullet-active{
    background: #9e7d61;
}
.bt{
    color: #9e7d61;
    font-size: 24px;
    line-height: 36px;
    letter-spacing:2px;
    text-align: center;
    padding: 65px 0 50px 0;
}
.syabout{

}
.syabout p{
    line-height: 36px;
    font-size: 14px;
}
.syabout a{
    display: block;
    text-align: center;
    margin: 43px 0;
    color: #999999;
}
    .syabout a:hover {
        color:#9e7d61;
    }
.syabout li{
    overflow: hidden;
    margin-bottom: 7px;
    cursor: pointer;
}
.syabout li.li1{
    width: 14%;
}
.syabout li.li2{
    width: 28%;
}
.syabout li .liimg{
    height: 248px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 2s;
}
.syabout li:hover .liimg{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.1);     /*兼容-moz-引擎浏览器*/
}
.syabout .mul{
    padding: 0 10px;
    display: none;
}
.syabout .mul .mliimg{
    width: 49%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.area{
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.areabox{
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.48);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.areabox:last-child{
    border-right: 0;
}
.areabox a{
    transition: all .6s;
    transform: translateY(100%);
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.areabox:hover a{
    transform: translateY(0);
}
.areabox a .areaa div{
    font-size: 30px;
    line-height: 28px;
    padding: 10px 0;
    font-family: fantasy;
}
.areabox a .areaa p{
    font-size: 18px;
    padding: 70px 0 70px 0;
}
.areabox:nth-child(1) a{
    background: #27405e;
}
.areabox:nth-child(2) a{
    background: #9e7d61;
}
.areabox:nth-child(3) a{
    background: #484443;
}
.areabox:nth-child(4) a{
    background: #40929e;
}
.syhzhb{
    padding: 0 70px;
    overflow: hidden;
}
.syhzhb .clearbox{
    padding-bottom: 50px;

}
.syhzhb .clearbox div{
    float: left;
    margin-right: 10px;
}

.syhzhb a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #a8adb2;
    width: 160px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
}
.syhzhb a img{
    max-height: 100%;
    max-width: 100%;
}
/*------------首页end-------------*/

/*------------尾部-------------*/
footer{
    margin-top: 50px;
    background: #282828;
    padding: 0 10px;
    padding-top: 70px;
    text-align: center;
}
footer .wblj{
    padding: 25px 0;
}
footer .wblj li{
    display: inline-block;
    padding: 0 30px;
}
footer .wblj li a{
    font-size: 14px;
    color: #ffffff;
}
    footer .wblj li a:hover {
        color: #9e7d61;
    }
footer .wblx{
    color: #666666;
}
footer .wblx span{
    padding: 0 25px;
}
footer .fwewm{
    padding: 50px 0;
}
footer .fwewm>img{
    vertical-align: top;
    margin-right: 30px;
}
footer .fwewm div{
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}
footer .banh{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 20px 0;
}
footer .banh a{
    color: #666666;
}
/*------------尾部end-------------*/
/*------------关于我们-------------*/
.bannerqt{
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bannerqt .container{
    height: 100%;
    position: relative;
}
.bannerqt .wzqt{
    color: #ffffff;
    position: absolute;
    left: 40px;
    top: 30%;

}
.bannerqt .wzqt div{
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 20px;
}
.bannerqt .wzqt p{
    letter-spacing: 3px;
    font-size: 20px;
}
.donghua{
    position: absolute;
    left: 40px;
    bottom: 20%;
    text-align: center;
}
.donghua span{
    color: #ffffff;
    display: block;
    font-size: 20px;
    -webkit-animation: mouse-dot 1.0s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.0s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.donghua .shubiao{
    border: 2px solid #fff;
    width: 20px;
    height: 36px;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    z-index: 900;
    position: relative;
}
.donghua .shubiao i{
    width: 2px;
    height: 8px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 45%;
    top: 5px;
    -webkit-animation: mouse-dot 1.0s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.0s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes mouse-dot {
    from { opacity: 0; }

    33% { opacity: 1; }

    to { transform: translateY(10px); -webkit-transform: translateY(10px); opacity: 0; }
}

@-webkit-keyframes mouse-dot {
    from { opacity: 0; }

    33% { opacity: 1; }

    to { transform: translateY(10px); -webkit-transform: translateY(10px); opacity: 0; }
}
.qtnav{
    border-bottom: 1px solid #e5e5e5;
}
.qtnav a{
    display: inline-block;
    padding:30px 0;
}
    .qtnav a:hover {
         color: #9e8168;
    }
.qtnav span{
    padding: 0 30px;
}
.qtnav .swiper-slide{
    width: auto;
}
    .qtnav .swiper-slide:last-child span {
        display:none;
    }
.qtnav .cur a{
    color: #9e8168;
    border-bottom: 2px solid #9e8168;
}
.jianjie{
    padding: 88px 0;
}
.jianjie .clearbox div{
    display: inline-block;
}
.jianjie p{
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding-bottom: 10px;
}
.jianjie .jianjiep{
    width: 70%;
    float: right;
}
.lnts{
    background: url("../images/lnbj.png") no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 55px 0;
}
.lnts ul{
    padding: 110px 0 0 0;
}
.lnts ul li{
    min-height: 160px;
   margin-bottom: 40px;
}
.lnts ul li div{
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.lnts ul li div:last-child{
    width: 50%;
}
    .lnts ul li em {
        display:inline-block;
        height:78px;
        overflow:hidden;
    }
.lnts ul li span{
    display:block;
    padding-top: 35px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.lnts ul li p{
    margin-right: 20px;
    display: inline-block;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    line-height: 18px;
    vertical-align: top;
}
.team{
    text-align: center;
    padding-bottom: 30px;
}
.qtbt .h1{
    padding: 60px 0;
}
.qtbt p{
    font-size: 14px;
    padding-bottom: 60px;
    color: #666666;
    line-height: 32px;
}
.team li{
    width: 272px;
    display: inline-block;
}
.team li .teamimg{
    height: 272px;
    overflow: hidden;
}
.team li .teamimg img{
    width: 100%;
    transition: all 2s;
    cursor:pointer;
}
    .team li .teamimg img:hover {
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    }
.team li p{
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    padding-bottom: 20px;
}
.team li p span{
    color: #666666;
    font-size: 14px;
    padding-left: 15px;
}
.gsry{
    background: #f5f5f5;
    padding: 60px 0;
}
.gsry .h1{
    float: left;
}
.gsry .ryshijian{
    float: right;
    width: 50%;
    padding: 0 75px;
    position: relative;
}
.gsry .gallery-top .swiper-slide{
    color: #333333;
    text-align: center;
}
.gsry .gallery-top .swiper-slide-active{
    color: #9e8168;
    font-size: 16px;
}
.gsry .ryshijian .swiper-button-next,
.gsry .ryshijian .swiper-button-prev{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #9e8168;
}
.gsry .ryshijian .swiper-button-next:after,
.gsry .ryshijian .swiper-button-prev:after{
    font-size: 16px;
}
.ryimg{
    float: left;
    height: 350px;
    overflow: hidden;
    padding: 5px;
}
.ryimg img{
    width: 100%;
    transition: all 2s;
    cursor: pointer;
}
    .ryimg img:hover {
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    }
.gsry .gallery-thumbs{
    margin-top: 50px;
}
.gyhzhb{
    text-align: center;
}
.gyhzhb ul{}
.gyhzhb li{
    float: left;
    width: 14.285%;
    padding: 10px;
}
.gyhzhb li a{
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}
.gyhzhb li a img{
    max-width: 100%;
    max-height: 100%;
}
/*------------关于我们end-------------*/

/*------------新闻资讯-------------*/
.newsbox{

}
.newsbox li{
    padding-top: 45px;
}
.newsbox li .newimg{
    height: 235px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.newsbox li .newswz{
    padding-left: 30px;
}
.newsbox li .newswz p{
    font-size: 18px;
    color: #333333;
    padding: 10px 0;
}
.newsbox li .newswz div{
    color: #666666;
    line-height: 26px;
    padding-bottom: 45px;
}
.newsbox li .newswz span{
    color: #9e8168;
    padding-top: 10px;
    display: inline-block;
    font-size: 36px;
    border-top: 1px solid #cccccc;
}
.jzgd{
    text-align: center;
    padding: 100px 0 30px 0;
}
.jzgd a{
    display: inline-block;
    width: 130px;
    height: 48px;
    background: #f5f5f5;
    line-height: 48px;
    color: #999999;
    transition:all 0.5s;
}
    .jzgd a:hover {
        background:#9e7d61;
        color:#ffffff;
    }
/*------------新闻资讯end-------------*/
/*------------新闻详情-------------*/
.newxq{
    width: 1080px;
    margin: auto;

}
.newxqbox{
    position: relative;
}
.fenxiang{
    position: absolute;
    left: 0;
    top: 30%;
}
.newxqbox .fenxiang a {
    background: none;
    text-indent: 0;
    color: #cccccc;
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 25px;
}
.newxqbox .fenxiang a:hover {
    color: #9e8168;
}
.xwbt{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}
.xwbt div{
    font-size: 28px;
    color: #000000;
    position: relative;
    display: inline-block;
}
.xwbt span{
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 16px;
    color: #999999;
}
.xwnr p{
    line-height: 36px;
    padding: 10px 0;
}
.xwnr img{
    max-width: 100%;
    margin: 10px 0;
}
.xwfh{
    padding: 50px 0;
}
.xwfh a{
    color: #999999;
    line-height: 26px;
}
.xwfh span{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #e5e5e5;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
}
.xwfh a:hover{
    color: #9e8168;
}
.xwfh a:hover span{
    background: #9e8168;
}
/*------------新闻详情end-------------*/

/*------------城市规划-------------*/
.planjj div.h1{
    padding-top: 20px;
    width: 30%;
     vertical-align: middle;
   
}
.planjj .clearbox div.h1 img{
    display: block;
    margin: auto;

}
.planjj .clearbox .disblin{
   display:inline-block;
}
    .planjj .clearbox .disblin p {
         font-size:20px;
         margin-top: 20px;
    }


.xmzs{
    overflow:hidden;
}
.planbox {
    margin:0 -6px;
}
.xmzs .xb4{
    padding: 25px 6px;
    position: relative;
    cursor: pointer;
}
.xmzs .xb4 a{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}
.xmzs .zsimg{
    height: 250px;
    overflow: hidden;
}
.xmzs .zsimg img{
    width: 100%;
    transition: all 2s;
}
    .xmzs .zsimg img:hover {
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    }
.xmzs p{
    color: #333333;
    padding: 10px 0;
}
.xmzs span{
    color: #999999;
}
.xmxq{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    display: none;
}
.xmxq .container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.xmxqbox{
    background: #ffffff;
    padding: 60px;
    width: 100%;
    position: relative;
    display: none;
}
.xmxqbox .cha{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    color: #cccccc;
}
.xmxqbox .gallery-thumbs{
    padding: 0 50px;
    margin-top: 20px;
}

.xmxqbox .gallery-thumbs .swiper-slide{
    width: 18%;
    height: 80px;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}
.xmxqbox .gallery-top{

}
.xmxqbox .gallery-top .swiper-slide{
    height: 450px;
    background-size: cover;
    background-position: center;

}
.xmxqbox .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
    border: 2px solid #9e8168;
}
.xmzslb{
    position: relative;
}
.xmxqbox .swiper-button-next,
.xmxqbox .swiper-button-prev{
    width: 36px;
    height: 80px;
    background: #9e8168;
    bottom: 0;
    top: auto;
}
.xmxqbox .swiper-button-next:after,
.xmxqbox .swiper-button-prev:after{
    font-size: 18px;
}
.xmxqbox .swiper-button-prev,
.xmxqbox .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.xmxqbox .swiper-button-next,
.xmxqbox .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.xmzsnr{
    padding-left: 65px;
    color: #333333;
}
.xmzsnr .h1{
    padding: 10px 0;
}
.xmzsnr li{
    color: #9e8168;
    padding: 6px 0;
}
.xmzsnr li i{
    color: #9e8168;
    margin-right: 5px;
}
.xmzsnr li span{
    color: #666666;

}
.sjsm{
    padding-top: 20px;
}
.sjsm>span{
    color: #9e8168;
    display: block;
    padding-bottom: 10px;
}
.sjsm p{
    color: #666666;
    line-height: 24px;
    padding-bottom: 10px;
    text-indent: 2rem;
}
.xmlist{
    text-align: center;
}
.xmlist a{
    display: inline-block;
    color: #666666;
    padding: 10px;
    font-size: 16px;
    position: relative;
}
.xmlist a.cur{
    background: #9e8168;
    color: #ffffff;
}
.xmlist span{
    padding: 0 10px;
    color: #666666;
}
.xmlist span:last-child{
    display: none;
}
/*------------城市规划end-------------*/

/*------------项目详情页面-------------*/
.xianmu{
    padding-top: 50px;
    padding-bottom: 50px;
}
.xianmulb{
    position: relative;
}
.xianmulb .gallery-top .swiper-slide{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}
.xianmulb .gallery-thumbs{
    padding: 0 50px;
    margin-top: 20px;
}
.xianmulb .gallery-thumbs .swiper-slide{
    width: 124px;
    height: 80px;
    opacity: 0.4;
    background-size: cover;
    background-position: center;
}
.xianmulb .gallery-thumbs .swiper-slide-thumb-active{
    opacity: 1;
    border: 2px solid #9e8168;
}
.xianmulb .swiper-button-next,
.xianmulb .swiper-button-prev{
    width: 36px;
    height: 80px;
    background: #9e8168;
    bottom: 0;
    top: auto;
}
.xianmulb .swiper-button-next:after,
.xianmulb .swiper-button-prev:after{
    font-size: 18px;
}
.xianmulb .swiper-button-prev,
.xianmulb .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.xianmulb .swiper-button-next,
.xianmulb .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.xianmunr{
    padding-top: 30px;
}
/*------------项目详情页面end-------------*/

/*------------企业文化-------------*/
.qywhjj{
    padding-top: 50px;
}
.whimg{
    width: 522px;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.whh1{
    color: #333333;
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 100px;
}
.whtext{
    width: 760px;
}
.whtext .whh1{
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
   
}
.whbox{
    float:right;
    width:322px;
}
    .whbox:nth-child(1) {
        float:left;
        width:55%;
    }
.whbox span{
    font-size: 16px;
    color: #9e8168;
    padding-top: 15px;
    display: block;
    line-height: 36px;
}
.whbox p{
    display: block;
    color: #666666;
   line-height:24px;
}
.pcygswiper{
    position: relative;
    padding-bottom: 40px;
}
   
.pcygswiper li {
    height: 248px;
    overflow: hidden;
    float: left;
    padding: 5px;
    width:20%;
}
    .pcygswiper li:nth-child(3) {
        width:40%;
    }
.ygimg {
    background-size: cover;
    background-position: center;
    height: 100%;
    width:100%;
     transition:all 2s;
}
.fdboxyc {
  overflow: hidden;
    height: 100%;
    width:100%;
}

    .pcygswiper .fdboxyc:hover .ygimg{
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    }

.ygswiper .swiper-pagination{
    text-align: center;
    width: 100%;
    bottom: 0;
}
.ygswiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    margin: 0 5px;
    height: 10px;
}
.ygswiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #9e8168;
}
.mygswiper{
    display: none;
    position: relative;
    padding-bottom: 40px;
}
.mygswiper .swiper-slide{
    height: 300px;
    background-size: cover;
    background-position: center;
}
.jlswiper{

}
.pcjlswiper{
    position: relative;
    padding-bottom: 40px;
}
.pcjlswiper li{
    float: left;
   width: 40%;
   padding: 5px;
}
    .pcjlswiper li:last-child {
        width:20%;
    }
.pcjlswiper li .ygimg{
    height: 248px;
}


.jlswiper .swiper-pagination{
    text-align: center;
    width: 100%;
    bottom: 0;
}
.jlswiper .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    margin: 0 5px;
    height: 10px;
}
.jlswiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #9e8168;
}
.mjlswiper{
    display: none;
    position: relative;
    padding-bottom: 40px;
}
.mjlswiper .swiper-slide{
    height: 300px;
    background-size: cover;
    background-position: center;
}
.nkcb{}
.nkcb ul{}
.nkcb li{
    padding: 10px;
}
.nkcb li .nkimg{
    border: 1px solid #e5e5e5;
    height: 400px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nkcb li .nkimg img{
    max-width: 100%;
    max-height: 100%;
}
.nkcb li p{
    font-size: 16px;
    line-height: 36px;
}
.nkcb li span{
    color: #999999;
}

/*------------企业文化end-------------*/

/*------------加入我们-------------*/
.jonin{
    width: 600px;
    background: url("../images/mh.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    margin: 100px auto;
}
.jonin p{
    font-size: 18px;
    line-height: 40px;
}
.joninbox li{
    width: 20%;
    float: left;
    padding: 7px;
}
.joninbox li div{
    background: #f5f5f5;
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
}
.joninbox li div img{
    vertical-align: middle;
    transform: translateX(-20px);
    transition:all 0.1s;
}
    .joninbox li div:hover img{
     transform: translateX(0);
    }

.ycjoin{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    overflow: auto;
}
.ycjoin .container{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ycjoin .joinxx{
    background: #ffffff;
    padding: 90px 80px 80px;
    width: 1000px;
    height: auto;
    overflow: auto;
    position: relative;
    display:none;
}
.ycjoin .joinxx .cha{
    position: absolute;
    right: 30px;
    top: 30px;
    color: #d0d0d0;
    cursor: pointer;
    z-index: 999;
}
.joinxx .xb4{
    padding-bottom: 20px;
}
.joinxx .xb4 p{
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}
.joinxx .xb4 span{
    font-size: 18px;
    color: #666666;
}
.joinxx .xb8 p{
    line-height: 36px;
}
.joinxx .xb8 a{
    display: inline-block;
    color: #9f8169;
    margin-top: 30px;
}

/*------------加入我们end-------------*/

/*------------联系我们-------------*/
.contactbox{
    padding-top: 50px;
}
.contactbox .whh1{
    padding-top: 0;
    text-align: left;
}
    .contactbox .xb5 {
         padding-right:50px;
    }
    .contactbox .lxwmli {
        padding-top:20px;
        border-top:1px dashed #cccccc;
       
    }
.contactbox p{
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
}
.contactbox p img{
    margin-right: 10px;
}
.contactbox .clearbox{
    padding: 30px 0;
}
.contactbox .clearbox img{
    display: inline-block;
    width: 104px;
    vertical-align: middle;
}
.contactbox .clearbox div{
    display: inline-block;
    vertical-align: middle;
}
.contactbox .clearbox div p{
    font-size: 14px;
    padding-bottom: 5px;
}
/*------------联系我们end-------------*/

/*搜索页面*/
.search .xb4 a {
    position:relative;
    display:block;
}

.fiexdbox{
    position: fixed;
    right: 10px;
    top: 80%;
    z-index: 999;
    cursor: pointer;
}
.fiexdbox .sz{
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #cccccc;
    display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius: 100%;
}
.fiexdbox .sz img{
    width: auto;

}


/*媒体查询*/
@media (max-width: 1600px) {
    .pchearder,
    .pchearder.cur,
    .layout{
        padding: 0 40px;
    }
    .seach {
        padding:20px 40px;
    }
        .pchearder > .clearbox,
        .pchearder.cur > .clearbox{
            padding:10px 0;
        }
    .pchearder ul li,
    .pchearder.cur ul li{
        padding-right: 40px;
    }
    .syhzhb {
        padding: 0 30px;
    }

}
@media (max-width: 1400px) {
    .whimg {
        width: 40%;
    }

    .whtext {
        width: 59%;
    }
    .whbox,
    .whbox:nth-child(1){
        width:50%;
    }
     .banner .bannerswiper {
        height: 600px;
    }
}

@media (max-width: 1300px) {

    .pchearder {
        padding: 15px 20px;
    }
    .syabout li .liimg{
        height: 200px;
    }
    .area{
        height: 500px;
    }
    .areabox a .areaa p {
        font-size: 18px;
        padding: 70px 0 50px 0;
    }
    footer .wblx span{
       padding-left: 0;
        padding-right: 20px;
    }
    .xmzs .zsimg{
        height: 250px;
    }
   
}

@media (max-width: 1200px) {
    .pchearder,
    .pchearder.cur,
    .layout{
        padding: 0 15px;
    }
      .seach {
        padding:20px 15px;
    }
    .pchearder.cur ul li,
    .pchearder ul li {
        padding-right: 30px;
        font-size: 14px;
    }
    .banner .bannerswiper,
    .bannerqt{
        height: 600px;
    }
    .bannerqt .wzqt div{
        font-size: 35px;
    }
    .bannerqt .wzqt p {
        font-size: 20px;
    }
    .gyhzhb li{
        width: 20%;
    }
    .newxq{
        width: 100%;
    }
    .fenxiang{
        display: none;
    }
    .xmzs .zsimg{
        height: 200px;
    }
    .xmxqbox{
        padding: 40px;
    }
    .xmzsnr {
        padding-left: 20px;
    }
    .xmxqbox .gallery-top .swiper-slide{
        height: 350px;
    }
    .joninbox li{
        width: 25%;
    }
    .joninbox li div{
        font-size: 14px;
    }
    .planbox {
    margin:0;
}
    .banner a {
        background-size:cover;
    }
}
@media (max-width: 1000px) {
    .pchearder{
        display: none;
    }
    .mhearder{
        display: block;
    }
    .syabout ul{
        display: none;
    }
    .syabout .mul{
        display: block;
    }
    .layout {
        padding:0;
    }
    .area{
        padding: 10px;
        height: auto;
    }
    .areabox a{
        position: relative;
        padding: 20px 0;
        margin-bottom: 10px;
        transform: translateY(0);
    }
    .areabox a .areaa p{
        padding: 20px 0;
    }
    .syhzhb{
        padding: 0 10px;
    }
    footer{
        padding-top: 20px;
    }
    footer .wblx span{
        padding-right: 0;
        display: block;
        padding-bottom: 10px;
    }
    footer .fwewm {
        padding: 30px 0;
    }
    footer .wblj li{
        padding-bottom: 10px;
    }
    .bannerqt .wzqt{
        left: 0;
        padding: 0 10px;
    }
    .jianjie .jianjiep{
        width: 100%;
        padding-top: 15px;
    }
    .jianjie p {
        font-size: 14px;
        line-height: 24px;
    }
    .jianjie{
        padding: 40px 0;
    }
    .lnts ul li div:last-child{
        width: 50%;
        padding-left: 20px;
    }
    .lnts ul li div:first-child{
        width: 80px;
    }
    .lnts ul li p{
        margin-right: 0;
        text-align: left;
        display: block;
        writing-mode: inherit;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
        writing-mode: inherit;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
        margin-bottom: 10px;
    }
    .team li{
        width: 230px;
    }
    .team li .teamimg {
        height: 230px;
    }
    .ryimg{
        height: 300px;
    }
    .gsry .ryshijian{
        width: 100%;
        padding: 0 45px;
    }
    .gsry .h1{
        padding-bottom: 30px;
        font-size: 20px;
    }
    .gsry {
        padding: 30px 0;
    }
    .newsbox li .newswz{
        padding-left: 0;
    }
    .newsbox li .newswz div {
        line-height: 24px;
        padding-bottom: 20px;
    }
    .newsbox li .newswz span{
        font-size: 20px;
    }
    .xwbt{
        padding: 60px 0 10px 0;
    }
    .xwbt div{
        font-size: 20px;
    }
    .xwnr p {
        line-height: 26px;
        padding: 5px 0;
    }
    .xmzs .xb4 a{
        display: block;
    }
    .xmzsnr{
        padding-left: 0;
    }
    .planjj div.h1{
        width: 100%;
        text-align: center;
    }
    .whimg{
        width: 100%;
    }
    .whtext{
        width: 100%;
    }
    .whtext .whh1{
        padding-left: 0;
        padding-top: 20px;
    }
    .whh1{
        font-size: 20px;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .pcygswiper,
    .pcjlswiper{
        display: none;
    }
    .mygswiper,
    .mjlswiper{
        display: block;
    }
    .joninbox li{
        width: 33.333333%;
    }
    .ycjoin .joinxx{
        padding: 30px;
        width: 100%;
    }
    .ycjoin .joinxx p{
        line-height: 24px;
    }
    .joinxx .xb8 a{
        margin-top: 5px;
    }
    .banner .z_row h3 {
        font-size:24px;
        margin-bottom:10px;
    }
    .banner .z_row h4 {
        font-size:16px;
    }
}
@media (max-width: 760px) {
    .banner .bannerswiper,
    .bannerqt{
        height: 400px;
    }
    .banner .swiper-button-next,
    .banner .swiper-button-prev{
        display: none;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px;
    }
    .bt {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 0;
    }
    .syabout p {
        line-height: 28px;
        font-size: 14px;
    }
    .syabout a{
        margin: 20px 0;
    }
    .syhzhb .clearbox div{
        width: 33.33333%;
        margin-right: 0;
    }
    .syhzhb .clearbox{
        padding-bottom: 0;
    }
    .bannerqt .wzqt div {
        font-size: 30px;
    }
    .bannerqt .wzqt p {
        letter-spacing: 0;
        font-size: 18px;
    }
    .donghua{
        display: none;
    }
    .qtbt .h1 {
        padding: 20px 0;
        font-size: 20px;
    }
    .qtbt p {
        font-size: 14px;
        padding-bottom: 20px;
        line-height: 28px;
    }
    .ryimg {
        height: 200px;
    }
    .gyhzhb li{
        width: 25%;
    }
    .xwfh a{
        width: 100%;
        margin-bottom: 10px;
    }
    .xwfh{
        padding: 30px 0;
    }
    .xmzs .xb4{
        padding: 10px 0;
    }
    .jzgd{
        padding: 30px 0;
    }
    .xianmulb .gallery-top .swiper-slide{
        height: 400px;
    }
    .xianmulb .gallery-thumbs .swiper-slide{
        width: 100px;
    }
    .nkcb li .nkimg{
        height: 300px;
    }
    .jonin{
        width: 100%;
        margin: 30px auto;
    }
    .jonin p{
        font-size: 14px;
    }
    .joinxx .xb4 p{
        font-size: 18px;
    }
    .joinxx .xb4 span{
        font-size: 14px;
    }
    .ycjoin .joinxx{
        padding: 15px;
    }
    .ycjoin .joinxx .cha{
        right: 10px;
        top: 10px;
    }
    .contactbox p {
        font-size:12px;
    }
    .contactbox .xb5 {
        padding-right:0;
    }
    .joinxx .displayflex {
        height: 350px;
    overflow: auto;
    }
     .whbox,
    .whbox:nth-child(1){
        width:100%;
    }
}
@media (max-width: 640px) {
    .banner .bannerswiper,
    .bannerqt{
        height: 300px;
    }
    .syabout .mul .mliimg{
        height: 150px;
    }
    .syhzhb .clearbox div{
        width: 50%;
        margin-right: 0;
        padding: 0 5px;
    }
    .syhzhb .clearbox div a{
        width: 100%;
    }
    .lnts{
        padding-top: 40px;
        padding-bottom: 0;
    }
    .lnts ul{
        padding-top: 30px;
    }
    .lnts .h1{
        font-size: 20px;
    }
    .gyhzhb li{
        width: 33.33333%;
    }
    .newsbox li .newswz p{
        font-size: 16px;
    }
    .xianmulb .gallery-top .swiper-slide{
        height: 300px;
    }
    .mygswiper .swiper-slide,
    .mjlswiper .swiper-slide{
        height: 200px;
    }
    .joninbox li{
        width: 50%;
        padding: 3px;
    }
    .joninbox li div{
        padding: 0 5px;
    }
    .xmlist a {
        font-size:14px;
        padding:5px;
    }
    .team li {
        width:50%;
        padding:5px;
    }
        .team li .teamimg {
            height:180px;
        }
        .team li p {
            font-size:14px;
        }
        .team li p span {
            font-size:12px;
        }
    .qtnav span {
        padding:0 10px;
    }
}
@media (max-width: 500px) {
   
    .gyhzhb li{
        width: 50%;
    }
}
@media (max-width: 414px) {
   
    .mygswiper .swiper-slide,
    .mjlswiper .swiper-slide{
        height: 150px;
    }
}
@media (max-width: 375px) {
    .bt {
        font-size: 18px;
    }
}