@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0062AC;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@font-face {
    font-family: 'PingFang-Bold';
    src: url(/cflcen_old/fonts/PingFang-Bold.ttf);
}

@font-face {
    font-family: 'PingFang-Heavy';
    src: url(/cflcen_old/fonts/PingFang-Heavy.ttf);
}

@font-face {
    font-family: 'PingFang-Medium';
    src: url(/cflcen_old/fonts/PingFang-Medium.ttf);
}

@font-face {
    font-family: 'PingFang-Regular';
    src: url(/cflcen_old/fonts/PingFang-Regular.otf);
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    padding-left: .8rem;
    padding-right: .8rem;
    width: 100%;
    z-index: 999;
    padding-top: .25rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.4rem;
    background-image: linear-gradient(#055E99, rgba(3, 78, 169, 0));
    z-index: -1;
}

.header .logo img {
    height: .84rem;
}

.menu-btn {
    display: none;
    background: url(/cflcen_old/images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(/cflcen_old/images/close.svg);
}

.header .lang {
    justify-content: flex-end;
    color: rgba(255, 255, 255, .7);
    font-size: .2rem;
    line-height: 1.6;
    margin-bottom: .05rem;
    padding-right: .8rem;
    margin-top: .05rem;
}

.header .lang>a {
    color: #FFF;
}

.header .lang>span {
    margin: 0 .15rem;
}

.header .lang>a:first-child {
    background: url(/cflcen_old/images/lang.svg)no-repeat left center;
    background-size: .19rem;
    padding-left: .2rem;
    color: rgba(255, 255, 255, .7);
}

.header .mb-lang {
    display: none;
    font-size: 15px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}
.header .mb-lang span {
    margin: 0 .5em;
}

.header .search-btn {
    border: 1px #FFF solid;
    width: .4rem;
    height: .4rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(/cflcen_old/images/search.svg)no-repeat center;
    background-size: .2rem;
    cursor: pointer;
}

.nav li {
    margin-right: .3rem;
}

.nav li>a {
    color: #FFF;
    font-weight: bold;
    font-size: .2rem;
    line-height: .4rem;
}

.nav .drop {
    min-width: 1.4rem;
    left: 50%;
    top: .4rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: translateX(-50%) rotateX(90deg);
    -webkit-transform: translateX(-50%) rotateX(90deg);
    -moz-transform: translateX(-50%) rotateX(90deg);
    -ms-transform: translateX(-50%) rotateX(90deg);
    -o-transform: translateX(-50%) rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    /* margin-left: -.7rem; */
    white-space: nowrap;
}
.nav .drop a {
    padding: 0 1em;
}

.search-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 78, 169, .9);
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(/cflcen_old/images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(/cflcen_old/images/search.svg)no-repeat center;
    background-size: .24rem;
}

.header.fixed::after {
    height: 130%;
}


/* .header.fixed {
    background-color: #0062AC;
    padding-bottom: .2rem;
}

.header.fixed::after {
    display: none;
} */

.footer {
    background: url(/cflcen_old/images/footer-bg.jpg);
    height: 2.67rem;
    width: 100%;
    padding-top: .4rem;
    color: #FFF;
    padding-bottom: .3rem;
}

.footer .logo {
    margin-right: .8rem;
}

.footer .logo img {
    height: 1rem;
}

.footer .erwma-con {
    width: 1.2rem;
    font-size: .14rem;
    font-family: 'PingFang-Medium';
    line-height: 1.2;
    margin-right: .9rem;
    margin-top: .05rem;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .erwma-con .tit {
    margin-top: .1rem;
    white-space: nowrap;
    margin-top: .15rem;
}

.footer .info {
    margin-right: .8rem;
    margin-top: .1rem;
}

.footer .info .tit {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.2;
}

.footer .info .text {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .15rem;
}

@media (min-width:1025px) {
    .header .lang>a:hover {
        text-decoration: underline;
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: translateX(-50%) rotateX(0deg);
        -webkit-transform: translateX(-50%) rotateX(0deg);
        -moz-transform: translateX(-50%) rotateX(0deg);
        -ms-transform: translateX(-50%) rotateX(0deg);
        -o-transform: translateX(-50%) rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #0062AC;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 16px;
    }
    .header {
        padding-left: .2rem;
        padding-right: .2rem;
        height: 1.2rem;
        padding-top: 0;
        align-items: center;
    }
    .header::after {
        height: 150%;
    }
    .header .lang,
    .header.active::after,
    .footer .erwma-con {
        display: none;
    }
    .header .mb-lang {
        display: flex;
    }
    .header .search-btn {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .menu-btn {
        display: block;
    }
    .search-content .close {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .search-content .content {
        width: 90%;
        height: 60px;
    }
    .search-content .content input[type='text'] {
        font-size: 16px;
    }
    .search-content .content input[type='submit'] {
        width: 60px;
        background-size: 20px;
    }
    .header.active {
        background-color: #0062AC;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li>a {
        font-size: 15px;
        color: #333;
        line-height: 50px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(/cflcen_old/images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        margin-left: 0;
        padding-left: 20px;
    }
    .footer {
        height: auto;
    }
    .footer .logo {
        margin-right: .4rem;
    }
    .footer .info {
        margin-right: 0;
    }
    .footer .info .tit {
        font-size: 18px;
    }
    .footer .info .text {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .footer>.container>*{
        width: 100%;
    }
    .footer .logo {
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }
    .footer .info {
        margin-top: .3rem;
        text-align: center;
    }
}

@media (max-width:767px) {
    .header {
        height: 70px;
    }
    .header .logo img {
        height: 40px;
    }
    .nav {
        top: 70px;
        height: calc(100% - 70px);
    }
    .footer .logo img {
        height: 50px;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.8rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.crumbs {
    position: absolute;
    right: 2.4rem;
    bottom: .2rem;
    color: #FFF;
    background: url(/cflcen_old/images/home.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .2rem;
    z-index: 9;
    font-family: 'SourceHanSans-Regular';
    flex-wrap: wrap;
}

.crumbs a {
    display: flex;
    align-items: center;
    color: #FFF;
}

.crumbs a::after {
    content: '>';
    margin-left: .1rem;
    margin-right: .1rem;
}

.crumbs a:last-child::after {
    content: '';
}

.pub {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: .8rem;
}

.sidebar {
    width: 2.8rem;
    background-color: #0062AC;
    margin-top: -1rem;
    z-index: 20;
    margin-right: .6rem;
}

.sidebar .title {
    height: 1rem;
    font-size: .3rem;
    font-family: 'PingFang-Heavy';
    color: #FFF;
    text-transform: uppercase;
    padding: 0 1em;
}

.sidebar .sub {
    margin-left: 6px;
    background: #ECF2F8;
    background-size: 100%;
    padding-bottom: 1.3rem;
    margin-bottom: 6px;
    border-top: 4px #D8B25A solid;
    /* overflow: hidden; */
}

.sidebar .sub .item {
    position: relative;
}

.sidebar .sub .item .tit-box{
    
}

.sidebar .sub .item .tit {
    display: block;
    font-size: .24rem;
    line-height: 1.4;
    text-transform: capitalize;
    padding: .3rem 0;
}

.sidebar .sub .item .child {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 2.58rem;
    font-size: .18rem;
    text-align: center;
    padding: .1rem;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(156, 156, 156, 0.3);
}

.sidebar .sub .item .child a {
    display: block;
    margin: 1.4em 0;
}

.sidebar .sub .item.on {
    background-color: #FFF;
}

.sidebar .sub .item.on .tit,
.sidebar .sub .child li.on a {
    font-weight: bold;
    color: #0062AC;
}

@media (min-width: 951px) {
    .sidebar .sub .item:hover .child {
        display: block;
    }
}

.pub .content {
    margin-top: .3rem;
}

.about .txt {
    line-height: 2;
}

.about .txt p {
    text-indent: .48rem;
}

.about .con {
    margin-bottom: .6rem;
}

.about .pic {
    width: 5.46rem;
    overflow: hidden;
    float: right;
    margin-left: .2rem;
}

.about .pic img {
    width: 100%;
}

.text-list {
    padding: .2rem 0 0 0;
}

.text-list .item {
    z-index: 9;
    border-bottom: 1px #F9E0E1 dashed;
    padding: .4rem .4rem .4rem .3rem;
}

.text-list .item .date {
    font-family: 'PingFang-Bold';
    color: #999;
    font-size: .14rem;
    line-height: 1;
    margin-right: .4rem;
    z-index: 9;
}

.text-list .item .date span {
    color: #0062AC;
    font-size: .34rem;
    margin-bottom: .1rem;
}

.text-list .item .text-con {
    z-index: 9;
}

.text-list .item .tit {
    overflow: hidden;
    height: .24rem;
}

.text-list .item .des {
    font-size: .14rem;
    color: #8D8D8D;
    margin-top: .15rem;
    line-height: 1.6;
    overflow: hidden;
    height: .23rem;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    /* width: .3rem; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(/cflcen_old/images/arrow.svg)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #0062AC;
    color: #FFF;
    border-color: #0062AC;
}

.image-list {
    padding-top: .63rem;
}

.image-list .item {
    border-bottom: 1px #8D8D8D dashed;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.image-list .item .pic {
    width: 2.9rem;
    height: 1.93rem;
    overflow: hidden;
    margin-right: .25rem;
}

.image-list .item .date {
    font-family: 'PingFang-Bold';
    color: #999;
    font-size: .14rem;
    margin-top: .05rem;
    padding-bottom: .15rem;
}

.image-list .item .date span {
    font-size: .34rem;
    color: #0062AC;
}

.image-list .item .date::after {
    content: '';
    position: absolute;
    left: -.25rem;
    width: 1.6rem;
    height: 1px;
    background-color: #ECF2F8;
    bottom: 0;
}

.image-list .item .date::before {
    content: '';
    position: absolute;
    left: 1.35rem;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #ECF2F8 solid;
    background-color: #FFF;
}

.image-list .item .tit {
    line-height: 1.6;
    margin-top: .15rem;
    font-size: .2rem;
    overflow: hidden;
    height: .32rem;
}

.image-list .item .des {
    font-size: .14rem;
    line-height: 1.9;
    color: #8D8D8D;
    margin-top: .15rem;
    overflow: hidden;
    height: .54rem;
}

.details {
    padding-top: .7rem;
}

.details h1 {
    font-size: .26rem;
    line-height: 1;
}

.details .info {
    border-bottom: 1px #E8E8E8 solid;
    font-size: .16rem;
    color: #8D8D8D;
    font-family: 'SourceHanSans-Regular';
    margin-top: .3rem;
    line-height: 1.5;
    padding-bottom: .28rem;
}

.details .info span {
    margin-right: .6rem;
}

.details .info span::after {
    content: '|';
    position: absolute;
    right: -.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #DEDEDE;
    font-size: .12rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .info span:last-child::after {
    display: none;
}

.details .body {
    line-height: 2;
    margin-top: .15rem;
    text-indent: .36rem;
}

.details .body p {
    text-indent: .36rem;
    margin-top: .2rem;
}

.details .body img {
    max-width: 100% !important;
}

.details .prev-next {
    margin-top: .5rem;
    border-top: 1px #D8D8D8 solid;
    padding-top: .1rem;
}

.details .prev-next>a {
    display: block;
    margin-top: .1rem;
    line-height: 1.5;
    font-family: 'SourceHanSans-Regular';
}

.album {
    padding-top: .15rem;
}

.album .item {
    margin-top: .5rem;
    width: 48%;
    margin-right: 4%;
}

.album .item:nth-child(even) {
    margin-right: 0;
}

.album .item .pic {
    overflow: hidden;
    padding-top: 65.503%;
}

.album .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.album .item .tit {
    line-height: 1.5;
    margin-top: .15rem;
    font-size: .24rem;
    font-family: 'SourceHanSans-Regular';
}

.teacher-list .item {
    width: calc(48% - .3rem);
    margin-top: .7rem;
    background: #FFF;
    box-shadow: 0 0 .2rem rgba(196, 219, 223, .5);
    margin-left: .3rem;
    height: 1.8rem;
    padding-top: .25rem;
    padding-right: .4rem;
}

.teacher-list .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 4px;
    background-color: #0062AC;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height: 0;
}

.teacher-list .item .pic-con {
    transform: translate(-.3rem, -.45rem);
    -webkit-transform: translate(-.3rem, -.45rem);
    -moz-transform: translate(-.3rem, -.45rem);
    -ms-transform: translate(-.3rem, -.45rem);
    -o-transform: translate(-.3rem, -.45rem);
    width: 1.4rem;
    z-index: 10;
}

.teacher-list .item .pic-con .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 136%;
    z-index: 9;
}

.teacher-list .item .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher-list .item .name span {
    font-size: .22rem;
    margin-right: .1rem;
    font-family: 'PingFang-Heavy';
}

.teacher-list .item .des {
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .1rem;
    color: #999;
    overflow: hidden;
    height: .77rem;
}

.teacher-details {
    margin-top: .6rem;
}

.teacher-details .info-con {
    border: 1px rgba(0, 0, 0, .08) solid;
    padding: .15rem;
   
    background-size: 2.8rem;
}

.teacher-details .info-con .pic {
    width: 2.7rem;
    height: 3.5rem;
    z-index: 11;
    margin-right: .7rem;
}

.teacher-details .info-con .pic::after {
    content: '';
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    bottom: -.15rem;
    background-color: #0062AC;
    z-index: -1;
    width: 2.65rem;
    -webkit-clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
}

.teacher-details .info-con .name {
    font-family: 'PingFang-Heavy';
    font-size: .28rem;
    line-height: 2;
    margin-top: .2rem;
    text-transform: capitalize;
}

.teacher-details .info-con .name span {
    margin-right: .2rem;
}

.teacher-details .info-con .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: .6rem;
    height: 3px;
    background-color: #0062AC;
}

.teacher-details .info-con .mod {
    font-weight: bold;
    margin-top: .4rem;
}

.teacher-details .info-con .des {
    line-height: 2.2;
    margin-top: .2rem;
}

.teacher-details .content {
    line-height: 2.2;
    margin-top: .4rem;
}

@media (min-width:1025px) {
    .sidebar .sub .item:hover {
        
        background-color: #FFF;
    }
    .sidebar .sub .item:hover .tit{
        font-weight: bold;
        color: #0062AC;
    }
    .text-list .item:hover .tit,
    .image-list .item:hover .tit,
    .album .item:hover .tit,
    .teacher-list .item:hover .name {
        font-weight: bold;
    }
    .album .item:hover .pic img,
    .image-list .item:hover .pic img,
    .teacher-list .item:hover .pic-con .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .teacher-list .item:hover::after {
        height: 100%;
    }
}

@media (max-width:1199px) {
    .crumbs {
        right: .05rem;
        font-size: 14px;
        left: .05rem;
    }
    .sidebar {
        /* display: none; */
        width: 100%;
        margin-top: .4rem;
        margin-right: 0;
    }
    .sidebar .title { 
        display: flex;
        font-size: 20px;
        line-height: 2;
        height: auto;
        padding: .4em 1em;
        cursor: pointer;
    }
    .sidebar .title::after {
        content: "";
        width: 2em;
        height: 2em;
        margin-left: auto;
        background: url(/cflcen_old/images/arrow-white.png) no-repeat center;
        background-size: 60%;
        transition: all .3s;
    }
    .sidebar .title.active::after {
        transform: rotate(90deg);
    }
    .sidebar .sub {
        display: none;
        margin-right: 6px;
        padding-bottom: 0;
    }
    .sidebar .sub>a {
        font-size: 16px;
        line-height: 1.8;
        padding: .8em 1em;
    }
    .sidebar .sub .item .tit-box {
        display: flex;
        align-items: center;
        padding: 0 1em;
    }
    .sidebar .sub .item .tit-box .tit {
        flex: 1;
        font-size: 16px;
        text-align: left;
    }
    .sidebar .sub .item .tit-box .arrow {
        width: 2em;
        height: 2em;
        background: url(/cflcen_old/images/arrow.svg) no-repeat center;
        background-size: 40%;
        cursor: pointer;
        transition: all .3s;
    }
    .sidebar .sub .item.active .tit-box .arrow {
        transform: rotate(90deg);
    }
    .sidebar .sub .item .child {
        position: relative;
        left: 0;
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding: 0 2em 1em 2em;
        box-shadow: unset;
        background: transparent;
    }
    .pub {
        padding-left: .2rem;
        padding-right: .2rem;
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .album,.about {
        width: 100%;
    }
    .text-list .item .des,
    .text-list .item .date,
    .image-list .item .date,
    .image-list .item .des,
    .details .info,
    .teacher-list .item .des,
    .teacher-list .item .name {
        font-size: 13px;
    }
    .text-list .item .date span,
    .image-list .item .date span {
        font-size: 24px;
    }
    .image-list .item .tit,
    .album .item .tit,
    .teacher-list .item .name span {
        font-size: 16px;
    }
    .page {
        line-height: 22px;
    }
    .page a {
        /* width: 24px; */
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .image-list .item .pic {
        width: 3.6rem;
        height: 2.4rem;
    }
    .details h1 {
        font-size: 18px;
        line-height: 1.5;
    }
    .teacher-list .item {
        height: 130px;
    }
    .teacher-details .info-con .name {
        font-size: 20px;
    }
    .text-list .item .des,
    .text-list .item .tit,
    .teacher-list .item .des,
    .image-list .item .tit,
    .image-list .item .des {
        height: auto;
    }
}

@media (max-width:950px) {
    .teacher-list .item .pic-con {
        width: 30%;
    }
    .teacher-list .item .pic-con::after {
        width: 65px;
        height: 70px;
    }
    .teacher-details .info-con {
        display: block;
        border: 0;
    }
    .teacher-details .info-con .pic {
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .info-con .name {
        text-align: center;
        margin-top: .3rem;
    }
    .teacher-details .info-con .mod {
        text-align: center;
    }
    .teacher-details .info-con .name::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media (max-width:767px) {
    .about .pic {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-bottom: .2rem;
    }
    .text-list .item {
        padding: .3rem .2rem;
    }
    .teacher-list .item {
        margin-top: .5rem;
        padding-top: .2rem;
        padding-right: .2rem;
        width: calc(48% - .2rem);
    }
    .teacher-list .item .pic-con {
        transform: translate(-.15rem, -.3rem);
        -webkit-transform: translate(-.15rem, -.3rem);
        -moz-transform: translate(-.15rem, -.3rem);
        -ms-transform: translate(-.15rem, -.3rem);
        -o-transform: translate(-.15rem, -.3rem);
    }
    .teacher-list .item .pic-con {
        width: 35%;
    }
    .teacher-list .item .des {
        margin-top: 5px;
    }
}

@media (max-width:540px) {
    .image-list .item {
        display: block;
    }
    .image-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 62%;
    }
    .image-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .image-list .item .text-con {
        margin-top: .3rem;
    }
    .teacher-list .item {
        width: 100%;
        height: auto;
        padding-right: .3rem;
    }
    .teacher-list .item .pic-con {
        width: 30%;
        margin-right: .2rem;
    }
}

.banner {
    overflow: hidden;
    z-index: 10;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    height: 2.4rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    z-index: 11;
    right: 1.6rem;
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    margin-right: 0.2rem;
    opacity: .6;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.banner .swiper-pagination-bullet-active {
    width: .4rem;
    height: .4rem;
    opacity: 1;
    background: url(/cflcen_old/images/banner-active.svg)no-repeat center;
    background-size: 100%;
}

.banner .mouse {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: .3rem;
    font-size: .12rem;
    color: #FFF;
    z-index: 10;
    background: url(/cflcen_old/images/arrow1.svg)no-repeat center bottom;
    padding-bottom: .2rem;
    animation: 3s linear infinite mouse;
    -webkit-animation: 3s linear infinite mouse;
    width: 100%;
}

@keyframes mouse {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    50% {
        transform: translateY(.2rem);
        -webkit-transform: translateY(.2rem);
        -moz-transform: translateY(.2rem);
        -ms-transform: translateY(.2rem);
        -o-transform: translateY(.2rem);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.home-title .title>img {
    height: 1.01rem;
}

.home-title .title .line {
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .8rem;
    height: 4px;
    z-index: 9;
}

.home-title .title .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: .39rem;
    background-color: #0062AC;
}

.home-title .title .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .39rem;
    background-color: #D3A438;
}

@font-face {
    font-family: 'Butler-Regular';
    src: url(/cflcen_old/fonts/Butler-Regular.otf);
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'Butler-Regular';
    font-size: .2rem;
    background: url(/cflcen_old/images/more.svg)no-repeat right center;
    background-size: .22rem;
    color: #105CB5;
    padding-right: .3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-page1 {
    background: url(/cflcen_old/images/bg1.png)no-repeat center top;
    background-size: 100%;
    padding-top: .75rem;
}

.home-page1 .content {
    margin-top: .3rem;
}

.home-page1 .swiper-container {
    padding-top: .2rem;
    padding-bottom: .3rem;
}

.home-page1 .swiper-slide {
    width: 7.2rem;
    border: 1px #A8C7EA solid;
    padding: .35rem .4rem;
    opacity: 0;
}

.home-page1 .pic {
    overflow: hidden;
    padding-top: 65%;
}

.home-page1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page1 .tit {
    font-size: .24rem;
    font-family: 'PingFang-Bold';
    line-height: 1.3;
    margin-top: .2rem;
    height: .72rem;
    overflow: hidden;
}

.home-page1 .des {
    color: #999;
    font-family: 'PingFang-Medium';
    line-height: 1.4;
    margin-top: .05rem;
    height: .51rem;
    overflow: hidden;
}

.home-page1 .date {
    color: #999;
    font-size: .2rem;
    line-height: 1.2;
    margin-top: .15rem;
    font-family: 'arial';
}

.home-page1 .swiper-slide-prev,
.home-page1 .swiper-slide-next {
    opacity: 1;
}

.home-page1 .swiper-slide-prev {
    padding-right: 2rem;
}

.home-page1 .swiper-slide-next {
    padding-left: 2rem;
}

.home-page1 .swiper-slide-active {
    padding: .4rem;
    border-color: #FFF;
    box-shadow: 0 4px .1rem rgba(5, 81, 165, 0.2);
    opacity: 1;
    background-color: #FFF;
}

.home-page1 .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #D3A438;
}

.home-page1 .swiper-slide-active .tit {
    font-family: 'PingFang-Heavy';
    color: #0062AC;
}

.home-page1 .swiper-button-next {
    width: .46rem;
    height: .46rem;
    background: #D3A438 url(../images/next.svg)no-repeat center;
    background-size: .32rem;
    right: 28.5%;
    top: auto;
    margin-top: 0;
    bottom: .1rem;
}

.home-page2 {
    background: #FFF url(../images/bg2.jpg)no-repeat center bottom;
    background-size: 100%;
    padding-top: .65rem;
    padding-bottom: 1.6rem;
}

.home-page2 .content {
    margin-top: .7rem;
}

.home-page2 .pic-con {
    width: 9.2rem;
    overflow: hidden;
    margin-right: .7rem;
    height: 6.85rem;
}

.home-page2 .pic-con .pic {
    overflow: hidden;
    padding-top: 66.5%;
}

.home-page2 .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-page2 .pic-con .text-con {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    left: .55rem;
    height: 1.6rem;
    padding: .4rem .5rem;
}

.home-page2 .pic-con .date {
    color: #999;
    font-size: .2rem;
    font-family: 'arial';
    line-height: 1.2;
    padding-right: .4rem;
    margin-right: .4rem;
}

.home-page2 .pic-con .date span {
    color: #0062AC;
    font-family: 'Butler-Regular';
    font-size: .64rem;
    font-weight: bold;
}

.home-page2 .pic-con .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .75rem;
    background-color: #999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .5;
}

.home-page2 .pic-con .tit {
    font-size: .24rem;
    font-family: 'PingFang-Bold';
    height: .66rem;
    overflow: hidden;
}

.home-page2 .text-con .item {
    border-top: 1px #DBDBDB solid;
    padding-top: .3rem;
    padding-bottom: .4rem;
}

.home-page2 .text-con .item:last-child {
    border-bottom: 1px #DBDBDB solid;
}

.home-page2 .text-con .item .tit {
    font-size: .24rem;
    font-family: 'PingFang-Bold';
    line-height: 1.5;
    overflow: hidden;
    height: .72rem;
}

.home-page2 .text-con .item .des {
    font-family: 'PingFang-Regular';
    color: #666;
    margin-top: .15rem;
    display: none;
    overflow: hidden;
    height: .51rem;
}

.home-page2 .text-con .item .date {
    background: url(/cflcen_old/images/date.svg)no-repeat left center;
    padding-left: .3rem;
    color: #999;
    font-family: 'arial';
    margin-top: .2rem;
    display: none;
    background-size: .19rem;
}

.home-page2 .text-con .item.on {
    border-top: 3px #D3A438 solid;
}

.home-page2 .text-con .item.on .des,
.home-page2 .text-con .item.on .date {
    display: block;
}

.home-page3 {
    background: url(/cflcen_old/images/bg3.png)no-repeat center top;
    background-size: cover;
    height: 9.3rem;
    z-index: 9;
    margin-top: -1.3rem;
    padding-top: 1.65rem;
}

.home-page3 .pic-con {
    width: 8.4rem;
}

.home-page3 .pic-con>div:first-child {
    align-items: flex-end;
    padding-left: .25rem;
    margin-top: .6rem;
}

.home-page3 .pic-con>div>a {
    overflow: hidden;
}

.home-page3 .pic-con>div:first-child>a:first-child {
    width: 2.7rem;
    margin-right: .35rem;
}

.home-page3 .pic-con>div:last-child {
    padding-right: 1rem;
    margin-top: .3rem;
}

.home-page3 .pic-con>div:last-child>a:first-child {
    width: 4.05rem;
    margin-right: .65rem;
}

.home-page3 .con {
    margin-right: 1rem;
}

.home-page3 .con .text-con {
    margin-top: .3rem;
}

.home-page3 .con .item {
    border-bottom: 1px #C4C6C8 solid;
    padding-top: .4rem;
    padding-bottom: .3rem;
    font-size: .24rem;
    font-family: 'PingFang-Heavy';
    padding-right: 1rem;
}

.home-page3 .con .item::before {
    content: '';
    width: .4rem;
    height: .4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: .3rem;
}

.home-page3 .con .item:nth-child(1)::before {
    background-image: url(/cflcen_old/images/icon1.svg);
}

.home-page3 .con .item:nth-child(2)::before {
    background-image: url(/cflcen_old/images/icon2.svg);
}

.home-page3 .con .item:nth-child(3)::before {
    background-image: url(/cflcen_old/images/icon3.svg);
}

.home-page3 .con .item:nth-child(4)::before {
    background-image: url(/cflcen_old/images/icon4.svg);
}

.home-page3 .con .item::after {
    content: '';
    width: .39rem;
    height: .39rem;
    background: url(/cflcen_old/images/arrow2.svg)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-page3 .con .more {
    background-color: #0062AC;
    color: #FFF;
    width: 1.6rem;
    line-height: .6rem;
    font-family: 'Butler-Regular';
    font-size: .2rem;
    margin-top: .5rem;
}

.home-page4 {
    background: url(/cflcen_old/images/bg4.png)no-repeat center top;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: 1.1rem;
}

.home-page4 .content {
    margin-top: .8rem;
}

.home-page4 .gallery-top {
    z-index: 9;
    padding-left: .1rem;
    padding-bottom: .1rem;
}

.home-page4 .gallery-top::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.95rem;
    height: 5.45rem;
    z-index: -1;
    background-color: #D3A438;
}

.home-page4 .gallery-top .swiper-slide {
    overflow: hidden;
}

.home-page4 .gallery-top .pic {
    width: 8.5rem;
    height: 5.75rem;
    overflow: hidden;
    z-index: 1;
}

.home-page4 .gallery-top .text-con {
    z-index: 9;
    background: url(/cflcen_old/images/tbg1.jpg)no-repeat center bottom;
    background-size: cover;
    height: 4.15rem;
    margin-left: -.5rem;
    margin-top: 1rem;
    padding: .6rem;
}

.home-page4 .gallery-top .tit {
    font-family: 'PingFang-Heavy';
    line-height: 1.4;
    font-size: .24rem;
    overflow: hidden;
    height: .68rem;
}

.home-page4 .gallery-top .des {
    color: #999;
    line-height: 1.3;
    font-family: 'PingFang-Medium';
    margin-top: .2rem;
    height: .94rem;
    overflow: hidden;
}

.home-page4 .gallery-top .des .ellipsis-3 {
    -webkit-line-clamp: 4
}

.home-page4 .gallery-top .date {
    color: #666;
    background: url(/cflcen_old/images/date1.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .17rem;
    font-family: 'PingFang-Medium';
    margin-top: .3rem;
}

.home-page4 .gallery-top .address {
    color: #666;
    background: url(/cflcen_old/images/address.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .18rem;
    font-family: 'PingFang-Medium';
    margin-top: .15rem;
}

.home-page4 .gallery-thumbs {
    padding-left: 1.8rem;
    margin-top: -.7rem;
    z-index: 9;
}

.home-page4 .gallery-thumbs .con {
    background-color: #FFF;
    box-shadow: 0 .1rem .15rem #E5EEF6;
    padding: .7rem;
}

.home-page4 .gallery-thumbs .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.home-page4 .gallery-thumbs .tit {
    font-size: .24rem;
    font-family: 'PingFang-Heavy';
    overflow: hidden;
    height: .66rem;
}

.home-page4 .gallery-thumbs .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.15rem;
    width: .3rem;
    height: 3px;
    background-color: #D8D8D8;
}

.home-page4 .gallery-thumbs .date {
    font-size: .16rem;
    font-family: 'PingFang-Medium';
    color: #666;
    background: url(/cflcen_old/images/date1.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .17rem;
    margin-top: .25rem;
}

.home-page4 .gallery-thumbs .swiper-slide-active .tit {
    color: #0062AC;
}

.home-page4 .gallery-thumbs .button {
    width: .58rem;
    height: 1.4rem;
    position: absolute;
    left: .9rem;
    bottom: .1rem;
}

.home-page4 .gallery-thumbs .swiper-button-next,
.home-page4 .gallery-thumbs .swiper-button-prev {
    width: 100%;
    height: .58rem;
    border: 1px #0062AC solid;
    background-color: #FFF;
    margin-top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-page4 .gallery-thumbs .swiper-button-prev {
    top: 0;
    left: 0;
    background: url(/cflcen_old/images/prev1.svg)no-repeat center;
    background-size: 60%;
}

.home-page4 .gallery-thumbs .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 0;
    background: url(/cflcen_old/images/next1.svg)no-repeat center;
    background-size: 60%;
}

.home-page5 {
    background: url(/cflcen_old/images/bg5.png)no-repeat center top;
    background-size: 100%;
    padding-top: .95rem;
    z-index: 10;
}

.home-page5 .home-title {
    position: absolute;
    right: 3.1rem;
}

.home-page5 .home-title .title img {
    height: 1.6rem;
}

.home-page5 .home-title .line {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    left: auto;
    right: .3rem;
    bottom: .15rem;
}

.home-page5 .home-title .line::before {
    background-color: #FFF;
}

.home-page5 .home-title .more {
    color: #FFF;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    background-image: url(/cflcen_old/images/more1.svg);
    bottom: -.9rem;
}

.home-page5 .item {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.home-page5 .l-con {
    margin-right: .4rem;
}

.home-page5 .l-con>a:first-child {
    width: 7.94rem;
    overflow: hidden;
}

.home-page5 .l-con>a:last-child {
    width: 5.6rem;
    overflow: hidden;
    margin-top: .4rem;
    margin-left: 2.6rem;
}

.home-page5 .r-con {
    width: 7.3rem;
}

.home-page5 .r-con .item {
    width: 100%;
    overflow: hidden;
    height: 4.9rem;
    margin-bottom: .9rem;
}

.home-page5 .content {
    align-items: flex-end;
}

.home-page5 .arrow {
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: .68rem;
    height: .68rem;
    border: 1px dashed #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(/cflcen_old/images/arrow4.svg)no-repeat center;
    opacity: 0;
}

.home-page5 .text-con {
    position: absolute;
    left: 0;
    bottom: -1.6rem;
    width: 100%;
    z-index: 2;
    padding: .3rem .5rem;
    color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-page5 .text-con .tit {
    font-size: .4rem;
    font-family: 'PingFang-Heavy';
    line-height: 1.2;
}

.home-page5 .text-con .des {
    font-family: 'PingFang-Medium';
    line-height: 1.4;
    margin-top: .3rem;
    padding-top: .3rem;
    opacity: 0;
    overflow: hidden;
    height: 1.3rem;
}

.home-page5 .text-con .des::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .6rem;
    height: 3px;
    background-color: #FFF;
}

.home-page5 .text-con .des .ellipsis-3 {
    -webkit-line-clamp: 4;
}

.home-page6 {
    background: url(/cflcen_old/images/bg6.jpg)no-repeat center top;
    background-size: cover;
    padding-top: 2.3rem;
    z-index: 1;
    padding-bottom: 1.2rem;
    margin-top: -1.2rem;
}

.home-page6 .content {
    padding-left: .6rem;
    padding-right: .4rem;
    margin-top: -1.01rem;
}

.home-page6 .con1:last-child {
    margin-right: 0;
}

.home-page6 .con1 {
    align-items: flex-end;
}

.home-page6 .con1::before {
    content: '';
    position: absolute;
    left: -1.25rem;
    bottom: 0;
    height: 2.3rem;
    width: 1.05rem;
    background-color: #0062AC;
}

.home-page6 .con1::after {
    content: '';
    position: absolute;
    right: -.8rem;
    bottom: 0;
    height: 1.13rem;
    width: .75rem;
    background-color: #0062AC;
}

.home-page6 .con1 .pic {
    overflow: hidden;
    width: 3.4rem;
    margin-right: .15rem;
}

.home-page6 .con2 {
    margin-top: .15rem;
}

.home-page6 .con2 .item {
    width: 3.43rem;
    overflow: hidden;
    margin-right: .15rem;
}

.home-page6 .con2 .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(7, 30, 94, .5);
    color: #FFF;
    line-height: .43rem;
    z-index: 10;
    font-family: 'PingFang-Heavy';
    padding-left: .2rem;
}

.home-page6 .con2 .tit::before {
    content: '';
    position: absolute;
    left: .2rem;
    top: 0;
    height: 2px;
    width: .65rem;
    background-color: #D8B25A;
}

.home-page6 .con2 .pic-con {
    width: 3.52rem;
}

.home-page6 .con2 .pic-con>a {
    overflow: hidden;
}

.home-page6 .con2 .pic-con>a:last-child {
    margin-top: .15rem;
}

.home-page6 .con2 .play-con {
    margin-right: .15rem;
    width: 6.45rem;
    overflow: hidden;
}

.home-page6 .con2 .play-con .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .45rem;
    height: .45rem;
    background: url(/cflcen_old/images/play.svg)no-repeat center;
    background-size: 100%;
    z-index: 10;
    cursor: pointer;
}

.home-page6 .con2 .play-con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(rgba(3, 78, 169, 0), rgba(3, 78, 169, .5));
    z-index: 1;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(/cflcen_old/images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        font-weight: bold;
    }
    .home-page1 .swiper-slide:hover .pic img,
    .home-page2 .pic-con:hover .pic img,
    .home-page3 .pic-con>div>a:hover img,
    .home-page5 .item:hover img,
    .home-page6 a:hover img,
    .home-page6 .con2 .play-con:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-page3 .con .more:hover {
        background-color: #333;
    }
    .home-page4 .gallery-thumbs .swiper-button-next:hover,
    .home-page4 .gallery-thumbs .swiper-button-prev:hover {
        background-color: #0062AC;
    }
    .home-page4 .gallery-thumbs .swiper-button-next:hover {
        background-image: url(/cflcen_old/images/next-on.svg);
    }
    .home-page4 .gallery-thumbs .swiper-button-prev:hover {
        background-image: url(/cflcen_old/images/prev1-on.svg);
    }
    .home-page5 .item:hover {
        transform: translateY(-.15rem);
        -webkit-transform: translateY(-.15rem);
        -moz-transform: translateY(-.15rem);
        -ms-transform: translateY(-.15rem);
        -o-transform: translateY(-.15rem);
    }
    .home-page5 .item:hover .arrow {
        opacity: 1;
    }
    .home-page5 .item:hover .text-con {
        bottom: 0;
    }
    .home-page5 .item:hover .des {
        opacity: 1;
    }
    .home-page3 .con .item:hover {
        border-bottom-color: #0062AC;
        color: #0062AC;
    }
    .home-page3 .con .item:hover::after {
        background-image: url(/cflcen_old/images/arrow3.svg);
        right: .3rem;
    }
    .home-page3 .con .item:hover:nth-child(1):before {
        background-image: url(/cflcen_old/images/icon1-on.svg);
    }
    .home-page3 .con .item:hover:nth-child(2):before {
        background-image: url(/cflcen_old/images/icon2-on.svg);
    }
    .home-page3 .con .item:hover:nth-child(3):before {
        background-image: url(/cflcen_old/images/icon3-on.svg);
    }
    .home-page3 .con .item:hover:nth-child(4):before {
        background-image: url(/cflcen_old/images/icon4-on.svg);
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        right: .2rem;
    }
    .banner .swiper-pagination-bullet-active {
        width: 28px;
        height: 28px;
    }
    .home-title .more {
        font-size: 14px;
        background-size: 15px;
        padding-right: 25px;
    }
    .home-page1 .content {
        padding-bottom: 40px;
    }
    .home-page1 .swiper-container {
        padding-top: 0;
    }
    .home-page1 .swiper-slide {
        opacity: 1;
        padding: .3rem;
    }
    .home-page1 .swiper-slide-prev {
        padding-right: .3rem;
    }
    .home-page1 .swiper-slide-next {
        padding-left: .3rem;
    }
    .home-page1 .swiper-slide-active {
        border: 1px #A8C7EA solid;
        box-shadow: none;
    }
    .home-page1 .swiper-slide-active::after {
        display: none;
    }
    .home-page1 .tit {
        height: 48px;
    }
    .home-page1 .tit,
    .home-page2 .pic-con .tit,
    .home-page2 .text-con .item .tit,
    .home-page3 .con .more {
        font-size: 16px;
    }
    .home-page1 .des,
    .home-page2 .pic-con .date,
    .home-page2 .text-con .item .des,
    .home-page2 .text-con .item .date,
    .home-page4 .gallery-top .des,
    .home-page4 .gallery-top .date,
    .home-page4 .gallery-top .address,
    .home-page4 .gallery-thumbs .date,
    .home-page6 .con2 .tit {
        font-size: 14px;
    }
    .home-page1 .date {
        font-size: 15px;
    }
    .home-page1 .swiper-button-next {
        display: none;
    }
    .home-page1 .swiper-pagination {
        display: block;
        width: 100%;
    }
    .home-page1 .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .home-page1 .swiper-pagination-bullet-active {
        background-color: #0062AC;
    }
    .home-page2 .pic-con {
        margin-right: .4rem;
    }
    .home-page2 .pic-con .date span {
        font-size: 38px;
    }
    .home-page2 .text-con .item .date {
        padding-left: 20px;
        background-size: 16px;
    }
    .home-page3 .con .more {
        width: 120px;
        line-height: 42px;
    }
    .home-page3 .con .item>div {
        margin-right: .3rem;
    }
    .home-page3 .con .item,
    .home-page4 .gallery-top .tit,
    .home-page4 .gallery-thumbs .tit {
        font-size: 18px;
    }
    .home-page3 .con {
        margin-right: .4rem;
    }
    .home-page4 .gallery-thumbs .button {
        width: 40px;
        height: 95px;
    }
    .home-page4 .gallery-thumbs .swiper-button-next,
    .home-page4 .gallery-thumbs .swiper-button-prev {
        height: 40px;
        background-size: 18px;
    }
    .home-page4 .gallery-top .tit {
        height: auto;
    }
    .home-page5 .home-title {
        right: .2rem;
    }
    .home-page5 .text-con .tit {
        font-size: 22px;
    }
    .home-page6 .con1::before,
    .home-page6 .con1::after {
        display: none;
    }
    .home-page6 .content {
        padding-left: 0;
        padding-right: 0;
    }
    .home-page6 .con2 .tit {
        line-height: 34px;
    }
    .home-page1 .des,
    .home-page2 .text-con .item .tit,
    .home-page2 .text-con .item .des,
    .home-page2 .pic-con .tit,
    .home-page4 .gallery-top .tit,
    .home-page4 .gallery-top .des,
    .home-page4 .gallery-thumbs .tit,
    .home-page5 .text-con .des {
        height: auto;
    }
}

@media (max-width:950px) {
    .home-page2 .pic-con {
        margin-right: 0;
        width: 100%;
        height: auto;
        padding-bottom: 1rem;
        margin-bottom: .3rem;
    }
    .home-page2 .pic-con .text-con {
        height: auto;
    }
    .home-page2 .text-con .item.on {
        border-top: 1px #DBDBDB solid;
    }
    .home-page2 .text-con .item .des,
    .home-page2 .text-con .item .date {
        display: block;
    }
    .home-page4 .gallery-thumbs .button {
        left: .8rem;
    }
    .videoShow {
        width: 90%;
        height: 4.2rem;
    }
}

@media (max-width:767px) {
    .home-title {
        justify-content: flex-start;
    }
    .home-title .title>img {
        height: 54px;
    }
    .home-title .title .line {
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-page2 {
        padding-bottom: .7rem;
    }
    .home-page2 .pic-con .text-con {
        padding: .3rem;
    }
    .home-page3 {
        height: auto;
        margin-top: 0;
        background: #ECF2F8;
        padding-top: .6rem;
        padding-bottom: .6rem;
        display: block;
    }
    .home-page3 .pic-con {
        width: 100%;
    }
    .home-page3 .con {
        margin-right: 0;
    }
    .home-page3 .con .item {
        padding-right: .5rem;
    }
    .home-page3 .con .item::after {
        right: .2rem;
    }
    .home-page4 {
        padding-bottom: .6rem;
    }
    .home-page4 .gallery-top {
        padding-left: 0;
        padding-bottom: 0;
    }
    .home-page4 .gallery-top::after {
        display: none;
    }
    .home-page4 .gallery-top .swiper-slide {
        display: block;
    }
    .home-page4 .gallery-top .pic {
        width: 100%;
        height: auto;
        padding-top: 65%;
    }
    .home-page4 .gallery-top .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-page4 .gallery-top .text-con {
        margin-left: 0;
        margin-top: .3rem;
        padding: .3rem;
        height: auto;
    }
    .home-page4 .gallery-thumbs .button {
        display: none;
    }
    .home-page4 .gallery-thumbs {
        padding-left: 0;
        margin-top: 0;
        padding-bottom: 40px;
    }
    .home-page4 .gallery-thumbs .con {
        padding: .3rem;
    }
    .home-page4 .gallery-thumbs .swiper-pagination {
        display: block;
        width: 100%;
        bottom: 0;
    }
    .home-page4 .gallery-thumbs .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .home-page4 .gallery-thumbs .swiper-pagination-bullet-active {
        background-color: #0062AC;
    }
    .home-page5 .home-title {
        position: relative;
        right: auto;
        top: auto;
    }
    .home-page5 .home-title .title img {
        height: 80px;
    }
    .home-title .title {
        padding-bottom: .1rem;
    }
    .home-title .title .line {
        bottom: 0;
    }
    .home-page5 {
        padding-top: .5rem;
    }
    .home-page5 .home-title .more {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .home-page5 .content {
        display: block;
        margin-top: .4rem;
    }
    .home-page5 .l-con {
        margin-right: 0;
    }
    .home-page5 .l-con>a:first-child,
    .home-page5 .r-con {
        width: 100%;
    }
    .home-page5 .l-con>a:last-child {
        margin-left: 0;
        width: 100%;
        margin-top: .2rem;
    }
    .home-page5 .r-con {
        margin-top: .2rem;
    }
    .home-page5 .text-con {
        bottom: 0;
        padding: .3rem;
    }
    .home-page5 .text-con .des {
        opacity: 1;
        font-size: 14px;
    }
    .home-page6 {
        margin-top: 0;
        padding-top: 0;
    }
    .home-page6 .content {
        margin-top: .3rem;
    }
    .home-page6 .con2 .play-con .play {
        width: 34px;
        height: 34px;
    }
    .home-page6 .con1,
    .home-page6 .con2,
    .home-page3 .pic-con {
        display: none;
    }
    .home-page3 .mb-page3,
    .home-page6 .mb-page6 {
        display: block;
    }
    .home-page6 .mb-page6 .swiper-slide {
        overflow: hidden;
        padding-top: 15%;
    }
    .home-page6 .mb-page6 .swiper-slide img,
    .home-page3 .mb-page3 .swiper-slide img {
        position: absolute;
        left: 0;
        top: 0;
        object-position: top;
        z-index: 1;
    }
    .home-page6 .mb-page6 .tit {
        line-height: 36px;
        color: #FFF;
        font-size: 14px;
        background-color: rgba(7, 30, 94, .5);
        padding-left: .2rem;
        position: absolute;
        left: 0;
        z-index: 9;
        width: 100%;
        bottom: 0;
    }
    .home-page6 .mb-page6 .play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 9;
        width: 38px;
        height: 38px;
        background: url(/cflcen_old/images/play.svg)no-repeat center;
        background-size: 100%;
    }
    .home-page6 .mb-page6 .swiper-container,
    .home-page3 .mb-page3 .swiper-container {
        padding-bottom: 30px;
    }
    .home-page3 .mb-page3 .swiper-pagination,
    .home-page6 .mb-page6 .swiper-pagination {
        bottom: 0;
    }
    .home-page3 .mb-page3 {
        margin-top: .3rem;
    }
    .home-page3 .mb-page3 .swiper-slide {
        overflow: hidden;
        padding-top: 65%;
    }
}

@media (max-width:540px) {
    .home-page2 .pic-con {
        padding-bottom: .8rem;
    }
    .home-page2 .pic-con .text-con {
        padding: .2rem;
    }
    .home-page3 .pic-con>div {
        display: block;
    }
    .home-page3 .pic-con>div:first-child {
        padding-left: 0;
    }
    .home-page3 .pic-con>div:last-child {
        padding-right: 0;
    }
    .home-page3 .pic-con>div:first-child>a:first-child,
    .home-page3 .pic-con>div:last-child>a:first-child {
        width: 100%;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .home-page6 .con1 .pic,
    .home-page6 .con2 .item,
    .home-page6 .con2 .play-con,
    .home-page6 .con2 .pic-con {
        width: 100%;
        margin-right: 0;
        margin-top: .15rem;
    }
}


@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .home-page4 .gallery-thumbs .tit {
    max-height: 2.4em;
  }
  .img, .img img {
    font-family: 'object-fit: cover;';
  }
}
