/*index*/

.wrap1 {
    padding: 0;
    position: relative;
    /*margin-bottom: 92px;*/
}

.wrap1>img {
    width: 100%;
}

.qyjs {
    font-size: 12px;
    line-height: 20px;
    width: 80%;
    margin: auto;
    letter-spacing: 1px;
    text-align: justify;
}

.content {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}

.content h1 {
    margin-top: 10px;
    color: #005a9c;
}

.content h2 {
    margin-top: 10px;
    color: #005a9c;
}

.content h4 {
    margin-top: 10px;
    color: #005a9c;
}

.content a {
    margin-top: 20px;
}

.content a.btn_form,
.content a.btn_pdf {
    /* color: #fff; */
    color: #005a9c;
    border: 1px solid #fff;
    margin: 20px auto 0;
}

.wrap1 .content a.btn_apply {
    background: #ffdd0f;
    color: #003580;
    margin: 20px auto 0;
}

.chologo {
    padding-bottom: 120px;
    background: url(../imgs/zhanlue.jpg) no-repeat center;
    background-size: cover;
    background-position: 0 100%;
}

.chologo .safewidth {
    padding-bottom: 300px;
}

.companyList2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    /*padding-right: 40px;*/
}

.companyList2 h3 {
    text-align: center;
    margin-bottom: 20px;
}

.companyList2 ul li {
    width: 170px;
    height: 80px;
    background: #fff;
    border: 1px solid #f5f5f5;
    /*cursor: pointer;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.companyList2 ul li.on {
    border: 1px solid #003580;
}

.companyList2>h3 {
    color: #fff;
    font-size: 30px;
    padding: 40px 0 20px 0;
}

.companyList2 ul li:last-child h4 {
    font-size: 17px;
}

.companyList2 ul li .topCompanyLogo {
    width: 120px;
    height: 48px;
}

.companyList2 ul li:hover {
    border: 1px solid #003580;
}

.wrap2 {
    padding: 0;
    position: relative;
}

.wrap2 .masterTit {
    background: #005a9c;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.wrap2 ul {
    width: 100%;
    /*max-width: 1920px;*/
    margin: 0 auto;
    display: flex;
}

.wrap2 ul li {
    width: 25%;
    position: relative;
}

.wrap2 ul li>img {
    width: 100%;
    border-left: 2px solid rgba(0, 0, 0, .6);
    border-right: 2px solid rgba(0, 0, 0, .6);
}

