@charset "utf-8";@font-face {
    font-family: sy;
    src: url(../fonts/sySong.woff)
}

@font-face {
    font-family: Cardo;
    src: url(../fonts/Cardo-Regular.ttf)
}

@font-face {
    font-family: Butler;
    src: url(../fonts/Butler-Regular.otf)
}

.header_box {
    z-index: 1000;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.header_top {
    width: 100%;
    z-index: 1;
    position: relative
}

.header_top .wp {
    width: 100%;
    max-width: 100%;
    padding: 0 0.54rem
}

.header_top .top {
    justify-content: space-between;
    height: 1.25rem;
    align-items: flex-start;
    width: 100%;
    position: relative
}

.header_top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.58rem;
    z-index: -1;
    left: 0;
    top: 0;
    background: #2C2475
}

.header_top::after {
    width: 411px;
    height: 1.16rem;
    background: url(../images/head.png) no-repeat;
    background-size: 100% 100%;
    bottom: auto;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1
}

.header_box::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 2%, rgba(6, 6, 6, 0.16) 63%, rgba(0, 0, 0, 0) 100%);
    height: 2rem;
    z-index: -1
}

.header_top #logo {
    padding-top: 0.26rem
}

.header_top #logo img {
    transition: .5s;
    max-width: 2.92rem
}

.header_top .right {
    flex: 1;
    min-width: 0;
    padding-left: 6%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column
}

.list_box1 {
    height: 0.58rem;
    align-items: center
}

.list_box1 .li {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .2)
}

.list_box1 .li a {
    padding: 0 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    align-items: center
}

.list_box1 .li:last-child a {
    padding-right: 0
}

.list_box1 .ser .a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    position: relative;
    height: 0.3rem;
    width: 2.08rem;
    padding: 0 0.15rem;
    border: 0.5px solid rgba(255, 255, 255, .5);
    border-radius: 0.02rem
}

.list_box1 .li a>img {
    width: 0.3rem
}

.list_box1 .li .input {
    padding: 0 0 0 0.15rem;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.2rem;
    flex: 1;
    min-width: 0;
    border-left: .5px solid rgba(255, 255, 255, .5)
}

.list_box1 .li .serbtn {
    width: 0.12rem;
    background: url(../images/ser.png) no-repeat center center;
    height: .14rem;
    background-size: 100% 100%;
    margin-right: .09rem
}

.list_box1 .li .input::-webkit-input-placeholder {
    color: #fff
}

.list_box1 .li .input::-moz-placeholder {
    color: #fff
}

.list_box1 .li .input:-moz-placeholder {
    color: #fff
}

.list_box1 .li .input:-ms-input-placeholder {
    color: #fff
}

#nav {
    width: 100%;
    position: relative;
    z-index: 1000
}

#nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#nav ul li {
    z-index: 0;
    position: relative
}

#nav ul li a {
    position: relative;
    z-index: 2
}

#nav ul li h3 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.6rem;
    position: relative;
    transition: .36s;
    font-weight: bold;
    border-bottom: 1px solid transparent
}

#nav ul li .sub {
    position: absolute;
    top: 95%;
    background: #fff;
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
    overflow: hidden;
    z-index: 1000
}

#nav ul li .sub:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff
}

#nav ul li .sub .box {
    text-align: center
}

#nav ul li .sub a {
    padding: 0.1rem 0.16rem;
    line-height: 0.28rem;
    transition: .6s;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    display: block
}

#nav ul li .sub a img {
    margin: 0 0.1rem 0 0;
    opacity: .2;
    transition: .5s
}

#nav ul li .sub a:hover {
    background: #2C2475;
    color: #fff
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1)
}

#nav ul li:hover h3,#nav ul li.on h3 {
    border-color: #fff
}

.m_header_box {
    transition: .6s;
    display: none;
    position: relative;
    z-index: 100000;
    height: .7rem
}

.m_header_box header {
    padding: 0 0 0 0.15rem;
    height: 0.7rem;
    background: #fff;
    box-shadow: 0 0.03rem 0.05rem 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: 0.6rem
}

#nav_btn_box.on {
    background: none
}

#nav_btn_box {
    position: relative;
    width: 0.6rem;
    height: 0.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: -0.1rem;
    border-right: #fff 0.1rem solid;
    border-top: transparent 0.7rem solid;
    display: none
}

#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.4rem;
    height: 0.22rem;
    position: relative;
    outline: none
}

#nav_btn .point:hover .navbtn,#nav_btn .point:hover .navbtn::after,#nav_btn .point:hover .navbtn::before {
    width: 0.28rem
}

#nav_btn .navbtn {
    position: absolute;
    top: 0.12rem;
    left: 0;
    display: inline-block;
    width: 0.26rem;
    height: 0.02rem;
    -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: #2C2475
}

#nav_btn .navbtn::after,#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 0.34rem;
    height: 1px;
    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: #2C2475
}

