﻿/* 首页公用样式 start */
.head-nav{
    width:100%;
    height:40px;
    line-height:40px;
}
.btn-font{
    cursor:pointer;
    color:#3499ff;
}
.head-nav>ul{
    float:left;
}
.head-nav>ul>li{
    float:left;
    height:40px;
    line-height:40px;
    padding:0 16px;
    box-sizing:border-box;
    cursor:pointer;
}
.head-nav>ul>li.active,
.head-nav>ul>li:hover{
    color:#fb6b15;
    border-bottom:3px solid #fb6b15;
    box-sizing:border-box;
}
.head-nav>.more-btn{
    float:right;
    line-height:40px;
    color:#919191;
    font-size:14px;
    cursor:pointer;
}
.inner-back{
    font-size:14px;
    color:#999999;
    cursor:pointer;
}
.new-header-container .input-wrap{
    display:block !important;
}
/* 首页公用样式 end */
    .center-head .center-head-icon{
        width:48px;
        height:28px;
        background:url('/images/Home/0606/编组 17备份 3@2x.png') no-repeat;
        background-size:100% 100%;
        display:inline-block;
        vertical-align:middle;
    }
.com-header{
    width:100%;
    height:100px;
    z-index:3;

}
.com-header>div{
    width:83.33%;
    min-width:1000px;
    height:100px;
    padding:10px 0;
    box-sizing:border-box;
    z-index:2;
    margin:0 auto;
}
.com-header .header-logo{
    width:318px;
    height:100%;
    border-right:1px solid #eeeeee;
    float:left;
    padding:15px 15px 15px 0;
    box-sizing:border-box;
}
.com-header .header-logo>img{
    width:100%;
    height:100%;
}


.com-header .header-nav{
    height:40px;
    margin:20px 10px;
    float:left;
}
.com-header .header-nav>a{
    width:77px;
    height:40px;
    line-height:40px;
    text-align:center;
    float:left;
    font-size:14px;
    margin:0 2px;
    display:block;
    color:#333333;
    cursor:pointer;
}
.com-header #IndexUserNo{
    width:30px;
}

.com-header .header-nav>a.selected,
.com-header .header-nav>a:hover{
    color:#2689f1;
}

/*.com-footer{
    width:100%;
    height:80px;
    background:#f1f1f1;
    padding-top:20px;
    box-sizing:border-box;
}
.com-footer>p{
    line-height:24px;
    margin:0;
    font-size:12px;
    text-align:center;
    color:#919191;
}*/
/* banner start */
.banner-container{
    width:100%;
    min-width:1000px;
    height:20.83vw;
    min-height:208.33px;
    padding-top:1px;
    position:relative;
}
.banner-container .banner-swiper,
.banner-container .banner-swiper .swiper-wrapper
.banner-container .banner-swiper .swiper-wrapper .swiper-slide,
.banner-container .banner-swiper .swiper-wrapper .swiper-slide>img{
    width:100%;
    height:100%;
}
.banner-container .banner-news{
    width:65.1vw;
    min-width:651px;
    background:#ffffff;
    box-shadow:0px 0px 15px 0px rgba(69,78,93,0.2);
    border-radius:12px;
    z-index:1;
    position:absolute;
    left:50%;
    bottom:-100px;
    margin-left:-32.55vw;
}
.banner-container .banner-news .news-top .top-item{
    width:33%;
    height:100%;
    display:inline-block;
    vertical-align:middle;
    border-right:1px dashed #9fa7b4;
    box-sizing:border-box;
    text-align:center;
}
.banner-container .banner-news .news-top .top-item:nth-last-child(1){
    border-right:0;
}

.banner-container .banner-news .news-top .top-item .img>img{
    width:100%;
    height:100%;
}
.banner-container .banner-news .news-bottom{
    width: 52vw;
    min-height: 70px;
    margin: 15px auto 15px auto;
    box-sizing:border-box;
    font-size:0;
}
.banner-container .banner-news .news-bottom .bottom-item{
    width:100%;
    height:30px;
    line-height:30px;
    margin:5px 0;
    text-align:left;
    font-size:0;
}

/* banner end */

/* 新闻与公告 start */
.news-notice{
    /*margin-top:8.85vw;*/
    padding-bottom:30px;
    box-sizing:border-box;
    background:#ffffff;
    background-size:100% 100%;
}

.news-notice .notice-news-wrap{
    width:100%;
    min-width:1000px;
    min-height:104.2px;
}
.news-notice .notice-news-wrap .notice-news-item{
    width:50%;
    height:100%;
    float:left;
}
.news-notice .notice-news-wrap .notice-news-item .item-img{
    width:10.42vw;
    min-width:104.2px;
    height:10.42vw;
    min-height:104.2px;
    border-radius:8px;
    float:left;
}
.news-notice .notice-news-wrap .notice-news-item .item-img>img{
    width:100%;
    height:100%;
    border-radius:8px;
}
.news-notice .notice-news-wrap .notice-news-item .item-info{
    width:calc(100% - 11.42vw - 20px);
    height:100%;
    float:left;
    margin-left:20px;
}
.notice-bg{
    width:100%;
    height:9.74vw;
    min-height:97.4px;
    background:url('/images/Home/0606/编组 82备份@2x.png') no-repeat;
    background-size:100% 100%;
}
.news-notice #notice-nav{
    height:66px;
    line-height:56px;
    text-align:center;
    width:100%;
    border-bottom:1px solid #e3e8ed;
    box-sizing:border-box;
}
.news-notice #notice-nav>li{
    width:80px;
    height:66px;
    font-size:14px;
    display:inline-block;
    vertical-align:middle;
    margin:0 4%;
    cursor:pointer;
    color:#666666;
}
.news-notice #notice-nav>li.active{
    color:#54AA7B;
    position:relative;
    border-bottom:2px solid #54AA7B;
    box-sizing:border-box;
}
.news-notice #notice-nav>li.active:before{
    content:'';
    width:0;
    height:0;
    position:absolute;
    border-top:12px solid transparent;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-bottom:15px solid #54AA7B;
    bottom:0px;
    left:38px;
}
.news-notice #notice-nav>li.active:after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    border-top:11px solid transparent;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    border-bottom:15px solid #ffffff;
    bottom:-3px;
    left:39px;
}
.news-notice-tooltip{
    line-height:50px;
}
.news-notice-tooltip .more-btn{
    font-size:14px;
    color:#3499ff;
    float:right;
    margin-left:10px;
    cursor:pointer;
}
.top-tip{
    position: absolute;
    left: 5%;
}

