@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;
}


/*= 清除浮动=*/

.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%;
}

@font-face {
    font-family: 'MiSans-Light';
    src: url('../fonts/MiSans-Light.ttf');
}

@font-face {
    font-family: 'MiSans-Medium';
    src: url('../fonts/MiSans-Medium.ttf');
}

@font-face {
    font-family: 'MiSans-Normal';
    src: url('../fonts/MiSans-Normal.ttf');
}

@font-face {
    font-family: 'MiSans-Regular';
    src: url('../fonts/MiSans-Regular.ttf');
}

@font-face {
    font-family: 'MiSans-Bold';
    src: url('../fonts/MiSans-Bold.ttf');
}


/*原文件配置*/

body {
    color: #717071;
    background: #ffffff;
    font: 16px/30px 'MiSans-Medium', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #717071;
    text-decoration: none;
}

a:hover {
    color: #b1292d;
}


/*块级转化*/

.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;
}

.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -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 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 40px;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    z-index: -1;
}

.header .logo {
    height: 52px;
   float: left;
}

.header .logo img {
    height: 52px;
}

.m-search{
  display:none;
}
.headrg{
   float: right;
}

.headrg .search {
    float: right;
    height: 36px;
    width: 210px;
    background-color: rgba(255, 255, 255, 0.2);
    border: rgba(255, 255, 255, 0.4) 1px solid;
    border-radius: 19px;
    padding: 0px 8px 0px 15px;
    box-sizing: border-box;
}

.headrg .search .srk,
.headrg .search .btn {
    border: none;
    height: 36px;
    background: none;
    outline: none;
}

.headrg .search .srk {
    width: calc(100% - 38px);
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

.headrg .search .btn {
    float: right;
    width: 36px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
}

.headrg .search .srk::input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.headrg .search .srk::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.headrg .search .srk::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.headrg .search .srk::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.headrg .search .srk::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}






.menu-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    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.png);
}

.nav li {
    margin-right: 20px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav li>a {
    line-height: 52px;
    color: #FFF;
}

.nav .drop {
    min-width: 100%;
    left: 50%;
    top: 52px;
    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: rgba(0, 0, 0, .3);
    line-height: 2;
    font-family: 'MiSans-Light';
    font-size: 10px;
    padding: 5px 1em;
    white-space: nowrap;
}

.nav .drop a {
    color: #FFF;
}

.nav1 li>a,
.nav1 .drop a {
    color: #b1292d;
}

.footer {
    background-color: #2a2a2a;
    padding-bottom: 95px;
}

.footer .ban {
    width: 100%;
    background-color: #b1292d;
    height: 146px;
    transform: translateY(-73px);
    -webkit-transform: translateY(-73px);
    -moz-transform: translateY(-73px);
    -ms-transform: translateY(-73px);
    -o-transform: translateY(-73px);
    padding-left: 50px;
    padding-right: 45px;
}

.footer .ban a {
    color: #FFF;
}

.footer .ban .text {
    margin-right: 20px;
}

.footer .ban .text span {
    font-size: 14px;
    margin-right: 10px;
}

.footer .tool>a {
    position: relative;
    width: 14.28%;
    height: 50px;
    border-right: 2px #515252 solid;
}

.footer .tool>a .drop {
    position: absolute;
    bottom: 100%;
    width: 6em;
    height: 6em;
    background: #ffffff;
    padding: 2px;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.footer .tool>a .drop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #fff;
}

.footer .tool>a .drop img {
    width: 100%;
    height: 100%;
}

.footer .tool>a:hover .drop {
    opacity: 1;
    z-index: 1;
}

.footer .tool>a:first-child {
    border-left: 2px #515252 solid;
}

.copyright {
    border-top: 2px #515252 solid;
    margin-top: 20px;
    padding-top: 10px;
    color: #c9caca;
}

.copyright a {
    color: #c9caca;
}

@media (min-width:1025px) {
    .nav li:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 5px;
        width: 100%;
        height: 1px;
        background-color: #FFF;
    }
    .nav1 li:hover::after {
        background-color: #b1292d;
    }
    .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);
    }
    .copyright a:hover {
        color: #FFF;
    }
}

@media (max-width:1440px) {
    .nav li {
        margin-right: 15px;
    }
    .nav li>a {
        font-size: 14px;
    }
}