#nav_btn .navbtn::after {
    top: -0.08rem
}

#nav_btn .navbtn::before {
    top: 0.08rem
}

#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: 0rem
}

#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: 0rem
}

.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: 0.8rem 0.2rem 0.15rem;
    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: 0.07rem;
    right: 0.15rem;
    left: 0.15rem;
    font-size: 0.3rem;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 0.35rem;
    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: #2C2475 url(../images/submit.svg) center no-repeat;
    background-size: 0.28rem
}

#m_nav .list_box0 {
    text-align: center;
    width: 100%;
    justify-content: flex-start;
    margin: 0.2rem 0 0;
    flex-wrap: wrap
}

#m_nav .list_box0 .li {
    text-align: left;
    color: #2C2475;
    margin: 0 0.12rem 0.15rem 0;
    font-size: 0.14rem;
    padding: 0;
    min-width: 1rem
}

#m_nav .old_rukou {
    margin: 0.24rem 0 0;
    width: 100%
}

.list_box_nav_mobile {
    width: 100%;
    max-height: calc(100% - 120px);
    padding: 0 0 0.1rem;
    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: 0.01rem solid #e2e2e2;
    line-height: 0.5rem;
    color: #333;
    padding: 0;
    font-size: 0.16rem;
    display: flex;
    position: relative;
    transition: .5s
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 0.64rem;
    height: 0.5rem;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: 0.15rem 0.15rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0.02rem
}

.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: 0.01rem solid #e2e2e2
}

.list_box_nav_mobile>li .list {
    padding: 0.1rem 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 0.13rem;
    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: 0.16rem;
    border-radius: 0.05rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02rem;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 0.1rem
}

.wap_search .header-search {
    height: 0.4rem;
    border-radius: 0.2rem;
    background: rgb(255 255 255);
    position: relative;
    width: 3.68rem;
    margin: 0.1rem auto
}

.wap_search .input {
    font-size: 0.16rem;
    color: #646464;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 24px;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: #fff;
    border-radius: 0.3rem;
    width: calc(100% - 0.4rem)
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 0;
    background: url(../images/submit.svg) center no-repeat #2C2475;
    background-size: 0.24rem;
    border-radius: 0.2rem
}

.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
}

.search_btn {
    cursor: pointer
}

.search-dialog-box {
    position: fixed;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0rem;
    height: 0rem;
    background: #2C2475;
    transition: all 0.6s ease 0s;
    left: 0rem;
    right: 0rem;
    z-index: 1;
    opacity: 0.9
}

.search-dialog-box.on::before {
    height: 100%;
    display: none
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 0rem;
    margin: 0rem;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s
}

.search-dialog {
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0rem
}

.search-dialog .search-input {
    width: 8rem;
    margin: 0rem auto;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 0.7rem;
    width: calc(100% - 1rem);
    background-color: rgb(255, 255, 255);
    font-size: 0.2rem;
    line-height: 0.08rem;
    color: #666;
    transition: all 0.3s ease 0s;
    padding: 0rem 0.2rem
}

.search-dialog .search-input input[type="submit"],.search-dialog .search-input .clear-btn {
    float: right;
    height: 0.7rem;
    width: 1rem
}

.search-dialog .search-input input[type="submit"] {
    background-color: #2C2475;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.4rem;
    background-image: url("../images/search-btn.svg");
    font-size: 0.2rem;
    color: #fff
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/close-btn.svg");
    background-size: 0.56rem;
    border-radius: 100%;
    margin-right: 0.16rem;
    display: none
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255)
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0rem;
    bottom: 5.1%;
    width: 100%
}

.header-right.is-open .search-btn .con-box {
    display: none
}

.header-right.is-open .close-btn {
    display: block
}

.header-right.is-open .item .search-bg {
    transform: scale(1)
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible
}

.search-dialog-box.on .search-bg {
    height: 100vh
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0rem)
}

.pub-close {
    position: absolute;
    width: 0.48rem;
    height: 0.48rem;
    z-index: 10;
    right: 0.24rem;
    top: 0.216rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%
}

.pub-close .bg {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    background-color: #2C2475;
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s
}

.pub-close i {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.12rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
    transition: all 0.6s ease 0s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    100% {
        transform: rotate(1turn)
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn)
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn)
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn)
    }
}

.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
}

.slide-inner {
    overflow: hidden
}

.main-visual-slider .imged {
    transform: scale(1.05);
    transition: opacity 0.5s;
    transform: scale(1)\0;
}


.main-visual-slider img {
    object-fit: cover;
}

.main-visual-slider .imged::after {
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%)
}

.main-visual-slider .swiper-slide-active .imged {
    transform: scale(1);
    transition: all 6s
}

.main-visual-slider video {
    transform: scale(1.1)\0
}

