@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;
}


.body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 10px;
}



.body img {
    max-width: 90% !important;
    display: block;
    margin: 0 auto;
    height: auto !important;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url('../fonts/SourceHanSans-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'SourceHanSans-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #DA2C43;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    height: 1.25rem;
    background-color: #DA2C43;
    padding-left: .8rem;
    padding-right: 1.5rem;
    border-top: 3px #EAAC31 solid;
    width: 100%;
}

.header .logo img {
    /*height: 1rem;*/
}

.header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.3rem;
    background: #EAAC31 url(../images/search.svg)no-repeat 65% center;
    background-size: .36rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    cursor: pointer;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    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);
}

.nav li {
    padding: 0 .28rem;
}

.nav li:last-child {
    padding-right: 0;
}

.nav li>a {
    line-height: 1.25rem;
    color: #FFF;
}

.nav li>a>span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.05rem;
    width: 0;
    height: 1px;
    width: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #FFF;
}

.nav li>a>span::before {
    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: 1px;
    background-color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    height: 0;
    bottom: -.05rem;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    left: -2.25rem;
    top: 1.25rem;
    width: 6.9rem;
    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);
    padding-top: .1rem;
}

.nav .drop>div {
    background: #FFF url(../images/tbg1.png)no-repeat center bottom;
    background-size: cover;
    padding: .3rem .15rem;
    border-top: 1px rgba(174, 6, 39, .9) solid;
}

.nav .drop .pic {
    width: 2rem;
    height: 1.35rem;
    overflow: hidden;
    margin-right: .15rem;
}

.nav .drop .pic img {
    width: 100%;
}

.nav .drop .txt {
    font-size: .18rem;
    line-height: 2;
    padding-top: 0rem;
    color: #DA2C43;
    margin-right: .3rem;
}

.nav .drop a {
    width: 50%;
    font-size: .18rem;
    line-height: 2;
    margin-top: .1rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 2.9rem;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    border-bottom: 5px #A8070D solid;
}

.nav li:nth-child(7) .drop {
    left: -3rem;
}

.nav li:nth-child(7) .drop::after {
    left: 3.6rem;
}

.nav li:last-child .drop {
    left: -4.35rem;
}

.nav li:last-child .drop::after {
    left: 4.9rem;
}

.search-content {
    background: rgba(174, 6, 39, .9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem;
}

.footer {
    width: 100%;
    height: 3.15rem;
    background: url(../images/f-bg.png)no-repeat center bottom;
    background-size: cover;
    margin-top: 1.2rem;
    color: #FFF;
    overflow: hidden;
}

.footer a {
    color: #FFF;
}

.footer .link {
    font-size: .18rem;
    margin-top: .3rem;
    line-height: 1.7;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    padding-bottom: .2rem;
}

.footer .link .con>a {
    margin-right: .3rem;
    padding-right: .3rem;
}

.footer .link .con>a::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%);
}

.footer .link .con>a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer .link .con>a:last-child::after {
    display: none;
}

.footer .share {
    position: absolute;
    right: 0;
    top: .0rem;
}

.footer .share a {
    width: .36rem;
    margin-left: .25rem;
}

.footer .share a>img {
    width: 100%;
}

.footer .share .erwma {
    display: none;
    position: absolute;
    left: 50%;
    top: .4rem;
    background-color: #FFF;
    width: 1.1rem;
    height: 1.1rem;
    overflow: hidden;
    padding: .05rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.footer .share .erwma>img {
    width: 100%;
}

.footer .copyright {
    font-size: .16rem;
    padding-top: .2rem;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    padding-bottom: .2rem;
    opacity: .8;
    margin-top: .2rem;
}

.footer .content {
    margin-top: .2rem;
    font-size: .18rem;
}

.footer .logo {
    margin-right: .8rem;
}

.footer .logo img {
    height: .99rem;
}

.footer .content .item {
    width: 33.33%;
    line-height: 1.5;
}

.footer .content .item .icon {
    width: .85rem;
    margin-right: .2rem;
}

.footer .content .item .icon img {
    width: 100%;
}

.footer .content .item .tit {
    font-weight: bold;
    display: block;
}

@media (min-width:1025px) {
    .nav li:hover>a>span::after {
        width: 100%;
    }
    .nav li:hover>a>span::before {
        height: .15rem;
        bottom: -.2rem;
    }
    .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);
    }
    .footer a:hover {
        text-decoration: underline;
    }
    .footer .share a:hover .erwma {
        display: block;
    }
}

