
img{
	display: block;
}
    .box3 {
        max-width:950px;
        margin:0 auto;
        padding-top:100px;
        padding-bottom:50px;
    }
*{
	box-sizing: border-box;
}
.footer_swt{
	display: none!important;
  }
  
.head_top{
	width: 100%;
	background: url(../image/head_01.jpg) top center repeat-x;
	background-size: cover;
}
.head_top h5{
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-style: italic;
	line-height: 4;
	font-weight: bold;
}

.ind_mian{
	width: 100%;
	background: url(../image/bj_02.jpg) top center repeat-y;
}
.ind_mian_ul{
	width: 100%;
	overflow: hidden;
	padding: 0 3px;
	padding-top: 20px;

}
.ind_mian_ul li{
	width: 19.5%;
	margin: 0 0.25%;
	float: left;
	background: #e60012;
	text-align: center;
}
.ind_mian_ul li .head{
	width: 100%;
	background: url(../image/h.jpg) 0 0 repeat-x;
	background-size: 100% 100%;
	text-align: center;
}
.ind_mian_ul li .head h5{
	font-size: 18px;
	line-height: 3;
	font-weight: bold;
	color: #fff;
}
.ind_mian_ul li .txt{
	width: 100%;
	height: 100%;
}
.ind_mian_ul li .txt p{
	font-size: 14px;
	color: #eaf7fe;
	padding: 48px 0;
	line-height: 1.6;
    word-spacing: 0;
}
.ind_mian_ul li .txt::before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ind_mian_ul li .txt p{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.main_li{
	text-align: center;
	padding: 40px 0;
	max-width: 705px;
	margin: 0 auto;
}
.main_li p{
	line-height: 1.6;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 768px){
	.ind_mian_ul li .txt p{
		padding: 20px 0;
	}
}
@media screen and (max-width: 640px){
	.ind_mian_ul li .head h5{
		font-size: 16px;
	}
	.ind_mian_ul li{
		width: 80%;
		margin: 0 auto;
		float: none;
		margin-bottom: 10px;
	}
	.head_top h5 {
		font-size: 18px;
		line-height: 1.5;
		padding: 10px 0;
	}
    .box3 {
        padding-top:60px;
        padding-bottom:30px;
    }
}