.swiper-box1 .cir {
    bottom: 0.36rem;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-box1 .cir span {
    margin: 0px 0.1rem !important;
    width: 0.1rem;
    height: 0.1rem;
    opacity: 1;
    font-size: 0
}

.swiper-box1 .cir .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.48rem;
    height: 0.48rem;
    border: 1px dashed #fff;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
    border-radius: 50%
}

@media screen and (max-width: 1200px) {
    #nav {
        display: none
    }

    .swiper-box1 .swiper-pagination {
        bottom: 0.2rem
    }

    .banner video {
        display: none
    }

    .swiper-box1 .imged {
        padding-bottom: 45%
    }
}

.home1 {
    padding: 0.5rem 0 0.3rem;
    width: 100%;
    overflow: hidden
}

.title {
    align-items: center;
    position: relative;
    justify-content: space-between;
    margin-bottom: 0.42rem;
    width: 100%;
    overflow: hidden;
    height: .8rem
}

.title .h3 {
    margin: 0;
    align-items: center
}

.title .con {
    padding-left: 0.1rem
}

.title h3 {
    font-size: 0.36rem;
    color: #333;
    font-family: sy
}

.title p {
    font-size: 0.2rem;
    color: #2C2475;
    margin-top: 0.1rem;
    font-family: Butler;
    display: inline-block;
    padding-right: .15rem
}

.title p::after {
    width: 100vw;
    height: 1px;
    bottom: 50%;
    left: 100%;
    background: #ddd
}

.more {
    position: absolute;
    right: 0;
    bottom: 0.17rem;
    height: .3rem
}

.more a {
    font-size: 0.16rem;
    color: #333;
    align-items: center;
    padding-bottom: 0.1rem;
    height: .3rem
}

.more a::after {
    width: auto;
    left: -0.1rem;
    right: 0;
    background: #FF8400;
    height: 2px
}

.more a img {
    display: inline-block;
    margin-left: 0.1rem;
    width: 0.11rem
}

.infonews14_15_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.infonews14_15_l {
    width: 49.21%
}

.infonews14_15_l ul li a {
    display: block
}

.infonews14_15_l ul li .scale {
    position: relative
}

.infonews14_15_l ul li .imged {
    padding-bottom: 63%
}

.infonews14_15_l ul li .infonews14_15_date {
    position: absolute;
    left: 0.22rem;
    top: 0;
    background: url(../images/date.png) no-repeat;
    background-size: 100% 100%;
    width: 0.94rem;
    height: 0.87rem;
    text-align: center;
    padding-top: 0.15rem;
    z-index: 10
}

.infonews14_15_l ul li .infonews14_15_date p {
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF
}

.infonews14_15_l ul li .infonews14_15_date span {
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #FFFFFF
}

.infonews14_15_l ul li .infonews14_15_d {
    padding: 0.22rem 0;
    border-bottom: 3px solid #2C2475
}

.infonews14_15_l ul li .infonews14_15_d h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #333333;
    word-break: break-all;
    width: 80%
}

.infonews14_15_l ul li .infonews14_15_d p {
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #969696;
    margin-top: 0.2rem
}

.infonews14_15_l .slick-dots {
    bottom: .74rem;
    display: flex;
    align-items: center;
    width: auto;
    right: 0
}

.infonews14_15_l .slick-dots li {
    width: 0.09rem;
    height: 0.09rem;
    background: #2C2475;
    border-radius: 50%;
    margin: 0 0.05rem;
    transition: all 0.3s;
    opacity: .4
}

.infonews14_15_l .slick-dots li.slick-active {
    width: 0.23rem;
    height: 0.23rem;
    background: url(../images/cir1.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1
}

.infonews14_15_l .slick-dots li button {
    display: none
}

.infonews14_15_r {
    width: 49.21%
}

.infonews14_15_r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.3rem;
    border-bottom: 1px solid #D8D8D8;
    height: 1.45rem
}

.infonews14_15_r ul li a .infonews14_15_rdate {
    position: relative;
    padding-right: .2rem
}

.infonews14_15_r ul li a .infonews14_15_rdate::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0.23rem;
    border-left: 1px solid #ccc;
    transition: all 0.3s
}

.infonews14_15_r ul li a .infonews14_15_rdate p {
    font-size: 0.28rem;
    line-height: 0.26rem;
    color: #2C2475;
    transition: all 0.3s;
    margin-bottom: .1rem;
    font-family: Cardo
}

.infonews14_15_r ul li a .infonews14_15_rdate span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #2C2475;
    transition: all 0.3s;
    font-family: Cardo
}

.infonews14_15_r ul li a .infonews14_15_rr {
    flex: 1;
    min-width: 0;
    padding-left: 0.18rem
}

.infonews14_15_r ul li a .infonews14_15_rr h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #111111;
    transition: all 0.3s
}

.infonews14_15_r ul li a .infonews14_15_rr p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    max-height: 0.52rem;
    color: rgba(17, 17, 17, 0.6);
    margin-top: 0.1rem;
    transition: all 0.3s
}