@media (max-width:1199px) {
    body,
    .footer .link,
    .search-content .content input[type='text'],
    .footer .content {
        font-size: 14px;
    }
    .menu-btn {
        display: block;
    }
    .header {
        height: 1.1rem;
        padding-left: .2rem;
    }
    .header .logo img {
        height: .8rem;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.1rem);
        padding: .2rem .3rem;
    }
    .nav li {
        padding: 0;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        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%);
    }
    .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;
    }
    .nav .drop>div {
        border-top: 0;
        padding: 0 20px;
    }
    .nav .drop a {
        width: 100%;
        font-size: 14px;
        margin-top: 0;
    }
    .search-content .content {
        width: 90%;
    }
    .footer {
        height: auto;
        padding-bottom: .05rem;
    }
    .nav .drop .pic,
    .nav .drop .txt,
    .nav .drop::after,
    .footer .share {
        display: none;
    }
    .footer .copyright {
        font-size: 12px;
    }
}

@media (max-width:950px) {
    .footer .logo {
        margin-right: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .header {
        height: 60px;
    }
    .header .logo img,
    .footer .logo img {
        height: 45px;
    }
    .header .search-btn {
        width: 70px;
        background-size: 20px;
    }
    .menu-btn {
        right: 80px;
    }
    .footer {
        margin-top: .4rem;
    }
    .footer .content .item .icon {
        width: 45px;
    }
    .footer .link .con>a {
        display: block;
    }
    .footer .content .item {
        width: 100%;
        margin-top: .2rem;
    }
    .footer .content .item .tit {
        display: inline-table;
    }
    /* .footer .content .item:nth-child(1) {
        width: 60%;
        margin-right: 4%;
    }
    .footer .content .item:nth-child(2) {
        width: 35%;
    } */
}

@media (max-width:540px) {
    .footer .link .tit {
        width: 100%;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .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, .5));
}

.banner .swiper-pagination {
    align-items: flex-end;
    bottom: .25rem;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px #FFF solid;
    background: none;
    opacity: 1;
    margin: 0 .15rem .05rem .15rem !important;
}

.banner .swiper-pagination-bullet-active {
    height: .4rem;
    width: .58rem;
    background: url(../images/banner-icon.svg)no-repeat center;
    background-size: 100%;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0 !important;
}

.banner .mb {
    display: none;
}

.home-one {
    overflow: hidden;
    margin-top: 1.1rem;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.home-dt {
    width: 8.6rem;
    margin-right: .5rem;
    z-index: 10;
    height: 6.85rem;
}

.home-dt::after {
    content: '';
    position: absolute;
    left: -1.6rem;
    right: 0;
    top: .5rem;
    bottom: 0;
    z-index: -1;
    background-color: #DA2C43;
}

.home-dt .title {
    color: #FFF;
    font-family: 'SourceHanSans-Medium';
    font-size: .48rem;
    writing-mode: vertical-lr;
    position: absolute;
    top: 1.2rem;
    left: -1rem;
}

.home-dt .pic {
    overflow: hidden;
    padding-top: 61.628%;
}

.home-dt .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dt .tit {
    color: #FFF;
    font-size: .22rem;
    line-height: 1.1;
    font-family: 'SourceHanSans-Medium';
    margin-top: .35rem;
    overflow: hidden;
    height: 24px;
}
.home-dt .txt{
    color: rgba(255, 255, 255, .6);
    font-size: .15rem;
    line-height: .26rem;
    width: 100%;
    margin-top: .08rem;
    overflow: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.home-dt .button {
    padding-left: .6rem;
    margin-top: 0rem;
}

.home-dt .button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: .4rem;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-dt .button::after {
    content: '';
    position: absolute;
    left: .4rem;
    top: 50%;
    height: 5px;
    width: 5px;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-dt .swiper-pagination {
    position: inherit;
    left: auto;
    bottom: auto;
    margin-right: .2rem;
}

.home-dt .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: .3;
    color: #FFF;
    font-size: .16rem;
    background: none;
    width: auto;
    height: auto;
    margin: 0 .08rem !important;
}

.home-dt .swiper-pagination-bullet-active {
    font-size: .36rem;
    font-family: 'SourceHanSans-Medium';
    opacity: 1;
}

.home-dt .line,
.home-dt .line1 {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.home-dt .line::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.3) solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-dt .swiper-button-prev,
.home-dt .swiper-button-next {
    position: inherit;
    margin-top: 0;
    left: auto;
    top: auto;
    right: auto;
    width: .5rem;
    height: .5rem;
    background: #FFF url(../images/prev.svg)no-repeat center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .24rem;
}

.home-dt .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: .2rem;
    margin-right: .1rem;
}

.home-dt .line1 {
    width: .55rem;
    margin-right: .15rem;
}

.home-dt .line1::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.3) solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-title .title {
    font-size: .3rem;
    font-family: 'SourceHanSans-Medium';
    padding-bottom: .15rem;
}

