@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;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.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;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 12px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #025394;
}


/*块级转化*/

.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;
    display: block;
}

.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;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    height: 2.41rem;
    width: 100%;
    background: url(../images/head-bg.png)no-repeat center bottom;
    background-size: cover;
    z-index: 999;
}

.header .head {
    height: 1.35rem;
}

.header .logo img {
    height: .86rem;
}

.header .search {
    background-color: #FFF;
    height: .5rem;
    width: 2.7rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    overflow: hidden;
}

.header .search input[type='text'] {
    padding-left: .2rem;
}

.header .search input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .28rem;
}

.header .home {
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    background-image: linear-gradient(#e8c88a, #bf9f62);
    color: #FFF;
    font-weight: bold;
    width: 1.4rem;
    margin-right: .1rem;
}

.m-search {
    display: none;
    width: 100%;
    border: 1px #eee solid;
}

.m-search input[type='text'] {
    padding-left: .2rem;
    height: .8rem;
}

.m-search input[type='submit'] {
    width: .8rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .34rem;
}

.nav {
    margin-top: .3rem;
}

.nav ul {
    justify-content: center;
}

.nav li {
    margin: 0 .2rem;
}

.nav li>a {
    line-height: .76rem;
    height: .76rem;
    font-size: .22rem;
    padding: 0 .2rem;
font-weight:600
}

.on .te_c {
    background: url(../images/nav-on.png)no-repeat center;
    background-size: auto .45rem;
    text-decoration: underline;
    font-size: .24rem;
    color: #025394;
    font-weight: bold;
}

.nav .drop {
    left: 0;
    width: 100%;
    top: .7rem;
    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: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    white-space: nowrap;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    border-radius: 0 0 .1rem .1rem;
    -webkit-border-radius: 0 0 .1rem .1rem;
    -moz-border-radius: 0 0 .1rem .1rem;
    -ms-border-radius: 0 0 .1rem .1rem;
    -o-border-radius: 0 0 .1rem .1rem;
    border-top: 3px #025394 solid;
    line-height: .5rem;
}

.nav .drop a {
    text-align: center;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    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(../images/close.svg);
}

.copyright {
    font-size: .16rem;
    color: #999;
    padding: .1rem .2rem;
    line-height: 1.8;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.copyright a {
    color: #999;
}

.footer {
    width: 100%;
    background: url(../images/f-bg.png)no-repeat center top;
    background-size: cover;
    height: 3.92rem;
    padding-top: 1.7rem;
    z-index: 99;
}

.footer .logo img {
    height: .86rem;
}

.footer .text {
    color: #FFF;
    margin: .2rem 0;
}

.footer .text span {
    font-family: Impact;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .copyright a:hover {
        color: #025394;
        text-decoration: underline;
    }
    .nav .drop a:hover {
        background-color: #025394;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .menu-btn,
    .m-search {
        display: block;
    }
    .header {
        height: 1.2rem;
        background-position: center top;
        background-size: 200%;
    }
    .header .head {
        height: 1.2rem;
    }
    .header .logo img {
        height: .75rem;
    }
    .header .top-info {
        display: none;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        margin-top: 0;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        padding: .2rem;
        height: calc(100% - 1.2rem);
    }
    .nav ul {
        flex-flow: column;
        margin-top: .3rem;
    }
    .nav li {
        margin: 0;
    }
    .nav .arrow {
        position: absolute;
        right: .2rem;
        top: 15px;
        width: 10px;
        height: 10px;
        border-right: 1px rgba(120, 165, 237, 0.5) solid;
        border-top: 1px rgba(120, 165, 237, 0.5) solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .nav .cur .arrow {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        background: none;
        box-shadow: none;
        line-height: .6rem;
    }
    .nav .drop a {
        text-align: left;
        padding-left: .2rem;
    }
}

@media (max-width:767px) {
    .header {
        background-size: 240%;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
    }
    .nav li.on a {
        font-size: 16px;
    }
    .nav li>a {
        font-size: 14px;
    }
    .footer {
        padding-top: .3rem;
        background-position: left bottom;
        height: auto;
        background-size: auto 200%;
    }
    .footer .logo {
        width: 100%;
    }
    .copyright {
        position: sticky;
        bottom: auto;
        left: auto;
    }
}

.wrap {
    width: 100%;
    background-color: #f3f8fe;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -1.1rem;
    padding-top: 1.6rem;
    padding-bottom: 1.1rem;
    margin-bottom: -1.08rem;
    z-index: 4;
}

.wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.8rem;
    background: url(../images/bg2.jpg)no-repeat center top;
    background-size: 100%;
    z-index: 1;
}

.wrap .container {
    z-index: 9;
}

.pub-title {
    width: 100%;
    background-color: #fafafa;
    height: 0.8rem;
    border-left: 5px #025394 solid;
    padding-left: .3rem;
}

.pub-title .title {
    font-size: .3rem;
    font-weight: bold;
}

.crumb {
    background: url(../images/icon1.png)no-repeat left center;
    background-size: .27rem;
    padding-left: .4rem;
    color: #666;
    padding-right: .3rem;
}

.crumb a {
    color: #666;
}

.news-list,
.video-list {
    background-color: #FFF;
    width: 100%;
    overflow: hidden;
    padding: .2rem;
}

.news-list .item {
    border-bottom: 1px #cecece dashed;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.news-list .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #025394;
}

.news-list .item .date {
    padding: 0 .3rem 0 .2rem;
    font-family: Microsoft YaHei;
    color: #999;
    font-size: .14rem;
    margin-right: .3rem;
}

.news-list .item .date span {
    font-size: .18rem;
    font-weight: bold;
    color: #333;
}

.news-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(#FFF, #025394, #FFF);
}

.news-list .item .tit {
    font-size: .18rem;
}

.page {
    margin-top: .7rem;
    font-size: .16rem;
    line-height: .32rem;
    margin-bottom: .4rem;
}

.page a {
    border: 1px #ccc solid;
    margin: 0 .05rem;
    padding: 0 .1rem;
}

.page input {
    width: .3rem;
    border: 1px #ccc solid;
    height: .32rem;
    margin: 0 .05rem;
}

.subnav a {
    border: 1px #ccc solid;
    width: 1.5rem;
    line-height: .5rem;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    color: #333;
    margin-right: .3rem;
letter-spacing: 4px;
    font-weight: 600;
}

.subnav a:last-child {
    margin-right: 0;
}

.subnav a.on {
    background-color: #025394;
    border-color: #025394;
    color: #FFF;
    font-weight: bold;
}

.video-list li {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    margin-top: .35rem;
    cursor: pointer;
}

.video-list li:nth-of-type(4n) {
    margin-right: 0;
}

.video-list li .pic {
    height: 1.95rem;
    overflow: hidden;
    width: 100%;
}

.video-list li .text {
    background: #FFF url(../images/titbg.png)no-repeat center;
    background-size: auto 100%;
    height: .7rem;
    width: 100%;
}

.video-list li .pic span {
    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: 100%;
    height: 100%;
    display: none;
    z-index: 5;
}

.video-list .down {
    position: absolute;
    right: .2rem;
    bottom: .1rem;
    width: .48rem;
    height: .48rem;
    background: url(../images/down.png)no-repeat center;
    background-size: 100%;
    z-index: 10;
    display: none;
}

.details {
    background-color: #FFF;
    padding: .3rem;
}

.details h1 {
    font-size: .36rem;
    line-height: 1.6;
    font-weight: normal;
    /* padding: 0 1.4rem; */
}

.details .info {
    color: #999;
    font-size: .16rem;
    line-height: 2;
    margin-top: .3rem;
    background: url(../images/line.png)repeat-x left bottom;
    padding-bottom: .2rem;
}

.details .body {
    font-size: .16rem;
    line-height: 2;
    padding: .3rem .4rem;
}

.details .body#vsb_content_2 * {
    line-height: 2;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
}

.details .body p {
    margin-top: .3rem;
    text-indent: .32rem;
}

.details .body .edit {
    text-align: right;
    margin-top: .3rem;
}

.details .tips {
    color: #999;
    font-size: .14rem;
    margin-top: .2rem;
    font-weight: bold;
}

.details .prev {
    background: url(../images/line.png)repeat-x left top;
    padding-top: .2rem;
    margin-top: .3rem;
    line-height: 2.5;
    padding-left: .4rem;
    padding-right: .4rem;
}

.details .prev a {
    color: #025394;
}

.sidebar {
    width: 4rem;
    margin-left: .3rem;
    background-color: #FFF;
}

.sidebar .title {
    height: 1rem;
    background-color: #025394;
    color: #FFF;
    font-size: .3rem;
    font-weight: bold;
    padding-left: .3rem;
}

.sidebar .content {
    padding: .2rem;
}

.sidebar .content .pic {
    height: 2.7rem;
    width: 100%;
    overflow: hidden;
}

.sidebar .item {
    padding: .3rem 0 .3rem 0;
    border-bottom: 1px dashed #eee;
}

.sidebar .item .date {
    font-family: 'Microsoft YaHei';
    font-size: .18rem;
    color: #333;
}

.sidebar .item .date span {
    font-size: .18rem;
    color: #333;
}

.sidebar .item .tit {
    font-size: .16rem;
    margin-top: .2rem;
}

.sidebar .item:last-child {
    border-bottom: 0;
}

.sidebar .btn {
    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%);
    height: .6rem;
    width: .6rem;
}

.sidebar .btn::after {
    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: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .2);
}