@media screen and (min-width: 1025px) {
    .more a:hover {
        color: #2C2475
    }

    .infonews14_15_r ul li:hover a {
        border-radius: 0rem 0.4rem 0rem 0.4rem;
        background: url(../images/h1bg.jpg) no-repeat center/cover
    }

    .infonews14_15_l ul li a:hover .infonews14_15_d h3 {
        color: #2C2475;
        font-weight: bold
    }

    .infonews14_15_r ul li:hover a .infonews14_15_rdate p,.infonews14_15_r ul li:hover a .infonews14_15_rdate span {
        color: #fff
    }

    .infonews14_15_r ul li:hover a .infonews14_15_rdate::after {
        border-left: 1px solid #fff
    }

    .infonews14_15_r ul li:hover a .infonews14_15_rr h3 {
        color: #fff
    }

    .infonews14_15_r ul li:hover a .infonews14_15_rr p {
        color: rgba(255, 255, 255, 0.6)
    }

    .infonews14_15_r ul {
        margin-top: -.3rem
    }
}

@media screen and (max-width: 1024px) {
    .home1 {
        padding: 0.4rem 0 0rem
    }

    .infonews14_15_r ul li a {
        padding: 0.14rem 0.2rem;
        height: auto
    }
}

@media screen and (max-width: 768px) {
    .infonews14_15_l, .infonews14_15_r {
        width: 100%
    }

    .infonews14_15_l ul li .imged {
        padding-bottom: 63.86%
    }

    .infonews14_15_l ul li .infonews14_15_date {
        width: 0.74rem;
        height: 0.68rem;
        padding-top: 0.07rem;
        left: 0.1rem
    }

    .infonews14_15_l ul li .infonews14_15_date p {
        font-size: 0.26rem
    }

    .infonews14_15_l ul li .infonews14_15_date span {
        font-size: 0.12rem;
        line-height: 0.24rem
    }

    .infonews14_15_r {
        margin-top: 0.3rem
    }

    .infonews14_15_l .slick-dots {
        bottom: 1.02rem
    }

    .infonews14_15_l ul li .infonews14_15_d {
        margin-top: 0.4rem
    }

    .infonews14_15_l ul li .infonews14_15_d h3 {
        font-size: 0.18rem
    }

    .infonews14_15_l ul li .infonews14_15_d p {
        font-size: 0.14rem;
        margin-top: 0.1rem
    }

    .infonews14_15_r ul li a .infonews14_15_rr {
        width: calc(100% - 1rem)
    }

    .infonews14_15_r ul li a .infonews14_15_rdate p {
        font-size: 0.24rem
    }

    .infonews14_15_r ul li a .infonews14_15_rdate span {
        font-size: 0.12rem
    }

    .infonews14_15_r ul li a .infonews14_15_rr h3 {
        font-size: 0.16rem
    }

    .infonews14_15_r ul li a .infonews14_15_rr p {
        line-height: 0.24rem;
        height: 0.48rem
    }
}

.home2 {
    padding: 0.5rem 0 0.8rem;
    overflow: hidden;
    background: url(../images/hbg2.png) no-repeat bottom/cover
}

.home2-t li {
    width: 25%;
    border-right: 1px solid #D2DEF1
}

.home2-t li:last-child {
    border-right: none
}

.home2-t li a {
    display: block;
    padding: 0.4rem 0.45rem
}

.home2-t li a::after {
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.1rem 0px rgba(35, 30, 103, 0.21);
    border-top: 0.03rem solid #FF8400;
    opacity: 0;
    width: 100%
}

.home2-t li * {
    transition: 0.5s
}