.home-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #EAAC31;
}

.home-title .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 3px;
    background-color: #DA2C43;
    z-index: 1;
}

.home-title .more {
    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%);
    background: url(../images/more.svg)no-repeat right center;
    background-size: .33rem;
    padding-right: .4rem;
    font-size: .16rem;
    color: #575757;
    line-height: .24rem;
}

.home-news .home-title {
    align-items: flex-end;
    line-height: 1.1;
}

.home-news .home-title .title-con {
    padding-right: .6rem;
    background: url(../images/line1.svg)no-repeat right .05rem;
    margin-right: .3rem;
}

.home-news .home-title .title-con:first-child.on {
    background-position: right .25rem;
}

.home-news .home-title .title-con:last-child {
    margin-right: 0;
    background: none;
    padding-right: 0;
}

.home-news .home-title .title {
    padding-bottom: .25rem;
    cursor: pointer;
}

.home-news .home-title .title::after,
.home-news .home-title .title::before {
    display: none;
}

.home-news .home-title .more {
    display: none;
}

.home-news .home-title .on .title {
    font-size: .48rem;
}

.home-news .home-title .on span {
    color: #DA2C43;
}

.home-news .home-title .on .more {
    display: block;
}

.home-news .home-title .on .title::after,
.home-news .home-title .on .title::before {
    display: block;
}

.home-news .content {
    margin-top: .4rem;
}

.home-news .item {
    border-bottom: 1px #C8C8C8 solid;
    padding-left: .9rem;
    padding-top: .34rem;
    padding-bottom: .34rem;
}

.home-news .item .date {
    color: #DA2C43;
    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%);
    line-height: 1.1;
    font-family: 'SourceHanSans-Medium';
}

.home-news .item .date::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.39rem;
    width: 100%;
    height: 2px;
    background-color: #DA2C43;
}

.home-news .item .tit {
    line-height: 1.1;
    font-family: 'SourceHanSans-Medium';
    margin-top: .1rem;
    /*height: 22px;*/
    overflow: hidden;
}

.home-news .item .pic {
    display: none;
    width: 2rem;
    overflow: hidden;
    position: absolute;
    right: .2rem;
    top: 50%;
    padding-top: 20.81%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .item .des {
    display: none;
    font-size: .16rem;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.3);
    margin-top: .25rem;
    overflow: hidden;
    height: 18px;
}

.home-news .item.on {
    background-color: #DA2C43;
    height: 1.7rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-right: 2.5rem;
    padding-left: .6rem;
}

.home-news .item.on .tit {
    color: #FFF;
}

.home-news .item.on .des,
.home-news .item.on .pic {
    display: block;
}

.home-news .item.on .date {
    color: #E2C071;
    left: .6rem;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bottom: .3rem;
}

.home-news .item.on .date::after {
    content: '';
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -.6rem;
    background-color: #E2C071;
    width: .4rem;
    height: 1px;
}

.home-news .item.on .date::before {
    content: '';
    position: absolute;
    left: -.2rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px #E2C071 solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-two {
    background: url(../images/bg1.png)no-repeat center bottom;
    overflow: hidden;
    margin-top: 1.35rem;
    padding-bottom: .3rem;
}

.home-work {
    width: 32%;
}

.home-work .content {
    margin-top: .2rem;
}