@media (max-width:1280px) {
    .nav li {
        margin-right: 10px;
    }
    .nav li>a {
        font-size: 13px;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .header {
        padding-top: 20px;
        position: fixed;
        height: 75px;
        padding-top: 0;
    }
    .header.on,
    .header.fixed {
        background-color: #b1292d;
    }
    .header.on::after,
    .header.fixed::after {
        display: none;
    }
    .header.fixed .logo .lo1,
    .header.on .logo .lo1 {
        display: none;
    }
    .header.fixed .logo .lo2,
    .header.on .logo .lo2 {
        display: block;
    }

   .headrg .search{
   display:none;
}
.header .logo{
  margin-top:10px;
}
.m-search {
    display:block;
    float: left;
    height: 36px;
    width: 210px;
    background-color: rgba(0, 0, 0, 0.02);
    border: rgba(0, 0, 0, 0.4) 1px solid;
    border-radius: 19px;
    padding: 0px 8px 0px 15px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.m-search .srk,
.m-search .btn {
    border: none;
    height: 36px;
    background: none;
    outline: none;
}

.m-search .srk {
    width: calc(100% - 38px);
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
}

.m-search .btn {
    float: right;
    width: 36px;
    background: url(../images/search2.png) no-repeat center;
    cursor: pointer;
}

.m-search .srk::input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.m-search .srk::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.m-search .srk::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.m-search .srk::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.m-search .srk::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 75px;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 75px);
        padding: 20px;
    }
    .nav li {
        margin-right: 0;
    }
    .nav li>a {
        color: #333;
        line-height: 50px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.png)no-repeat center;
        background-size: 100%;
        width: 16px;
        height: 16px;
        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;
        padding-top: 0;
        background: none;
        padding-left: 20px;
        transform: unset !important;
    }
    .nav .drop a {
        color: #333;
        font-size: 12px;
    }
    .copyright>div {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:950px) {
    .header .logo img {
        height: 48px;
    }
    .footer .ban {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer {
        padding-bottom: 50px;
    }
}

@media (max-width:767px) {
    .footer .ban {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .ban .logo {
        width: 100%;
    }
    .footer .ban .logo img {
        max-width: 100%;
    }
    .footer .ban>.links {
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width:540px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .logo img {
        height: 40px;
    }
    .copyright {
        font-size: 12px;
    }
    .footer {
        padding-bottom: 30px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

@keyframes r2l {
    0% {
        left: 100%;
    }
    50% {
        left: 50%;
    }
    100% {
        left: 0;
    }
}

.banner .swiper-pagination {
    position: relative;
    bottom: 100px;
    height: 1px;
    /* border-top: 1px solid #fff; */
    padding-top: 30px;
}

.banner .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background: #fff;
    animation: r2l 1s linear forwards .5s;
}

.banner .swiper-pagination-bullet {
    width: 60px;
    height: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #FFF;
    display: block;
    margin: 0 10px !important;
}



.pub-line {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-top: 1px solid #b1292d;
}
.pub-line::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #b1292d;
}

.home-list {
    /* border-top: 1px #FFF solid; */

    z-index: 1;
}
.home-xinwen{padding-top: 80px;
}
.home-xinwen .home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 57px;
    height: 64px;
    background: url(../images/iconxw1.png)no-repeat center;
    background-size: 100%;
    top: -70px;
}

.home-list .swiper-container {
    padding-bottom: 20px;
    padding-top: 40px;
}

.home-list .swiper-slide {
    background-color: #FFF;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    padding: 46px 20px;
}

.home-list .swiper-pagination {
    bottom: auto;
    top: 0;
    height: 1px;
}

.home-list .swiper-pagination-bullet {
    width: 60px;
    height: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #FFF;
    display: block;
    margin: 0 10px !important;
}

.home-list .date {
    line-height: 1.3;
}

.home-list .tit {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.home-news {
    margin-top: 130px;
}

.home-news .cont {
    display: none;
    flex-wrap: wrap;
}

.home-news .cont.on {
    display: flex;
}

.home-news .text-content {
    margin-right: 80px;
}

.home-news .text-content .title {
    font-size: 22px;
    line-height: 1.2;
    height: 53px;
}

.home-news .text-content .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: -40px;
    background-color: #b1292d;
    height: 4px;
    width: 45px;
}

.home-news .text-content .date {
    position: relative;
    border-bottom: 1px #000 solid;
    margin-top: 5px;
    padding-bottom: 15px;
}

.home-news .text-content .date::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: #b1292d;
    transition: all .5s;
}

.home-news .text-content:hover .date::after {
    width: 100%;
}

.home-news .text-content .des {
    font-size: 14px;
    font-family: 'MiSans-Normal';
    line-height: 1.6;
    margin-top: 30px;
}

.home-news .pic {
    width: 675px;
}

.home-news .pic img {
    width: 100%;
}

.home-news .pic .text-con {
    position: absolute;
    background: #b1292d url(../images/arrow1.png)no-repeat 15px 90%;
    color: #FFF;
    top: 115px;
    left: -40px;
    width: 120px;
    height: 120px;
    padding: 20px 10px;
}

.home-news .pic .text-con .date {
    font-size: 14px;
    line-height: 1;
}

.home-news .pic .text-con .tit {
    font-size: 10px;
    line-height: 1.4;
    font-family: 'MiSans-Normal';
    margin-top: 10px;
}

.home-title {
    flex-direction: column;
    align-items: center;
    /* border-top: 1px #b1292d solid; */
    padding-top: 10px;
}

.home-title .title {
    color: #b1292d;
    /* border-top: 1px #b1292d solid; */
    /* width: 390px; */
    font-size: 18px;
    line-height: 1;
    padding-top: 10px;
}

.home-title .title span {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
    white-space: nowrap;
}

.home-notice {
    background-color: #f2f2f2;
    padding-top: 70px;
    margin-top: 80px;
    padding-bottom: 60px;
}

.home-notice .content {
    margin-top: 38px;
}

.home-notice .item {
    border-bottom: 1px #909090 solid;
    line-height: 1.65;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.home-notice .item .tit {
    margin-right: 30px;
}

.home-notice .item .date {
    font-size: 12px;
}

.home-notice .item .date::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #909090;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .more {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 70px;
    margin-top: 30px;
}

.home-notice .more::before {
    content: '';
    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%);
    background-color: #909090;
    width: 60px;
    height: 1px;
}

