<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family: 'bod'; 
    src: url('../font/bodonibt.otf');
}
.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.school-introdu {
    height: 810px;
    width: 100%;
}
.school-introdu-bg {
    background: url(../images/bg3.png) no-repeat center center/100% 100%;
}
.school-introdu-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .school-introdu-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .school-introdu-container {
        width: 850px !important;
    }
}

.video-zone {
    height: auto;
}
.video-zone .mod-header {
    color: #ffffff;
}
.video-zone .icon_bar {
    background-color: #ffffff;
}
.video-zone-bg {
    background: url(../images/bg2.png) no-repeat center center/100% 100%;
}
.video-zone-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .video-zone-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .video-zone-container {
        width: 850px !important;
    }
}

.news {
    height: auto;
    /*
    padding-top: 140px;
    */
}
.news .icon_bar {
    background-color: #015aa9;
}
.news-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .news-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .news-container {
        width: 850px !important;
    }
}

.moral {
    height: auto;
}
.moral .mod-header {
    color: #222;
}
.moral .icon_bar {
    background-color: #015aa9;
}

.moral-bg {
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
}
.moral-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .moral-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .moral-container {
        width: 850px !important;
    }
}

.campus {
    height: auto;

}
.campus .mod-header {
    color: #222;
}
.campus .icon_bar {
    background-color: #015aa9;
}
.campus-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .campus-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .campus-container {
        width: 850px !important;
    }
}

.footer {
    height: auto;
    padding-top: 0;
}
.footer-container {
    width: 1440px;
}
@media screen and (max-width: 1440px) {
    .footer-container {
        width: 1000px !important;
    }
}
@media screen and (max-width: 1200px) {
    .footer-container {
        width: 850px !important;
    }
}

.scroll-app-snap {
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
}
.scroll-app-snap &gt; .page-slide {
    scroll-snap-align: start;
}
.scroll-app-snap &gt; .page-slide-end {
    scroll-snap-align: end;
}

.app-continer {
    min-width: 1200px;
}
.app-continer::-webkit-scrollbar {
    display: none;
}

.scroll-padding-top {
    box-sizing: border-box;
    padding-top: 150px;
}

.scroll-app::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.scroll-app::-webkit-scrollbar-track {
    background-color: rgb(228, 227, 227);
}
.scroll-app::-webkit-scrollbar-thumb {
    background-color: rgb(9, 171, 235);
}

