@font-face {
    font-family: "MSYH Bold";
    src: url("../fonts/msyhsb.ttc") format("truetype");
    font-weight: normal;
    font-style: normal
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ"
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal
}

address,caption,cite,code,dfn,em,strong,th,var,i {
    font-style: normal;
    font-weight: normal
}

code,kbd,pre,samp {
    font-family: courier new,courier,monospace
}

ul,ol {
    list-style: none
}

a {
    color: #222;
    text-decoration: none
}

a:hover {
    color: #e20a0a
}

input::-webkit-input-placeholder {
    font-size: 12px;
    color: #999
}

:-moz-placeholder {
    font-size: 12px;
    color: #999
}

::-moz-placeholder {
    font-size: 14px;
    color: #999
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #999
}

fieldset,img {
    border: 0;
    vertical-align: middle
}

q:before,q:after {
    content: ""
}

button,input,select,textarea {
    font-size: 100%;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 14px;
    overflow-x: hidden
}

.wrap {
    width: 1240px;
    margin: 0 auto
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    zoom:1}

.fl {
    float: left
}

.fr {
    float: right
}

.container {
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto
}

.mb20 {
    margin-bottom: 20px
}

@keyframes jump {
    0%,100%,20%,50%,80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,43% {
        transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
        transform: translate3d(0, -10px, 0)
    }

    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -5px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.main-title {
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
    line-height: 1;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.main-title .text {
    display: flex;
    align-items: end
}

.main-title h6 {
    position: relative;
    font-size: 28px;
    white-space: nowrap;
    font-family: "MSYH Bold"
}

.main-title h6::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -9px;
    height: 1px;
    z-index: 1;
    background: #e20a0a;
    left: 0
}

.main-title em {
    margin: 0 7px
}

.main-title span {
    font-size: 12px;
    text-transform: uppercase;
}

.main-title .more {
    float: right;
    font-size: 12px;
    color: #70787d;
    text-transform: uppercase;
}

.main-title .more:hover {
    color: #e20a0a
}

.enter-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh
}

.enter-page .enter-bg {
    text-align: center;
    margin-bottom: 65px
}

.enter-page .enter-bg img {
    max-width: 80%
}

.enter-page .enter-text {
    animation: jump ease-in-out 2.7s infinite alternate
}

.enter-page .enter-text p {
    font-size: 16px;
    color: #e20a0a
}

.enter-page-copyright {
    position: fixed;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 24px;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #999
}
.enter-page-copyright *{
    color: #999 !important;
}
.pc-menu {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 103;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    transition: all .3s ease;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1
}

.pc-menu .logo img {
    height: 40px
}

.pc-menu-content {
    margin-left: 5%
}

.pc-menu-content>ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.pc-menu-content>ul>li {
    margin: 0 15px;
    position: relative;
    white-space: nowrap
}

.pc-menu-content>ul>li>a {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    transition: color .3s ease
}

.pc-menu-content>ul>li>a::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 0;
    bottom: -4px;
    left: 0;
    transition: all ease .3s;
    background: #e20a0a
}

.pc-menu-content>ul>li>a:hover {
    color: #e20a0a
}

.pc-menu-content>ul>li .children {
    position: absolute;
    display: none;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    line-height: 32px;
    padding: 30px 0 10px;
    background: #fff
}

.pc-menu-content>ul>li .children li {
    text-align: center
}

.pc-menu-content>ul>li.active>a,.pc-menu-content>ul>li:hover>a {
    font-family: "MSYH Bold"
}

.pc-menu-content>ul>li.active>a::after,.pc-menu-content>ul>li:hover>a::after {
    width: 100%
}

.pc-menu-content>ul>li:hover .children {
    display: block
}

.pc-menu-tools {
    display: flex;
    margin-left: 20px;
    height: 100%
}

.pc-menu-tools .host-site {
    height: 100%;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    font-size: 12px;
    white-space: nowrap
}

.pc-menu-tools .host-site a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px
}

.pc-menu-tools .host-site a p {
    height: 0;
    overflow: hidden;
    transition: all ease .3s
}

.pc-menu-tools .host-site a:hover p {
    padding-top: 8px;
    height: auto
}

.pc-menu-tools .hamburger {
    display: none;
    cursor: pointer;
    padding: 0 20px
}

.pc-menu-tools .hamburger a {
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.pc-menu-tools .hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    background: #676d73;
    transition: all .3s ease
}

.pc-menu-tools .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px)
}

.pc-menu-tools .hamburger.active span:nth-child(2) {
    opacity: 0
}

.pc-menu-tools .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px)
}

.pc-menu-tools ul {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.pc-menu-tools ul li {
    height: 16px;
    line-height: 1;
    border-right: 1px solid #d4d4d4
}

.pc-menu-tools ul li a {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.pc-menu-tools ul li a p {
    height: 0;
    overflow: hidden;
    transition: all ease .3s
}

.pc-menu-tools ul li img {
    vertical-align: middle;
}

.pc-menu-tools ul li:nth-last-child(1) {
    border-right: none
}

.pc-menu-tools ul li:hover {
    height: auto
}

.pc-menu-tools ul li:hover p {
    padding-top: 8px;
    height: auto
}

@media(max-width: 1800px) {
    .pc-menu {
        justify-content:space-between;
        padding: 0 20px
    }

    .pc-menu-content {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #e20a0a;
        height: 100vh;
        margin: 0;
        padding: 40px 20px;
        display: none
    }

    .pc-menu-content ul {
        display: block
    }

    .pc-menu-content ul li a {
        color: #fff !important
    }

    .pc-menu-content ul li.active a::after,.pc-menu-content ul li:hover a::after {
        width: 40px;
        background: #fff !important
    }

    .pc-menu-content ul li .children {
        display: block;
        position: static;
        background: none;
        transform: none;
        padding: 5px 0 5px 20px;
        width: auto;
        height: auto;
        overflow: hidden;
        max-height: 0
    }

    .pc-menu-content ul li .children ul>li {
        text-align: left !important
    }

    .pc-menu-content ul li.active .children {
        max-height: 9999em
    }

    .pc-menu-tools .hamburger {
        display: block
    }
}

@media(max-width: 1200px) {
    .pc-menu .logo img {
        height:30px
    }
}

@media(max-width: 768px) {
    .pc-menu {
        height:60px
    }

    .pc-menu .logo img {
        height: 20px
    }

    .pc-menu .host-site {
        display: none
    }

    .pc-menu-tools ul li:nth-child(1),.pc-menu-tools ul li:nth-child(2) {
        display: none
    }
}

.search-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.search-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.search-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    box-sizing: border-box;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    display: flex
}

.search-modal .modal-content input {
    padding: 15px;
    height: 24px;
    line-height: 24px;
    background: #fff;
    box-shadow: none;
    border: none;
    width: 80%
}

.search-modal .modal-content .search-btn {
    padding: 10px;
    color: #fff;
    border: none;
    width: 20%;
    background: url(../images/search.png) center center no-repeat #e20a0a
}

.search-modal .modal-close {
    background: none;
    position: absolute;
    top: 20%;
    right: 20%;
    font-size: 60px;
    border: none;
    font-weight: 100;
    cursor: pointer;
    color: #fff
}

.banner {
    position: relative;
    text-align: center;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    padding-top: 43.75%
}

.banner .banner-swiper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 80px
}