.home-work .first {
    background-color: #FFF;
    overflow: hidden;
    padding: .2rem;
    box-shadow: 0 .05rem .1rem rgba(209, 233, 253, 0.3);
}

.home-work .first .pic {
    width: 2rem;
    overflow: hidden;
    padding-top: 30.01%;
    margin-right: .3rem;
}

.home-work .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-work .first .text-con {
    font-family: 'SourceHanSans-Medium';
}

.home-work .first .tit {
    line-height: 1.7;
    overflow: hidden;
    height: .64rem;
    margin-top: .05rem;
}

.home-work .first .date {
    color: #DA2C43;
    line-height: 1.1;
    margin-top: .25rem;
}

.home-work .first .date::before {
    content: '';
    position: absolute;
    left: -.3rem;
    top: 50%;
    width: .2rem;
    height: 1px;
    background-color: #EAAC31;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-work .first .date::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid #EAAC31;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-work .item {
    border-bottom: 1px dashed #C8C8C8;
    line-height: .78rem;
    background: url(../images/dot.svg)no-repeat left center;
    padding-left: .2rem;
    font-family: 'SourceHanSans-Medium';
}

.home-work .item .tit {
    margin-right: .2rem;
}

.home-work .item .date {
    color: #DA2C43;
}

.home-quick {
    margin-top: .55rem;
}

.home-quick .home-title .title,
.home-img .home-title .title {
    font-size: .48rem;
}

.home-quick .home-title .title span,
.home-img .home-title .title span {
    color: #DA2C43;
}

.home-quick .content {
    margin-top: .5rem;
    background-image: linear-gradient(rgba(253, 246, 246, 0), rgba(253, 246, 246, 1));
    padding-bottom: .25rem;
    height: 2.65rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-quick .item {
    width: 11.1%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-top: .4rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding-bottom: .25rem;
    z-index: 20;
}

.home-quick .icon {
    width: 1rem;
    height: 1rem;
    border: 1px rgba(174, 6, 39, 0.2) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-quick .icon img {
    width: 100%;
}

.home-quick .tit {
    line-height: 1.3;
    margin-top: .1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 10;
}

@keyframes ani_turn2 {
    0% {
        transform: translate(-50%, -50%) rotate(0);
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        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);
    }
}

.home-img {
    margin-top: .6rem;
}

.home-img .content {
    margin-top: .2rem;
}

.home-img .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-img .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0, 0, 0, .3);*/
    z-index: 1;
}

.home-img .pic1 {
    margin-top: .3rem;
    overflow: hidden;
    padding-top: 30.1%;
    margin-right: 2.25%;
    width: 31.82%;
}

.home-img .pic2 {
    margin-top: .3rem;
    overflow: hidden;
    padding-top: 18.7%;
    margin-right: .35rem;
}

.home-img .pic1:nth-child(3),
.home-img .pic2:last-child {
    margin-right: 0;
}

.home-img .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .78rem;
    height: .78rem;
    background: url(../images/play.svg)no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.home-img .tit {
    position: absolute;
    left: 0;
    bottom: .25rem;
    z-index: 10;
    font-size: .22rem;
    line-height: 1.1;
    font-family: 'SourceHanSans-Medium';
    padding: 0 .2rem;
    color: #FFF;
    width: 100%;
    overflow: hidden;
    height: .25rem;
}

.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: 65%;
    height: 75%;
    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: -30px;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    cursor: pointer;
}