.sidebar .swiper-button-white {
    background-size: .15rem;
}

.sidebar .swiper-button-prev {
    left: 0;
}

.sidebar .swiper-button-next {
    right: 0;
}

@media (min-width:1025px) {
    .news-list .item:hover::after {
        width: 100%;
    }
    .video-list li:hover .text {
        background-color: #025394;
        color: #FFF;
    }
    .video-list li:hover .pic img,
    .sidebar .content .pic: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);
    }
    .details .prev a:hover {
        text-decoration: underline;
    }
    .video-list li:hover .down,
    .video-list li:hover .pic span {
        display: block;
    }
    .video-list .play .pic:hover span {
        width: .36rem;
        height: .36rem;
        background: url(../images/play1.png)no-repeat center;
        background-size: 100%;
    }
    .video-list .play .pic:hover:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #025394;
        opacity: .5;
    }
}

@media (max-width:1199px) {
    .wrap {
        margin-top: 0;
        padding-top: .4rem;
    }
}

@media (max-width:767px) {
    .pub-title .title {
        font-size: 20px;
    }
    .news-list .item .tit,
    .video-list li .text,
    .details .body {
        font-size: 14px;
    }
    .news-list .item .date,
    .details .tips {
        font-size: 12px;
    }
    .news-list .item .date span {
        font-size: 18px;
    }
    .page .txt,
    .page .go,
    .page span,
    .page .all,
    .sidebar {
        display: none;
    }
    .page {
        line-height: .5rem;
    }
    .page a {
        padding: 0 .2rem;
    }
    .video-list li {
        width: 49%;
    }
    .video-list li:nth-of-type(2n) {
        margin-right: 0;
    }
    .subnav a {
        margin-bottom: .2rem;
        width: 32%;
        margin-right: 2%;
    }
    .subnav a:nth-of-type(3n) {
        margin-right: 0;
    }
    .details h1 {
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
    }
    .details .body,
    .details .prev {
        padding-left: 0;
        padding-right: 0;
    }
}

