.index-page {
	position: relative;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    text-align: center;
    font-style: normal;
}

.m-place {
	display: none!important;
}
.top-place {
	min-width: 1300px;
	height: 760px;
	position: relative;
}

.top-banner {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: url("../images/peipao/sales-bg.png") no-repeat center / cover;
}

.top-detail {
	width: 1260px;
	margin: 0 auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-top: 165px;
}

.top-left {
	width: 564px;
}
.top-right {
	width: 677px;
}
.top-title {
	font-weight: bold;
	font-size: 56px;
	color: #000000;
	line-height: 78px;
	text-align: left;
	font-style: normal;
	padding-top: 59px;
}

.top-text {
	font-weight: 400;
	height: 100px;
	font-size: 18px;
	color: #4A4A4A;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	margin-top: 25px;
}

.top-link {
	width: 180px;
	height: 52px;
	background: linear-gradient(306deg, #43BBFF 0%, #4379FF 50%, #9461D9 100%);
	box-shadow: 0px 4px 38px 0px rgba(22, 25, 89, 0.1);
	border-radius: 45px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	font-style: normal;
	display: block;
	margin-top: 21px;
}

.sales-place {
	min-width: 1300px;
	background: url("../images/peipao/bg1.png") no-repeat center top / contain;
}

.env-place {
	padding-top: 80px;
}

.env-img {
	margin-top: 40px;
}

.env-img img {
	display: block;
	margin: 0 auto;
	width: 1308px;
}

.power-place {
	padding-top: 80px;
}

.power-img {
	margin-top: 24px;
}

.power-img img {
	display: block;
	margin: 0 auto;
}

.customer-place {
	min-width: 1300px;
	background: url("../images/peipao/bg2.png") no-repeat top center / cover;
}
.customer-container {
	position: relative;
	top: -50px;
}
.customer-title {
	font-weight: bold;
	font-size: 48px;
	color: #233863;
	line-height: 67px;
	text-align: center;
	font-style: normal;
}

.customer-detail {
	width: 1260px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-bottom: 88px;
}

.customer-item {
	width: 303px;
	height: 480px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: width 0.3s linear;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.customer-item:first-child {
	background-image: url("../images/peipao/customer1.png");
}

.customer-item:nth-child(2) {
	background-image: url("../images/peipao/customer2.png");
}

.customer-item:last-child {
	background-image: url("../images/peipao/customer3.png");
}

.customer-item.active {
	width: 622px;
}

.customer-content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(87, 160, 245, 0.17) 0%, rgba(87, 160, 245, 0.17) 70%, #EC51C8 100%);
	border-radius: 16px;
}
.customer-item.active:first-child {
    background-image: url(../images/peipao/filter1.png);
}
.customer-item.active:nth-child(2) {
    background-image: url(../images/peipao/filter2.png);
}
.customer-item.active:last-child {
    background-image: url(../images/peipao/filter3.png);
}

.customer-bottom {
	margin-top: 415px;
	display: flex;
	padding-left: 24px;
	align-items: center;
}

.customer-item.active .customer-bottom {
	margin-top: 30px;
}

.customer-icon {
	width: 32px;
	height: 32px;
}

.customer-text {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 33px;
	font-style: normal;
	margin-left: 12px;
}

.customer-other {
	width: 622px;
	display: none;
}

.customer-item.active .customer-other {
	display: block;
}

.customer-model-title {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	padding-left: 24px;
}

.customer-model-text {
	width: 574px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 12px 16px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
	text-align: left;
	font-style: normal;
	margin: 0 auto;
	margin-top: 12px;
}
.customer-model {
	padding-top: 16px;
}
.consultation-place {
	padding-bottom: 38px;
}

.career-plan {
    padding-bottom: 288px;
}

.career-plan-content {
    width: 1260px;
    margin: 48px auto 0;
}

.career-plan-item {
    float: left;
    width: 298px;
    height: 311px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 22px;
    text-align: left;
    padding: 33px 10px;
    /*transition: all .3s ease;*/
}

.career-plan-item:hover {
    background: #229AF4;
}

.career-plan-item:hover .career-plan-item-title,
.career-plan-item:hover .career-plan-item-desc {
    color: #fff;
}

.career-plan-item.fourth {
    margin-right: 0;
}

.career-plan-item-img img {
    width: 80px;
    height: 80px;
}

.career-plan-item-icon-hover {
    display: none;
}

.career-plan-item:hover .career-plan-item-icon-hover {
    display: block;
}

.career-plan-item:hover .career-plan-item-icon {
    display: none;
}

.career-plan-item-title {
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-top: 15px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.career-plan-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 26px;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.pc-place {
		display: none!important;
	}
	.m-place {
		display: block!important;
	}
    .common-title {
        font-size: 32px;
        line-height: 75px;
    }
	.top-place {
		min-width: unset;
		height: auto;
	}
	.top-m {
		display: flex;
		flex-direction: column;
		background: url("../images/peipao/sales-bg.png") no-repeat center / cover;
		padding-bottom: 0;
	}

    .top-m-content {
        padding: 38px 24px 0;
    }

	.top-title {
        font-size: 36px;
        line-height: 50px;
		text-align: center;
		padding-top: 0;
        margin: 0 0 26px;
	}

    .top-text {
        height: auto;
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
    }
	.top-link {
		width: 100%;
		font-size: 16px;
        margin-top: 24px;
        margin-bottom: 34px;
	}

    .career-plan {
        padding-bottom: 0;
    }

    .career-plan .common-title {
        padding: 0;
    }

    .career-plan-content {
        margin-top: 0px;
    }

    .career-plan-content,
    .career-plan-item {
        width: 100%;
    }

    .career-plan-item {
        margin-right: 0;
        margin-bottom: 24px;
        padding: 29px 28px 28px 20px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        display: flex;
        height: auto;
        box-shadow: 0 5px 21px 0 rgba(42,34,144,0.07);
    }
    .career-plan-item-img {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
    .career-plan-item-title {
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
        text-align: left;
        padding: 0;
        padding-top: 3px;
        margin: 0;
    }
    .career-plan-item-desc {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #4A4A4A;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        padding: 0;
        padding-top: 9px;
    }
    .career-plan-item.fourth {
        margin-bottom: 0;
    }

    .all-places {
		background: url("../images/peipao/m-bg.png") no-repeat center center / cover;
	}

	.sales-place {
		min-width: unset;
        background: none;
	}

	.sales-title {
		font-size: 24px;
		line-height: 30px;
	}

    .env-place {
        padding: 0 24px;
    }
	.env-img {
		margin-top: 32px;
	}

    .env-img img {
        width: 100%;
    }

	.power-place {
        padding-top: 48px;
	}

    .power-img {
        margin-top: 32px;
    }

    .customer-container {
        top: 0;
        margin-top: 52px;
    }

	.customer-place {
		min-width: unset;
		padding-bottom: 0;
        background: none;
	}
	.customer-title {
		font-size: 24px;
	}
	.customer-detail {
		margin-top: 32px;
		width: 100%;
		padding: 0 16px;
		flex-direction: column;
	}
	.customer-item {
		width: 100%;
		height: auto;
		margin-bottom: 24px;
		background-size: cover;
	}

    .customer-item:last-child {
        margin-bottom: 0;
    }

	.customer-other {
		width: 100%;
	}
	.customer-item.active {
		width: 100%;
	}

    .customer-model-title {
        padding-left: 0;
    }

	.customer-model-text {
		width: auto;
		margin-top: 12px;
        line-height: 20px;
	}
	.customer-content {
		position: unset;
        padding: 95px 24px 32px;
	}

    .customer-item.active .customer-content {
        padding: 32px 24px;
    }

	.customer-item .customer-bottom {
		margin-top: 0;
        padding-left: 2px;
	}
	.customer-item.active .customer-bottom {
		margin-top: 0;
	}
	.consultation-place {
		padding-bottom: 0;
	}
    .consultation-m {
        top: 24px;
    }
}
