@charset "utf-8";@font-face {
    font-family: sy;
    src: url(../fonts/sySong.woff)
}

.header_top {
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header_top::after {
    width: 100%;
    height: 100%;
    box-shadow: 0rem 0rem 0.55rem 0rem rgba(85, 85, 85, 0.24)
}

.fixed .header_top {
    background: #9e131b
}

.header_top .top {
    justify-content: space-between;
    height: 1.3rem;
    align-items: center;
    width: 100%
}

.header_top #logo {
    position: relative;
    padding: 0 0.3rem
}

.header_top #logo img {
    transition: .5s;
    width: 4.88rem
}

.header_top .left {
    flex: 1
}

.header_top .right {
    flex: 1
}

.header_top .left::after {
    width: auto;
    left: -1.6rem;
    right: 0;
    bottom: auto;
    top: 0.54rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    height: 1px
}

.header_top .left::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.48rem;
    width: 0.16rem;
    height: 0.11rem;
    background: url(../images/head-l.png) no-repeat;
    background-size: 100%
}

.header_top .right::after {
    width: auto;
    left: 0rem;
    right: -1.6rem;
    bottom: auto;
    top: 0.54rem;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    height: 1px
}

.header_top .right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48rem;
    width: 0.16rem;
    height: 0.11rem;
    background: url(../images/head-r.png) no-repeat;
    background-size: 100%
}

.header_top .left p {
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.54rem
}

.list_box1 {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.list_box1 .li {
    position: relative;
    height: 0.54rem;
    display: flex;
    align-items: center
}

.list_box1 .ser {
    margin-left: 0.2rem
}

.list_box1 p {
    color: #fff;
    font-size: 0.16rem;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0.2rem
}

.list_box1 .box {
    width: 7rem;
    padding: 0.1rem 0.3rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0rem 0.08rem 0.21rem 0rem rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: .5s;
    z-index: 1000;
    transform-origin: top
}

.list_box1 .box li {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ddd
}

.list_box1 .box li:last-child {
    border-bottom: none
}

.list_box1 .box li h3 {
    color: #333;
    font-size: 0.2rem;
    font-size: 0.2rem;
    font-weight: bold;
    padding-left: 0.13rem;
    border-left: 1px solid #9e131b
}

.list_box1 .box dl {
    margin-top: 0.2rem
}

.list_box1 .box dt {
    width: 49%;
    padding-right: 0.2rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 1.3;
    margin-bottom: 0.15rem
}

.list_box1 .li:hover {
    background: #fff
}

.list_box1 .li:hover .box {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: .5s
}

.list_box1 .li:hover p {
    color: #9e131b
}

.list_box1 .box dt:hover {
    color: #9e131b
}

.ser .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    position: relative;
    height: .3rem;
    width: 1.6rem;
    padding: 0 0.1rem;
    border-radius: 0.15rem;
    background: rgba(255, 255, 255, 0.1)
}

.ser .a .input {
    width: calc(100% - .18rem);
    height: 100%;
    padding: 0 .15rem 0 0;
    font-size: .16rem;
    color: #fff;
    line-height: .3rem
}

.ser .a .serbtn {
    width: 0.18rem;
    background: url(../images/ser.png) no-repeat left center;
    background-size: 0.18rem;
    height: 100%
}

.ser .a .input::-webkit-input-placeholder {
    color: #fff
}

.ser .a .input::-moz-placeholder {
    color: #fff
}

.ser .a .input:-moz-placeholder {
    color: #fff
}

.ser .a .input:-ms-input-placeholder {
    color: #fff
}

.list_box1 .ema p {
    margin-bottom: 0.1rem
}

#nav {
    width: 100%;
    position: relative;
    z-index: 1000
}

#nav .wp {
    align-items: center
}

#nav ul {
    display: flex;
    justify-content: space-between
}

#nav ul li {
    z-index: 0;
    position: relative
}

#nav ul li a {
    display: flex;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center
}