.wrap2 ul li>div.text {
    width: 100%;
    height: 160px;
    padding: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.wrap2 ul li>div.text>h3 {
    font-size: 22px;
    width: 100%;
}

.wrap2 ul li>div.text>p {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    font-weight: lighter;
}

.wrap2>div {
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
    /*background: rgba(0,0,0,.8);*/
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: lighter;
    position: absolute;
    top: -92px;
    z-index: 3;
    /*margin-top: -40px;*/
    left: 0;
    /*margin-left: -150px;*/
}

.wrap3 {
    background: url(../imgs/index3.png) no-repeat center;
    background-size: cover;
    height: 860px;
}

.index3 {
    width: 1100px;
    margin: 0 auto;
}

.index3 ul {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.index3 ul li {
    width: 33.33%;
}

.index3 ul li>img {
    width: 100%;
}

.index3 ul li>div {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    background: #005a9c;
    color: #fff;
    height: 245px;
    padding: 20px;
}

.index3 ul li>div>h3 {
    font-size: 22px;
    line-height: 1.5;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.index3 ul li>div>h4 {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}

.index3 ul li>div>p {
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 10px;
}

.index3 ul li>div>a {
    color: #fff;
    margin-top: 10px;
    margin-right: 20px;
    background: #F2FD4A;
    border: 1px solid #F2FD4A;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.index3 ul li>div>a.reg {
    color: #F2FD4A;
    background: transparent;
}

.wrap4 {
    background: url(../imgs/index4.jpg) no-repeat center;
    background-size: cover;
    height: 860px;
}

.index4 {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.index4 ul {
    width: 600px;
    display: flex;
    align-items: center;
}

.index4 ul li {
    width: 50%;
    text-align: center;
}

.index4 ul li:nth-child(1) {
    border-right: 1px solid #aaa;
}

.index4 ul li div {
    padding: 29px;
    height: 200px;
}

.index4 ul li div:nth-child(2) {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.index4 ul li div h3 {
    font-size: 22px;
}

.index4 ul li div b {
    font-size: 50px;
    color: #ed6a47;
}

.wrap5 {
    background: #174c72;
}

.index5 {
    color: #fff;
}

.index5 .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.index5 h2 {
    font-size: 26px;
    margin-right: 20px;
}

.index5 ul {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.index5 ul li {
    width: 30%;
    margin: 10px 0;
    text-align: left;
    margin-bottom: 40px;
}

.index5 ul li>p.line {
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    margin: 10px auto;
}

.wrap5 a {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 1px;
}

.wrap5 img {
    width: 40px;
}

@media (max-width: 768px) {
    .wrap1 {
        padding: 0;
    }
    .content {
        top: 40px;
        left: 5%;
        width: 90%;
        transform: none;
    }
    .companyList2 ul li {
        padding: 0;
        width: 33.33%;
        height: 50px;
    }
    .companyList2 ul li .topCompanyLogo {
        width: 100px;
        height: 40px;
    }
    .chologo {
        height: auto;
    }
    .chologo .safewidth {
        padding-bottom: 0;
    }
    .content .logo {
        margin: 0 auto;
    }
    .content h1 {
        width: 100%;
        text-align: center;
    }
    .content h2 {
        width: 100%;
        text-align: center;
    }
    .content h4 {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
    }
    .content .btn_apply {
        margin: 12% auto 0 auto;
    }
    .content .btn_form {
        margin: 15px auto 0 auto;
    }
    .content .btn_pdf {
        margin: 15px auto 0 auto;
    }
    .masterTit {
        display: none;
    }
    .wrap1 {
        margin-bottom: 0px;
    }
    .wrap2 ul {
        display: none;
    }
    .wrap2>div {
        width: 100%;
        position: static;
        background: rgba(0, 0, 0, .8);
        margin-left: 0;
        margin-top: 0;
        line-height: 100px;
    }
    .wrap2>img {
        width: 100%;
    }
    .wrap3 {
        background: url(../imgs/index3-m.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .index3 {
        width: 100%;
        padding-bottom: 200px;
    }
    .index3 ul {
        width: 100%;
        display: block;
        margin-top: 0;
    }
    .index3 ul li {
        width: 100%;
        height: 160px;
        margin-top: 15px;
        display: flex;
    }
    .index3 ul li>img {
        height: 100%;
        width: auto;
    }
    .index3 ul li>div {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        height: 100%;
        padding: 15px;
    }
    .index3 ul li>div>h3 {
        font-size: 15px;
        font-weight: bold;
    }
    .index3 ul li>div>h4 {
        display: none;
    }
    .index3 ul li>div>p {
        display: none;
    }
    .index3 ul li>div>a {
        margin-right: 10px;
        padding: 4px 6px;
        font-size: 13px;
        display: inline-block;
    }
    .wrap4 {
        background: url(../imgs/index4-m.jpg) no-repeat center;
        background-size: cover;
        height: 760px;
    }
    .index4 {
        display: block;
    }
    .index4 ul {
        width: 100%;
    }
    .index4 ul li div {
        padding: 20px;
        height: 160px;
    }
    .index4 ul li div h3 {
        font-size: 17px;
    }
    .index4 ul li div b {
        font-size: 36px;
    }
    .index5 .title {
        display: block;
        text-align: center;
    }
    .index5 .title p {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 10px;
    }
    .index5 h2 {
        font-size: 24px;
        margin-right: 0;
    }
    .index5 ul {
        margin-top: 30px;
        width: 100%;
    }
    .index5 ul li {
        width: 90%;
    }
    .index5 ul li>p.line {
        width: 80%;
    }
}