/* 新闻与公告 end */

/* 专题项目 start */
.feature{
    width:100%;
    min-width:1000px;
    box-sizing:border-box;
    margin-top:45px;
}

.feature .feature-container{
    width:100%;
    min-width:1000px;
    height:15.63vw;
    min-height:156.3px;
    position:relative;
}
.feature .feature-container>.feature-images,
.feature .feature-container>.feature-images>.swiper-container,
.feature .feature-container>.feature-images>.swiper-container .swiper-slide{
    width:100%;
    min-width:1000px;
    height:15.63vw;
    min-height:156.3px;
}
.feature .feature-container>.feature-images>.swiper-container .swiper-slide>a{
    width:100%;
    height:100%;
    display:block;
}
.feature .feature-container>.feature-images>.swiper-container .swiper-slide img{
    width:100%;
    height:100%;
    display:block;
}
.feature .feature-container>.feature-text {
	width: 20.16%;
    min-width:201.61px;
	height:100%;
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
}
.feature .feature-container>.feature-text .text-item {
	width: 100%;
    height:5.21vw;
	min-height: 52.1px;
    line-height:52.1px;
    text-align:left;
    cursor:pointer;
    background: rgba(70,91,79,0.4);
    backdrop-filter: blur(5px);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    padding:0 1vw;
    box-sizing:border-box;
    position:relative;
}
.feature .feature-container>.feature-text .text-item:nth-last-child(1){
    border-bottom:none;
}
.feature .feature-container>.feature-text .active{
	background:rgba(70,91,79,0.6);
    color:#fff;
}
/* 专题项目 end */

/* 招租项目 start */


.project #lease-nav{
    width:100%;
    height:50px;
    background:#e3e8ee;
}
.project #lease-nav>li{
    width:50%;
    height:100%;
    float:left;
    position:relative;
    cursor:pointer;
    background: #F6F9F7;
}
.project #lease-nav>li.active{
    background:#ffffff;
    border-radius:4px 4px 0 0;
}
.project #lease-nav>li.one.active,
.project #lease-nav>li.two.active{
    position:relative;
}
.project #lease-nav>li.one.active:after{
    /*content:'';
    width:0;
    height:0;
    border-top:25px solid #c3cbd6;
    border-left:4px solid #c3cbd6;
    border-right:4px solid transparent;
    border-bottom:25px solid transparent;
    position:absolute;
    top:0;
    right:-8px;*/
}
.project #lease-nav>li.two.active:after{
    /*content:'';
    width:0;
    height:0;
    border-top:25px solid #c3cbd6;
    border-left:4px solid transparent;
    border-right:4px solid #c3cbd6;
    border-bottom:25px solid transparent;
    position:absolute;
    top:0;
    left:-8px;*/
}
.project #lease-nav>li>.li-title{
    width:130px;
    height:24px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-12px;
    margin-left:-65px;
    border-radius:4px;
    color:#666;
}
.project #lease-nav>li>.li-title>.img{
    width:24px;
    height:24px;
    float:left;
}
.project #lease-nav>li.one>.li-title>.img{
    background:url('/images/index/39.png') no-repeat;
    background-size:100% 100%;
}
.project #lease-nav>li.one.active>.li-title>.img{
    background:url('/images/index/40.png') no-repeat;
    background-size:100% 100%;
}
.project #lease-nav>li.two>.li-title>.img{
    background:url('/images/index/41.png') no-repeat;
    background-size:100% 100%;
}
.project #lease-nav>li.two.active>.li-title>.img{
    background:url('/images/index/42.png') no-repeat;
    background-size:100% 100%;
}
.project #lease-nav>li>.li-title>span{
    width:96px;
    text-align:center;
    line-height:24px;
    margin-left:10px;
    font-size:16px;
    float:left;
    position:relative;
}
.project #lease-nav>li.active>.li-title>span{
   color: #54AA7B;
}
.project #lease-nav>li.active>.li-title>span::after{
    position:absolute;
    content:'';
    width:66px;
    height:3px;
    background:#54AA7B;
    bottom:-8px;
    left:15px;
}
.project #lease-nav>li.active .more-btn{
    color:#666666;
}
.project .swiper-container{
    width:100%;
    box-sizing:border-box;
    min-height:360px;
    display:none;
}
.project .swiper-container.active{
    display:block;
}
.project .swiper-container .swiper-wrapper{
    min-height:360px;
}
.project .swiper-slide>.img{
    min-width:230px;
    width:100%;
    height:255px;
    min-height:170px;
    border-radius:8px;
    border:1px solid #eeeeee;
    overflow:hidden;
}
.project .swiper-slide>.img>img{
    width:100%;
    height:100%;
    border-radius:8px;
}
.project .swiper-slide>.info-wrap{
    width:100%;
    /*height:110px;*/
}
.project .swiper-slide>.info-wrap>div>span{
    color:#666666;
}
/* 招租项目 end */
ul.center-banner{
    width:100%;
    min-width:1000px;
    height:7.81vw;
    min-height:78.1px;
    text-align:center;
    background:url('/images/Home/0606/编组 45备份 3@2x.png') no-repeat;
    background-size:100% 100%;
    font-weight:800;
    font-family:'Microsoft YaHei';
    color:#ffffff;
}
ul.center-banner>li{
    /*width:18.75vw;
    min-width:187.5px;*/
    height:7.81vw;
    line-height:7.81vw;
    display:inline-block;
    vertical-align:middle;
}