#nav ul li h3 {
    font-size: .2rem;
    color: #fff;
    line-height: .7rem;
    position: relative;
    transition: .36s;
    display: flex;
    align-items: center
}

#nav ul li h3 i {
    width: 0.13rem;
    height: 0.13rem;
    background-size: 100%;
    display: inline-block;
    margin-left: .1rem
}

#nav ul li .sub {
    position: absolute;
    top: 95%;
    background: rgba(255, 255, 255, .9);
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 1000
}

#nav ul li .sub:after {
    content: '';
    height: .02rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #9e131b
}

#nav ul li .sub .box {
    text-align: center
}

#nav ul li .sub a {
    padding: 10px .16rem;
    line-height: 28px;
    transition: .6s;
    font-size: .18rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 160px;
    display: block;
    font-weight: bold;
}

#nav ul li .sub a img {
    margin: 0 .1rem 0 0;
    opacity: .2;
    transition: .5s
}

#nav ul li .sub a:hover {
    background: #9e131b;
    color: #fff;
    font-weight:bold;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav ul li.on h3,#nav ul li:hover h3 {
    font-weight: bold
}

#nav ul li.on h3::after,#nav ul li:hover h3::after {
    opacity: 1
}

.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000
}

.m_header_box header {
    padding: 0 0 0 0.15rem;
    height: .7rem;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m_header_box header #logo {
    padding: 0;
    width: 75%;
    margin: 0
}

.m_header_box header #logo img {
    max-height: .6rem
}

#nav_btn_box.on {
    background: none
}

#nav_btn_box {
    position: relative;
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
}

#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10px;
    border-right: #fff 10px solid;
    border-top: transparent .7rem solid
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .5s;
    outline: none;
    box-shadow: none
}

#nav_btn .point {
    display: inline-block;
    width: 0.40rem;
    height: 22px;
    position: relative;
    outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
    width: .28rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #9e131b
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #9e131b
}

#nav_btn .navbtn::after {
    top: -8px
}

#nav_btn .navbtn::before {
    top: 8px
}

#nav_btn .point.on .navbtn {
    background: transparent
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, .1)
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 70px 20px 30px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #f7f7f7;
    background-size: cover;
    opacity: 0;
    visibility: hidden
}

#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible
}

#m_nav .search_box input.submit {
    background: #9e131b url(../images/submit.svg) center no-repeat;
    background-size: .28rem
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: .32rem 0 0;
    flex-wrap: wrap;
    height: 0.4rem
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #9e131b;
    margin: 0 .12rem 0.15rem 0;
    font-size: 14px;
    padding: 0;
    min-width: 1rem
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 250px);
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0
}

.list_box_nav_mobile>li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.list_box_nav_mobile>li .con {
    position: relative
}

.list_box_nav_mobile>li .a {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: .5rem;
    color: #333;
    padding: 0;
    font-size: 16px;
    display: flex;
    position: relative;
    transition: .5s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px
}

.list_box_nav_mobile>li.on1 i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg)
}

.list_box_nav_mobile>li.on .a {
    border-bottom: 1px solid #e2e2e2
}

.list_box_nav_mobile>li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 2.5
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none
}

.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 85px;
    display: block;
    margin-bottom: 0.1rem
}

.wap_search form {
    height: 40px;
    border-radius: 20px;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 10px auto
}

.wap_search .input {
    font-size: .16rem;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: #fff;
    border-radius: 30px;
    width: calc(100% - 40px)
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #9e131b;
    background-size: .24rem;
    border-radius: 20px
}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53
}

.wap_search input::-webkit-input-placeholder {
    color: #999
}

.wap_search input::-moz-placeholder {
    color: #999
}

.wap_search input:-moz-placeholder {
    color: #999
}

.wap_search input:-ms-input-placeholder {
    color: #999
}

.wap_search input:focus::-webkit-input-placeholder {
    color: transparent
}

.wap_search input:focus:-moz-placeholder {
    color: transparent
}

.wap_search input:focus::-moz-placeholder {
    color: transparent
}

.wap_search input:focus:-ms-input-placeholder {
    color: transparent
}

