@charset "utf-8";
 h2{
  display:inline; 
  font-size:16px;
  font-weight:normal;
}
.ind_ss{
	padding: 15px 0;
	border-bottom: 1px solid #D5D5D5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ind_ssl a{
	color: #656565;
	padding: 0 10px;
}
.ind_ssl a:hover{
	color:#D9251B;
}
.ind_ssr{
	height: 42px;
	border: 1px solid #D5D5D5;
	width: 352px;
}
.ind_ssr .ss_txt{
	float: left;
	width: 75%;
	line-height: 42px;
	border: none;
	background: none;
	font-size: 14px;
	padding-left: 15px;
}
.ind_ssr .ss_sub{
	float: right;
	width: 62px;
	height: 42px;
	background: url(../img/ss_ico.png) no-repeat center center;
	cursor: pointer;
	border: none;
}

.ind_tt .p{
	padding: 5px 0 2%;
}
.ind_tt .m{
	line-height: 20px;
	padding: 12px 35px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #D9251B;
}
.ind_tt .m font{
	color: #D9251B;
}
.ind_alist{
	padding-top: 3.5%;
}
.ind_alist li{
	width: 30.8%;
	padding-bottom: 3.8%;
}
.ind_alist li a{
	display: block;
}
.ind_alist li .hv{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
/* 关于 */

.ind_abl{
	width: 47%;
	line-height: 1.4;
	padding: 1% 0 4.5%;
}
.ind_abl .h4{
	padding-bottom: 5%;
	position: relative;
}
.ind_abl .h4:after{
	width: 32px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #D9251B;
	content: '';
}
.ind_abl .ab_p{
	padding-top: 5%;
	line-height: 2;
	text-align: justify;
}
.ind_abl .ab_p p{
	padding: 2% 0;
}
.ind_abl .ab_m{
	text-align: right;
	padding-top: 5%;
}

.ind_abr{
	width: 41%;
	padding: 1% 0 4.5%;
}
/* 优势  */

.ind_ys{
	background: url(../img/ind_ysbg.jpg) no-repeat center center;
	background-size: cover;
	padding: 3% 0 2%;
	max-width: 1920px;
	margin: 0 auto;
}
.ind_tt2{
	padding-bottom: 2%;
	position: relative;
}
.ind_tt2:after{
	width: 84px;
	height: 3px;
	background: #D9251B;
	content: '';
	left: 50%;
	bottom: 0;
	margin-left: -42px;
	position: absolute;
}
.ind_yslist{
	padding-top: 4%;
}
.ind_yslist li{
	width: 48%;
	display: table;
	padding: 2% 3%;
	box-sizing: border-box;
	align-items: center;
	margin-bottom: 3%;
	background: rgba(255,255,255,0.64);
}
.ind_yslist li .img{
	width: 103px;
	display: table-cell;
	vertical-align: middle;
}
.ind_yslist li .ys_r{
	padding-left: 5%;
	display: table-cell;
	vertical-align: middle;
}

/* 新闻 */
.ind_ntt{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-top: 4%;
}
.ind_ntt .n_ttl{
	line-height: 1.5;
	padding-left: 15px;
	position: relative;
	border-left: 4px solid #D9251B;
}
.swiper-new{
	overflow: hidden;
	padding-bottom: 1%;
}
.swiper-newhd .swiper-pagination-bullet{
	width: auto;
	height: auto;
	height: 24px;
	line-height: 24px;
	padding: 13px 40px;
	border-radius: 0;
	background: #DDDDDD;
	opacity: 1;
	margin-left: 10px;
}
.swiper-newhd .swiper-pagination-bullet-active{
	background: #D9251B;
	color: #fff;
}
.swiper-new .new_l{
	width: 39.1%;
	overflow: hidden;
	padding: 3% 0;
}
.swiper-new .new_l a{
	display: block;
}
.swiper-new .new_l .imgs{
	padding-bottom: 50%;
}
.swiper-new .new_l .imgs img{
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
	min-height: 100%;
}
.swiper-new .new_l .padd{
	padding: 6%;
	border: 1px solid #E5E5E5;
}
.swiper-new .new_l .padd .p{
	padding: 4% 0 5%;
	line-height: 1.8;
}
.swiper-new  .new_r{
	width: 56%;
	padding:3% 0;
}
.swiper-new  .new_r li{
	padding: 4.5% 0;
	border-bottom: 1px solid #DDDDDD;
	display: table;
	width: 100%;
}
.swiper-new  .new_r li:first-child{
	padding-top: 0;
}
.swiper-new  .new_r li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.swiper-new  .new_r li .img ,.swiper-new  .new_r li .r{
	display: table-cell;
	vertical-align: middle;
}
.swiper-new  .new_r li .img{
	width: 22.4%;
}
.swiper-new  .new_r li .img a{
	display: block;
	padding-bottom: 67%;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #f9f9f9;
}
.swiper-new  .new_r li .img img{
	position: absolute;
}
.swiper-new  .new_r li .r{
	padding-left: 5%;
}
.swiper-new  .new_r li .r .p{
	height: 50px;
	overflow: hidden;
	line-height: 25px;
}
.swiper-new  .new_r li .r .h3{
	padding-bottom: 2%;
}
.swiper-new  .new_r li .r .span{
	padding-top: 2%;
}
/* 常见问题 */
.ind_wt{
	background: #F4F4F4;
}
.int_wtflex{
	display: flex;
	padding: 3.5% 0;
	justify-content: space-between;
	flex-flow: wrap;
}
.int_wtflex .wt_l{
	width: 23.5%;
	display: table;
}
.int_wtflex .wt_l .wt_ico{
	width:16%;
	display: table-cell;
}
.int_wtflex .wt_l .wt_lr{
	display: table-cell;
	padding-left: 6%;
} 
.int_wtflex .wt_l .wt_lr .p{
	padding-bottom: 10%;
}
.int_wtflex .wt_li{
	width: 33%;
}
.int_wtflex .wt_li .wt_bt{
	display: table;
	width: 100%;
	margin-bottom: 6%;
}
.int_wtflex .wt_li .span{
	display: table-cell;
	width: 15px;
	text-align: top;
}
.int_wtflex .wt_li .span span{
	background: #656565;
	padding: 2px 8px;
	border-radius: 4px;
	display: inline-block;
}
.int_wtflex .wt_li p{
	padding-left:4%;
	display: table-cell;
	vertical-align: middle;
}
.int_wtflex .wt_li .wt_da p{
	line-height: 1.8;
}

.int_wtflex .wt_li .wt_da .span span{
	background: #D9251B;
}


@media screen and (max-width:1024px ) {
	
}

@media screen and (max-width:800px ) {
	.ind_ss{
		display: block;
	}
	.ind_ssl{
		padding-bottom: 15px;
	}
	.ind_ssr{
		width: 100%;
	}
	.ind_tt .m{
		padding: 8px 30px;
	}
	.ind_alist li{
		width: 48%;
		padding-bottom: 4%;
	}
	.ind_b{
		position: relative;
	}
	.ind_abl{
		width: 100%;
		padding: 3% 0 8%;
	}
	.ind_abl .h4:after{
		height: 3px;
	}
	.ind_abr{
		width: 100%;
		display: none;
	}
	.ind_ys{
		padding: 5% 0;
	}
	.ind_tt2{
		padding-bottom: 12px;
	}
	.ind_tt2:after{
		height: 2px;
		width: 60px;
		margin-left: -30px;
	}
	.ind_yslist li{
		width: 100%;
	}
	.ind_yslist li .img{
		width: 80px;
	}
	.swiper-newhd .swiper-pagination-bullet{
		padding: 8px 35px;
	}
	.swiper-new .new_l ,.swiper-new .new_r{
		width: 100%;
	}
	.swiper-new .new_r{
		padding-bottom: 8%;
	}
	.swiper-new .new_l,.ind_ntt{
		padding-top: 5%;
	}
	.swiper-new .new_l .padd{
		padding: 4%;
	}
	.int_wtflex .wt_l{
		width: 100%;
	}
	.int_wtflex .wt_l .wt_ico{
		width: 40px;
	}
	.int_wtflex .wt_l .wt_lr{
		padding-left: 15px;
	}
	.int_wtflex .wt_l .wt_lr .p{
		padding-bottom: 10px;
	}
	.int_wtflex .wt_li{
		width: 47%;
		padding: 3% 0;
	}
}

@media screen and (max-width:600px ) {
	
	.ind_ss ,.ind_wt ,.swiper-new .new_r li .img,.swiper-new .new_l .imgs{
		display: none;
	}
	.swiper-new .new_r li .r{
		padding-left: 0;
	}
	.swiper-new .new_l .padd{
		padding: 0;
		border: 0;
	}
	.swiper-new .new_l .padd .p{
		padding: 2% 0;
	}
	.swiper-newhd .swiper-pagination-bullet{
		padding: 5px 10px;
		margin-left:0;
	}
	.ind_ntt .n_ttl{
		padding-left:0px;
		border-left: 0px solid #D9251B;
		display:none;
	}
	
	.int_wtflex{
		padding: 20px 0;
	}
	.int_wtflex .wt_l{
		padding-bottom: 10px;
	}
	.int_wtflex .wt_li{
		width:100%;
		border-bottom: 1px solid #dedede;
		padding: 15px 0;
	}
	.int_wtflex .wt_li p{
		padding-left: 15px;
	}
	.int_wtflex .wt_li:last-child{
		border-bottom: none;
	}
	.int_wtflex .wt_li .wt_bt{
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width:414px ) {
	.ind_ssr .ss_sub{
		background-size: 22px;
	}
	.ind_tt .m{
		padding: 4px 20px;
	}
	.ind_alist{
		padding-top: 20px;
	}
	/* .ind_alist li{
		width: 100%;
		padding-bottom: 4%;
	} */
	.ind_alist li .hv{
		padding: 9px;
	}
	.ind_alist li .hv p{
		font-size: 13px;
	}
	.ind_yslist{
		padding-top: 20px;
	}
	.ind_yslist li{
		padding: 4%;
	}
	.ind_yslist li .img{
		width: 70px;
	}
	.ind_yslist li .ys_r .h3{
		font-size: 16px;
	}
	.ind_yslist li .ys_r .p{
		font-size: 13px;
	}
	.ind_ntt .n_ttl .h3{
		font-size: 18px;
	}
	.ind_ntt .n_ttl .p{
		font-size: 13px;
	}
	
	.swiper-new .new_r li .r .p{
		height: 44px;
		line-height: 22px;
	}
}