body{
	background: #f7f7f7;
}
.content{
	width: 1000px;
	margin: 24px auto 0;
}

.pcHeaderBox{
	display: flex;
	margin-top: 24px;
	justify-content: space-between;
}
.swiper-width{
	width: 501px;
	height: 298px;
	border-radius: 8px;
}
.swiper-width img{
	width: 501px;
	height: 298px;
	display: block;
}
.swiper-slide{
	width: 1000px;
	height: 333px;
	/*background: #a6a6a6;*/
	/*border-radius: 4px;*/
}
.swiper-pagination-bullet {
  background: #cbcbcc;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.news{
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.newsTitles{
	display: flex;
	cursor: pointer;
	margin-left: 20px;
}
.newsTitles>li{
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #aab8c6;
	position: relative;
	margin-right: 41px;
}
.newsTitles>li::after{
	content: "";
    display: block;
    position: absolute;
    width: 1px;
	height: 13px;
	background: #dadada;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
.newsTitles>li:last-child::after{
	display: none;
}
.newsTitles>li.newactive{
	color: #174b80;
}
.news_left{
	width: 479px;
}
.news_right{
	width: 774px;
}
.newsTitle{
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #174b80;
}
.jtNews{
	/*width: 654px;*/
	/*height: 560px;*/
	height: 264px;
	background: #ffffff;
	border-radius: 8px;
	margin-top: 12px;
	padding: 16px 20px;
	box-sizing: border-box;
}
.jtNews>div{
	display: none;
}
.jtProject{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.news_details_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.titleDiv{
	display: flex;
	align-items: center;
}
.titleDiv>p:first-child{
	width: 24px;
	height: 24px;
	font-size: 24px;
	font-family: DINAlternate, DINAlternate-Bold;
	font-weight: 700;
	/*text-align: left;*/
	color: #ec1b1b;
}
.titleDiv>p:nth-child(2){
	margin-left: 16px;
	width: 304px;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 25px;
	height: 25px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #333333;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
.timeDiv{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 500;
	text-align: left;
	color: #cbcbcc;
	line-height: 17px;
}
.news_details_bottom{
	margin-left: 40px;
	font-size: 13px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	margin-top: 2px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}
.news_details{
	margin-top: 16px;
	cursor: pointer;
}
.news_details:first-child{
	margin-top: 0;
}
.titleDiv1>p:first-child{
	color: #d6dbe3;
}
.news_details:hover .titleDiv>p:nth-child(2){
	color: #174b80;
}
.project_lr{
	width: 180px;

}
.project_lr img{
	width: 180px;
	height: 107px;
	border-radius: 4px;
	display: block;
}
.project_lr>p:nth-child(2){
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin: 10px 0 24px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.mapa{
	/*margin-top: 9px;*/
}
.mapa>img{
	display: block;
	max-width: 100%;
}
.zqzbjs{
	width: 204px;
}

.zqzbjs>a>p{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;

	height: 72px;
	background: #ffffff;
	border: 1px solid #ededed;
	border-radius: 4px;
	font-size: 15px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;

	color: #333333;
}
.zqzbjs img{
	width: 32px;
	height: 32px;
	margin-right: 16px;
}
.pxBox{
	display: flex;
	justify-content: space-between;
}
.pxks{
	width: 323px;
	height: 357px;
	background: #ffffff;
	border-radius: 8px;
}
.pxksImg{
	width: 323px;
	height: 70px;
	background: url(../img/jxbf1.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pxksImg>a>p:first-child{
	font-size: 18px;
	font-family: PingFangSC, PingFangSC-Semibold;
	font-weight: 600;
	text-align: center;
	color: #2a65a1;
}
.pxksImg>a>p:last-child{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
	display: flex;
	align-items: center;
}
.pxksImg>a>p:last-child>img{
	width: 12px;
height: 12px;
}
.pxksImg1{
	background: url(../img/jxbf2.png) no-repeat;
	background-size: 100% 100%;
}
.pxksImg2{
	background: url(../img/jxbf3.png) no-repeat;
	background-size: 100% 100%;
}
.ksjtlrBox{
	padding: 0 16px;
	box-sizing: border-box;
}
/*.kslr:first-child{*/
/*	margin-top: 0;*/
/*}*/
.kslr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.kslr>p:first-child{
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	width: 196px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.kslr>p:last-child{
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: center;
	color: #999999;
}
.pxksImg1>p:first-child{
	color: #d48421;
}
.pxksImg2>p:first-child{
	color: #f1523a;
}
.hyzszq{
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	color: #333333;
	margin: 36px 0 20px;
}
.hyzszq>img{
	width: 11px;
	height: 15px;
	margin-right: 8px;
}
.hyBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 65px;
}
.hzdw{
	width: 493px;
	height: 148px;
	background: #ffffff;
	border-radius: 8px;
	margin-bottom: 15px;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.hzdw_left{
	width: 144px;
	height: 116px;
	background: url(../img/jxbf4.png) no-repeat;
	background-size:100% 100%;
	padding: 16px;
	box-sizing: border-box;
}
.hzdw_left1{
	background: url(../img/jxbf5.png) no-repeat;
	background-size:100% 100%;
}
.hzdw_left2{
	background: url(../img/jxbf6.png) no-repeat;
	background-size:100% 100%;
}
.hzdw_left3{
	background: url(../img/jxbf7.png) no-repeat;
	background-size:100% 100%;
}
.hzdw_left>p{
	font-size: 20px;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 500;
	text-align: left;
	color: #0ba082;
	position: relative;
}
.hzdw_left>p::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #0ba082;
	left: 0;
	bottom: -16px;
}

.hzdw_left1{
padding: 15px;
}
.hzdw_left1>p{
	color: #7161e7;
	font-size: 19px;
}
.hzdw_left1>p::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #7161e7;
	left: 0;
	bottom: -16px;
}
.hzdw_left2>p{
	color: #2a65a1;
}
.hzdw_left2>p::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #2a65a1;
	left: 0;
	bottom: -16px;
}
.hzdw_left3>p{
	color: #d48421;
}
.hzdw_left3>p::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 1px;
	background: #D48421;
	left: 0;
	bottom: -16px;
}
.hzdw_left>img{
	width: 60px;
	height: 26px;
	margin-top: 22px;
}
.hzdw_right{
	width: 292px;

}
.hzdw_right>p{
	  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin-bottom: 12px;
}

.pagination{
	display: flex;

}

.pagination li{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	/*color: #999999 !important;*/
	line-height: 32px;
	border: 1px solid #f0f0f0;
}
.pagination li a{
	color: #999999 !important;

}
.pagination .active{
	color:#ffffff !important;
	background-color: #174b80;
}
#swiper-container .swiper-slide {
	width: 300px;
	height: 116px;
}

#swiper-container .swiper-slide>p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	margin-bottom: 12px;
}

.swiper-button-next,
.swiper-button-prev {
	display: none;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	display: block;
}





@media screen and (max-width: 768px) {
	.yddContent {
		width: 100%;
	}

	.swiper-slide {
		width: 100%;
		height: 2.5rem;
	}

	.swiper-container1 {
		position: relative;
		overflow: hidden;
	}

	.yddSzyw {
		padding: .32rem;
		box-sizing: border-box;
		display: flex;
	}

	.yddSzyw > li {
		font-size: .32rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		color: #aab8c6;
		position: relative;
		margin-right: .5rem;
	}

	.yddSzyw > li::after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: .16rem;
		background: #dadada;
		top: 50%;
		right: -.25rem;
		transform: translateY(-50%);
	}

	.yddSzyw > li:last-child {
		margin-right: 0;
	}

	.yddSzyw > li:last-child::after {
		display: none;
	}

	.yddSzyw > li.newactive {
		color: #174b80;
	}

	.yddjtxw {
		padding: 0 .32rem;
		box-sizing: border-box;
		margin-bottom: .32rem;
	}

	.yddjtxw > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.yddjtxwDiv {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.yddpxDiv {
		display: flex;
		align-items: center;
	}

	.yddjtxwDiv > p {
		color: #b4bbc6;
	}

	.yddpxDiv > p:first-child {
		font-size: .4rem;
		font-family: DINAlternate, DINAlternate-Bold;
		font-weight: 700;
		color: #b4bbc6;
		/*color: #ec1b1b;*/
	}

	.yddjtxw:first-child .yddpxDiv > p:first-child {
		color: #ec1b1b;
	}

	.yddjtxw:nth-child(2) .yddpxDiv > p:first-child {
		color: #ec1b1b;
	}

	.yddjtxw:nth-child(3) .yddpxDiv > p:first-child {
		color: #ec1b1b;
	}

	.yddpxDiv > p:nth-child(2) {
		margin-left: .16rem;
		width: 4.48rem;
		font-size: .32rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
	}

	.yddjtxw > p {
		font-size: .24rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		color: #999999;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		margin-top: .04rem;
		margin-left: .65rem;
	}

	.yddjtxwP {
		font-size: .24rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		color: #999999;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		margin-top: .04rem;
		margin-left: .65rem;
	}

	.yddxmpx {
		margin-top: .64rem;
	}

	.yddxmpx > p {
		font-size: .4rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		color: #174b80;
		text-align: center;
	}

	.yddJtProject {
		display: flex;
		flex-wrap: wrap;
		padding: 0 .32rem;
		margin-top: .32rem;
		justify-content: space-between;
	}

	.yddproject_lr {
		width: 3.26rem;
	}

	.yddproject_lr img {
		width: 3.26rem;
		height: 1.94rem;
		border-radius: .08rem;
		display: block;
	}

	.yddproject_lr > p:last-child {
		text-align: center;
		margin: .18rem 0 .26rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		color: #333;
	}

	.yddZqzbjs {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 .32rem;
		box-sizing: border-box;
		margin-top: .24rem;
	}

	.yddZqzbjs > a > p {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: .28rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		color: #333333;
		width: 3.3rem;
		height: 1.04rem;
		background: #ffffff;
		border: 1px solid #ededed;
		border-radius: 4px;
		margin-bottom: .24rem;
	}

	.yddZqzbjs img {
		width: .48rem;
		height: .48rem;
		margin-right: .24rem;
	}

	.yddPxks {
		display: flex;
		padding: 0 .32rem;
		box-sizing: border-box;
		margin-top: .24rem;
	}

	.yddPxks > li {
		font-size: .32rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		color: #aab8c6;
		position: relative;
		margin-right: .5rem;
	}

	.yddPxks > li::after {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: .16rem;
		background: #dadada;
		top: 50%;
		right: -.25rem;
		transform: translateY(-50%);
	}

	.yddPxks > li:last-child::after {
		display: none;
	}

	.yddPxks > li.newactive {
		color: #174b80;
	}

	.yddPxksBox {
		padding: 0 .32rem;
		box-sizing: border-box;
		margin-top: .32rem;
	}

	.yddPxksBox > div {
		display: none;
		width: 100%;
		/*height: 5.2rem;*/
		background: #ffffff;
		background: #FFFFFF url(../img/jxbf1.png) no-repeat;
		padding: 0.32rem .32rem .24rem .32rem;
		border-radius: .32rem;
		box-sizing: border-box;
	}

	.yddPxksBox > div:nth-child(2) {
		background: #FFFFFF url(../img/jxbf2.png) no-repeat;
	}

	.yddPxksBox > div:nth-child(3) {
		background: #FFFFFF url(../img/jxbf3.png) no-repeat;
	}

	.yddPxksJtlr {
		display: flex;
		justify-content: space-between;
		margin-bottom: .32rem;
	}

	.yddPxksJtlr > p:first-child {
		width: 4.48rem;
		font-size: .28rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		color: #333333;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
	}

	.yddPxksJtlr > p:last-child {
		font-size: .24rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		text-align: center;
		color: #999999;
	}

	.yddMore {
		font-size: .24rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: center;
		color: #999999;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.yddMore > img {
		width: .24rem;
	}

	.yddHyzs {
		font-size: .36rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		color: #333333;
		display: flex;
		align-items: center;
		padding: 0 .32rem;
		margin: .48rem 0 .32rem;
	}

	.yddHyzs > img {
		width: .4rem;
		margin-right: .08rem;
	}

	.hyBox {
		display: block;
		padding: 0 .32rem;
		margin-bottom: .4rem;
	}

	.hzdw {
		width: 100%;
		height: 2.8rem;
		background: #ffffff;
		border-radius: .16rem;
		margin-bottom: .24rem;
		padding: .2rem;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
	}

	.hzdw_left {
		width: 2.08rem;
		height: 1.96rem;
		border-radius: .16rem;
		padding: .2rem;
		box-sizing: border-box;
	}

	.hzdw_right {
		width: 4.1rem;
	}

	.hzdw_left > p {
		font-size: .32rem;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 500;
		margin-top: .1rem;
	}

	.hzdw_left > img {
		width: .92rem;
		height: .4rem;
		margin-top: .28rem;
	}

	.hzdw_right > p {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		font-size: .28rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		margin-bottom: .16rem;
	}

	.yddSzywBox > div {
		display: none;
	}

	.yddSzywBox > div:first-child {
		display: block;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}

	.swiper-container:hover .swiper-button-next,
	.swiper-container:hover .swiper-button-prev {
		display: block;
	}


	#swiper-container .swiper-slide {
		height: 2.32rem;
	}




	#swiper-container .swiper-slide > p {
		width: 3.7rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		font-size: .28rem;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
		margin-bottom: .18rem;
	}
}
