.wl-header {
	border: 0;
	position: relative;
}

body {
	overflow-x: hidden;
}

.banner-container {
	display: flex;
	justify-content: center;
	background-color: #1d2088;
}

.banner {
	display: flex;
	justify-content: space-between;
	max-width: 1500px;
	height: 880px;
}

.banner-content {
	padding-top: 300px;
	color: #fff;
}

.banner-content .content-title {
	margin-top: 100px;
	font-size: 36px;
}

.banner-content .content-sub {
	margin-top: 30px;
	font-size: 21px;
}

.banner-image {
	padding-top: 180px;
}

@media only screen and (max-width: 1440px) {
	.banner {
		width: 1120px;
		height: 700px;
	}
	.banner-content {
		padding-top: 280px;
	}
	.banner-content .content-title {
		margin-top: 80px;
		font-size: 32px;
	}

	.banner-content-img {
		width: 500px;
	}

	.banner-content .content-sub {
		margin-top: 25px;
		font-size: 16px;
	}

	.banner-image {
		padding-top: 180px;
	}

	.banner-image img {
		width: 560px;
	}
}

/* 企业简介 */

.introduction-box {
	box-sizing: border-box;
	height: 1920px;

	background-color: #fff;
	background-image: url(../imgs/wl-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	background-size: 100%;
}

.introduction {
	width: 1030px;
	padding-top: 100px;
	margin: 0 auto;
}

.introduction-title {
	margin-bottom: 70px;
	font-size: 48px;
	font-weight: bold;
	color: #2326a4;
}

.introduction-text {
	margin-top: 30px;
	line-height: 36px;
	text-align: justify;
	font-size: 21px;
	text-indent: 2em;
}

.introduction-more {
	float: right;
	width: 192px;
	height: 55px;
	margin-top: 30px;
	line-height: 52px;
	text-align: center;

	font-size: 16px;
	font-weight: bold;
	color: #89e1e1;
	border: 2px solid #89e1e1;

	cursor: pointer;
}

.introduction-progress {
	width: 100%;
	margin-top: 135px;
	display: flex;
	justify-content: space-between;
}

.progress {
	box-sizing: border-box;
	width: 195px;
	height: 77px;
	padding-left: 25px;
	display: flex;
	align-items: center;
	background-color: #1d2088;
}

.progress span {
	position: relative;
	font-size: 26px;
	margin-top: -4px;
	color: #fff;
	cursor: pointer;
}

.progress span::after {
	position: absolute;
	top: 50%;
	right: -40px;
	display: inline-block;
	border: 10px solid transparent;
	border-left-color: #fff;
	content: "";
	transform: translateY(-40%);
}

/* 产业布局 */
.industrial-container {
	height: 1150px;
	background-color: #0c106d;
}

.industrial {
	position: relative;
	box-sizing: border-box;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}

.industrial-title {
	margin-top: 150px;
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	color: #ffffff;
	font-weight: bold;
}

@media only screen and (max-width: 1440px) {
	.industrial-title {
		margin-top: 130px;
	}
}

.industry-box {
	height: 800px;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 160px;
}

@media only screen and (max-width: 1440px) {
	.industry-box {
		margin-top: 10px;
		margin-bottom: 120px;
	}
}

.swiper-slide-c img {
	width: 569px;
	height: 622px;
}

.industry-label {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

@media only screen and (max-width: 1440px) {
	.industrial {
		width: 1120px;
	}
	.swiper-slide-c img {
		width: 460px;
		height: 531px;
	}
}

.swiper-slide-c {
	text-align: center;
	font-size: 18px;

	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;
	transition: 300ms;
	transform: scale(0.8);
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.pagination {
	position: absolute;
	left: 50% !important;
	bottom: 130px !important;
	transform: translateX(-50%);
	margin: 0 auto;
	max-width: 300px !important;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
	.pagination {
		margin-top: 10px;
	}
}

.pagination-item {
	display: block;
	box-sizing: border-box;
	border: 5px solid #a3a4c9;
	height: 22px;
	width: 22px;
	border-radius: 1000px;
	background-color: transparent;
}

.pagination-item-active {
	background: #02bebe;
	border-color: #02bebe;
}

/* 产品中心 */
.product-container {
	height: 1500px;
	background-image: linear-gradient(to bottom, #0c106d 35%, #0f103e 0);
}

.product {
	box-sizing: border-box;
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width: 1440px) {
	.product-container {
		height: 1100px;
		background-image: linear-gradient(to bottom, #0c106d 35%, #0f103e 0);
	}

	.product {
		width: 1120px;
	}
}

.product-title {
	margin-top: 150px;
	margin-bottom: 140px;
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	color: #ffffff;
	font-weight: bold;
}

@media only screen and (max-width: 1440px) {
	.product-title {
		margin-top: 10px;
		margin-bottom: 140px;
	}
}

.product-list {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}

.product-item {
	height: 455px;
	width: 470px;
}

@media only screen and (max-width: 1440px) {
	.product-item {
		height: 335px;
		width: 350px;
	}
}

.product-item-box {
	height: 402px;
}

@media only screen and (max-width: 1440px) {
	.product-item-box {
		height: 282px;
	}
}

.product-item-box img {
	width: 100%;
	height: 100%;
}

.product-item-des {
	height: 53px;
	line-height: 53px;
	background-color: #101272;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

/* 新闻资讯 */
.news-container {
	height: 1388px;
	background-color: #fff;
}

.news {
	width: 1500px;
	margin: 0 auto;
	padding: 150px 0;
	overflow: hidden;
}

@media only screen and (max-width: 1440px) {
	.news-container {
		height: 1160px;
	}

	.news {
		width: 1120px;
		padding-top: 140px;
	}
}

.news1 {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.news-picture {
	width: 744px;
	height: 470px;
	overflow: hidden;
}

@media only screen and (max-width: 1440px) {
	.news-picture {
		width: 544px;
		height: 370px;
	}
}

.news-picture img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.news-title {
	font-size: 48px;
	font-weight: bold;
	color: #2326a4;
	margin-top: 60px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 1440px) {
	.news-title {
		margin-top: 40px;
		margin-bottom: 60px;
	}
}

.news-content {
	max-width: 585px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 1440px) {
	.news-content {
		width: 500px;
	}
}

.news-type {
	color: #2427a4;
	margin-bottom: 40px;
}

.news-type i {
	vertical-align: middle;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #2427a4;
}

.news-type span {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 24px;
}

.news2 {
	padding-top: 60px;
	text-align: right;
}

@media only screen and (max-width: 1440px) {
	.news2 {
		padding-top: 40px;
	}
}

.news-more {
	margin-top: 80px;
	float: right;
	width: 192px;
	height: 55px;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	background-color: #02bebe;
	color: #fff;
	text-decoration: none;
}

@media only screen and (max-width: 1440px) {
	.news-more {
		margin-top: 40px;
	}
}

/* 加入 */
.join-container {
	height: 1550px;
	background-color: #f3f3f3;
}

@media only screen and (max-width: 1440px) {
	.join-container {
		height: 1280px;
	}
}

.join {
	width: 1500px;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.join {
		width: 1200px;
	}
}

.join-title {
	margin-top: 150px;
	margin-bottom: 130px;
	font-size: 48px;
	font-weight: bold;
	color: #2326a4;
	text-align: center;
}

@media only screen and (max-width: 1440px) {
	.join-title {
		margin-top: 120px;
		margin-bottom: 100px;
	}
}

.swiper-button-prev,
.swiper-button-next {
	color: #cfcbcb;
	font-weight: bold;
	font-size: 1px;
}

.join-us-title {
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}

.title-text {
	color: #2326a4;
	font-size: 30px;
	font-weight: bold;
}

.title-sub {
	font-size: 24px;
	color: #2326a4;
}

.company-picture {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
}

.company-picture-item img {
	width: 480px;
	height: 340px;
}

@media only screen and (max-width: 1440px) {
	.company-picture-item img {
		width: 380px;
		height: 240px;
	}
}

.invite {
	margin-top: 100px;
}

.invite-list {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.invite-item {
	position: relative;
}

.user-top {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.invite-item-img {
	width: 480px;
	height: 336px;
}

.invite-item-img img {
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1440px) {
	.invite-item-img {
		width: 385px;
		height: 241px;
	}
}

.invite-item-des {
	height: 78px;
	line-height: 78px;
	color: #383838;
	font-size: 24px;
	text-align: center;
	background-color: #fff;
}

.company-swiper {
	position: relative;
}

.swiper-btn {
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	color: #cfcbcb;
	height: 60px;
}

.swiper-btn .iconfont {
	font-size: 30px;
}

.swiper-btn .iconfont:focus {
  outline: none;
}

.c-left {
	left: -50px;
}

.c-right {
	right: -50px;
}

.wl-footer {
	margin-top: 0;
}
