.banner1 .bannerBox {
    text-align: left;
}

.contact {
    padding: 80px 0 120px;
    background-color: #FAFAFA;
}

.contact .innerNav {
    margin-bottom: 100px;
}

.deliverBox1 {
    position: relative;
    z-index: 3;
}

.deliverBox1 .box-c .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.deliverBox1 .box-c .list li>a {
    display: block;
    width: 90.32%;
}

.deliverBox1 .box-c .list .picCover {
    padding-top: 123.8%;
}

.deliverBox1 .box-c .list .pic {
    border-radius: 10px;
}
.deliverBox1 .box-c .list .picCover .icon{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    transition: all 0.6s;
}
.deliverBox1 .box-c .list li:hover .picCover .icon{
    background-color: #1F64B0;
    border-color: #1F64B0;
}
.deliverBox1 .box-c .list .picCover .icon .iconfont{
    font-size: 20px;
}
.deliverBox1 .box-c .list .text-title {
    font-weight: 400;
    color: #222222;
    line-height: 1;
    margin-top: 1.66em;
}
.recruitBox1{
    position: relative;
    z-index: 3;
}
.recruitBox1 .box-c .list li{
    background: #FFFFFF;
    border-radius: 5px;
}
.recruitBox1 .box-c .list li:not(:last-child) {
    margin-bottom: 20px;
}
.recruitBox1 .box-c .list .li-t{
    padding: 30px 0;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    cursor: pointer;
}
.recruitBox1 .box-c .list .li-t .item:first-child{
    padding-left: 40px;
}
.recruitBox1 .box-c .list .li-t .item:last-child{
    padding-right: 40px;
}
.recruitBox1 .box-c .list .li-t .number{
    font-family: Rany;
    font-weight: 300;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}