@media (min-width:1025px) {
    .home-dt .swiper-slide:hover .pic::before,
    .home-news .item:hover .pic::before,
    .home-work .first:hover .pic::before,
    .home-img .pic:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-dt .swiper-slide:hover .pic img,
    .home-work .first:hover .pic img,
    .home-img .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);
    }
    .home-dt .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .home-title .more:hover {
        color: #A8070D;
    }
    .home-quick .item:hover {
        padding-top: .3rem;
    }
    .home-quick .item:hover::after {
        content: '';
        position: absolute;
        left: -.4rem;
        top: -.2rem;
        bottom: -.3rem;
        right: -.4rem;
        /* border-top: 3px #DA2C43 solid;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
        background-color: #FFF;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .5); */
        background: url(../images/tbg3.png)no-repeat center top;
        background-size: 100% 100%;
    }
    .home-quick .item:hover .icon {
        border: 0;
    }
    .home-quick .item:hover .icon::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 1.24rem;
        height: 1.24rem;
        animation: 10s linear infinite ani_turn2;
        -webkit-animation: 10s linear infinite ani_turn2;
        background: url(../images/tbg2.png)no-repeat center;
        background-size: 100% 100%;
        z-index: -1;
    }
    .home-quick .item:hover .tit {
        margin-top: .35rem;
    }
    .home-quick .item:hover span {
        height: 1px;
    }
    .home-quick .item:hover span::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #DA2C43;
    }
    .home-quick .item:hover .l-line {
        background-image: linear-gradient(90deg, rgba(203, 135, 114, 0), rgba(203, 135, 114, 1));
        margin-right: .05rem;
    }
    .home-quick .item:hover .l-line::after {
        right: 0;
    }
    .home-quick .item:hover .r-line {
        background-image: linear-gradient(90deg, rgba(203, 135, 114, 1), rgba(203, 135, 114, 0));
        margin-left: .05rem;
    }
    .home-quick .item:hover .r-line::after {
        left: 0;
    }
}

@media (max-width:1199px) {
    .banner .mb {
        display: block;
margin-top: 59px;
    }
    .banner .pc {
        display: none;
    }
    .home-one {
        margin-top: .7rem;
    }
    .home-dt {
        height: auto;
        padding-right: .2rem;
        padding-top: .2rem;
    }
    .home-dt::after {
        top: 0;
    }
    .home-dt .swiper-container {
        margin-top: .1rem;
    }
    .home-title .title {
        font-size: 24px;
    }
    .home-dt .title {
        position: inherit;
        left: auto;
        top: auto;
        writing-mode: initial;
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        font-size: 24px;
    }
    .home-dt .tit {
        height: auto;
    }
    .home-news .home-title .on .title {
        font-size: 28px;
    }
    .home-news .home-title .title-con:first-child.on {
        background-position: right .1rem;
    }
    .home-dt .tit,
    .home-img .tit {
        font-size: 14px;
    }
    .home-dt .txt,
    .home-dt .swiper-pagination-bullet,
    .home-title .more,
    .home-news .item .des {
        font-size: 12px;
    }
    .home-dt .swiper-pagination-bullet-active {
        font-size: 18px;
    }
    .home-dt .button {
        margin-top: .1rem;
    }
    .home-dt .swiper-button-prev,
    .home-dt .swiper-button-next {
        width: 32px;
        height: 32px;
        background-size: 16px;
    }
    .home-news .item .tit,
    .home-news .item .des,
    .home-work .first .tit,
    .home-img .tit {
        height: auto;
    }
    .home-quick .home-title .title {
        font-size: 32px;
    }
    .home-quick .content {
        padding-left: 0;
        padding-right: 0;
    }
    .videoShow {
        width: 90%;
        height: 60%;
    }
}

@media (max-width:950px) {
    .home-one {
        margin-top: 0;
    }
    .home-dt {
        width: 100%;
        margin-right: 0;
        padding-bottom: .3rem;
        padding-right: 0;
    }
    .home-dt::after {
        right: -.2rem;
    }
    .home-news {
        margin-top: .3rem;
    }
    .home-news .item .pic {
        width: 35%;
    }
    .home-news .item.on {
        height: auto;
        padding-bottom: .34rem;
        padding-top: .34rem;
        padding-left: .9rem;
        background: none;
        padding-right: 0;
    }
    .home-news .item.on .des,
    .home-news .item.on .pic,
    .home-news .item.on .date::before {
        display: none;
    }
    .home-news .item.on .tit {
        color: #333;
    }
    .home-news .item.on .date {
        color: #DA2C43;
        left: 0;
    }
    .home-news .item.on .date::after {
        left: 0;
        bottom: -.32rem;
        width: 100%;
        background-color: #DA2C43;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        height: 2px;
    }
    .home-two {
        margin-top: 0;
    }
    .home-work {
        width: 100%;
        margin-top: .4rem;
    }
    .home-work .first .pic {
        width: 40%;
        padding-top: 25%;
    }
    .home-work .item {
        line-height: 60px;
        padding-left: 20px;
    }
    .home-quick .content {
        height: auto;
    }
    .home-quick .item {
        width: 16.666%;
    }
}