.banner .banner-swiper .swiper-slide img {
    width: 100%
}

.banner .banner-swiper-tools {
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: 20%;
    bottom: 40px;
    display: flex;
    align-items: center
}

.banner .banner-swiper-tools .swiper-pagination {
    position: static
}

.banner .banner-swiper-tools .swiper-pagination-bullet {
    vertical-align: middle;
    background: rgba(255,255,255,.8);
    margin: 0 8px
}

.banner .banner-swiper-tools .swiper-pagination-bullet-active {
    background: #fff
}

.banner .banner-swiper-tools .swiper-progress {
    width: 120px;
    height: 4px;
    background: rgba(255,255,255,.8);
    margin: 0 10px
}

.banner .banner-swiper-tools .swiper-progress-bar {
    height: 100%;
    transition: all ease .3s;
    background: #fff
}

.banner .banner-swiper-tools .swiper-button-next,.banner .banner-swiper-tools .swiper-button-prev {
    position: static;
    width: 32px;
    height: 32px;
    box-sizing: content-box !important;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all ease .3s
}

.banner .banner-swiper-tools .swiper-button-next::after,.banner .banner-swiper-tools .swiper-button-prev::after {
    font-size: 12px;
    color: #fff
}

.banner .banner-swiper-tools .swiper-button-next:hover,.banner .banner-swiper-tools .swiper-button-prev:hover {
    border-color: #e20a0a
}

.banner .banner-swiper-tools .swiper-button-next:hover::after,.banner .banner-swiper-tools .swiper-button-prev:hover::after {
    color: #e20a0a
}

.banner .ripple {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 2;
    color: #fff
}

.banner .ripple p {
    margin-bottom: 10px;
    animation: jump ease-in-out 2.7s infinite alternate
}

.banner .ripple img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner .ripple-container {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .ripple-center {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    z-index: 2
}

.banner .ripple-wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.4);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: ripple 3s infinite ease-out
}

.banner .ripple-wave:nth-child(2) {
    animation-delay: .6s
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
}

@media(max-width: 1200px) {
    .banner .banner-swiper-tools {
        margin-left:10%
    }

    .banner .banner-swiper-tools .swiper-progress {
        display: none
    }
}

@media(max-width: 768px) {
    .banner .banner-swiper {
        top:60px
    }

    .banner .banner-swiper-tools {
        left: auto;
        right: 20px;
        bottom: 20px
    }

    .banner .banner-swiper-tools .swiper-button-prev,.banner .banner-swiper-tools .swiper-button-next {
        display: none
    }

    .banner .ripple {
        bottom: 20px
    }
}

.index-page {
    position: relative;
    z-index: 102
}

.index-r1 {
    padding: 60px 0;
    background: #f7f7f8
}

.index-r1-inner {
    display: flex;
    max-width: 100%
}

.index-r1-inner .c1 {
    width: 66.25%
}

.index-r1-inner .c1 .swiper {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 0
}

.index-r1-inner .c1 .swiper:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r1-inner .c1 .swiper .swiper-slide {
    display: flex
}

.index-r1-inner .c1 .swiper .swiper-slide .pic {
    width: 60%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r1-inner .c1 .swiper .swiper-slide .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r1-inner .c1 .swiper .swiper-slide .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r1-inner .c1 .swiper .swiper-slide .pic>*:hover {
    transform: scale(1.1)
}

.index-r1-inner .c1 .swiper .swiper-slide .pic:hover img {
    transform: scale(1.1)
}

.index-r1-inner .c1 .swiper .swiper-slide .pic a {
    display: block
}

.index-r1-inner .c1 .swiper .swiper-slide .pic a img {
    height: 400px
}

.index-r1-inner .c1 .swiper .swiper-slide .text {
    flex: 1;
    padding: 40px;
    line-height: 32px;
    position: relative
}

.index-r1-inner .c1 .swiper .swiper-slide .text h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e20a0a;
    font-family: "MSYH Bold";
    padding-bottom: 10px;
    border-bottom: 1px solid #e20a0a
}

.index-r1-inner .c1 .swiper .swiper-slide .text h6 {
    font-family: "MSYH Bold";
    font-size: 18px;
    max-height: 64px;
    overflow: hidden
}

.index-r1-inner .c1 .swiper .swiper-slide .text .desc {
    margin-top: 5px;
    max-height: 96px;
    color: #676d73;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.index-r1-inner .c1 .swiper .swiper-slide .text .date {
    position: absolute;
    bottom: 40px;
    left: 40px;
    line-height: 1.2;
    font-family: "MSYH Bold"
}

.index-r1-inner .c1 .swiper .swiper-slide .text .date p:nth-child(1) {
    font-size: 24px;
    color: #222
}

.index-r1-inner .c1 .swiper .swiper-slide .text .date p:nth-child(2) {
    font-size: 14px;
    color: #8e8e93
}

.index-r1-inner .c1 .swiper .swiper-slide .text:hover h6 a {
    font-family: "MSYH Bold";
    color: #e20a0a
}

.index-r1-inner .c1 .swiper .swiper-tools {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2
}

.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-next,.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-prev {
    cursor: pointer;
    position: static;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: all ease .3s
}

.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-next::after,.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    text-align: center
}

.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-prev {
    background: #ededed;
    color: #000
}

.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-next {
    background: #e20a0a
}

.index-r1-inner .c1 .swiper .swiper-tools .swiper-button-next::after {
    color: #fff
}

.index-r1-inner .c1 .list {
    margin-top: 40px
}

.index-r1-inner .c1 .list ul {
    display: flex;
    justify-content: space-between
}

.index-r1-inner .c1 .list ul li:not(:nth-child(1)) {
    margin-left: 40px
}

.index-r1-inner .c1 .list ul li a {
    flex: 1;
    position: relative;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    display: flex
}

