.introduce {
	background: rgba(248, 248, 250, 1);
	padding: 30px 0;
}

.introduce .introduce-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.introduce .introduce-box {
	background-color: #fff;
	padding: 40px 32px;
}

.introduce .introduce-title {
	font-size: 24px;
	font-weight: bold;
	color: rgba(19, 106, 213, 1);
	margin-bottom: 25px;
}

.introduce .introduce-text {
	color: rgba(94, 98, 102, 1);
	line-height: 32px;
	font-size: 16px;
}

.development {
	margin-top: 40px;
}

.deve {
	padding: 20px 0;
	position: relative;
	height: 446px;
}

.deve .deve-f {
	height: 100%;
	position: relative;
}

.deve .deve-f .qiu3 {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	width: 100%;
	background: rgba(182, 186, 191, 1);
	z-index: 1;
}

.deve .deve-f .deve-item {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
	border-radius: 8px;
	padding: 30px;
	position: absolute;
	left: 0;
	height: 164px;
	cursor: pointer;
	color: rgba(94, 98, 102, 1);
	display: flex;
	align-items: center;
}

.deve .deve-f .deve-item span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.deve .deve-f .deve-item-1,
.deve .deve-f .deve-item-3 {
	top: 0;
}

.deve .deve-f .deve-item-2,
.deve .deve-f .deve-item-4 {
	bottom: 0;
}

.deve .deve-f .deve-item i {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	z-index: 2;
}

.deve .deve-f .deve-item-1 i,
.deve .deve-f .deve-item-3 i {
	bottom: -20px;
	border-color: #fff transparent transparent transparent;
}

.deve .deve-f .deve-item-2 i,
.deve .deve-f .deve-item-4 i {
	top: -20px;
	border-color: transparent transparent #fff transparent;
}