@media (max-width:767px) {
    .home-news .home-title .on .title {
        font-size: 26px;
    }
    .home-news .item {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px;
    }
    .home-news .item .tit,
    .home-news .item .date {
        line-height: 60px;
    }
    .home-news .item.on {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px;
    }
    .home-news .item.on .date::after,
    .home-news .item .date::after {
        bottom: 0;
    }
    .home-news .item.on .date {
        top: 0;
        height: 100%;
    }
    .home-quick .home-title .title {
        font-size: 24px;
    }
    .home-quick .content {
        margin-top: 0;
    }
    .home-quick .item {
        padding-bottom: 0;
    }
    .home-quick .item {
        width: 20%;
    }
}

@media (max-width:540px) {
    .home-work .first .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 60%;
    }
    .home-work .first .date::after,
    .home-work .first .date::before {
        display: none;
    }
    .home-work .first .text-con {
        margin-top: .3rem;
    }
    .home-quick .item {
        width: 25%;
    }
    .videoShow {
        height: 4.2rem;
    }
    .home-img .content {
        display: block;
    }
    .home-img .pic1 {
        width: 100%;
        margin-right: 0;
        padding-top: 65%;
        display: block;
    }
    .home-img .pic2 {
        width: 100%;
        padding-top: 60%;
        display: block;
    }
}

.sidebar {
    width: 2.8rem;
    margin-top: -1.15rem;
    z-index: 10;
    padding-left: .15rem;
    margin-right: .7rem;
    background-color: #DA2C43;
}

.sidebar .title {
    color: #FFF;
    font-weight: bold;
    font-size: .28rem;
    line-height: 1.15rem;
    padding-left: .5rem;
}

.sidebar ul {
    background-color: rgba(253, 246, 246, 1);
    padding: .25rem;
}

.sidebar li {
    line-height: .76rem;
    border-bottom: 1px dashed rgba(0, 71, 157, .2);
    padding-left: .2rem;
}

.sidebar li:last-child {
    border-bottom: 0;
}

.sidebar li .tit::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: .15rem;
    height: .15rem;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidebar li .submenu {
    display: none;
    line-height: 2.4;
    padding-bottom: .2rem;
    padding-left: .2rem;
}

.sidebar li .submenu>a {
    font-size: .16rem;
}

.sidebar li.on {
    border-bottom: 1px #DA2C43 solid;
    font-weight: bold;
    font-size: .2rem;
}

.sidebar li.on .tit::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);
}

.sidebar li.on>a {
    color: #DA2C43;
}

.sidebar li.on::after {
    top: auto;
    bottom: -4px;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #DA2C43;
}

.pub-content {
    padding-top: .45rem;
    min-width: 0;
    max-width: 100%;
}

.pub-title {
    color: #414141;
    font-weight: bold;
    font-size: .24rem;
    line-height: 1.4;
    margin-right: .2rem;
}

.pub-tit-con .line {
    height: 1px;
    background-color: #DA2C43;
    margin-right: .2rem;
}

.pub-tit-con .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 6px;
    background-color: #DA2C43;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.crumbs {
    background: url(../images/home.svg)no-repeat left center;
    padding-left: .3rem;
    background-size: .16rem;
    font-size: .16rem;
}

.text-list {
    margin-top: .3rem;
}

.text-list a {
    line-height: .95rem;
    border-bottom: 1px #C4D1E5 dotted;
    background: url(../images/arrow.svg)no-repeat left center;
    padding-left: .35rem;
    background-size: .16rem;
}

.text-list a:last-child {
    border-bottom: 0;
}

.text-list .tit {
    margin-right: .2rem;
}

.text-list .date {
    color: #9E9E9E;
    font-size: .18rem;
}

.page {
    margin-top: .4rem;
    font-size: .16rem;
}

.page a {
    width: .38rem;
    line-height: .36rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #DCDCDC solid;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .6rem;
    color: #6A6A6A;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .12rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #DA2C43;
    color: #FFF;
    border-color: #DA2C43;
}

.image-list .item {
    margin-top: .35rem;
    z-index: 20;
    padding: .25rem .3rem .25rem 0;
    margin-bottom: .45rem;
}

.image-list .item::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: .25rem;
    right: 0;
    background-color: #F7F7F7;
    z-index: -1;
}