.home-news {
    width: 100%;
    background: url(../images/bg1.jpg)no-repeat center top;
    background-size: cover;
    margin-top: -1.1rem;
    padding-top: 1.55rem;
    padding-bottom: .75rem;
}

.home-news .content {
    background-color: #fFF;
    padding: .2rem .3rem;
}

.home-news .con {
    margin-top: .2rem;
}

.home-news .con .item {
    width: 33.333%;
    align-items: center;
    border-bottom: 1px #cecece dashed;
    padding-right: .3rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.home-news .con .item:nth-of-type(3n) {
    padding-right: 0;
}

.home-news .con .item .tit {
    font-size: .18rem;
}

.home-news .con .item .des {
    color: #999;
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.home-news .con .item .date {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: Microsoft YaHei;
    font-size: .14rem;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: .1rem; */
    /* padding-top: .1rem; */
    z-index: 2;
}

.home-news .con .item .date span {
    /* font-weight: bold; */
    font-size: .18rem;
    color: #333;
    margin-bottom: .05rem;
}

.home-news .con .item .text-con {
    
    padding-left: .3rem;
}

.home-news .con .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #025394;
    /* font-weight: 700; */
}

.home-news .con .item .text-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: -.1rem;
    width: 1px;
    height: .5rem;
    background-image: linear-gradient(#FFF, #025394, #FFF);
    /* font-weight: 700; */
}

.home-news .con .item:hover .tit {
    font-weight: bold;
}

.home-news .focus {
    width: 7.8rem;
    height: 5.6rem;
    overflow: hidden;
    margin-right: .5rem;
    margin-top: .45rem;
}

.home-news .focus .swiper-container,
.home-news .focus .swiper-slide {
    height: 100%;
}

.home-news .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    z-index: 1;
}

.home-news .focus .text {
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    right: 3.2rem;
    color: #FFF;
    font-size: .22rem;
    z-index: 2;
}

.home-news .focus .swiper-pagination {
    left: auto;
    right: .3rem;
    bottom: .3rem;
    width: 1.5rem;
    height: .25rem;
    z-index: 2;
    overflow: hidden;
    padding-top: .02rem;
}

.home-news .focus .swiper-pagination::after {
    content: '';
    position: absolute;
    left: 50%;
    top: .05rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    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%;
    z-index: -1;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
}

.home-news .focus .swiper-pagination-bullet-active {
    width: .27rem;
    height: .16rem;
    background: url(../images/icon2.png)no-repeat center;
    background-size: 100%;
}

.home-news .focus .swiper-pagination-bullet:nth-child(1),
.home-news .focus .swiper-pagination-bullet:nth-child(5) {
    transform: translateY(.1rem);
    -webkit-transform: translateY(.1rem);
    -moz-transform: translateY(.1rem);
    -ms-transform: translateY(.1rem);
    -o-transform: translateY(.1rem);
}

.home-news .focus .swiper-pagination-bullet:nth-child(2),
.home-news .focus .swiper-pagination-bullet:nth-child(4) {
    transform: translateY(.04rem);
    -webkit-transform: translateY(.04rem);
    -moz-transform: translateY(.04rem);
    -ms-transform: translateY(.04rem);
    -o-transform: translateY(.04rem);
}

.home-news .focus .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active,
.home-news .focus .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    transform: translateY(.08rem);
    -webkit-transform: translateY(.08rem);
    -moz-transform: translateY(.08rem);
    -ms-transform: translateY(.08rem);
    -o-transform: translateY(.08rem);
}

.home-news .focus .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active,
.home-news .focus .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    transform: translateY(.01rem);
    -webkit-transform: translateY(.01rem);
    -moz-transform: translateY(.01rem);
    -ms-transform: translateY(.01rem);
    -o-transform: translateY(.01rem);
}