.home-keyan {
    background-color: #b1292d;
    padding-top: 100px;
}

.home-keyan .home-title,
.home-keyan .home-title .title {
    border-top-color: #FFF;
}

.home-keyan .pub-line {
    border-color: #fff;
}
.home-keyan .pub-line::after{
    background: #fff;
}

.home-keyan .home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 70px;
    height: 67px;
    background: url(../images/icon1.png)no-repeat center;
    background-size: 100%;
    top: -70px;
}

.home-keyan .home-title .title {
    color: #FFF;
}

.home-keyan .swiper-container {
    margin-top: 45px;
}

.home-keyan .swiper-slide {
    background-color: #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 28px 30px 20px 30px;
}

.home-keyan .swiper-slide .tit {
    position: relative;
    border-top: 1px #909090 solid;
    border-bottom: 1px #909090 solid;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 8px;
    height: 96px;
    box-sizing: border-box;
}

.home-keyan .swiper-slide .tit::before,
.home-keyan .swiper-slide .tit::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .5s;
}
.home-keyan .swiper-slide .tit::before {
    top: -1px;
}
.home-keyan .swiper-slide .tit::after {
    bottom: -1px;
}

.home-keyan .swiper-slide .name {
    position: relative;
    border-top: 1px #909090 solid;
    margin-top: 170px;
    font-size: 14px;
}

.home-keyan .swiper-slide .date {
    position: relative;
    border-top: 1px #909090 solid;
    margin-top: 8px;
    font-size: 14px;
    padding-top: 10px;
}

.home-keyan .swiper-slide .name::before,
.home-keyan .swiper-slide .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.home-keyan .swiper-slide:hover .tit::before,
.home-keyan .swiper-slide:hover .tit::after,
.home-keyan .swiper-slide:hover .name::before,
.home-keyan .swiper-slide:hover .date::before {
    width: 100%;
}

.home-edu {
    margin-top: 128px;
}

.home-edu .home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 67px;
    height: 59px;
    background: url(../images/icon2.png)no-repeat center;
    background-size: 100%;
    top: -60px;
}

.home-edu .content {
    margin-top: 55px;
}

.home-edu .item {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px #909090 solid;
}

.home-edu .item::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background: #b1292d;
    transition: all .5s;
}

.home-edu .item:last-child {
    margin-bottom: 0;
}

.home-edu .item .pic {
    width: 318px;
    height: 159px;
    margin-right: 15px;
}

.home-edu .item .pic .time {
    position: absolute;
    left: 20px;
    width: 55px;
    height: 44px;
    background-color: #bd8f7f;
    bottom: -15px;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
}