.main-visual-wrapper {
    width: 100%;
    position: relative
}

.main-visual-slider {
    overflow: hidden;
    width: 100%;
    position: relative
}

.main-visual-slider .swiper-slide {
    overflow: hidden
}

.main-visual-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-box1 .imged {
    padding-bottom: 100vh
}

.swiper-box1 .imged::after {
    width: 100%;
    height: 15%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%)
}

.slide-inner {
    overflow: hidden
}

.main-visual-slider .imged {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
    transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s
}

.main-visual-slider video {
    transform: scale(1.1)\0
}

.main-visual-slider a:hover .imged {
    transform: scale(1)
}

.swiper-box1 .cir {
    bottom: .3rem;
    z-index: 10;
    width: auto;
    display: flex;
    align-items: center;
    left: auto;
    right: 7%
}

.swiper-box1 .cir span {
    margin: 0px .08rem !important;
    width: 0.1rem;
    height: 0.1rem;
    opacity: .5
}

.swiper-box1 .cir .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.34rem;
    height: 0.34rem;
    background: url(../images/cir1.png) no-repeat;
    background-size: 100% 100%
}

.home1 {
    padding: 0.45rem 0rem;
    width: 100%;
    overflow: hidden;
    background: url(../images/hbg1.png) no-repeat bottom/cover
}

.title {
    margin-bottom: .3rem;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 2
}

.title h3 {
    font-size: 0.32rem;
    line-height: 1.1;
    color: #9e131b;
    font-family: sy;
    align-items: center
}

.title h3 span {
    padding-left: 0.05rem;
    color: #333;
    font-family: sy
}

.title p {
    font-size: 0.14rem;
    color: #dbdbdb;
    margin-top: 0.05rem
}

.title p i {
    display: inline-block;
    font-style: normal;
    margin-right: 0.05rem;
    width: 0.3rem;
    height: 1px;
    background: #dbdbdb
}

.more a {
    font-size: 0.16rem;
    transition: 0.5s;
    color: #333;
    align-items: center
}

.more a img {
    display: inline-block;
    margin-right: 0.1rem;
    width: 0.16rem
}

.more a::after {
    width: 0.62rem;
    height: 0.62rem;
    background: url(../images/morebg.png) no-repeat;
    background-size: 100% 100%;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto
}

.home1-t {
    justify-content: space-between;
    align-items: flex-start
}

.home1-t .left {
    width: 65%
}

.home1-t .right {
    width: 32%
}

.home1-t li * {
    transition: 0.5s
}

.home1-t .h1-1 a {
    align-items: center
}

.home1-t .h1-1 .scale {
    width: 7.5rem
}

.home1-t .h1-1 .con {
    flex: 1;
    min-width: 0;
    padding: 0.5rem .3rem;
    background: url(../images/h1bg.jpg) no-repeat center/cover;
    height: 4.8rem;
}

.home1-t .h1-1 h3 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.26rem;
    margin: 0.25rem 0;
    max-height: .78rem\0;
    font-family: sy
}

.home1-t .h1-1 h4 {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
    max-height: 0.96rem\0;
    opacity: .6;
    margin-bottom: 0.4rem
}

.home1-t .h1-1 p {
    font-size: 0.14rem;
    color: #fff;
    opacity: .6;
    font-family: sy
}

.home1-t .h1-1 span {
    width: 0.28rem
}

.home1-t .h1-1 .imged {
    padding-bottom: 4.8rem
}

.home1-t .h1-1 .cir {
    bottom: .3rem;
    display: flex;
    width: auto;
    align-items: center;
    left: auto;
    right: 0.25rem
}

.home1-t .h1-1 .cir span {
    margin: 0 .05rem !important;
    width: .06rem;
    height: .06rem;
    background: #fff;
    border-radius: 50%;
    opacity: .5
}

.home1-t .h1-1 .cir span.swiper-pagination-bullet-active {
    width: 0.2rem;
    opacity: 1;
    border-radius: 0.03rem
}

