/* 实习生招聘 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* color: #727171; */

}

/* 10÷16=62.5% */
html {
    font-size: 62.5%;
    color: #727171;
}

/* 12÷10=1.2 */
body {
    font-size: 14px;
    font-size: 1.4rem;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

html,
body {
    min-width: 300px;
}

img {
    display: block;
    width: 100%;
    border: none;
    vertical-align: middle;
}

/*div.school-item-img > img {
    height: 140.73px;
}*/

a {
    text-decoration: none;
}

.top {
    padding: 2rem 17.5%;
    /* background: tomato; */
}

.top .bag {
    display: flex;
    justify-content: space-between;
}

/* 导航栏 nav */
.nav {
    padding: 0 17.5%;
    background: #00479b;
    position: relative;
    z-index: 999999;
}

.nav .nav-list {
    position: absolute;
    top: 1px;
    right: 0;
    background: #68a4d9;
    display: none;
    z-index: 999;
    padding: 0;
}

.nav .nav-list a {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #a0c7ea;
}

.nav .nav-a {
    position: relative;
    padding: 1.7rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 1s;
}

.nav .nav-a:hover {
    background: #55a6ef;
    opacity: 0.8;
    color: #fff;
}

.nav .nav-a .nav-slide {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 9999;
    display: none;


}

.nav .nav-a .nav-slide a {
    display: block;
    text-decoration: none;
    padding: 2rem 0;
    width: 100%;
    color: #fff;
    background: #89bded;

}

.nav .nav-a .nav-slide a:hover {
    background: #55a6ef;
    color: #fff;
}
.ditu {
    position: relative;
}

.ditu .con {
    position: absolute;
    top: 24%;
    left: 17%;
}

.ditu .con p {
    font-size: 3.6rem;
    color: #55a6ef;
    width: 300px;
    letter-spacing: 2px;
}

.ditu .con p:nth-child(2) {
    margin-left: 20%;
}
/* 内容层 content */
.content {
    padding: 0 16.75%;
    /* background: #00479b; */
    position: relative;
    z-index: 9999;
}

.content .content-background {
    background: url(/img/backgroundPC.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -9%;
    padding-top: 6rem;
}

.content .content-background .content-t {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .schools {
    margin-top: 1rem;
    padding: 0rem 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding-bottom: 3rem;
}
.content .schools .school-item{
    width: 24.25%;
    min-width: 155px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    margin-top: 3rem;
    border: 1px solid #b4b4b5;
    margin-right: 1%;
    padding: 0;
    /* padding-bottom: 8%; */
}
.content .schools .school-item:nth-child(4n+0) {
    margin-right: 0;
}
.content .schools .school-item .school-item-img{
    padding: 12%;
}
.content .schools .school-item .school-item-con{
    background: #00779b;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.9;
    /* transition: all linear .3s */
}
.content .schools .school-item .school-item-con p {
    padding: 0 5%;
}
.content .schools .school-item .school-item-con p:nth-child(1) {
    padding: 0;
}
.content .schools .school-item .school-item-con p:nth-child(2) {
    margin-top: 1rem;
}

.content .schools .school-item .school-item-con-name  {
    display: flex;
    justify-content: space-between;
    padding: 4px 3%;
    background: #9fa0a0;
    color: #fff; 

}
.content .schools .school-item .school-item-con-name p {
    margin: 0; 
}
.content .schools .school-item .school-item-con-name p:nth-child(2) {
    margin: 0;
}
.lalala{
    width: 100%;
    background: #9fa0a0;
    padding: 2px 0;
}
.lalala p{
    margin: 0;
}
/* .content .schools .school-item:hover .school-item-con {
     transform: translateY(-180px);
} */

/* 薪酬福利 welfare */

.welfare{
    margin-top: 4rem;

    padding: 0 21.75%;
    padding-bottom: 3rem;
    background: #f3f3f4;
}
.welfare .welfare-t{
    padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welfare .welfare-t img{
    width: 50%;
}
.welfare .welfare-money{
    padding: 1rem 0;
}
.welfare .welfare-money-item{
    width: 32.6666666%;
    margin-right: 1%;
    padding: 0;
    margin-bottom: 0.6rem;
    /* float: left; */
}
.welfare .welfare-money-item:nth-child(3) {
    margin-right: 0;
}
.welfare .welfare-daiyu{
    /* margin-top: 1rem; */
}

/* 招聘流程 flow */

.flow{
    margin-top: 2rem;
    padding: 0 21.75%;
}
.flow .flow-t{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow .flow-t img{
    width: 34%;
}

.flow .flow-con{
    padding: 3rem 0;
}


/* 小屏幕 */
@media only screen and (max-width: 768px) {

    html,
    body {
        color: #727171;
    }

    .top {
        padding: 1.5rem 5%;
        background: #00479b;
        position: fixed;
        z-index: 99999;
    }

    .top .nav-list {
        width: 43%;
        position: absolute;
        top: 100%;
        background: #68a4d9;
        right: 0;
        z-index: 99999;
        padding: 0;
        display: none;
    }

    .top .nav-list a {
        display: block;
        padding: 1rem 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        border-bottom: 1px solid #a0c7ea;
    }

    .content {
        padding: 2rem 2%;
        position: relative;

    }

    .content .content-background {}

    .content .content-background {
        padding-top: 3rem;
    }

    .content .schools {
        padding: 0rem;
    }
    .content .schools .school-item {
        width: 49%;
        border: 1px solid #b4b4b5;
        margin-right: 1%;
    }
    .content .schools .school-item:nth-child(2n+0) {
        margin-right: 0;
    }
    .content .schools .school-item {
        margin-top: 1rem;
    }

    .welfare {
        margin-top: 4rem;
        padding: 0 6%;
        padding-bottom: 2rem;
        background: #f3f3f4;
    }
    .welfare .welfare-t {
        padding: 2rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .welfare .welfare-t img {
        width: 300px;
    }

    .flow {
        margin-top: 2rem;
        padding: 0 5%;
    }

    .flow .flow-t img {
        width: 200px;
    }
    .flow .flow-con{
        padding: 2rem 0;
    }
        .ditu .con {
            position: absolute;
            top: 24%;
            left: 5%;
        }

        .ditu .con p {
            font-size: 1.6rem;
            color: #55a6ef;
            width: 300px;
            letter-spacing: 2px;
        }

        .ditu .con p:nth-child(2) {
            margin-left: 20%;
        }

    div.school-item-con-name  p
	{font-size: 10px;}


}
/* 大屏幕  最小768 --- */
@media only screen and (min-width: 768px) {
    .more {
        display: none;
    }

    .nav-list {
        display: none;
    }

    html {
        color: #727171;
    }


}

@media only screen and (min-width: 768px) and (max-width:1200px) {

    .ditu .con {
        position: absolute;
        top: 20%;
        left: 16%;
    }

    .ditu .con p {
        font-size: 1.6rem;
        color: #55a6ef;
        width: 300px;
        letter-spacing: 2px;
    }

    .ditu .con p:nth-child(2) {
        margin-left: 15%;
    }

    div.school-item-con-name  p
	{font-size: 11px;}

}

/* 中屏幕 大于1980*/
@media only screen and (min-width: 768px) and (max-width:1200px) {

    .content .schools .school-item {
        width: 32.25%;
    }
    
}

/* 超大屏幕 大于1980*/
@media only screen and (min-width: 1980px) {

    html {
        font-size: 120% !important;
    }
}

@media only screen and (min-width: 1200px) {
div.school-item-con-name  p
{font-size: 13px;}
}

