
.carousel-caption1 {
    width: 900px;
    left: 0;
    bottom: 60px;
    font-size: 21px;
    line-height: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    font-family: AlibabaPuHuiTi-Bold;
    padding: 48px 48px 30px;
}
.carousel-caption1 p {
    line-height: 36px;
    text-align: left;
}

.carousel-caption-title {
    font-size: 54px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}
.email-wrapper {
    position: absolute;
    bottom: 40px;
    right: 49px;
    text-align: center;
}
.email-button {
    width: 258px;
	height: 75px;
	background-color: rgba(0, 49, 111, 0.5);
	border-radius: 10px;
    font-family: AlibabaPuHuiTi-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: auto;
    margin: 0 auto;
}
.email-button:hover,.email-button:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.email-tips {
    margin-top: 22px;
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
}

.job-container {
    padding-top: 104px;
}
.job-wrapper {
    max-width: 1728px;
    padding: 0 10px;
    margin: 0 auto;
}
.job-introduce {
    margin-top: 76px;
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(157, 157, 157, 1);
    margin-bottom: 20px;
}
.job-item {
    margin-bottom: 146px;
}
.job-request {
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(157, 157, 157, 1);
}

.job-label {
    font-family: AlibabaPuHuiTi-Bold;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: rgba(157, 157, 157, 1);
    font-weight: 600;
	margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
	.carousel-caption1 {
		width: calc(100% - 400px);
		padding: 20px;
		bottom: 0;
		font-size: 14px;
	}
	.carousel-caption-title {
		font-size: 40px;
	}
	.job-container {
		padding-top: 60px;
	}
	.job-item {
		margin-bottom: 60px;
	}
	.job-introduce {
		margin-top: 30px;
		font-size: 16px;
	}
	.job-label, .job-request {
		font-size: 16px;
	}
	.carousel-caption-title {
		font-size: 33px;
		margin-bottom: 22px;
	}
	.email-tips {
		font-size: 10px;
		margin-top: 14px;
	}
	.email-button {
		width: 162px;
		height: 47px;
		line-height: 47px;
		font-size: 18px;
	}
 }

 @media screen and (max-width: 958px) {
	.carousel-caption1 {
		    width: calc(100% - 242px);
	}
	.email-wrapper {
		right: 20px;
		bottom: 20px;
	}
	.email-button {
		width: 180px;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
	.email-tips {
		width: 220px;
		line-height: 24px;
	}
	
	.carousel-caption1 .carousel-caption-title {
		font-size: 24px;
	}
	.carousel-caption1 p {
		font-size: 14px;
		line-height: 22px;
	}
 }

  @media screen and (max-width: 768px) {
	.carousel-caption1 {
		    width: calc(100% - 242px)!important;
	}
  }

   @media screen and (max-width: 598px) {
	.carousel-caption1 .carousel-caption-title {
		display: block;
	}
	.carousel-caption1 p {
		display: none;
	}
	.job-container {
		padding-top: 20px;
	}
	.job-item {
		margin-bottom: 20px;
	}
	.job-label {
		margin-bottom: 10px;
	}
	.job-introduce,.job-request {
		margin-top: 20px;
		font-size: 16px;
		line-height: 26px;
	}
  }