.mainbg{
	width: 100%;
	height: auto;
	background: url(https://www.gudongjd.com/index/img/indexbg.jpg) left top repeat-y;
	background-size: 100% auto;
}
.main{
	width: 1360px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
}
.news{
	width: 100%;
	height: 350px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.pc_swiper{
	width: 540px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.new_swiper{
	width: 540px;
	height: 350px;
}
 .swiper-slide{
	position: relative;
}
.swiper-slide p{
	display: block;
	position: absolute;
	width: 100%;
	height: 34px;
	background-color: rgba(0, 0, 0, .6);
	line-height: 34px;
	font-weight: normal;
	font-size: 14px;
	z-index: 99;
	bottom: 0;
	left: 0;
	color: #fff;
}
.swiper-slide p span{
	display: block;
	width: 360px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#swiper-pagination-new{
	width: 160px;
	position: absolute;
	text-align: right;
	right: 0px;
	left: auto;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	bottom: 3px;
}
#swiper-pagination-new .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color:rgba(255, 255, 255, .5);
	color: #fff;
	margin: 0 4px;
	padding: 0;
	border-radius: 0;
	text-align: center;
}
#swiper-pagination-new .swiper-pagination-bullet-active{
	width: 12px;
	height: 12px;
	background-color:rgba(255, 255, 255);
	color: #fff;
	margin: 0 4px;
	padding: 0;
	border-radius: 0;
	text-align: center;
}
.newswiperimg img{
	width: 540px;
	height: 350px;
  }
.news_list{
	width: 480px;
	height: 350px;
	margin-left: 20px;
}

.nd_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#swiper-pagination-ndlist{
	bottom: 0;
	position: relative;
	width: 80%;
	height: 33px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#swiper-pagination-ndlist span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92px;
	border-radius: 0;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 20px;
	height: 33px;
}
#swiper-pagination-ndlist span i{
	height: 20px;
	border-right: 1px solid rgba(0, 0, 0, .3);
}
#swiper-pagination-ndlist .swiper-pagination-bullet{
	background-color: #fff;
	color: rgba(0, 0, 0, .7);
}
#swiper-pagination-ndlist .swiper-pagination-bullet-active{
	background-color: #fff;
	color: #0d5440;
	font-weight: bold;
	border-bottom: 1px solid #0d5440
}
.dmore{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #0d5440;
	height: 34px;
	line-height: 34px;
}
.ndli_list{
	padding-top: 15px;
}
.ndli_list ul li{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.ndli_list ul li a{
	display: block;
	width: 360px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 38px;
	background: url(https://www.gudongjd.com/index/img/li.png) no-repeat -3px center;
	background-size: 16px 16px;
	padding-left: 20px;
	color: rgba(0, 0, 0, .7);
}
.ndli_list ul li a:hover{
	color: #ff0000;
}
.ndli_list ul li span{
	font-size: 14px;
	line-height: 38px;
	color: rgba(0, 0, 0, .3);
}


.yuanzhang{
	width: 260px;
	height: 350px;
	overflow: hidden;
	margin-left: auto;
}
.title{
	border-bottom: 1px solid #208147;
	height: 34px;
	line-height: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title span{
	display: table;
	height: 33px;
	padding: 0 20px;
	font-size: 18px;
	line-height: 33px;
	border-bottom: 1px solid #0d5440;
	font-weight: bold;
	color: #0d5440;
}
.title a{
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
}
.title a:hover{
	font-size: 16px;
	color: #ff0000;
}
.yz_con{
	width: 100%;
	height: 238px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
.yz_con p{
	font-size: 16px;
	color: rgba(0, 0, 0, .7);
	line-height: 30px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 8;
	    -webkit-box-orient: vertical;
	
}
.yzmore{
	display: block;
	border: 1px solid #0d5440;
	border-radius: 5px;
	height: 34px;
	font-size: 16px;
	color: #0d5440;
	text-align: center;
	line-height: 34px;
	margin-top: 20px;
}
.yzmore:hover{
	display: block;
	border: 1px solid #0d5440;
	border-radius: 5px;
	height: 34px;
	font-size: 16px;
	background-color: #0d5440;
	color: #fff;
	text-align: center;
	line-height: 34px;
	margin-top: 20px;
}
.adv{
	padding: 20px 0;
}
.adv img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}
.keyan_list{
	width: 780px;
	height: 350px;
	overflow: hidden;
}
.li_list{
	padding-top: 15px;
}
.li_list ul li{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.li_list ul li a{
	display: block;
	width: 380px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 38px;
	background: url(https://www.gudongjd.com/index/img/li.png) no-repeat -3px center;
	background-size: 16px 16px;
	padding-left: 20px;
	color: rgba(0, 0, 0, .7);
}
.li_list ul li a:hover{
	color: #ff0000;
}
.li_list ul li span{
	font-size: 14px;
	line-height: 38px;
	color: rgba(0, 0, 0, .3);
}


.d_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#swiper-pagination-dlist{
	bottom: 0;
	position: relative;
	width: 80%;
	height: 33px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#swiper-pagination-dlist span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92px;
	border-radius: 0;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 20px;
	height: 33px;
}
#swiper-pagination-dlist span i{
	height: 20px;
	border-right: 1px solid rgba(0, 0, 0, .3);
}
#swiper-pagination-dlist .swiper-pagination-bullet{
	background-color: #fff;
	color: rgba(0, 0, 0, .7);
}
#swiper-pagination-dlist .swiper-pagination-bullet-active{
	background-color: #fff;
	color: #0d5440;
	font-weight: bold;
	border-bottom: 1px solid #0d5440
}
.dmm{
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
}
.dmm:hover{
	font-size: 16px;
	color: #ff0000;
}
.dli_list{
	padding-top: 15px;
}
.dli_list ul li{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.dli_list ul li a{
	display: block;
	width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 38px;
	background: url(https://www.gudongjd.com/index/img/li.png) no-repeat -3px center;
	background-size: 16px 16px;
	padding-left: 20px;
	color: rgba(0, 0, 0, .7);
}
.dli_list ul li a:hover{
	color: #ff0000;
}
.dli_list ul li span{
	font-size: 14px;
	line-height: 38px;
	color: rgba(0, 0, 0, .3);
}





.message_list{
	width: 520px;
	height: 350px;
	margin-left: auto;
	overflow: hidden;
}


.zhuanjia{
	width: 100%;
	height: 290px;
}
.zj_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#swiper-pagination-zjlist{
	bottom: 0;
	position: relative;
	width: 80%;
	height: 33px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#swiper-pagination-zjlist #c0,#c1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92px;
	border-radius: 0;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 20px;
	height: 33px;
}
#swiper-pagination-zjlist span i{
	height: 20px;
	border-right: 1px solid rgba(0, 0, 0, .3);
}
#swiper-pagination-zjlist .swiper-pagination-bullet{
	background-color: #fff;
	color: rgba(0, 0, 0, .7);
}
#swiper-pagination-zjlist .swiper-pagination-bullet-active{
	background-color: #fff;
	color: #0d5440;
	font-weight: bold;
	border-bottom: 1px solid #0d5440
}
.zjli_list{
	padding-top: 25px;
}
.zjli_list ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.zjli_list ul li{
	display: block;
	width: 248px;
	height: 220px;
	margin-right: 30px;
}
.zjli_list ul li a{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 248px;
	height: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 38px;
	color: rgba(0, 0, 0, .7);
}
.zjli_list ul li a:hover{
	color: #ff0000;
}
.zjli_list ul li a img{
	width: 248px;
	height: 172px;
}
#a2 i{
	display: none;
}
#b3 i{
	display: none;
}
#c2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 112px;
	border-radius: 0;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	margin: 0;
	padding: 0 0 0 20px;
	height: 33px;
}
#c2 i{
	display: none;
}