.recruitBox1 .box-c .list .li-t .number span{
    font-family: Rany-Bold;
}
.recruitBox1 .box-c .list .li-t .title{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
}
.recruitBox1 .box-c .list .li-t .item-last{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recruitBox1 .box-c .list .li-t .date{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.recruitBox1 .box-c .list .li-t .icon{
    width: 60px;
    height: 60px;
    background: #FAFAFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2C2C2C;
    transition: all 0.6s;
}
.recruitBox1 .box-c .list li.active .li-t .icon{
    background-color: #1F64B0;
    transform: rotate(90deg);
    color: #fff;
}
.recruitBox1 .box-c .list .li-t .icon .iconfont{
    font-size: 20px;
}
.recruitBox1 .box-c .list .li-c{
    display: none;
    border-top: 1px solid #F4F4F4;
    padding: 50px 40px;
}
.recruitBox1 .box-c .list .li-c .text:not(:last-child){
    margin-bottom: 45px;
}
.recruitBox1 .box-c .list .li-c .text-title{
    /* font-family: Microsoft YaHei; */
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 23px;
}
.recruitBox1 .box-c .list .li-c .text-title1{
    font-size: 24px;
}
.recruitBox1 .box-c .list .li-c .text-content{
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
}
.recruitBox1 .box-c .list .li-c .text-content p:not(:last-child){
    margin-bottom: 25px;
}
.contactBox1{
    position: relative;
    z-index: 3;
}
.contactBox1 .box-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contactBox1 .box-c .l{
    width: 66.66%;
}
.contactBox1 .box-c .l .list{
    display: flex;
    flex-wrap: wrap;
    gap: 66px 0;
}
.contactBox1 .box-c .l .list li{
    width: 50%;
    display: flex;
}
.contactBox1 .box-c .l .list li:last-child{
    width: 100%;
}
.contactBox1 .box-c .l .list li .icon{
    width: 50px;
    height: 50px;
    background: #1F64B0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.contactBox1 .box-c .l .list li .icon .iconfont{
    font-size: 20px;
}
.contactBox1 .box-c .l .list li .text-box{
    padding-top: 17px;
    flex: 1;
    margin-left: 20px;
}
.contactBox1 .box-c .l .list li .text-title{
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 1;
}
.contactBox1 .box-c .l .list li .text-des{
    font-weight: 400;
    font-size: 30px;
    color: #222222;
    line-height: 48px;
    margin-top: 9px;
}
.contactBox1 .box-c .r img{
display: block;
width: 149px;
margin: 0 auto;
border: 1px solid #DEDEDE;
}
.contactBox1 .box-c .r .text{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 13px;
    text-align: center;
}
.contactBox1 .box-b{
    margin-top: 113px;
    height: 540px;
    border-radius: 10px;
}
.contactBox1 .box-b #container{
    width: 100%;
    height: 100%;
}
@media (max-width: 1440px) {
    .contactBox1 .box-c .l .list li .text-des{
        font-size: 24px;
    }
}
@media (max-width:1199px) {
    .recruitBox1 .box-c .list .li-c .text:not(:last-child){
        margin-bottom: 40px;
    }
    .recruitBox1 .box-c .list .li-c{
        padding: 30px 20px;
    }
    .recruitBox1 .box-c .list .li-t{
        display: flex;
        padding: 20px 0;
    }
    .recruitBox1 .box-c .list .li-t .item:nth-child(2){
        flex: 1;
        margin-right: 25px;
    }
    .recruitBox1 .box-c .list .li-t .item:first-child{
        padding-left: 20px;
        width: 18%;
    }
    .recruitBox1 .box-c .list .li-t .item:last-child{
        padding-right: 20px;
    }
    .recruitBox1 .box-c .list .li-t .icon{
        width: 44px;
        height: 44px;
        margin-left: 20px;
    }
    .contact{
        padding: 80px 0;
    }
    .contact .innerNav{
        margin-bottom: 45px;
    }
    .contactBox1 .box-b{
        margin-top: 45px;
    }
    .contactBox1 .box-c .l .list li .text-box{
        margin-left: 10px;
        padding-top: 12px;
    }
    .contactBox1 .box-c .l .list li .icon{
        width: 40px;
        height: 40px;
    }
    .contactBox1 .box-c .l .list li .text-des{
        font-size: 20px;
        line-height: 1;
    }
    .contactBox1 .box-c .r img{
        width: 128px;
    }
    .contactBox1 .box-c .r .text{
        font-size: 16px;
        line-height: 24px;
        margin-top: 7px;
    }
    .contactBox1 .box-c .l .list{
        gap: 40px 0;
    }
    .deliverBox1 .box-c .list .text-title{
        margin-top: 1em;
    }
    .deliverBox1 .box-c .list .picCover .icon{
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
    }
}
@media (max-width:1024px) {
    .recruitBox1 .box-c .list .li-t .title{
        font-size: 20px;
    }
    .recruitBox1 .box-c .list .li-c .text:not(:last-child){
        margin-bottom: 35px;
    }
    .contact{
        padding: 70px 0;
    }
    .contact .innerNav{
        margin-bottom: 40px;
    }
    .contactBox1 .box-b{
        margin-top: 40px;
    }
    .contactBox1 .box-c .l{
        width: 78%;
    }
    .contactBox1 .box-c .l .list li{
        width: 40%;
    }
    .contactBox1 .box-c .l .list li:nth-child(2){
        width: 55%;
    }
}
@media (max-width: 768px) {
    .recruitBox1 .box-c .list .li-t .item:nth-child(2){
        margin-right: 20px;
    }
    .recruitBox1 .box-c .list .li-t .title{
        text-align: right;
    }
    .recruitBox1 .box-c .list .li-t .item-last{
        width: 100%;
        padding-left: 20px;
        margin-top: 8px;
    }
    .recruitBox1 .box-c .list .li-t{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recruitBox1 .box-c .list .li-c .text-title1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .recruitBox1 .box-c .list .li-t .icon{
        width: 38px;
        height: 38px;
    }
    .recruitBox1 .box-c .list .li-t .item:first-child{
        width: 120px;
    }
    .recruitBox1 .box-c .list .li-c .text:not(:last-child){
        margin-bottom: 25px;
    }
    .deliverBox1 .box-c .list{
        grid-template-columns: repeat(2,1fr);
        gap: 35px 28px;
    }
    .contactBox1 .box-c .l .list{
        gap: 30px 0;
    }
    .contactBox1 .box-c .l .list li,
    .contactBox1 .box-c .l .list li:nth-child(2){
        width: 100%;
    }
    .contactBox1 .box-c .l .list li .text-des{
        font-size: 18px;
        line-height: 24px;
    }
    .contactBox1 .box-c .l{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact{
        padding: 60px 0;
    }
    .contact .innerNav{
        margin-bottom: 30px;
    }
    .contactBox1 .box-b{
        margin-top: 30px;
    }
    .contactBox1 .box-c{
        flex-direction: column;
    }
    .contactBox1 .box-b{
        height: 449px;
    }
    .deliverBox1 .box-c .list li>a{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .recruitBox1 .box-c .list .li-t .title{
        font-size: 18px;
    }
    .recruitBox1 .box-c .list .li-c .text-title1{
        font-size: 16px;
        line-height: 24px
    }
    .recruitBox1 .box-c .list .li-c .text-content p:not(:last-child){
        margin-bottom: 10px;
    }
    .recruitBox1 .box-c .list .li-c .text-content{
        font-size: 14px;
    }
    .recruitBox1 .box-c .list .li-c .text-title{
        margin-bottom: 14px;
    }
    .recruitBox1 .box-c .list .li-c{
        padding: 20px 20px 25px;
    }
    .recruitBox1 .box-c .list .li-c .text:not(:last-child){
        margin-bottom: 20px;
    }
    .deliverBox1 .box-c .list .picCover .icon{
        width: 40px;
        height: 40px;
    }
    .deliverBox1 .box-c .list .text-title{
        margin-top: .5em;
    }
    .deliverBox1 .box-c .list{
        gap: 25px 20px;
    }
    .contactBox1 .box-b{
        height: 313px;
    }
    .contactBox1 .box-c .l{
        margin-bottom: 25px;
    }
    .contactBox1 .box-c .r .text{
        font-size: 14px;
        line-height: 20px;
    }
    .contactBox1 .box-c .r img{
        width: 94px;
    }
    .contactBox1 .box-c .l .list li .text-title{
        font-size: 14px;
    }
    .contactBox1 .box-c .l .list li .icon{
        width: 30px;
        height: 30px;
    }
    .contactBox1 .box-c .l .list li .icon .iconfont{
        font-size: 16px;
    }
    .contactBox1 .box-c .l .list li .text-box{
        padding-top: 7px;
    }
    .contactBox1 .box-c .l .list{
        gap: 25px 0;
    }
    .contact{
        padding: 50px 0;
    }
    .contact .innerNav{
        margin-bottom: 25px;
    }
    .contactBox1 .box-b{
        margin-top: 25px;
    }
}