body .div-info{
    padding: 70px 0;
}
body .common-title-box div{
    color: #1A1A1A;
}
body .color-bg{
    background: #FAFAFA;
}
body .margin-right0{
    margin-right: 0;
}
body .margin-bottom0{
    margin-bottom: 0;
 }
body .nav-item-box{
    margin-left: 36px;
}
body .jsocpc-nav-box .nav-item{
    margin-right: 0;
}
body .jsocpc-nav-box .nav-item p{
    margin-right: 25px;
}
body .jsocpc-banner .banner-online p{
    padding-left: 20px;
}

.district-tax-left{
    float: left;
    width: 680px;
    height: 382px;
}
.zs-btn{
    height: 40px;
    line-height: 40px;
    background: linear-gradient( 315deg, #D50000 0%, #FF6738 100%);
    border-radius: 4px;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
}
.zs-btn:hover{
    background: linear-gradient( 315deg, #E52C2C 0%, #FF825B 100%);
}
.zs-btn div{
    float: left;
}
.zs-btn img{
    float: left;
    width: 16px;
    margin-top: 14px;
    margin-left: 4px;
}
/*地区政策*/
.district-img{
    width: 680px;
    height: 382px;
    position: relative;
}
.district-img div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,0.6);
}
.district-tax-info{
    overflow: hidden;
    margin-top: 50px;
}
.district-tax-left .swiper-horizontal>.swiper-pagination-bullets, .district-tax-left .swiper-pagination-bullets.swiper-pagination-horizontal{
    text-align: right;
    bottom: 16px;
    padding-right: 20px;
    box-sizing: border-box;
}
.district-tax-left .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.district-tax-left .swiper-pagination-bullet-active{
    background: #D50000;
}
.district-tax-left .swiper-button-next:after, .district-tax-left .swiper-button-prev:after{
    font-size: 18px;
}
.district-tax-left .swiper-button-next, .district-tax-left .swiper-button-prev{
    color: #fff;
    background: rgba(26,26,26,0.36);
}
.district-tax-left .swiper-button-next{
    right: 0;
}
.district-tax-left .swiper-button-prev{
    left: 0;
}
.district-tax-right{
    float: right;
    width: 490px;
}
.district-tax-right div{
    font-weight: bold;
    font-size: 16px;
    color: #303030;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
.district-btn{
    width: 212px;
    margin-top: 40px;
}
.district-btn div{
    padding-left: 30px;
}

/*载体资源*/
.carrier-list{
    height: 358px;
    margin-top: 50px;
}
.carrier-div{
    float: left;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.06);
    width: 384px;
    margin-right: 24px;
}
.carrier-img{
    position: relative;
    width: 384px;
    height: 112px;
}
.carrier-img img{
    position: absolute;
    width: 384px;
    top: 0;
    left: 0;
}
.carrier-img .carrier-string{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 22px;
    left: 24px;
}
.carrier-img .carrier-btn{
    width: 88px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient( 315deg, #D50000 0%, #FF6738 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 24px;
    top: 58px;
    cursor: pointer;
}
.carrier-zs{
    padding: 24px;
    height: 198px;
}
.carrier-zs .carrier-zs-title{
    font-size: 16px;
    color: #303030;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
.carrier-more{
    font-size: 16px;
    color: #5C5C5C;
    line-height: 22px;
    margin-top: 16px;
    cursor: pointer;
}

/*土地数据*/
.land-zs{
    overflow: hidden;
    margin-top: 50px;
}
.land-info{
    background: url(/Modules/images/jsparkocpc_zs/land_background.jpg) center no-repeat;
    height: 455px;
}
.land-zs-div{
    width: 336px;
    height: 92px;
    background: #FFFFFF;
    float: left;
    padding: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
}
.land-zs-title{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.land-zs-info{
    overflow: hidden;
    margin-top: 12px;
    display: flex;
}
.land-zs-district{
    float: left;
    font-size: 16px;
    color: rgba(102,102,102,0.91);
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    flex: auto;
}
.land-zs-price{
    float: right;
    font-weight: bold;
    font-size: 18px;
    color: #D50000;
    line-height: 25px;
    flex: none;
}
.land-more{
    width: 160px;
    margin-top: 30px;
}
.land-more div{
    padding-left: 40px;
}

/*热门园区*/
.hot-park-btn{
    width: 200px;
}
.hot-park-btn div{
    padding-left: 42px;
}
.hot-park-list{
    position: relative;
    margin: 50px 0;
}
.park-swiper{
    width: 1080px;
    margin: 0 auto;
}
.hot-park-list .swiper-slide img{
    width: 198px;
    height: 148px;
    margin:0 10px;
    border:1px solid #ededed;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}
.hot-park-list .swiper-slide div{
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}
.hot-park-list .info-click-pre{
    width: 40px;
    height: 149px;
    position: absolute;
    left: 0;
    _left:-60px;
    top:0%;
    cursor: pointer;
}
.hot-park-list .info-click-next{
    width: 40px;
    height: 149px;
    position: absolute;
    right: 0;
    top:0%;
    cursor: pointer;
}

body .jsocpc-investment .investment-content-form{
    background: linear-gradient( 180deg, #4E8BE8 0%, #0044BB 100%);
}
body .investment-form-submit{
    background: linear-gradient( 315deg, #D50000 0%, #FF6738 100%);
}

/*产业集群*/
.industry-list{
    overflow: hidden;
    margin-top: 45px;
}
.industry-div{
    width: 183px;
    height: 117px;
    border: 1px solid #ededed;
    text-align: center;
    margin-right: 18px;
    float: left;
    box-sizing: inherit;
    margin-bottom: 20px;
    cursor: pointer;
}
.industry-div img{
    width: 50px;
    height: 50px;
    margin-top: 20px;
}
.industry-div div{
    margin-top: 12px;
    font-size: 18px;
    color: #333333;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.industry-btn{
    width: 212px;
    margin-top: 38px;
}
.industry-btn div{
    padding-left: 30px;
}

/*产业配套*/
.industry-support-list{
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 40px;
}
.industry-support-div{
    width: 180px;
    height: 110px;
    position: relative;
    float: left;
    margin-right: 24px;
}
.industry-support-div .industry-support-bg{
    position: absolute;
    top: 0;
    left: 0;
}
.industry-support-div .industry-support-img{
    position: absolute;
    top: 26px;
    left: 78px;
    width: 24px;
}
.industry-support-div div{
    position: absolute;
    top: 60px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.industry-support-btn{
    width: 200px;
}
.industry-support-btn div{
    padding-left: 42px;
}

.menu-logo{
    width: 198px;
    display: block;
    float: left;
    margin-top: 10px;
}