.home-news .focus .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    transform: translateY(-.02rem);
    -webkit-transform: translateY(-.02rem);
    -moz-transform: translateY(-.02rem);
    -ms-transform: translateY(-.02rem);
    -o-transform: translateY(-.02rem);
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

.home-title .en {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 12px;
    color: #025394;
    text-transform: capitalize;
    text-align: right;
}

.home-title .title .cn {
    background: url(../images/titbg1.png)no-repeat right top;
    padding-top: .45rem;
    background-size: 1.66rem;
    font-size: .26rem;
    color: #025394;
    border-bottom: 1px #025394 solid;
    padding-right: .7rem;
font-weight: 600;
}

.home-title .title .cn span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .45rem;
    background-image: linear-gradient(#e8c88a, #bf9f62);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: .2rem;
    width: 1.4rem;
    height: .5rem;
    /* background: url(../images/more.png)no-repeat right center; */
    background-size: cover;
    color: #025394;
    font-size: .16rem;
    text-align: right;
    /* padding-right: .2rem; */
    line-height: .5rem;
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, #005da8 0, rgba(0, 160, 233, 0) 100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-title .more:hover {
    color: #e8c88a;
    text-decoration: none !important;
}

.home-title .more:hover::after {
    background: linear-gradient(270deg, #e8c88a 0, rgba(232, 200, 138, 0) 100%);
 }

.home-news .home-title .cn{
    padding-top: .4rem;
}

.home-news .text-content {
    margin-top: .2rem;
}

.home-news .text-content .items {
    padding-top: 0.28rem;
    padding-bottom: .28rem;
    border-bottom: 1px #eee dashed;
}

.home-news .text-content .items:first-child {
    border-top: 1px #eee dashed;
}

.home-news .text-content .items .date {
    /* border: 2px #025394 solid; */
    width: 1.2rem;
    /* height: 1rem; */
    margin-right: .3rem;
    /* padding-left: .2rem; */
    /* padding-top: .1rem; */
    font-family: Microsoft YaHei;
    font-size: .18rem;
    color: #333;
    text-align: center;
}

.home-news .text-content .items .date span {
    /* font-size: .24rem; */
    /* font-weight: bold; */
    /* padding-bottom: .1rem; */
    /* margin-bottom: .1rem; */
}

.home-news .text-content .items .date span::after {
    /*content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: #025394;
    height: 2px;
    width: .3rem;
    transform: translateX(-50%);*/
}

.home-news .text-content .items .tit {
    font-size: .18rem;
}

.home-news .text-content .items .des {
    color: #999;
    margin-top: .1rem;
    display: none;
}

.home-content {
    padding-top: .4rem;
    padding-bottom: .8rem;
}

.home-media {
    width: 5.4rem;
    margin-left: .75rem;
}

.home-media .content {
    border-top: 1px #eee dashed;
    margin-top: .5rem;
}

.home-media .item {
    border-bottom: 1px #eee dashed;
    padding-top: .318rem;
    padding-bottom: .318rem;
}

.home-media .item::after,
.home-school li::after,
.home-style li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #025394;
}

.home-media .item .pic {
    width: .8rem;
    height: .48rem;
    overflow: hidden;
    margin-right: .1rem;
}

.home-media .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.home-media .item .name {
    color: #999;
    font-size: .14rem;
}

.home-media .item .name span {
    font-family: Microsoft YaHei;
    font-size: .16rem;
    color: #333;
}

.home-media .item .tit {
    margin-top: .05rem;
}

.home-media .item:hover .tit {
    font-weight: bold;
}

.home-school {
    min-width: 0;
}

