* {
    margin: 0;
    padding: 0
}

/* body::-webkit-scrollbar {
    display: none
} */

body {
    font-size: 12px;
    font-family: 'Comfortaa', 'Source Han Sans', Arial, Helvetica, sans-serif;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

div,
li {
    box-sizing: border-box;
}

html {
    font-size: 100px;
    overflow: -moz-scrollbars-vertical;
    position: relative;
}

@font-face {
    font-family: "Comfortaa-Bold-2";
    src: url("/static/fonts/Comfortaa/Comfortaa-Regular-1.ttf") format("woff2")
}
#footerFooter{
    width: 100%;
    /* height: auto; */
}
.aiya{
    margin-top: 1.45rem;
}
.aiyaya{
    margin-top: -1.45rem;
}
li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

/* 头部 */
/* 判断轮播图是否pc */
#showbgc1{
    display: block;
}
#showbgc2{
    display: none;
}
.gallerybox-mobile{
    display: none;
}

.banner-header-box {
    width: 100%;
    position: absolute;
    padding-top: .3rem;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: .81rem;
    z-index: 2;
}

.banner-header-box ul {
    display: flex;
    margin-right: .1rem;

}

.banner-header-box ul li {
    margin-right: .71rem;
    font-size: .22rem;
    font-weight: 400;
    cursor: pointer;
}

.banner-header-box ul li a {
    color: #333333;
    opacity: 0.6;
}

.banner-header-box ul li a:hover {
    color: #333333;
    opacity: 1;
}

.banner-header-box ul .active a {
    opacity: 1;
}

.banner-text{
    position: absolute;
    top: 50%;
    left: 1.8rem;
    transform: translateY(-50%);
}
.banner-text .top{
    font-size: .92rem;
    /* font-family: Comfortaa; */
    font-family: "Comfortaa-Bold-2" !important;
    font-weight: 400;
    color: #000063;
}
.banner-text .center{
    font-size: .62rem;
    font-family: SweiMarkerSansCJKtc;
    font-weight: 100;
    color: #000063;
}
.banner-text .sub{
    width: 1.88rem;
    height: .6rem;
    border: 1px solid #2A3F91;
    border-radius: .3rem;
    font-size: .18rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #2A3F91;
    text-align: center;
    line-height: .6rem;
    cursor: pointer;
    margin-top: 1.42rem;
}
.banner-text .sub:hover{
    color: #fff;
    background-color: #2A3F91;
}
/* 侧边栏 */
.swiperBox {
    width: 100%;
    height: 10rem
}

.sidebar {
    position: fixed;
    right: .15rem;
    bottom: .51rem;
    z-index: 999
}

.sidebar ul {
    background-color: #fff;
    box-shadow: 0 .11rem .16rem 0 rgba(161, 161, 161, 0.5);
    border-radius: .15rem
}

.sidebar ul li {
    border-bottom: 1px solid #ccc;
    padding: .22rem;
    cursor: pointer
}

.sidebar ul li:last-child {
    border: none
}
/* 电话 */
.sidebar ul .oneli {
    position: relative
}

.sidebar ul .oneli .phone {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 2.4rem;
    background: #2A3F91;
    border-top-right-radius: .15rem;
    border-top-left-radius: .15rem;
    border-bottom-left-radius: .15rem;
    height: .8rem
}

.sidebar ul .oneli .phone .phone-msg {
    font-size: .2rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding: .28rem 0 .29rem .23rem
}

.sidebar ul .oneli .phone .phone-img {
    width: .31rem;
    height: .27rem;
    position: absolute;
    right: .23rem;
    top: .23rem
}

.sidebar ul .oneli img {
    width: .31rem;
    height: .27rem
}
/* 微信二维码 */
.sidebar ul .twoli {
    position: relative
}

.sidebar ul .twoli:hover{
    background-color:#2A3F91 ;
}

.sidebar ul .twoli .showerweima {
    display: none;
    position: absolute;
    left: -1.45rem
}

.sidebar ul .twoli .showerweima .erweima {
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    padding: .05rem;
}