.home1-t .right li {
    margin-bottom: 0.1rem;
}

.home1-t .right li a {
    width: 100%;
    align-items: center;
    background: #fff;
    height: 0.89rem;
    padding: 0 0.3rem;
    box-shadow: 0rem 0rem 0.52rem 0rem rgba(158, 19, 27, 0.05)
}

.home1-t .right li a::after {
    height: 1px;
    bottom: 1px;
    background: #9e131b
}

.home1-t .right .date {
    padding-right: 0.25rem;
    border-right: 1px solid #ddd
}

.home1-t .right .con {
    padding-left: .3rem;
    flex: 1;
    min-width: 0
}

.home1-t .right li h3 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.26rem;
    max-height: 0.52rem\0;
    transition: 0.5s
}

.home1-t .right li span {
    color: #999;
    font-weight: bold;
    font-size: 0.14rem;
    font-family: sy
}

.home1-t .right li p {
    font-size: 0.22rem;
    color: #9e131b;
    margin-bottom: 0.05rem;
    font-family: sy
}

.home1-t .right li p i {
    display: inline-block;
    font-style: normal;
    margin: 0 0rem
}

@media screen and (min-width: 1025px) {
    .home1-t .right li a:hover h3 {
        color: #9e131b
    }

    .home1-t .right li a:hover::after {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
.swiper-box1 .imged{    padding-bottom: 25vh;}
.home4 .ul-iconsb1 {
    padding: 0.2rem .7rem;
}
    .home1 {
        padding: 0.4rem 0
    }

    .home1-t .left {
        width: 100%
    }

    .home1-t .right {
        width: 100%;
        margin-top: 0.3rem
    }

    .home1-t .h1-1 .scale {
        width: 5rem
    }
}

@media screen and (max-width: 768px) {
    .home1 {
        padding: 0.4rem 0
    }

    .home1-t .h1-1 .scale {
        width: 100%
    }

    .home1-t .h1-1 .con {
        width: 100%;
        flex: none;
        padding: 0.25rem 0.2rem 0.4rem;
        height: 3.5rem;
    }

    .home1-t .h1-1 .cir {
        left: 0;
        width: 100%;
        justify-content: center;
        bottom: 0.1rem
    }
}

.home2 {
    padding: 0.7rem 0 .7rem;
    overflow: hidden;
    background: url(../images/hbg2.jpg) no-repeat center/cover
}

.home2-t ul {
    margin: 0 -0.15rem
}

.home2-t li {
    width: 33.3%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem
}

.home2-t li * {
    transition: 0.5s
}

.home2-t li a {
    align-items: center;
    height: 1.4rem;
    background: #fff;
    box-shadow: 0rem 0rem 0.52rem 0rem rgba(158, 19, 27, 0.05);
    padding: 0 0.3rem
}

.home2-t li a::after {
    height: 2px;
    bottom: 0;
    background: #9e131b
}

.home2-t li .date {
    padding-right: 0.25rem;
    border-right: 1px solid #ddd
}

.home2-t li .con {
    padding-left: .3rem;
    flex: 1;
    min-width: 0
}

.home2-t li span {
    color: #9e131b;
    font-family: sy;
    font-size: 0.22rem
}

.home2-t li p {
    font-size: 0.14rem;
    color: #999;
    font-family: sy;
    margin-top: 0.1rem
}

.home2-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.26rem;
    max-height: 0.52rem\0;
    transition: 0.5s
}

.home2-t li b {
    display: block;
    margin-top: 0.2rem;
    display: none
}

