
.navbar3 {
    height: 59px;
	background-color: rgba(10, 20, 40, 0.8);
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    z-index: 1;
    padding-right: 202px;
    position: fixed;
}
.navbar3 a:hover {
    text-decoration: none;
}
.navbar3 .tab-wrapper .active {
    color: rgba(77, 198, 255, 1);
}

@media screen and (max-width: 768px) {
    .navbar3 {
        display: none;
    }
    
}
.carousel-caption1 {
    width: 900px;
    left: 0;
    bottom: 86px;
    font-size: 21px;
    line-height: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 1);
    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;
}
.get-more {
    position: absolute;
    right: 60px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
}
.get-more img {
    margin-left: 10px;
    width: 32px;
}
.link-span {
    position: absolute;
    top: -160px;
    color: transparent;
}

.talent-container {
    padding-top: 105px;
}
.talent-wrapper {
    max-width: 1728px;
    margin: 0 auto;
    margin-bottom: 78px;
    padding: 0 10px;
    position: relative;
}
.talent-content {
    margin-top: 54px;
    display: flex;
    align-items: flex-start;
}
.talent-content2 {
    align-items: center;
}
.talent-content img {
    margin-right: 56px;
    max-width: 750px;

}
.talent-content-info {
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: rgba(138, 138, 138, 1);
}
.talent-content-info2 {
    line-height: 48px;
}
.talent-content-info-title {
    font-family: AlibabaPuHuiTi-Medium;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: rgba(138, 138, 138, 1);
    margin-bottom: 36px;
}

.talent-content3-title {
    margin-top: 56px;
    font-family: AlibabaPuHuiTi-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: rgba(138, 138, 138, 1);
    font-weight: bold;
}
.talent-content3-detail {
    font-family: AlibabaPuHuiTi-Regular;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(138, 138, 138, 1);
    margin-top: 24px;
}
.talent-content3-image-group {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 52px;
}
.talent-content3-image-group img {
    margin: 0 8px 24px;
    width: 558px;
    height: 390px;
}
.talent-content3-industry {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.enterprise-list {
    width: 967px;
    flex-shrink: 0;
}
.enterprise-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: AlibabaPuHuiTiR;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: rgba(138, 138, 138, 1);
    border-bottom: dashed 1px rgba(156, 156, 156, 1);
}
.enterprise-item:last-child {
    border-bottom: none;
}
.enterprise-image-group {
    text-align: center;
    padding-top: 20px;
    margin-right: -28px;
}
.enterprise-image-group img {
    width: 320px;
    margin: 0 28px 38px;
}

/* 
@media screen and (max-width: 1920px) {
    .navbar3 {
        font-size: 16px;
        top: 90px;
        padding-right: 150px;
    }
    .carousel-caption-title {
        font-size: 40px;
    }
    .talent-content img {
        max-width: 562px;
    }
    .talent-container {
        padding-top: 75px;
    }
    .talent-content {
        margin-top: 40px;
    }
    .talent-content3-image-group {
        margin-top: 40px;
    }
    .talent-content3-image-group {
        margin-left: 0;
        margin-right: 0;
    }
    .enterprise-image-group {
        margin-right: 0;
    }
    .talent-content3-title {
        margin-top: 40px;
        font-size: 22px;
    }
    .talent-content3-industry {
        margin-top: 22px;
    }
    .enterprise-item {
        font-size: 18px;
    }
    .enterprise-image-group img {
        width: 255px;
    }
} */
@media screen and (max-width: 1726px) {
    .talent-content3-image-group {
        text-align: center;
    }
    .talent-content3-image-group img {
        width: 30%;
        height: auto;
    }
}
@media screen and (max-width: 1200px) {
    .navbar3 {
        top: 75px;
        height: 37px;
        font-size: 13px;
        padding-right: 126px;
    }
    .carousel-caption-title {
        font-size: 33px;
        margin-bottom: 18px;
    }
    .carousel-caption1 {
        font-size: 13px;
        bottom: 54px;
    }
    .get-more {
        font-size: 12px;
    }
    .get-more img {
        width: 20px;
    }
    .talent-container {
        padding-top: 40px;
    }
    .talent-content {
        margin-top: 20px;
        align-items: center;
    }
    .talent-content img {
        max-width: 50%;
    }
    .talent-content-info {
        font-size: 16px;
        line-height: 30px;
    }
    .talent-content-info-title {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .talent-wrapper {
        margin-bottom: 20px;
    }
    .talent-content3-title {
        margin-top: 20px;
        font-size: 20px;
    }
    .talent-content3-detail {
        font-size: 16px;
    }
    .talent-content3-image-group img {
        width: 30%;
        height: auto;
    }
    .talent-content3-image-group {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    .enterprise-list {
        width: 400px;
    }
    .enterprise-item {
        font-size: 16px;
    }
    .enterprise-image-group img {
        width: 200px;
        height: auto;
        margin: 0 10px 20px;
    }
    .enterprise-image-group {
        margin-right: 0;
    }
    
}
@media screen and (max-width: 1060px) {
    .get-more {
        right: 40px;
        bottom: 40px;
    }
    .navbar3 {
        top: 72px;
    }
}

@media screen and (max-width: 768px) {
    .navbar3 {
        height: 40px;
        background-color: rgba(10, 20, 40, 0.8);
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 1);
        z-index: 1;
        padding-right: 40px;
        top: 72px;
    }
    .carousel-caption-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .carousel-caption1 {
        font-size: 16px;
    }
    .carousel-caption1 {
        max-width: 50%;
        bottom: 20px;

    }
    .get-more {
        right: 20px;
        bottom: 20px;
        font-size: 16px;
    }
    .talent-content {
        display: block;
        text-align: center;
    }
    .talent-content img {
        margin-right: 0;
        max-width: 90%;
        height: auto;
        margin-bottom: 20px;
    }
    .talent-content-info {
        text-align: left;
    }
}

@media screen and (max-width: 690px) {
    .talent-content3-image-group img {
        display: block;
        width: 90%;
        margin: 0 auto 20px;
        
    }
    .talent-content3-industry {
        display: block;
    }
    .enterprise-list {
        width: auto;
    }
    .enterprise-image-group img {
        width: calc(50vw - 40px);
    }
    .enterprise-image-group {
        display: flex;
        padding-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 400px) {
    .navbar3 {
        display: none;
    }
}