.index-r1-inner .c1 .list ul li a:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r1-inner .c1 .list ul li a .pic {
    width: 40%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r1-inner .c1 .list ul li a .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r1-inner .c1 .list ul li a .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r1-inner .c1 .list ul li a .pic>*:hover {
    transform: scale(1.1)
}

.index-r1-inner .c1 .list ul li a .pic:hover img {
    transform: scale(1.1)
}

.index-r1-inner .c1 .list ul li a .text {
    flex: 1;
    padding: 0 16px;
    color: #222;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.index-r1-inner .c1 .list ul li a .text .date {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "MSYH Bold"
}

.index-r1-inner .c1 .list ul li a .text .date span {
    font-size: 14px;
    color: #8e8e93
}

.index-r1-inner .c1 .list ul li a .text .desc {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-r1-inner .c1 .list ul li a:hover .text {
    font-family: "MSYH Bold";
    color: #e20a0a
}

.index-r1-inner .c2 {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin-left: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    flex: 1;
    max-width: 33.5%
}

.index-r1-inner .c2:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r1-inner .c2 .list ul li {
    padding: 22px 16px;
    transition: all ease .3s;
    position: relative
}

.index-r1-inner .c2 .list ul li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4
}

.index-r1-inner .c2 .list ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: -1px;
    width: 0;
    height: 1px;
    transition: all ease .8s
}

.index-r1-inner .c2 .list ul li:not(:last-child):hover::after {
    width: 100%;
    background: #e20a0a
}

.index-r1-inner .c2 .list ul li:hover a .desc {
    font-weight: 500
}

.index-r1-inner .c2 .list ul li a {
    display: block;
    color: #222;
    transition: all ease .3s
}

.index-r1-inner .c2 .list ul li a .date {
    font-size: 24px;
    margin-bottom: 14px;
    font-family: "MSYH Bold"
}

.index-r1-inner .c2 .list ul li a .date span {
    font-size: 14px;
    color: #8e8e93
}

.index-r1-inner .c2 .list ul li a .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px
}

.index-r1-inner .c2 .list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #d4d4d4
}

.index-r1-inner .c2 .list ul li:hover a {
    color: #e20a0a
}

.index-r1-inner .c2 .list ul li:hover a .desc {
    font-family: "MSYH Bold"
}

@media(max-width: 1400px) {
    .index-r1-inner {
        display:block
    }

    .index-r1-inner .c1 {
        width: 100%
    }

    .index-r1-inner .c1 .list {
        margin-top: 20px
    }

    .index-r1-inner .c2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
  
}

@media(max-width: 768px) {
 
    .index-r1-inner {
        display:block
    }

    .index-r1-inner .c1 {
        width: 100%
    }

    .index-r1-inner .c1 .swiper .swiper-slide {
        display: block
    }

    .index-r1-inner .c1 .swiper .swiper-slide .pic {
        width: 100%
    }

    .index-r1-inner .c1 .swiper .swiper-slide .pic img {
        height: auto !important
    }

    .index-r1-inner .c1 .swiper .swiper-slide .text {
        padding: 20px
    }

    .index-r1-inner .c1 .swiper .swiper-slide .text .date {
        position: static
    }

    .index-r1-inner .c1 .swiper .swiper-tools {
        bottom: 20px
    }

    .index-r1-inner .c1 .list ul li:not(:nth-child(1)) {
        margin-left: 20px !important
    }

    .index-r1-inner .c1 .list ul li a {
        display: block
    }

    .index-r1-inner .c1 .list ul li a .pic {
        width: 100%
    }

    .index-r1-inner .c1 .list ul li a .text {
        padding: 0
    }

    .index-r1-inner .c1 .list ul li a .text .date {
        margin-top: 13.3333333333px;
        margin-bottom: 0
    }

    .index-r1-inner .c2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.index-r2 {
    padding: 0 0 60px;
    background: linear-gradient(#f7f7f8, #fdfbfb)
}

.index-r2 .main-title {
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    line-height: 1;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center
}

.index-r2 .main-title .text {
    flex: 1;
    display: block
}

.index-r2 .main-title .text h6 {
    margin-bottom: 5px;
}

.index-r2 .main-title h6 {
    position: relative;
    font-size: 28px;
    white-space: nowrap;
    font-family: "MSYH Bold"
}

.index-r2 .main-title h6::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -9px;
    height: 1px;
    z-index: 1;
    background: #e20a0a;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -28px;
}

.index-r2 .main-title em {
    margin: 0 7px
}

.index-r2 .main-title span {
    font-size: 12px
}

.index-r2 .main-title .more {
    float: right;
    font-size: 12px;
    color: #70787d
}

.index-r2 .main-title .more:hover {
    color: #e20a0a
}

.index-r2 .swiper {
    margin: -20px 0;
    padding-bottom: 20px
}

.index-r2 .swiper-wrapper {
    padding: 20px 0
}

.index-r2 .swiper-slide {
    position: relative;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0)
}

.index-r2 .swiper-slide:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r2 .swiper-slide .tips {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 12px;
    background: #e20a0a;
    color: #fff;
    font-size: 16px;
    width: 36px;
    line-height: 1;
    height: 50px;
    background: url(../images/notice-bg.png) top center no-repeat
}

.index-r2 .swiper-slide .tips p {
    width: 20px;
    margin: 0 auto
}

.index-r2 .swiper-slide .pic {
    margin: -20px;
    height: 300px;
    overflow: hidden
}

.index-r2 .swiper-slide .pic a {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s;
    height: 100%
}

.index-r2 .swiper-slide .pic a img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r2 .swiper-slide .pic a>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r2 .swiper-slide .pic a>*:hover {
    transform: scale(1.1)
}

.index-r2 .swiper-slide .pic a:hover img {
    transform: scale(1.1)
}

.index-r2 .swiper-slide .pic a:hover {
    transform: scale(1.1)
}

.index-r2 .swiper-slide .text {
    text-align: center;
    line-height: 32px
}

.index-r2 .swiper-slide .text h5 {
    margin-top: 40px;
    font-size: 18px;
    height: 64px;
    overflow: hidden;
    font-family: "MSYH Bold"
}

.index-r2 .swiper-slide .text h5 a {
    color: #222
}

.index-r2 .swiper-slide .text .line {
    width: 24px;
    height: 4px;
    background: #e20a0a;
    margin: 10px auto
}

.index-r2 .swiper-slide .text .date {
    color: #8e8e93;
    font-size: 16px
}

.index-r2 .swiper-slide .text .desc {
    text-align: left;
    height: 96px;
    overflow: hidden;
    color: #676d73;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-r2 .swiper-slide .text:hover h5 a {
    color: #e20a0a
}

.index-r2 .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2
}

.index-r2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b1afaf;
    margin: 0 10px;
    transition: all ease .3s
}

.index-r2 .swiper-pagination-bullet-active {
    background: #e20a0a;
    transform: scale(1.5)
}

.index-r3 {
    padding: 60px 0;
    background: #f7f7f8
}

.index-r3-list1 {
    display: flex;
    margin-bottom: 40px
}

.index-r3-list1 .item {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    display: flex
}

.index-r3-list1 .item:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r3-list1 .item:not(:last-child) {
    margin-right: 40px
}