@media screen and (min-width: 1025px) {
    .home2-t li a:hover h3 {
        color: #9e131b
    }

    .home2-t li {
        height: 1.8rem
    }

    .home2-t li a:hover {
        height: 1.8rem
    }

    .home2-t li a:hover::after {
        width: 100%
    }

    .home2-t li a:hover b {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    .home2 {
        padding: 0.4rem 0 .4rem
    }

    .home2-t ul {
        margin: 0 -0.1rem
    }

    .home2-t li {
        width: 33.3%;
        padding: 0 0.1rem;
        margin-bottom: 0.3rem
    }
}

@media screen and (max-width: 768px) {
    .home2-t li {
        width: 100%
    }
}

.home3 {
    padding: 0.8rem 0rem;
    overflow: hidden;
    background: url(../images/hbg3.jpg) no-repeat center/cover
}

.home3 .title {
    padding: 0 .2rem
}

.home3-t {
    justify-content: space-between
}

.home3-t .left {
    width: 63%
}

.home3-t .right {
    width: 33%
}

.home3-t .right::after {
    width: auto;
    left: -0.35rem;
    height: auto;
    top: -0.8rem;
    bottom: -0.8rem;
    right: -1.6rem;
    background: url(../images/h3bg.jpg) no-repeat center/cover
}

.home3-t .right .title h3,.home3-t .right .more a {
    color: #fff
}

.home3-t .right .more a::after {
    background: url(../images/morebg2.png) no-repeat;
    background-size: 100% 100%
}

.home3-t .left .swiper-container {
    box-shadow: 0px 0rem 0.52rem 0rem rgba(158, 19, 27, 0.05)
}

.home3-t .left li a {
    width: 100%;
    position: relative;
    background: #fff
}

.home3-t .left li .scale {
    width: 3.6rem
}

.home3-t .left li .con {
    flex: 1;
    min-width: 0;
    padding: 0.35rem 0.3rem;
    align-items: flex-start
}

.home3-t .left li .date {
    padding: 0 0.3rem 0.25rem 0;
    border-right: 1px solid #ddd
}

.home3-t .left li .info {
    flex: 1;
    min-width: 0;
    padding-left: 0.3rem
}

.home3-t .left li h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    max-height: 0.52rem\0;
    margin: 0.15rem 0;
    transition: 0.5s
}

.home3-t .left li .date span {
    color: #9e131b;
    font-family: sy;
    font-size: 0.22rem
}

.home3-t .left li .date p {
    font-size: 0.14rem;
    color: #999;
    font-family: sy;
    margin-top: 0.1rem
}

.home3-t .left li .info span {
    font-size: 0.16rem;
    color: #9e131b
}

.home3-t .left li b {
    width: 0.28rem
}

.home3-t .left li .imged {
    padding-bottom: 56%
}

.home3-t .left li .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent)
}

.home3-t dl {
    justify-content: space-between
}

.home3-t dt {
    width: 48%;
    margin-top: 0.35rem
}

.home3-t dt a {
    display: block;
    height: 1.9rem;
    background: #fff;
    padding: 0.35rem;
    box-shadow: 0px 0rem 0.52rem 0rem rgba(158, 19, 27, 0.05)
}

.home3-t dt * {
    transition: 0.5s
}

.home3-t dt a::after {
    width: 100%;
    opacity: 0;
    background: url(../images/h3bg1.jpg) no-repeat center/cover
}

.home3-t dt span {
    font-size: 0.16rem;
    color: #9e131b
}

.home3-t dt h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.26rem;
    max-height: 0.52rem\0;
    margin: 0.1rem 0 0.25rem
}

.home3-t dt p {
    font-size: 0.16rem;
    color: #999;
    font-family: sy
}

.home3-t .cir {
    bottom: 0.15rem;
    left: auto;
    width: auto;
    right: 0.15rem
}

.home3-t .cir span {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #9e131b;
    margin: 0 0.05rem !important;
    opacity: 1
}

.home3-t .cir span.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    width: 0.2rem;
    border-radius: 0.03rem
}

.home3-t .right li a {
    padding: 0.3rem 0;
    align-items: center
}

.home3-t .right li a::after {
    width: 100%;
    height: 0.14rem;
    background: url(../images/h3line.png) no-repeat bottom;
    background-size: 100% 100%;
    bottom: -0.07rem
}

.home3-t .right li .date {
    padding-right: 0.25rem;
    border-right: 1px solid rgba(255, 255, 255, .4)
}

.home3-t .right li .con {
    padding-left: .3rem;
    flex: 1;
    min-width: 0
}

