@charset "utf-8";
/* CSS Document */
body {
  background: #F9F9F9
}
.neibanner {
  width: 100%
}
.neibanner > img {
  width: 100%
}
.tra-position-box {
  width: 100%;
  background: #fff;
  line-height: 100px;
}
.tra-position-box .tra-position {
  display: flex;
  justify-content: space-between;
}
.tra-position-box .tra-position .tra-s-left {
  display: flex;
  font-size: 14px;
  color: #111;
	flex-wrap:wrap
}
.tra-position-box .tra-position .tra-s-left > i {
  font-size: 20px;
  color: #AFAFAF
}
.tra-position-box .tra-position .tra-s-left > i:first-child {
  font-size: 30px;
  color: #AFAFAF
}
.tra-position-box .tra-position .tra-s-left > a {
  color: #333;
  font-size: 14px;
}
.tra-position-box .tra-position .tra-s-left > a:hover {
  color: #1f59d8
}
.tra-position-box .tra-position .tra-s-left :nth-child(2) {
  margin: 0 5px;
}
.tra-position-box .tra-position .tra-s-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tra-position-box .tra-position .tra-s-right > i {
  font-size: 26px;
  color: #AFAFAF;
  margin-right: 6px;
}
.tra-position-box .tra-position .tra-s-right > a {
  color: #666;
  font-size: 13px;
}
.tra-position-box .tra-position .tra-s-right > a:hover {
  color: #1f59d8
}
/*内页左侧导航 */
.left-nav-box {
  width: 220px;
}
.left-nav-box > dl {
  background: #fff;
  padding-bottom: 10px;
}
.left-nav-box > dl > dt {
  height: 60px;
  background: #1f59d8;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  border-top-left-radius: 20px;
  margin-bottom: 5px;
}
.left-nav-box > dl > dt > a {
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: flex-start;
  align-items: center
}
.left-nav-box > dl > dt > a > b {
  font-weight: normal;
  display: block
}
.left-nav-box > dl > dt > a > i {
  margin-right: 15px;
  font-size: 30px;
  margin-left: 15px;
}
.left-nav-box > dl > dd {
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: flex-start;
  align-items: center;
  background: -webkit-linear-gradient(left, #fff, #fff) no-repeat;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.left-nav-box > dl > dd > a {
  height: 50px;
  color: #666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 88%;
  border-bottom: 1px dashed #e1e1e1;
  margin: 0 auto
}
.left-nav-box > dl > dd:last-child a {
  border: 0
}
.left-nav-box > dl > dd > a > i {
  font-size: 28px;
  margin-right: 6px;
  margin-left: 2px;
  color: #999
}
.left-nav-box > dl > dd > a > span {
  color: #666;
  font-size: 15px;
}
.lysxs {
  display: none
}
.left-nav-box > dl > dd:hover {
  background: -webkit-linear-gradient(left, #D9E1F2, #D9E1F2) no-repeat;
  background: linear-gradient(to right, #D9E1F2, #D9E1F2) no-repeat;
  background-size: 100% 100%;
}
.left-nav-box > dl > dd:hover span {
  color: #1f59d8;
  transition: all .6s ease;
}
.left-nav-box > dl > dd:hover i {
  color: #1f59d8;
  transition: all .6s ease;
}
.left-nav-box > dl > dd:hover .lysxs {
  display: block;
  transition: all .6s ease;
}
.left-nav-box > dl > dd:hover .lysyc {
  display: none;
  transition: all .6s ease;
}
.left-nav-box > dl > dd.leftcur {
  background: #D9E1F2
}
.left-nav-box > dl > dd.leftcur span {
  color: #1f59d8;
  transition: all .6s ease;
}
.left-nav-box > dl > dd.leftcur i {
  color: #1f59d8;
  transition: all .6s ease;
}
.left-nav-box > dl > dd.leftcur .lysyc {
  display: none;
}
.left-nav-box > dl > dd.leftcur .lysxs {
  display: block;
}
/*内页右侧 */
.train-some {
  width: 1050px;
  box-sizing: border-box;
  padding: 40px 60px;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  box-shadow: 0px 2px 6px 0px rgba(236, 236, 236, 40);
  background-color: #fff;
  padding-bottom: 50px;
}
/*内页右侧搜索 */
.tra-top .The-sorting {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.tra-top .The-sorting .The-sort-left {
  display: flex;
}
.tra-top .The-sorting .The-sort-time {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: rgba(172, 172, 172, 100);
  color: rgba(255, 255, 255, 100);
  font-size: 14px;
  cursor: pointer;
}
.tra-top .The-sorting .The-sort-timergba {
  background-color: #F99E34;
}
.tra-top .The-sort-right {
  position: relative;
	display: flex;
	justify-content:flex-start;
	width: 100%;
}
.tra-top .The-sort-right input {
  width: 400px;
  height: 40px;
  border: 1px solid rgba(225, 225, 225, 100);
  color: rgba(172, 172, 172, 100);
  font-size: 14px;
  box-sizing: border-box;
  text-indent: 6px;
}
.tra-top .The-sort-right .btns {
  width: 100px;
  height: 40px;
  background-color: #F99E34;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
 
}
/*内页平台服务-基础设施服务*/

.ptfwlist-icon{
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
	padding-bottom: 20px;
}
.ptfwlist-icon>li{
  width: 23%;
  margin: 1%;
  background: #F5F7FA;
	
	text-align: center;
	padding: 40px 0
}
.ptfwlist-icon>li>a{color:#1F59D8;}
.ptfwlist-icon>li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ptfwlist-icon>li p{
	font-size: 18px;
	width:100%;
	
}
.ptfwlist-icon>li:hover {
  box-shadow: 0px 4px 16px 0px rgb(13 24 47 / 20%);
  transform: translateY(-5px);
  transition: all .6s ease;
}

/*内页平台服务-基础设施服务-生产厂房租用*/
.some-nleft{width:100%;}
.psccfbox{
	width:94%;
	background: #fff;
	padding:2% 3%;
}
.psccfbox>.psccftoptit{
	border-bottom:2px solid #1F59D8;
	height: 50px;
	display: flex;
	justify-content: flex-start;
}

.psccfbox>.psccftoptit>li{
	line-height: 50px;
	margin-right: 20px;
	
}.psccfbox>.psccftoptit>li>a{
	color:#444;
	font-size:16px;
	display: block;

}
.psccfbox>.psccftoptit>li.psccftoptitcur a{
	color:#fff;
	background: #1F59D8;
	text-align: center;
	padding: 0 50px;
}


.psccfbox>.psccftoptit>li.psccftoptithover:hover a{
	color:#fff;
	background: #1F59D8;
	text-align: center;
	padding: 0 20px;
}

.zyzbvur{color:#fff!important;
	background: #1F59D8;
	text-align: center;
	padding: 0 20px;}
.psccflist{
	width:100%;
}

.psccflist>li{
	border-bottom:1px solid #E2E2E2;
	padding: 20px 0;
}
.psccflist>li:last-child{
	border:0
}
.psccflist>li>a{
	display:flex;
	justify-content: space-between;
	align-items: center
}
.psccflist>li>a>.psccflist-l{
	width:18%;
	height: 150px;
}
.psccflist>li>a>.psccflist-m{
	width:69%;
	padding-right: 0%;
}
.psccflist>li>a>.psccflist-m>dt{
	font-size:20px;
	color:#222;
	line-height: 38px;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 8px;
	
}
.psccflist>li>a>.psccflist-m>dt>h3{
		font-weight: bold;

}
.psccflist>li>a>.psccflist-m>dt>span{
	font-weight:normal;
	margin-left: 20px;
	font-size:18px;
}
.psccflist>li>a>.psccflist-m>dd{
	font-size:13px;
	color:#666;
	display: flex;
	justify-content: flex-start;
	line-height: 26px;
}
.psccflist>li>a>.psccflist-m>dd>p{
	margin-right: 26px;
}
.psccflist>li>a>.psccflist-r{
	width:8%;
	background: #1F59D8;
	text-align: center;
	padding: 40px 0;
		color:#fff;
	position: relative;
}
.psccflist>li>a>.mckxq{
	display:none
}

.psccflist-r>.psccflist-r-ewm{
	display:none;
	position: absolute;
	right:110px;
	top:0px;
	background: #fff;
	box-shadow: 0px 4px 16px 0px rgb(13 24 47 / 20%);
    padding: 15px;
}

.psccflist-r>.psccflist-r-ewm>img{
	width:130px;
	height: 130px;
}

.psccflist-r>.psccflist-r-ewm>p{
	width:130px;
	text-align: center;
	color:#666;
	font-size: 14px;
	line-height: 26px;
}

.psccflist>li>a>.psccflist-r:hover.psccflist-r>.psccflist-r-ewm{
	display:block;
  transition: all .6s ease;
}




.pscbgfj>li>a>.psccflist-m{
	width:68%
}
/*内页平台服务-基础设施服务-生产厂房租用-厂房详情*/

.cpxq-top{
	width:100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center
}

.cpxq-top>h4{
	font-size: 30px;
    font-weight: 600;
    color: #0b0f12;
    margin-bottom: 10px;
	line-height: 50px;
}
.cpxq-top>span{
	font-size:18px;
	margin-left: 20px;
	color:#333
}
.cpxq-mid{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap
}

.cfxqmid-left{
	width: 50%;
	overflow: hidden;
	border:14px solid #e9e9e9;
	box-sizing: border-box
}
.cfxqmid-right{
	width: 44%;
}
.swiper-fjxq1{
	position:relative
}

.swiper-fjxq1 img{
	width:100%;
	height: 400px;
}


.cfxqmid-right>.psccflist-m>dt>span {
    font-weight: normal;
    margin-right: 20px;
    font-size: 20px;
	line-height: 50px;
}



.cfxqmid-right>.psccflist-m>dd {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}


.cfxqmid-right>.psccflist-m>dd>p {
    margin-right: 0;
	width: 100%;
	color:#333
}
.cfxqmid-right>.psccflist-m>dd>p>b {
    color: #666;
    margin: 0 15px;
    font-weight: normal;
}
.cfxqmid-right> .psccflist-r-ewm>p{
	color:#333;
	line-height: 32px;
	margin-bottom: 10px;
}

.cfxqmid-right> .psccflist-r-ewm>img{
	width:120px;
	height: 120px;
}

/*内页平台服务-基础设施服务-办公空间租用*/

/*.pscbglist>li>a>.psccflist-m{
	width:80%;
	padding-right: 0%;
}*/

.pscbglist>li>a>.psccflist-m {
    width: 79%;
    padding-right: 0%;
}
.pscbgfj>li>a>.psccflist-m {
    width: 69%;
    padding-right: 0%;
}
.pscbglist>li>a>.psccflist-m>dd>p{
	margin-right:0
}
.pscbglist>li>a>.psccflist-m>dd>p:last-child b{
	display:none
}
.pscbglist>li>a>.psccflist-m>dd>p>b{
	font-size: 12px;
	color:#999;
	margin: 0 15px;
	font-weight: normal
}

.pscbglist>li>a>.psccflist-m>dd>i{
	font-size:24px;
	font-weight: bold;
}
.pscbglist>li>a>.psccflist-m>dd>i.yyz{
	color:green
}
.pscbglist>li>a>.psccflist-m>dd>i.wyy{
	color:red
}

.hdcdlist>li>a>.psccflist-m {
    width: 69%;
    padding-right: 0%;
}
	.hdcdlist{
  

}
/*办公空间房间列表*/

.bgkjsxbox{
	width:94%;
	background: #fff;
	padding:2% 3%;
	margin-bottom: 20px;
}
.bgkjss{
	display:flex;
	justify-content: space-between
}
.bgkjss .filter-wrap{
    position: relative;
    padding: 6px 0;
	width: 23%;
}
.bgkjss .filter-wrap:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    height: 1px;
    background-size: 5px 1px;
    background-image: linear-gradient(90deg,#e7ebee 60%,#fff 0);
    background-repeat: repeat-x;
}
.bgkjss .filter-wrap .filter-title {

    zoom: 1;
    font-size: 12px;
    font-weight: 400;
    color: #979b9e;
    line-height: 1.1;
    float: left;
}
.bgkjss .filter-wrap .filter-title-line {
    height: 27px;
    line-height: 27px;

}
.bgkjss .filter-wrap .filter-title:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.bgkjss .filter-wrap .filter-content{
    margin-left: 36px;
}
.filter-content>.line{
    zoom: 1;
    padding: 0 22px 0 16px;
    position: relative;
    overflow: hidden;
}
.filter-content>.line>.line-item{

    height: 27px;
    line-height: 27px;
    display: inline;
    float: left;
    font-size: 12px;
    color: #0b0f12;
    margin-right: 28px;
}

.filter-content>.line>.line-item .anchor-custom {

    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #0b0f12;
}

.filter-content>.line>.line-item-active{
    color: #1F59D8;
    font-weight: 600;
}



.psccftoptit .drop{

    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #e7ebee;
    z-index: 1;
    font-size: 12px;
    color: #0b0f12;
    line-height: 1.1;
    background: #fff;
	height: auto;
	position: relative;
	
}
.psccftoptit .drop .drop-name{
    box-sizing: border-box;
    display:flex;
    justify-content: space-between;
	align-items: center;
    padding-left: 10px;
    font-size: 0;
	width: 160px;

}
.psccftoptit .drop .drop-name .drop-name-title{
    font-size: 16px;
	line-height: 48px;
}
.psccftoptit .drop .drop-name .drop-name-arrow{
	font-size: 28px;
	line-height: 50px;
    
    
   /* transform: translateY(-50%);*/
}
.psccftoptit .drop .drop-list{
	display: none;
	background: #fff;
	border: 1px solid #e7ebee;
	border-top: 0
	
}
.psccftoptit .drop:hover .drop-list{display: block}
.psccftoptit .drop .drop-item{
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}
.psccftoptit .drop .drop-item:first-child {
    margin-top: -4px;
}
.psccftoptit .drop .drop-item .anchor-custom {
   
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    height: 100%;
    color: #0b0f12;
}
.psccftoptit .drop .drop-item-active .anchor-custom, .drop-item .anchor-custom:hover {
    color: #1f59d8;
    font-weight: 600;
}


/*平台服务-基础设施-专业设备租用*/

.Sb-box {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
	position: relative
}
.Sb-box > .Thelist-sb-box {
  width: 31%;
  margin: 1%;
  background: #F1F2F4;
}
.Sb-box > .Thelist-sb-box > .Thelist-sb {
  padding: 20px;
	position: relative
	

}
.Sb-box > .Thelist-sb-box > .Thelist-sb> .Thelist-sb-img{
	position: relative;
		background: #1f59d8;
	  width: 100%;
	height: 240px;
	margin-bottom: 10px;
}

.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img img{
  width: 100%;
	height:240px;
	position: absolute;
	left: 0;
	top:0;
	opacity: 1;
	z-index: 9;
	background: #fff
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img > .Thelist-sb-hov{
	color:#fff;
	line-height: 20px;
	padding: 20px;
	font-size: 13px;
	text-align: center;
	transition: all .6s ease;
	
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img > .Thelist-sb-hov>h2{
	color:#fff;
	line-height: 20px;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img > .Thelist-sb-hov>span{
	margin-bottom: 10px;
	display: block;
	height: 80%;
	overflow: hidden;ext-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; 
	opacity: .8
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img > .Thelist-sb-hov>p{font-size:16px;}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-img:hover img.sbt{
	opacity: .1
	
}

.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
  font-size: 14px;
  color: #333;
  height: 40px;

}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>h2{
	width:71%;
	overflow: hidden;
	font-size: 16px;
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>span{
	width:20%;
	height: 30px;
	line-height: 30px;
	color:#fff;
	border-radius: 6px;
	text-align: center;
	
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>.kzy{
	background: #1f59d8
}
.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>.ycz{
	background: #666
}
.Sb-box > .Thelist-sb-box:hover {
  box-shadow: 0px 4px 16px 0px rgb(13 24 47 / 20%);
  transform: translateY(-5px);
  transition: all .6s ease;
}
.sbzlewm{
	display:none;
	background:rgba(0,0,0,.8);
	width:100%;
	position: absolute;
	top:0;
	right: 0;
	
	z-index: 99;
	height: 100%;
	box-shadow: 0px 4px 16px 0px rgb(13 24 47 / 20%);
}
.sbzlewm>i{
	color:#fff;
	font-size: 28px; 
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	text-align: center
	
}
.sbzlewm p{
	font-size:15px;
	color:#fff;
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
	
	
}
.sbzlewm p img{
	width:100px!important;
	margin: 0 auto;
	height: 100px!important;
	margin-top: 20px;
	display: block;
	position: inherit!important
}






/*内页平台服务-基础设施服务-人力资源服务*/

.pjrlzy-box{
	background: #fff;
	padding: 4%;
}
.pjrlzy{
	background:#F9FBFF
}
.pjrlzy-box>h4{
	 font-size: 28px;
    font-weight: bold;
	text-align: center;
	padding: 0px 0 10px 0
}
.pjrlzy-box>p{
	 font-size: 18px;
	line-height: 30px;
	color:#666;
	text-align: center;
	
}
.pjrlzy-box .industry-banner {
    height: 320px;
    width: 100%;
    
    overflow: hidden;
	margin-top: 10px;
	display: flex;
	align-items: center;
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #eff8ff;

	border-radius: 15px;
}
.industry-banner-text {
	margin-left: 4%;
	margin-top: -2%
   }


.industry-banner-text strong {
    font-size:36px;
    display: block;
	color:#1F59D8;
	font-weight: normal
}.industry-banner-text p {
    font-size:16px;
    margin-top: 16px;
    width: 54%;
    line-height: 30px;
    text-align: justify;
	color:#333
	
}


.pjrlzy img{
	width:auto;
	display: block;
	margin: 40px auto
}

.hr-scene-banner{
    background: -webkit-gradient(linear,left top,right top,from(#5098f2),to(#377cf7));
    background: linear-gradient(90deg,#5098f2,#377cf7);
   border-radius: 15px;
    height: 320px;
}
.hr-scene-left{
    float: left;
    margin: 4% 0 0 4%;
    width: 46%;
}

.hr-scene-left span{
    font-size:36px;
    color: #f9fbff;
}.hr-scene-left p{
    font-size:16px;
    line-height: 30px;
    color: #f9fbff;
	margin-top: 16px;
}
.hr-scene-right{
    float: right;
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.hr-scene-right img{
    width: 100%;
}.hr-scene-list{
    padding:4%;
    text-align: left;
}
.hr-scene-list>ul{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%
}

.hr-scene-list li{
    width: 48%;
    background: #f9fbff;
    -webkit-box-shadow: 0 1.71428571em 2.57142857em -1.14285714em rgba(75,125,194,.2);
    box-shadow: 0 1.71428571em 2.57142857em -1.14285714em rgba(75,125,194,.2);
    border-radius: 1.14285714em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    margin-top:-90px;
	height: 100px;
	display: flex;
	justify-content:flex-start;
	align-items: center;
	padding: 2%;
}.hr-scene-list li em{
    width:60px;
    display: block;
	margin-right: 10px;
}.hr-scene-list li em img{
    width: 100%;
}.hr-scene-list li span{
    font-size: 18px;
    color: #283548;
    display:inline-block;
}


.ecological{
    margin-top:20px;
}
.ecological ul{
	display:flex;
	justify-content: space-between
}

.ecological ul li{
    width: 49%;
    background: #f9fbff;
    -webkit-box-shadow: 0 1.71428571em 2.57142857em -1.14285714em rgba(75,125,194,.2), -0.57142857em -0.57142857em 1.14285714em 0 #fdfeff;
    box-shadow: 0 1.71428571em 2.57142857em -1.14285714em rgba(75,125,194,.2), -0.57142857em -0.57142857em 1.14285714em 0 #fdfeff;
    border-radius:15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ecological-title1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: linear-gradient(90.08deg,#eef4ff 15.58%,rgba(241,246,255,0) 126.92%);
    border: 1px solid #fff;
    border-radius: 1.14285714em 1.14285714em 0 0;
    height:100px;
    padding: 0 20px;
}.ecological li span{
    font-size: 20px;
    color: #1F59D8;
	font-weight: bold
}.ecological li em{
    width: 80px;
    height: 80px;
    display: inline-block;
}.ecological li em img{
    width: 100%;
	margin: 0
}
.ecological li .pwz{
   
    color: #666;
    display: block;
    padding: 20px 30px;
	font-size:15px;
	
}
.ecological li .pwz>div{
	margin-bottom: 10px;
	height: 70px;
}
.ecological li .pwz h3{
	font-size:18px;
	margin-bottom: 4px;color:#333
}

.pjrlzy .title-3
	{
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 60px;
    text-align: center;
    color: #333;
		margin-bottom: 30px;

}
.home-section{
    display: flex;
    justify-content:space-between;
    width: 100%;
}

.home-section .section-item{
    width: 19%;
    text-align: center;
	border:1px solid #9fbaf5;
	border-radius: 10px;
	padding-bottom: 20px
   
}
.home-section .home-icon0 span{
    display:block;
    height: 100px;
    width: 100px;
	margin: 0 auto
   
}
.home-section .home-icon0 span img{
	width:100%
}
.home-section .section-item .sec-title{
    font-size: 20px;
    margin: 12px 0 16px;
    color: #333;
}
.home-section .section-item .sec-desc{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}




/*内页平台服务-基础设施服务-公共场地开放*/


.ggcdbox .conf_room{
	width: 94%;
    background: #fff;
    padding: 2% 3%;
    margin-bottom: 20px
}
.dataTime{
	display:flex;
	justify-content: flex-start;
}
.dataTime .date_left{
	color:#1F59D8;
	font-size:16px;
	font-weight: bold;
	margin-right: 20px;
	line-height: 40px;
}
.hdcdlist dl.psccflist-m .up_mg {
    margin-top: 8px;
    padding-bottom: 10px;
	display: block!important
}
.psccflist>li>a>.psccflist-m>dd{
	 line-height:  24px;
}
.hdcdlist>li>a>.psccflist-m>dd>p{
	font-size:13px;
	margin-right: 0
}
.hdcdlist>li>a>.psccflist-m>dd>p>b {
    font-size: 10px;
    color: #999;
    margin: 0 10px;
    font-weight: normal;
}

.hdcdlist>li>a>.psccflist-m>dt{
	margin-bottom:0
}
.up_mg ul {
    display: flex;
	width: 100%
}
.up_mg .square li {
    width: 16px;
    height: 20px;
    background: #fff;
    border: 1px solid #c8c8c8;
    margin-left: 1px;
}.up_mg .square .gray {
    background: #cc0000;
    border: 1px solid #cc0000;
}
.up_mg .hdtime {
    margin-top: 0px;
	line-height: 20px;
}
.up_mg .hdtime li {
    width: 34px;
    text-align: left;
	font-size:12px;
}
.up_mg .square .green {
    background: #00cc35;
    border: 1px solid #00cc35;
}


/*平台服务-智慧园区-园区综合管理平台*/
/*普通详情页*/
.ptxqy-box{
    background: #fff;
    padding: 4%;
}
.ptxqy-box h4.ptbtitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 20px 0;
	border-bottom: 1px solid#e2e2e2;
	margin-bottom: 14px;
}
.ptxqy-box p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
 
	text-indent: 20px;
}
.ptxqy-box img{
	width:auto;
	display: block
}


/*平台服务-社会公益组织-公益组织详情页*/
.gyzzxq-top{
	width:100%;
	margin-bottom: 20px;
}
.gyzzxq-top>li{
	line-height: 40px;
	font-size: 16px;
	color:#333;
	width: 100%
}
.gyzzxq-top>li>b{
	color:#999;
	font-weight: normal
}
.ptxqy-box dl.gyzzxq-case>dt{
    border-bottom: 2px solid #1F59D8;
    height: 50px;
	width: 100%;
	margin-bottom: 20px;
}
.ptxqy-box dl.gyzzxq-case>dt>h2{
    color: #fff;
    background: #1F59D8;
    text-align: center;
    padding: 0 20px;
	line-height: 50px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold
}
.ptxqy-box dl.gyzzxq-case>dd{
	
	padding: 20px;
	background: #F2F2F2;
	overflow: hidden;
	margin-bottom: 10px
}
.ptxqy-box dl.gyzzxq-case>dd>img{
	float: left;
	width: 42%;
	height: 330px;
}
.ptxqy-box dl.gyzzxq-case>dd:nth-child(odd) img{
	float: right;
}
.ptxqy-box dl.gyzzxq-case>dd>div{
	width: 55%;
	height: 330px;
	float: right;
}
.ptxqy-box dl.gyzzxq-case>dd:nth-child(odd) div{
	float: left;
}
.ptxqy-box dl.gyzzxq-case>dd>div>h4{
	font-size:20px;
	color:#111;
	line-height: 40px;
	height: 40px;
	font-weight: bold
}
.ptxqy-box dl.gyzzxq-case>dd>div>p{
	font-size:15px;
	color:#666;
	line-height: 32px;
	height: 280px;
	overflow-y: scroll;
	text-align: left
}





/*内页右侧新闻图文列表*/
.train-some .The-Orienta {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
  justify-content: space-between;
  align-items: center
}
.train-some .The-Orienta:last-child {
  border: 0
}
.The-Orienta .The-O-left {
  display: flex;
  width: 84%;
}
.The-Orienta .The-O-left > img {
  width: 160px;
  height: 110px;
}
.The-Orienta .The-O-left .The-Ori-top {
  margin-left: 24px;
}
.The-Orienta .The-O-left .The-Ori-top .The-O-title {
  color: #333;
  font-size: 16px;
  line-height: 44px;
}
.The-Orienta .The-O-left .The-Ori-top .The-O-Intro {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
.The-Orienta .The-O-right .The-O-name {
  color: rgba(153, 153, 153, 100);
  font-size: 12px;
}
.The-Orienta .The-O-right .The-O-time {
  color: rgba(153, 153, 153, 100);
  font-size: 12px;
}
.train-some .The-Orienta:hover {
  transform: translateY(-5px);
  border-bottom: 1px solid #d5d5d5;
  transition: all .6s ease;
}
/*内页右侧新闻文章列表*/
.train-some .The-Orienta {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #e8e8e8;
  justify-content: space-between;
  align-items: center
}
.train-some .The-Orienta:last-child {
  border: 0
}
.The-Orienta .The-noimg {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between
}
.The-Orienta .The-noimg .The-O-title > span {
  width: 6px;
  height: 6px;
  background: #555;
  display: block;
  margin-right: 10px;
}
.The-Orienta .The-noimg .The-O-title {
  color: #333;
  font-size: 16px;
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.The-Orienta .The-noimg .The-O-title > h2 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
	width: 94%;
}
.The-Orienta .The-noimg .The-O-time {
  color: rgba(153, 153, 153, 100);
  font-size: 12px;
}
/*内页右侧新闻详情*/
.Bs-d-l-cont {
  width: 100%;
  box-sizing: border-box;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  box-shadow: 0px 2px 6px 0px rgb(236 236 236);
  padding: 50px 90px;
  background-color: #fff;
	/*text-align: center*/
}
.Bs-d-l-cont table{margin:0 auto!important}
.Bs-d-l-cont > h4 {
  font-size: 24px;
  font-weight: bold;text-align: center
}
.Bs-d-l-cont .Hot-l-bottom {
  display: flex;
	justify-content: center
}
.Bs-d-l-cont .Hot-l-bottom div {
  display: flex;
  align-items: center;
  margin-right: 41px;
  margin-top: 14px;
}
.Bs-d-l-cont .Hot-l-bottom div span {
  color: rgba(153, 153, 153, 100);
  font-size: 14px;
  margin-left: 4px;
}
.Bs-d-l-cont .Bs-d-l-conten {
  padding-top: 18px;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
	/*text-align: center*/
}
.Bs-d-l-cont .Bs-d-l-conten div {
  color: rgba(102, 102, 102, 100);
  font-size: 14px;
	line-height: 28px;
}
.Bs-d-l-cont .Bs-d-l-conten img {
  width: auto;
  height: auto;
  margin: 20px auto;
	max-width: 90%
}
/*内页右侧产业分布图片列表*/
.Thelist-img {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap
}
.Thelist-img > .The-img-box {
  width: 23%;
  margin: 1%;
  background: #F1F2F4;
}
.Thelist-img > .The-img-box > .The-img {
  padding: 15px;
	
}
.Thelist-img > .The-img-box > .The-img > .Sy-img {
  width: 100%;
	height: 140px;
	background: #fff
}
.Thelist-img > .The-img-box > .The-img > .Sy-text {
  font-size: 14px;
  color: #333;
  line-height: 36px;
	text-align: center
}
.Thelist-img > .The-img-box:hover {
  box-shadow: 0px 4px 16px 0px rgb(13 24 47 / 20%);
  transform: translateY(-5px);
  transition: all .6s ease;
}

/* 内页产业分布-线上合作 */

.xshz > .The-img-box > .The-img {
    padding: 15px;
	position: relative
}

.xshz .xshzhy{
	position:absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	color:#fff;
	background: #1f59d8;
	opacity: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.xshz > .The-img-box > .The-img:hover .xshzhy{
	opacity: .8;
}

/* 内页产业分布详情 */
.cyfb-l-cont {
  width: 100%;
  box-sizing: border-box;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  box-shadow: 0px 2px 6px 0px rgb(236 236 236);
  padding: 40px;
  background-color: #fff;
}
.company-box .company-title {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.company-box .company-title .company-logo {
  height: 90px;
  width: auto;
  margin-right: 10px;
  border: 1px solid #e3e3e3
}
.company-box .company-title .company-name {
  height: 90px;
  color: #333;
}
.company-box .company-title .company-name > h3 {
  line-height: 60px;
  font-size: 36px;
  font-weight: bold
}
.company-box .company-title .company-name > span {
  font-size: 18px;
}
.company-box .compan-det {
  display: flex;
  justify-content: space-between;
  width: 100%
}
.company-box .compan-det .compan-det-left {
  width: 40%;
  position: relative;
  background: #E8E8E8;
  height: 420px;
}
.company-box .compan-det .compan-det-left img {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 380px;
  width: 100%;
}
.company-box .compan-det .compan-det-right {
  width: 53%;
}
.c-d-r-tit dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 10px;
}
.c-d-r-tit dl > dt {
  width: 6px;
  height: 50px;
  margin-right: 6px;
  background: #1f59d8
}
.c-d-r-tit dl > dd > h3 {
  font-size: 24px;
  line-height: 30px;
  color: #1F59D8;
  font-weight: bold
}
.c-d-r-tit dl > dd > span {
  font-size: 16px;
  color: #999;
}
.company-box .compan-det .compan-det-right .c-d-r-det {
  font-size: 16px;
  color: #555;
  line-height: 31px;
  text-indent: 30px;
  height: 304px;
  overflow-y: scroll
}
.company-pro {
  background: #F2F4F9;
  padding: 20px;
  margin-top: 60px;
}
.company-pro .company-p-det {
  font-size: 16px;
  color: #333;
  /*font-weight: bold;*/
  line-height: 30px;
}
.company-img {
  margin-top: 50px;
}
.c-d-r-tit-2 {
  width: 100%;
  text-align: center;
}
.c-d-r-tit-2 > h3 {
  font-size: 28px;
  line-height: 30px;
  color: #1F59D8;
  font-weight: bold;
	
}
.c-d-r-tit-2 > span {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
	display: block
}
.c-d-r-tit-2 > b {
  width: 50px;
  height: 6px;
  background: #1f59d8;
  display: block;
  margin: 0 auto
}
.company-img > ul {
  width: 100%;
  display: flex;
  justify-content:flex-start;
  padding-top: 20px;
}
.company-img > ul > li {
  margin: 1%;
	width: 23%;
}

.company-img > ul > li>img{
  width:100%;
	height: 220px
}








/**/
/*内页右入驻案例图片列表*/
.Thelist-img > .The-img-box-rzh {
  width: 23%;
  margin: 1%;
  background: #fff;
}
.Thelist-img > .The-img-box-rzh > .The-img {
  border: 1px solid #e3e3e3;
  padding: 15px;
}
.Bs-d-l-cont-zslh {
  box-shadow: 0px 0px 06px 0px rgb(255 255 255);
  padding: 0px;
	/*text-align: center*/
}

.Bs-d-l-cont-zslh .Hot-l-bottom{justify-content: center}



/* 内页左人才招聘 */
.List-some {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  color: rgba(16, 16, 16, 100);
  box-shadow: 0px 2px 6px 0px rgba(236, 236, 236, 40);
  padding: 25px 20px;
}
.Exter-tment {
  width: 79%;
}
/* 表格 */
.Recrui-all {
  width: 100%;
  margin-top: 19px;
}
.Recrui-l-title {
  background-color: #F0F0F0;
  text-align: left;
  color: rgba(16, 16, 16, 100);
  font-size: 18px;
}
.Recrui-l-title th {
  font-weight: normal;
  line-height: 80px;
  padding: 0 15px
}
.Recrui-l-title .th_name1 {
  width: 35%;
}
.Recrui-l-title .th_type1 {
  width: 20%;
}
.Recrui-l-title .th_rsh1 {
  width: 15%;
}
.Recrui-l-title .th_time1 {
  width: 15%;
}
.Recrui-l-title .th_det1 {
  width: 15%;
}
.Recrui-l-conter {
  border-bottom: 1px dashed rgba(207, 207, 207, 100);
}
.Recrui-l-conter:last-child {
  border: 0
}
.Recrui-l-conter td {
  padding: 15px 18px;
  color: rgba(51, 51, 51, 100);
  font-size: 16px;
}
.Recrui-list .Check-position {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: rgba(249, 158, 52, 100);
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
/* 内页左人才招聘详情 */
.job .table th, .job .table td {
  border: 1px solid #e6e6e6;
  text-align: center;
  vertical-align: middle;
}
.job .table {
  width: 100%;
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  table-layout: fixed;
  border-collapse: collapse;
}
.job .table th, .job .table td {
  border: 1px solid #e6e6e6;
  text-align: center;
  vertical-align: middle
}
.job .table th {
  height: 49px;
  line-height: 59px;
  font-size: 18px;
  background: #f2f2f2;
  font-weight: normal;
  color: #333
}
.job .table td {
  padding: 20px 30px 20px 30px
}
.job .table td.require-detail {
  line-height: 171%;
  padding: 20px 30px 20px 30px;
  text-align: left
}
.job .table td strong {
  font-size: 14px
}
.job .table td p {
  font-size: 14px;
  margin-bottom: 0
}
.job .table td .span-item {
  padding: 0 25px 0 0
}
.job .table .th_name {
  width: 135px
}
.job .table .th_type {
  width: 550px
}
.job .table .th_require {
  width: 85px
}
.job .table .th_place {
  width: 140px
}
/* 内页关于我们-在线留言 */
.bg-f6 {
  background-color: #F5F6F8;
}
.message-box {
  background-color: #ffffff;
  padding: 20px;
}
.message-box p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333
}
.message-form {
  margin-top: 30px;
}
.message-box .form-group {
  width: 48%;
	
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
	text-align: center;
	
}
.form-group.required::after {
  content: '*';
  color: red;
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 16px;
}
.message-box .form-group:nth-child(odd) {
  margin-right: 3.2%;
}
.message-box .form-control {
  background-color: #F5F6F7;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0;
  padding-left: 24px;
}
.form-texttarea {
  width: 100% !important;
}
.form-texttarea .form-control {
  height: 100px;
  border: 0;
  border-radius: 4px;
}
.message-box input::-webkit-input-placeholder, .message-box textarea::-webkit-input-placeholder {
  color: #333 !important;
}
.message-box input::-moz-placeholder, .message-box textarea::-webkit-input-placeholder { /* Mozilla Firefox 19+ */
  color: #333 !important;
}
.message-box input:-moz-placeholder, .message-box textarea::-webkit-input-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333 !important;
}
.message-box input:-ms-input-placeholder, .message-box textarea::-webkit-input-placeholders { /* Internet Explorer 10-11 */
  color: #333 !important;
}
.submit-btn {
  width: 200px;
  height: 50px;
  background: #3171FF;
  color: #ffffff;
  font-size: 16px;
  ;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .message-box {
    padding: 0.2rem;
  }
  .message-box .form-group {
    width: 100%;
  }
  .table > tbody > tr > td:nth-child(1), .table > thead > tr > th:nth-child(1) {
    padding-left: 15px;
  }
}
/* 内页关于我们-联系方式 */
.about-chat {
  display: flex;
  justify-content: space-between
}
.about-map{
	height:450px;
	margin-bottom: 50px;
}

div#map {
    height: 100%;
}
.about-chat-l{
  width: 45%;
}

.about-chat-inner>.abotit{
	font-size:32px;
	color:#1F59D8;
	line-height: 70px;
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-chat-inner>.abotit:after {
    content: '';
    width:50px;
    height: 1px;
	background: #BBBBBB;
	position: absolute;
	bottom: 0; 
	left: 0;

}
.about-chat-inner>p{
	font-size:18px;
	color: #333;
	line-height: 60px;
}
.about-chat-inner>p>span{
	color:#666
}
.about-chat-r{
	width:36%
}
.about-chat-r>.abotit{
	font-size:20px;
	color:#666;
	line-height: 70px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.about-chat-r>.abotit:after {
    content: '';
    width:50px;
    height: 1px;
	background: #BBBBBB;
	position: absolute;
	bottom: 0; 
	left: 0;

}
.about-chat-r{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding-right: 3%;
}

.about-chat-r>p{
	/*width:40%;*/
	text-align: left;
	color:#999;
	font-size:16px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.about-chat-r>p>span{
	width:160px;
	height: 160px;
	border:1px solid #E8E8E8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.about-chat-r>p>span>img{
	width:120px; 
	height: 120px;
	
}
/* 内页关于我们-园区介绍*/
.yuqujsh{
	width:100%;
}
.yuqujsh>.subpage-head{
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.subpage-head .cn {
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    font-size: 28px;
    color: #222;
}
.subpage-head .en {
    font-size: 60px;
    color: #E4E4E4;
    text-transform: uppercase;
	word-break: keep-all;
}

.yqjs01{
	width:100%;
	position: relative
}
.yqjs01>img{
	width: 70%;
}
.yqjs01>div.yqjstext{
	bottom:6px;
	right: 0;
	width: 40%;
	position: absolute;
	background: #1F59D8;
	color:#fff;
	padding: 30px;
	border-radius: 0 30px 0 0
}
.yqjs01>div.yqjstext>h2{
	font-size:28px;
	font-weight: bold;
	margin-bottom: 16px;
}

.yqjs01>div.yqjstext>p{
	font-size:15px;
	line-height: 32px;
	text-indent: 30px;
}

.yqjs02{
	font-size:15px;
	line-height: 34px;
	text-indent: 30px;
	color:#666;
	padding-top: 15px;
}
.yqjs03{
	width:100%;
	/*display: flex;
	justify-content: space-between;*/
	padding: 30px 0;
	padding-bottom: 0
}
.yqjs03 li{float: left; width: 33.33333%;
	display:flex;
	justify-content:center;
	
}
.yqjs03 li>i{
	color:#fff;
	background: #1F59D8;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border:8px solid #D2DEF7;
	border-radius: 100px;
	font-size:28px;
	margin-right: 16px;
}
.yqjs03 li>dl>dt{
	color:#111;
	font-size:16px;
	line-height:24px;
	padding-top: 4px;
}
.yqjs03 li>dl>dd{
	font-size:16px;
	display: flex;
	justify-content: flex-start;
	line-height: 50px;
}
.yqjs03 li>dl>dd>b{
	font-size: 32px;
	color:#1F59D8;
	margin-right: 6px;
	font-family: "YourWebFontName";
}



/* 内页关于我们-风润*/

.frun02{
	font-size:15px;
	line-height: 30px;
	text-indent: 30px;
	color:#666;
}
.yqjszizhi{
	width:100%;
}
.yqjszizhi img{
	display: block;
	margin: 0 auto
}





.frun01{
	width:100%;
	position: relative
}
.frun01>img{
	width: 70%;
}
.frun01>div.yqjstext{
	bottom:20%;
	right: 0;
	width: 40%;
	position: absolute;
	background: #1F59D8;
	color:#fff;
	padding: 30px;
	border-radius: 0 
}

.frun01>div.yqjstext>p{
	font-size:18px;
	line-height: 36px;
	text-indent: 30px;
}








/* 内页右边文章列表部分 */
.T-ncement {
  width: 18%;
}
.T-ncement .Popu-ning {
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(236, 236, 236, 40);
  background-color: #fff;
}
.T-ncement .Popu-ning .Popu-n-title {
  display: flex;
  align-items: center;
  background: #1F59D8;
  color: #fff;
  height: 60px;
}
.T-ncement .Popu-ning .Popu-n-title > i {
  font-size: 28px;
  margin: 0 10px;
}
.T-ncement .Popu-ning .Popu-n-title > span {
  font-size: 18px;
}
.Popu-ning .Popu-n-list {
  padding: 10px 15px 15px 15px;
}
.Popu-ning .Popu-n-list .Popu-n-one {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #E8E6E6;
}
.Popu-ning .Popu-n-list .Popu-n-one:last-child {
  border-bottom: 0px;
}
.Popu-ning .Popu-n-list .Popu-n-one .Popu-n-number {
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
}
.Popu-ning .Popu-n-list .Popu-n-one span {
  display: block;
  color: rgba(51, 51, 51, 100);
  font-size: 13px;
  margin-left: 10px;
  width: 235px;
}
/* 内页右侧四个模块 */
.T-ncement .Central-module {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px
}
.T-ncement .Central-module .Central-m-one {
  border-radius: 6px;
  background-color: #fff;
  color: rgba(16, 16, 16, 100);
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(236, 236, 236, 40);
  width: 150px;
  height: 80px;
  overflow: hidden;
}
.T-ncement .Central-module .Central-m-one:hover {
  box-shadow: 3px 3px 6px 0px rgba(213, 213, 213, 10);
}
.T-ncement .Central-module .Central-m-one img {
  width: 70px;
  margin-right: 10px;
  margin-top: 10px;
  float: right;
}
.T-ncement .Central-module .Central-m-one:hover img {
  animation: tada 1s .2s ease both;
  -moz-animation: tada 1s .2s ease both;
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1.2) rotate(0);
  }
}
.T-ncement .Central-module .Central-m-one span {
  display: block;
  color: #666666;
  font-size: 18px;
  float: left;
  width: 30%;
  margin-left: 10px;
  margin-top: 16px
}
.T-ncement .Central-module .Central-m-one:nth-child(3) {
  margin-top: 10px;
}
.T-ncement .Central-module .Central-m-one:nth-child(4) {
  margin-top: 10px;
}
/* 内页右侧四个模块结束 */







.mobile-contact-nav{
	display:none
}




/*申报流程*/
.sblc{
    background: url(../img/bg_01.jpg) no-repeat top left;
    background-size: 100%;
	padding-bottom: 40px
   
}
.sblc1{
    background: url(../img/bg_02.jpg) no-repeat bottom left;
    background-size: 100%;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 40px;
   
}

.pop_content {
    width: 90%;
 
    margin: 0 auto;
	padding-top: 70px;
	overflow: hidden;
	display: flex;
	justify-content: space-between
}
.section1 { padding-bottom: 50px;}




.ban3 {width: 490px!important;}


.section1 .left p{font-size:54px;color:#4961f2;font-weight: bold;  text-align: left}
.section1 .left .p1{ line-height: 90px; height: 90px; margin-top: 90px; }
.section1 .left .p2{font-size:30px; margin-bottom: 80px; text-transform: uppercase;color:#d2d2d2}
.section1 .left .p3{font-size:28px;color:#666;font-weight: normal; margin-bottom: 30px;}
.section1 .left .p4 {width:210px;border-radius: 60px;font-size: 20px; background:#f49d00; height: 60px; line-height: 60px; text-align: center;color:#fff;font-weight: normal}
.section1 .right { margin-right: 0;
    margin-left: 30px;
    float: right;
	text-align: left
}
.sblc1 .section1 { padding-bottom: 30px;}
.sblc1 .p3{font-size:20px;color:#666;font-weight: normal; margin-bottom: 40px;}
.sblc1 .p4 img{ width: 200px;border-radius: 15px;border:10px solid #f1f1f1}






.m3_cont{ margin: 0 auto;margin-top: 10px; width: 85%; padding: 30px 0;display: flex;justify-content:space-around}
.m3_contlc2{margin-top: 0px;}
.m3_cont>img{width:38%; }
.m3_cont ul{display: flex; flex-wrap: wrap;justify-content: space-between; width: 46%}
.m3_cont ul li{width: 224px;height: 230px;border-radius: 10px;background: #fff;box-shadow:  0 2px 10px #d1dcff;margin-top: 70px;position: relative;}
.m3_cont ul li:nth-child(2n){box-shadow:  0 0 10px #ffdec6;}
.m3_cont ul li::after{content: "";position: absolute;width: 124px;height: 2px;background: #386fff;bottom: 0;left: 50px;}
.m3_cont ul li:nth-child(2n)::after{content: "";position: absolute;width: 124px;height: 2px;background: #ff7f00;bottom: 0;left: 50px;}
.m3_cont ul li img{display: block;margin: 0 auto;margin-top: -35px;}
.m3_cont ul li h2{height: 50px;line-height: 50px;font-size: 22px;color: #386fff;font-weight: bold;text-align: center;margin-top: 17px;}
.m3_cont ul li:nth-child(2n) h2{color: #ff7f00;}
.m3_cont ul li p{width: 168px;text-align: center;margin: 0 auto;line-height: 28px;font-size: 14px;color: #444444;}
.m3_cont ul li a{display: block;width: 164px;line-height: 44px;font-size: 18px;color: #386fff;height: 44px;border-radius: 22px;text-align: center;border: 1px solid #386fff;margin: 18px auto 0;}
.m3_cont ul li a:hover{background: #386fff;color: #fff;}
.m3_cont ul li:nth-child(2n) a{color: #ff7f00;border: 1px solid #ff7f00;}
.m3_cont ul li:nth-child(2n) a:hover{background: #ff7f00;color: #fff;}








@media (max-width:767px) {
	
	.tra-position-box .tra-position .tra-s-left > a {
    font-size: 12px;
}
	.tra-position-box .tra-position .tra-s-left {
    font-size: 12px;
}
	.tra-position-box .tra-position .tra-s-left > i:first-child {
    font-size: 26px;
    color: #AFAFAF;
}
	
	section{
		flex-wrap:wrap
	}
	.tra-position-box{
		line-height: 30px;
		padding: 10px 0
	}
	.tra-position-box .tra-position{
		flex-wrap:wrap
	}
	.tra-position-box .tra-position .tra-s-right{
		display:none
	}
	.left-nav-box{
	display:none
}
	.mobile-contact-nav {
		display: block;
    background-color: #3171FF;
    box-shadow: 0px 10px 30px 0px rgb(51 51 51 / 8%);
		width: 100%
}
	.mobile-item-active {
    height: 50px;
    position: relative;
    padding-right: 20px;
}
	.mobile-item-active {
    height: 40px;
    line-height: 40px;
}
	.mobile-item-active a {
    font-size:14px;
    color: #ffffff;
    line-height: 40px;
}
	.mobile-item-active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 5px;
    border-top: 2px solid #d0d0d0;
    border-right: 2px solid #d0d0d0;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    transition: all 0.3s;
}
	.mobile-item-list {
    display: none;
    opacity: 0.7;
}
	.mobile-contact-nav-title ul {
    padding: 0;
    margin: 0;
		padding-bottom: 10px;
}
	.mobile-item-list a, .mobile-sub-item {
    border-bottom: 1px solid #dbdbdb;
}
	.mobile-item-list li:last-child a{
		  border-bottom:0
	}
	.mobile-contact-nav-title ul li a {
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    display: block;
    position: relative;
}
	
	
	
	.train-some{
		width:100%;
		padding: 15px;
	}
	
	
	
	/*关于园区-联系方式*/
	.about-map{
		height:200px!important;
		margin-bottom: 20px;
	}
	.about-chat{
		flex-wrap:wrap
	}
	.about-chat-l,.about-chat-r{
		width:100%
	}
	.about-chat-inner>.abotit {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
}
	.about-chat-inner>p {
    font-size: 13px;
    line-height: 24px;
}
	.about-chat-r>p{
		width: 48%;
	}
	.about-chat-r>p>span{
	width: 100%;
	}
	.about-chat-r>p>span>img{
		width: 80%;
		height: auto
	}
	
	
	/*关于园区-风润公司*/
	
	.subpage-head .en {
    font-size: 30px;
}
	.subpage-head .cn {
    left: 0;
    top: 28px;
    font-size: 20px;
}
	
	.frun02 {
    font-size: 13px;
    line-height: 30px;
    text-indent: 30px;
}
	.yuqujsh>.subpage-head{
		margin-top:10px!important;
	}
	.frun01>img{
		width:100%
	}
	.frun01>div.yqjstext{
		position:inherit;
		width: 100%;
		font-size: 13px;
		padding: 5%;
		box-sizing: border-box
	}
	.frun01>div.yqjstext>p {
    font-size: 13px;
    line-height: 30px;
    text-indent: 30px;
}
	.yqjszizhi img{
		width:100%
	}
	
		
	/*关于园区-园区介绍*/
	
	.yqjs01>div.yqjstext{
		position:inherit;
		width: 90%;
		padding:5%;
		margin-top: 10px;
		
	}
	.yqjs01>img{
		width:100%
	}
	
	
	
	.yqjs01>div.yqjstext>h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
	
	.yqjs01>div.yqjstext>p {
    font-size: 13px;
    line-height: 24px;
    text-indent: 30px;
}
	
	.yqjs02{
		 font-size: 13px;
		line-height: 30px
	}
	.yqjs03{
		flex-wrap:wrap;
		padding-top: 20px;
	}
	.yqjs03 li{
		  margin-bottom: 5px;
		display: block;
		width: 32%;
	}
	.yqjs03 li>i {
    width:60px;
    height:60px;
		line-height: 60px;
		font-size: 26px;
		display: block;
		margin: 0 auto
  
	}.yqjs03 li>dl{
		text-align:center
	}
	.yqjs03 li>dl>dd {
    font-size: 12px;
    line-height: 30px;
}
	.yqjs03 li>dl>dt{
		 font-size: 14px;
		line-height: 18px;
	}
	.yqjs03 li>dl>dd>b {
    font-size: 21px;
    color: #1F59D8;
    margin-right: 6px;
		display: block;
		
}
	
		
	/*产业分布-*/	
	
	.Thelist-img > .The-img-box {
    width: 48%;
    margin: 1%;
}.Thelist-img > .The-img-box > .The-img {
    padding: 10px;
}
	.Thelist-img > .The-img-box > .The-img > .Sy-text {
    line-height: 24px;
}
	.page {
    margin-top:20px!important;
		margin-bottom: 20px;

}
	
/*产业分布-x详情*/		
.cyfb-l-cont {
    padding: 15px;
}	
	.company-box .company-title{
		align-items:center;
		margin-bottom: 10px;
	}
	.company-box .company-title .company-logo {
    width: 30%;
    margin-right: 10px;
		height: auto
}
	
	.company-box .company-title .company-name {
    height: auto;
    color: #333;
}
	.company-box .company-title .company-name > h3 {
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
}
	.company-box .company-title .company-name > span {
    display: none
}.company-box .compan-det {
    flex-wrap:wrap
}
	.company-box .compan-det .compan-det-left{
    width: 100%;
    position: relative;
    height: auto;
		padding: 5%;
}
		.company-box .compan-det .compan-det-right {
    width: 100%;
    position: relative;
    height: auto;
			margin-top: 20px;
}
	.company-box .compan-det .compan-det-left img {
    position:inherit;
    height: auto;
    width: 100%;
		left: 0;
		top:0;
}
	.c-d-r-tit dl > dt {
    width: 4px;
    height: 36px;
    margin-right: 6px;
}
	.c-d-r-tit dl > dd > h3 {
    font-size: 22px;
    line-height: 24px;
}
	.c-d-r-tit dl > dd > span {
    font-size: 13px;
}
	.c-d-r-tit dl {
    margin-bottom: 10px;
}
	.company-box .compan-det .compan-det-right .c-d-r-det {
    font-size: 14px;
    color: #555;
    line-height: 31px;
}
	.company-pro {
    margin-top: 20px;
}
	
	.company-pro .company-p-det {
    font-size: 15px;
}
	
	.c-d-r-tit-2 > b {
    width: 40px;
    height: 4px;
}
	.c-d-r-tit-2 > h3 {
    font-size: 22px;
}
	
	.c-d-r-tit-2 > span {
    font-size: 13px;
		display: block;
		margin-bottom: 6px;
}
	
	.company-img > ul {
		flex-wrap: wrap
}
	.company-img > ul > li {
		width: 48%;
    margin: 1%;
}
	
	.company-img > ul > li img{
		width: 100%;
 
}	
	
		
	/*新闻中心-列表*/
.tra-top .The-sort-right {
    position: relative; justify-content:center;
}
	
	
	
	
.The-Orienta .The-O-left {
    display: flex;
    width: 100%;
}
	.The-Orienta .The-O-right{
		display:none
	}
	
	.tra-top .The-sort-right input {
    width: 220px;
 
}
	.The-Orienta .The-O-left > img {
    width: 30%;
    height: auto;
}
	.The-Orienta .The-O-left .The-Ori-top {
    margin-left: 5%;
		width: 65%;
}
	
.The-Orienta .The-O-left .The-Ori-top .The-O-title {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}	
	
	.The-Orienta .The-O-left .The-Ori-top .The-O-Intro {
    color: #666;
    font-size: 12px;
    line-height:18px;
}
	
		/*新闻中心-列表无图*/
	.train-some .The-Orienta {
    padding: 10px 0;

}
	.The-Orienta .The-noimg .The-O-title > h2 {
    font-size: 14px;
}
	.The-Orienta .The-noimg .The-O-title {
    width: 70%;
 
}

		/*新闻中心-新闻详情*/	
	
	
.Bs-d-l-cont {
    padding: 20px;
}	
	
	.Bs-d-l-cont > h4 {
    font-size: 18px;
		margin-bottom: 10px;
}
	
	.Bs-d-l-cont .Hot-l-bottom {
		flex-wrap:wrap
}
	
	.Bs-d-l-cont .Hot-l-bottom div {
font-size:12px;
	margin-top: 6px;
	}
	
.Bs-d-l-cont .Hot-l-bottom div span {
    font-size: 12px;
	
}	.Bs-d-l-cont .Bs-d-l-conten {
    padding-top: 18px;
    margin-top: 20px;
}
	
/*	平台服务-基础设施-办公空间	*/
	
	
.psccfbox {
    width: 100%;
    background: #fff;
    padding: 20px;
	box-sizing: border-box
}
.psccfbox>.psccftoptit {
    height: auto;
	flex-wrap: wrap
}	
	
.psccfbox>.psccftoptit>li {
    line-height: 40px;
    margin-right: 14px;
	}.psccflist>li>a{
		flex-wrap:wrap
	}
	.psccfbox>.psccftoptit>li>a {
    font-size: 14px;
}
	
	.psccflist>li>a>.psccflist-l {
   width: 42%;
    height: 95px
		
}
	.pscbglist>li>a>.psccflist-m {
   
    padding-right: 0%; width:53%;
}

.psccfbox>.psccftoptit>li.psccftoptitcur a {
    padding: 0 30px;
	 font-size: 14px;
}	
	
	.psccflist>li>a>.psccflist-m>dt {
    font-size: 12px;
    line-height:28px;
    margin-bottom: 2px;
		flex-wrap:wrap	
	}
	.psccflist>li>a>.psccflist-m>dt>span{
		display:none
	}
	.psccflist>li>a>.psccflist-m>dd {
    font-size: 12px;
    line-height: 18px;
		flex-wrap:wrap;
		margin-bottom: 8px;
}
		.psccflist>li>a>.psccflist-m>dd>p{
		display:none
	}
	.psccflist>li>a>.psccflist-m>dd>p:nth-child(1){
		display:block
	}

	.pscbglist>li>a>.psccflist-m>dd>p>b {
   display:none
}
	
	
	
	
	
	.bgkjss{
	flex-wrap:wrap	
	}
	.bgkjss .filter-wrap {
    padding:2px 0;
    width: 100%;
}
	.psccftoptit .drop .drop-name .drop-name-title {
    font-size: 14px;
    line-height: 38px;
}.psccftoptit .drop .drop-name .drop-name-arrow {
    font-size: 28px;
    line-height: 40px;
    /* transform: translateY(-50%); */
}.psccflist>li>a>.psccflist-m>dt>h3 {
    width:100%;
	font-size: 14px
}
	.psccflist>li>a>.psccflist-m>dt>span {
    font-size: 12px;
		margin-left: 0;
		margin-right: 10px;
}
	.psccflist>li>a>.psccflist-r {
		width:100%;
		padding: 10px 0;
	}
	
	
	.cpxq-top{
		margin-bottom:10px;
	}
	.cpxq-top>h4 {
    font-size: 16px;
   
    margin-bottom: 10px;
    line-height: 20px;
		width: 100%
}
	.cpxq-top>span {
    font-size: 12px;
    margin-left: 0px;
	margin-right: 10px;
	}
	
	
	.cfxqmid-left {
    width: 100%;
    box-sizing: border-box;
}
	
	
	.swiper-fjxq1 img {
    width: 100%;
    height: 200px;
}
	
	.cfxqmid-right {
    width: 100%;
    box-sizing: border-box;
		padding-top: 20px;
}
/*平台服务-基础设施-公共场地开放*/
	

	
	.ggcdbox .conf_room{
		width:100%;
	}
	.dataTime {
    flex-wrap:wrap
}
	.dataTime .date_left{
		width:100%;
	}	
	

	
	.hdcdlist dl.psccflist-m .up_mg{
    display: none!important
}
	/*平台服务-基础设施-人力资源服务*/

	
	.pjrlzy img{
		width:100%;
		margin: 20px auto;
	}
	.pjrlzy-box>h4 {
    font-size: 20px;
    padding: 0px 0 10px 0;
}
	.pjrlzy-box>p {
    font-size: 14px;
    line-height: 24px;
}.pjrlzy-box .industry-banner {
    height: 180px;
	}
	.industry-banner-text{
		width:92%;
	}
	.industry-banner-text strong {
    font-size: 20px;
  
}
	.industry-banner-text p {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    line-height: 24px;
   
}
	
	.hr-scene-banner{height: 340px; overflow: hidden}
	
	.hr-scene-left {
    float: left;
    margin: 4%;
    width: 92%;
}
	.hr-scene-left span {
		font-size: 20px;}

.hr-scene-left p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.hr-scene-right {
    height: auto;
	width: 100%;}

.hr-scene-right img {
    width: 100%;
	margin: 0;
	margin-top: -30px;
}

	.hr-scene-list ul{
		margin-top:-30px
	}
.hr-scene-list li {
	width: 100%;
float:none;
margin-top: 10px;
height: 70px;
	margin-right: 0
}


.hr-scene-list li span {
    font-size: 14px;
}
	
	.ecological ul{
	flex-wrap:wrap	
	}
	
	
	
	.ecological ul li {
    width: 100%;
	}
	
	.ecological li .pwz {
    padding: 20px 10px;
    font-size: 14px;
		line-height: 24px
}
	
	
	.ecological li .pwz>div {
		height: auto
}
	
	
	.ecological li .pwz h3 {
    font-size: 16px;
}
	
	
	.pjrlzy .title-3 {
    font-size: 22px;
    line-height: 39px;
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}
	
	.home-section {
   	flex-wrap:wrap	
}
	
.home-section .section-item {
    width: 48%;
    text-align: center;
    border: 1px solid #9fbaf5;
    border-radius: 10px;
    padding-bottom: 20px;
}
	.home-section .section-item .sec-title {
    font-size: 18px;
   margin: 8px 0 4px
}
	/*平台服务-基础设施-生产厂房*/
	
	
	
	
	
	.psccflist>li>a>.psccflist-m>dd>p {
    margin-right: 10px;
		font-size:12px;
}
	
	
	.Sb-box{
		
		flex-wrap:wrap		
	}
	
	
	.Sb-box > .Thelist-sb-box {
    width: 100%;
    background: #F1F2F4;
		margin: 0;
		margin-bottom: 10px;
}
	
	
	.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>h2 {
    font-size: 14px;
}
	
	.Sb-box > .Thelist-sb-box > .Thelist-sb > .Thelist-sb-text>.ycz {
   font-size: 12px;
}
	
	
	/*平台服务-基础设施-办公空间*/
		
	.hdcdlist>li>a>.psccflist-m {
    width: 52%;
    padding-right: 0%;
}
	
.hdcdlist>li>a .psccflist-m dd{
  display: none
}	
.hdcdlist>li>a .psccflist-m dd:nth-child(2){
  display: block
}

	.hdcdlist>li>a .psccflist-r{
		margin-top:10px
	}
	
.hdcdlist>li>a .psccflist-r {
     display: none
}	
.psccflist>li>a>.mckxq{
	display:block;
	background: #e2e2e2;
	color:#666;
	font-size:12px;
}
	
	/*平台服务-基础设施-生产厂房*/	
	
	
	.psccflist>li>a>.psccflist-m {
    width:53%;
    padding-right: 0%;
}
	
	
	
	
.psccflist>li>a .psccflist-r {
     display: none
}	
.psccflist>li>a>.mckxq{
	display:block;
	background: #e2e2e2;
	color:#666;
	font-size:12px;
}	
	
	/*平台服务-基础设施-社会公益组织*/	
	
	
	.ptxqy-box h4.ptbtitle {
		font-size: 20px;
		padding: 0px 0 10px 0;
	
	}
	.gyzzxq-top>li {
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 6px;
}
	
	
	.ptxqy-box dl.gyzzxq-case>dt {
    border-bottom: 2px solid #1F59D8;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}
	.ptxqy-box dl.gyzzxq-case>dt>h2 {
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
	
	.ptxqy-box dl.gyzzxq-case>dd>img {
    width: 100%;
    height:auto;
}
	
	
	.ptxqy-box dl.gyzzxq-case>dd>div {
    width: 100%;
    height:auto;
		margin-top: 10px;
}
	.ptxqy-box dl.gyzzxq-case>dd>div>p {
    font-size: 13px;
    line-height: 25px;
   
}
	/*平台服务-基础设施*/	
.ptfwlist-icon>li {
    width: 48%;
    
}	
	.ptfwlist-icon>li p {
    font-size: 16px;
    width: 100%;
}
	.ptxqy-box p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
    text-indent: 20px;
}
	.ptxqy-box img {
    width: auto;
    display: block;
		max-width: 100%;
}
	
	/*人才引进*/	
.Recrui-all {
    margin-top: 0px;
}
.Recrui-l-title th {
    line-height: 30px;
    padding: 0 1%;
	overflow: hidden
}
.Exter-tment {
    width: 100%;
}
.Recrui-l-title .th_name1 {
    width: 35%;
}
.Recrui-l-title .th_type1 {
    width: 19%;
}
.Recrui-l-title .th_rsh1 {
    width: 16%;
}
.Recrui-l-title .th_time1 {
    width: 14%;
}
.Recrui-l-title .th_det1 {
    width: 16%;
}
.Recrui-l-title {
   
    font-size: 12px;
}
.Recrui-l-conter td {
    padding: 15px 0px;
    color: rgba(51, 51, 51, 100);
    font-size: 10px;
}
.Recrui-list .Check-position {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}
	
	.T-ncement{
		width:100%;
		margin-top: 20px;
	}	
	
	
	/*人才引进-详情*/		
	.job .table{
		
	font-size: 12px;}
	.job .table th {
    height: 49px;
    line-height: 59px;
		font-size: 12px;}
	
.job .table .th_name {
    width:25%;
}.job .table .th_type {
    width: 75%;
}
	
	.job .table td.require-detail {
    line-height: 120%;
    padding: 5px;
    text-align: left;
}
	
.job .table td {
    word-break:normal;
	padding: 10px;
}	
	.job .table td p {
    font-size: 10px;
    margin-bottom: 0;
		overflow-y: scroll;
		height: 100px;
		
}
	
	
	
	
	
	
	.train-some>.Bs-d-l-cont {
    padding: 0px;
}
	
	
	
	
	
}