.home2-t li span {
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    display: inline-block;
    padding: 0 0.15rem;
    border-radius: 1.93rem;
    background: linear-gradient(0deg, #2C2475, #2C2475), #2C2475
}

.home2-t li p {
    font-size: 0.18rem;
    color: #2C2475;
    font-family: Cardo;
    margin: 0.34rem 0 0.18rem
}

.home2-t li h3 {
    font-size: 0.2rem;
    color: #222;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
    transition: 0s
}

.home2-t li h4 {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #969696;
    max-height: 0.78rem\0;
    margin-top: 0.2rem
}

.home2-t li .scale {
    display: none
}

@media screen and (min-width: 1025px) {
    .home2-t li a {
        height: 4.6rem
    }

    .home2-t li h3 {
        height: 0.6rem
    }

    .home2-t li a:hover span,.home2-t li a:hover p {
        display: none
    }

    .home2-t li a:hover .scale {
        display: block
    }

    .home2-t li a:hover h3 {
        font-weight: bold
    }

    .home2-t li a:hover::after {
        opacity: 1
    }
}

@media screen and (max-width: 1024px) {
    .home2 {
        padding: 0.4rem 0 .4rem
    }
}

@media screen and (max-width: 768px) {
    .home2-t li {
        width: 50%;
        margin-bottom: 0.2rem
    }

    .home2-t li a {
        height: 3rem;
        padding: 0.2rem
    }

    .home2-t li h4 {
        margin-top: 0
    }
}

.home3 {
    padding: 0.2rem 0 0rem;
    width: 100%;
    overflow: hidden
}

.home3::after {
    width: 34%;
    bottom: 0;
    left: 0;
    background: url(../images/h3bg.jpg) no-repeat center/cover;
    height: 100%
}

.home3 .title .h3 {
    margin: 0 auto;
    transform: translateX(.6rem)
}

.home3 .title .log {
    padding-bottom: .1rem
}

.home3-t li * {
    transition: 0.5s
}

.home3-t {
    position: relative;
    width: calc(100% + 2.6rem);
    padding: 0.88rem 0 0.45rem
}

.home3-t::after {
    width: auto;
    right: 0;
    left: -1.5rem;
    background: url(../images/hbg3.jpg) no-repeat center/cover
}

.home3-t li {
    padding-bottom: 5px
}

.home3-t li a {
    display: block;
    width: 100%
}

.home3-t li .scale {
    width: 100%
}

.home3-t li .box {
    display: flex;
    justify-content: flex-end;
    margin-top: -0.3rem
}

.home3-t li .box::after {
    width: 0.03rem;
    height: 0.57rem;
    background: #2C2475;
    bottom: auto;
    top: 0;
    left: 0.15rem
}

.home3-t li .con {
    width: 95%;
    height: 1.55rem;
    padding: 0.4rem 0 0 0.15rem;
    z-index: 10
}

.home3-t li .con::before {
    content: "";
    position: absolute;
    left: -0.02rem;
    bottom: -0.02rem;
    height: 50%;
    right: 0;
    background: #FF8031;
    opacity: 0;
    z-index: -1
}

.home3-t li .con::after {
    width: 100%;
    opacity: 0;
    background: url(../images/h3-bg.png) no-repeat bottom/cover
}

.home3-t li h3 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.28rem;
    height: 0.56rem;
    margin-bottom: 0.3rem
}

.home3-t li h4 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.home3-t li h4 span {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background-size: 0.24rem !important;
    background: url(../images/h3-xq1.png) no-repeat
}

.home3-t li h4 p {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: rgba(44, 36, 117, 0.7);
    padding-left: 0.25rem;
    background: url(../images/h3-t1.png) no-repeat left center;
    background-size: 0.16rem !important
}

.home3-t .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.45rem
}

.home3-t .arror {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 2.5rem;
    margin: 0 0.4rem;
    height: 0.1rem;
    background: url(../images/h3-prev1.png) no-repeat;
    background-size: 100% 100% !important
}

.home3-t .swiper-button-next {
    transform: rotateY(180deg)
}

.home3-t .arror:hover {
    background: url(../images/h3-prev2.png) no-repeat
}

.home3-t .arror::after {
    display: none
}

@media screen and (min-width: 1025px) {
    .home3-t li a:hover .con {
        width: 85%;
        padding: 0.38rem 0.2rem
    }

    .home3-t li a:hover .box::after {
        opacity: 0
    }

    .home3-t li a:hover .con::after {
        opacity: 1
    }

    .home3-t li a:hover .con::before {
        opacity: 1
    }

    .home3-t li a:hover span {
        background: url(../images/h3-xq2.png) no-repeat
    }

    .home3-t li a:hover h3 {
        margin-top: -0.2rem
    }

    .home3-t li a:hover h4 p {
        background: url(../images/h3-t2.png) no-repeat left center;
        color: #FF8031
    }
}

@media screen and (max-width: 1500px) {
    .home3::after {
        width: 25%
    }
}

@media screen and (max-width: 1200px) {
    .home3-t {
        width: calc(15px + 100%)
    }
}

@media screen and (max-width: 1024px) {
    .home3-t {
        width: 100%;
        padding: 0.4rem 0
    }

    .home3:after {
        display: none
    }

    .home3-t li span {
        font-size: 0.2rem
    }

    .home3-t {
        padding: 0.25rem 0.2rem
    }

    .home3 .title .h3 {
        margin: 0;
        transform: translateX(0)
    }

    .home3 .title {
        height: 1rem
    }
}

@media screen and (max-width: 768px) {
    .home3-t li h3 {
        margin-bottom: 0.15rem
    }

    .home3-t .arrow {
        margin-top: 0rem
    }

    .home3-t .arror {
        width: 1rem;
        height: 0.1rem
    }

    .home3 .title .log {
        width: 100%
    }

    .home3 .title .log img {
        width: 3rem
    }

    .home3 .title .h3 {
        margin: 0
    }
}

.home4 {
    width: 100%;
    padding: 1.33rem 0 1.15rem;
    overflow: hidden;
    background: url(../images/hbg4.png) no-repeat bottom;
    background-size: 100%
}

.home4-t {
    justify-content: space-between;
    /* align-items: center; */
}