.home3-t .right li span {
    color: #fff;
    font-family: sy;
    font-size: 0.22rem
}

.home3-t .right li p {
    font-size: 0.14rem;
    color: #fff;
    font-family: sy;
    margin-top: 0.1rem;
    opacity: .6
}

.home3-t .right li h3 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.26rem;
    max-height: 0.52rem\0;
    transition: 0.5s
}

.home3-t .right li h3 i {
    font-style: normal
}

.home3-t .right li:last-child a::after {
    display: none
}

.home3-t .right li:first-child a {
    padding-top: 0
}

@media screen and (min-width: 1025px) {
    .home3-t .left li a:hover h3 {
        color: #AD1313
    }

    .home3-t dt a:hover::after {
        opacity: 1
    }

    .home3-t dt a:hover h3 {
        color: #fff
    }

    .home3-t dt a:hover span,.home3-t dt a:hover p {
        color: #fff;
        opacity: .6
    }
}

@media screen and (max-width: 1024px) {
    .home3 {
        padding: 0.4rem 0
    }

    .home3-t .left {
        width: 100%
    }

    .home3-t .right {
        width: 100%;
        padding: 0.2rem 0;
        margin-top: .25rem
    }

    .home3-t .right::after {
        top: 0;
        bottom: 0;
        left: -15px;
        right: -15px
    }
}

@media screen and (max-width: 768px) {
    .home3-t dt {
        width: 100%;
        margin-top: 0.3rem
    }
}

@media screen and (max-width: 600px) {
    .home3-t .left li .scale {
        width: 100%
    }

    .home3-t .left li .con {
        padding: 0.2rem;
        flex: none;
        width: 100%
    }
}

.home4 {
    padding: 0.8rem 0;
    width: 100%;
    overflow: hidden
}

.home4 .more {
    align-items: center
}

.home4 .ul-iconsb1 {
    padding: 0 .7rem
}

.home4 .ul-iconsb1::after {
    width: 0.5rem;
    height: 1px;
    background: #9e131b;
    bottom: 50%;
    right: 0.15rem;
    left: auto
}

.ul-iconsb1 li {
    padding: 0 0.12rem
}

.ul-iconsb1 .con {
    position: relative;
    cursor: pointer
}

.ul-iconsb1 .con:hover .qrbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%) translateX(-50%)
}

.home4 .ul-iconsb1 .icon {
    width: 0.5rem;
    height: .5rem;
    border-radius: 50%
}

.ul-iconsb1 .qrbox {
    top: 100%;
    transform: translateY(-30%) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: .15rem;
    transition: 0.5s;
    position: absolute;
    width: 1.2rem;
    z-index: 10;
    height: auto;
    z-index: 100;
    left: 50%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1)
}

.ul-iconsb1 .qrbox .qr {
    padding: .05rem;
    background: #fff;
    text-align: center;
    border-radius: .1rem
}

.ul-iconsb1 .qrbox::before {
    content: "";
    border-left: .08rem solid transparent;
    border-right: .08rem solid transparent;
    border-bottom: .1rem solid #fff;
    top: -0.1rem;
    transform: translateX(-50%);
    position: absolute;
    left: 50%
}

.ul-iconsb1 li:last-child .qrbox::before {
    right: .15rem;
    left: auto;
    transform: translateX(0%)
}

.ul-iconsb1 .qrbox .qr img {
    width: 100%
}

.ul-iconsb1 .qrbox .p {
    font-size: 0.14rem;
    overflow: hidden;
    text-align: center;
    margin-top: .1rem;
    line-height: 1.5
}

.home4-t {
    padding: 0.2rem;
    background: #fff;
    box-shadow: 0rem 0.07rem 0.76rem 0rem rgba(158, 19, 27, 0.14)
}

.home4-t .left {
    width: 48%
}

.home4-t .mid {
    width: 25%;
    padding: 0 0.15rem
}

.home4-t .right {
    width: 27%
}

.home4-t li a {
    display: block;
    position: relative
}