.index-r3-list1 .item .pic {
    width: 40%;
    margin-right: 40px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r3-list1 .item .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r3-list1 .item .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r3-list1 .item .pic>*:hover {
    transform: scale(1.1)
}

.index-r3-list1 .item .pic:hover img {
    transform: scale(1.1)
}

.index-r3-list1 .item .pic a {
    height: 260px
}

.index-r3-list1 .item .text {
    flex: 1;
    padding: 13.3333333333px 0;
    line-height: 32px;
    position: relative
}

.index-r3-list1 .item .text h6 {
    font-size: 18px;
    height: 64px;
    overflow: hidden;
    margin-bottom: 10px
}

.index-r3-list1 .item .text .desc {
    height: 96px;
    overflow: hidden;
    color: #676d73
}

.index-r3-list1 .item .text .info {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.index-r3-list1 .item .text .info .date,.index-r3-list1 .item .text .info .more a {
    color: #676d73
}

.index-r3-list1 .item .text .info .date img,.index-r3-list1 .item .text .info .more a img {
    margin-right: 5px
}

.index-r3-list1 .item .text:hover h6 a,.index-r3-list1 .item .text:hover .info .more a {
    font-family: "MSYH Bold";
    color: #e20a0a
}

.index-r3-list1 .item:nth-child(1) {
    width: 67%
}

.index-r3-list1 .item:nth-child(2) {
    flex: 1
}

.index-r3-list2 {
    display: flex
}

.index-r3-list2 .item {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    flex: 1;
    position: relative;
    padding: 0
}

.index-r3-list2 .item:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r3-list2 .item:not(:last-child) {
    margin-right: 40px
}

.index-r3-list2 .item .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r3-list2 .item .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r3-list2 .item .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r3-list2 .item .pic>*:hover {
    transform: scale(1.1)
}

.index-r3-list2 .item .pic:hover img {
    transform: scale(1.1)
}

.index-r3-list2 .item .pic a {
    padding-top: 51%
}

.index-r3-list2 .item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 10px;
    color: #fff;
    line-height: 32px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%)
}

.index-r3-list2 .item .text .date {
    line-height: 20px
}

.index-r3-list2 .item .text .date img {
    margin-right: 5px
}

.index-r3-list2 .item .text .desc {
    font-size: 18px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.index-r3-list2 .item .text .desc a {
    color: #fff
}

.index-r3-list2 .item:hover .text .desc a {
    font-family: "MSYH Bold"
}

@media(max-width: 1200px) {
    .index-r3-list1 {
        display:block;
        margin-bottom: 20px
    }

    .index-r3-list1 .item:nth-child(1) {
        width: 100%;
        margin: 0 0 20px
    }
}

@media(max-width: 768px) {
    .index-r3-list2 {
        display:block
    }

    .index-r3-list2 .item {
        margin-right: 0 !important;
        margin-bottom: 20px
    }
}

.index-r4 {
    padding: 0 0 60px;
    background: linear-gradient(#f7f7f8, #fdfbfb)
}

.index-r4 .container {
    position: relative
}

.index-r4 .swiper {
    margin: -20px 0;
    padding-bottom: 20px
}

.index-r4 .swiper-wrapper {
    padding: 20px 0
}

.index-r4 .swiper-slide {
    position: relative
}

.index-r4 .swiper-slide-inner {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    padding: 4px
}

.index-r4 .swiper-slide-inner:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r4 .swiper-slide .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r4 .swiper-slide .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r4 .swiper-slide .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r4 .swiper-slide .pic>*:hover {
    transform: scale(1.1)
}

.index-r4 .swiper-slide .pic:hover img {
    transform: scale(1.1)
}

.index-r4 .swiper-slide .pic a {
    display: block;
    padding-top: 115%
}

.index-r4 .swiper-slide .text {
    padding: 20px
}

.index-r4 .swiper-slide .text h5 {
    font-size: 18px;
    margin-bottom: 13.3333333333px
}

.index-r4 .swiper-slide .text p {
    color: #676d73;
    line-height: 32px
}

.index-r4 .swiper-slide-inner:hover {
    color: #fff;
    background: #e20a0a
}

.index-r4 .swiper-slide-inner:hover .text h5 a {
    color: #fff;
    font-family: "MSYH Bold"
}

.index-r4 .swiper-slide-inner:hover .text p {
    color: #fff
}

.index-r4 .swiper-button-next,.index-r4 .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transition: all ease .3s;
    background: #fff
}

.index-r4 .swiper-button-next::after,.index-r4 .swiper-button-prev::after {
    font-size: 12px;
    color: #222
}

.index-r4 .swiper-button-next:hover,.index-r4 .swiper-button-prev:hover {
    background-color: #e20a0a
}

.index-r4 .swiper-button-next:hover::after,.index-r4 .swiper-button-prev:hover::after {
    color: #fff
}

.index-r4 .swiper-button-next {
    left: 100%;
    margin-left: 20px
}

.index-r4 .swiper-button-prev {
    left: auto;
    right: 100%;
    margin-right: 20px
}

@media(max-width: 1600px) {
    .index-r4 .swiper-button-next {
        left:auto;
        right: 40px
    }

    .index-r4 .swiper-button-prev {
        left: 0;
        margin-left: 40px
    }
}

.index-r5 {
    padding: 60px 0;
    background: #f7f7f8
}

.index-r5 .main-title {
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    line-height: 1;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center
}

.index-r5 .main-title .text {
    flex: 1;
    display: block
}

.index-r5 .main-title .text h6 {
    margin-bottom: 5px;
}

.index-r5 .main-title h6 {
    position: relative;
    font-size: 28px;
    white-space: nowrap;
    font-family: "MSYH Bold"
}

.index-r5 .main-title h6::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -9px;
    height: 1px;
    z-index: 1;
    background: #e20a0a;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -28px;
}

.index-r5 .main-title em {
    margin: 0 7px
}

.index-r5 .main-title span {
    font-size: 12px
}

.index-r5 .main-title .more {
    float: right;
    font-size: 12px;
    color: #70787d
}

.index-r5 .main-title .more:hover {
    color: #e20a0a
}

.index-r5 .swiper {
    padding-bottom: 20px
}

.index-r5 .swiper-wrapper {
    padding: 0 0 20px
}

.index-r5 .swiper-slide {
    position: relative
}

.index-r5 .swiper-slide .item {
    position: relative;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin-left: 100px;
    padding: 30px 20px;
    padding-left: calc(40% - 60px)
}

.index-r5 .swiper-slide .item:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r5 .swiper-slide .item:nth-child(1) {
    margin-bottom: 40px
}

.index-r5 .swiper-slide .item::before,.index-r5 .swiper-slide .item::after {
    content: "";
    position: absolute;
    left: -103px;
    width: 0;
    height: 0
}

.index-r5 .swiper-slide .item::before {
    top: 0;
    border-bottom: 27px solid #e6e6e6;
    border-left: 103px solid rgba(0,0,0,0)
}