.home-edu .item .pic .time span {
    font-size: 21px;
    line-height: 1.2;
}

.home-edu .item .tit {
    font-size: 18px;
    line-height: 1.2;
    height: 44px;
}

.home-edu .item .date {
    position: relative;
    font-size: 14px;
    border-bottom: 1px #909090 solid;
    margin-top: 13px;
    padding-bottom: 8px;
    line-height: 1.1;
}

.home-edu .item .date::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #b1292d;
    transition: all .5s;
}

.home-edu .item:hover::after,
.home-edu .item:hover .date::after{
    width: 100%;
}

.home-edu .item .des {
    font-size: 12px;
    line-height: 1.5;
    font-family: 'MiSans-Normal';
    margin-top: 10px;
}

.home-dt {
    width: 427px;
    background-color: #b1292d;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 45px;
    color: #FFF;
}

.home-dt .tit {
    font-size: 24px;
    line-height: 1;
    font-family: 'MiSans-Normal';
}

.home-dt .swiper-container {
    padding-top: 50px;
}

.home-dt .swiper-slide {
    color: #FFF;
}

.home-dt .swiper-slide .date {
    margin-right: 24px;
    padding-right: 24px;
    font-size: 12px;
    font-family: 'MiSans-Normal';
    line-height: 1.1;
}

.home-dt .swiper-slide .date::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: 1px;
    height: 80%;
    background-color: #FFF;
}

.home-dt .swiper-slide .date span {
    font-size: 29px;
}

.home-dt .swiper-slide .text {
    position: relative;
    top: 0;
    font-size: 18px;
    border-bottom: 1px #FFF solid;
    line-height: 1.3;
    height: 62px;
    font-family: 'MiSans-Regular';
    padding-right: 30px;
    transition: all .3s;
}


.home-dt .swiper-slide:hover .text {
    top: -.4em;
}

.home-dt .more {
    justify-content: flex-end;
    margin-top: 70px;
    margin-right: 30px;
}

.home-dt .more a {
    color: #FFF;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.home-dt .more a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 20px;
    background-color: #FFF;
}

.home-dt .swiper-button-white {
    width: 58px;
    height: 58px;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: auto;
    top: 15px;
}

.home-dt .swiper-button-prev {
    background: url(../images/prev.png)no-repeat center;
    left: auto;
    right: 120px;
}

.home-dt .swiper-button-next {
    background: url(../images/next.png)no-repeat center;
    right: 40px;
}

.home-teacher {
    background-color: #f2f2f2;
    margin-top: 75px;
    padding-bottom: 115px;
    padding-top: 130px;
}

.home-teacher .home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 42px;
    height: 68px;
    background: url(../images/icon3.png)no-repeat center;
    background-size: 100%;
    top: -68px;
}

.home-teacher .content {
    margin-top: 45px;
}

.home-teacher .content .swiper-slide {
    height: 290px;
    overflow: hidden;
}

.home-teacher .content .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .2);
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'MiSans-Regular';
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 10px;
}

.home-teacher .content .text-con::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 1px;
    background-color: #bf907f;
}

.home-teacher .content .text-con::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    z-index: 1;
    transition: all .5s;
}

.home-teacher .content .swiper-slide:hover .text-con::before {
    width: calc(100% - 20px);
}

.home-teacher .content .txt {
    font-size: 10px;
    text-align: right;
}

.home-teacher .swiper-button-white {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #cd5463 solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 33px;
}

.home-teacher .swiper-button-prev {
    left: -80px;
    background-image: url(../images/prev1.png);
}

.home-teacher .swiper-button-next {
    right: -80px;
    background-image: url(../images/next1.png);
}

.home-sz {
    background-color: #2a2a2a;
    padding-bottom: 120px;
    padding-top: 140px;
}

.home-sz .home-title .title {
    width: auto;
}

.home-sz .home-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 98px;
    height: 68px;
    background: url(../images/icon4.png)no-repeat center top;
    background-size: 100%;
    top: -70px;
}

.home-sz .content {
    margin-top: 70px;
}

.home-sz .swiper-button-white {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #851826 solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: auto;
    background-size: 33px;
    top: -75px;
}

.home-sz .swiper-button-prev {
    left: 0px;
    background-image: url(../images/prev1.png);
}

.home-sz .swiper-button-next {
    right: 0px;
    background-image: url(../images/next1.png);
}

.home-sz .pic>a {
    overflow: hidden;
    height: 268px;
    width: 100%;
}