.header-swiper {
    width: 100%;
    height: 990px;
    position: relative;
    overflow: hidden;
}
.header-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-app {
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
}
.header-app .search {
    margin-right: 0;
    margin-left: auto;
    margin-top: 28px;
    width: 300px;
    height: 42px;
    background: rgba(4, 4, 4, 0.25);
    border-radius: 18px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 13px;
}
.header-app .search .bar {
    display: inline-flex;
    align-items: center;
}
.header-app .search .space {
    display: block;
    width: 1px;
    height: 15px;
    background: #ffffff;
    margin: 0 15px;
}
.header-app .search .text {
    font-size: 16px;
    font-weight: 400;
    color: #fefefe;
}
.header-app .search .icon_bar {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.header-app .search .icon_bar img {
    width: 100%;
    height: 100%;
}
.header-app .search .search-icon_bar {
    width: auto;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
}
.header-app .search .search-icon_bar input{
    outline: none;
    height: 24px;
    line-height: 24px;
    background: none;
    color: #fff;
    display: none;
    font-size: 16px;
}
.header-app .search .search-icon_bar img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.header-app .search-container {
    box-sizing: border-box;
    padding: 0 100px;
}
.header-app .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100px;
}
.header-app .logo {
    width: 353px;
    flex-shrink: 0;
}
.header-app .logo a,
.header-app .logo img {
    width: auto;
    height: 100%;
    display: block;
}
.header-app .logo-dark {
    display: none !important;
}
.header-app .nav {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    color: #fefefe;
    height: 110px;
}
.header-app .nav .nav-bar {
    height: 110px;
    position: relative;
    width: 115px;
    border-bottom: 2px solid rgba(255,255,255,0)
}
.header-app-fixed .nav-bar{
    border-bottom: 2px solid #fff;
}
.header-app-fixed .nav .nav-bar.nav-bar-active,.header-app .nav .nav-bar:hover {
    border-color:#015aa9;
}
/*
.header-app .nav .nav-bar::after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgba(0, 0, 0, 0.4);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    left: 35%;
    top: 45px;
}
*/
.header-app .nav .nav-group {
    position: absolute;
    min-width: 115px;
    left: 50%;
    top: 110px;
    display: none;
}
/*
.header-app-fixed .nav .nav-group{
    top:110px;
}
*/
.header-app .nav .nav-group .nav-group-wap {
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;

    text-align: center;
    /*
    padding: 10px;
    border-radius: 5px;
    */
}
.header-app .nav .nav-group .nav-group-wap .nav-group-bar {
    line-height: 2;
    font-size: 16px;
}
.header-app .nav .nav-group .nav-group-wap .nav-group-bar:hover{
    background: rgba(0, 0, 0, 0.5);
}
.header-app .nav .nav-group-bar {
    white-space: nowrap;
}
.header-app .nav .nav-bar_label {
    display: block;
    height: 110px;
    line-height: 110px;
    font-size: 18px;
    text-align: center;
}
.header-app .nav .nav-bar:hover .nav-group, .header-app .nav .nav-bar:hover::after{
    display: block !important;
    z-index: 100;
}
.header-app .nav .home-bar:hover .nav-group, .header-app .nav .home-bar:hover::after {
    display: none !important;
    z-index: 100;
}
.header-app-fixed {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
}
.header-app-fixed .search-container {
    background-color: #015aa9;
}
.header-app-fixed .search-container .search {
    background-color: transparent;
    margin-top: 0;
}
.header-app-fixed .search-container .search .text {
    color: #fefefe;/*rgba(254, 254, 254, 0.6);*/
}
.header-app-fixed .search-container .search .space {
    background-color: rgba(254, 254, 254, 0.6);
}
.header-app-fixed .nav-container {
    background-color: #fff;
    height: 110px;
}
.header-app-fixed .nav-container .nav {
    color: #333333;
}
.header-app-fixed .nav-container .logo-light {
    display: none;
}
.header-app-fixed .nav-container .logo-dark {
    display: block !important;
}
.header-app-fixed .nav-group-wap {
    background-color: #fff;
    color: #fff;
}
@media screen and (max-width: 1660px) {
    .header-app .nav-container {
        padding: 13px 80px;
    }
    .header-app .logo {
        width: 250px;
    }
    .header-app .nav-bar {
        margin-left: 22px !important;
        width: 80px !important;
    }
}
@media screen and (max-width: 1410px) {
    .header-app .nav-container {
        padding: 13px 50px;
    }
    .header-app .logo {
        width: 230px;
    }
    .header-app .nav-bar {
        margin-left: 5px !important;
        font-size: 16px;
    }
}