.index-r5 .swiper-slide .item::after {
    bottom: 0px;
    border-bottom: 27px solid rgba(0,0,0,0);
    border-right: 103px solid #e6e6e6
}

.index-r5 .swiper-slide .item:hover .pic {
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.index-r5 .swiper-slide .item .pic {
    position: absolute;
    left: -100px;
    top: 50%;
    width: 46%;
    transform: translateY(-50%);
    overflow: hidden;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s;
    z-index: 2
}

.index-r5 .swiper-slide .item .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.index-r5 .swiper-slide .item .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.index-r5 .swiper-slide .item .pic>*:hover {
    transform: scale(1.1)
}

.index-r5 .swiper-slide .item .pic:hover img {
    transform: scale(1.1)
}

.index-r5 .swiper-slide .item .pic a {
    height: 190px
}

.index-r5 .swiper-slide .item .pic a:hover {
    transform: scale(1.1)
}

.index-r5 .swiper-slide .item .text {
    line-height: 32px
}

.index-r5 .swiper-slide .item .text h5 {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-family: "MSYH Bold"
}

.index-r5 .swiper-slide .item .text .line {
    width: 24px;
    height: 4px;
    margin-top: 5px;
    background: #e20a0a
}

.index-r5 .swiper-slide .item .text .desc {
    margin-top: 13.3333333333px;
    text-align: left;
    height: 96px;
    overflow: hidden;
    color: #676d73
}

.index-r5 .swiper-slide .item .text .more {
    color: #676d73
}

.index-r5 .swiper-slide .item .text:hover h5 a,.index-r5 .swiper-slide .item .text:hover .more a {
    color: #e20a0a
}

@media(max-width: 768px) {
    .index-r5 .swiper-slide .item {
        margin-left:0;
        padding: 20px;
        overflow: hidden
    }

    .index-r5 .swiper-slide .item .pic {
        position: static;
        transform: none;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: none !important
    }

    .index-r5 .swiper-slide .item .pic a {
        height: auto !important;
        padding-top: 50%
    }

    .index-r5 .swiper-slide .item .text h5 {
        text-align: center
    }

    .index-r5 .swiper-slide .item .text .line {
        margin: 10px auto 0
    }
}

.index-r5 .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2
}

.index-r5 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #b1afaf;
    margin: 0 10px;
    transition: all ease .3s
}

.index-r5 .swiper-pagination-bullet-active {
    background: #e20a0a;
    transform: scale(1.5)
}

.footer {
    background: url(../images/footer.png) top center no-repeat #fff;
    color: #8e8e93
}

.footer a {
    color: #8e8e93
}

.footer a:hover {
    color: #e20a0a
}

.footer .footer-r1 {
    padding: 40px 0 20px
}

.footer .footer-r1 .container {
    display: flex;
    justify-content: space-between
}

.footer .footer-r1 .footer-c1 img {
    max-width: 100%;
    margin-bottom: 20px;
}

.footer .footer-r1 .footer-c1 p {
    line-height: 32px
}

.footer .footer-r1 .footer-c1 p span {
    display: inline-block;
    width: 80px
}

.footer .footer-r1 .footer-c2 {
    padding: 0 10%
}

.footer .footer-r1 .footer-c2 h6 {
    font-size: 20px;
    margin: 16px 0;
    border-bottom: 1px solid #d4d4d4;
    text-align: "center";
    line-height: 1;
    display: flex;
    padding: 8px 0;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin-bottom: 24px
}

.footer .footer-r1 .footer-c2 h6 .text {
    flex: 1;
    display: block
}

.footer .footer-r1 .footer-c2 h6 .text h6 {
    margin-bottom: 2px
}

.footer .footer-r1 .footer-c2 h6 h6 {
    position: relative;
    font-size: 28px;
    white-space: nowrap;
    font-family: "MSYH Bold"
}

.footer .footer-r1 .footer-c2 h6 h6::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -9px;
    height: 1px;
    z-index: 1;
    background: #e20a0a;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    bottom: -25px
}

.footer .footer-r1 .footer-c2 h6 em {
    margin: 0 7px
}

.footer .footer-r1 .footer-c2 h6 span {
    font-size: 12px
}

.footer .footer-r1 .footer-c2 h6 .more {
    float: right;
    font-size: 12px;
    color: #70787d
}

.footer .footer-r1 .footer-c2 h6 .more:hover {
    color: #e20a0a
}

.footer .footer-r1 .footer-c2 h6::after {
    display: none
}

.footer .footer-r1 .footer-c2 h6 span {
    font-size: 12px;
    text-transform: uppercase;
}

.footer .footer-r1 .footer-c2 ul {
    display: flex;
    flex-wrap: wrap
}

.footer .footer-r1 .footer-c2 ul li {
    width: 50%;
    line-height: 32px
}

.footer .footer-r1 .footer-c3 {
    flex: 1;
    display: flex;
    justify-content: space-between
}

.footer .footer-r1 .footer-c3 img {
    margin: 0 10px;
    width: 160px
}
.footer .footer-r1 .footer-c3 .qr p{
    text-align:center;
    line-height: 32px;
    font-size: 16px;
}

.footer .footer-r2 {
    border-top: 1px solid #d4d4d4;
    text-align: center;
    padding: 24px 0;
    font-size: 12px
}

@media(max-width: 1400px) {
    .footer {
        background-position:bottom center
    }

    .footer .container {
        display: flex;
        flex-wrap: wrap;
        gap: 40px
    }

    .footer .container .footer-c1,.footer .container .footer-c2 {
        flex: 1 1 calc(50% - 20px);
        min-width: 0;
        padding: 0
    }

    .footer .container .footer-c3 {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-basis: 100%;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center
    }

    .footer .container .footer-c3 img {
        max-width: 80%;
        margin: 0
    }
}

@media(max-width: 768px) {
    .footer .footer-r1 .container .footer-c1,.footer .footer-r1 .container .footer-c2 {
        width:100%;
        flex: 1 1 100%
    }

    .footer .footer-r1 .container .footer-c1 .link,.footer .footer-r1 .container .footer-c2 .link {
        justify-content: center
    }
}

.inner-banner {
    position: relative;
    background-size: cover;
    background-position: top center;
    height: 400px;
    background-repeat: no-repeat;
    background-color: #fff
}

.inner-banner .pic img {
    width: 100%
}

.inner-banner-bread {
    position: absolute;
    right: 80px;
    bottom: 26.6666666667px;
    color: #fff;
    z-index: 2
}

.inner-banner-bread img {
    vertical-align: -2px;
    margin-right: 8px
}

.inner-banner-bread a {
    color: #fff
}

.inner-content {
    display: flex;
    background: #f5f5f7;
    padding-bottom: 60px
}

.inner-content.has-bg {
    background: url(../images/inner-bg.png) top center no-repeat;
    background-size: cover
}