.home-school li {
    border-bottom: 1px #eee dashed;
    width: 48.5%;
    margin-right: 3%;
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.home-school li:nth-child(even) {
    margin-right: 0;
}

.home-school li .date {
    font-family: Microsoft YaHei;
    font-size: .16rem;
    color: #333;
}

.home-school li .date span {
    font-size: .16rem;
    color: #333;
}

.home-school li .tit {
    line-height: 2;
    margin-top: .05rem;
    max-height: .36rem;
}

.home-school li:hover .tit {
    font-weight: bold;
}

.home-school .content {
    margin-top: .5rem;
}

.home-school .focus {
    width: 5.8rem;
    height: 3.9rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-school .focus .swiper-container,
.home-school .focus .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.home-school .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    z-index: 1;
}

.home-school .focus .text-con {
    position: absolute;
    left: .3rem;
    bottom: .3rem;
    right: 2rem;
    z-index: 5;
    color: #FFF;
}

.home-school .focus .date {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: .14rem;
    background: url(../images/time.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
}

.home-school .focus .date span {
    font-size: .18rem;
    font-weight: bold;
}

.home-school .focus .tit {
    font-weight: bold;
    margin-top: .1rem;
}

.home-school .focus .swiper-pagination {
    left: auto;
    right: .3rem;
    width: auto;
    bottom: .3rem;
}

.home-hot .swiper-pagination-bullet,
.home-school .focus .swiper-pagination-bullet {
    display: block;
    margin: .05rem 0 !important;
    border: 1px #FFF solid;
    opacity: 1;
    width: .1rem;
    height: .1rem;
    background: none;
}

.home-hot .swiper-pagination-bullet-active,
.home-school .focus .swiper-pagination-bullet-active {
    width: .27rem;
    height: .16rem;
    background: url(../images/icon2.png)no-repeat center;
    background-size: cover;
    border: 0;
}

.home-school .txt-con {
    border-top: 1px #eee dashed;
    /* padding-top: .3rem; */
}

.home-school .txt-con a {
    padding: .15rem 0;
    border-bottom: 1px #eee dashed;
}

.home-school .txt-con .tit {
    /* padding-left: .25rem; */
    font-size: .18rem;
    line-height: 1.8;
    max-height: .75rem;
    
    margin-top: .1rem;
}

.home-school .txt-con .tit::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: linear-gradient(#FFF, #025394, #FFF);
}

.home-school .txt-con .date {
    font-size: .16rem;
    line-height: 1.5;
}

.home-school .txt-con .pic {
    height: 2.55rem;
    width: 100%;
    overflow: hidden;
    margin-top: .26rem;
}

.home-school .txt-con a:hover .tit{
    font-weight: bold;
}

.home-hot {
    position: relative;
    background: url(../images/bg6.jpg)no-repeat center;
    background-size: cover;
    padding-top: .35rem;
    padding-bottom: .8rem;
}

.home-hot ul {
    margin-top: .4rem;
}

.home-hot li {
    width: 32%;
    margin-right: 2%;
    background-color: #FFF;
    margin-top: .3rem;
}

.home-hot li:nth-of-type(3n) {
    margin-right: 0;
}

.home-hot li .date {
    width: 1rem;
    font-size: .16rem;
    color: #666;
    font-family: Microsoft YaHei, Times, serif;
}

.home-hot li .date span {
    font-size: .18rem;
    color: #333;
}

.home-hot li .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .7rem;
    background-image: linear-gradient(#FFF, #c2c2c2, #FFF);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-hot li .text-con {
    display: flex;
    align-items: center;
    padding: .3rem .2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1.32rem;
}

.home-hot li .tit {
    font-size: .18rem;
    line-height: 2;
    max-height: .72rem;
}

.home-hot li .des {
    font-size: .16rem;
    color: #999;
    line-height: 1.8;
    margin-top: .1rem;
    max-height: 0.567rem;
}

.home-hot .swiper-pagination {
    width: 100%;
    left: 0;
    bottom: .24rem;
}

.home-hot .swiper-pagination-bullet {
    margin: 0 0.08rem !important;
}

.home-video {
    padding-top: .3rem;
    padding-bottom: .8rem;
}

.home-video .con {
    width: 5.7rem;
    margin-left: .3rem;
    margin-top: .6rem;
}

.home-video .pic1 {
    overflow: hidden;
    height: 3.38rem;
    width: 100%;
}

.home-video .pic1 .text,
.home-video .pic2 .text {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    color: #FFF;
    z-index: 4;
    font-size: .18rem;
    line-height: 1.6;
    padding: .1rem .24rem;
    background: rgba(0,0,0,.6);
    display: none;
    text-align: right;
}


.home-video .pic2 {
    width: 48%;
    margin-right: 4%;
    margin-top: .3rem;
    overflow: hidden;
}

.home-video .pic2:last-child {
    margin-right: 0;
}

.home-video .video {
    width: 100%;
    height: 5.45rem;
    overflow: hidden;
    margin-top: .5rem;
    cursor: pointer;
}

.home-video .video::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000;
    opacity: .5;
}

.home-video .video span {
    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;
    z-index: 5;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
}

.home-video .video .text {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 2;
    color: #ffffff;
    font-size: .18rem;
    line-height: 1.6;
    padding: .1rem .24rem;
    background: rgba(0, 0, 0, .6);
}

.home-video .video:hover .text{
    display: block;
}

.home-video .video span::before {
    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%);
    z-index: -1;
    background: url(../images/q1.png)no-repeat center;
    background-size: cover;
    width: 1.26rem;
    height: 1.26rem;
    animation: rotate 5s linear infinite;
    -webkit-animation: rotate 5s linear infinite;
}

.home-video .video span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    background: url(../images/q2.png)no-repeat center;
    background-size: cover;
    width: .98rem;
    height: .98rem;
    animation: rotate1 5s linear infinite;
    -webkit-animation: rotate1 5s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate1 {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
    }
}

