	.cbg{background: #fbfbfb;}
	.com_n_img{
		width: 1200px;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.com_n_img img{
		display: block;
		width: 100%;
		height: auto;
	}
	.citysa{
		width: 100%;
		padding: 40px 0 50px;
		display: flex;
		align-items:center;
		justify-content: space-around;
	}
	.citysa_li{
		width: 30%;
		display: flex;
		align-items:center;
		justify-content: space-around;
	}
	.citysa_li_l{
		width: 120px;
		height: 120px;
		background: url('../image/ld_circle.png');
		font-size: 30px;
		color: #fe6140;
	}
	.citysa_li_l span{
		font-size: 16px;
	}
	.citysa_li_r{
		width: calc(100% - 150px);
	}
	.citysa_li_r div{
		color: #fe6140;
		font-size: 24px;
		line-height: 1.5;
	}
	.citysa_li_r p{
		color: #666;
		left: 2;
	}
	.citysb{
		display: flex;
		align-items: flex-start;
		justify-content: space-around;
		padding: 40px 0 50px;
	}
	.citysb_li{
		width: 22%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.citysb_li img{
		display: block;
		width: 170px;
		height: 170px;
	}
	.citysb_li h2{
		line-height: 36px;
		line-height: 1.8;
	}
	.citysb_li div{
		font-size: 14px;
		line-height: 1.4;
	}
	.citysb_li p{
		margin-top: 6px;
		font-size: 15px;
		line-height: 1.6;
		text-align: center;
	}
	.citysc{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 40px 0 50px;
	}
	.citysc_li{
		width: 380px;
		height: 214px;
	}
	.citysc_li img{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 6px;
	}
	.lda_box{
		padding: 40px 0 50px;
	}
	.lda_swiper{
		
	}
	.lda_li{
		display: block;
		width: 380px;
		margin: 10px 0;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 2px 4px 10px rgba(0,0,0,.1);
	}
	.lda_li a{
		display: block;
		color: #000;
	}
	.lda_li a:hover{
		color: #007AFF;
	}
	.lda_li a img{
		display: block;width: 100%;height: 250px;
	}
	.lda_li a div{
		font-size: 16px;
		line-height: 2;
		padding: 10px 15px;
	}