.home4-t .left {
    width: 62%;
    position: relative
}

.home4-t .right {
    width: 35%;
    margin-top: .8rem;
}

.home4-t .left h2 {
    width: 1.75rem;
    height: 0.59rem;
    background: #2C2475;
    border: 1px solid #2C2475;
    color: #fff;
    font-size: 0.32rem;
    line-height: 0.42rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 4.38rem;
    line-height: 0.59rem;
    display: none;
}
.home4-t .left li{padding: 0.75rem 0;position: relative;}
.home4-t .left li a {
    align-items: center;display: block;position: relative;
}
.home4-t .left li a::after{left: -0.22rem;width: 100%;height: auto;top: -0.22rem;bottom: 0.7rem;border: 2px solid #FF8400;opacity: 0;content:"";position:absolute;}
.home4-t .left li .pis {
    width: 100%;
}

.home4-t .left li .scale {
    box-shadow: 0px 4px 10px 0px rgba(21, 14, 90, 0.27)
}

.home4-t .left li .con {
    flex: 1;
    min-width: 0;
    padding-left: 0.5rem
}


.home4-t .left li .imged {
    padding-bottom: 129%;
    z-index: 1;
}
.home4-t .left li .imged::after{width: 100%;background: rgba(0, 0, 0, 0.3);content:"";position:absolute;width:100%;height:100%;left:0;bottom:0;}
.home4-t .left li.slick-current{z-index:10;}
.home4-t .left li.slick-current a{transform: scale(1.2) translateY(0rem);}
.home4-t .left li.slick-current a::after{opacity: 1;}
.home4-t .left li.slick-current .imged::after{opacity: 0;}


.home4-t .right li h3 {
    font-size: 0.26rem;
    font-weight: bold;
    color: #2C2475
}

.home4-t .right li h4 {
    font-size: 0.18rem;
    color: #333;
    line-height: 1.2;
    margin-top: 0.23rem
}

.home4-t .right li .line {
    margin: 0.3rem 0
}

.home4-t .right li p {
    font-size: 0.16rem;
    color: #777;
    line-height: 0.3rem;
    max-height: 0.9rem\0;
    text-indent: 2em;
}





.home4-t .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 4.38rem);
    bottom: 0.25rem;
    left: auto;
    right: 0;
    width: 100%;
    bottom: -2rem;
}

