/* .首页入口页面 */

.wp {
    padding: 0 2%;
    width: 74%;
    margin: 0 auto;
    min-width: 1200px;
}

body {
    background: url(../images/enterbg.jpg) no-repeat center;
    height: max-content;
    width: 100%;
    background-size: cover;
}

header {
    padding: 50px 0 0 0;
}

header .wp .headtitle {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.enter .wp .enter_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 30px 0 40px 0;
}

.enter .wp .enter_list .item {
    width: calc(100% / 3 - 90px);
    margin: 0 10px 0 0;
    padding: 70px 40px 50px;
    background: #fff;
    border-radius: 6px;
}

.enter .wp .enter_list .item:last-child {
    margin: 0;
}

.enter .wp .enter_list .item .icon {
    display: block;
    margin: 0 auto 10px;
}

.enter .wp .enter_list .item .name {
    font-size: calc(1vw + 11px);
    color: #313438;
    font-weight: bold;
    text-align: center;
}

.enter .wp .enter_list .item .desc {
    font-size: 13px;
    color: #cfcfcf;
    text-align: center;
    display: block;
}

.enter .wp .enter_list .item .pic {
    margin: 20px auto;
    display: block;
    max-width: 100%;
}

.enter .wp .enter_list .item .date {
    font-size: 18px;
    color: #313438;
    position: relative;
    padding: 0 0 0 25px;
}

.enter .wp .enter_list .item .date::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/enter/date.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}

.enter .wp .enter_list .item .position {
    font-size: 18px;
    color: #313438;
    position: relative;
    padding: 0 0 0 25px;
}

.enter .wp .enter_list .item .position::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/enter/position.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}

.enter .wp .enter_list .item .btn_list {
    display: flex;
    padding: 30px 0;
    display: flex;
}

.enter .wp .enter_list .item .btn_list a {
    height: 53px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    width: calc(100% / 2 - 10px);
    margin: 0 20px 0 0;
}

.enter .wp .enter_list .item .btn_list a:first-child {
    background: #f3242f;
}

.enter .wp .enter_list .item .btn_list a:last-child {
    background: #e2e3e8;
    margin: 0;
    color: #4e4e4e;
}

footer .wp .contact {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

footer .wp .info {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 14px;
}

@media (min-width:1921px) and (max-width:2560px) {
    .enter .wp .enter_list .item .name {
        font-size: 30px;
    }
    .wp {
        max-width: 1430px;
    }
    header {
        padding: 8% 0 0 0;
    }
    footer .wp .contact {
        font-size: 18px;
    }
    footer .wp .info {
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .enter .wp .enter_list .item .name {
        font-size: 24px;
    }
}

@media (max-with:1650px) {}

@media (max-with:1440px) {}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1170px) {
    .wp {
        width: 96%;
        min-width: auto;
    }
    .enter .wp .enter_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 30px 0 40px 0;
    }
    .enter .wp .enter_list .item {
        width: 100%;
    }
    .enter .wp .enter_list .item .pic {
        width: 100%;
    }
    .enter .wp .enter_list .item .name {
        font-size: 30px;
    }
    .enter .wp .enter_list .item .desc {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    header .wp .headtitle {
        font-size: 40px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 640px) {
    header .wp .headtitle {
        font-size: 36px;
    }
}

@media (max-width: 414px) {
    header .wp .headtitle {
        font-size: 24px;
    }
    .enter .wp .enter_list .item {
        padding: 22px 10px 20px;
        margin: 0 0 10px 0;
    }
    .enter .wp .enter_list .item .name {
        font-size: 22px;
    }
    .enter .wp .enter_list .item .desc {
        font-size: 14px;
    }
    body {
        background: url(../images/enterbg.jpg);
        height: 100%;
        background-position-x: left;
        background-position-y: top;
        background-size: contain;
        background-repeat: repeat-y;
        padding: 0 0 20px 0;
    }
    .enter .wp .enter_list .item .date {
        font-size: 14px;
    }
    .enter .wp .enter_list .item .position {
        font-size: 14px;
    }
    .enter .wp .enter_list .item .btn_list a {
        height: 40px;
        font-size: 14px;
    }
    header {
        padding: 40px 0 0 0;
    }
}

@media (max-width: 393px) {}

@media (max-width: 375px) {}