.sec01 {
    position: relative;
}

.sec01 .bg img {
    width: 100%;
}

.sec01 .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sec01 .l1 {
    font-size: 48px;
    margin-bottom: 46px;
}

.sec01 .l2 {
    font-size: 16px;
    color: #595959;
}

.sec02 {
    position: relative;
    z-index: 1;
    margin-bottom: 6.25%;
}

.sec02 .hd {
    text-align: center;
    padding-top: 4.64%;
    margin-bottom: 80px;
}

.sec02 .hd .l1 {
    font-size: 22px;
    margin-bottom: 26px;
}

.sec02 .hd .l2 {
    font-size: 48px;
}

.sec02 .bd > svg {
    width: 0;
    height: 0;
}

.sec02 .bd .inner {
    width: 1200px;
    display: flex;
    font-size: 18px;
    color: #595959;
    text-align: center;
    overflow: hidden;
}

.sec02 .bd ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 17px 0 14px;
}

.sec02 .bd ul:first-child {
    padding-right: 7.2%;
    border-right: 1px solid #d2dfe8;
}

.sec02 .bd ul:last-child {
    padding-left: 7.2%;
}

.sec02 .bd li {
    cursor: pointer;
    opacity: 0;
    transform:translateX(-50px);
    transition: all 0.5s ease;
}
.sec02 .bd.visible li{transform:translateX(0); opacity: 1;}
.sec02 .bd.visible .li1{transition-delay:0.1s}
.sec02 .bd.visible .li2{transition-delay:0.4s}
.sec02 .bd.visible .li3{transition-delay:0.8s}
.sec02 .bd.visible .li4{transition-delay:1.2s}
.sec02 .bd.visible .li5{transition-delay:1.6s}
.sec02 .bd.visible .li6{transition-delay:2s}

.sec02 .bd .arrow svg{transform:translateX(-50px); opacity: 0;transition: all 0.5s ease;}
.sec02 .bd.visible .arrow svg{opacity: 1;transform:translateX(0px); }
.sec02 .bd.visible .arrow1 svg{transition-delay:0.2s }
.sec02 .bd.visible .arrow2 svg{transition-delay:0.6s }
.sec02 .bd.visible .arrow3 svg{transition-delay:1.4s }
.sec02 .bd.visible .arrow4 svg{transition-delay:1.8s }

.sec02 .bd li svg {
    display: block;
    width: 72px;
    height: 72px;
    fill: #595959;
    margin: 0 auto 20px;
}

.sec02 .bd ul:first-child li:first-child svg,
.sec02 .bd ul:last-child li:nth-child(3) svg,
.sec02 .bd ul:last-child li:nth-child(5) svg {
    width: 68px;
}