.home4-t .slick-dots li {
    padding: .06rem;
    width: auto;
    height: auto;
    background: rgba(216, 216, 216, .1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0px .03rem;
    transition: all 0.3s
}

.home4-t .slick-dots li::before {
    content: "";
    position: absolute;
    width: 0.28rem;
    height: 1px;
    background: #C5C5C5;
    bottom: 50%;
    right: 110%;
    opacity: 0
}

.home4-t .slick-dots li::after {
    content: "";
    position: absolute;
    width: 0.28rem;
    height: 1px;
    background: #C5C5C5;
    bottom: 50%;
    left: 110%;
    opacity: 0
}

.home4-t .slick-dots li button {
    background: #C5C5C5;
    display: block;
    width: .14rem;
    height: .14rem;
    margin: 0;
    padding: 0;
    border-radius: 50%
}

.home4-t .slick-dots li button::before {
    display: none
}

.home4-t .slick-dots li div {
    width: .6rem;
    height: .6rem;
    padding: .05rem;
    background: rgba(216, 216, 216, .1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all 0.5s;
    border-radius: 50%
}

.home4-t .slick-dots div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.home4-t .slick-dots li div::after {
    width: 0.46rem;
    height: 0.1rem;
    background: url(../images/h4-c.png) no-repeat;
    background-size: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    opacity: 0
}

.home4-t .slick-dots li.slick-active {
    margin: 0 .3rem;
    width: .6rem;
    height: 0.6rem
}

.home4-t .slick-dots li.slick-active div {
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.home4-t .slick-dots li.slick-active div::after {
    opacity: 1
}

.home4-t .slick-dots li.slick-active::before {
    opacity: 1
}

.home4-t .slick-dots li.slick-active::after {
    opacity: 1
}

.home4-t .slick-dots li.slick-active button {
    opacity: 0
}

@media screen and (min-width: 1025px) {
    .home4-t .right li a:hover::after {
        opacity: 1
    }

    .home4-t .right li:last-child .con {
        padding: 0 0.23rem 0 0;
        order: -1
    }
}

@media screen and (max-width: 1024px) {
    .home4 {
        padding: .4rem 0
    }

    .home4-t .left {
        width: 100%;
        position: relative
    }

    .home4-t .right {
        width: 100%;
        margin-top: 0.3rem
    }

    .home4-t .left h2 {
        position: relative;
        left: auto;
        margin-bottom: 0.2rem;
        font-size: 0.24rem
    }

    .home4-t .left li .pis {
        /* width: 2.5rem; */
    }

    .home4-t .slick-dots {
        width: calc(100% - 2.5rem);
        left: 3rem
    }

    .home4-t .right li:first-child {
        /* margin-bottom: 0.25rem; */
    }
    .home4-t .left li{padding: .75rem 0 0rem;}
    .home4-t .right li .line{margin:.2rem 0;}
}

@media screen and (max-width: 768px) {
    .home4-t .left li .pis {
        margin: 0 auto 0.2rem
    }

    .home4-t .left li .con {
        flex: none;
        width: 100%;
        padding: 0
    }

    .home4-t .left li .line {
        margin: 0.15rem 0
    }

    .home4-t .slick-dots {
        width: 100%;
        left: auto;
        right: auto;
        position: relative;
        margin-top: 0.1rem;
        bottom: auto
    }
    .home4-t .left li a::after{bottom:.3rem;left:-.15rem;top:-.15rem;}
}

@media screen and (max-width: 420px) {
    .home4-t .right li a {
        height: auto;
        /* padding: 0.2rem; */
    }

    .home4-t .right li .scale {
        width: 100%
    }

    .home4-t .right li .con {
        flex: none;
        width: 100%;
        padding: 0.2rem 0 0
    }
}

.home5 {
    width: 100%;
    padding: 0.1rem 0 2rem;
    overflow: hidden;
    background: url(../images/hbg5.png) no-repeat bottom/cover
}

.home5-t {
    position: relative
}

.home5-t::after {
    height: 1px;
    border-bottom: 1px dashed #2C2475;
    bottom: 50%;
    width: 100%
}

.home5-t li a {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 6rem;
    transition: 0.5s
}

.home5-t li {
    transition: 0s
}

.home5-t li .box {
    height: 50%;
    display: flex;
    align-items: flex-end
}

.home5-t li .con {
    height: 1.4rem;
    background: #EBEAF3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.23rem;
    margin-bottom: 0.2rem;
    width: 100%;
    display: flex
}

.home5-t li .con::after {
    bottom: auto;
    top: 100%;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-top: 0.1rem solid #EBEAF3;
    left: 50%;
    transform: translateX(-50%)
}

.home5-t li .scale {
    display: none;
    transform: translateY(-0.15rem);
    margin-top: -0.25rem;
    border: 2px solid #FF8400;
    width: 100%
}

.home5-t li h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.9rem\0;
    width: 100%;
    color: #2C2475
}

.home5-t li span {
    display: block;
    text-align: center;
    font-size: 0.3rem;
    color: #2C2475;
    font-family: Butler;
    margin-top: 0.39rem;
    height: 50%;
    transition: 0.5s
}

.home5-t li a::after {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/h5-c1.png) no-repeat;
    background-size: 100% 100% !important;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home5-t li.swiper-slide-active+li span,.home5-t li.swiper-slide-active+li+li+li span {
    order: -1;
    margin: 0 0 0.39rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.home5-t li.swiper-slide-active+li .con,.home5-t li.swiper-slide-active+li+li+li .con {
    margin: 0.2rem 0 0 0
}

.home5-t li.swiper-slide-active+li .con::after,.home5-t li.swiper-slide-active+li+li+li .con::after {
    transform: rotateX(180deg) translateX(-50%);
    top: auto;
    bottom: 100%
}

.home5-t li.swiper-slide-active+li .con .scale,.home5-t li.swiper-slide-active+li+li+li .con .scale {
    order: 2;
    margin: 0rem 0 0;
    transform: translateY(0.2rem)
}

.home5-t li.swiper-slide-active+li .box,.home5-t li.swiper-slide-active+li+li+li .box {
    align-items: flex-start
}

.home5-t .arror {
    width: 0.46rem;
    height: 0.46rem;
    margin-top: 0;
    background: url(../images/h5-prev1.png) no-repeat;
    background-size: 100% 100% !important;
    transform: translateY(-50%);
    transition: 0.5s
}

.home5-t .arror::after {
    display: none
}

.home5-t .swiper-button-prev {
    left: -0.45rem
}

.home5-t .swiper-button-next {
    right: -0.45rem;
    transform: rotateY(180deg) translateY(-50%)
}

.home5-t .arror:hover {
    background: url(../images/h5-prev2.png) no-repeat
}

@media screen and (min-width: 1025px) {
    .home5-t li a:hover span {
        color: #FF8400
    }

    .home5-t li a:hover::after {
        background: url(../images/h5-c2.png) no-repeat
    }

    .home5-t li a:hover .scale {
        display: block
    }

    .home5-t li a:hover .con {
        background: #2C2475;
        height: 2.36rem;
        padding: .2rem .23rem 0
    }

    .home5-t li a:hover .con::after {
        border-top: 0.1rem solid #2C2475
    }

    .home5-t li a:hover h3 {
        color: #fff;
        -webkit-line-clamp: 1
    }
}

@media screen and (max-width: 1024px) {
    .home5 {
        padding: 0rem 0 0rem
    }

    .home5-t {
        padding: 0 0.4rem
    }

    .home5-t li a {
        height: 4rem
    }

    .home5-t li span {
        font-size: .4rem
    }

    .home5-t .arror {
        width: 0.35rem;
        height: 0.35rem
    }

    .home5-t .swiper-button-prev {
        left: 0rem
    }

    .home5-t .swiper-button-next {
        right: 0rem;
        transform: rotateY(180deg)translateY(-50%)
    }

    .home5-t:after {
        width: auto;
        left: .35rem;
        right: .35rem
    }
}

@media screen and (max-width: 480px) {
    .home5-t li a {
        height: 3rem
    }

    .home5-t li span {
        font-size: .32rem;
        height: auto;
        flex: 1
    }

    .home5-t li a {
        height: 3rem
    }
}

.footer {
    width: 100%;
    background: url(../images/fbg.jpg) no-repeat center/cover
}

.foot-t {
    padding: 0.25rem 0 0.05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start
}

.foot-t h3 {
    color: #fff;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 1.4
}

.foot-t ul {
    flex: 1;
    min-width: 0;
    padding-left: 0.1rem;
    display: flex;
    flex-wrap: wrap
}

.foot-t li {
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    display: flex !important;
    align-items: center;
    margin-bottom: 0.2rem
}

.foot-t li a {
    display: inline-block;
    padding: 0 0.24rem;
    transition: 0.5s;
    width: 100%
}

.foot-t li a:hover {
    opacity: .85
}

.foot-t .slick-arrow {
    left: auto;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/f-prev.png) no-repeat;
    background-size: 100% 100% !important;
    opacity: .6;
    right: -0.25rem;
    z-index: 10
}

.foot-t .slick-next {
    transform: rotateY(180deg) translateY(-50%);
    right: -0.5rem
}

.foot-t .slick-arrow:hover {
    opacity: 1
}

.foot-t .slick-arrow::before {
    display: none
}

.foot-b {
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.foot-b .fot1 {
    width: 30%
}

.foot-b .fot2 {
    width: 40%
}

.foot-b .fot2 p {
    color: #fff;
    font-size: 0.13rem;
    line-height: 0.3rem;
    align-items: center;
    display: flex
}

.foot-b .fot2 p span {
    width: 0.25rem;
    height: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .1rem
}

.foot-b .fot3 .img {
    width: 1.05rem;
    margin: 0 auto
}

.foot-b .fot3 .img img {
    width: 100%
}

.foot-b .fot3 p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #fff;
    text-align: center
}

.foot {
    padding: 0.14rem 0;
    text-align: center
}

.foot p {
    font-size: 0.14rem;
    line-height: 1.5;
    color: #fff;
    text-align: center
}

.foot p a {
    display: inline-block;
    padding: 0 0
}

@media screen and (max-width: 1024px) {
    .foot-b {
        padding: 0.2rem 0
    }

    .foot-t ul {
        width: 100%;
        flex: none;
        margin-top: 0.15rem;
        padding-right: 0.5rem;
        padding-left: 0
    }

    .foot-t .slick-arrow {
        right: .25rem
    }

    .foot-t .slick-next {
        right: 0rem
    }

    .foot-t li a {
        padding: 0 0.1rem
    }
}

@media screen and (max-width: 768px) {
    .foot-b .fot1 {
        width: 100%;
        text-align: center;
        margin-bottom: 0.2rem
    }

    .foot-b .fot2 {
        width: 100%;
        margin-bottom: .2rem
    }

    .foot-b .fot3 {
        width: 100%
    }

    .foot-b .fot2 p {
        justify-content: center
    }
}

@media screen and (max-width: 1600px) {
    .list_box1 {
        padding-left: 5%
    }

    .header_top #logo img {
        max-width: 8rem
    }
}

@media screen and (max-width: 1300px) {
    .list_box1 .ser {
        padding-left: .5rem
    }

    .header_top #logo img {
        max-width: 5rem
    }
}

@media screen and (max-width: 1200px) {
    .main-visual-wrapper {
        padding: 0
    }
}

@media screen and (max-width: 1024px) {
    .title {
        margin-bottom: .3rem
    }

    .swiper-box1 .swiper-pagination {
        bottom: .2rem
    }

    .banner video {
        display: none
    }

    .swiper-box1 .imged {
        padding-bottom: 45%
    }
}

@media screen and (max-width: 768px) {
    .title {
        height: .6rem
    }

    .title h3 {
        font-size: 0.26rem !important;
        margin: 0
    }

    .txt1 {
        font-size: 0.18rem !important
    }

    .p1 {
        font-size: 0.16rem !important
    }

    .title .h3 {
        margin: 0
    }

    .title .h3 img {
        width: .4rem
    }

    .title p {
        font-size: .16rem
    }

    .more {
        bottom: .12rem
    }
}

@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% - 100px);
        padding-left: 0rem
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #2C2475 !important;
    background-color: #2C2475 !important
}