.media-data{
    width:100%;
    height:15.62vw;
    min-height:156.25px;
    margin:5.21vw 0 3vw;
}
.media-data .media-left{
    width:52.08vw;
    min-width:625px;
    text-align:center;
    float:left;
    font-size:0;
}
.media-data .media-left .left-item{
    width:25%;
    display:inline-block;
}
.media-data .media-left .left-item>div.img>img{
    width:60%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.media-data .media-right{
    width:22.66vw;
    float:right;
}
.media-data .media-right .right-item{
    width:20.83vw;
    height:7.29vw;
}
.media-data .media-right .right-item>a{
    width:100%;
    height:100%;
    cursor:pointer;
    display:block;
}
.media-data .media-right .right-item-one{
    background:url('/images/Home/0606/media-first.png');
    background-size:100% 100%;
}
.media-data .media-right .right-item-two{
    margin-top:1vw;
    background:url('/images/Home/0606/media-second.png');
    background-size:100% 100%;
    position:relative;
}
.media-data .media-right .right-item-two:after{
    content:'';
    width:58%;
    height:118.57%;
    position:absolute;
    bottom:-32.14%;
    right:-8.75%;
    background:url('/images/Home/0606/编组 46备份@2x.png') no-repeat;
    background-size:100% 100%;
    z-index:-1;
}
/* 竞价 start */

#bidding-nav{
    height:66px;
    line-height:56px;
    text-align:center;
    width:100%;
    border-bottom:1px solid #e3e8ed;
    box-sizing:border-box;
    margin-bottom:20px;
}
#bidding-nav>li{
    width:100px;
    height:66px;
    font-size:14px;
    display:inline-block;
    vertical-align:middle;
    margin:0 80px;
    cursor:pointer;
    color:#666;
}
#bidding-nav>li.active{
    color:#54AA7B;
    position:relative;
    border-bottom:2px solid #54AA7B;
    box-sizing:border-box;
}
#bidding-nav>li.active:before{
    content:'';
    width:0;
    height:0;
    position:absolute;
    border-top:12px solid transparent;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-bottom:15px solid #54AA7B;
    bottom:0px;
    left:38px;
}
#bidding-nav>li.active:after{
    content:'';
    width:0;
    height:0;
    position:absolute;
    border-top:11px solid transparent;
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    border-bottom:15px solid #ffffff;
    bottom:-3px;
    left:39px;
}
.bidding .head-nav .sign{
    width:14px;
    height:14px;
    margin:13px 10px 13px 0;
    float:right;
}
.bidding .head-nav .sign-text{
    line-height:40px;
    height:40px;
    font-size:12px;
    float:right;
    margin-right:20px;
}

.bidding .tb-table.black-table .tb-head{
    
}
.bidding .tb-table .tb-head>span{
    text-align:left;
}
.bidding .tb-table .tb-content .swiper-slide>span,
.bidding .tb-table .tb-content .swiper-slide>div{
    text-align:left;
}

.bidding .black-table .tb-content .swiper-slide.text-red,
.bidding .black-table .tb-content .swiper-slide.text-red{
    color:#54AA7B;
}
.bidding .black-table .tb-content .swiper-slide.text-green,
.bidding .black-table .tb-content .swiper-slide.text-green{
    color:#03CA28;
}
.bidding .tb-table .tb-content .swiper-slide>span.text-blue,
.bidding .tb-table .tb-content .swiper-slide>div.text-blue{
    color:#54AA7B;
}
.bidding .tb-table.black-table .tb-content .swiper-slide:nth-child(odd){
}
.bidding .index-center-wrap{
    position:relative;
}
.index-finger{
    cursor: pointer;
}

.index-text{
    cursor: text;
}
/* 竞价 end */

/* 林场 start */
.forests{
    width:100%;
    background:url('/images/Home/0606/编组 40备份@2x.png') center center no-repeat;
    background-size:auto 100%;
    padding:1px 0 45px;
    box-sizing:border-box;
}
.forests .tb-table .tb-content .swiper-slide>span{
    text-align:left;
}

.topic-nav {
    border-bottom: 1px solid #e3e8ed;
}
/* 林场 end */

/* 底部导航 start */

.footer-nav .tb-col-5{
    width:14.35vw;
    height:5.31vw;
    min-height:75.25px;
    min-width:181.91px;
    margin-right:1vw;
    box-sizing:border-box;
    background:#ffffff;
    cursor:pointer;
    overflow:hidden;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    padding:20px;
    border-radius:8px;
}

/*.index-service {
    background:url('/images/Home/0606/编组 32@2x.png') no-repeat;
    background-size:100% 100%;
}

.index-tradeflow {
    background:url('/images/Home/0606/编组 33.png') no-repeat;
    background-size:100% 100%;
}

.index-leaserule {
    background:url('/images/Home/0606/编组 32备份 2@2x.png') no-repeat;
    background-size:100% 100%;
}

.index-download {
    background:url('/images/Home/0606/编组 32备份 3@2x.png') no-repeat;
    background-size:100% 100%;
}

.index-policy{
    background:url('/images/Home/0606/编组 32备份 4@2x.png') no-repeat;
    background-size:100% 100%;
}*/

