body{
    background: #F2F3F5;
}
.min{
    width: 1200px;
    margin: 0 auto;
}
.index-footer{
    display: none;
}
/* 上面的搜索 */
.top-box{
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}
.top-box .min{
    position: relative;
}
.zs-logo{
    display: inline-block;
}
.zs-logo img{
    display: block;
    width: 283px;
    height: 46px;
}
.search-box{
    margin-top: 30px;
    overflow: hidden;
}
.search-box input{
    width: 594px;
    height: 44px;
    background: #F8F9FB;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #d5d5d5;
    float: left;
    text-indent: 20px;
}
.search-button{
    float: left;
    width: 138px;
    height: 46px;
    background: #D50000;
    border-radius: 0px 3px 3px 0px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.search-button:hover{
    background: #b60e0e;
}
.company-settle{
    float: left;
    margin-left: 20px;
    width: 138px;
    height: 46px;
    background: #1F6CDD;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.company-settle:hover{
    background: #1a5bba;
}
.top-img{
    position: absolute;
    width: 242px;
    right: 0;
    bottom: -42px;
    display: none;
}
.top-img div{
    font-size: 14px;
    font-weight: bold;
    color: #CBB6A7;
    line-height: 18px;
    position: absolute;
    top: 28px;
    left: 16px;
}
.hot-search-box{
    margin-top: 30px;
    font-size: 14px;
    color: #888888;
}
.hot-search-tip{
    font-size: 14px;
    color: #888888;
}
.hot-search-content{
    margin-right: 10px;
}
.hot-search-content:hover{
    color: #d50000;
}
/* 筛选项 */
.content-box{
    width: 1200px;
    margin: 20px auto 80px auto;
}
.content-box::after{
    content: "";
    display: block;
    clear: both;
}
.content-left{
    float: left;
}
.screen-box{
    width: 814px;
    background: #fff;
    padding: 20px 30px;
}
.screen-content-box{
    position: relative;
    color: #333333;
    font-size: 14px;
    padding-left: 60px;
    line-height: 38px;
}
.district-option-up{
    display: none;
    position: absolute;
    right: 0;
    width: 14px;
    top: 12px;
    cursor: pointer;
}
.district-option-down{
    position: absolute;
    right: 0;
    width: 14px;
    top: 12px;
    cursor: pointer;
}
.screen-nomargin{
    margin-bottom: 0;
}
.screen-item-tip{
    position: absolute;
    left: 0;
    color: #666666;
    line-height: 38px;
}
.screen-item{
    display: inline-block;
    color: #333;
    font-size: 14px;
    min-width: 30px;
    line-height: 14px;
    padding: 4px 7px;
    border-radius: 3px;
    text-align: center;
    margin-right: 12px;
    cursor: pointer;
}
.screen-item:hover{
    color: #FFFFFF;
    background: #D50000;
}
.screen-item-active{
    color: #FFFFFF;
    background: #D50000;
}
.citys{
    overflow: hidden;
}
.screen-line{
    height: auto;
}
/* 园区列表 */
.company-list{
    margin-top: 30px;
    background: #fff;
    padding: 0 30px;
    max-width: 814px;
}
.company-list-margin{
    padding-bottom: 50px;
}
.company-res-tip{
    padding: 28px 0 26px 0;
    border-bottom: 1px solid #EDEDED;
    font-size: 20px;
    color: #333333;
}
.company-res-tip span{
    color: #d50000;
    padding: 0 5px;
    font-weight: bold;
}
.company-item{
    padding:30px 0;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
}
.company-item-border{
    border-bottom: 1px solid #fff;
}
.company-logo{
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
}
.company-logo img{
    position:absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
}
.company-info{
    float: left;
    margin: 14px 0 0 30px;
    width: calc(100% - 80px - 200px - 200px);
}
.company-margin{
    margin-top: 40px;
}
.company-info-minwi{
    width: calc(100% - 201px - 200px - 30px) !important;
}
.company-name{
    max-width: 360px;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: inline-block;
}
.company-name:hover{
    color: #d50000;
}
.company-district{
    margin-top: 22px;
    overflow: hidden;
    width: 100%;
}
.single-line-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company-district img{
    float: left;
    width: 16px;
    height: 16px;
}
.company-district span{
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 10px;
    max-width: calc(100% - 80px);
}
.company-resource{
    float: right;
    margin: 47px 0;
}
.company-num-box{
    float: left;
    text-align: center;
}
.company-num{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.company-tip{
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.company-line{
    float: left;
    width: 1px;
    height: 56px;
    margin: 0 28px;
    background-color: #EDEDED;
}
/* 右侧挂件部分 */
.content-right{
    width: 284px;
    float: right;
}
.form-box{
    position: relative;
    margin-bottom: 40px;
    padding: 28px 20px 30px 20px;
    border-radius: 0 90px 0 0;
    background-color: #FFFFFF;
}
.form-box-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 284px;
}
.form-box-title{
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: bolder;
}
.form-box-tip{
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.form-input-box{
    position: relative;
    margin-top: 18px;
}
.form-box input{
    width: 222px;
    height: 34px;
    color: #333333;
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #F2F3F5;
}
.form-box input::placeholder{
    color: #AFAFAF;
}
.option-box{
    position: relative;
    width: 222px;
    height: 34px;
    margin: 0 auto 10px auto;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 1px solid #F2F3F5;
    cursor: pointer;
}
.option-box span{
    float: left;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}
.option-box img{
    float: right;
    width: 14px;
    height: 14px;
    margin: 10px 0;
}
.option-box span.js-selected{
    color: #333333;
}
.option-box img.js-active{
    transform: rotate(180deg);
}
.option-item{
    width: 242px;
    height: 34px;
    font-size: 14px;
    text-indent: 10px;
    margin: 0 auto;
    line-height: 34px;
    cursor: pointer;
}
.option-item:hover{
    color: #D50000;
    background-color: #f2f3f5;
}
.option-box-content{
    display: none;
    position: absolute;
    z-index:9;
    left: 0;
    background-color: #FFFFFF;
    border: 1px solid #F2F3F5;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
}
.form-summit{
    width: 244px;
    height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    margin-top: 20px;
    background-color: #D50000;
    cursor: pointer;
}
.form-summit:hover{
    background: #b60e0e;
}
/* 我要入驻 */
.right-code-box{
    background: #fff;
    padding-top:20px;
    text-align: center;
    margin-bottom: 40px;
}
.right-code-tip-box{
    overflow: hidden;
    margin-left: 20px;
}
.right-code-left{
    font-size: 20px;
    font-weight: bolder;
    color: #333333;
    float: left;
}
.right-code-box img{
    width: 278px;
    margin-top: 16px;
}
/* 面包屑 */
.crumbs-box{
    margin: 0 0 20px 0;
}
.crumbs-box-content{
    font-size: 14px;
    color: #888888;
}
.crumbs-box-content a{
    color: #888888;
}
.crumbs-box-content a:hover{
    color: #333;
}
.crumbs-box-content .crumbs-last{
    color: #333333;
    cursor: default;
}
/* 底部 */
.footer{
    background: #fff;
    margin-top: 40px;
    padding: 14px 0 40px 0;
}
.company-nav-box{
    overflow: hidden;
}
.company-nav-item{
    font-size: 16px;
    color: #888888;
    margin-right: 200px;
    float: left;
    padding-bottom: 4px;
    cursor: pointer;
}
.company-nav-item-active{
    color:#D50000;
    border-bottom: 1px solid #d50000;
}
.company-map-box{
    margin-top: 40px;
    overflow: hidden;
    margin-left: -30px;
    margin-bottom: 20px;
}
.company-map-item{
    margin-left: 30px;
    float: left;
    margin-bottom: 20px;
    color: #333;
}
.footer-line{
    height: 1px;
    background: #EDEDED;
}
.about{
    margin-top: 30px;
    overflow: hidden;
}
.about-left{
    float: left;
}
.zhaohang-map a{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.zhaohang-map span{
    padding: 0 5px;
    position: relative;
    left: 2px;
}
.footer-police{
    width: 840px;
    margin-top: 24px;
}
.footer-police a{
    font-size: 12px;
    color: #888888;
    margin-right: 20px;
    margin-bottom: 12px;
    display: inline-block;
}
.footer-police img{
    width: 12px;
    vertical-align: middle;
    margin-right: 2px;
}
.about-right{
    float: right;
}
.zs-consult{
    font-size: 0;
    text-align: center;
}
.zs-consult img{
    width: 40px;
}
.consult-tip{
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
    text-align: center;
}
.consult-phone{
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.footer-pic{
    margin-top: 24px;
}
.footer-pic img{
    margin-right: 10px;
}
.no-margin{
    margin-right: 0;
}
/*行业标签*/
.company-industry{
    max-width: 388px;
    overflow: hidden;
    margin-top: 22px;
    height: 32px;
}
.company-industry div{
    float: left;
    height: 22px;
    color: #1F6CDD;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 12px 16px 0;
    padding: 0 8px;
    border-radius: 2px;
    background-color: #EBF4FC;
}
.claim-hover .company-name:hover{
    color: #333333;
}
.claim{
    position: relative;
    width: 128px;
    height: 44px;
    background: #D50000;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.claim:hover{
    background: #b60e0e;
}
.claim-code {
    position: absolute;
    top: -68px;
    right: 130px;
    padding: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 18px 0px rgb(211 211 211 / 30%);
    display: none;
    z-index: 9;
}
.claim-code img {
    display: block;
    width: 140px;
    height: 140px;
}
.claim:hover .claim-code{
    display: block;
}

/* 投资热门标签 */
.list-hot-tag{
    position: relative;
}
.list-hot-tag::after{
    content: "\6295\8d44\70ed\95e8";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient( 90deg, #E8594F 0%, #D50000 100%);
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    padding: 1px 8px;
}