.sec02 .bd li:hover svg use {
    fill: url(#linear);
}

.ie .sec02 .bd li:hover svg use {
    fill: #005ead;
}

.sec02 .bd .arrow svg {
    width: 64px;
    height: 38px;
    padding-top: 20px;
}

.sec02 .bd li:hover {
    color: #005ead;
}

.sec03 .inner {
    display: flex;
    justify-content: center;
    width: 1400px;
}

.sec03 .hd {
    position: relative;
    z-index: 1;
    padding: 4.1% 0 5.5%;
    background: linear-gradient(90deg, #3ca0dd, #005ead);
}

.sec03 .hd .arrow {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: url(../img/recruit_sec03_hd_mask.png) no-repeat center bottom;
    background-size: 1920px auto;
}

.sec03 .hd .arrow img {
    display: none;
}

.sec03 .hd.campus .arrow {
    background-image: url(../img/recruit_sec03_hd_mask2.png);
}

.sec03 .hd .arrow:before,
.sec03 .hd .arrow:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(50vw - 900px);
    height: 100%;
    background: #fff;
}

.sec03 .hd .arrow:after {
    left: auto;
    right: 0;
}

.sec03 .hd a {
    display: block;
    color: #fff;
    text-align: center;
}

.sec03 .hd a:first-child {
    margin-right: 200px;
}

.sec03 .hd .l1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.sec03 .hd .l1 span {
    display: block;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.sec03 .hd .l1 svg {
    display: block;
    width: 100%;
    height: 4px;
    fill: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

.sec03 a:hover .l1 svg {
    opacity: 1;
}

.sec03 .hd .l2 {
    font-size: 20px;
}

.sec03 .bd {
    padding: 5.2% 0 6.61%;
}

.sec03 .bd .inner {
    display: flex;
}

.sec03 .bd .side {
    flex: 0 0 350px;
    font-size: 20px;
    padding-top: 18px;
}

.sec03 .bd .side a {
    position: relative;
    display: block;
    padding-left: 45px;
    color: #8c8c8c;
    margin-bottom: 60px;
}

.sec03 .bd .side a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.sec03 .bd .side a.on,
.sec03 .bd .side a:hover {
    color: #015fae;
    transition: color .3s ease;
}

.sec03 .bd .side a.on:after,
.sec03 .bd .side a:hover:after {
    background: #015fae;
}

.sec03 .bd .list {
    flex: 1;
}

.sec03 .bd ul {
    margin-bottom: 16.85%;
}

.sec03 .bd li {
    margin-bottom: 62px;
}

.sec03 .bd li:last-child {
    margin-bottom: 0;
}

.sec03 .bd .lhd {
    position: relative;
    background: url(../svg/recruit_point.svg) repeat-x left bottom;
    background-size: 6px auto;
}

.ie .sec03 .bd .lhd {
    border-bottom: 4px dotted #333;
}

.ie .sec03 .bd li:hover .lhd {
    border-bottom-color: #005ead; 
}

.sec03 .bd .lhd:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 8px;
    bottom: 0;
    background: url(../svg/recruit_point_on.svg) repeat-x left bottom;
    background-size: 6px auto;
    opacity: 0;
    transition: opacity .3s ease;
}

.sec03 .bd .lhd a {
    display: block;
    font-size: 34px;
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    margin-right: 90px;
    transition: color .3s ease;
}

.sec03 .bd .lhd .info {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 15px;
    line-height: 1.4;
    text-align: right;
    transition: color .3s ease;
}

.sec03 .bd .lhd .info span {
    display: block;
    color: #a0a0a0;
    transition: color .3s ease;
}

.sec03 .bd .lbd {
    line-height: 1.7;
    padding-top: 13px;
}

.sec03 .bd li:hover .lhd:after {
    opacity: 1;
}

.sec03 .bd li:hover .lhd a,
.sec03 .bd li:hover .lhd .info,
.sec03 .bd li:hover .lhd .info span {
    color: #005ead;
}

.sec03 .bd .lbd .more {
    display: inline-block;
    line-height: 1;
    margin-top: 24px;
    border-bottom: 1px solid #010101;
    transition: color .3s ease, border-color .3s ease;
}

.sec03 .bd .lbd .more:hover {
    color: #005ead;
    border-color: #005ead;
}

.sec03 .bd .btnAll {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eeeeed;
    font-size: 13px;
}

.sec03 .bd .tips {
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
}

.sec03 .bd .tips a {
    color: #005ead;
    border-bottom: 1px solid #005ead;
}

.sec03 .bd .tips .privacy {
    font-size: 16px;
}

/*.sec04 {
    padding: 4.58% 0 2.6%;
    background: #f2f2f2 url(../img/recruit_sec04.jpg) no-repeat center top;
    background-size: 100% auto;
}*/
.sec04{
    padding: 0 0 12%;
    height: 590px;
    background: #f2f2f2;
}

#mapcont{width:42.45%;float: right; margin-right: 10.72%; margin-top: 22px; position: relative;}
#mapcont .hang{ display: flex; align-items: center; }
#mapcont .li{position: relative; display: inline-block; width:0.52vw; height: 0.52vw;border: 0.1vw solid #f2f2f2;}
#mapcont .hang .dian{width:100%;height:100%; fill:#3CA0DD; opacity: 0.2;  position: absolute; left:0;bottom: 0; cursor: pointer;transition: all 0.5s ease; }

#mapcont .svgicon{width:1.15vw; height: 1.15vw; transition: all 1s ease; position: absolute; top:0; right: 0;}
#mapcont .svgicon_main .svgicon svg{transition: all 1s ease;}
#mapcont .svgicon_main .svgicon:hover svg path{fill:#245ea6; }
#mapcont .svgicon_main .svgicon:hover svg{transform: scale(1.1);}
#mapcont .svgicon svg{width:100%; position: absolute;}
#mapcont .svgicon1{top:16.46%; right: 18%;}
#mapcont .svgicon2{top: 27%;right: 15%;}
#mapcont .svgicon3{top: 27%;right: 10.5%;}
#mapcont .svgicon4{top: 30%; right: 24.5%;}
#mapcont .svgicon5{top: 40%;right: 20%;}
#mapcont .svgicon6{top: 41.2%; right: 16.7%;}
#mapcont .svgicon7{top: 35.5%;right: 12%;}


.sec04 .inner {
    width: 766px;
    position: absolute;
    left:50%;
    margin-left: -700px;
    margin-top: 16%;
}

.sec04 .hd {
    padding-left: 15px;
    margin-bottom: 67px;
}
.sec04 .inner .hd{
    position: absolute;
    top: -49%;
}
.sec04 .hd .l1 {
    font-size: 48px;
    margin-bottom: 34px;
}

.sec04 .hd .l2 {
    font-size: 16px;
    line-height: 2;
    color: #595959;
}

.sec04 .bd ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
   /* padding-right: 20%;*/
}

.sec04 .bd li {
    width: 255px;
    padding-left: 15px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 70px;
}
.sec04 .bd li:nth-child(4){
    position: absolute;
    right: -259px;
    top: 0;
}
.sec04 .bd .name {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px;
    padding-left: 15px;
    margin-left: -15px;
}

.sec04 .bd .name:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #3ca0dd;
    transition: background .3s ease;
}

