

/* banner图 */
.banner {
	width: 100%;
	height: 600px;
	background-image: url(../img/home/banner.svg);
}

.swiper-scrollbar {
	display: none;
}

.swiper-slideBox{
	display: none;
}

.swiper-container {
	width: 1200px;
	height: 600px;
	/* border: 1px solid #000000; */
}

.swiper-pagination-bullet {
	width: 26px;
	height: 4px;
	border-radius: 0px;
}

/* 轮播图导航器进图条模式 */
@keyframes run {
	0% {
		width: 0%;
	}

	50% {
		width: 50%;
	}
	
	100% {
		width: 100%;
	}
}
.swiper-pagination{
	display: flex;
	justify-content: left;
	margin-bottom: 10px;
}
.swiper-pagination-bullet{
	opacity: 1;
	background-color: #cccccc;
}
.swiper-pagination-bullet-active {
	background-color: #cccccc;
	/* opacity: 0.2; */
	display: inline-block;
	position: relative;
	z-index: 1;
	
}
.swiper-pagination-bullet-active:before{
	content: "";
	display: inline-block;
	width: 0px;
	height: 100%;
	background-color: #15A0ED;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	animation: run 12s linear;
}

/* 轮播图内 */
.swiper-slideBox{
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.swiper-slideBox img{
	height: 100%;
}

/* .swiper-slide-left{
	padding-top: 130px;
} */
.swiper-slide-left h1{
	font-size: 45px;
	margin-bottom: 24px;
	/* width: 300px; */
	display:inline-block;
	background-image:-webkit-linear-gradient(149deg,#04A2AD,#1077FF); 
	/* background-image: -webkit-angular-gradient(149deg, #1077FF, #04A2AD); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
}

.swiper-slide-content{
	width: 460px;
	word-wrap:break-word;
	word-break:normal; 
	margin-bottom: 44px;
	line-height:32px;
	font-size: 20px;
	color: #555;
}
.swiper-slide-btn{
	width: 150px;
	height: 40px;
	border-radius: 40px;
	background-color: #4F6EDB;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.swiper-slide-btn span:nth-child(1){
	display: inline-block;
	height: 100%;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 30px;
}
.swiper-slide-btn span:nth-child(2){
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #59AFFB;
}

.swiper-slide-right{
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.swiper-slide-btnIcon{
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-slide-btnIcon img{
	width: 14px;
	margin-left: 12px;
}





.content{
	width: 100%;
	display: flex;
	justify-content: center;
	/* padding-top: 40px; */
}

.content_box{
	width: 1200px;
	/* position: relative; */
	
}
.content_bottomList{
	width: 100%;
	height: 320px;
	position: relative;
}

.content_top{
	width: 800px;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
.content_top span:nth-child(1){
	display: inline-block;
	width: 750px;
	height: 100%;
	line-height: 50px;
	text-indent: 20px;
	font-size: 20px;
	/* font-weight: 500; */
	color: #FFFFFF;
	background: linear-gradient(270deg, #4F6EDB 0%, #336DCD 100%);
	border-radius: 4px 0px 0px 4px;

	
}
.content_top span:nth-child(2){
	display: inline-block;
	width: 50px;
	height: 100%;
	background: linear-gradient(227deg, #63D35C 0%, #29BE9A 100%);
	border-radius: 0px 4px 4px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_top span:nth-child(2) img{
	width: 22px;
	height: 22px;
}

.content_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	left: 0;
	top: 20px;
}

.content_bottom_item{
	width: 230px;
	height: 230px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px #D5D8EE;
	border-radius: 4px;
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	/* padding: 0 20px; */
}
.content_bottom_item img{
	height: 58.5px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.content_bottom_item_text{
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
	padding: 0 15px;
	font-weight: 500;
	text-align: center;
	color: #888;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
	overflow: hidden;
}
.content_bottom_item_line{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 44px;
	height: 4px;
	
}
.content_bottom_item:nth-child(1) .content_bottom_item_line{
	background-color: #DDA924;
}
.content_bottom_item:nth-child(2) .content_bottom_item_line{
	background-color: #25AD83;
}
.content_bottom_item:nth-child(3) .content_bottom_item_line{
	background-color: #1299CD;
}
.content_bottom_item:nth-child(4) .content_bottom_item_line{
	background-color: #326DE4;
}
.content_bottom_item:nth-child(5) .content_bottom_item_line{
	background-color: #685EC2;
}