/*全局公共部分--public.css*/
.container{
    /* width: 100%; */
    /*margin: 0 auto;*/
    /* overflow: hidden; */
    position: relative;
    font-size: 0;
    /*height: 100%;*/
}
/*内容部分*/
.min{
    padding: 0 0.3rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
/*全局占位的边*/
.seize-seat{
    width: 100%;
    height: 0.12rem;
   	background:#f5f6f8;

}
.seize-seat-20{
    width: 100%;
    height: 0.2rem;
   	background:#f5f6f8;
}
/*首页标题*/
.index-title{
    padding: 0.47rem 0;
    height: 0.54rem;
    overflow: hidden;
    line-height: 0.54rem;
}
.index-title p{
    font-size: 0.46rem;
    color: #222222;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 3rem;
    text-overflow: ellipsis;
}
.index-title .index-more:last-child{
    margin-left: 0;
}
.index-more{
    font-size: 0.3rem;
    color: #666666;
    float: right;
    margin-left: 0.4rem;
    display: inline-block;
    max-width: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.54rem;
}
.more-active{
    color: #d50000;
}
.policy-title {
	height: 1.4rem;
	line-height: 1.4rem;
	margin: 0 auto;
}
.policy-title p {
	margin-left: 0.3rem;
	font-size: 0.4rem;
	font-weight: bold;
	color: #000000;
	width: 6.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*列表部分查看更多*/
.garden-list-more {
    font-size: 0.3rem;
    display: block;
    text-align: center;
    width: 1.52rem;
    margin: 0.3rem auto 0.5rem;
    color: #333333;
}
.dropload-down{
    overflow: hidden;
}
.dropload-down .dropload-refresh,.dropload-down .dropload-load{
    font-size: 0.3rem;
    color: #333333;
    margin: 0.3rem auto 0.35rem;
    text-align: center;
}
.padding-top-50{
    padding-top: 0.47rem;
    padding-bottom:0.17rem;
    background-color: #FFFFFF;
}
.footer-bottom {
    width: 100%;
    height: 1.2rem;
}
.tip-modal {
    position: fixed;
    top: 0.4rem;
    left: 50%;
    margin: 0 auto;
    margin-left: -2rem;
    width: auto;
    max-width: 6rem;
    /* height: 30px; */
    line-height: 0.42rem;
    padding: 0.1rem 0.2rem;
    display: none;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    background: #000;
    opacity: 0.8;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
    z-index: 1001;
}
#zc__sdk__sys__btn{
    width: 1rem!important;
    height: 1rem!important;
    box-shadow: none!important;
    right: 0.3rem!important;
    bottom: 1.72rem!important;
    z-index: 800 !important;
    background-position: 0.25rem -1.34rem!important;
    background-size: 50% !important;
}



.email-text{
    max-width: 6.9rem;
    display: block;
    margin:0.1rem auto 0.4rem;
}

.delete-img{
    width: 100%;
    height: auto;
}
/* 载体公共头---carrier_header.css */
.carrier-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.88rem;
    padding: 0 0.3rem;
    background-color: #fff;
}
.carrier-header-icon{
    width: 0.44rem;
    height: 0.44rem;
}
.carrier-header-icon img{
    width: 0.44rem;
    height: 0.44rem;
    vertical-align: top;
}

.carrier-header-center{
    position: absolute;
    left: 50%;
    margin-left: -1.13rem;
    width: 2.26rem;
    height: 0.52rem;
}
.carrier-header-center img{
    width: 2.26rem;
    height: 0.52rem;
    vertical-align: top;
}

.carrier-header-right{
    display: flex;
    justify-content: flex-start;
}
.factory-header-search{
    margin-right: 0.2rem;
}
.factory-header-user{
    margin-right: -0.07rem;
}
.yuanqu-header{
    float: left;
    line-height: 0;
}
.yuanqu-header img{
    width: 2.99rem;
}