.inner-navbar {
    position: relative;
    z-index: 1;
    margin-top: -80px;
    width: 20%;
    max-width: 500px;
    min-width: 320px;
    box-sizing: border-box;
    text-align: right
}

.inner-navbar h5 {
    background: linear-gradient(to right, #f7f7f7 0%, #e20a0a 100%);
    line-height: 80px;
    font-size: 28px;
    padding-right: 40px;
    color: #fff
}

.inner-navbar .list {
    background: #fff;
    border-right: 5px solid #e20a0a;
    min-height: 480px;
    padding-left: 18%
}

.inner-navbar .list li {
    padding: 26.6666666667px 40px 20px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px
}

.inner-navbar .list li.active {
    border-bottom: 1px solid #e20a0a
}

.inner-navbar .list li.active a {
    font-size: 20px;
    color: #e20a0a;
    font-family: "MSYH Bold"
}

.inner-main {
    flex: 1;
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 80px;
    min-width: 0
}

.inner-commen-box {
    padding: 40px;
    background: #fff
}

.inner-pagination {
    margin: 40px 0;
    text-align: center
}

.inner-pagination li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0 15px;
    border: 1px solid #d4d4d4;
    margin: 0 5px;
    transition: all ease .3s;
    box-sizing: border-box;
    background: #fff
}

.inner-pagination li a {
    display: block;
    color: #4d3333
}

.inner-pagination li:hover,.inner-pagination li.active {
    border-color: #e20a0a
}

.inner-pagination li:hover a,.inner-pagination li.active a {
    color: #e20a0a
}

@media(max-width: 1200px) {
    .inner-banner {
        height:240px
    }

    .inner-banner-bread {
        right: 40px
    }

    .inner-content {
        display: block
    }

    .inner-navbar {
        width: 100%;
        max-width: 100%;
        min-width: 300px
    }

    .inner-navbar h5 {
        width: 300px
    }

    .inner-navbar .list {
        border: none;
        min-height: 0;
        padding-left: 0
    }

    .inner-navbar .list ul {
        display: flex;
        justify-content: center;
        border-bottom: none;
        flex-wrap: wrap
    }

    .inner-navbar .list ul li {
        border: none
    }

    .inner-navbar .list ul li.active {
        border: none
    }

    .inner-main {
        margin-right: 40px
    }

    .inner-commen-box {
        padding: 20px
    }
}

@media(max-width: 768px) {
    .inner-banner-bread {
        bottom:20px;
        right: 20px
    }

    .inner-navbar {
        margin-top: 0
    }

    .inner-navbar h5 {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 60px;
        padding: 0
    }

    .inner-navbar .list ul {
        padding: 20px;
        align-items: last baseline
    }

    .inner-navbar .list ul li {
        border: none;
        font-size: 16px;
        line-height: 1;
        padding: 13.3333333333px 20px
    }

    .inner-main {
        margin: 20px 20px 0
    }

    .inner-pagination {
        margin-bottom: 0
    }

    .inner-pagination li:not(:first-child,:last-child) {
        display: none
    }
}

.news-page {
    position: relative
}

.news-page-swiper {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    width: 100%;
    padding: 0;
    margin-bottom: 40px
}

.news-page-swiper:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.news-page-swiper .swiper-slide {
    display: flex
}

.news-page-swiper .swiper-slide .pic {
    width: 45%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.news-page-swiper .swiper-slide .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.news-page-swiper .swiper-slide .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.news-page-swiper .swiper-slide .pic>*:hover {
    transform: scale(1.1)
}

.news-page-swiper .swiper-slide .pic:hover img {
    transform: scale(1.1)
}

.news-page-swiper .swiper-slide .pic a {
    display: block
}

.news-page-swiper .swiper-slide .pic a img {
    height: 400px
}

.news-page-swiper .swiper-slide .text {
    flex: 1;
    padding: 40px;
    line-height: 32px;
    position: relative
}

.news-page-swiper .swiper-slide .text h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "MSYH Bold";
    color: #e20a0a;
    padding-bottom: 10px;
    border-bottom: 1px solid #e20a0a
}

.news-page-swiper .swiper-slide .text h6 {
    font-size: 18px;
    font-family: "MSYH Bold";
    max-height: 64px;
    margin-bottom: 10px;
    overflow: hidden
}

.news-page-swiper .swiper-slide .text .desc {
    max-height: 96px;
    color: #676d73;
    overflow: hidden
}

.news-page-swiper .swiper-slide .text .date {
    position: absolute;
    bottom: 40px;
    left: 40px;
    line-height: 1.2;
    font-family: "MSYH Bold"
}

.news-page-swiper .swiper-slide .text .date p:nth-child(1) {
    font-size: 24px;
    color: #222
}

.news-page-swiper .swiper-slide .text .date p:nth-child(2) {
    font-size: 14px;
    color: #8e8e93
}

.news-page-swiper .swiper-slide .text:hover h6 a {
    font-family: "MSYH Bold";
    color: #e20a0a
}

.news-page-swiper .swiper-tools {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2
}

.news-page-swiper .swiper-tools .swiper-button-next,.news-page-swiper .swiper-tools .swiper-button-prev {
    cursor: pointer;
    position: static;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: all ease .3s
}

.news-page-swiper .swiper-tools .swiper-button-next::after,.news-page-swiper .swiper-tools .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    display: block;
    text-align: center
}

.news-page-swiper .swiper-tools .swiper-button-prev {
    background: #ededed;
    color: #000
}

.news-page-swiper .swiper-tools .swiper-button-next {
    background: #e20a0a
}

.news-page-swiper .swiper-tools .swiper-button-next::after {
    color: #fff
}

