@charset "utf-8";
.toptel {
    background: rgb(11, 75, 159);
}

.honav .nav-link:hover {
    color: rgb(11, 75, 159);
}

footer .copyright {
    color: #fff;
    background: rgb(11, 75, 159);
}

footer .copyright a {
    color: #fff;
}

.ocs {
    position: fixed;
    right: 30px;
    bottom: 160px;
    z-index: 999;
    width: 46px;
}

.wraptitle {
    position: relative;
    padding: 80px 10px 50px;
    text-align: center;
}

.wraptitle::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 50%;
    height: 30px;
    width: 50em;
    border: 2px solid #222;
    transform: translate(-50%);
}

.wraptitle h2 {
    z-index: 9;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(11, 75, 159);
    background: #fff;
}

.wraptitle h2 em {
    /* margin-right: 10px; */
    color: #222;
}

.wraptitle p {
    padding-top: 4px;
    font-size: 18px;
    color: #999;
}

.wraptitle p::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 32px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid rgb(11, 75, 159);
    transform: translate(-50%);
}

.bg .wraptitle {
    padding: 50px 10px;
}

.bg .wraptitle h2 {
    background: none;
}

.bg .wraptitle::after {
    border: 0;
}

.qabg {
    background: url(../images/askbg.png) repeat left top;
    background-size: 100%;
}

.askitem {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
}

.askitem li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #aeaeae;
}

.askitem a {
    position: relative;
    display: flex;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
}

.askitem a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 16px;
    background: rgb(11, 75, 159);
    align-self: center;
}

.askitem p {
    height: 60px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.qa {
    display: block;
    padding: 10px 20px;
    margin: 0 auto 20px;
    width: 15%;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right, rgb(11, 75, 159), rgba(11, 75, 159, 0.7));
    transition: all 2s ease-out;
}

.qa:hover {
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(to right, rgba(11, 75, 159, 0.7), rgb(11, 75, 159));
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(11, 75, 159, 0.7);
}

.swiper-jiuye,
.swiper-kaoqu,
.swiper-banci,
.swiper-teacher {
    position: relative;
    padding-bottom: 40px;
    overflow: hidden;
}

.jyitem {
    display: flex;
    border: 1px solid #f1f1f1;
}

.jyitem img {
    width: 45%;
}

.jyinfo {
    position: relative;
    padding: 0 20px;
    width: 100%;
    align-self: center;
}

.jyinfo strong {
    display: block;
    font-size: 22px;
    color: rgb(11, 75, 159);
}

.jyinfo p {
    height: 42px;
    color: #999;
}

.jyinfo span {
    position: absolute;
    right: 0;
    bottom: -64px;
    font-size: 48px;
    color: #f6f6f6;
}

.kaoqu {
    background: url(../images/kaoqubg.png) repeat left top;
    background-size: 100%;
}

.kqitem {
    padding: 10px 20px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
}

.kqitem i {
    display: block;
    font-size: 48px;
    color: #999;
}

.kqitem strong {
    display: block;
    padding: 10px 0 20px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(11, 75, 159);
}

.kqitem p {
    height: 42px;
    color: #999;
}

.banci {
    background: url(../images/bancibg.png) repeat left top;
    background-size: 100%;
}

.bancitab .hd li {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.bancitab .hd li.on {
    color: #fff;
    background: rgb(11, 75, 159);
    border: 1px solid rgb(11, 75, 159);
}

.bcinfo {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.bcleft {
    /* width: 70%; */
}

.bcleft h3 {
    font-size: 32px;
    color: rgb(11, 75, 159);
    text-transform: uppercase;
}

.bcleft strong {
    display: block;
    padding: 10px 0 20px;
    font-size: 24px;
    font-weight: 500;
}

.bcleft p {
    font-size: 16px;
    color: #999;
    line-height: 1.8;
}

.bcright {
    width: 14%;
}

.bcright strong {
    display: block;
    padding-bottom: 18px;
    font-size: 36px;
    color: rgb(11, 75, 159);
}

.bcright strong sub {
    font-size: 18px;
}

.bcright a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background: rgb(11, 75, 159);
    text-align: center;
}

.bcwrap .col-lg-3 {
    padding-bottom: 20px;
}

.bcwrap .col-lg-3 em {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
}

.bcwrap .col-lg-3 strong {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: rgb(243, 152, 0);
}

.bcwrap .col-lg-3 strong {
    color: #333;
}

.bcwrap .col-lg-3 p {
    color: #999;
}

.tiaojian {
    padding: 48px 0;
    background: url(../images/tiaojianbg.png) no-repeat left top;
    background-size: 100%;
}

.tjitem {
    left: 46%;
    position: relative;
    padding: 30px 30px 30px 100px;
    width: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.tjitem h3 {
    padding-bottom: 18px;
    font-size: 24px;
    color: #fff;
}

.tjitem span {
    display: block;
    padding: 10px 0 20px;
    font-size: 14px;
    color: #999;
}

.tjitem p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.tjitem p a {
    float: right;
    color: yellow;
}

.teacheritem {
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 6px;
}

.teacheritem img {
    padding-bottom: 20px;
    border-radius: 50%;
}

.teacheritem strong {
    display: block;
    font-size: 18px;
    text-align: center;
}

.teacheritem p {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;
    /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 7;
    /*限制文本行数，3行、4行等*/
    overflow: hidden;
}

@media (max-width: 576px) {
    .hidden-sm {
        display: none !important;
    }
    .wraptitle {
        padding: 30px 10px;
    }
    .wraptitle::after {
        width: 0;
        border: 0;
    }
    .wraptitle h2 {
        padding-bottom: 6px;
        font-size: 24px;
        background: none;
    }
    /* .wraptitle h2 em {
        display: block;
    } */
    .wraptitle p::after {
        bottom: 12px;
    }
    .bg .wraptitle {
        padding: 24px 10px 38px;
    }
    .bg .wraptitle p::after {
        bottom: 20px;
    }
    .askitem p {
        height: 100%;
    }
    .qa {
        width: 50%;
    }
    .jyitem {
        flex-wrap: wrap;
    }
    .jyitem img {
        width: 100%;
    }
    .jyinfo {
        padding: 0 10px;
    }
    .jyinfo strong {
        padding-top: 10px;
        height: 48px;
        font-size: 16px;
        line-height: 1;
    }
    .jyinfo p {
        height: 80px;
    }
    .jyinfo span {
        bottom: -18px;
    }
    .kqitem strong {
        font-size: 20px;
    }
    .kqitem p {
        height: 60px;
    }
    .bcinfo {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .bcleft,
    .bcright {
        width: 100%;
    }
    .bcright strong {
        text-align: center;
    }
    .tiaojian {
        padding: 42px 0 0;
    }
    .tjitem {
        left: unset;
        padding: 10px;
        width: 100%;
        background: rgba(11, 75, 159, 0.7);
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1140px;
    }
}