.secondPage_tab ul li {
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 16.6%;
    background-color: #ffffff;
    box-sizing: border-box;
}
.culture{
    padding: 65px 0px 30px;
}
.cultureBox{
    margin-top: 60px;
}
.cultureList {
    position: relative;
    height: 418px;
}
.cultureList .cultureListLeftImg{
    width: 737px;
    height: auto;
    position: absolute;
    left: 36px;
}
.cultureList img {
    border-radius: 8px;
}

.cultureListContent {
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(175, 190, 202, 0.2);
    border-radius: 8px;
    height: 300px;
    width: 538px;
    position: absolute;
    right: 36px;
    top: 50px;
    padding: 89px 50px 50px;
    box-sizing: border-box;
    text-align: center;
}

.cultureListTitle {
    text-align: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cultureListTitle span {
    display: inline-block;
    padding: 0px 6px;
    vertical-align: middle;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #007fff;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cultureListTitle img {
    width: 14px;
}

.cultureTextBox {
    height: 60%;
    overflow-y: auto;
    margin-top: 31px;
}

.cultureTextBox::-webkit-scrollbar {
    width: 4px;
}
/*滚动条的宽度*/

/*滚动条里面小方块*/
.cultureTextBox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.cultureListText {

    
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.cultureListCtext {
    margin-top: 5px;
    font-family: Repair-Light;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
}

.swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/curterLeft.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 10px 20px 0px rgba(136, 136, 136, 0.4);
}

.swiper-button-prev:hover {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/curterLeft_hover.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 10px 20px 0px rgba(136, 136, 136, 0.4);
}

.swiper-button-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/curterRight.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 10px 20px 0px rgba(136, 136, 136, 0.4);
}

.swiper-button-next:hover {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/curterRight_hover.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 10px 20px 0px rgba(136, 136, 136, 0.4);
}
.treatment{
    padding: 65px 0px 0px;
}
.treatmentBox {
    overflow: hidden;
    padding: 65px 0px 100px;
}

.treatmentList {
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(175, 190, 202, 0.5);
    border-radius: 8px;
    width: 31%;
    cursor: pointer;
    transition: all 0.6s;
}

.treaStaic {
    position: relative;
    padding: 35px 30px 65px;
    box-sizing: border-box;
    width: 100%;
}

.treaStaic h3 {
    
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treaStaic .title {
    font-family: Repair-Bold;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    opacity: 0.06;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
}

.activeBox {
    display: none;
}

.treatmentList:hover {
    transform: translateY(-20px);
}

.treatmentList:hover .defaultBox {
    display: none;
}

.treatmentList:hover .activeBox {
    display: block;
}

.activeBox {
    background-color: #007fff;
    border-radius: 8px;
}

.treaActive {
    width: 100%;
    height: 205px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}
.treaActive h3 {
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.treaActive .text {
    
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 5px;
    height: 100px;
    overflow-y: auto;
}
.treaActive .text::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.treaActive .text::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.treaActive .text::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}
.treaActive .title {
    position: absolute;
    text-align: right;
    bottom: 0px;
    right: 0px;
    font-family: Repair-Bold;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.06;
}
/*社会招聘*/
.socialBimg{
    background: url(../images/joinUsInviteBanner.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 65px 0px 70px;
}
.societyTab {
    padding: 4px 2px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0px;
}

.societyTab li {
    display: inline-block;
    padding: 8px 45px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.societyTab li:hover {
    background-color: #007fff;
    border-radius: 4px;
}

.inviteActive {
    background-color: #007fff;
    border-radius: 4px;
}



.societyTab li span {
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
}

.societyTab li {
    display: inline-block;
}

.defaultText {
    
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #9aa3ac;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.activeText {
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ----------- 招聘切换 ------------------ */
.societyTab li .active {
    display: none;

}

.societyTab .inviteActive .default {
    display: none;
}

.societyTab .inviteActive .active {
    display: inline-block;
}

.societyTab li:hover .default {
    display: none;
}

.societyTab li:hover .active {
    display: inline-block;
}

.societyTab li:hover .defaultText {
    display: none;
}

.societyTab li:hover .activeText {
    display: inline-block;
}

/* ------------- 招聘切换 ---------------- */
.societyTabRight a {
    padding: 4px 32px;
    display: inline-block;
    overflow: hidden;
    background-color: #79b53d;
    border-radius: 4px;
}

.societyTabRight a span {
    
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
}
.tabContentBox{
    height: 300px;
    overflow-y: auto;
}
.tabContentBox::-webkit-scrollbar {
    width: 4px;
}
/*滚动条的宽度*/

/*滚动条里面小方块*/
.tabContentBox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}
.tabContentList{
    display: inline-block;
    width: 30%;
    background-color: #ffffff;
	border-radius: 8px;
    margin: 20px 1.25%;
    
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #1a1a1a;
    padding: 28px 40px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*----------- 校园招聘 ------------*/
.campus{
    padding: 65px 0px 80px;
    background-color: #fff;
}
.campus .societyTab {
    padding: 4px 2px;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.campus .tabContentList{
    background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e5e5e5;
}
/*--------- 培训 ---------*/
.trainBox{
    background: url(../images/joinUsTrainBanner.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 65px 0px 50px;
}
.trainContentBox{
    width: 100%;
    font-size: 0px;
    overflow: hidden;
    height: 550px;
    margin-top: 60px;
}
.trainBox1,.trainBox2,.trainBox3{
    width: 280px;
    float: left;
}
.trainBox1{
    margin-right: 40px;
}
.trainBox2{
    margin-right: 40px;
}
.trainBox1 img{
    width: 100%;
    height: 412px;
}
.trainBox2 img{
    width: 100%;
    height: 412px;
}
.trainBox3 img{
    width: 100%;
    height: 412px;
}
.trainList{
    position: relative;
    cursor: pointer;
    transition:all 0.6s
}
.trainText{
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -33px;
    
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #1a1a1a;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    padding: 17px 30px;
    box-shadow: 0px 10px 20px 0px 
		rgba(175, 190, 202, 0.2);
	border-radius: 8px;
    max-height: 216px;
    overflow-y: auto;
}
.trainText::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.trainText::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.trainText::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}
.trainText h3{
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
    margin-bottom: 17px;
}


.trainText p{
    
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #999999;
}
.trainList .active{
    display: none;
}
.trainList.cur .active{
    display: block;
}
.trainList.cur .static{
    display: none;
}
.trainList.cur{
    width: 560px;
}
.trainList.cur .trainText{
    bottom: -108px;
    padding: 30px;
    text-align: left;
    width: 448px;
}

/*发展路径*/
.develop{
    padding: 65px 0px 90px;
}
.developImgBox{
    padding-top: 40px;
    width: 100%;
}
.developImgBox img{
    width: 100%;
    height: auto;
}
.joinBox{
    background: url(../images/jojinUsFooter.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 100px 0px;
}
.joinTextBox{
    text-align: center;
}
.joinTextBox h3{
	font-weight: bold;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.joinTextBox p{
    margin-top: 32px;
    
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ffffff;
}
.joinTextBox a{
    margin-top: 40px;
    display: inline-block ;
    overflow: hidden;
    background-color: #ffffff;
	border-radius: 4px;
    border: none;
    padding: 11px 51px;
    
    border: 1px solid #fff;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #007fff;
}
.joinBox a:hover{
    background-color: #007fff;
    color: #fff;
    border: 1px solid #007fff;
}