.banner-c,
.dev-c,
.apply-c{
    width: 1219px;
    margin: 0 auto;
}
.banner{
    width:100%;
	height:849px;
	background-image: url(../image/join/headbgc.png);
	background-size: 100% 100%;
    overflow: hidden;
	color: #ffffff;
}
.banner .bannernum1{
    margin-top: 255px;
	font-family: "Alibaba-PuHuiTi-R";
	font-size: 48px;
	color: #b0b0b0;
}
.banner .bannernum2{
    margin-top: 41px;
	font-family: "Alibaba-PuHuiTi-M";
	font-size: 60px;
	line-height: 80px;
	color: #ffffff;
}
.banner .bannernum3{
    margin-top: 60px;
	font-family: "Alibaba-PuHuiTi-R";
	font-size: 24px;
	color: #b6b5b5;
}
.banner .bannernum4{
    display: flex;
    align-items: center;
    margin-top: 30px;
	font-family: "Alibaba-PuHuiTi-R";
	text-decoration: underline;
	font-size: 24px;
	line-height: 80px;
	color: #eacda2;
}
.banner .bannernum4 img{
    width: 23px;
	height: 30px;
    margin-right: 6px;
}
/* 下一个 */
.dev{
    width: 100%;
    height: 1610px;
}
.dev:hover .common .comLine,
.apply:hover .common .comLine{
    width: 77px;
    transition:all 1s ease-out;
}
.dev .devList1{
    margin-top: 34px;
}
.common .comTitle{
	font-family: "Alibaba-PuHuiTi-M";
	font-size: 48px;
	color: #ffffff;
}
.common .comLine{
    margin-top: 45px;
    width: 0px;
	height: 5px;
	background-color: #e7bb83;
}
.dev .devList1 .devContent{
    width: 1130px;
	/* height: 224px; */
    padding: 35px 17px 37px;
	background-color: #2a2a2a;
    display: flex;
    position: relative;
    margin-top: 91px;
}
.dev .devList1 .devContent p{
    width: 416px;
	font-family: "Alibaba-PuHuiTi-L";
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}
.dev .devList1 .devContent .icons{
    position: absolute;
    top:-28px;
    left:453px;
    width: 596px;
	/* height: 290px; */
	background-image: linear-gradient(0deg, 
		#e6b980 0%, 
		#eacda3 100%);
    margin-left: 20px;
    padding: 64px 64px 64px 106px;
    display: flex;
    justify-content: space-between;
    box-shadow:-10px 10px 10px rgba(0, 0, 0, 0.5);
}
.dev .devList1 .devContent .icons .icon{
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dev .devList1 .devContent .icons .icon img{
    width: 130px;
	height: 118px;
}
.dev .devList1 .devContent .icons .icon p{
    margin-top: 33px;
    text-align: center;
	font-family:"Alibaba-PuHuiTi-R";
	font-size: 21px;
	color: #0d0d0d;
}
.devList2{
    margin-top: 268px;
}
.devList2 .imp{
    width: 951px;
	height:258px;
    padding: 58px 0;
	background-color: #2a2a2a;
    position: relative;
    margin-top: 77px;
}
.devList2 .imp .impImage{
    position: absolute;
    top:-42px;
    right: -53px;
    z-index:88;
    width: 395px;
	height: 390px;
}
.devList2 .imp .impList{
    display: flex;
    align-items: center;
    margin-left: -214px;
    margin-bottom: 63px;
}
.devList2 .imp .impList:last-child{
    margin-bottom: 0px;

}
.devList2 .imp .impList .impleft{
    display: flex;
    align-items: center;
}
.devList2 .imp .impList .impleft .yuan{
    width: 11px;
    height: 11px;
    border: solid 2px #eacda2;
    margin-right:11px;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}
.devList2 .imp .impList .impleft p{
    margin-right: 52px;
	font-family: "Alibaba-PuHuiTi-M";
	font-size: 16px;
	color: #e2c69d;
}
.devList2 .imp .impList .impLine{
    width: 141px;
	height: 1px;
    background-color: #eacda2;
    margin-right: 21px;
}
.devList2 .imp .impList img{
    width: 44px;
	height: 44px;
    margin-right: 15px;
}
.devList2 .imp .impList p{
	font-family: "Alibaba-PuHuiTi-R";
	font-size: 16px;
	color: #ffffff;
}

/* 下一个 */
.apply{
    width:100%;
	height: 933px;
	background-image: url(../image/join/bgc.png);
	background-size: 100% 100%;
    overflow: hidden;
}
.applyitem{
    margin-top: 150px;
    display: flex;
    
}
.applyitem img{
    margin-right: 35px;
}
@media (max-width:1280px){
    .devList2 .imp{
       margin-left: 215px;
        
    }
}