@charset "utf-8";

/* banner */
.banner {
	width: 100%;
	min-width: 1200px;
	height: 630px;
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	height: 100%
}

.banner .swiper-slide img {
	width: 100%;
	height: 630px
}

@media screen and (min-width: 1440px) {
	.banner {
		height: 780px;
	}

	.banner .swiper-slide img {
		height: 780px;
	}
}

.banner .swiper-slide .info {
	width: 1200px;
	height: 100%;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -600px;
	z-index: 2
}

.banner .swiper-slide .info h1 {
	color: #fff;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}

.banner .swiper-slide .info p {
	color: #fff;
	text-align: left;
	font-size: 20px;
	max-width: 550px;
	line-height: 36px;
	margin-top: 20px;
}

.banner .swiper-slide .info a {
	line-height: 20px;
	width: 150px;
	font-size: 20px !important;
	color: #fff;
	border: none;
	border-bottom: 3px solid #00c1de;
	display: block;
	margin-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 25px
}

.banner .swiper-recommend>.swiper-pagination-bullets {
	bottom: 145px !important;
}

@media screen and (max-width: 768px) {
	.banner {
		width: 100%;
		min-width: 320px;
		height: 300px;
	}

	.banner .swiper-slide img {
		width: 100%;
		max-height: 300px
	}

	.banner .swiper-slide .info {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 30%;
		left: 2%;
		margin-left: 10px;
		z-index: 2
	}

	.banner .swiper-slide .info h1 {
		color: #fff;
		text-align: left;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 12px;
	}

	.banner .swiper-slide .info p {
		display: none
	}

	.banner .swiper-slide .info a {
		line-height: 20px;
		width: 150px;
		font-size: 20px !important;
		color: #fff;
		border: none;
		border-bottom: 3px solid #00c1de;
		display: block;
		margin-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 25px !important;
	}
}

.banner .swiper-slide .info a:hover {
	color: #00c1de
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
	background-color: lightgrey
}

.banner .swiper-pagination-bullet-active {
	width: 40px;
	background: #fff
}

/* plat */
.plat {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
	background-color: #f7f9fa;
}
@media screen and (max-width: 768px) {
	.plat .container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.plat .hd ul>li {
	background-color: #F0F0F0;
	text-align: center;
	padding: 35px 0px;
}

.plat .hd ul>li.on {
	background-color: #e2e2e2;
}

.plat .hd .row {
	margin: 0px;
	padding: 0px;
}

.plat_item {
	margin-top: 30px;
}

.plat_item .icon {
	margin-top: 20px;
}

.plat .plat_item_img {
	width: 70px;
	height: 70px;
	transition: all 0.6s;
}

.plat .plat_item_img:hover {
	transform: scale(1.2);
}

.plat .plat_item_intro {
	text-align: left;
	line-height: 32px;
}

.plat .plat_item_text {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #2F4056;
	margin-top: 20px;
	line-height: 32px;
}

.plat .plat_item_content {
	line-height: 32px;
}

/* btm-banner */
.btm-banner {
	padding: 35px;
	background-color: #f7f9fa
}