.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(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-wrap {
    background: url(../images/bg5.jpg)no-repeat center;
    background-size: cover;
    padding-top: .8rem;
    padding-bottom: .9rem;
    margin-bottom: -1.05rem;
}

.home-style {
    background-color: #FFF;
    padding: .35rem .4rem .5rem .3rem;
    margin-right: .5rem;
    min-width: 0;
}

.home-style li {
    width: 48%;
    margin-right: 4%;
    border-bottom: 1px #eee dashed;
    line-height: .6rem;
    max-height: .6rem;
    font-size: .16rem;
    padding-left: .2rem;
    background: url(../images/d.png)no-repeat left center;
    overflow: hidden;
}

.home-style li:nth-child(even) {
    margin-right: 0;
}

.home-style .content {
    margin-top: .5rem;
    /* overflow: hidden; */
}

.home-style .pic-con {
    width: 4rem;
    height: 4.86rem;
    overflow: hidden;
    z-index: 1;
}

.home-style .pic-con>div {
    width: 100%;
    height: 100%;
}

.home-style .pic-con .pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-style .pic-con .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8% .2rem .1rem .2rem;
    background: url(../images/img_bg.png) no-repeat;
    background-size: cover;
 }

 .home-style .pic-con .info .title {
    font-size: .18rem;
    color: #ffffff;
    line-height: 1.8;
    padding-bottom: .06rem;
    max-height: .324rem;
 }

 .home-style .pic-con .info .desc {
    font-size: .14rem;
    color: #f2ede3;
    line-height: 2;
    padding-top: .04rem;
    border-top: 1px dashed #ddc492;
    max-height: .56rem;
 }

.home-style .tabs {
    z-index: 9;
    background-color: #FFF;
    /* margin-left: -.85rem; */
    /* border-radius: 3rem 0 0 3rem;
    -webkit-border-radius: 3rem 0 0 3rem;
    -moz-border-radius: 3rem 0 0 3rem;
    -ms-border-radius: 3rem 0 0 3rem;
    -o-border-radius: 3rem 0 0 3rem; */
    /* overflow: hidden; */
    /* margin-top: -.7rem;
    margin-bottom: -.7rem;
    padding-top: .4rem;
    padding-bottom: .7rem; */
    /* border: .3rem #FFF solid; */
    margin-left: .3rem;
}

.home-style .tabs .tit {
    font-size: .16rem;
    height: .7rem;
    border-bottom: 1px dashed #cee2f6;
    padding-left: .3rem;
    transition: all .3s;
}

.home-style .tabs .tit:first-of-type {
    border-top: 1px dashed #cee2f6;
}

.home-style .tabs .tit div {
    max-height: .22rem;
}

/* .home-style .tabs .tit::after {
    content: '';
    position: absolute;
    right: 0;
    height: 1px;
    border-bottom: 1px dotted #cee2f6;
    width: 100%;
    bottom: 0;
} */
.home-style .tabs::after,
.home-style .tabs::before {
    content: '';
    position: absolute;
    left: 0;
    height: .12rem;
    width: .3rem;
    background: url(../images/icon3.png)no-repeat center;
    background-size: cover;
    bottom: -.06rem;
}
.home-style .tabs::before {
    top: -.06rem;
}

/* .home-style .tabs .tit:nth-child(1) {
    padding-left: .7rem;
}

.home-style .tabs .tit:nth-child(2) {
    padding-left: .2rem;
}

.home-style .tabs .tit:nth-child(4) {
    padding-left: .5rem;
}

.home-style .tabs .tit:nth-child(1)::after {
    left: .6rem;
}

.home-style .tabs .tit:nth-child(2)::after {
    left: .3rem;
}

.home-style .tabs .tit:nth-child(3)::after {
    left: .1rem;
}

.home-style .tabs .tit:nth-child(4)::after {
    left: .5rem;
}

.home-style .tabs .tit:nth-child(1)::before {
    left: .3rem;
}

.home-style .tabs .tit:nth-child(3)::before {
    left: .15rem;
}

.home-style .tabs .tit:nth-child(4)::before {
    left: .65rem;
} */

.home-style .tabs .tit.on {
    /* background-image: linear-gradient(#e8c88a, #bf9f62); */
    /* color: #FFF; */
    /* height: 1rem; */
    font-size: .18rem;
    font-weight: bold;
    color: #025394;
    padding-left: 0;
}

.home-style .tabs .tit.on div {
    max-height: .24rem;
}

.home-style .tabs .tit.on::after,
.home-style .tabs .tit.on::before {
    display: none;
}

.home-baozhi {
    width: 6rem;
    background-color: #FFF;
    padding: .35rem .4rem .5rem .3rem;
}

.home-baozhi .content {
    overflow: hidden;
    margin-top: .5rem;
    height: 4.85rem;
}

.view {
    width: 3.6rem;
    border: 1px #eee solid;
}

.view .swiper-slide {
    height: 5rem;
    overflow: hidden;
}

.view .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.view .swiper-button-next {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .75rem;
    height: .75rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: cover;
    right: -.38rem;
}

.catalog {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.gallery-thumbs {
    height: 4.5rem;
    min-width: 0;
    background: url(../images/lun.png) no-repeat left center;
    background-size: .67rem;
    z-index: 3;
    padding-left: .15rem;
}

.gallery-thumbs .swiper-slide {
    font-size: .16rem;
    color: #999;
    width: 100%;
}

.gallery-thumbs .swiper-slide-active {
    color: #025394;
    font-weight: bold;
    font-size: .18rem;
    text-decoration: underline;
    justify-content: flex-end;
    z-index: 5;
}

.gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background-color: #FFF;
    z-index: -1;
    height: 100%;
}