.home-sz .pic img,
.home-sz .pic1 img,
.home-sz .pic2 img {
    transition: all .5s;
}

.home-sz .pic img:hover,
.home-sz .pic1 img:hover,
.home-sz .pic2 img:hover {
    transform: scale(1.05);
}

.home-sz .pic1 {
    width: 31.667%;
    height: 536px;
    overflow: hidden;
}

.home-sz .pic2 {
    width: 25%;
    height: 536px;
    overflow: hidden;
}

.home-sz .swiper-slide {
    overflow: hidden;
}

.home-sz .swiper-slide img {
    width: 100%;
}

.home-list .swiper-slide {
    cursor: pointer;
}

.home-list .swiper-slide.on {
    background-color: #b1292d;
    color: #FFF;
}

@media (min-width:1025px) {
    .home-keyan .swiper-slide:hover,
    .home-teacher .content .swiper-slide:hover .text-con {
        background-color: #b1292d;
        color: #FFF;
    }
    .home-keyan .swiper-slide:hover .tit,
    .home-keyan .swiper-slide:hover .date,
    .home-keyan .swiper-slide:hover .name {
        /* border-top-color: #FFF; */
    }
    .home-keyan .swiper-slide:hover .tit {
        /* border-bottom-color: #FFF; */
    }
}

@media (max-width:1680px) {
    .home-list .tit {
        font-size: 18px;
    }
    .home-news .text-content .title {
        font-size: 20px;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        bottom: 80px;
        padding-top: 20px;
    }
    .banner .swiper-pagination-bullet {
        width: 40px;
    }
    .home-list {
     
        padding-top: 20px;
    }
    .home-list .swiper-container {
        padding-top: 20px;
    }
    .home-list .tit,
    .home-news .text-content .title,
    .home-keyan .swiper-slide .tit,
    .home-edu .item .tit,
    .home-dt .swiper-slide .text {
        font-size: 16px;
    }
    .home-news .pic {
        width: 50%;
    }
    .home-notice {
        margin-top: 60px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .home-keyan .swiper-slide .name {
        margin-top: 130px;
    }
    .home-teacher .swiper-button-prev {
        left: 20px;
    }
    .home-teacher .swiper-button-next {
        right: 20px;
    }
    .home-teacher .content .swiper-slide {
        height: 240px;
    }
    .home-teacher {
        margin-top: 55px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width:950px) {
    .banner .swiper-pagination {
        bottom: 50px;
    }
 
    .home-news {
        margin-top: 80px;
    }
    .home-news .pic {
        width: 100%;
        margin-top: 30px;
    }
    .home-news .text-content {
        margin-right: 0;
    }
    .home-news .pic .text-con {
        left: 0;
        display: none;
    }
    .home-news .text-content .title {
        height: auto;
    }
    .home-dt {
        width: 100%;
        margin-left: 0;
    }
    .home-sz .pic {
        width: 100%;
        flex: none;
    }
    .home-sz .pic1 {
        width: 52%;
    }
    .home-sz .pic2 {
        width: 48%;
    }
    .home-dt .swiper-button-white {
        width: 40px;
        height: 40px;
        background-size: 70%;
    }
}

@media (max-width:767px) {
    .home-sz .pic1,
    .home-sz .pic2 {
        height: 520px;
    }
}

@media (max-width:540px) {
    .banner .swiper-pagination {
        bottom: 30px;
        padding-top: 16px;
    }
    .home-list {
    
        padding-top: 15px;
    }
    .home-list .swiper-container {
        padding-top: 15px;
    }
    .home-list .swiper-slide {
        padding: 30px 20px;
    }
    .home-list .tit,
    .home-news .text-content .title,
    .home-keyan .swiper-slide .tit {
        font-size: 14px;
    }
    .home-list .date,
    .home-keyan .swiper-slide .name,
    .home-keyan .swiper-slide .date {
        font-size: 12px;
    }
    .home-keyan .swiper-slide .name {
        margin-top: 100px;
    }
    .home-title .title {
        width: 90%;
    }
    .home-keyan .swiper-slide {
        padding: 20px 15px;
    }
    .home-edu {
        margin-top: 90px;
    }
    .home-edu .item .pic {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        height: 180px;
    }
    .home-edu .item .pic .time span {
        font-size: 18px;
    }
    .home-edu .content {
        margin-top: 30px;
    }
    .home-dt {
        padding-left: 20px;
    }
    .home-dt .tit {
        font-size: 22px;
    }
    .home-dt .swiper-slide .date span {
        font-size: 24px;
    }
    .home-teacher {
        padding-bottom: 60px;
    }
    .home-sz .pic>a {
        height: 220px;
    }
    .home-sz .pic1,
    .home-sz .pic2 {
        height: 480px;
    }
}

@media (max-width:460px) {
    .home-sz .pic1,
    .home-sz .pic2 {
        height: 380px;
    }
}

.pub-bg {
    background-color: #f6f6f6;
}

.pub-bg .container {
    background-color: #FFF;
}

.pub-title {
    background-color: #b1292d;
    color: #FFF;
    width: 100%;
    height: 150px;
    line-height: 1.1;
    margin-top: -70px;
}

.pub-title .en {
    text-transform: uppercase;
    font-size: 28px;
}

.pub-title .cn {
    font-size: 24px;
    letter-spacing: 3px;
    margin-top: 5px;
    font-family: 'MiSans-Normal';
}

.sidebar {
    position: absolute;
    left: -120px;
    font-size: 20px;
    line-height: 1.4;
    top: 220px;
    width: 120px;
    padding-right: 5px;
}

.sidebar a {
    padding: .4em 0;
}

.sidebar .on {
    color: #b1292d;
}

.pub-content {
    padding: 90px 85px 230px 85px;
}

.img-list .item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px #bf907f solid;
}
.img-list.wzlist .item{
   padding-bottom: 35px;
    margin-bottom: 35px;
}
.img-list .item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.img-list .item .pic {
    width: 318px;
    height: 159px;
    margin-right: 65px;
}

.img-list .item .pic .time {
    position: absolute;
    left: 20px;
    width: 44px;
    height: 44px;
    background-color: #bd8f7f;
    bottom: -15px;
    color: #FFF;
    font-size: 10px;
    line-height: 1;
}

.img-list .item .pic .time span {
    font-size: 21px;
    line-height: 1.2;
}

.img-list .item .tit {
    font-size: 18px;
    line-height: 1;
    margin-top: 5px;
}

.img-list .item .date {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.1;
}

.img-list .item .des {
    font-size: 12px;
    line-height: 1.5;
    font-family: 'MiSans-Normal';
    border-top: 1px #909090 solid;
    margin-top: 40px;
    padding-top: 8px;
}

.details h1 {
    font-size: 25px;
    color: #b1292d;
    line-height: 1.2;
    font-family: 'MiSans-Medium';
    font-weight: 550;
}

.details .info {
    color: #b1292d;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
}

.details .info::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 1px;
    background-color: #b1292d;
    width: 45px;
}

