.support-banner{
	width: 100%;
	/* height: 300px; */
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.support-banner img{
	width: 100%;
}
.support-banner p{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 300px;
    width: 100%;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    text-align: center;
}
.support-header{
	background-color: rgba(19, 119, 254, 0.05);
	box-shadow: -1px 0px 21px 0px 
		rgba(54, 104, 179, 0.16);
	border: solid 1px #1377fe;
	padding:50px 90px;
	font-size: 18px;
	color: #202020;
	line-height: 34px;
	margin:80px 0 80px 0;
}
.support-header span{
	font-size: 24px;
	font-weight: 600;
}
#m_support .support-body{
	margin-top: 80px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
}
.support-body .support-item{
	background: #fff;
	padding:0px 75px;
	margin-bottom: 40px;
	box-shadow: -1px 0px 21px 0px 
		rgba(54, 104, 179, 0.16);
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.support-body .support-icon{
	min-width: 120px;
	padding-right: 40px;
}

.support-body .support-icon img{
	width: 100%;
}
.support-body .support-txt{
	width: 100%;
	padding:45px;
	
}

.support-body .support-title{
	font-size: 24px;
	line-height: 35px;
	color: #212121;	
	margin-bottom: 10px;
}
.support-body .support-info{
	font-size: 16px;
	line-height: 35px;
	color: #404040;

}
.support-footer{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: flex-center;
    -ms-flex-align: center;
    align-items:  flex-center;
    -webkit-box-pack: space-between;
    -webkit-justify-space-between:space-between;
    -ms-flex-pack: space-between;
    justify-content:space-between;
    flex-wrap:wrap;
}
.support-footer .support-item{
	width: 46%;
	background: #fff;
	padding:50px 100px 50px 50px;
	margin-bottom: 40px;
	box-shadow: -1px 0px 21px 0px 
		rgba(54, 104, 179, 0.16);
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.support-footer .support-icon{
	min-width: 120px;
	padding-right: 40px;
}
.support-footer .support-icon-lg{
	width: 46%;
	background: #fff;
	margin-bottom: 40px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.support-footer .support-icon img{
	width: 100%;
}
.support-footer .support-icon-lg img{
	width: 100%;
}
.support-footer .support-title{
	font-size: 24px;
	line-height: 35px;
	color: #212121;
	margin-bottom: 10px;
}
.support-footer .support-info{
	font-size: 16px;
	line-height: 35px;
	color: #404040;

}
.support-img img{
	width: 100%;
}
.support-tit{
	text-align: center;
	color: #323232;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 60px;
}
.support-tit span{
	padding:25px 100px;
	box-shadow: -1px 0px 21px 0px 
		rgba(54, 104, 179, 0.16);
	border: solid 1px #1377fe;
}