@charset "utf-8";
/* CSS Document */

.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('../images/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;
	background: #f7f7f7;
}


.imgs_ul{
	display: flex;
	justify-content: space-between;
}
.imgs_li{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	box-shadow: 2px 4px 16px rgba(0,0,0,.06);
	width: 380px;
	height: 300px;
}
.imgs_li img{
	display: block;
	height: 130px;
	padding-top: 30px;
}
.imgs_li div{
	line-height: 2;
	font-size: 18px;
	font-weight: 600;
}
.imgs_li p{
	width: 200px;
	color: #888;
	line-height: 1.6;
}
.cityse{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px;
}
.cityse_li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 180px;
}
.cityse_li img{
	display: block;
	width: 96px;
	height: 96px;
	margin-bottom: 15px;
	transform: scale(1);
}

.cityse_li:hover img{
	transform: scale(1.1);
}
.cityse_li div{
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 15px;
}
.cityse_li p{
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.num_box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	box-shadow: 0 0 10px rgba(0,0,0,.08);
	height: 160px;
	border-radius: 8px;
	background: #fff;
}
.num_li{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.num_li_title{
	position: relative;
	color: #3b516a;
	display: flex;
	align-items: baseline;
}
.num_li_title:after{
	position: absolute;
	content: '+';
	color: #ff7427;
	font-weight: 400;
	right: -15px;
	top: -10px;
	font-size: 30px;
}
.num_li_title strong{
	font-size: 40px;
}
.num_li_title span{
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
}
.num_li_txt{
	font-size: 16px;
	color: #666;
	line-height: 2;
	letter-spacing: 2px;
}



.scans{}
.scans_swiper{}
.scans_li{}
.scans_li img{
	display: block;
	width: 1200px;
	height: 675px;
}
.scans .swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.scans_button{
	background: rgba(0,0,0,.2);
	padding: 15px 10px;
}
.scans_button_l{
	left: 0;
}
.scans_button_r{
	right: 0;
}
.supers{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.supers_li{
	width: 245px;
	box-shadow: 2px 4px 16px rgba(0,0,0,.1);
	border-radius: 10px;
	padding-bottom: 30px;
}
.supers_li div{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background: #f7f9fb;
}
.supers_li img{
	display: block;
	width: 60px;
	height: 60px;
}
.supers_li:hover img{
	transform: scale(1.2);
}
.supers_li h3{
	text-align: center;
	font-size: 17px;
	line-height: 2;
	margin-top: 15px;
}
.supers_li p{
	text-align: center;
	font-size: 15px;
	left: 1.6;
	color: #999;
	margin-top: 10px;
}


.only_bga{
	height: 1020px;
	background: #ccc url() no-repeat center;
	background-size: auto 100%;
	
}
.only_bga_h2{
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 2;
	margin-bottom: 30px;
}
.only_bga_imga{
	display: block;
	width: 100%;
}
.deals{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.deals_li{
	background: #fff;
	width: 390px;
	margin-right: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	height: 190px;
	border-radius: 10px;
	padding: 40px 30px 40px 100px;
	position: relative;
}
.deals_li:nth-child(3n){
	margin-right: 0;
}
.deals_li img{
	position: absolute;
	display: block;
	width: 62px;
	height: 62px;
	z-index: 2;
	left: 18px;
	top: 20px;
}
.deals_li h3{
	font-size: 20px;
	line-height: 2;
}
.deals_li p{
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}


.com_title.com_title_w p{
	color: #fff;
}
.com_title.com_title_w div{
	color: #fff;
}
.com_title.com_title_w div::after{
	background: #fff;
}


.only_bg_black{
	background: #000;
}
.chats{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
	padding-top: 30px;
}
.chats_li{
	position: relative;
	width: 380px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.chats_li:nth-child(3n){
	margin-right: 0;
}
.chats_li img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.chats_li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 2;
	font-size: 18px;
	padding-bottom: 10px;
}


.tabzs{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 30px;
	margin-top: 50px;
}
.tabzs_li{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 160px;
	font-size: 18px;
	border-radius: 6px;
}
.tabzs_li.act{
	background: #515d71;
	color: #fff;
}
.tabzs_box{}
.tabzs_box_li{
	display: none;
}
.tabzs_box_li.act{
	display: block;
}
.tabzs_li_swiper{
	width: 100%;
}
.tabzs_li_img{
	width: auto;
}
.tabzs_li_img img{
	display: block;
	width: auto;
	height: 285px;
}

.tabzs_more{
	height: 40px;
	margin-top: 20px;
}
.tabzs_more a{
	display: flex;
	color: #333;
	width: 160px;
	line-height: 40px;
	background: #eee;
	justify-content: center;
	border-radius: 8px;
}
.tabzs_more a:hover{
	background: #fe6140;
	color: #fff;
}