.image-list .item .pic {
    overflow: hidden;
    width: 2.9rem;
    padding-top: 19.5%;
    margin-right: .3rem;
}

.image-list .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.image-list .item .tit {
    font-weight: bold;
    line-height: 1.6;
    height: .64rem;
    margin-top: .15rem;
}

.image-list .item .des {
    height: .64rem;
    line-height: 1.6;
    font-size: .16rem;
    color: #666;
    margin-top: .1rem;
}

.image-list .item .date {
    background: url(../images/date.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: #666666;
    font-size: .14rem;
    margin-top: .1rem;
}

.details {
    margin-top: .35rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.5;
}

.details .info {
    background-color: rgba(0, 0, 0, .04);
    line-height: .5rem;
    font-size: .14rem;
    color: #5A5A5A;
    margin-top: .2rem;
}

.details .info span {
    margin-right: .3rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    line-height: 1.8;
    font-size: .16rem;
    margin-top: .25rem;
    border-bottom: 1px rgba(183, 183, 183, 0.49) solid;
    padding-bottom: .3rem;
}

.details .prev {
    font-size: .16rem;
    line-height: 2;
    margin-top: .15rem;
}

.details .prev span {
    font-weight: bold;
    font-size: .18rem;
    color: #DA2C43;
}

@media (min-width:1025px) {
    .page a:hover {
        background-color: #DA2C43;
        color: #FFF;
        border-color: #DA2C43;
    }
    .page .prev:hover,
    .page .next:hover {
        background-image: url(../images/arrow1.svg);
    }
    .image-list .item:hover::after {
        background: #DA2C43;
        background-size: cover;
    }
    .image-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .image-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .image-list .item:hover .tit,
    .image-list .item:hover .des,
    .image-list .item:hover .date {
        color: #FFF;
    }
    .image-list .item:hover .des {
        opacity: .6;
    }
    .image-list .item:hover .date {
        background-image: url(../images/date1.svg);
    }
}

@media (max-width:1199px) {
    .sidebar {
        display: none;
    }
    .pub-title {
        font-size: 20px;
    }
    .crumbs,
    .text-list .date,
    .image-list .item .des,
    .image-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .page,
    .details .body,
    .details .prev,
    .details .prev span {
        font-size: 14px;
    }
    .page a {
        width: 30px;
        line-height: 28px;
    }
    .page .idx,
    .page .last {
        width: 48px;
    }
    .image-list .item .pic {
        width: 35%;
    }
    .image-list .item .tit,
    .image-list .item .des {
        height: 44px;
    }
    .details h1 {
        font-size: 18px;
    }
}

@media (max-width:540px) {
    .image-list .item {
        padding: .2rem;
    }
    .image-list .item .pic {
        width: 100%;
        padding-top: 60%;
        margin-right: 0;
    }
    .image-list .item .tit {
        margin-top: .3rem;
    }
    .image-list .item::after {
        left: 0;
    }
}

.jigou {
    margin-top: .3rem;
}

.jigou .content {
    padding-left: .4rem;
    margin-top: .5rem;
    border-left: 1px #DA2C43 solid;
    padding-bottom: .3rem;
}

.jigou .content .title {
    color: #DA2C43;
    font-size: .22rem;
    font-family: 'PingFang-SC-Semibold';
}

.jigou .content .tit {
    margin-top: .3rem;
    line-height: 1.4;
}

.jigou .content .tit {
    width: 20%;
    padding-right: .35rem;
    line-height: 1.2;
}

.jigou .content:nth-child(2) .tit {
    width: 33.333%;
    padding-right: .6rem;
}

@media (max-width:1199px) {
    .jigou .content .title {
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .jigou .content .tit {
        width: 25%;
    }
}

@media (max-width:767px) {
    .jigou .content .tit {
        width: 33.333%;
        padding-right: .2rem;
    }
    .jigou .content:nth-child(2) .tit {
        width: 50%;
        padding-right: .3rem;
    }
}

@media (max-width:540px) {
    .jigou .content .tit {
        width: 50%;
    }
    .jigou .content:nth-child(2) .tit {
        width: 100%;
    }
}

.teacher {
    margin-top: .25rem;
}

.teacher .item {
    width: 47.5%;
    margin-top: .6rem;
}

.teacher .item .pic {
    width: 2.77rem;
    height: 3.85rem;
    overflow: hidden;
    z-index: 2;
}

.teacher .item .text-con {
    background-color: rgba(253, 246, 246, 1);
    border-bottom: 1px #DA2C43 solid;
    height: 4.35rem;
    margin-left: -.5rem;
    padding-left: .95rem;
    padding-top: .6rem;
    padding-right: .45rem;
}

.teacher .item .name {
    color: #DA2C43;
    font-family: 'SourceHanSans-Medium';
    line-height: 1.1;
    font-size: .3rem;
}

.teacher .item .info {
    color: #666;
    line-height: 1.6;
    padding-left: .3rem;
    margin-top: .2rem;
    font-size: .18rem;
}

.teacher .item .info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e8ac72;
}

.teacher .item .des {
    color: #999;
    margin-top: .35rem;
    font-size: .16rem;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.teacher .item .arrow {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    width: .44rem;
    height: .16rem;
    background: url(../images/arrow6.png)no-repeat center;
    background-size: 100%;
}

.teacher-details {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1.1rem;
}

.teacher-details .thumb {
    width: 2.77rem;
    height: 3.85rem;
    z-index: 10;
    margin-right: .9rem;
}

.teacher-details .thumb::after {
    content: '';
    position: absolute;
    left: -.1rem;
    top: -.1rem;
    width: 2.2rem;
    height: 3.3rem;
    background-color: #DA2C43;
    z-index: -1;
}

.teacher-details .thumb img {
    width: 100%;
}

.teacher-details .name {
    font-size: .48rem;
    line-height: 1;
    color: #DA2C43;
    font-family: 'PingFang-SC-Semibold';
}

.teacher-details .info {
    font-size: .24rem;
    color: #666;
    line-height: 1.7;
    padding-left: .2rem;
    margin-top: .2rem;
}

.teacher-details .info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 80%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #e8ac72;
}

.teacher-details .tit {
    border-top: 1px dashed #d4d4d4;
    margin-top: .3rem;
    padding-top: .3rem;
    font-size: .24rem;
    line-height: 1.6;
}

.teacher-details .des {
    font-size: .2rem;
    line-height: 1.7;
    color: #999;
}

@media (min-width:1025px) {
    .teacher .item:hover .pic:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .teacher .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .teacher .item:hover .arrow {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }
    .teacher .item:hover .text-con {
        background: #DA2C43;
    }
    .teacher .item:hover .name,
    .teacher .item:hover .info {
        color: #FFF;
    }
    .teacher .item:hover .des {
        color: #ffcccc;
    }
    .teacher .item:hover .arrow {
        background-image: url(../images/arrow7.png);
    }
}

@media (max-width:1199px) {
    .teacher .item .name {
        font-size: 20px;
    }
    .teacher .item .des {
        font-size: 12px;
    }
    .teacher .item .arrow {
        bottom: .6rem;
    }
    .teacher-details {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .teacher-details .thumb {
        margin-right: .4rem;
    }
    .teacher-details .name {
        font-size: 24px;
    }
    .teacher-details .info,
    .teacher .item .info {
        font-size: 14px;
    }
    .teacher-details .tit {
        font-size: 16px;
    }
    .teacher-details .des {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .teacher .item {
        width: 100%;
    }
    .teacher-details {
        margin-top: .7rem;
        padding-left: 0;
        padding-right: 0;
    }
    .crumbs {
        font-size: 12px;
    }
}

@media (max-width:540px) {
    .teacher-details {
        display: block;
    }
    .teacher-details .thumb {
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .name {
        text-align: center;
        margin-top: .3rem;
    }
    .teacher-details .info {
        text-align: center;
    }
    .teacher-details .info::before {
        display: none;
    }
}

.picture-list .item {
    width: 31.8%;
    margin-right: 2.2%;
    margin-top: .3rem;
}

.picture-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.picture-list .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 60%;
}

.picture-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.picture-list .item .tit {
    line-height: 1.6;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .picture-list .item:hover .pic:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .picture-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:767px) {
    .picture-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .picture-list .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .picture-list .item:nth-of-type(2n) {
        margin-right: 0%;
    }
}

@media (max-width:540px) {
    .picture-list .item {
        width: 100%;
        margin-right: 0%;
    }
}