@media(max-width: 1400px) {
    .news-page-swiper {
        display:block
    }

    .news-page-swiper .c1 {
        width: 100%
    }

    .news-page-swiper .c1 .list {
        margin-top: 20px
    }

    .news-page-swiper .c2 {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
}

.news-page-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.news-page-list ul li {
    width: 33.33%
}

.news-page-list ul li a {
    display: block;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin: 20px
}

.news-page-list ul li a:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.news-page-list ul li .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.news-page-list ul li .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.news-page-list ul li .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.news-page-list ul li .pic>*:hover {
    transform: scale(1.1)
}

.news-page-list ul li .pic:hover img {
    transform: scale(1.1)
}

.news-page-list ul li .pic span {
    padding-top: 55%
}

.news-page-list ul li .text {
    padding: 13.3333333333px 20px;
    line-height: 32px
}

.news-page-list ul li .text .desc {
    font-size: 18px;
    height: 64px;
    overflow: hidden;
    margin-bottom: 20px
}

.news-page-list ul li .text .date {
    line-height: 20px
}

.news-page-list ul li .text .date img {
    margin-right: 5px
}

.news-page-list ul li:hover a .text .desc {
    font-family: "MSYH Bold"
}

@media(max-width: 768px) {
    .news-page .swiper {
        margin-bottom:20px
    }

    .news-page .swiper .swiper-slide {
        display: block
    }

    .news-page .swiper .swiper-slide .pic {
        width: 100%
    }

    .news-page .swiper .swiper-slide .pic img {
        height: auto !important
    }

    .news-page .swiper .swiper-slide .text {
        padding: 20px
    }

    .news-page .swiper .swiper-slide .text .date {
        position: static
    }

    .news-page .swiper .swiper-tools {
        bottom: 20px
    }

    .news-page-list ul {
        margin: -10px
    }

    .news-page-list ul li {
        width: 50%
    }

    .news-page-list ul li a {
        margin: 10px
    }
}

@media(max-width: 480px) {
    .news-page-list ul li {
        width:100%
    }
}

.text-page-list ul li {
    position: relative;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    border-bottom: 1px solid #d4d4d4;
    padding: 40px 40px
}

.text-page-list ul li:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.text-page-list ul li a {
    align-items: center;
    display: flex;
    position: relative;
    display: flex;
    padding-left: 20px;
    justify-content: space-between
}

.text-page-list ul li a::before {
    content: "";
    position: absolute;
    width: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    background: #d4d4d4
}

.text-page-list ul li .title {
    font-size: 18px;
    line-height: 1.5;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.text-page-list ul li .date {
    min-width: 90px;
    line-height: 1.2;
    margin-left: 10px;
    font-family: "MSYH Bold"
}

.text-page-list ul li .date p:nth-child(1) {
    font-size: 24px;
    color: #222;
    margin-bottom: 5px
}

.text-page-list ul li .date p:nth-child(2) {
    font-size: 14px;
    color: #8e8e93
}

.text-page-list ul li:hover {
    z-index: 1;
    font-family: "MSYH Bold"
}

.text-page-list ul li:hover a::before {
    background: #e20a0a
}

.text-page-list ul li:hover a .date p:nth-child(1) {
    color: #e20a0a
}

@media(max-width: 1200px) {
    .text-page-list {
        padding:20px
    }

    .text-page-list ul li {
        padding: 13.3333333333px 20px
    }
}

@media(max-width: 768px) {
    .text-page-list ul li a {
        display:block
    }

    .text-page-list ul li a .date {
        margin-left: 0
    }

    .text-page-list ul li a .date p {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px !important
    }
}

.detail-page-title {
    font-size: 24px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.detail-page-info {
    padding: 20px 0;
    line-height: 1.2;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    color: #676d73
}

.detail-page-info span {
    margin-right: 20px
}

.detail-page-content {
    line-height: 40px;
    font-size: 18px
}

.detail-page-content p {
    text-indent: 2em;
    line-height: 40px !important;
    font-size: 18px !important;
}
.detail-page-content p span{
  
    line-height: 40px !important;
    font-size: 18px !important;
}

.detail-page-content img{
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
.introduction-page-title {
    border-bottom: 1px solid #e6e6e6
}

.introduction-page-title ul {
    display: flex;
    flex-wrap: wrap
}

.introduction-page-title ul li {
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    margin-bottom: 26.6666666667px;
    padding: 0 26.6666666667px;
    border: 1px solid #d4d4d4;
    margin-right: 20px;
    transition: all ease .3s;
    box-sizing: border-box;
    background: #fff;
    white-space: nowrap
}

.introduction-page-title ul li a {
    display: block
}

.introduction-page-title ul li:hover,.introduction-page-title ul li.active {
    background: #e20a0a;
    border-color: #e20a0a
}

.introduction-page-title ul li:hover a,.introduction-page-title ul li.active a {
    color: #fff
}

.introduction-page-content {
    padding: 40px 0;
    line-height: 40px;
    font-size: 18px
}

.introduction-page-content img {
    max-width: 100%;
    margin-bottom: 20px
}

.introduction-page-content h5 {
    font-size: 16px !important;
    font-family: "MSYH Bold";
    text-indent: 2em
}

.introduction-page-content p {
    line-height: 40px !important;
    font-size: 18px  !important;
}
.introduction-page-content p + p{
    margin-top: 30px;
}
@media(max-width: 1200px) {
    .detail-page-content img{
        max-width:100%;
    }
    .introduction-page-title ul li {
        margin-bottom:20px
    }
}

.leader-page ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.leader-page ul li {
    width: 50%;
    box-sizing: border-box
}

.leader-page ul li a {
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin: 20px;
    padding: 20px;
    background: #f5f5f7;
    display: flex
}

.leader-page ul li a:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.leader-page ul li a .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s;
    width: 150px;
    min-width: 150px;
    height: 200px
}

.leader-page ul li a .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.leader-page ul li a .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.leader-page ul li a .pic>*:hover {
    transform: scale(1.1)
}

.leader-page ul li a .pic:hover img {
    transform: scale(1.1)
}

.leader-page ul li a .text {
    margin-left: 20px
}

.leader-page ul li a .text .name {
    margin-top: 10px;
    font-size: 18px;
    font-family: "MSYH Bold";
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 40px;
    background: url(../images/leader-icon1.png) left center no-repeat
}

.leader-page ul li a .text .desc {
    padding-left: 40px;
    background: url(../images/leader-icon2.png) left 18px no-repeat;
    padding-top: 10px;
    border-top: 1px solid #fff;
    line-height: 32px;
    font-size: 13px;
    color: #676d73
}

.leader-page ul li a .text .desc p {
    max-height: 96px;
    overflow: hidden
}

@media(max-width: 960px) {
    .leader-page ul {
        display:block
    }

    .leader-page ul li {
        width: 100%
    }

    .leader-page ul li a {
        margin: 10px
    }
}

@media(max-width: 480px) {
    .leader-page ul li a{
        
display: block;
    }
    .leader-page ul li a .pic {
        padding-top:5%;
        width: 100%;
        height: auto !important;
        min-width: 100%;
        text-align: center;
    }

    .leader-page ul li a .pic img {
        height: auto !important
    }
    .pc-menu-tools .hamburger{
        margin-top: 3px;
        padding: 0 10px;
    }
    .pc-menu-tools ul li a{        
        padding: 0 10px;
    }
    .leader-page ul li a .text{        
        width: 100%;
        margin-left: 0;
    }
}

.teacher-detail p {
    font-size: 16px !important;
    color: #676d73;
    line-height: 40px !important;
}

.teacher-detail-r1 {
    padding-bottom: 40px;
    display: flex;
    border-bottom: 1px solid #d4d4d4
}

.teacher-detail-r1 .pic {
    width: 240px;
    text-align: center
}

.teacher-detail-r1 .pic img {
    max-width: 100%
}

.teacher-detail-r1 .text {
    flex: 1;
    margin-left: 40px
}

.teacher-detail-r1 .text h5 {
    color: #222;
    font-size: 32px;
    font-family: "MSYH Bold";
    margin-bottom: 10px
}

.teacher-detail-r2 {
    padding: 40px 0;
    display: flex
}

.teacher-detail-r2 .c1 {
    width: 240px;
    margin-top: 10px
}

.teacher-detail-r2 .c1 p {
    line-height: 1.2
}

.teacher-detail-r2 .c1 p:nth-child(1) {
    color: #222;
    font-family: "MSYH Bold"
}

.teacher-detail-r2 .c1 p:nth-child(2) {
    font-size: 12px
}

.teacher-detail-r2 .c2 {
    flex: 1;
    margin-left: 40px
}

@media(max-width: 768px) {
    .teacher-detail {
        display:block
    }

    .teacher-detail-r1 {
        display: block;
        text-align: center;
        padding-bottom: 20px
    }

    .teacher-detail-r1 .pic {
        display: inline-block;
        width: auto;
        border: 1px solid #d4d4d4;
        padding: 8px;
        margin-bottom: 20px
    }

    .teacher-detail-r1 .text {
        text-align: left;
        margin-left: 0
    }

    .teacher-detail-r2 {
        display: block;
        padding: 20px 0
    }

    .teacher-detail-r2 .c1 {
        width: auto;
        margin-bottom: 20px
    }

    .teacher-detail-r2 .c2 {
        margin-left: 0
    }
}

.org-page-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.org-page-list ul li {
    width: 33.33%;
    box-sizing: border-box
}

.org-page-list ul li a {
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    border: 1px solid #d4d4d4;
    margin: 20px;
    padding: 40px;
    display: flex;
    background: none;
    font-size: 18px;
    height: 108px;
    align-items: center;
    line-height: 1.5
}

.org-page-list ul li a:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.org-page-list ul li a::before {
    content: "";
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    width: 5px;
    height: 5px;
    background: #d4d4d4;
    vertical-align: middle
}

.org-page-list ul li a:hover {
    font-family: "MSYH Bold";
    color: #e20a0a
}

.org-page-list ul li a:hover::before {
    background: #e20a0a
}

@media(max-width: 1000px) {
    .org-page-list ul li {
        width:50%
    }
}

@media(max-width: 768px) {
    .org-page-list ul li {
        width:100%
    }
}

.pic-page {
    position: relative
}

.pic-page-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px
}

.pic-page-list ul li {
    width: 33.33%
}

.pic-page-list ul li a {
    display: block;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0);
    margin: 20px
}

.pic-page-list ul li a:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.pic-page-list ul li .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.pic-page-list ul li .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.pic-page-list ul li .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.pic-page-list ul li .pic>*:hover {
    transform: scale(1.1)
}

.pic-page-list ul li .pic:hover img {
    transform: scale(1.1)
}

.pic-page-list ul li .pic span {
    padding-top: 55%
}

.pic-page-list ul li .text {
    border: 1px solid #d4d4d4;
    border-top: none;
    padding: 13.3333333333px 20px;
    line-height: 32px
}

.pic-page-list ul li .text .title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 32px
}