.details .body {
    font-size: 14px;
    line-height: 2;
    margin-top: 60px;
}

.details .body img {
    max-width: 100% !important;
   height:auto !important;
}
.details .body p{font-family:MiSans-Medium;
      font-size: 16px!important;
    line-height: 2!important;
}
.details .body p span{font-family:MiSans-Medium;
      font-size: 16px!important;
    line-height: 2!important;
}
.name-list .name {
    border-bottom: 1px #b1292d solid;
    line-height: 42px;
    font-size: 19px;
    width: 33.333%;
}

@media (max-width:1199px) {
    .sidebar {
        display: none;
    }
    .pub-bg .container {
        width: 100%;
        display: inline-block;
    }
    .pub-title .en {
        font-size: 24px;
    }
    .pub-title .cn {
        font-size: 20px;
    }
    .pub-content {
        padding: 30px 0px 100px 0;
    }
    .details h1 {
        font-size: 22px;
    }
    .name-list .name {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .img-list .item .pic {
        margin-right: 40px;
    }
    .details h1 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .pub-title {
        height: 120px;
        margin-top: -60px;
    }
    .pub-title .en {
        font-size: 20px;
    }
    .pub-title .cn {
        font-size: 18px;
    }
    .img-list .item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .img-list.wzlist .item{
    margin-bottom: 20px;
        padding-bottom: 20px;
}
    .img-list .item .pic {
        margin-right: 20px;
        width: 280px;
    }
    .img-list .item .tit {
        font-size: 16px;
    }
    .details h1 {
        font-size: 18px;
    }
}

@media (max-width:540px) {
    .pub-title .en {
        font-size: 18px;
    }
    .img-list .item .pic {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
        height: 190px;
    }
    .img-list .item .des {
        margin-top: 20px;
    }
    .details h1 {
        font-size: 16px;
    }
    .name-list .name {
        font-size: 14px;
    }
}