.school-introdu .school-introdu-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 0 80px 0;
    box-sizing: border-box;
}
.school-introdu .school-introdu-container {
    display: flex;
    position: relative;
    align-items: center;
}
.school-introdu .scholl-desc {
    width: 50%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 80px;
}
.school-introdu .imgs {
    flex-shrink: 0;
    width: 50%;
}
.school-introdu .img-box {
    width: 100%;
    height: 480px;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 20px;
}
.school-introdu .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.school-introdu .img-con {
    width: 100%;
    height: 464px;
}
.school-introdu .img-two {
    width: 70%;
    height: 331px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
.school-introdu .img-con,
.school-introdu .img-two {
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
}
.school-introdu .en-title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 36px;
    text-transform: uppercase;
}
.school-introdu .cn-title {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
}
.school-introdu .en-title,
.school-introdu .cn-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school-introdu .space_icon {
    display: block;
    width: 39px;
    height: 3px;
    background: #015aa9;
    margin-top: 38px;
    margin-bottom: 40px;
}
.school-introdu .info-p {
    width: 100%;
    min-height: 257px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.school-introdu .icons {
    display: flex;
    margin-top: 20px;
}
.school-introdu .icons .icon {
    margin-right: 12%;
}
.school-introdu .icons .icon:last-child {
    margin-right: 0;
}
.school-introdu .icons .icon  span {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
}
.school-introdu .icons .icon_bar {
    width: 51px;
    height: 51px;
    overflow: hidden;
    margin: 0 auto 15px auto;
}
.school-introdu .icons .icon_bar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.school-introdu .scholl-more {
    position: absolute;
    width: 72px;
    height: 72px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(96, 96, 96, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    font-size: 22px;
    color: #0363a9;

}
.school-introdu .scholl-more:hover{
    color: #fff;
    background: #0363a9;
}

.video-zone {
    padding-top: 140px;
}
.video-zone .video-zone-container {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 120px 0;
}
.video-zone .video-container {
    width: 100%;
    height: 590px;
    margin-top: 56px;
    display: flex;
}
.video-zone .right-videos {
    width: 375px;
    margin-left: 20px;
    flex-shrink: 0;
    overflow: auto;
    height: 590px;
}

.video-zone .right-videos::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.video-zone .right-videos::-webkit-scrollbar-thumb {
    background-color: #015aa9;
}
.video-zone .right-videos::-webkit-scrollbar-track {
    background-color: #eeeeee;
}


.video-zone .left-video {
    flex: 1;
    height: 100%;
}
.video-zone .left-video video {
    width: 100%;
    height: 100%;
}
.video-zone .video-item {
    height: 182px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}
.video-zone .video-item:nth-last-of-type(1){
    margin-bottom: 0;
}
.video-zone .video-item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.video-zone .video-item:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.video-zone .video-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-zone .video-item .name {
    position: absolute;
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 10;
}

.mod-title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.mod-title .title-cn {
    font-size: 28px;
    font-weight: bold;
}
.mod-title .icon,
.mod-title .title-en {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'bod';
}

.mod-header .icon_bar {
    width: 39px;
    height: 2px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.news .news-container {
    margin: 0 auto;
    padding: 90px 0 90px 0;
    box-sizing: border-box;
}


.news .new-wap {
    margin-top: 55px;
}
.top-news{
    height: 100px;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    padding: 20px 25px;
    line-height: 50px;
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.top-news .icon{
    padding-right: 35px;
    position: relative;
}
.top-news .icon:after{
    content:"";
    width: 2px;
    background: #ced6d9;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 8px;
}
.txtScroll-top{flex:1;padding: 0 35px; width:100%;  overflow:hidden; position:relative;}
.txtScroll-top .bd{ }
.txtScroll-top .infoList li{ height:50px; line-height:50px;font-size: 20px;color:#333;   }
.txtScroll-top .infoList li .date{ float:right; color:#999; font-size: 18px; }
.news .new-wap .box {
    height: 450px;
    display: flex;
}

.slideBox{ width:650px; height:450px; overflow:hidden; position:relative;margin-right: 40px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{font-size:0px;border-radius: 5px; float:left; margin-right:5px;  width:10px; height:10px; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#1e8bde; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li h3{
    background: #000;
    height: 45px;
    line-height: 45px;
    color: #fff;
    position: absolute;
    bottom:0px;
    width: 650px;
    padding:0 20px;
    background: rgba(0,0,0,0.5);
    font-size: 16px;
    font-weight: normal;  
    box-sizing: border-box;
}
.slideBox .bd img{ width:650px; height:450px; display:block;-o-object-fit: initial;
                   object-fit: initial;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }





.news .news-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news-p {
    font-size: 15px;
    font-weight: 400;
    color: #999;
    line-height: 28px;
    margin-top: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .news-list {
    flex: 1;
}
.news .news-list .img {
    width: 130px;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    padding: 20px 0;
}
.news .news-list .img .day{
    font-size: 40px;
    color: #015aa9;
}
.news .news-list .img .month{
    font-size: 16px;
    color:#333;
    line-height: 36px;
}

.news .news-list .news-link {
    display: flex;
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    height: 135px;
}
.news .news-list .news-link:last-child {
    margin-bottom: 0;
}
.news .news-list .news-type .icon_ {
    background-color: #015aa9;
}
.news .news-list .news-type .name {
    color: #666666;
}
.news .news-list .info{
    flex:1;
    padding: 0 30px;
}
.news .news-list .news-title {
    color: #333333;
    font-weight: normal;
}
.news .news-list .news-p {
    margin-top: 10px;
    color: #999;
}
@media screen and (max-width: 1450px) {
    .news .new-left {
        display: none;
    }
}


.moral-swiper .swiper-slide {

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.moral .moral-container {
    margin: 0 auto;
    padding: 70px 0 100px 0;
}
.moral .moral-list {
    width: 100%;
    height: 490px;
    overflow: hidden;
    /*
    display: flex;
    flex-wrap: wrap;
    */
    margin-top: 70px;
}
.moral .moral-link {
    height: 100%;
    display: block;
    /*
    width: 23%;
    margin-right: 2%;
    box-shadow: 0px 0px 35px 0px rgba(46, 124, 199, 0.26);
    */

    border-radius: 21px;
    overflow: hidden;
}
.moral .moral-link:nth-child(4n+4) {
    margin-right: 0;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(1) .moral-title {
    background-color: #2c79c2;
}

.moral .swiper-wrapper .swiper-slide:nth-of-type(2) .moral-title {
    background-color: #69a84e;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(3) .moral-title {
    background-color: #487d80;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(4) .moral-title {
    background-color: #8a4c53;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(5) .moral-title {
    background-color: #5b782e;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(6) .moral-title {
    background-color: #9b21c8;
}
.moral .swiper-wrapper .swiper-slide:nth-of-type(7) .moral-title {
    background-color: #ec800b;
}
.moral .moral-link img {
    width: 100%;
    height: 280px;
    display: block;
}
.moral .moral-link .moral-title {
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 25px;
}
.moral .moral-link .moral-title .name {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
.moral .moral-link .moral-title .name-en {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 43px;
    opacity: 0.2;
}
.moral .moral-link .moral-title .name,
.moral .moral-link .moral-title .name-en {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.campus .campus-container {
    box-sizing: border-box;
    padding: 100px 0;
    margin: 0 auto;
}
.campus .top-campus {
    height: 440px;
    display: flex;
    margin-bottom: 80px;
}
.campus-swiper {
    width: 100%;
    height: 590px;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
}
.campus-swiper .swiper-pagination-bullet{
    width: 33px;
    height: 6px;
    background: #b6b6b6;
    border-radius: 0;
    opacity: 1;
}
.campus-swiper .swiper-pagination-bullet-active{
    background: #0061b8;
}
.campus .top-campus .img {
    flex: 1;
}
.campus .top-campus .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.campus .top-campus .elegant {
    width: 680px;
    background-color: #156ebe;
    color: #fff;
    box-sizing: border-box;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.campus .top-campus .eleg-tip {
    display: flex;
    align-items: center;
}
.campus .top-campus .eleg-tip .icon_ {
    width: 15px;
    height: 2px;
    background: #ffffff;
    margin-right: 10px;
}
.campus .top-campus .eleg-tip .text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.campus .top-campus .title {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 23px;
    margin-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.campus .top-campus .time {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
}
.campus .top-campus .eleg-p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 26px;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.campus .top-campus .more-a {
    width: 151px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 80px;
}
.campus .top-campus .more-a:hover{
    background: #fff;
    color: #156ebe;
    border-color: #156ebe;
}
.campus .two-campus {
    height: 546px;
    display: flex;
}
.campus .big-picture {
    flex: 1;
    height: 100%;
    overflow: hidden;
}
.campus .big-picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.campus .pictrues {
    display: flex;
    flex-wrap: wrap;
    width: 750px;
}
.campus .pictrues .img {
    width: 365px;
    height: 268px;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.campus .pictrues .img:first-child {
    margin-top: 0;
}
.campus .pictrues .img:nth-child(2) {
    margin-top: 0;
}
.campus .pictrues .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.campus-swiper img{
    transition: 0.5s;
}
.campus-swiper img:hover{
    transform: scale(1.2);
}
@media screen and (max-width: 1445px) {
    .campus .pictrues {
        width: 550px;
    }
    .campus .pictrues .img {
        width: 265px;
    }
}

.footer-container {
    margin: 0 auto;
}

.footer-bg {
    background: #3a3b3f;
}

.footer-bg2 {
    background: #343438;
}

.footer-x {
    box-sizing: border-box;
    padding: 30px 0;
}

.footer-cp {
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.footer-cp .p {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.footer-cp .p a {
    margin: 0 4px;
}
@media screen and (max-width: 1230px) {
    .footer-cp .p {
        font-size: 14px;
    }
    .footer-cp .friend-chain .title {
        font-size: 14px;
    }
    .footer-cp .friend-chain .head {
        font-size: 14px;
    }
}

.foot-wap1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 25px;
}
.foot-wap1 .social .sco {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.foot-wap1 .social .social-a {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(130, 131, 133, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.foot-wap1 .social .social-a .qrcode{
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    width: 102px;
    height: 102px;
    display: none;
}
.foot-wap1 .social .social-a .qrcode::after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -21px;
}
.foot-wap1 .social .social-a .qrcode img{
    display: block;
    width: 100px;
    height: 100px;
}
.foot-wap1 .social .social-a:hover .qrcode{
    display: block;
}
.foot-wap1 .entrance .enter {
    display: block;
    width: 127px;
    height: 35px;
    border: 1px solid rgba(221, 221, 221, 0.2);
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
}
.foot-wap1 .codeimg {
    display: flex;
    margin-top: 20px;
}
.foot-wap1 .codeimg .img {
    width: 100px;
    margin: 0 25px;
}
.foot-wap1 .codeimg .img img {
    width: 100px;
    height: 100px;
}
.foot-wap1 .codeimg .name {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.foot-wap1 .contact-info {
    margin-top: 20px;
}
.foot-wap1 .contact-info .contact-row {
    display: flex;
    margin-top: 14px;
}
.foot-wap1 .contact-info .label {
    color: #999999;
    font-size: 16px;
    margin-right: 7px;
    display: block;
    width: 68px;
    text-align: right;
}
.foot-wap1 .contact-info .text {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.foot-nav {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 40px;
    margin-top: 35px;
}
.foot-nav .nav-dl .nav-dt {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 22px;
}
.foot-nav .nav-dl .nav-dd {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 31px;
}

.friend-chain {
    display: flex;
    align-items: center;
}
.friend-chain .title {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.friend-chain .nav-chains {
    position: relative;
}
.friend-chain .nav-chains .head {
    display: flex;
    align-items: center;
    color: #999999;
    margin-left: 10px;
    font-size: 16px;
}
.friend-chain .nav-chains .icon {
    width: 10px;
    height: 5px;
    margin-left: 10px;
}
.friend-chain .nav-chains .icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.friend-chain .nav-chains .grop {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 13px;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.friend-chain .nav-chains .grop .footc-ch-nav {
    background-color: rgba(0, 0, 0, 0.5);
}
.friend-chain .nav-chains .grop .footc-ch-nav a {
    display: block;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.friend-chain .nav-chains .grop .footc-ch-nav a:hover {
    background-color: rgba(204, 204, 204, 0.685);
}
.friend-chain .nav-chains:hover .grop {
    display: block;
}

.sub-container {
    min-width: 1400px;
    width: 100%;
}
.banner {
    width: 100%;
    height: 550px;
}
.banner img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.history-tabs-container {
    border-bottom: 1px solid #eef2f6;
}
.history-tabs-container .history-tabs {
    width: 1400px;
    margin: 0 auto;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-tabs-container .history {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.history-tabs-container .history .active {
    color: #015aa9;
}
.history-tabs-container .tabs {
    display: flex;
}
.history-tabs-container .tabs .link {
    height: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 80px;
    margin-left: 60px;
}
.history-tabs-container .tabs .active {
    color: #015aa9;
    font-weight: 500;
    box-shadow: 0 1px 0px 0px #015aa9, inset 0 -1px 0px 0px #015aa9;
}

.dynamic-item {
    width: 100%;
    min-width: 1400px;
    padding: 40px 0;
    border-bottom: 1px solid #f2f2f2;
}
.dynamic-item .dynamic-box {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}
.dynamic-item .dynamic-img {
    width: 418px;
    height: 292px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 45px;
}
.dynamic-item .dynamic-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.dynamic-item .dynamic-desc {
    padding: 10px 0;
    box-sizing: border-box;
    width: 935px;
    display: flex;
    flex-direction: column;
}
.dynamic-item .dynamic-desc .time {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.dynamic-item .dynamic-desc .dynamic-h4 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin: 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dynamic-item .dynamic-desc .dynamic-p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dynamic-item .dynamic-desc .dynamic-read {
    width: 126px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(213, 213, 213, 0.83);
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: auto;
}
.dynamic-item .dynamic-desc .dynamic-read .icon {
    font-size: 20px;
    margin-right: 10px;
}
.dynamic-item:hover, .dynamic-item-active {
    background: #eef2f6;
}
.dynamic-item:hover .dynamic-h4, .dynamic-item-active .dynamic-h4 {
    color: #015aa9;
}

.brief-info-school {
    background-color: #eef2f6;
}
.brief-info-school .brief-container {
    margin: 0 auto;
    width: 1400px;
    padding: 70px 0;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    line-height: 36px;    
}
.brief-info-school .logo {
    width: 106px;
    height: 105px;
    overflow: hidden;
}
.brief-info-school .logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.brief-info-school .logo-title {
    width: 267px;
    height: 105px;
    overflow: hidden;
}
/*
.brief-info-school .logo-title img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
*/

.campus-dynamic {
    background-color: #fff;
}
.campus-dynamic:hover, .campus-dynamic:active {
    background-color: transparent;
}
.campus-dynamic:hover .dynamic-h4, .campus-dynamic:active .dynamic-h4 {
    color: #333333;
}
.campus-dynamic .dynamic-h4 {
    color: #333333 !important;
    font-size: 24px;
    font-weight: 600;
}
.campus-dynamic .dynamic-read {
    background: #015aa9;
    color: #fff !important;
}

.campus-dynamic-container {
    background-color: #eef2f6;
    padding: 70px 0;
}
.campus-dynamic-container .campus-dynamic-list {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.campus-dynamic-container .campus-dy-item {
    width: 330px;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(238, 242, 246, 0.3);
    margin-right: 26px;
    margin-bottom: 55px;
    box-sizing: border-box;
    padding: 4px 20px 40px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.campus-dynamic-container .campus-dy-item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: linear-gradient(88deg, #015aa9, #37acd7);
}
.campus-dynamic-container a:nth-child(4n+4) .campus-dy-item {
    margin-right: 0;
}
.campus-dynamic-container .time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 40px;
}
.campus-dynamic-container .name {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-top: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.campus-dynamic-container .desc {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 29px;
    margin-top: 57px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.campus-dynamic-container .link {
    margin-top: auto;
    align-self: flex-end;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: block;
}
.campus-dynamic-container .link .icon {
    font-size: 20px;
    margin-right: 8px;
}

.list-container {    
    padding: 75px 0;
}
.bg-green{
    background-color: #eef2f6;
}
.list-container .video-list {
    margin: 0 auto;
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
}
.list-container .video-item {
    width: 440px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.list-container .video-item:nth-child(3n) {
    margin-right: 0;
}
.list-container .video-item .video-box {
    width: 100%;
    height: 256px;
    position: relative;
}
.list-container .video-item .video-box img,
.list-container .video-item .video-box video {
    width: 100%;
    height: 100%;
}
.list-container .video-item .video-box .play-icon {
    width: 53px;
    height: 53px;
    overflow: hidden;
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: block;
    cursor: pointer;
}
.list-container .video-item .video-box .play-icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.list-container .video-item .name {
    width: 100%;
    height: 70px;
    background: #ffffff;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 70px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.honor-list {
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
    margin: 0 auto;
}
.honor-list .honor-item {
    width: 453px;
    height: 379px;
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(240, 240, 240, 0.17);
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
}
.honor-list .honor-item img {
    height: 298px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.honor-list .honor-item:nth-child(3n) {
    margin-right: 0;
}
.honor-list .honor-item .name {
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.alliance {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.alliance .alliance-item {
    width: 440px;
    background-color: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
}
.alliance .alliance-item:nth-child(3n) {
    margin-right: 0;
}
.alliance .alliance-item .alliance-img {
    width: 100%;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alliance .alliance-item .alliance-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.alliance .alliance-item .alliance-name {
    height: 70px;
    width: 100%;
    background: #0061b8;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
}

.contact-school {
    margin: 0 auto;
    width: 1400px;
}
.contact-school .head {
    background: url(../images/bg5.png) no-repeat left center/auto 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
}
.contact-school .con-info {
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 25px;
}
.contact-school .con-info .address {
    font-size: 20px;
    font-weight: 400;
    color: #015aa9;
}
.contact-school .con-info .text {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin: 35px 0;
}
.contact-school .address-map {
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    margin-top: 40px;
}

.course-container {
    background-color: #fff;
    padding: 60px 0 100px 0;
}
.course-container .course-list {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.course-container .course-card {
    width: 450px;
    height: 171px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin-right: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}
.course-container .course-card:nth-child(3n) {
    margin-right: 0;
}
.course-container .course-card .name {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 35px;
    height: 70px;
}
.course-container .course-card .time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}
.course-container .course-card .icon {
    display: block;
    width: 50px;
    height: 2px;
    background: #cccccc;
    margin-top: auto;
}
.course-container .course-card:hover {
    background-color: #015aa9;
}
.course-container .course-card:hover .name {
    color: #ffffff;
}
.course-container .course-card:hover .time {
    color: #ffffff;
}
.course-container .course-card:hover .icon {
    background-color: #ff3737;
}

.teachers {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.teachers .teacher {
    width: 685px;
    height: 278px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
}
.teachers .teacher:nth-child(2n) {
    margin-right: 0;
}
.teachers .teacher .img {
    width: 220px;
    height: 276px;
    overflow: hidden;
    background: url(../images/bg6.png) no-repeat center center/100% 100%;
    flex-shrink: 0;
}
.teachers .teacher .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}
.teachers .teacher .img img:hover{
    transform: scale(1.2);
}
.teachers .teacher-info {
    box-sizing: border-box;
    padding: 0 45px 0 45px;
    background: url(../images/bg_logo.png) no-repeat right 30px bottom -70px;
}
.teachers .head {
    padding: 35px 0 15px 0;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    align-items: flex-end;
}
.teachers .head .name {
    font-size: 24px;
    font-weight: 400;
    color: #015aa9;
    margin-right: 47px;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.teachers .head .position {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
}
.teachers .info {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 25px;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.teachers .info::after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background: url(../images/icon10_1.png) no-repeat center center/100% 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.character-container {
    background: #eef2f6;
}
.character-container .character {
    width: 1400px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.character-container .character .character-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 60px;
    border-bottom: 1px solid #cacaca;
}
.character-container .character .character-desc &gt; p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 43px;
    margin: 55px 0;
}
.character-container .character .imgs {
    display: flex;
    flex-wrap: wrap;
}
.character-container .character .imgs img {
    width: 445px;
    height: 334px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.character-container .character .imgs img:nth-child(3n) {
    margin-right: 0;
}
.character-container .character-title {
    width: 373px;
    height: 65px;
    background: url(../images/bg8.png) no-repeat center center/100% 100%;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 26px;
}

.sq_mouse{
    position: absolute;
    bottom: 10%;
    left:50%;
    margin-left:-10px;
    z-index:3;
    cursor: pointer;
}
.sq_m_small{
    position: absolute;
    top:5px;
    left:50%;
    margin-left:-1px;
    width:2px;
    height:8px;
    border-radius: 6px;
    background: #fff;
    animation: smallDown 1.5s forwards infinite;
    -webkit-animation: smallDown 1.5s forwards infinite;
}
@keyframes smallDown {
    0%{top:7px;opacity: 1;}
    50%{top:9px;opacity: 0.5;}
    100%{top:10px;opacity: 0}
}
@-webkit-keyframes smallDown {
    0%{top:7px;opacity: 1;}
    50%{top:9px;opacity: 0.5;}
    100%{top:10px;opacity: 0}
}
.empty{
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 100px;
}





.schoolmate {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.schoolmate .schoolmate-item {
    width: 320px;
    background-color: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
}
.schoolmate .schoolmate-item:nth-child(4n+4) {
    margin-right: 0;
}
.schoolmate .schoolmate-item .schoolmate-img {
    width: 100%;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.schoolmate .schoolmate-item .schoolmate-img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.schoolmate .schoolmate-item .schoolmate-name {
    height: 42px;
    width: 100%;
    text-align: center;
    line-height: 42px;
    color: #777;
    font-size: 16px;
}
.article-box{
    background: #fff;
}

.lfBox .topic {
    width: 95%;
    margin: 30px auto 0px auto;
    height: auto;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.art-note {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    border-bottom: solid 1px #ddd;
    margin: 10px auto 20px auto;
    height: 35px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.art-note span{
    color: #999;
}

.art-note li {
    display: inline-block;
    margin: 0 10px;
}

.art-note li a {
    color: #888;
}

.art-note li a:hover {
    color: #004089;
}

.content_div {
    width: 100%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
    line-height: 36px;
    font-size: 18px;
    color: #222;
}
.content_div video{
    text-align: center;
    margin: 40px auto 0;
    display: block;
    
}

.article-pager {
    width: 840px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 40px 0;
}

.article-pager li {
    width: 128px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 7px;
}

.article-pager li a {
    width: 100%;
    background: #fff;
    height: 38px;
    display: block;
    color: #666;
    border: solid 1px #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.article-pager li img {
    position: relative;
    top: 1px;
    display: inline;
}

.article-pager li:hover a {
    background: #015aa9;
    border: solid 1px #015aa9;
    color: #fff;
}
.kefu{
    width: 82px;
    height: auto;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    position: fixed;
    right: 0px;
    bottom: 100px;
    background: #fff;
    z-index: 31;
}
.kefu .icon{
    width: 80px;
    height: 81px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    padding: 50px 0 10px;
    background: url(../images/menu_bg.png) no-repeat center top;
    position: relative;
}
.kefu .icon .txt{
    color: #808080;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.kefu .icon1{
    background-position:center top 15px;
}
.kefu .icon2{
    background-position:center top -65px;
}
.kefu .icon3{
    background-position:center top -145px;
}
.kefu .icon4{
    background-position:center top -225px;
}
.kefu .icon5{
    background-position:center top -305px;
}
.kefu .icon .qrcode{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -120px;

    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    width: 102px;
    height: 102px;
    z-index: 32;

    display: none;

}
.kefu .icon .qrcode::after{
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -10px;

}
.kefu .icon .qrcode img{
    display: block;
    width: 100px;
    height: 100px;
}
.kefu .icon:hover .qrcode{
    display: block;
}


.list-container .infoList{
    width: 1400px;
    margin: 0 auto;
}
.list-container .infoList li{ height:50px; line-height:50px;font-size: 16px;color:#333;  }
.list-container .infoList li .date{ float:right; color:#999; font-size: 14px; }
.list-container .infoList li:hover a{
    color: #015aa9;
}
.list-container .infoList  p{
    border-bottom: 1px dotted rgba(213, 213, 213, 0.83) ;
    height: 28px;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cate-box{
    width: 1400px;
    height: 80px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 40px;
    font-size: 16px;
}
.cate-box a{
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #eef2f6;
    border-radius: 5px;
    margin-right: 10px;
}
.cate-box a:nth-last-of-type(1){
    margin-right: 0px;
}
.cate-box a.cur,.cate-box a:hover{
    background: #015aa9;
    color: #fff;
    border-color: #015aa9;
}




</pre></body></html>