.pic-page-list ul li:hover .text .title {
    font-family: "MSYH Bold"
}

@media(max-width: 768px) {
    .pic-page-list ul {
        margin:-10px
    }

    .pic-page-list ul li {
        width: 50%
    }

    .pic-page-list ul li a {
        margin: 10px
    }
}

@media(max-width: 480px) {
    .pic-page-list ul li {
        width:100%
    }
}

.experimental-page-list ul li {
    display: flex;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
    transition: all ease .5s;
    border-bottom: 1px solid rgba(0,0,0,0)
}

.experimental-page-list ul li:hover {
    border-bottom: 1px solid #e20a0a;
    box-shadow: 0px 10px 15px rgba(226,10,10,.1)
}

.experimental-page-list ul li .pic {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s;
    width: 357px;
    height: 200px;
    min-width: 357px
}

.experimental-page-list ul li .pic img {
    transition: all ease .2s;
    width: 100%;
    height: 100%
}

.experimental-page-list ul li .pic>* {
    display: block;
    background-size: cover;
    background-position: center center;
    transition: all ease .3s
}

.experimental-page-list ul li .pic>*:hover {
    transform: scale(1.1)
}

.experimental-page-list ul li .pic:hover img {
    transform: scale(1.1)
}

.experimental-page-list ul li .text {
    flex: 1;
    margin-left: 40px;
    line-height: 32px;
    min-width: 0
}

.experimental-page-list ul li .text h5 {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-family: "MSYH Bold"
}

.experimental-page-list ul li .text .line {
    width: 24px;
    height: 4px;
    margin-top: 5px;
    background: #e20a0a
}

.experimental-page-list ul li .text .desc {
    text-align: left;
    height: 96px;
    margin: 15px 0;
    overflow: hidden;
    color: #676d73;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.experimental-page-list ul li .text .more a {
    color: #e20a0a;
    text-decoration: underline
}

.experimental-page-list ul li .text:hover h5 a,.experimental-page-list ul li .text:hover .more a {
    color: #e20a0a
}

@media(max-width: 768px) {
    .experimental-page-list ul li {
        display:block
    }

    .experimental-page-list ul li .pic {
        width: 100%;
        padding-top: 50%;
        height: auto;
        min-width: 0;
        margin-bottom: 40px
    }

    .experimental-page-list ul li .line {
        margin: 0 auto
    }

    .experimental-page-list ul li .text {
        margin-left: 0
    }

    .experimental-page-list ul li .text h5 {
        text-align: center
    }
         .detail-page-content p {
    text-indent: 2em;
    line-height: 34px !important;
    font-size: 16px !important;
}
.detail-page-content p span{
  
    line-height: 34px !important;
    font-size: 16px !important;
}
}

@media(max-width: 480px) {
    .experimental-page-list ul li .pic {
        margin-bottom:20px
    }
}


.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #666 !important;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
    height: 36px !important;
    -
    height:auto;
    line-height: 26px !important;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
    min-width: 36px !important;
    font-size: 14px !important;
    font-family: Microsoft Yahei !important;
    background: #fff !important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #333 !important;
}
.pb_sys_style1 .p_pages span.p_no_d {
    border: 1px solid #e20a0a !important;
    color: #e20a0a !important;
    background-color: #fff !important;
}


@media(max-width: 768px) {
    .index-r3-list1 .item:nth-child(1) {
        display:block
    }

    .index-r3-list1 .item:nth-child(1) .pic {
        width: 100%
    }

    .index-r3-list1 .item:nth-child(1) .pic a {
        height: auto;
        padding-top: 51%
    }

    .index-r3-list2 {
        display: block
    }

    .index-r3-list2 .item {
        margin-right: 0 !important;
        margin-bottom: 20px
    }
}