
.tit {
	display: block;
	text-align: center;
}
.more {
	width: 200px;
	margin: 35px auto 0;
	text-align: center;
	border: 1px solid #007aff;
	font-size: 16px;
	padding: 10px 0;
	border-radius: 5px;
	transition: transform 0.5s ease;
}
.more a {
	text-decoration: none;
	font-size: 18px;
	color: #007aff;
}
.more:hover {
	transform: scale(1.1);
}

/**资源表**/
.zyb {
	width: 100%;
	min-width: 1400px;
	margin-top: 65px;
}
.zyb_con {
	width: 1400px;
	margin: 0 auto;
	
}

.zyb_list {
	width: 100%;	
	margin-top: 45px;
}

/*.swiper-slide {        
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.swiper-slide a {
	width: 100%;
	/*position: relative;*/
	text-decoration: none;
	display: block;
	border-radius:15px;
	border: 1px solid #e5e7eb;
/*	background: linear-gradient(180deg, #F2F8FF 0%, #FFF 100%);*/
  /* box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);*/
    box-shadow: 0px 1px 5px 0 #DFDFDF;
	margin-bottom: 5px;
	transition: all .3s;
}
.swiper-slide a:hover {
	transition: all .3s;
	transform: translateY(-10px)
}


.swiper-slide a img {
	 display: block;
     object-fit: cover;
	width: 100%;
	height: 230px;
	border-radius:15px 15px 0 0;
}
.swiper-slide a p {
	line-height: 26px;
	color: #808080;
	font-size: 16px;
	padding: 0px 15px 10px 20px;
}
.swiper-slide a span {
	display: block;
	color:#ff7d00;
	padding: 5px 15px 15px 20px; 
}

/*.swiper-slide a .tudi {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 110px;
	height: 40px;
	background-color: #ff7d00;
	border-radius:5px;
	text-align: center;
}
.swiper-slide a .tudi span {
	padding-top: 8px;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
}*/
.swiper-slide a .tudi {
	padding: 15px 15px 8px 20px;
	font-size: 18px;
}
.swiper-slide a .tudi span {
	padding: 0;
	color: #000000;
}
.swiper-pagination {
	position: static!important;
	margin-top: 45px;
}
.swiper-pagination span {
	width: 12px;
	height: 12px;
}
/**招商需求**/
.zsxq {
	width: 100%;
	min-width: 1400px;
	margin-top: 65px;
	background-color: #f8f8f8;
}
.zsxq_con {
	width: 1400px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.zsxq_list {
	width: 100%;
	margin-top: 45px;
}
.zsxq_text {
	width: 30%;
	padding: 10px;
	border: 1px solid #DFDFDF;	
	background-color: #FFFFFF;
	display: inline-block;
	margin: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.zsxq_text:hover {
	border-color: #a2cdee;
	 box-shadow: 0 0 3px #a2cdee,
	             0 0 3px #a2cdee,
	             0 0 3px #a2cdee;
}
.zsxq_text .zsxq_img {
	width: 45%;
	float: left;
}
.zsxq_text .zsxq_img a {
	display: block;
	width: 100%;
}
.zsxq_text .zsxq_img a img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 5px;
}
.zsxq_text .zsxq_xx {
	width: 52%;
	float: right;
}
.zsxq_text .zsxq_xx .bti {
	width: 100%;
	font-size: 18px;	
	letter-spacing: 1px; 
	font-weight: 500;
	border-left: 3px solid #ff7d00;
	padding: 2px 0px 2px 8px;
}
.zsxq_text .zsxq_xx .bti a {
	color: #000;
	text-decoration: none;
}
.zsxq_text .zsxq_xx p {
	width: 100%;
	line-height: 26px;
	color: #808080;
	font-size: 16px;
	padding: 10px 0px 0px 10px;
}
.zsxq_text .zsxq_xx span {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 15px;
}
.zsxq_text .zsxq_xx span a {
	color: #ff7d00;
	text-decoration: none;
}
/***信息表**/
.xxb {
	width: 100%;
	min-width: 1400px;
	margin-top: 65px;
	padding-bottom: 70px;
}
.xxb_con {
	width: 1400px;
	margin: 0 auto;
}
.xxb_list {
	width: 100%;
	margin-top: 55px;
	padding-bottom: 10px;	
}
.blk_29 {
	zoom: 1;
	position: relative;
	width: 100%;
	/*height: 74px;*/
	overflow: hidden;
}

.blk_29 .LeftBotton {
	background: url(../images/btn_l.png) no-repeat 0px 0px;
	/*float: left;*/
	width: 42px;
	cursor: pointer;
	position: absolute;
	top: 75px;
	left: 0;
	height: 42px;
	z-index: 9999;
	/*filter:alpha(opacity=20); */
	/*IE*/
	/*-moz-opacity:0.2; */
	/*MOZ , FF*/
	/*opacity:0.2; */
	/*CSS3, FF1.5*/
}

.blk_29 .LeftBotton:hover {
	filter: alpha(opacity=50);
	/*IE*/
	-moz-opacity: 0.5;
	/*MOZ , FF*/
	opacity: 0.5;
	/*CSS3, FF1.5*/
}

.blk_29 .RightBotton {
	background: url(../images/btn_r.png) no-repeat top right;
	/*float: right;*/
	width: 42px;
	cursor: pointer;
	position: absolute;
	top: 75px;
	right: 0px;
	height: 42px;
	z-index: 9999;
	/*filter:alpha(opacity=20); */
	/*IE*/
	/*-moz-opacity:0.2; */
	/*MOZ , FF*/
	/*opacity:0.2; */
	/*CSS3, FF1.5*/
}

.blk_29 .RightBotton:hover {
	filter: alpha(opacity=50);
	/*IE*/
	-moz-opacity: 0.5;
	/*MOZ , FF*/
	opacity: 0.5;
	/*CSS3, FF1.5*/
}

.blk_29 .Cont {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.blk_29 .box {
	float: left;
    width: 300px;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
.blk_29 .box a {
	width: 100%;
	display: block;
	/* background-color: #f6f7fb; */
	text-decoration: none;
}

.blk_29 .box a .box_s {
	width: 100%;
	padding: 5px;
	/* border: 1px solid #e7e7e7; */
}

.blk_29 .box a .box_s .box_s_l{
	float: left;
	width: 54%;
	
}
.blk_29 .box a .box_s .box_s_l img {
	width: 100%;
	height: 155px;
	 object-fit: cover;
	display: block;
}
.blk_29 .box a .box_s .box_s_l img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.blk_29 .box a .box_s .box_s_r{
	float: right;
	width: 43%;
}
.blk_29 .box a .box_s .box_s_r p {
	width: 100%;
	line-height: 26px;
	color: #808080;
	font-size: 15px;
	padding-left: 5px;
}
.blk_29 .box a .box_x {
	width: 100%;
	background-color: #3a7ebb;
	text-align: center;
	padding: 8px 0;
}
.blk_29 .box a .box_x p {
	color: #FFFFFF;	
	font-size: 16px;
}