/* 咨询轮播--information_swiper.css */
.swiper-information{
	width: 100%;
	height: 3.7rem;
	overflow:hidden;
}

.swiper-information .swiper-slide{
    height: 3.7rem;
    width: 7.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.swiper-information .swiper-mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.4rem;
    display: block;
}
.swiper-information .policy-banner-text{
    font-size: 0.3rem;
    color: #ffffff;
    position: absolute;
    left: 0.3rem;
    bottom: 0.3rem;
    line-height: 0.34rem;
    /*width: 5.5rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-information .swiper-pagination{
    text-align: center;
    right: 0.3rem;
    bottom: 0.4rem;
    width: auto;
    left: auto;
}

.swiper-information .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 100%;
    background: #80a0cd;
    opacity: 1;
}
.swiper-information .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 0.26rem;
    height: 0.12rem;
    border-radius: 0.2rem;
}
.swiper-information .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}
/*首页推荐载体、商业地产、互动中心--index_carrier.css*/
.carrier-box{
    padding-bottom: 0.32rem;
    overflow: hidden;
    margin-top: -0.22rem;
}
.index-meeting .carrier-box{
    padding-bottom: 0.32rem;
}
.carrier-land{
    padding-bottom: 0.32rem;
}
.carrier-content{
    width: 3.35rem;
    padding: 0.22rem 0 0.11rem;
    float: left;
    margin-right: 0.2rem; ;
}
.business-box{
    padding: 0.22rem 0 0.13rem;
}
.information-box{
    margin:0 0.3rem;
}
.carrier-img{
    width: 3.34rem;
    height: 2.51rem;
    overflow: hidden;
    z-index: 1;
}
.carrier-img img{
    width: 3.33rem;
    height: 2.49rem;
}
.meeting-img{
    width: 3.34rem;
    height: 1.87rem;
    overflow: hidden;
}
.meeting-img img{
    width: 3.33rem;
    height: 1.86rem;
}

.business-text {
    font-size: 0.3rem;
    color: #222222;
    margin-top: 0.14rem;
    line-height: 0.4rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0.4rem;
}
.carrier-content .text{
    font-size: 0.3rem;
    color: #222222;
    margin-top: 0.14rem;
    line-height: 0.4rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 0.8rem;

}
.carrier-content .index-price{
    font-size: 0.26rem;
    color: #d50000;
    line-height: 0.4rem;
    width: 3.35rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 0.08rem;
}
.carrier-content span{
    font-size: 0.32rem;
    margin: 0 0.08rem;
    display: inline-block;
    max-width: 1.81rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.carrier-box a:nth-child(2n) .carrier-content{
    margin-right: 0;
}
.meeting-time{
    margin-top: 0.08rem;
    overflow: hidden;
}
.carrier-content .meeting-time p{
    /*andriod line-height: 0.4rem; */
    line-height: 0.38rem;
    font-size: 0.26rem;
    color: #8b8b8b;
    float: left;
    max-width: 1.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.meeting-location{
    height: 0.4rem;
    float: right;
    overflow: hidden;
}

.meeting-location img{
    display: block;
    float: left;
    width: 0.26rem;
    transform-origin: 0 0;
    margin-top: 0.04rem;
}


.information-time-box{
    overflow: hidden;
    height: 0.3rem;
    font-size: 0;
    margin-top: 0.15rem;
}

.information-time-box .information-title {
    max-width: 1.04rem;
    height: 0.26rem;
    line-height: 0.28rem;
    padding: 0.02rem 0.08rem;
    font-size: 0.22rem;
    color: #e90000;
    position: relative;
    border: none;
    margin-right: 0.2rem;
    display: inline-block;
    vertical-align: top;
}
.information-time-box .information-time {
    font-size: 0.26rem;
    color: #a4a4a4;
    line-height: 0.34rem;
    width: 1.45rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.information-time-box .information-time.margin-left-0{
    margin-left: 0;
}
.information-time-box .information-title:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e90000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.information-today-content{
    padding-bottom: 0;
}
.factory-intro img{
    width:100%;
}
.factory-intro .base-info-more img {
    width: 12px;
}

/*首页底部--index_footer.css*/
.index-footer{
    padding-top: 0.56rem;
    background-color: #f5f6f8;
    text-align: center;
    font-size: 0;
    padding-bottom: 0.23rem
}
.footer-title{
    overflow: hidden;
    display: inline-block;
    text-align: center;
    font-size: 0;
    margin: 0 auto 0.28rem;
}
.footer-title a{
    font-size: 0.24rem;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    line-height: 0.4rem;
    max-width: 1.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-title span{
    margin: 0.16rem 0.2rem 0 0.2rem;
    display: inline-block;
    width: 0.01rem;
    height: 0.12rem;
    background: #999999;
}
.index-footer .footer-describe{
    font-size: 0.2rem;
    line-height: 0.35rem;
    color: #999999;
}
.index-footer .footer-describe img{
    width: 0.2rem;
    height: auto;
    vertical-align: middle;
    margin-right: 0.05rem;
    margin-top: -0.05rem;
}
.index-footer .border-right-1px:after{
    border-right: 1px solid rgba(0,0,0,0.05);
}
.county-footer{
    padding-bottom: 1.2rem;
}
.garden-footer{
    margin-bottom: 0.06rem;
}
.footer-empty{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.common-footer-intro{
    max-width: 6.7rem;
    padding: 0.4rem;
    background: #202228;
}
.common-footer-intro h3{
    color: #DDDEE0;
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.1rem;
}
.common-footer-intro p{
    color: #BBBBBB;
    font-size: 0.20rem;
    line-height: 0.34rem;
    text-align: center;
}
.website-statement{
    color: #BBBBBB;
    font-size: 0.20rem;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.04rem;
}
.common-footer-contact{
    color: #BBBBBB;
    font-size: 0.20rem;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.04rem;
}
.common-footer-icp{
    display: block;
    color: #909090;
    font-size: 0.20rem;
    line-height: 0.32rem;
    text-align: center;
}
/*首页资讯中心--index_information.css*/
.index-information{
    background: #ffffff;
}
.index-information-content{
     display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    position: relative;
}
.index-information .index-news-box{
    margin-top: -0.3rem;
    padding-bottom: 0.2rem;
}
.list-item-img{
    width: 2.39rem;
    height: 1.34rem;
    margin-left: 0.56rem;
    overflow: hidden;
}
.list-item-img img{
    width: 2.38rem;
    height: 1.33rem;
}
.list-item-word{
    flex:1;
    padding-bottom: 0.46rem;
}
.list-item-word h3{
    /*min-height: 0.75rem;*/
    margin-top: -0.07rem;
    line-height: 0.48rem;
    font-size: 0.36rem;
    color:#222222;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.item-information{
    /*margin-top: 0.13rem;*/
    font-size: 0;
    position: absolute;
    left: 0;
    bottom: 0.27rem;
    height: 0.3rem;
}
.item-information .information-title{
    max-width: 1.4rem;
    height: 0.26rem;
    padding: 0.02rem 0.08rem;
    font-size: 0.22rem;
    color: #e90000;
    position: relative;
    border: none;
    margin-right: 0.2rem;
    display: inline-block;
    vertical-align: top;
    line-height: 0.26rem;
}
.item-information .information-title:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e90000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.item-information .information-time{
    font-size: 0.26rem;
    color: #a4a4a4;
    line-height: 0.3rem;
    width: 2.5rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.walk-slide {
    width: auto!important;
    margin-right: 20px!important;
}
/*首页项目云*/
.index-item-cloud {
    background: #ffffff;
}
.index-item-cloud .invest-box {
    float: left;
    width: 50%;
    margin-top: 0.1rem;
}
.index-item-cloud .pay-taxes-box {
    float: left;
    width: 50%;
    margin-top: 0.1rem;
}
.index-item-cloud .invest-money {
    font-size: 0.36rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #d50000;
    line-height: 0.48rem;
}
.index-item-cloud .invest-money span {
    font-size:0.26rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#E00000;
}
.index-item-cloud .invest-title {
    font-size:0.26rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#262626;
    line-height:0.48rem;
}
.item-cloud-list {
    width:100%;
}
.item-cloud-list h3 {
    margin-top: -0.07rem;
    line-height: 0.48rem;
    font-size: 0.36rem;
    color:#222222;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-left: 0.6rem;
}
.item-cloud-list .list-item-btn{
    line-height: 0.3rem;
    padding: 0.05rem 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    font-size: 0.24rem;
    color: #5e98d3;
    background-color: #ecf4fc;
    height: 0.3rem;
    display: inline-block;
}
.item-cloud-list .list-item-btn-wrapper{
    height: 0.4rem;
    overflow: hidden;
    margin-top: 0.15rem;
}
.item-cloud-list h3 span{
    font-size: 0.24rem;
    color: #fff;
    margin-right: 0.1rem;
    padding: 0.05rem 0.1rem;
    background: #C89454;
    position: absolute;
    margin-left: -0.6rem;
    line-height: initial;
    margin-top: 0.03rem;
}
.item-cloud-list h3 .quick{
    background: #1f6cdd;
}
.index-item-cloud-box {
    padding: 0.4rem 0 0.4rem 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    position: relative;
}
.more-tabs-to {
    display: block;
    width: 100%;
    height: 0.8rem;
    background-color: #f5f7fc;
    color: #386cd6;
    font-size: 0.3rem;
    line-height: 0.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
.dynamic-no-content{
    padding: 0 0.3rem 2rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.have-no-content{
    margin-top: 80px;
}

.dynamic-empty{
    height: 3.5rem;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

/*wap广告位样式--wap_rich.css*/

.rich-banner img {
    width:100%;
}


/*咨询详情新闻部分--information_details_info.css*/
.info-details{
    padding:0 0.3rem;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.info-details-title,
.quality-investment-title,
.inital-mess-title,
.info-investment-title ,
.information-details-title,
.information-fly-title,
.theme-fly-title,
.year-show-title,
.center-messagge-title,
.message-fly-title{
    font-size: 0.48rem;
	line-height: 0.69rem;
    color: #222222;
    margin-top: 0.5rem;
}
.info-details-info,
.details-informations-wrapp,
.investment-informations-wrapp,
.quality-informations-wrapp,
.inital-info-wrapp,
.borade-time-fly,
.informs-time-fly,
.information-time-fly,
.times-title-cont,
.fly-time-info{
    overflow: hidden;
    height: 0.48rem;
    margin-top: 0.2rem;
}
.content-intro img,
.content-information-wrapp img,
.investment-information-wrapp img,
.qualitys-information-wrapp img,
.inital-information-wrapp img,
.content-introduce img,
.content-message img,
.theme-message img,
.park-message-open img,
.center-message img,
.content-flys img,
.content-fly img{
    max-width: 100%;
}
.info-details-name,
.wrapp-details-name,
.investment-details-name,
.investment-quality-name,
.inves-quality-time,
.fly-details-name,
.name-fly-detail,
.fly-details-message,
.theme-details-message,
.open-earth-project,
.center-details-message,
.information-details-name{
	font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333333;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}
.info-details-name img,
.wrapp-details-name img,
.investment-details-name img,
.investment-quality-name img,
.inves-quality-time img,
.fly-details-name img,
.name-fly-detail img,
.fly-details-message img,
.theme-details-message img,
.open-earth-project img,
.center-details-message img,
.information-details-name img{
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.08rem;
    margin-top: -0.02rem;
}
.info-details-time,
.minfo-details-time,
.investment-details-time,
.investment-details-quality,
.ment-details-quality,
.fly-details-time,
.flying-details-time,
.fly-details-mess,
.theme-details-mess,
.open-details-title,
.center-details-mess,
.information-details-time{
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #a4a4a4;
    width: 50%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}
.info-details-tit{
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #222222;
    margin-top: 0.2rem;
}
.info-details-text{
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #222222;
    margin-top: 0.4rem;
}
.content-intro p,
.content-information-wrapp p,
.investment-information-wrapp p,
.qualitys-information-wrapp p,
.inital-information-wrapp p,
.content-introduce p,
.content-message p,
.theme-message p,
.park-message-open p,
.center-message p,
.content-flys p,
.content-fly p{
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #222222;
    margin-top: 0.4rem;
}
.content-intro a,
.content-information-wrapp a,
.investment-information-wrapp a,
.qualitys-information-wrapp a,
.inital-information-wrapp a,
.content-introduce a,
.content-message a,
.theme-message a,
.park-message-open a,
.center-message a,
.content-flys a,
.content-fly a{
    color: #1f6cdd;
}
.content-intro div,
.content-information-wrapp div,
.investment-information-wrapp div,
.qualitys-information-wrapp div,
.inital-information-wrapp div,
.content-introduce div,
.content-message div,
.theme-message div,
.park-message-open div,
.center-message div,
.content-flys div,
.content-fly div{
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #222222;
    margin-top: 0.4rem;
}
.info-details-label{
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #8b8b8b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.43rem;
}
.info-details-label img{
    width: 0.24rem;
    height: 0.24rem;;
    vertical-align: middle;
    margin-right: 0.08rem;
    margin-top: -0.02rem;
}
.info-details-commend-tit{
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #8b8b8b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 0.5rem;
}



.info-details-commend-text{
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #8b8b8b;
    margin-top: 0.5rem;
}
.info-details-tel{
    width: 100%;
    height: auto;
    margin-top: 0.38rem;
}
.info-details-upload{
    margin-top: 0.42rem;
}
.info-details-upload .active{
    display: block;
}
.info-details-upload img{
    width: 100%;
    height: auto;
    display: none;
}
.info-details-btns{
    overflow: hidden;
    width: 4.8rem;
    margin:0.43rem auto 0.5rem;
}
.info-details-praise,.info-details-share{
    float: left;
    width: 2rem;
    /* height: 0.7rem;
    line-height: 0.7rem; */
    line-height: normal;
    padding:0.16rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #666666;
    border-radius: 0.35rem;
    border:1px solid #e5e5e5;
}
.info-details-praise img,.info-details-share img{
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-right: 0.08rem;
    margin-top:-0.05rem;
}
.details-praise-default{
    display: inline-block;
}
.details-praise-active{
    display: none;
}
.info-details-praise .article_like_num{
    display: inline-block;
    min-width: 0.28rem;
}
.info-details-share{
    float: right;
}
/*资讯底部按钮*/
.new-layer-box {
    height: 75px;
}
.new-layer-bot {
    width: 100%;
    background: #2a2c43;
    position: fixed;
    bottom: 0;
    z-index: 99;
    overflow: hidden;
    height: 1.3rem;
}
.new-layer-bot .back-index {
    width: 2.86rem;
    padding-top: 0.24rem;
    height: 1.06rem;
    float: left;
    background: #ff891f;
    background-size: 2rem 1rem;
}
.new-layer-bot img {
    width: 0.42rem;
    height: 0.42rem;
    display: block;
    margin: 0 auto;
}
.new-layer-bot .layer-bot-text {
    padding: 0 0.3rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.3rem;
    color: #ffffff;
    line-height: 0.42rem;
}
.new-layer-bot .phone {
    width: 4.64rem;
    padding-top: 0.24rem;
    height: 1.06rem;
    float: left;
    background-color: #d50000;
}
.new-layer-bot .phone-number {
    font-size: 0.36rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.15rem;
}
/*文章内容超出隐藏*/
.ment-wrapper-quality {
    position: relative;
}
.extend-all-content {
    display: none;
}
.article-content {
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: 0;
    left: 0;
    background: url(../../images/details_mask@2x.png) no-repeat 50%;
    background-size: cover;
    display: none;
}
.government-article-content {
    position: absolute;
    width: 100%;
    height: 2rem;
    bottom: 0;
    left: 0;
    background: url(../../images/details_mask_two@2x2.png) no-repeat 50%;
    background-size: cover;
}
.article-content img {
    width: 0.2rem;
    height: 0.2rem;
}
.article-content p {
    font-size: 0.26rem;
    margin: 1.7rem auto 0;
    display: block;
    color:#d50000;
    width: 5rem;
    text-align: center;
}
.view-article-all p{
    text-align: center;
    margin: 0 auto;
    width: 4rem;
    background: #d50000;
    color: #fff;
    line-height: 0.6rem;
    cursor: pointer;
    margin-top: 1.8rem;
    font-size: 0.28rem;
}
.unlock-code {
    position: absolute;
    top: 0.4rem;
    font-size: 0.15rem;
    left: 2.85rem;
}

.unlock-login {
    position: absolute;
    top: 1rem;
    left: 3rem;
    color: #d50000;
    font-size: 0.3rem;
    border: 0.01rem solid #d50000;
    padding: 0.1rem;
}
.code-img-box {
    position: relative;
}

/*相关资讯*/
.relate-article {
    font-size: 0.28rem;
    color: #333;
    background: #fff;
    padding: 0.5rem 0.3rem 0.5rem 0.3rem;
    overflow: hidden;
}
.relate-title {
    margin-right: 0.4rem;
    float: left;
    margin-top: 0.13rem;
}
.related-link {
    float: left;
    color: #333;
    text-decoration: underline;
    margin-right: 0.3rem;
    line-height: 0.55rem;
}
/*政府工作报告*/
.government-code {
    height: 4rem;
}
.government-code p {
    margin-bottom: 0.5rem;
}
.government-code-b img {
    margin: 0 auto;
    margin-top: 2rem;
    display: block;
    width: 4.5rem;
}
.detail-modal {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    display: none;
}
.detail-modal .modal-content {
    width: 5.3rem;
    background: #fff;
    left: 0.55rem;
    top: 50%;
    margin-top: -3.8rem;
    position: absolute;
    font-size: 0.26rem;
    padding: 0 0.5rem;
    color: #333;
    line-height: 0.48rem;
    padding-bottom: 0.5rem;
}
.detail-modal .modal-title {
    font-size: 0.36rem;
    color: #262626;
    text-align: center;
    margin-top: 0.5rem;
}
.detail-modal .report-code {
    margin-top: 0.3rem;
}
.detail-modal .report-icon {
    margin-top: -1.95rem
}
.detail-modal .unlock-method {
    text-align: center;
}
.detail-modal .unlock-method a,
.detail-modal .unlock-method span {
    color: #1f6cdd;
}
.detail-modal .code {
    max-width: 2.8rem;
    margin: 0.5rem auto;
    display: block;
}
.detail-modal .close-icon {
    float: right;
    width: 0.35rem;
    margin-top: -1.75rem;
    margin-right: -0.3rem;
}
.detail-modal .already-btn {
    font-size: 0.3rem;
    background: #d50000;
    color: #fff;
    width: 2.5rem;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
}

/*区县页面招商动态、优惠政策--county_dynamic.css*/
.dynamic-box{
    margin-top: -0.19rem;
    margin-bottom: 0.31rem;
    max-height: 3.5rem;
    overflow: hidden;
}
.dynamic-content{
    font-size: 0;
}
.dynamic-content img{
    width: 0.08rem;
    height: 0.08rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    display: inline-block;
}
.dynamic-content a{
    display: inline-block;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.7rem;
    vertical-align: middle;
    width: 6.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*咨询详情--落地项目追踪--information_dynamic_park.css*/
.recommend-box{
    padding: 0.4rem 0.3rem 0 0.3rem;
    overflow: hidden;
    background-color: #ffffff;
}
.infomation-park-item{
    display: flex;
    justify-content: space-between;
}
.information-park-img{
	width: 1.98rem;
	height: 1.48rem;
    flex: 0 0 1.98rem;
}
.information-park-img img{
    width: 1.98rem;
    height: 1.48rem;
}
.information-park-right-box{
	overflow: hidden;
	margin-left: 0.36rem;
	flex: 1;
}
.information-park-title{
	height:0.4rem;
	line-height:0.4rem;
	vertical-align:bottom;
    font-size: 0.32rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    margin-top:-0.04rem;
}
.information-park-addr{
    margin-top: 0.16rem;
	line-height: 0.28rem;
    font-size: 0.26rem;
    color: #8b8b8b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.information-park-btns{
    overflow: hidden;
    margin-top: 0.12rem;
}
.information-park-intro{
    width: 2.17rem;
    line-height:normal;
    padding:0.11rem 0;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    background: #f8f8f8;
    overflow: hidden;
    float: left;
}
.information-park-policy{
    width: 2.17rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    background: #f8f8f8;
    overflow: hidden;
    float: left;
    margin-left: 0.2rem;
}
/* 详情页标题内容样式---details_content_common.css */
html,body{
    width: 100%;
    /* height: 100%; */
}
.container{
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-color: #f5f6f8;
}

/* 详情主体内容公共样式 */
.product-box{
	position: relative;
	background: #fff;
 	padding:0 0.3rem 0.01rem;
}
.detail-title{
    font-size: 0.4rem;
    color: #222;
    padding:0.46rem 0 0.5rem;
	font-weight: 550;
}
/* 详情简介公共样式 */
.warehouse-intro,.warehouse-introb{
	word-break: break-word;
	margin-top: -0.12rem;
	line-height: 0.54rem;
    font-size: 0.32rem;
    color: #333;
}
.warehouse-intro img{
	max-width: 6.9rem;
}
.factory-intro{
	padding-bottom: 0.5rem;
}

/* 展开更多信息公共样式 */
.base-info-more{
	height: 0.8rem;
	line-height: 0.87rem;
    vertical-align: middle;
    background: #f4f7fd;
    font-size: 0.3rem;
    color: #1f6cdd;
    text-align: center;
    margin:0.35rem 0 0;
}
.base-info-more img{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.1rem;
	/*vertical-align: middle;*/
	margin-top:-0.02rem;
}
.new-base-info-more{
	height: 0.8rem;
	line-height: 0.87rem;
	vertical-align: middle;
	background: #f4f7fd;
	font-size: 0.3rem;
	color: #1f6cdd;
	margin:0.35rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
body .new-base-info-more img{
	width: 0.24rem;
	height: 0.24rem;
	float: left;
	margin-left: 0.05rem;
	margin-top: 0.32rem
}
.new-base-info-more span{
	float: left;
}
.factory-intro-max-height{
	height: 2.65rem;
	/* margin-bottom: 0.3rem; */
	overflow: hidden;
}
.tranform-arrow-icon{
	transform: rotate(180deg);
}
.partner-max-height{
	height: 2.82rem;
	margin-bottom: 0.5rem;
	overflow: hidden;
}
.partner-box-more{
	margin-top: 0.5rem;
}
#zc__sdk__sys__btn {
	visibility: hidden;
}
.content-meeting p {
	margin-bottom: 20px;
}
.organization-box p {
	margin-bottom: 20px;
}
.meeting-process-box p {
	margin-bottom: 20px;
}
.course-introduction p {
	margin-bottom: 20px;
}
.course-catalog p{
	margin-bottom: 20px;
}
.course-outline p {
	margin-bottom: 20px;
}
.course-features p {
	margin-bottom: 20px;
}

/*咨询详情底部链接--information_city.css*/
.information-city-box{
    overflow: hidden;
    font-size: 0;
}
.information-city-box a{
    width: 0.64rem;
    font-size: 0.32rem;
    line-height: 0.34rem;
    color: #222222;
    margin-bottom: 0.28rem;
    display: inline-block;
    overflow: hidden;
    margin-right: 0.92rem;
    white-space: nowrap;
}
.information-city-box a:nth-child(5n+5){
    margin-right: 0;
}

/*咨询详情底部链接--share_layer.css*/
.share-layer{
    width: 100%;
    height:100%;
    position: fixed;
    left: 0;
    top:0;
    background: rgba(0,0,0,.5);
    z-index: 500;
    display: none;
}
.share-content{
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.share-icon-box{
    overflow: hidden;
    width: 3rem;
    margin:0.3rem auto;
    display: flex;
    justify-content: space-between;
    /*align-content:center;*/
}
.share-icon{
    display: block;
    float: left;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.share-icon:nth-child(2){
    float: right;
}
.share-icon img{
    width: 100%;
    height:100%;
    vertical-align: top;
}
.share-cancel{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size:0.28rem;
    color: #333;
    overflow: hidden;
}
/* 载体详情（投资天津，招商网络样式）---common_investment_tags.css */

/* .detail-investment-title{
    margin-bottom: 0.2rem;
} */
.details-more-item-wrapper{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.details-more-item-wrapper.dynamic-box{
    height: auto;
}

.detail-investment-box{
    margin-top: -0.3rem;
}
.details-investment-item-box{
    padding-bottom: 0.5rem;
}
.details-more-item{
    /* flex:1; */
    width: 31.3%;
    /* height: 0.6rem; */
    margin-right: 0.2rem;
    /* line-height: 0.6rem; */
    padding: 0.11rem 0;
    line-height: normal;
    margin-top:0.3rem;
    vertical-align: top;
    text-align: center;
    font-size: 0.28rem;
    color:#333;
    background: #f8f8f8;
    overflow: hidden;
    outline: none;
    border: none;
}


.details-more-item:nth-child(3n+3){
    margin-right: 0;
}
.detail-investment-box .details-dynamic-box{
    /* padding: 0.4rem 0 0 0; */
    padding-top: 0.4rem;
    padding-bottom: 0;
    margin-bottom: -0.2rem;
}

/* investment-mask */
.detail-product-investment-box{
	padding-bottom: 0.5rem;
}

.investment-mask{
	position: absolute;
    width: 100%;
    height:0.4rem;
    bottom: 0.5rem;
    left: 0;
    background: url(../../images/details_mask@2x.png) no-repeat 50%;
    background-size: cover;
    padding-top: 0.6rem;
}
.investment-mask .open{
	display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url(../../images/details_mask_open_icon@2x.png) no-repeat 50%;
    background-size: 0.36rem 0.32rem;
    margin: 0 auto;
    animation: swing 1.5s .1s ease-in-out infinite;
    -webkit-animation: swing 1.5s .1s ease-in-out infinite;
}
@-webkit-keyframes swing{
	0%{
		-webkit-transform:translate(0);
	}
	50%{
		-webkit-transform:translateY(-.15rem);
	}
	100%{
		-webkit-transform:translateY(-.3rem);
	}
}
@keyframes swing{
	0%{
		transform:translate(0);
	}
	50%{
		transform:translateY(-.15rem)
	}
	100%{
		transform:translateY(-.3rem)
	}
}

.secondary-investment-max-height{
	height: 2.7rem;
	overflow: hidden;
}
.third-investment-max-height{
	max-height: 1.8rem;
	overflow: hidden;
}