.sec04 .bd li:hover .name:after {
    background: #005ead;
}

.sec04 .bd .title {
    font-size: 13px;
    color: #595959;
    margin-bottom: 11px;
}

.sec04 .bd .content {
    font-size: 15px;
    margin-bottom: 32px;
}

.sec04 .bd .content:last-child {
    margin-bottom: 0;
}

.sec04 .bd .content a {
    color: #8c8c8c;
}

.sec04 .bd .content a:hover {
    color: #4594f4;
}

@media all and (max-width: 1480px) {
    .sec01 .l1 {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .sec02 .hd .l2 {
        font-size: 40px;
    }

    .sec02 .bd .arrow {
        margin: 0 27px;
    }

    .sec03 .hd .l1 {
        font-size: 40px;
        margin-bottom: 23px;
    }

    .sec03 .hd .l1 svg {
        height: 3.5px;
    }

    .sec03 .hd .l2 {
        font-size: 15px;
    }

    .sec03 .hd a:first-child {
        margin-right: 250px;
    }

    .sec03 .cbd a {
        width: 92px;
        height: 92px;
        font-size: 12px;
    }

    .sec03 .cbd a svg {
        width: 28px;
        height: 28px;
    }

    .sec03 .bd .lhd a {
        font-size: 30px;
    }

    .sec04 .hd .l1 {
        font-size: 40px;
    }

    .sec04 .bd ul {
        padding-right: 0;
    }

    .sec04 .inner{
        margin-left: -530px;
        margin-top: 21%;
    }
    .sec04 .inner .hd{position: absolute;top: -45%;}
}

@media all and (max-width: 767px) {
    .sec01 .inner {
        top: 12vw;
        padding-left: 9.2vw;
        transform: none;
        width:90%;
        box-sizing: border-box;
    }

    .sec01 .l1 {
        font-size: 6.4vw;
        margin-bottom: 2.93vw;
    }

    .sec01 .l2 {
        font-size: 3.2vw;
        line-height: 1.5;
    }

    .sec02 {
        margin-bottom: 15.47vw;
    }

    .sec02 .hd {
        padding-top: 14.67vw;
        margin-bottom: 8vw;
    }

    .sec02 .hd .l1 {
        font-size: 3.2vw;
        margin-bottom: 26px;
    }

    .sec02 .hd .l2 {
        font-size: 6.67vw;
        margin-bottom: 5.33vw;
    }

    .sec02 .hd .l3 {
        font-size: 3.2vw;
        line-height: 1.33;
        width: 78.27vw;
    }

    .sec02 .bd .inner {
        display: block;
        width: auto;
        font-size: 3.2vw;
    }

    .sec02 .bd ul {
        width: auto;
        padding: 0;
        justify-content: center;
    }

    .sec02 .bd ul:first-child {
        padding-right: 0;
        margin-bottom: 11.87vw;
    }

    .sec02 .bd ul:last-child {
        padding-left: 0 ;
    }

    .sec02 .bd li svg {
        width: 11.07vw;
        height: 11.07vw;
        margin: 0 auto 4vw;
    }

    .sec02 .bd ul:first-child li:first-child svg,
    .sec02 .bd ul:last-child li:nth-child(3) svg,
    .sec02 .bd ul:last-child li:nth-child(5) svg {
        width: 10.53vw;
    }

    .sec02 .bd .arrow {
        margin: 0 4vw;
    }

    .sec02 .bd .arrow svg {
        width: 9.87vw;
        height: 5.87vw;
        padding-top: 3.07vw;
    }

    .sec03 .inner {
        width: auto;
    }

    .sec03 .hd {
        padding: 9.6vw 0 9.06vw;
    }

    .sec03 .hd a {
        width: 50%;
    }

    .sec03 .hd a:first-child {
        margin-right: 0;
    }

    .sec03 .hd .l1 {
        font-size: 4.8vw;
        margin-bottom: 3.33vw
    }

    .sec03 .hd .l1 span {
        margin-bottom: 1.2vw
    }

    .sec03 .hd .l1 svg {
        width: 40%;
        height: .53vw;
        margin: 0 auto;
    }

    .sec03 .hd .l2 {
        font-size: 3.2vw;
        line-height: 1.22;
    }

    .sec03 .hd .arrow {
        bottom: -1px;
        height: 3vw;
        background: url(../img/recruit_sec03_hd_mask_sp.png) no-repeat center bottom;
        background-size: 100% auto;
    }

    .sec03 .hd.campus .arrow {
        background-image: url(../img/recruit_sec03_hd_mask2_sp.png);
    }

    .sec03 .bd {
        padding: 2.67vw 4vw 14.67vw;
    }

    .sec03 .bd .inner {
        display: block;
    }

    .sec03 .bd .side {
        font-size: 3.47vw;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0 4vw;
        margin: 0 -4vw 6vw;
    }

    .sec03 .bd .side a {
        display: inline-block;
        vertical-align: top;
        line-height: 16vw;
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 5.33vw;
    }

    .sec03 .bd .side a:after {
        display: none;
    }

    .sec03 .bd ul {
        margin-bottom: 11.73vw;
    }

    .sec03 .bd li {
        margin-bottom: 8vw;
    }

    .sec03 .bd .lhd {
        background-size: 2px auto;
    }

    .sec03 .bd .lhd:after {
        display: none;
    }

    .sec03 .bd .lhd a {
        font-size: 4.8vw;
        line-height: 12.8vw;
        height: 12.8vw;
        margin-right: 4vw;
    }

    .sec03 .bd .lhd .info {
        top: -1.3vw;
        font-size: 3.2vw;
        line-height: 5.6vw;
    }

    .sec03 .bd .lbd {
        font-size: 3.2vw;
        line-height: 1.75;
        padding-top: 2.93vw;
    }

    .sec03 .bd .lbd .more {
        display: none;
    }

    .sec03 .bd .tips {
        font-size: 3.2vw;
        line-height: 1.75;
    }

    .sec03 .bd .tips .privacy {
        font-size: 3.2vw;
    }

    .sec04 .inner {
        width: auto;
        position: relative;
        left:0%;
        margin-left: 0px;
        padding-top: 0%;
        margin-top: 29%;
    }
    .sec04 .bd li:nth-child(4){
         position: relative;
         right: 0;
         top: 0;
    }
.sec04 .hd {
    padding: 25% 6.67% 16.93%;
}
.sec04 .svgicon_main{display: none;}
.sec04 .hd a {
    width: 39vw;
}

.sec04 {
    padding: 13.07vw 4vw 8.8vw 7.33vw;
    background-image: url(../img/recruit_sec04_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.sec04 .inner .hd {
    padding: 0;
    margin-bottom: 10.93vw;
    top: -22%;
}

.sec04 .hd .l1 {
    font-size: 4vw;
    margin-bottom: 2.67vw;
}

.sec04 .hd .l2 {
    font-size: 3.2vw;
    line-height: 1.5;
}

.sec04 .bd li {
    box-sizing: border-box;
    width: 50%;
    padding-left: 2vw;
    margin-bottom: 5.33vw;
}

.sec04 .bd .name {
    font-size: 3.2vw;
    line-height: 1;
    margin-bottom: 3.33vw;
    padding-left: 2vw;
    margin-left: -2vw;
}

.sec04 .bd .name:after {
    width: .4vw;
}

.sec04 .bd .title {
    font-size: 3.2vw;
    line-height: 1.17;
    margin-bottom: 0;
}

.sec04 .bd .content {
    font-size: 3.2vw;
    line-height: 1.17;
    margin-bottom: 3.07vw;
}

.sec04 .bd .content a {
    color: #595959;
}
}