.sidebar ul .twoli .weichat {
    width: .3rem;
    height: .27rem;
    display: block;
}
.sidebar ul .twoli .weixin-hover {
    width: .3rem;
    height: .27rem;
    display: none;
    
}

/* 客服 */
.sidebar ul .concat {
    position: relative;
}

.sidebar ul .concat .phone {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 2.4rem;
    background: #2A3F91;
    /* border-top-right-radius: .15rem; */
    border-top-left-radius: .15rem;
    border-bottom-left-radius: .15rem;
    height: .75rem
}

.sidebar ul .concat .phone .phone-msg {
    font-size: .2rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding: .28rem 0 .29rem .23rem
}

.sidebar ul .concat .phone .phone-img {
    width: .31rem;
    height: .27rem;
    position: absolute;
    right: .23rem;
    top: .23rem;
}

.sidebar ul .concat img {
    width: .31rem;
    height: .27rem
}

/* 回到顶部 */
.sidebar ul #go-top img {
    width: .31rem;
    height: .17rem;
}
.sidebar ul #go-top:hover{
    background: #2A3F91;
    border-bottom-right-radius: .15rem;
    border-bottom-left-radius: .15rem;
}

/* ------- */

.index {
    width: 100%;
    height: 100%;
}

.swiperBanner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.swiperBanner .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiperBanner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiperBanner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.swiperBanner .header-box {
    width: 100%;
}

.swiperBanner .header-box .top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.swiperBanner .header-box .top .logo {
    margin: .3rem 0 0 .81rem
}

.swiperBanner .header-box .top .logo img {
    width: 2.62rem;
    height: .7rem
}

.swiperBanner .header-box .top .title {
    display: flex;
    margin-top: .54rem
}

.swiperBanner .header-box .top .title .title-info {
    font-size: .22rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
    cursor: pointer;
    margin-right: .7rem;
    position: relative
}

.swiperBanner .header-box .top .title .title-info .subheading-box {
    display: none
}

.swiperBanner .header-box .top .title .title-info .subheading-box .isshowBox {
    width: 2.02rem;
    background: #090d64;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: .34rem
}

.swiperBanner .header-box .top .title .title-info .subheading-box .isshowBox a {
    font-size: .18rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding: .22rem .64rem .24rem .66rem
}

.swiperBanner .header-box .top .title .title-info .subheading-box .isshowBox a:hover {
    background: rgba(255, 255, 255, 0.1)
}

.swiperBanner .header-box .top .title .title-info:hover {
    font-size: .22rem;
    font-weight: 400;
    color: #333333
}

.swiperBanner .header-box .top .title .title-info:hover .subheading-box {
    display: block
}

.swiperBanner .header-box .top .title li:last-child {
    margin-right: .81rem
}

.swiperBanner .header-box .top .title .item {
    color: #333
}

.swiperBanner .header-box1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-left: 1.8rem
}

.swiperBanner .header-box1 .box-tit {
    font-size: .92rem;
    font-family: "Comfortaa-Bold-2";
    font-weight: 400;
    color: #000063
}

.swiperBanner .header-box1 .box-msg {
    font-size: .62rem;
    font-family: 'SweiMarkerSansCJKtc';
    font-weight: 100;
    color: #000063;
    margin-top: .12rem
}

.swiperBanner .header-box1 .box-btn {
    width: 1.88rem;
    height: .6rem;
    border: 1px solid #2A3F91;
    border-radius: 30px;
    font-size: .18rem;
    font-family: 'SourceHanSansCN';
    font-weight: 400;
    color: #000063;
    text-align: center;
    line-height: .6rem;
    cursor: pointer;
    margin-top: .42rem
}

.swiperBanner .header-box1 .box-btn:hover {
    color: #fff;
    background-color: #2A3F91
}

.propaganda {
    width: 100%;
    padding-bottom: 1.14rem;
    background-color: #f7f7f7;
    height: 100%;
}

.propaganda .header-box {
    width: 100%
}

.propaganda .header-box .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2
}

.propaganda .header-box .top .logo {
    margin: .3rem 0 0 .81rem
}