.home4-t li .imged::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 50%
}

.home4-t li .con {
    align-items: center;
    padding: 0 0.2rem 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%
}

.home4-t li h3 {
    color: #fff;
    font-size: 0.18rem;
    padding-left: 0.1rem;
    flex: 1;
    min-width: 0
}

.home4-t li .con span {
    width: 0.34rem
}

.home4-t .left li .imged::before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/bf.png) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home4-t .right li {
    margin-bottom: 0.15rem
}

.home4-t li .imged {
    padding-bottom: 5.6rem
}

.home4-t .right li .imged {
    padding-bottom: 3.15rem
}

.home4-t .right li:last-child .imged {
    padding-bottom: 2.3rem
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: 0.4rem 0
    }

    .home4-t .left {
        width: 100%
    }

    .home4-t .mid {
        width: 45%;
        padding: 0 0.15rem 0 0
    }

    .home4-t .right {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .home4-t .mid {
        width: 100%;
        padding: 0 0
    }

    .home4-t .right {
        width: 100%
    }

    .home4-t li .imged {
        padding-bottom: 60%
    }

    .home4-t .mid li .imged {
        padding-bottom: 120%
    }

    .home4-t .right li .imged {
        padding-bottom: 60% !important
    }
}

.home5 {
    padding: 0rem 0 0.8rem
}

.home5::after {
    width: 100%;
    height: 100%;
    background: url(../images/hbg5.png) no-repeat bottom/cover
}

.home5-t li * {
    transition: 0.5s
}

.home5-t li {
    padding-bottom: 0.3rem
}

.home5-t li a {
    display: block;
    box-shadow: 0px 0px 0.3rem 0px rgba(96, 96, 96, 0.08);
    transition: 0.5s
}

.home5-t li .imged {
    padding-bottom: 50%
}

.home5-t .arrow {
    align-items: center;
    justify-content: center
}

.home5-t .arror {
    width: 0.28rem;
    height: 0.36rem;
    position: relative;
    top: auto;
    left: auto;
    right: 0;
    margin: .15rem
}

.home5-t .arror::after {
    display: none
}

.home5-b {
    margin-top: 0.5rem
}

.home5-b li {
    width: 14.2%;
    text-align: center;
    padding: 0 0.1rem
}

.home5-b li a {
    display: block;
    padding-top: .15rem
}