.gallery-thumbs .swiper-slide-prev,
.gallery-thumbs .swiper-slide-next {
    padding-left: .4rem;
}

.gallery-thumbs::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #eee solid;
    z-index: -1;
}

@media (min-width:1025px) {
    .home-news .con .item:hover::after,
    .home-media .item:hover::after,
    .home-school li:hover::after,
    .home-style li:hover::after {
        width: 100%;
    }
    .home-news .con .item:hover .date {
        background-image: linear-gradient(#e8c78a, #c0a063);
        color: #FFF;
    }
    .home-news .con .item:hover .date span {
        color: #FFF;
    }
    .home-news .con .item:hover .date::after {
        content: '';
        position: absolute;
        left: -.1rem;
        top: -.1rem;
        right: -.1rem;
        bottom: -.1rem;
        background-image: linear-gradient(#e8c88a, #bf9f62);
        opacity: .2;
        z-index: -1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .home-title .more:hover {
        text-decoration: underline;
    }
    /* .home-news .text-content .items.on .date {
        background-image: linear-gradient(#e8c88a, #bf9f62);
        width: 1rem;
        height: 1rem;
        border: 0;
        color: #FFF;
        font-size: .14rem;
        padding-left: .22rem;
        padding-top: .12rem;
    } */
    .home-news .con .item .date {
        width: 0.9rem;
        height: 0.9rem;
        margin-right: .1rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        font-family: Microsoft YaHei;
        font-size: .16rem;
        color: #333;
        /* padding-left: .1rem; */
        /* padding-top: .1rem; */
        z-index: 2;
    }
    /* .home-news .text-content .items.on .date span {
        font-size: .24rem;
    }
    .home-news .text-content .items.on .date span::after {
        background-color: #FFF;
    } */
    .home-news .text-content .items.on .tit {
        color: #025394;
        font-weight: 700;
    }
    .home-news .text-content .items.on .des {
        display: block;
    }
    .home-school .focus .swiper-slide:hover img,
    .home-school .txt-con:hover .pic img,
    .home-video .pic1:hover img,
    .home-video .pic2:hover img,
    .home-video .video: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-hot li:hover {
        /* background: url(../images/tbg1.jpg)no-repeat left center;
        background-size: 100% 100%; */
    }
    .home-hot li:hover .date::after {
        display: none;
    }
    .home-hot li:hover .date {
        background-image: linear-gradient(#e8c88a, #bf9f62);
        color: #FFF;
    }
    .home-hot li:hover .date span {
        color: #FFF;
    }
    .home-hot li:hover .tit {
        color: #333;
    }
    .home-video .pic1:hover .text,
    .home-video .pic2:hover .text {
        display: block;
    }
    /* .home-video .pic1:hover::after,
    .home-video .pic2:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: #025394;
        opacity: .5;
        z-index: 2;
        width: 100%;
        height: 100%;
    } */
}

@media (max-width:1199px) {
    .home-news .text-content .items .date {
        width: 1rem;
        /* height: 1rem; */
        padding-left: .15rem;
        white-space: nowrap;
    }
    .home-video .video {
        margin-top: .45rem;
    }
    .home-news .con .item .date {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: Microsoft YaHei;
    font-size: .14rem;
    color: #999;
    padding-left: .1rem;
    padding-top: .1rem;
    z-index: 2;
}
}

@media (max-width:950px) {
    .home-news .text-content .items .date {
        /* width: 1.2rem; */
    }
    .home-news .con .item .date {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: Microsoft YaHei;
    font-size: .14rem;
    color: #333;
    padding-left: .1rem;
    padding-top: .1rem;
    z-index: 2;
}
    .home-media {
        width: 100%;
        margin-left: 0;
    }
    .home-school {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .home-school .focus {
        width: 7.4rem;
    }
    .home-school .txt-con a {
        padding: .3rem 0;
    }
    .home-hot li {
        width: 49%;
    }
    .home-hot li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-hot li:nth-child(even) {
        margin-right: 0;
    }
    .home-hot li .date {
        width: 1.5rem;
    }
    .home-video .video {
        margin-top: .35rem;
    }
}

@media (max-width:767px) {
    .keywordfontcolor1114320{
        font-size: 14px !important;
    }
    .home-news .con .item .date {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: Microsoft YaHei;
    font-size: .14rem;
    color: #333;
    padding-left: .1rem;
    padding-top: .1rem;
    z-index: 2;
}
    .home-style {
        margin-right: 0;
    }
    .home-news .con .item {
        width: 100%;
        padding-right: 0;
    }
    .home-news .con .item .date {
        width: auto;
        height: auto;
        white-space: nowrap;
    }
    .home-news .con .item .date span,
    .home-news .text-content .items .date span,
    .home-hot li .date span {
        font-size: 16px;
    }
    .home-news .item .tit,
    .home-news .text-content .items .tit,
    .home-news .con .item .tit,
    .home-school li .tit,
    .home-school .txt-con .tit,
    .home-school .focus .tit,
    .home-media .item .tit,
    .home-media .item .name span,
    .home-hot li .tit,
    .gallery-thumbs .swiper-slide,
    .home-style .tabs .tit,
    .home-style li,
    .home-style .tabs .tit.on {
        font-size: 14px;
    }
    .home-school li .date span,
    .home-news .item .des,
    .home-news .item .date,
    .home-news .text-content .items .date,
    .home-news .con .item .date,
    .home-news .con .item .des,
    .home-school li .date,
    .home-school .focus .date,
    .home-media .item .name,
    .home-hot li .des,
    .home-hot li .date {
        font-size: 12px;
    }
    .home-news .focus {
        margin-right: 0;
        width: 100%;
        margin-top: 0;
        height: 4rem;
    }
    .home-title .title .cn,
    .home-school .focus .date span {
        font-size: 20px;
    }
    .home-title .title .cn span {
        font-size: 24px;
    }
    .home-title .more {
        font-size: 12px;
        width: 2.2rem;
        height: .65rem;
        line-height: .65rem;
    }
    .home-news .text-content .items .date {
        /* height: 1.2rem; */
        width: auto;
        /* padding-right: 0.15rem; */
    }
    .home-news .text-content .items .date span {
        font-size: 14px;
    }
    .home-school .focus {
        width: 100%;
        margin-right: 0;
        height: 4rem;
    }
    .home-school li,
    .home-hot li,
    .home-style li {
        width: 100%;
        margin-right: 0;
    }
    .home-school li {
        padding: .2rem 0;
    }
    .home-school .txt-con a {
        padding: 0.2rem 0;
    }
    .home-school .txt-con .date {
        font-size: 12px;
    }
    .home-school .txt-con .tit {
        height: auto;
        max-height: unset;
    }
    .home-school .txt-con .pic {
        height: 3.4rem;
    }
    .home-video .con {
        width: 100%;
        margin-left: 0;
        margin-top: .3rem;
    }
    .home-wrap,
    .home-style .content {
        flex-flow: column;
    }
    .home-baozhi,
    .home-style .pic-con {
        width: 100%;
    }
    .home-style .pic-con {
        height: 6rem;
    }
    .home-style .pic-con 
    .home-style {
        margin-right: 0;
    }
    .home-baozhi .content {
        flex-flow: column;
        height: auto;
    }
    .gallery-thumbs {
        background: #FFF;
    }
    .gallery-thumbs::after {
        display: none;
    }
    .view {
        width: 100%;
    }
    .gallery-thumbs {
        height: auto;
    }
    .gallery-thumbs .swiper-slide-prev,
    .gallery-thumbs .swiper-slide-next {
        padding-left: 0;
    }
    .gallery-thumbs .swiper-slide-active {
        padding-left: 0;
        justify-content: flex-start;
    }
    .view .swiper-slide {
        height: auto;
    }
    .view .swiper-button-next {
        right: .2rem;
    }
    .home-style .tabs {
        margin-left: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin-top: .2rem;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
    }
    .home-style .tabs .tit::before {
        display: none;
    }
    .home-style .tabs .tit::after {
        left: 0 !important;
    }
    .home-style .tabs .tit {
        padding-left: .2rem !important;
    }
    .home-style li {
        line-height: .9rem;
        padding-left: .3rem;
    }
    .home-style .tabs .tit {
        height: .8rem;
    }
    .home-style .pic-con .info {
        padding: 20px 10px 10px 10px;
    }
    .home-style .pic-con .info .title {
        font-size: 14px;
    }
    .home-style .pic-con .info .desc {
        font-size: 12px;
    }
    .videoShow {
        width: 90%;
        height: 4rem;
        background-color: #000;
    }
    .home-hot li:nth-of-type(3n) {
        margin-right: 0;
    }
    .home-school li .tit,
    .home-style .tabs .tit div,
    .home-style li,
    .home-style .tabs .tit.on div,
    .home-hot li .tit,
    .home-hot li .des,
    .home-style .pic-con .info .title ,
    .home-style .pic-con .info .desc {
        max-height: unset;
    }
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .home-style .pic-con .pic {
        position: relative;
    }
    .home-style .pic-con .pic img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        min-width: 100%;
        transform: translateX(-50%);
    }
}
.home-style .pic-con .pic img{
    border-radius: 10%;
}


.details .code-box {
    text-align: center;
    margin-bottom: .3rem;
}
.details .code-box #code-img{
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
}
.details .code-box #code-img canvas {
    display: none;
}
.details .code-box #code-img img {
    width: 100%;
    height: 100%;
}
.details .code-box .txt {
    font-size: .14rem;
    line-height: 2;
}
.detail-lightGallery .lg-backdrop {
    background: rgba(0, 0, 0, .7);
}
@media (max-width: 767px) {
    .details .code-box #code-img {
        width: 2rem;
        height: 2rem;
    }
    .details .code-box .txt {
        font-size: 12px;
    }
}
@media (min-width:767px) and  (max-width:950px){
    .home-school li .tit{
        line-height: 1.5;
}
    .home-title .more{
        width: 1.7rem;
}
}