.propaganda .header-box .top .logo img {
    width: 2.62rem;
    height: .7rem
}

.propaganda .header-box .top .title {
    display: flex;
    margin-top: .54rem
}

.propaganda .header-box .top .title li {
    font-size: .22rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    cursor: pointer;
    margin-right: .7rem
}

.propaganda .header-box ul li a{
    color: #333333;
    opacity: 0.6;
}
.propaganda .header-box ul li a:hover{
    color: #333333;
    opacity: 1;
}

.propaganda .header-box .top .title li:last-child {
    margin-right: .81rem
}

.propaganda .header-box .top .title .item a{
    opacity: 1
}

.propaganda .main {
    width: 100%;
    margin-top: 1.85rem
}

.propaganda .main .main-box {
    padding: 0 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.propaganda .main .main-box .main-tit {
    font-size: .36rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #333333
}

.propaganda .main .main-box .main-info {
    font-size: .2rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #666666;
    margin-top: .3rem
}

.propaganda .main .main-box .main-list {
    margin-top: 1.07rem;
    width: 100%;
    height: 100%
}

.propaganda .main .main-box .main-list ul {
    display: flex
}

.propaganda .main .main-box .main-list ul li {
    flex: 1;
    background-color: #fff;
    padding: .49rem 0 .61rem .5rem;
    display: flex;
    cursor: pointer;
    border-right: 1px solid #ccc;
    height: 3.79rem
}

.propaganda .main .main-box .main-list ul li .li-box {
    flex: 1.5;
    margin-right: .4rem;
    z-index: 1;
}


.propaganda .main .main-box .main-list ul li .li-box .tits {
    font-size: .24rem;
    font-weight: 400;
    color: #333333
}

.propaganda .main .main-box .main-list ul li .li-box .tits .tit-lin {
    width: .25rem;
    height: .03rem;
    background: #2A3F91;
    margin-top: .24rem
}

.propaganda .main .main-box .main-list ul li .li-box .tit-info {
    margin-top: .36rem;
    font-size: .16rem;
    font-family: 'Source Han Sans';
    font-weight: 300;
    color: #999999;
    line-height: .24rem
}

.propaganda .main .main-box .main-list ul li .li-box1 {
    flex: 1;
    margin-top: 1.4rem
}

.propaganda .main .main-box .main-list ul li .li-box1 img {
    width: 1.27rem;
    height: 1.32rem
}

.propaganda .main .main-box .main-list ul li .showBgc {
    width: 100%;
    display: none
}

.propaganda .main .main-box .main-list ul li:last-child {
    border-right: none;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.propaganda .main .main-box .main-list ul li:first-child {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.propaganda .main .main-box .main-list ul li:hover {
    position: relative;
}
.propaganda .main .main-box .main-list ul li:hover .li-box1{
    display: none;
}
.propaganda .main .main-box .main-list ul li:hover .showBgc {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
        animation: showDivAni 1.5s 1;
}
  @keyframes showDivAni {
      0% {
          opacity: 0;
      }
 

      100% {
          opacity: 1;
      }

  }

.propaganda .main .main-box .main-list ul li:hover .showBgc img {
    width: 100%;
    height: 4.54rem;
}

.propaganda .main .main-box .main-list ul li:hover .showBgc .showBgc-Bgc {
    position: absolute;
    top: .37rem;
    right: .1rem;
}

.propaganda .main .main-box .main-list ul li:hover .showBgc .showBgc-Bgc img {
    width: 3rem;
    height: 3.3rem;
    opacity: .9;
}

.propaganda .main .main-box .main-list ul li:hover .showBgc .showBgc-Bgc .deng {
    width: 3rem;
    height: 3rem;
    opacity: .9;
}

.propaganda .main .main-box .main-list ul li:hover .showBgc .showBgc-Bgc .xin {
    width: 3rem;
    height: 2.7rem;
    opacity: .9;
}

.propaganda .main .main-box .main-list ul li:hover .li-box .tits {
    margin-top: .5rem;
    color: #fff;
}

.propaganda .main .main-box .main-list ul li:hover .li-box .tits .tit-lin {
    margin-top: .36rem;
    background-color: #fff;
}

.propaganda .main .main-box .main-list ul li:hover .li-box .tit-info {
    color: #fff;
    margin-top: .83rem;
}

.propaganda .main .main-box .main-list ul li:nth-of-type(3) .tit-info {
    width: 1.92rem;
}

.propaganda .main .main-box .main-list ul li:nth-of-type(3) .li-box {
    margin-right: 0;
}

.propaganda .main .main-box .main-list ul li:nth-of-type(3) img {
    width: 1.5rem;
    height: 1.27rem;
}

.propaganda .main .more {
    border: 1px solid #999999;
    border-radius: .25rem;
    margin: 0 auto;
    width: 1.88rem;
    height: .5rem;
    margin-top: 1rem;
   
    line-height: .5rem;
    text-align: center;
    cursor: pointer
}
.propaganda .main .more a{
    font-size: .18rem;
    font-family: 'Source Han Sans';
    font-weight: 300;
    color: #666666;
}
.propaganda .main .more:hover a,
.propaganda .main .more:hover {
    background-color: #2A3F91;
    color: #fff;
}

.video-box {
    width: 100%;
    background-color: #ccc;
    height: 100vh;
    display: block;
}
/* 手机 */
.video-mobile{
    display: none;
}
/* end */
.video-box .video {
    position: relative;
    width: 100%;
    height: 100%
}
.video-box .video .videobgc{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .video .viode-tit{
    position: absolute;
    right:0;
    top: .3rem;
    z-index: 1;
}
.video-box .video .viode-tit .selectTit a{
    opacity: 1;
    color: #fff;
}
.video-box .video .viode-tit span{
    font-size: .22rem;
    font-weight: 400;
    margin-right: .7rem;
    cursor: pointer;
}
.video-box .video .viode-tit span a{
    opacity: 0.6;
    color: #FFFFFF;
}
.video-box .video .viode-tit span a:hover{
    opacity: 1;
    color: #FFFFFF;
}


.video-box .video .video-top {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.video-box .video .video-top li {
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.video-box .video .video-top li .info-logo {
    position: absolute;
    left: .82rem;
    top: .29rem;
    width: 2.62rem;
    height: .7rem;
    z-index:1;
}

.video-box .video .video-top li .top-info {
    position: absolute;
    left: .5rem;
    bottom: .85rem;
    z-index: 1;
}

.video-box .video .video-top li .top-info .info-img-1 {
    width: .45rem;
    height: .8rem;
    object-fit: contain;
}

.video-box .video .video-top li .top-info .info-img-2 {
    width: .8rem;
    height: .8rem
}

.video-box .video .video-top li .top-info .info-top {
    font-size: .36rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .26rem
}

.video-box .video .video-top li .top-info .info-cen {
    font-size: .26rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .11rem
}

.video-box .video .video-top li .top-info .info-btoom {
    font-size: .16rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .32rem
}

.video-box .video .video-top li .isBgc1,
.video-box .video .video-top li .isBgc2,
.video-box .video .video-top li .isBgc3 {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #2A3F91;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    animation: showDivAni .5s 1;
}

.video-box .video .video-top li .isBgc1 img,
.video-box .video .video-top li .isBgc2 img,
.video-box .video .video-top li .isBgc3 img {
    width: 5.08rem;
    height: 6.77rem;
    opacity: .19;
    margin-left: 2.3rem
}

.video-box .video .video-top li:last-child {
    border-right: none
}

.type {
    width: 100%;
    background-color: #2A3F91;
    height: 9.8rem
}

.type .header-box {
    width: 100%
}

.type .header-box .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5
}

.type .header-box .top .logo {
    margin: .3rem 0 0 .81rem
}

.type .header-box .top .logo img {
    width: 2.62rem;
    height: .7rem
}

.type .header-box .top .title {
    display: flex;
    margin-top: .54rem
}

.type .header-box .top .title li {
    font-size: .22rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #fff;
    opacity: .6;
    cursor: pointer;
    margin-right: .7rem
}

.type .header-box .top .title li:last-child {
    margin-right: .81rem
}

.type .header-box .top .title .item {
    opacity: 1
}

.type .type-box {
    display: flex;
    margin-top: .92rem;
    position: relative
}

.type .type-box .box-l {
    margin-left: 1.61rem;
    position: absolute;
    z-index: 10
}

.type .type-box .box-l ul {
    display: flex
}

.type .type-box .box-l ul li {
    font-size: .2rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: .56rem;
    cursor: pointer
}

.type .type-box .box-l ul li:hover {
    padding-bottom: .22rem;
    border-bottom: 3px solid #fff
}

.type .type-box .box-l ul .item {
    padding-bottom: .22rem;
    border-bottom: 3px solid #fff
}

.type .type-box .swiper-r {
    margin-top: .08rem;
    width: 100%;
    position: absolute
}

.type .type-box .swiper-r .swiperDetail {
    width: 100%
}

.type .type-box .swiper-r .swiperDetail .swiper-slide {
    display: flex;
    width: 100%
}

.type .type-box .swiper-r .swiperDetail .swiper-slide .msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1
}

.type .type-box .swiper-r .swiperDetail .swiper-slide .msg .msg-tit {
    font-size: .48rem;
    font-weight: 400;
    color: #FFFFFF
}

.type .type-box .swiper-r .swiperDetail .swiper-slide .msg .msg-info {
    font-size: .16rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .19rem
}

.type .type-box .swiper-r .swiperDetail .swiper-slide .img {
    flex: 1;
    width: 100%;
    height: 100%;
    background: #2A3F91
}

.type .type-box .swiper-r .swiperDetail .swiper-slide .img img {
    width: 100%;
    height: 100%
}

.education {
    width: 100%;
    background-color: #fff
}
.case-box{
    display: none;
}

.education .header-box {
    width: 100%
}

.education .header-box .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5
}

.education .header-box .top .logo {
    margin: .3rem 0 0 .81rem
}

.education .header-box .top .logo img {
    width: 2.62rem;
    height: .7rem
}

.education .header-box .top .title {
    display: flex;
    margin-top: .54rem
}

.education .header-box .top .title li {
    font-size: .22rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    cursor: pointer;
    margin-right: .7rem
}
.education .header-box .top .title li a{
    color: #333;
    opacity: .6;
}
.education .header-box .top .title li a:hover{
    color: #333;
    opacity: 1;
}

.education .header-box .top .title li:last-child {
    margin-right: .81rem
}

.education .header-box .top .title .item a {
    opacity: 1;
}

.education .education-box {
    display: flex;
    margin-top: 1.5rem;
}

.education .education-box .box-l {
    margin-top: .26rem;
    margin-left: 1.61rem;
}

.education .education-box .box-l ul {
    display: flex;
}

.education .education-box .box-l ul li {
    margin-right: .93rem;
    font-size: .2rem;
    font-weight: 400;
    color: #333333;
    cursor: pointer
}

.education .education-box .box-l ul li:hover {
    padding-bottom: .1rem;
    border-bottom: 3px solid #2A3F91;
    color: #2A3F91;
    font-size: .2rem;
    font-weight: bold;
}

.education .education-box .box-l ul .item {
    font-size: .2rem;
    font-weight: bold;
    color: #2A3F91;
    border-bottom: 3px solid #2A3F91;
    padding-bottom: .1rem
}

.education .education-box .box-l .education-info {
    margin-top: .64rem
}

.education .education-box .box-l .education-info .info-msg {
    width: 6.31rem;
    font-size: .18rem;
    font-weight: 400;
    color: #333333;
    line-height: .36rem;
    display: none
}

.education .education-box .box-l .education-info .item {
    display: inline-block
}

.education .education-box .box-l .education-info-sub {
    width: 1.88rem;
    height: .5rem;
    border: 1px solid #999999;
    border-radius: .25rem;
    line-height: .5rem;
    text-align: center;
    margin-top: .87rem;
    cursor: pointer;
    font-size: .18rem;
    font-weight: 300;
    color: #666666;
}
.education .education-box .box-l .education-info-sub a{
    color: #666;
}

.education .education-box .box-l .education-info-sub:hover{
    background-color: #2A3F91;
    color: #fff;
    opacity: 1;
}
.education .education-box .box-l .education-info-sub:hover a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    opacity: 1;

}

.education .education-box .box-r {
    flex: 1
}

.education .education-box .box-r .r-img {
    width: 8.3rem;
    margin-left: 1.39rem;
    height: 5.12rem;
    background: #FFFFFF;
    display: none
}

.education .education-box .box-r .r-img img {
    width: 100%;
    height: 100%;
    border-radius: .2rem
}

.education .education-box .box-r .item {
    display: block
}

.swiper-box {
    position: relative
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev
{
    background-image: none;
}

.swiper-box .swiper-button-prev {
    left: 1.6rem;
    top:1.2rem;
}

.swiper-box .swiper-button-next {
    right: 1.6rem;
    top:1.2rem;
}


.IconSwiper {
    width: 15.1rem;
    margin-top: .5rem
}

.IconSwiper .swiper-wrapper {
    width: 100%;
    height: 100%
}

.IconSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 1.2rem
}

.IconSwiper .swiper-wrapper .swiper-slide img {
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    object-fit: cover;
}

.IconSwiper .swiper-wrapper .swiper-slide span {
    font-size: .16rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #333333;
    margin-top: .26rem
}

.IconSwiper .swiper-button-next:after,
.IconSwiper .swiper-button-prev:after {
    display: none
}

#footer-page {
    height: auto;
    /* padding-bottom: .4rem; */
    position: relative;
    /* margin-top: 1.5rem; */

}
.footer-mobile{
    display: none;
}
.footer {
    width: 100%;
    background: #2A3F91;
    position: relative;
    height: 4rem;
}

.footer .footer-box {
    /* padding: .65rem 1.59rem 0 1.61rem; */
    padding: .65rem .8rem 0 .65rem;
    display: flex;
    margin-bottom: -.4rem;
    justify-content: space-around;
}

.footer .footer-box .box-1 img {
    width: 3.38rem;
    height: .91rem
}

.footer .footer-box .box-2 {
    /* margin-left: 1.08rem; */
    /* margin-left: .2rem */
}

.footer .footer-box .box-2 ul {
    display: flex
}

.footer .footer-box .box-2 ul li {
    margin-left: .82rem
}

.footer .footer-box .box-2 ul li .li-tit {
    font-size: .18rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer
}
.footer .footer-box .box-2 ul li .li-tit a{
    font-size: .18rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
}

.footer .footer-box .box-2 ul li .li-msg {
    display: flex;
    flex-direction: column
}
.footer .footer-box .box-2 ul li .li-msg a:nth-child(3){
    display: none;
}

.footer .footer-box .box-2 ul li .li-msg a {
    opacity: .4;
    margin-top: .2rem;
    cursor: pointer
}
.footer .footer-box .box-2 ul li .li-msg a span{
    font-size: .14rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
}
.footer .footer-box .box-3 {
    height: 1rem;
    display: flex;
    /* margin-left: 1.3rem; */
    margin-right: .5rem;
}

.footer .footer-box .box-3 .box-3-img {
    background-color: #fff
}

.footer .footer-box .box-3 .box-3-img img {
    padding: .05rem;
    width: .9rem;
    height: .9rem
}

.footer .footer-box .box-3 .box-3-msg {
    display: flex;
    flex-direction: column;
    margin-left: .2rem;
    justify-content: space-between
}

.footer .footer-box .box-3 .box-3-msg .logo-tit {
    font-size: .16rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.footer .footer-box .box-3 .box-3-msg .info {
    font-size: .14rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #CCCCCC;
    cursor: pointer
}

.footer .filing {
    width: 100%;
    position: absolute;
    top: 2.35rem;
    left: 0;
    text-align: center;
    padding: .19rem 0;
    background: #090d64;
    font-size: .14rem;
    font-family: 'Source Han Sans';
    font-weight: 400;
    color: #CCCCCC;
    opacity: .8;
}