.home5-b li .img {
    width: 1.01rem;
    height: 1.02rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.home5-b li .img::after {
    background: url(../images/h5-bg2.png) no-repeat;
    background-size: 100% 100% !important;
    width: 100%
}

.home5-b li:nth-child(1) .img::after {
    background: url(../images/h5-bg1.png) no-repeat;
    width: 0.9rem;
    height: 1.16rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-b li:nth-child(3) .img::after {
    background: url(../images/h5-bg3.png) no-repeat
}

.home5-b li:nth-child(5) .img::after {
    background: url(../images/h5-bg5.png) no-repeat;
    width: 0.9rem;
    height: 1.16rem;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-b li:nth-child(7) .img::after {
    background: url(../images/h5-bg5.png) no-repeat;
    width: 0.9rem;
    height: 1.16rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-b li span {
    width: 0.65rem;
    height: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.home5-b li p {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    color: #333;
    font-weight: 500
}

@media screen and (min-width: 1025px) {
    .home5-t li a {
        transform: scale(.9)
    }

    .home5-t li.swiper-slide-active+li a {
        transform: scale(1)
    }

    .home5-b li a:hover span {
        background: url(../images/h5bg.png) no-repeat;
        background-size: 100% 100%;
        background: none\0
    }

    .home5-b li a:hover p {
        color: #9e131b;
        font-weight: bold
    }

    .home5-b li a:hover span img {
        filter: brightness(1000)
    }

    .home5-b li a:hover .img::after {
        background: url(../images/h5-bg2-1.png) no-repeat
    }

    .home5-b li:nth-child(1) a:hover .img::after {
        background: url(../images/h5-bg1-1.png) no-repeat
    }

    .home5-b li:nth-child(3) a:hover .img::after {
        background: url(../images/h5-bg3-1.png) no-repeat
    }

    .home5-b li:nth-child(5) a:hover .img::after {
        background: url(../images/h5-bg5-1.png) no-repeat
    }

    .home5-b li:nth-child(7) a:hover .img::after {
        background: url(../images/h5-bg5-1.png) no-repeat
    }
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding: 0.4rem 0 0.3rem
    }

    .home5-t li .con {
        height: 1.4rem;
        padding: 0.2rem
    }
}

@media screen and (max-width: 768px) {
    .home5-t .arrow {
        margin-top: 0
    }
}

.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover
}

.foot-b {
    padding: 0.5rem 0 0.35rem;
    justify-content: space-between;
    align-items: center
}

.foot-b .fot-1 {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center
}

.foot-b .fot-2 {
    padding: 0.3rem 0;
    align-items: center
}

.foot-b .fot-2 .box {
    flex: 1;
    min-width: 0;
    padding-right: 1%;
    justify-content: space-between
}

.foot-b .fot-2 p {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.15rem;
}

.foot-b .ul-iconsb1 {
    padding: 0;
    align-items: center;
    justify-content: flex-end
}

.foot-b .ul-iconsb1 li {
    padding-left: 0.3rem
}

.foot-b .ul-iconsb1 .icon {
    width: 0.5rem;
    height: .43rem
}

.foot-b .ul-iconsb1 .icon img {
    width: 100%
}

.foot-b .ul-iconsb1 .qrbox {
    top: auto;
    bottom: 100%;
    margin: 0 0 .15rem
}

.foot-b .ul-iconsb1 .qrbox::before {
    top: auto;
    bottom: -.1rem;
    transform: translateX(-50%) rotateX(180deg)
}

.foot-b .ul-iconsb1 li:last-child .qrbox::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotateX(180deg)
}

.foot {
    padding: 0.25rem 0;
    background: #930109
}

.foot p {
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
}

.foot p a {
    display: inline-block;
    padding-left: 0.15rem
}

@media screen and (max-width: 1024px) {
    .foot-b {
        padding: 0.25rem 0
    }
}

@media screen and (max-width: 768px) {
    .foot-b .fot-1 {
        width: 100%;
        text-align: center
    }

    .foot-b .fot-2 .box {
        width: 100%;
        text-align: center;
        order: 2;
        flex: none;
        padding: 0;
        margin-top: .2rem
    }

    .foot-b .fot-2 p {
        width: 100%;
        text-align: center
    }

    .foot-b .ul-iconsb1 {
        width: 100%;
        justify-content: center
    }

    .foot-b .ul-iconsb1 li {
        padding: 0 0.1rem
    }

    .foot-b .fot-2 {
        padding: 0.2rem 0 0
    }
}

@media screen and (max-width: 1300px) {
    .header_top #logo img {
        max-width: 5rem
    }
}

@media screen and (max-width: 1024px) {
    .title {
        margin-bottom: .35rem
    }

    .title h3 {
        font-size: 0.3rem
    }

    .title .h3:after {
        display: none
    }

    .swiper-box1 .swiper-pagination {
        bottom: .2rem
    }

    .banner video {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .title {
        margin-bottom: .25rem !important
    }

    .title h3 {
        font-size: 0.22rem;
        margin: 0
    }

    .title h3::after {
        display: none
    }

    .title p {
        font-size: .16rem;
        padding-left: 0.4rem
    }

    .title p::after {
        width: 0.35rem
    }

    .txt1 {
        font-size: 0.18rem !important
    }

    .p1 {
        line-height: 0.26rem !important;
        font-size: 0.16rem !important
    }

    .title .h3 span {
        /* display: none; */
    }
}

@media(min-width: 200px) {
    [aos=zoom-in] {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
}

@media screen and (max-height: 500px) {
    .list_box_nav_mobile {
        max-height: calc(100% - 120px);
        padding-left: 0rem
    }
}