.footer-nav .tb-col-5:nth-last-child(1){
    margin-right:0;
}
.footer-nav .tb-col-5>img{
    width:21.13%;
    height:calc(100% - 32px);
    position:absolute;
    top:16px;
    right:20px;
}
.footer-nav .tb-col-5:nth-last-child(1)>img{
    bottom:0;
    right:0;
}

/* 底部导航 end */

/*合作伙伴*/
.partner-wrap{
    width:100%;
    height:20.83vw;
    border-top:1px solid transparent;
    min-height:256.25px;
    background:url('/images/Home/0606/编组 35@2x.png') no-repeat;
    background-size:100% 100%;
    overflow:hidden;
}
.partner-swiper{
    position:relative;
    height:80px;
    width:100%;
}
.partner-swiper .swiper-container{
    width: 66vw;
    min-width:830px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.partner-swiper .swiper-container .swiper-slide{
    padding:3px 12px;
    box-sizing:border-box;
    position:relative;
}
.partner-swiper .swiper-container .img{
    width:100%;
    height:100%;
    padding:0 1vw;
    box-sizing:border-box;
    position:relative;
}
.partner-swiper .swiper-container img{
    width:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.partner-swiper .swiper-button-prev{
    width:60px;
    height:60px;
    background:url('/images/Home/0606/编组 37@2x.png') no-repeat;
    background-size:100% 100%;
    position:absolute;
    top:10px;
    right:calc(17vw - 100px);
    cursor:pointer;
}
.partner-swiper .swiper-button-next{
    width:60px;
    height:60px;
    background:url('/images/Home/0606/编组 37备份@2x.png') no-repeat;
    background-size:100% 100%;
    position:absolute;
    top:10px;
    left:calc(17vw - 100px);
    cursor:pointer;
}

/*介绍*/
.introduce-wrap{
    width:100%;
    height:9.94vw;
    min-width:1000px;
    min-height:99.4px;
    background:#f5f7f9;
    position:relative;
    overflow:hidden;
}
.introduce-wrap .index-center-wrap{
    font-size:0;
    height:41.09%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    background:url('/images/Home/0606/introduce.png') no-repeat;
    background-size:100% 100%;
}
/*.introduce-wrap .introduce-item{
    width:28.18vw;
    min-width:281.87px;
    height:80px;
    position:absolute;
}
.introduce-wrap .introduce-item:nth-child(1){
    top:50%;
    left:0;
    margin-top:-40px;
}
.introduce-wrap .introduce-item:nth-child(2){
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-14.09vw;
}
.introduce-wrap .introduce-item:nth-child(3){
    top:50%;
    right:0;
    margin-top:-40px;
}

.introduce-wrap .introduce-item>div{
    float:left;
}
.introduce-wrap .introduce-item>div.img{
    height:80px;
    width:80px;
}
.introduce-wrap .introduce-item:nth-child(1)>div.img{
    background:url('/images/Home/0606/编组 68@2x.png') no-repeat;
    background-size:100% 100%;
}
.introduce-wrap .introduce-item:nth-child(2)>div.img{
    background:url('/images/Home/0606/编组 39@2x.png') no-repeat;
    background-size:100% 100%;
}
.introduce-wrap .introduce-item:nth-child(3)>div.img{
    background:url('/images/Home/0606/编组 38@2x.png') no-repeat;
    background-size:100% 100%;
}
.introduce-wrap .introduce-item>div.item-info{
    height:80px;
}
.introduce-wrap .introduce-item>div.item-info>p{
    width:100%;
    height:45px;
    line-height:45px;
    font-size:30px;
    font-weight:bold;
}
.introduce-wrap .introduce-item>div.item-info>span{
    width:100%;
    height:35px;
    line-height:35px;
    font-size:16px;
    color:#999999;
}*/

@media screen and (max-width:1500px){
    .public-header{
    }
    .project .index-center-wrap{
        background:#ffffff;
        border-radius:4px;
        border: 1px solid #54AA7B;
        border-radius: 12px;
        overflow: hidden;
    }
    ul.center-banner{
        font-size:52px;
    }
    ul.center-banner>li{
        margin:0 75px;
    }
    .footer-nav{
        width:100%;
        background:#f5f7f9;
        padding:38px 0;
        box-sizing:border-box;
        text-align:center;
    }
    .footer-nav .tb-col-5>p{
        line-height:30px;
        font-size:18px;
        color:#333333;
        text-align:left;
        position:relative;
    }
    .footer-nav .tb-col-5>p:after{
        position:absolute;
        left:0;
        bottom:-4px;
        content:'';
        height:2px;
        width:24px;
        background:#3499ff;
    }
    .media-data .media-left .left-item>div.img{
        height:95px;
        width:95px;
        border:2px solid #2689f1;
        opacity:0.5;
        border-radius:50%;
        margin:0 auto;
        position:relative;
    }
    .media-data .media-left .left-item:nth-child(2)>div.img>img{
        width:80%;
    }
    .media-data .media-left .left-item>p.count{
        font-size:30px;
        line-height:40px;
        font-weight:bold;
        color:#fe9900;
        margin:24px 0 6px;
    }
    .media-data .media-left .left-item>p.name{
        line-height:16px;
        font-size:12px;
        color:#657180;
    }
    .banner-container .banner-news .news-top{
        width:100%;
        height:24px;
        line-height:24px;
        text-align:center;
        margin-top:1.56vw;
        font-size:0;
    }
    .banner-container .banner-news .news-top .top-item .img{
        width:24px;
        height:100%;
        display:inline-block;
        vertical-align:middle;
    }
    .banner-container .banner-news .news-top .top-item .name{
        display:inline-block;
        vertical-align:middle;
        font-size:15px;
        margin:0 7px;
    }
    .banner-container .banner-news .news-top .top-item .count{
        display:inline-block;
        vertical-align:middle;
        font-size:22px;
        margin:0 7px;
        color:#54AA7B;
        font-weight:bold;
    }
    .banner-container .banner-news .news-bottom .bottom-item .content{
        display:inline-block;
        vertical-align:middle;
        font-size:14px;
        margin-left:10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        width:calc(70% - 30px);
        color:#666666;
        cursor:pointer;
    }
    .banner-container .banner-news .news-bottom .bottom-item .img{
        width:16px;
        height:16px;
        background:url('/images/Home/0606/voice.png') no-repeat;
        background-size:100% 100%;
        display:inline-block;
        vertical-align:middle;
    }
    .banner-container .banner-news .news-bottom .bottom-item .date{
        display:inline-block;
        vertical-align:middle;
        font-size:14px;
        width:28%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-align:right;
        color:#666666;
    }
    .news-notice{
        /*height:315px;*/
    }
    .notice-news-item .item-info .title{
        min-height:27px;
        max-height:54px;
        line-height:27px;
        font-size:14px;
        font-weight:bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .notice-news-item .item-info .content{
        height:48px;
        line-height:24px;
        margin-top:10px;
        font-size:14px;
        color:#666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .notice-news-item .item-info .date{
        height:20px;
        line-height:20px;
        font-size:12px;
        color:#666666;
        margin-top:10px;
    }
    .news-notice .notice-list{
        width:100%;
        overflow:hidden;
        position:relative;
    }
    .news-notice .notice-item{
        width:100%;
        height:45px;
        line-height:45px;
        font-size:14px;
        border-bottom:1px solid #ebebeb;
        box-sizing:border-box;
    }
    .news-notice .notice-item .content{
        width:66.66%;
        height:100%;
        float:left;
        text-align:left;
        padding-left:6.66%;
        box-sizing:border-box;
        color:#464c5b;
        overflow:hidden;
        font-size:14px;
        text-overflow:ellipsis;
        white-space:nowrap;
        position:relative;
    }
    .news-notice .notice-item .date{
        width:33.33%;
        height:100%;
        float:left;
        padding-right:3.33%;
        text-align:right;
        font-size:14px;
        color:#9fa7b4;
        box-sizing:border-box;
    }
    .news-notice .more-btn{
        height:45px;
        line-height:45px;
        text-align:right;
        float:right;
        color:#3499ff;
        font-size:12px;
        cursor:pointer;
    }
    .project{
        width:100%;
        min-width:1000px;
        min-height:450px;
        background:#ffffff;
        margin-top:45px;
        box-sizing:border-box;
    }
    .project #lease-nav>li .more-btn{
        float:right;
        line-height:50px;
        margin-right:20px;
        color:#9fa7b4;
        font-size:12px;
        cursor:pointer;
    }
    .project .swiper-slide>.info-wrap>.title{
        line-height:24px;
        font-size:14px;
        color:#333333;
        font-weight:bold;
        margin-top:5px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        min-height: 48px;
    }
    .project .swiper-slide{
        width:250px;
        height:100%;
        padding:20px 10px 38px;
        box-sizing:border-box;
        cursor:pointer;
    }
    .project .swiper-slide>.info-wrap>.price{
        margin-top:15px;
        line-height:30px;
        width:100%;
        font-size:20px;
        color:#2689f1;
    }
    .project .swiper-slide>.info-wrap>.type{
        font-size:14px;
        color:#666666;
        margin:7.5px 0 7.5px;
    }
    .project .swiper-slide>.info-wrap>div{
        width:100%;
        height:24px;
        line-height:24px;
        font-size:12px;
    }
    .project .swiper-slide>.info-wrap>div>label{
        float:right;
        line-height:24px;
        color:#666666;
    }
    .project .swiper-slide>.info-wrap>div>label>img{
        width:15px;
        height:14px;
        float:right;
        margin:6px 6px 4px 0;
    }
    .project .swiper-slide>.info-wrap>div>label>span{
        float:right;
        color:#666666;
    }
    .center-head{
        height:30px;
        width:100%;
        text-align:center;
        margin:45px 0 38px;
        position:relative;
    }
    .center-head .center-head-text{
        height:30px;
        line-height:30px;
        text-align:center;
        margin:0 20px;
        font-size:22px;
        color:#333333;
        display:inline-block;
        vertical-align:middle;
    }
    .center-head .more-btn{
        position:absolute;
        line-height:24px;
        color:#919191;
        font-size:12px;
        cursor:pointer;
        bottom:0;
        right:0;
        color:#3499ff;
    }
    .topic-center-head {
        width: 100%;
        text-align: center;
        position: relative;
        height: 66px;
        line-height: 56px;
        margin-top: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e3e8ed;
    }
    .topic-center-head .active {
        color: #3499ff;
        position: relative;
        border-bottom: 2px solid #3499ff;
        box-sizing: border-box;
    }
    .topic-center-head .active:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border-top: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #3499ff;
        bottom: 0px;
        left: 50%;
        margin-left: -12px;
    }
    .topic-center-head .active:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border-top: 11px solid transparent;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 15px solid #ffffff;
        bottom: -3px;
        left: 50%;
        margin-left: -11px;
    }
    .topic-center-head-text {
        height: 66px;
        text-align: center;
        margin: 0 20px;
        font-size: 22px;
        color: #333333;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }
    .topic-center-head .more-btn{
        position:absolute;
        line-height:24px;
        color:#919191;
        font-size:12px;
        cursor:pointer;
        bottom:0;
        right:0;
        color:#3499ff;
    }
    .feature .feature-container>.feature-text .text-item>span{
        width:100%;
        height:20px;
        line-height:20px;
        font-size:15px;
        position:absolute;
        top:50%;
        left:0;
        padding:0 1vw;
        box-sizing:border-box;
        display:block;
        margin-top:-10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .forests .tb-table{
        width:100%;
        height:270px;
        background:#ffffff;
        margin-top:45px;
        border:1px solid #e0e0e0;
        box-sizing:border-box;
    }
    .forests .tb-table .tb-head{
        color:#333333;
        background:#d7dde4;
        font-size:14px;
        height:45px;
        line-height:45px;
        padding:0 20px;
    }
    .forests .tb-table .tb-head>span{
        text-align:left;
    }
    .forests .tb-table .tb-content{
        width:100%;
        height:225px;
    }
    .forests .tb-table .tb-content .swiper-wrapper{
        min-height:225px;
        position:relative;
    }
    .forests .tb-table .tb-content .swiper-slide{
        width:100%;
        height:45px;
        line-height:45px;
        font-size:12px;
        border-top:1px solid #e3e8ee;
        box-sizing:border-box;
        color:#333333;
        padding:0 20px;
    }
    .bidding{
        width:100%;
        background:#ffffff;
        box-sizing:border-box;
    }
    .bidding .all-bid-swiper{
        height:360px;
    }
    .bidding-tooltip{
        line-height:38px;
    }
    .bidding-tooltip .sign-text{
        font-size:14px;
        float:right;
    }
    .bidding-tooltip .sign{
        width:14px;
        height:14px;
        border-radius:2px;
        float:right;
        margin:13px 8px;
    }
    .bidding-tooltip .more-btn{
        font-size:13px;
        color:#54AA7B;
        float:right;
        margin-left:10px;
        cursor:pointer;
    }
    .bidding .tb-table{
        width:100%;
        height:270px;
    }
    .bidding .tb-table .tb-head{
        color:#333333;
        font-size:14px;
        height:60px;
        line-height:60px;
        background: #E7EDEA;
        padding:0 20px;
        box-sizing:border-box;
    }
    .bidding .tb-table .tb-content{
        width:100%;
        height:360px;
    }
    .bidding .tb-table .tb-content#bidding-register{
        background:#ffffff;
    }
    .bidding .tb-table .tb-content#bidding,
    .bidding .tb-table .tb-content#bidding-complete{
    }
    .bidding .tb-table .tb-content .swiper-slide{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:14px;
        padding:0 20px;
        color:#333333;
        box-sizing:border-box;
    }
    .bidding .tb-table .tb-content .swiper-slide:nth-child(even){
        background:#ffffff;
    }
    .bidding .tb-table .tb-content .swiper-slide:nth-child(odd){
        background:#f5f7f9;
    }
    .bidding .tb-table.black-table .tb-content .swiper-slide{
        
    }
}
@media screen and (min-width:1501px) and (max-width:10000px){
    .public-header{
    }
    ul.center-banner{
        font-size:70px;
    }
    ul.center-banner>li{
        margin:0 100px;
    }
    .project .index-center-wrap{
        background:#ffffff;
        border:1px solid  #54AA7B;
        border-radius:12px;
        overflow:hidden;
    }
    .footer-nav{
        width:100%;
        background:#f5f7f9;
        padding:50px 0;
        box-sizing:border-box;
        text-align:center;
    }
    .footer-nav .tb-col-5>p{
        line-height:30px;
        font-size:24px;
        color:#333333;
        text-align:left;
        position:relative;
    }
    .footer-nav .tb-col-5>p:after{
        position:absolute;
        left:0;
        bottom:-4px;
        content:'';
        height:4px;
        width:30px;
        background:#3499ff;
    }
    .media-data .media-left .left-item>div.img{
        height:123px;
        width:100%;
        width:123px;
        border:4px solid #2689f1;
        opacity:0.5;
        border-radius:50%;
        margin:0 auto;
        position:relative;
    }
    .media-data .media-left .left-item:nth-child(2)>div.img>img{
        width:80%;
    }
    .media-data .media-left .left-item>p.count{
        font-size:40px;
        line-height:50px;
        font-weight:bold;
        color:#fe9900;
        margin:30px 0 8px;
    }
    .media-data .media-left .left-item>p.name{
        line-height:20px;
        font-size:16px;
        color:#657180;
    }
    .banner-container .banner-news .news-top{
        width:100%;
        height:35px;
        line-height:35px;
        text-align:center;
        margin-top:1.56vw;
        font-size:0;
    }
    .banner-container .banner-news .news-top .top-item .img{
        width:34px;
        height:100%;
        display:inline-block;
        vertical-align:middle;
    }
    .banner-container .banner-news .news-top .top-item .name{
        display:inline-block;
        vertical-align:middle;
        font-size:20px;
        margin:0 10px;
    }
    .banner-container .banner-news .news-top .top-item .count{
        display:inline-block;
        vertical-align:middle;
        font-size:30px;
        margin:0 10px;
        color:#54AA7B;
        font-weight:bold;
    }
    .banner-container .banner-news .news-bottom .bottom-item .content{
        display:inline-block;
        vertical-align:middle;
        font-size:16px;
        margin-left:10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        width:calc(70% - 30px);
        color: #666666;
        cursor:pointer;
    }
    .banner-container .banner-news .news-bottom .bottom-item .img{
        width:20px;
        height:20px;
        background:url('/images/Home/0606/消息备份 2@2x.png') no-repeat;
        background-size:100% 100%;
        display:inline-block;
        vertical-align:middle;
    }
    .banner-container .banner-news .news-bottom .bottom-item .date{
        display:inline-block;
        vertical-align:middle;
        font-size:16px;
        width:28%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        text-align:right;
        color:#666666;
    }
    .news-notice{
        height:396px;
    }
    .notice-news-item .item-info .title{
        min-height:27px;
        max-height:54px;
        line-height:27px;
        font-size:16px;
        font-weight:bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .notice-news-item .item-info .content{
        height:48px;
        line-height:24px;
        margin-top:20px;
        font-size:16px;
        color:#666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .notice-news-item .item-info .date{
        height:20px;
        line-height:20px;
        font-size:14px;
        color:#666666;
        margin-top:20px;
    }
    .news-notice .notice-list{
        width:100%;
        overflow:hidden;
        position:relative;
    }
    .news-notice .notice-item{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:16px;
    }
    .news-notice .notice-item .content{
        width:66.66%;
        height:100%;
        float:left;
        text-align:left;
        padding-left:6.66%;
        box-sizing:border-box;
        color:#464c5b;
        overflow:hidden;
        font-size:16px;
        text-overflow:ellipsis;
        white-space:nowrap;
        position:relative;
    }
    .news-notice .notice-item .date{
        width:33.33%;
        height:100%;
        float:left;
        padding-right:3.33%;
        text-align:right;
        font-size:16px;
        color:#9fa7b4;
        box-sizing:border-box;
    }
    .news-notice .more-btn{
        height:60px;
        line-height:60px;
        text-align:right;
        float:right;
        color:#54AA7B;
        font-size:14px;
        cursor:pointer;
    }
    all-notice-swiper{
    }
    .project{
        width:100%;
        min-width:1000px;
        min-height:450px;
        background:#ffffff;
        margin-top:45px;
        box-sizing:border-box;
    }
    .project #lease-nav>li .more-btn{
        float:right;
        line-height:50px;
        margin-right:20px;
        color:#9fa7b4;
        font-size:14px;
        cursor:pointer;
    }
    .project .swiper-slide{
        padding:20px 10px 38px;
        box-sizing:border-box;
        cursor:pointer;
    }
    .project .swiper-slide>.info-wrap>.title{
        line-height:32px;
        font-size:16px;
        color:#333333;
        font-weight:bold;
        margin-top:6.67px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -moz-box;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        min-height: 64px;
    }
    .project .swiper-slide>.info-wrap>.price{
        margin-top:26.67px;
        line-height:45px;
        width:100%;
        font-size:26px;
        color:#2689f1;
    }
    .project .swiper-slide>.info-wrap>.type{
        font-size:16px;
        color:#666666;
        margin:10px 0 10px;
    }
    .project .swiper-slide>.info-wrap>div{
        width:100%;
        height:32px;
        line-height:32px;
        font-size:14px;
    }
        .project .swiper-slide>.info-wrap>div>label{
        float:right;
        line-height:32px;
        color:#666666;
    }
    .project .swiper-slide>.info-wrap>div>label>img{
        width:19px;
        height:18px;
        float:right;
        margin:7px 6px 4px 0;
    }
    .project .swiper-slide>.info-wrap>div>label>span{
        float:right;
        color:#666666;
    }

    .center-head{
        height:50px;
        width:100%;
        text-align:center;
        margin:60px 0 40px;
        position:relative;
    }
    .center-head .center-head-text{
        height:35px;
        line-height:35px;
        text-align:center;
        margin:0 20px;
        font-size:26px;
        color:#333333;
        display:inline-block;
        vertical-align:middle;
    }
    .center-head .more-btn{
        position:absolute;
        line-height:24px;
        color:#919191;
        font-size:14px;
        cursor:pointer;
        bottom:0;
        right:0;
        color:#3499ff;
    }
    .topic-center-head {
        width: 100%;
        text-align: center;
        position: relative;
        height: 66px;
        line-height: 56px;
        margin-top: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e3e8ed;
    }
    .topic-center-head .active {
        color: #3499ff;
        position: relative;
        border-bottom: 2px solid #3499ff;
        box-sizing: border-box;
    }
    .topic-center-head .active:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border-top: 12px solid transparent;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #3499ff;
        bottom: 0px;
        left: 50%;
        margin-left: -12px;
    }
    .topic-center-head .active:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        border-top: 11px solid transparent;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 15px solid #ffffff;
        bottom: -3px;
        left: 50%;
        margin-left: -11px;
    }
    .topic-center-head-text {
        height: 66px;
        text-align: center;
        margin: 0 20px;
        font-size: 22px;
        color: #333333;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }
    .topic-center-head .more-btn{
        position:absolute;
        line-height:24px;
        color:#919191;
        font-size:12px;
        cursor:pointer;
        bottom:0;
        right:0;
        color:#3499ff;
    }
    .feature .feature-container>.feature-text .text-item>span{
        width:100%;
        height:20px;
        line-height:20px;
        font-size:20px;
        position:absolute;
        top:50%;
        left:0;
        padding:0 1vw;
        box-sizing:border-box;
        display:block;
        margin-top:-10px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .forests .tb-table{
        width:100%;
        height:360px;
        background:#ffffff;
        margin-top:45px;
        border:1px solid #e0e0e0;
        box-sizing:border-box;
    }
    .forests .tb-table .tb-head{
        color:#333333;
        background:#d7dde4;
        font-size:16px;
        height:60px;
        line-height:60px;
        padding:0 20px;
    }
    .forests .tb-table .tb-head>span{
        text-align:left;
    }
    .forests .tb-table .tb-content{
        width:100%;
        height:300px;
    }
    .forests .tb-table .tb-content .swiper-wrapper{
        min-height:300px;
        position:relative;
    }
    .forests .tb-table .tb-content .swiper-slide{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:14px;
        border-top:1px solid #e3e8ee;
        color:#333333;
        box-sizing:border-box;
        padding:0 20px;
    }
    .bidding{
        width:100%;
        background:#ffffff;
        box-sizing:border-box;
    }
    .bidding .all-bid-swiper{
        height:360px;
    }
    .bidding-tooltip{
        line-height:50px;
    }
    .bidding-tooltip .sign-text{
        font-size:14px;
        float:right;
    }
    .bidding-tooltip .sign{
        width:14px;
        height:14px;
        border-radius:2px;
        float:right;
        margin:18px 8px;
    }
    .bidding-tooltip .more-btn{
        font-size:14px;
        color:#54AA7B;
        float:right;
        margin-left:10px;
        cursor:pointer;
    }
    .bidding .tb-table{
        width:100%;
        height:360px;
    }
    .bidding .tb-table .tb-head{
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: bold;
        font-size: 16px;
        color: #333333;
        font-style: normal;
        text-transform: none;
        height:60px;
        line-height:60px;
        background:#E7EDEA;
        padding:0 20px;
        box-sizing:border-box;

    }
    .bidding .tb-table .tb-content{
        width:100%;
        height:300px;
    }
    .bidding .tb-table .tb-content#bidding-register{
        background:#ffffff;
    }
    .bidding .tb-table .tb-content#bidding,
    .bidding .tb-table .tb-content#bidding-complete{
    }
    .bidding .tb-table .tb-content .swiper-slide{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:14px;
        color:#333333;
        padding:0 20px;
        box-sizing:border-box;
    }
    .bidding .tb-table .tb-content .swiper-slide:nth-child(even){
        background:#ffffff;
    }
    .bidding .tb-table .tb-content .swiper-slide:nth-child(odd){
        background:#f5f7f9;
    }
    .bidding .tb-table.black-table .tb-content .swiper-slide{
        width:100%;
        height:60px;
        line-height:60px;
        font-size:14px;
        border-bottom:none;
    }
}
.fixed-wrap{
    width:50px;
    height:311px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 10px 0px rgba(69,78,93,0.2);
    position:fixed;
    top:50%;
    right:0;
    margin-top:-155px;
    z-index:5;
    padding:10px;
    box-sizing:border-box;
}
.fixed-wrap .fixed-item{
    width:30px;
    height:72px;
    border-bottom:1px solid #d7dde4;
    box-sizing:border-box;
    padding-top:15px;
    cursor:pointer;
    position:relative;
}
.fixed-wrap .fixed-item:nth-last-child(1){
    border-bottom:none;
}
.fixed-wrap .fixed-item .img{
    width:100%;
    height:28px;
}
.fixed-wrap .fixed-item:nth-child(1) .img{
    background:url('/images/Home/0606/返回顶部备份@2x.png') no-repeat;
    background-size:100% 100%;
}
.fixed-wrap .fixed-item:nth-child(2) .img{
    background:url('/images/Home/0606/电话 (2)@2x.png') no-repeat;
    background-size:100% 100%;
}
.fixed-wrap .fixed-item:nth-child(3) .img{
    background:url('/images/Home/0606/print.png') no-repeat;
    background-size:100% 100%;
}
.fixed-wrap .fixed-item:nth-child(4) .img{
    background:url('/images/Home/0606/邮箱@2x.png') no-repeat;
    background-size:100% 100%;
}
.fixed-wrap .fixed-item>p{
    height:20px;
    line-height:20px;
    font-size:14px;
    color:#333333;
    text-align:center;
}
.fixed-wrap .fixed-item .hover-wrap{
    display:none;
}
.fixed-wrap .fixed-item:hover .hover-wrap{
    display:block;
    position:absolute;
    width:160px;
    top:0;
    left:-160px;
}
.fixed-wrap .fixed-item:nth-child(3):hover .hover-wrap{
    display:block;
    position:absolute;
    width:160px;
    top:15px;
    left:-160px;
}
.fixed-wrap .fixed-item:nth-child(4):hover .hover-wrap{
    display:block;
    position:absolute;
    width:180px;
    top:15px;
    left:-180px;
}
.fixed-wrap .fixed-item:hover .hover-wrap>div{
    background:#555555;
    padding:8px;
    height:76px;
    box-sizing:border-box;
    width:140px;
    position:relative;
    border-radius:8px;
}
.fixed-wrap .fixed-item:nth-child(3) .hover-wrap>div{
    background:#555555;
    padding:8px;
    height:45px;
    box-sizing:border-box;
    width:140px;
    position:relative;
    border-radius:8px;
}
.fixed-wrap .fixed-item:nth-child(4) .hover-wrap>div{
    background:#555555;
    padding:8px;
    height:45px;
    box-sizing:border-box;
    width:160px;
    position:relative;
    border-radius:8px;
}
.fixed-wrap .fixed-item:hover .hover-wrap>div:after{
    position:absolute;
    top:50%;
    right:-20px;
    margin-top:-15px;
    content:'';
    width:0;
    height:0;
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-left:20px solid #555555;
    border-right:10px solid transparent;
}
.fixed-wrap .fixed-item:hover .hover-wrap>div>p{
    line-height:30px;
    color:#ffffff;
}
