
.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}
.crumbs {
	margin-top: 20px;
	height: 50px;
	border-bottom: 1px solid #000;
}
.main .crumbs  a {
	color: #000;
}
.support {
	margin-top: 50px;
}

.support  .about-pic {
	float: left;
	width:35%;
	margin-left: 2%;
}
.support .about-pic img {
	width: 100%;
}
.support .about-main {
	
	
	float: left;
	width: 63%;
	

	
	

}
.support .about-main .a-title h4{
	
	/* color: #008bd5; */
	color: #000;
	font-size: 20px;
	font-weight: 300;
	
}
.support .about-main .a-title p {
	
	font-size: 25px;
	

}

.support .a-content .text {
	margin-top: 50px;
	line-height: 35px;
	color: #6b6b6b;
	border-left: 2px solid red;
	padding-left: 20px;
	box-sizing: border-box;
}
.support .a-content .text i {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;

}
.support .a-content .text em {
	font-style: normal;
	font-size: 16px; font-weight: 300;
}
.support .a-content a {
	display: block;
	margin-top: 30px;
	width: 130px;
	padding: 10px 0;
	text-align: center;
	/* border: 1px solid #008bd5; */
	color: #fff;
	background-color: red;
}
.support2 {
	margin-top: 30px;
}
.support .about-main2 {
	
	/* position: relative; */
	float: right;
	width: 63%;
	

	

}
.support .a-content .text2 {
	margin-top: 100px;
	line-height: 35px;
	color: #6b6b6b;
	border-right: 2px solid red;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
}
.support  .about-pic2 {
	float: left;
	width:35%;
	margin-right: 2%;
}
.support  .about-pic2 img {
	width: 100%;
}
.support .a-content .text2 i {
	font-size: 20px;
	font-weight: 400;
	font-style: normal;

}
.support .a-content .text2 em {
	font-style: normal;
	font-size: 16px; font-weight: 300;
}
.cont-pic {
	margin-top: 30px;
}
.cont-pic h4 {
	font-size: 25px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	
}
.swiper-container {
	
   width: 100%;
 
 }
 .swiper-honor .swiper-slide {
   text-align: center;
   font-size: 18px;
   background: transparent;

   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
   border: 1px solid #ccc;
   box-sizing: border-box;
 }

 .support-index {
	width: 100%; margin-top: 40px;
 }

@media screen and (max-width: 1450px) {
	.main .container {
		width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.main .container {
		width: 1000px;
	}
}

@media screen and (max-width: 1050px) {
	.main {
		background-image: inherit;
		padding-top: 20px;
	}
	
	.main .container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		background-color: #FFFFFF;
	}
	
}

@media screen and (max-width: 800px) {
	.support .about-main {
		width: 100%;
		text-align: center;
	}
	.support {
		margin-top: 30px;
	}
	.support .about-pic {
		width: 100%;
	}	
	.support .about-pic2 {
		width: 100%;
	}
	.support .a-content .text {
		margin-top: 20px;
		padding-left: 0;
	}
	
	.support .about-pic {
		margin-left: 0;
	}
	.support-index {
		margin-top: 10px;
	}
	.support .about-main2 {
		width: 100%;
		text-align: center;
	}
	.support .a-content .text2 {
	margin-top: 0;
	text-align: center;
	padding-right:0;
	}
	.cont-pic {
		margin-top: 10px;
	}
	.cont-pic h4 {
		margin-bottom: 10px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 20px !important;
	}
	.crumbs {
		margin-top: 0;
	}

}