.link{
	width: 1280px;
	padding: 10px 40px;
	height: auto;
	margin: 0 auto;
}
.newfr_link{
		  	 width: 100%;
		  	 height: auto;
		  	 margin: 0 auto;
		  	 border: #cdcdcd 1px solid;
		  	 border-radius: 5px;
		  	 position: relative;
			 display: flex;
			 justify-content: space-between;
			 align-items: center;
		  	 background-image: linear-gradient(180deg, #ffffff, #ebebeb);
		  } 
		  .newlink_left{
		  	 width: 15%;
		  	 height: 62px;
			 margin-left: 2%;
		  	 border-radius: 5px;
		  	 text-align: center;
		  	 background-image: linear-gradient(180deg, #158f50, #0D5440);
		  }
		   .newlink_left span{
		  	  display: block;
		  	  margin: 4px;
		  	  height: 54px;
		  	  line-height: 54px;
		  	  border: #fff 1px dashed;
		  	  border-radius: 5px;
		  	  font-size: 18px;
		  	  color: #fff;
		   }
		   .newlink_left span i{
		   	  font-size: 12px;
		  	  font-style:normal;
		   }
		   .newlink_right{
		   	  width: 80%;
		   	  height: auto;
			  display: flex;
			  justify-content: flex-start;
			  flex-wrap: wrap;
		   }
		      .newlink_right a{
		   		 font-size: 16px;
		   		 color: #404040;
		   		 line-height: 28px;
		   		 padding-right: 20px;
		   	 }
		   	 .newlink_right a:hover{
		   	 		 font-size: 16px;
		   	 		 color: #ff3333;
		   	 		 line-height: 28px;
		   			 padding-right: 20px;
		   	 }
			 
.newfoot_con{
				 width: 1000px;
				 margin: 0 auto;
				 display: flex;
				 padding-top: 35px;
				 justify-content: center;
				 align-items: center;
			 }
			 .newfoot_con span{
			 	line-height: 32px;
				margin-right: 20px;
			 	font-size: 16px;
				color: #fff;
				white-space: nowrap;
				overflow: hidden;
				font-weight: normal;
			 }
			 .newfoot_mes{
				 height: 110px;
				 display: flex;
				 flex-direction: column;
				 justify-content: flex-start;
				 align-items: flex-start;
			 }
			 .newfoot_img{
				 padding-top: 10px;
				 padding-right: 80px;
				 width: 100px;
				 height: 80px;
				 text-align: right;
			 }
			 
@media screen and (min-width: 1024px) {
	.foot{
		width: 100%;
		height: 180px;
		background: url(https://www.gudongjd.com/index/img/footbg.jpg) no-repeat #0d5440;
		background-size: 100% 100%;
	}
}
@media screen and (max-width: 1024px) {
	.foot{
		width: 1400px;
		height: 180px;
		background: url(https://www.gudongjd.com/index/img/footbg.jpg) no-repeat #0d5440;
		background-size: 100% 100%;
	}
}