.deve .deve-f .qiu1 {
	width: 12px;
	height: 12px;
	background: rgba(182, 186, 191, 1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	z-index: 2;
}

.deve .deve-f .qiu2 {
	width: 18px;
	height: 18px;
	background: rgba(182, 186, 191, 1);
	opacity: 0.4;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	z-index: 2;
}

.deve .deve-f .qiu4 {
	font-weight: bold;
	color: rgba(94, 98, 102, 1);
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -18px;
}

.deve .deve-f:nth-child(1) .qiu4,
.deve .deve-f:nth-child(3) .qiu4 {
	margin-top: 15px;
}

.deve .deve-f:nth-child(2) .qiu4,
.deve .deve-f:nth-child(4) .qiu4 {
	margin-top: -37px;
}


.deve .deve-f .deve-item-2:hover i,
.deve .deve-f .deve-item-4:hover i {
	border-color: transparent transparent #0E69DA transparent;
}



.deve .deve-f.active .deve-item-1 i,
.deve .deve-f.active .deve-item-3 i {
	border-color: #0E69DA transparent transparent transparent;
}

.deve .deve-f.active .deve-item-2 i,
.deve .deve-f.active .deve-item-4 i {
	border-color: transparent transparent #0E69DA transparent;
}

.deve .deve-f.active .deve-item {
	background-color: #0E69DA;
	color: #fff;
}

.deve .deve-f.active .qiu1,
.deve .deve-f.active .qiu2 {
	background: #0E69DA;
}

.demeanor .demeanor-text {
	text-align: center;
	margin-top: 59px;
	color: rgba(94, 98, 102, 1);
	line-height: 34px;
	font-size: 18px;
}

.demeanor .demeanor-swiper {
	padding: 60px 0;
	background: rgba(248, 248, 250, 1);
	margin-top: 40px;
}

.demeanor-swiper .swiper-slide {
	text-align: center;
}

.demeanor-swiper .container {
	position: relative;
}

.demeanor-swiper .swiper-container {
	position: initial;
}

.demeanor-swiper .swiper-button-prev {
	left: -50px;
	background-size: 40px 40px;
	background-image: url(../images/left.png);
	width: 40px;
}

.demeanor-swiper .swiper-button-next {
	right: -50px;
	background-image: url(../images/right.png);
	background-size: 40px 40px;
	width: 40px;
}

.advantage .ad-item-img img {
	margin-left: -16px;
	width: 66px;
	height: 62px;
}

.advantage .ad-item {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(237, 237, 240, 1);
	border-right: 1px solid rgba(237, 237, 240, 1);
	cursor: pointer;
}

.advantage .ad-item:hover {
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
}

.advantage .ad-item:nth-child(3),
.advantage .ad-item:nth-child(6),
.advantage .ad-item:nth-child(9) {
	border-right: none;
}

.advantage .ad-item-title {
	font-weight: bold;
	color: rgba(37, 39, 41, 1);
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.advantage .ad-item-text {
	color: rgba(94, 98, 102, 1);
	font-size: 14px;
	line-height: 28px;
	height: 60px;
	vertical-align: middle;
	margin: 0 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.structure {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 57px;
}

.structure .structure-box {
	background-repeat: no-repeat;
	height: 478px;
	padding-top: 94px;
}

.structure .st-text {
	margin-left: 230px;
}

.structure .st-text p {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 68px;
	position: relative;
	padding-left: 550px;
}

.structure .st-text p i {
	position: absolute;
	width: 394px;
	height: 1px;
	border-top: 1px dashed rgba(182, 186, 191, 1);
	top: 5px;
	left: 0;
}

.structure .st-text p:nth-child(1) {
	margin-bottom: 65px;
}

.structure .st-text p:nth-child(2) {
	margin-bottom: 62px;
}

.structure .st-text p:nth-child(3) {
	margin-bottom: 64px;
}

.structure .st-text p:nth-child(1) i {
	left: 68px;
	width: 441px;
	top: 11px;
}

.structure .st-text p:nth-child(2) i {
	width: 388px;
	left: 121px;
	top: 10px;
}

.structure .st-text p:nth-child(3) i {
	width: 337px;
	left: 176px;
	top: 11px;
}

.structure .st-text p:nth-child(4) i {
	left: 231px;
	width: 280px;
	top: 11px;
}

.structure .st-text p:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
	left: 513px;
	top: 7px;
}

.structure .st-text p:before {
	content: "";
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.3;
	border-radius: 50%;
	position: absolute;
	left: 510px;
	top: 4px;
}

.team {
	margin-top: 58px;
	position: relative;
}

.team .team-item {
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
	text-align: center;
	padding: 52px 36px 74px 36px;
	margin-bottom: 30px;
	border-radius: 8px;
	cursor: pointer;
}

.team .team-item .team-text {
	color: rgba(37, 39, 41, 1);
	line-height: 36px;
	font-size: 16px;
	height: 76px;
}

.team .team-btn {
	width: 128px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	right: 15px;
	background-color: rgba(14, 105, 218, 1);
	opacity: 0.5;
	border-radius: 30px 0px 8px 0px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
}

.team .team-item:hover .team-btn {
	opacity: 1;
}

.struc p {
	text-align: center;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
	margin-bottom: 30px;
	border-radius: 30px 0px 30px 0px;
}

.struc p span {
	font-weight: bold;
}

.lopment {
	position: relative;
}

.lopment .lopment-item {
	padding-left: 100px;
	position: relative;

}

.lopment .lopment-item-text {
	box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
	border-radius: 8px;
	padding: 20px 20px;
	margin-bottom: 20px;

}

.lopment .qiu1 {
	width: 12px;
	height: 12px;
	background: rgba(182, 186, 191, 1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 14px;
	margin-top: -6px;
	z-index: 2;
}

.lopment .qiu2 {
	width: 18px;
	height: 18px;
	background: rgba(182, 186, 191, 1);
	opacity: 0.4;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 11px;
	z-index: 2;
	margin-top: -9px;
}

.lopment .qiu3 {
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(182, 186, 191, 1);
	left: 20px;
	top: 0;
}

.lopment .qiu4 {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -10px;
	font-size: 16px;
	font-weight: bold;
}

.lopment .lopment-item-text {
	position: relative;
}

.lopment .lopment-item-text i {
	position: absolute;
	left: -20px;
	border-width: 10px;
	border-style: solid;
	z-index: 2;
	top: 50%;
	margin-top: -10px;
	border-color: transparent #fff transparent transparent;
}

.lopment .lopment-item.active .lopment-item-text {
	background-color: #0E69DA;
	color: #fff;
}

.lopment .lopment-item.active .lopment-item-text i {
	border-color: transparent #0E69DA transparent transparent;
}

.demeanor-swiper .swiper-slide img {
	width: 100%;
	object-fit: cover;
}

@media (min-width:768px) {}

@media (max-width:768px) {
	.demeanor-swiper .swiper-slide img {
		width: 340px;
	}

	.advantage .ad-item {
		box-shadow: 0px -1px 15px 1px rgba(2, 25, 52, 0.12);
		border-radius: 6px;
		width: 47%;
    margin: 10px 5px;
    float: left;
	}
	.advantage .ad-item-text {
	margin:5px; 
	    -webkit-line-clamp: 3;
	}

	.advantage .ad-item-title {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.team .team-btn{
		bottom: 0;
	}
	.introduce .introduce-title{
		font-size: 20px;
	}
	.introduce .introduce-text{
		font-size: 16px;
	}
	.introduce .introduce-text{
		font-size: 16px;
	}
	.introduce {
		padding-top: 40px;
	}
}

@media (max-width:992px) {
	.structure {
		display: none;
	}

	.deve {
		display: none;
	}
	.demeanor-swiper .swiper-button-prev,
	.demeanor-swiper .swiper-button-next{
		display: none;
	}
}
@media (min-width:992px) {
	.struc {
		display: none;
	}

	.lopment {
		display: none;
	}
}