@font-face {
    font-family: "pf";
    src: url(../fonts/pf.eot);
    src: url(../fonts/pf.eot?#font-spider) format("embedded-opentype"), url(../fonts/pf.woff2) format("woff2"), url(../fonts/pf.woff) format("woff"), url(../fonts/pf.ttf) format("truetype"), url(../fonts/pf.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body {
    position: relative;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    background: #f5f5f5!important;
}
html.active {
    /* overflow: hidden; */
}
i, em, b {
    font-style: normal;
    font-weight: normal;
    display: block;
}
a {
    color: #333;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
a:hover {
    color: #2f89bd;
}
img {
    max-width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}
input, textarea, button, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea {
    resize: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #bfbfbf !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}
.center {
    max-width: 1000px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.mask {
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
}
.mask.show {
    display: block;
}
ul {
    margin-bottom: 0;
}
.form-control {
    background-color: transparent;
    border: 1px solid #cbc9c9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777883;
}
.btn {
    height: 30px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
    box-shadow: none;
    display: inline-block;
    padding: 0 20px;
    background-color: #1abdb2;
    color: #eaeaea !important;
    -webkit-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: none;
}
.btn[disabled="disabled"], .btn[disabled="true"] {
    cursor: not-allowed;
}
.btn.primary-btn {
    background-color: #2c4c8d;
}
.btn.primary-btn:hover {
    background-color: #3d63ae;
}
.btn.danger-btn {
    background-color: #984b3c;
}
.btn.danger-btn:hover {
    background-color: #ac5443;
}
.btn.info-btn {
    background-color: #705b39;
}
.btn.info-btn:hover {
    background-color: #91764b;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/* 首页 */

.header {
    padding: 35px 0 5px;
    /*overflow: hidden;*/
}
.logo {
    float: left;
}
.mb-logo{
    display: none;
}
/* 导航 */
.top-right{
    text-align: right;
}
.nav {
    height: 40px;
    /* overflow: hidden; */
    margin: 25px 0 0;
    padding: 0;
}
.nav ul li {
    position: relative;
    float: left;
    /*width: 157px;*/
    /* width: 11.1%; */
    line-height: 40px;
    text-align: center;
}
.nav ul li:hover a{
    background: rgba(236, 112, 99);
    color: #fff;
}
.nav ul li.active a {
    background: #E74C3C;
    color: #fff;
    font-weight: bold;
}
.nav ul li:last-child {
    border-right: 0;
}
.nav ul li a {
    font-size: 14px;
    color: #666;
    display: block;
    padding: 0 11px;
    transition: all 0.2s;
}
.nav ul li:hover .subnav{
    max-height: 80px;
}
.nav ul li .subnav{
    max-height: 0;
    position: absolute;
    top: 40px;
    z-index: 2;
    min-width: 210px;
    padding: 0 10px;
    left: -10px;
    overflow: hidden;
    transition: all 0.4s;
}
.nav ul li .subnav a{
    background: #E74C3C;
    color: #fff;
    transition: all 0.2s;
}
.nav ul li .subnav a:hover{
    background: rgba(236, 112, 99);
}
/* banner */
.mb-banner{
    display: none;
}
.banner {
    width: 100%;
    margin-bottom: 35px;
}
.banner img {
    width: 100%;
}
.banner .swiper-pagination {
    bottom: 21px;
}
.banner .swiper-pagination-bullet {
    background: #c1c1c1;
    margin: 0 7.5px;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background: #2e8abb;
}

/* 首页导航 */
.homeNav .list{
    transition: all 0.4s;
}
.homeNav .list:hover{
    opacity: 0.9;
}
.homeNav .list a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    color: #fff;
    padding: 0 35px;
    height: 100%;
}
.homeNav .list p{
    font-size: 12px;
    line-height: 19px;
    color: rgb(241, 95, 67);
}
.homeNav .list:nth-child(1){
    background: url(../images/home_news_bg.png) no-repeat center;
    background-size: cover;
    height: 200px;
}
.homeNav .list:nth-child(1) .cont span{
    display: block;
    margin-top: 25px;
    font-size: 18px;
    line-height: 27px;
}
.homeNav .cont{
    margin-bottom: 0;
}
.homeNav .bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0;
}
.homeNav .bot .list{
    width: 48.5%;
}
.homeNav .bot .list b{
    line-height: 43px;
}
.homeNav .bot .list:nth-child(1){
    background: url(../images/home_product_bg.png) no-repeat center;
    background-size: cover;
    height: 200px;
}
.homeNav .bot .list:nth-child(2){
    background: url(../images/home_education_bg.png) no-repeat center;
    background-size: cover;
    height: 200px;
}
.home-edu{
    display: flex;
    margin-bottom: 35px;
}
.home-edu a{
    width: 50%;
    text-align: center;
    line-height: 60px;
    background: #f15f43;
    font-size: 14px;
    color: #fff;
    transition: all 0.4s;
}
.home-edu a:hover{
    background: rgba(213, 68, 40);
}
.content{
    background: #fff;
}
.content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content ul li{
    width: calc(100% / 3 - 16px);
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
    padding-bottom: 10px;
    overflow: hidden;
}
@media screen and (min-width: 768px){
    .content ul li:hover{
        border: 1px solid #f15f43;
    }
    .content ul li:hover .w-pl-pic img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
}
.content .w-pl-pic{
    height: 174px;
    overflow: hidden;
}
.content .w-pl-pic img{
    min-height: 100%;
    transition: all 0.4s;
}
.content .w-pl-title{
    color: #444;
    font-size: 16px;
    padding: 0 10px;
    font-weight: normal;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}
.content .w-pl-info{
    color: #999;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}
.link{
    background: #fff;
    padding: 60px 20px 40px;
    display: flex;
    justify-content: space-between;
}
.link .left{
    width: 40%;
}
.link .left > b{
    font-size: 24px;
    font-weight: bold;
    color: #c00000;
    font-family: '楷体';
    margin-bottom: 22px;
}
.link .left .li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.link .left .li a{
    width: 43%;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom: 20px;
}
.link .left .li a:nth-child(2n-1){
    border-right: 1px solid #ccc;
}
.link .left .li a:hover{
    color: #000;
}
.link .right{
    width: 60%;
    background: #000;
}
.link .right video{
    width: 100%;
    height: 310px;
}

/* 面包导航 */
.arrow{
    margin: 50px 0 28px;
    font-size: 14px;
    color: #333;
}
.arrow .dh{
    display: inline-block;
}
.arrow .dh a{
    color: #999;
}
.arrow .dh a:hover{
    color: #333;
    text-decoration: underline;
}
.arrow .dh em{
    display: inline-block;
}
.arrow .dh p{
    display: inline-block;
}
.title{
    background: url(../images/title_bg.png) no-repeat;
    height: 71px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title .co{
    text-align: center;
}
.title .co p{
    font-size: 30px;
    color: #262626;
    margin-bottom: 15px;
    font-weight: bold;
}
.title .co span{
    font-size: 24px;
    color: #262626;
}
.cont{
    margin-bottom: 50px;
}
.product-content{
    background: transparent;
}
.product-content ul li{
    background: #fff;
}
.product-content .w-pl-title{
    font-size: 14px;
}

/* 分页 */
.page{
    text-align: center;
}
.page .pagination{
    margin: 30px 0 0;
}
.page ul li{
    display: inline-block;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 10px;
}
.page ul li a{
    font-size: 12px;
    color: #666;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.page ul li:first-child a,
.page ul li:last-child a{
    width: 67px!important;
}

/* 详情 */
.info-title{
    text-align: center;
    margin: 17px 0 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.info .cont{
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.info .cont img{
    margin-top: 10px;
}
.info-page{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.info-page a{
    font-size: 15px;
    color: #000;
}
.info-page a span{
    color: #666;
}
.info-page a:hover span{
    color: #000;
}
.education .content{
    background: transparent;
}
.education .home-edu a{
    line-height: 35px;
}
.education .home-edu a.active{
    background: #e23a2a;
}

/* 新闻 */
.news .content ul{
    flex-wrap: wrap;
}
.news .content ul li{
    width: 100%;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}
.news .content ul li:hover .w-pl-title{
    text-decoration: underline;
}
.news .content ul li a{
    display: flex;
    justify-content: center;
}
.news .content .w-pl-pic{
    width: 220px;
    height: 130px;
}
.news .content .con{
    width: calc(100% - 220px);
    padding-left: 10px;
}
.news .content .w-pl-title{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.news .content .w-pl-info{
    color: #999;
    font-size: 12px;
    padding: 0;
    margin-top: 5px;
    line-height: 18px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .content .bottom{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 5px;
}
.news .content .bottom .see img{
    height: 15px;
}

/* 我要报名 */
.download .cont > b{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
.down a{
    width: 650px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}
.down .left{
    width: 54px;
}
.down .right{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 54px);
}
.down .right .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.down .right .top p{
    width: 80%;
    color: #444;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.down .right img{
    height: 12px;
}
.down .right .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down .right .bottom span{
    margin-left: 5px;
}
.down .right .bottom .icon{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down .right .bottom .icon img{
    margin-right: 5px;
}
.down a:hover .right .top p{
    text-decoration: underline;
}
.download .text{
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-top: 10px;
}
.download .text > em{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.download .text ul li{
    margin-bottom: 20px;
}
.download .text ul li > b{
    font-size: 14px;
    font-weight: bold;
}
/* 我要交费 */
.pay .cont > b{
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.pay .cont{
    min-height: 460px;
}
.pay .cont > em{
    margin-bottom: 40px;
    line-height: 23px;
}
.pay .yinhang{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.pay .yinhang .co{
    margin-left: 20px;
    line-height: 20px;
}
.pay .yinhang .co > b{
    font-weight: bold;
}
/* 人才招聘 */
.join .cont{
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 23px;
}
.join .det{
    background: #f0fbf8;
    padding: 10px 10px 30px;
    border: 1px solid #000;
    font-size: 14px;
    margin-bottom: 15px;
}
.join .det > b{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.join .det > em{
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.join .det p{
    text-indent: 2em;
}
.join .det ul{
    margin-top: 30px;
    text-indent: 2em;
}
.join .det i{
    font-size: 16px;
    font-weight: bold;
}
.join-det .list{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.join-det .list > b{
    line-height: 50px;
    background: #ccc;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
}
.join-det .deta{
    padding: 15px 15px 20px;
    font-size: 14px;
    line-height: 23px;
}
.join-det .deta b{
    font-weight: bold;
}
/* 联系我们 */
.map{
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 30px;
}
.map b{
    font-weight: bold;
}
#map1, #map2, #map3, #map4, #map5, #map6, #map7{
    margin-top: 15px;
    height: 230px;
    border: 1px solid #ccc;
}


/* 侧边 */
.right_nav {
    position: fixed;
    width: 247px;
    height: 522px;
    background: url(../images/26.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    z-index: 9999;
    padding-top: 82px;
    display: none;
}
.right_nav h3 {
    width: 220px;
    height: 46px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 25px;
    border: 3px solid #FFFFFF;
    line-height: 40px;
    background: #45b649;
}
.right_nav ul {
    width: 195px;
    margin: 0 auto;
    margin-top: 50px;
}
.right_nav ul li a {
    display: block;
    width: 100%;
    height: 56px;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
    background: #47b749;
    border: 4px solid #FFFFFF;
    border-radius: 28px;
    line-height: 48px;
    margin-top: 20px;
    transition: all .3s;
}
.right_nav ul li a:hover{
	background:#057b07;
}
/* 弹窗 */
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: none;
    animation: fixed 0.5s;
}
.fixed.act{
    display: flex;
}
@keyframes fixed{
    0%{
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
.fixed .box{
    position: relative;
    height: 50%;
}
.fixed .box .pic{
    height: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.fixed .box .close{
    position: absolute;
    width: 50px;
    right: -80px;
    top: -22px;
    cursor: pointer;
    transition: all 0.3s;
}
.fixed .box .close:hover{
    opacity: 0.7;
}

/* 版权 */

.footer {
    background: #363636;
    padding: 12px 0;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}
.footer a {
    color: #fff;
    margin-left: 10px;
}
.footer a:hover {
    opacity: 0.8;
}

.mb{
    display: none;
}


@media screen and (max-width: 768px){
    body, #app{
        background: #fff;
    }
    .cont{
        padding: 0 10px;
    }
    .logo{
        display: none;
    }
    .header{
        padding-top: 0;
    }
    .mb-logo{
        display: block;
    }
    .top-right{
        display: none;
    }
    .mb{
        display: block;
    }
    .banner{
        display: none;
    }
    .mb-banner{
        display: block;
    }
    .homeNav .list, .home-edu, .link{
        display: none;
    }
    .content{
        background: transparent;
        padding: 0 10px;
    }
    .content ul li{
        width: calc(100% / 2 - 10px);
        border: 0;
    }
    .content .w-pl-info{
        display: none;
    }
    .homeNav .content ul li:nth-child(4n+1){
        display: none;
    }
    .title{
        height: auto;
        background: transparent;
        margin-bottom: 30px;
    }
    .title .co p{
        display: inline-block;
        font-size: 22px;
        margin-bottom: 0;
    }
    .title .co span{
        font-size: 18px;
    }
    .mb-contact{
        margin-bottom: 50px;
        padding: 0 10px;
    }
    .mb-con{
        text-align: center;
        line-height: 25px;
        font-size: 16px;
    }
    .mb-con b{
        font-weight: bold;
    }
    .mb-about{
        margin-bottom: 25px;
    }
    .mb-about .mb-con{
        text-align: left;
        text-indent: 2em;
    }
    .mb-about .mb-con a{
        line-height: 40px;
        background: #49b576;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-radius: 5px;
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .homeNav .bot{
        margin: 0;
    }
    .content .w-pl-pic{
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content .w-pl-pic img{
        min-height: auto;
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
    }
    .education .home-edu{
        display: flex;
    }
    .education .home-edu a{
        width: 50%;
        display: block;
        line-height: 45px;
        margin-right: 1px;
    }
    .news .content .w-pl-pic{
        display: none;
    }
    .news .content .con{
        width: 100%;
    }
    .news .content .bottom{
        display: none;
    }
    .news .content .w-pl-info{
        display: none;
    }
    .arrow{
        display: none;
    }
    .menu img{
        width: 60px;
        margin-left: 10px;
    }
    .mb-nav{
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(0,0,0,1);
        height: 100%;
        z-index: 99999;
    }
    .mb-nav.active{
        display: block;
    }
    .mb-nav a{
        font-size: 18px;
        color: #fff;
        display: block;
    }
    .mb-nav .close{
        position: absolute;
        right: 20px;
        top: 20px;
        opacity: 1;
    }
    .mb-nav .close img{
        width: 35px;
    }
    .mb-nav ul{
        padding: 79px 30px 30px;
    }
    .mb-nav ul li{
        line-height: 50px;
        border-bottom: 1px solid #fff;
    }
    .info-title{
        margin-bottom: 30px;
    }
    .info-page{
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .info-page a{
        width: 100%;
        text-align: left;
    }
    .info-page a:last-child{
        text-align: left;
        margin-top: 10px;
    }
    .pay .yinhang{
        flex-wrap: wrap;
    }
    .pay .yinhang img{
        width: auto;
    }
    .pay .yinhang .co{
        margin-left: 0;
    }
    .pay .cont{
        min-height: auto;
    }
    .down a{
        width: auto;
    }
    .down .right .top span{
        display: none;
    }
    .down .right .bottom span{
        margin-left: 0;
    }
    .down .right .bottom em{
        margin-left: 20px;
        flex: 1;
    }
    .right_nav{
        width: 150px;
        height: 317px;
        padding-top: 60px;
        background-size: 100%;
    }
    .right_nav h3{
        width: 80%;
        height: auto;
        line-height: 30px;
        font-size: 14px;
    }
    .right_nav ul {
        width: 80%;
        margin-top: 10px;
    }
    .right_nav ul li a{
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .fixed .box .close{
        right: inherit;
        top: inherit;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
    }
}