.modular1 .title,
.modular1 .cont {
    position: relative;
}

.modular1 .title div:hover {
    cursor: pointer;
    color: #ec6700;
}

.modular1 .cont::before,
.modular1 .title:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #000;
    transform: rotate(45deg);
    font-size: 60px;
    position: absolute;
    left: 20px;
    top: 0;
    margin-top: -1em;
}

.modular1 .cont::before {
    transform: rotate(0deg);
    margin-left: 0;
    background: none;
    border: 10px solid transparent;
    border-top: 10px solid #ec6700;
    top: 100%;
    width: 0;
    height: 0;
    margin-top: 1em;
}

.modular5 .title,
.modular4 .title,
.modular3 .title {
    margin-top: 60px;
}

.swiper-slide img {
    width: 100%;
}

.modular4 {
    background: #f7f7f9;
    overflow: hidden;
    padding-bottom: 40px;
}

.modular1 {
    margin-bottom: 0;
}

.modular3 ul {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 0;
}

.modular3 li {
    width: calc(33.33% - 40px);
    margin: 20px;
    text-align: left;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
}

.modular3 li img {
    width: 100%;
    transition: all .3s;
}

.modular3 li:hover img {
    transform: scale(1.1);
}

.modular3 li h2 {
    margin-bottom: 0.5em;
    color: #ec6700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modular3 li .info {
    padding: 40px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.modular3 li .info p {
    line-height: 1.5me;
    height: 9em;
    color: #333333;
}

.modular3 li+li::before {
    display: none;
}

.zwg .swiper-pagination {
    bottom: 0;
    height: 80px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.8);
}

.modular3 {
    margin-bottom: 0;
}

.modular5 {
    padding-bottom: 0;
    margin-top: 0;
}

.zwg .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    height: 100%;
    opacity: 1;
    color: #333333;
    background: none;
    border-radius: 0;
    position: relative;
    transition: all .3s;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
}

.zwg .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 20px;
    color: #ec6700;
}

.zwg .swiper-pagination .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #ec6700;
}

.zwg .swiper-pagination span:hover {
    color: #ec6700;
}

.modular5 .swiper-slide {
    position: relative;
}

.modular5 .swiper-slide .wrapbox {
    width: 100%;
    position: absolute;
    top: 10%;
    z-index: 2;
}

.modular6 li:nth-child(1) .info2 {
    opacity: 1;
}

.modular6 {
    margin-top: 94px;
}

.modular6 .wrap {
    overflow: hidden;
}

.modular6 ul {
    width: calc(100% + 12px);
    margin-left: -6px;
}

.modular6 li {
    width: calc(33.33% - 12px);
    margin: 6px;
    float: left;
    position: relative;
    color: #fff;
    cursor: default;
}

.modular6 li img {
    width: 100%;
}

.modular6 li .info span {
    display: block;
    width: 1em;
    margin: 1em auto;
    height: 2px;
    background: #fff;
}

.modular6 li .info {
    width: 100%;
    max-height: 100%;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.modular6 li .info2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ec6700 url(../images/recruit/logo_l.png) no-repeat top left;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}


/* .modular6 li:hover .info2 {
    opacity: 1;
} */

.modular7 {
    margin-top: 6px;
}

.modular7 .wrap .cont {
    background: url(../images/recruit/p7.jpg);
    height: 185px;
    line-height: 185px;
}

.modular7 .wrap .cont {
    color: #fff;
    text-align: center;
}

.modular7 .wrap .cont .center {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

.modular7 .wrap .cont .center h3 {
    text-transform: uppercase;
}

.modular8 {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 100px;
}

.modular8 img {
    width: 100%;
}

.modular8 .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 0;
    color: #fff;
}

.modular8 .info h2 {
    margin-bottom: 0.5em;
}

@media only screen and (max-width:1440px) {
    .modular8 .info {
        padding: 50px 0;
    }
}

@media only screen and (max-width:1024px) {
    .modular1 .cont::before {
        margin-top: 0.5em;
    }
    .modular1 .title:before {
        margin-top: -0.5em;
        height: 20px;
        margin-left: -10px;
    }
    .zwg .swiper-pagination {
        position: relative;
        height: auto;
        line-height: 0;
    }
    .zwg .swiper-pagination .swiper-pagination-bullet {
        width: 50% !important;
        line-height: 50px;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }
    .zwg .swiper-pagination .swiper-pagination-bullet-active {
        font-size: 15px;
    }
    .modular6 li {
        width: calc(50% - 12px);
    }
    .modular3 ul li {
        padding: 0;
    }
}

@media only screen and (max-width:768px) {
    .modular8 img {
        display: none;
    }
    .modular8 .info {
        position: relative;
        padding: 50px 0;
    }
    .modular3 ul {
        width: auto;
        margin: 0;
    }
    .modular3 ul li {
        margin: 0;
        margin-bottom: 20px;
    }
    .modular7 {
        margin-top: 0px;
    }
    .modular7 .wrap .cont {
        height: 100px;
        line-height: 100px;
    }
    .modular6 ul {
        width: auto;
        margin-left: 0;
    }
    .modular6 li {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
    }
    .zwg .swiper-pagination .swiper-pagination-bullet {
        width: 100% !important;
        line-height: 50px;
    }
    .zwg .swiper-pagination .swiper-pagination-bullet-active::before {
        top: auto;
        bottom: 0;
    }
}



/*2021-11-19*/
@media only screen and (max-width: 767px) {

.modular5 .swiper-slide:after{content: "";position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
.modular5 .swiper-slide .wrapbox{color: #fff;}
.modular3 li .info p{height: auto;}

}



