.banner{
        width: 100%;
    overflow: hidden;
        position: relative;
}
.home_banner {
    width: 100%;
    overflow: hidden;
}
.home_banner .swiper-slide {
    overflow: hidden;
}
.home_banner iframe {width: 100%;}
.home_banner .swiper-slide video {object-fit: cover;}
.home_banner .swiper-slide video,
.home_banner .swiper-slide  img{
    width: 100%;
    transition: all ease 4s;
}
.home_banner .swiper-slide.swiper-slide-active img{
    transform: scale(1.1);
}
.home_banner .swiper-slide .wz{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
}
.home_banner .swiper-slide .wz > div{}
.home_banner .swiper-slide .wz h2{
    font-family: MiSansB;
    font-size: var(--ozt-size);
    color: #fff;
    margin-bottom: 10px;
    transition: all ease 2s;
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s ease-in .5s;
}
.home_banner .swiper-slide .wz p{
    font-family: Robotor;
    color: #fff;
    font-size: var(--bzt-size);
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(50px);
    transition: all 2s ease-in .5s;
}
.home_banner .swiper-slide.swiper-slide-active .wz h2{
   opacity: 1;
   transform: translateY(0px);
}
.home_banner .swiper-slide.swiper-slide-active .wz p{
   opacity: 1;
   transform: translateY(0px);
}
.home_banner .swiper-pagination{
    text-align: left;
    padding-left: 8%;
    bottom: 4%!IMPORTANT;
}
.home_banner .swiper-pagination span{
    width: 36px;
    height: 2px;
    border-radius: 0px;
    opacity: 1;
    background: #fff;
    position: relative;
    margin: 0 4px 0 0;
}
/* .home_banner .swiper-pagination span:after{
    content:'';
    position: absolute;
    width: 0%;
    transition: all ease 3s;
    background: var(--zs-color);
    top: 0%;
    left: 0%;
    height: 100%;
}
.home_banner .swiper-pagination span.swiper-pagination-bullet-active{
   background: #fff;
}
.home_banner .swiper-pagination span.swiper-pagination-bullet-active:after{
    content:'';
    background: var(--zs-color);
    width: 100%;
} */


.home_banner .swiper-pagination span:after{
	content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left:0 ;
    top: 0;
    z-index: 10;
    background: var(--zs-color);
}
/* .home_banner .swiper-pagination span.swiper-pagination-bullet-active{
   background: #fff;
} */
.home_banner .swiper-pagination span.swiper-pagination-bullet-active:after{
    animation: line 4s linear forwards;
}
.home_banner .progress {
    height: 2px;
    width: 240px;
    position: absolute;
    left: 10%;
    bottom: 12%;
    background: #fff;
    z-index: 10;
}
.home_banner .progress span {
    width: 0;
    height: 100%;
    position: absolute;
    left:0 ;
    top: 0;
    z-index: 10;
    animation: line 6s linear;
    background: var(--zs-color);
}
@media (max-width: 768px) {
    .home_banner .progress {
        width: 40%;
        left: 30%;
    }
    .sous_formw input {outline: none;}
}
@keyframes line {
    from {width: 0%;}
    to {width: 100%;}
}
.banner_bjbj{
    position: absolute;
    bottom: -0.5%;
    right: 0%;
    z-index: 1;
}
.plate_title{
    text-align: center;
}
.plate_title h2{
    font-size: var(--xzt-size);
    font-family: MiSansB;
}
.plate_title p{
    font-size: var(--azt-size);
    line-height: var(--dline-height);
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.plate_about .plate_title a{
    width: 100px;
}
.plate_title a{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 80px;
    display: block;
    margin-top: var(--azt-padding);
    border-bottom: solid var(--zs-color) 1px;
    padding-bottom: 6px;
}
.plate_title a span{
    color: var(--zs-color);
    font-size: 16px;
}
.plate_title a .icon{
}

.plate_about{
    margin-top: 5%;
    position: relative;
    padding-bottom: 5%;
    width: 100%;
    overflow: hidden;
}
.about_bj{
    position: absolute;
    bottom: 0%;
    z-index: -1;
    height: 27%;
}
.tempWrap{
    
}
.picList{
    
}
.clonea{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
 left: 0;
 top: 0;
 margin: 0;
 padding: 0;
 animation: 20s movea infinite linear;

}
.clonea img{
 
}
.cloneb{
       display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
 left: 0;
 top: 0;
 margin: 0;
 padding: 0;
    animation: 20s moveb infinite linear;
}
.clonec{
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      animation: 25s movec infinite linear;
}
@keyframes movea {
  0% {
    left: 0;
   transform: translateX(0px);
  }
50%{
 transform: translateX(100px);
        
    }
  100% {
    left: -4000px;
   transform: translateX(0px);
  }
}
@keyframes moveb {
  0% {
    left: 0;
   transform: translateX(0px);
  }
50%{
 transform: translateX(50px);  
    }
  100% {
    left: -4000px;
    transform: translateX(0px);
  }
}
@keyframes movec {
  0% {
    left: 0;
  transform: translateX(0px);
  }
    50%{
transform: translateX(40px);
        
    }
  100% {
    left: -4000px;
   transform: translateX(0px);
  }
}
.about_w {}
.about_nr{
    margin-top: var(--dzt-padding);
}
.about_w .about_nr ul{
    display: flex;
    flex-wrap: wrap;
}
.about_w .about_nr ul li{
    width: 33.3%;
    text-align: center;
    margin-bottom: 5%;
}
.about_w .about_nr ul li .sz{}
.about_w .about_nr ul li .sz .animateNum{
    font-size: 4.5vw;
    font-family: Robotor;
    line-height: 1;
}
.about_w .about_nr ul li .sz .sz_b{
    font-size: 16px;
    color: #666;
}
.about_w .about_nr ul li .wz{
    color: #666;
    font-size: var(--azt-size);
}

.plate_qywh{
    background: #f3f5f9;
    padding: 5% 0;
    margin-top: 1%;
}
.qywh_w {
    margin-top: var(--azt-padding);
}
.qywh_w ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.qywh_w ul li{
    width: 19%;
    border-radius: 10px;
    overflow: hidden;
    /* padding-bottom: 2%; */
}
.qywh_w ul li a {display: block;}
.qywh_w ul li:nth-child(2n){
    margin-top: 27px;
}
/* .qywh_w ul li:nth-child(1){
    background: #b6e6ef;
}
.qywh_w ul li:nth-child(2){
    background: #ffc6a9;
}
.qywh_w ul li:nth-child(3){
    background: #86e7ff;
}
.qywh_w ul li:nth-child(4){
    background: #b2daff;
}
.qywh_w ul li:nth-child(5){
    background: #afe3f6;
} */
.qywh_w ul li h2{
    font-size: var(--pzt-size);
    font-weight: bold;
    padding: 17% 0%;
}
.qywh_w ul li img{
    width: 100%;
}

.qywh_w ul li:nth-child(1) h2{
    color: #6bbcd7;
}
.qywh_w ul li:nth-child(2) h2{
   color: #ff8f75;
}
.qywh_w ul li:nth-child(3) h2{
   color: #49adc6;
}
.qywh_w ul li:nth-child(4) h2{
   color: #72a4d2;
}
.qywh_w ul li:nth-child(5) h2{
   color: #64a5bd;
}


.plate_yewu{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.yewu_nr{}
.yewu_nrw{
    overflow: hidden;
}
.yewu_nrw.active{
    display: block;
}
.yewu_nrw .img{
    background: #000;
}
.yewu_nrw.swiper-slide-active .img img{
    transform: scale(1.0);
}
.yewu_nrw .img img{
    width: 100%;
    opacity: 0.4;
    transform: scale(1.1);
    transition: all ease 5s;
}
.yewu_nrw .nr{
    position: absolute;
    top: 0%;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.yewu_nrw .nr h2{
    font-size: var(--xzt-size);
    color: #fff;
    font-family: MiSansB;
}
.yewu_nrw .nr p{
    color: #fff;
    font-size: var(--bzt-size);
    line-height: var(--dline-height);
    width: 500px;
    max-width: 100%;
    margin-top: 1%;
    margin-bottom: 4%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	max-height: 180px;
}
.yewu_nrw .nr a{
    margin: 0;
    margin-top: var(--azt-padding);
    border-bottom: solid 1px #fff;
    margin: 0 auto;
	width: 80px;
}
.yewu_nrw .nr a span{
    color: #fff;
    font-size: 16px;
}
.yewu_nrw .nr a .icon{
    width: 16px;
    height: 16px;
    transform: rotate(267deg);
    color: var(--zs-color);
}

.yewu_bt{
    position: absolute;
    bottom: 5%;
    width: 84%;
    display: flex;
    padding: 0% 8%;
    z-index: 20;
}
.plate_yewu .yewu_btw{
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 117px;
}
/* .yewu_btw:after{
    content:'';
    position: absolute;
    width: 96%;
    left: -50%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    top: 25%;
} */
.yewu_btw:before{
     content:'';
     position: absolute;
     width: 0%;
     left: -48%;
     height: 1px;
     background: #fff;
     opacity: 0.4;
     top: 25%;
     transition: all ease 3s;
}
/* .yewu_btw.swiper-slide-thumb-active:before{
   content:'';
   width: 91%;
   background: var(--zs-color);
   opacity: 1;
   z-index: 9;
} */
.yewu_btw .img{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
}
.yewu_btw.swiper-slide-thumb-active .img{
    top: -4px;
}
.yewu_btw .img:after{
	content:'';width: 10px;height: 10px;position: absolute;border: solid 1px #fff;
	border-radius: 50%;transform: translateX(-50%);top: 10%;
	background: #fff;
	left: 32%;transform: translateY(-50%);}
.yewu_btw.swiper-slide-thumb-active .img:after{
   display: none;
}

.yewu_btw .img img{
    opacity: 0;
}
.yewu_btw.swiper-slide-thumb-active .img:before{content:'';position: absolute;width: 100%;height: 100%;background: #fff;opacity: 0.1;border-radius: 50%;}
.yewu_btw.swiper-slide-thumb-active .img img{
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    border: solid 10px rgb(255 255 255 / 40%);
}
.yewu_btw.swiper-slide-thumb-active .img .gxzhuan{
    background: url(/images/light.png);
    position: absolute;
    width: 94px;
    height: 94px;
    background-size: 100%;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.yewu_btw h3{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 2%;
    margin-left: -3%;
}
.yewu_btw.swiper-slide-thumb-active h3{
    margin-top: 76px;
    margin-left: 0%;
}
/* .yewu_btw:nth-child(5):before{
   content: '';
   position: absolute;
   width: 94%;
   left: 54%;
   height: 1px;
   background: #fff;
   opacity: 0.4;
   top: 27%;
}
 */
.news_qydt .plate_news {padding-top: 0;}
.news_qydt .plate_news .news_w {margin-top: 0;}
.plate_news{
    padding: 5% 0%;
}

.plate_news .news_w ul li {margin-top: .6rem}
.plate_news .news_w ul li:nth-child(-n+4) {margin-top: 0;}
.news_w {
    margin-top: 40px;
}
.news_w ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_w ul li{
    width: 31.3%;
    position: relative;
}
.nei_news ul li{
    margin-bottom: 3%;
}
.news_list ul li{
    margin-bottom: 3%;
}
.news_w ul li .img{
    overflow: hidden;
}
.news_w ul li .img img{
    width: 100%;
}
.news_w ul li .nr{
    background: url(/images/newsnrbj.png);
    margin-top: -19%;
    position: relative;
    z-index: 9;
    padding: 5% 6%;
    transition: all ease 1s;
    background-repeat: no-repeat;
    background-size: 100%;
}
.news_w ul li:after{
    content:'';
    background: #f3f5f9;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transition: all ease 1s;
}
.shzr_xmgy ul li:after{
     content:'';
    height: 0%;
}
.news_w ul li:hover:after{
    background: #0c3793;
    content:'';
}
.news_w ul li .nr a{margin: 0;margin-top: 32px;position: relative;overflow: hidden;width: 74px;display: block;margin-top: var(--azt-padding);border-bottom: solid var(--zs-color) 1px;padding-bottom: 6px;}
.news_w ul li .nr a .ljgd_an{
    color: var(--zs-color);
    font-size: 14px;
    width: 89px;
}
.news_list ul li .nr a{
    width: 100%;
    border: 0px;
    margin: 0%;
    padding: 0%;
}
.news_w ul li .nr .sj{
    text-align: left;
    display: flex;
    align-items: flex-end;
}
.news_w ul li .nr .sj .sj_a{
    font-size: 36px;
    color: #0c3793;
    font-family: Robotor;
    line-height: 1;
}
.news_w ul li .nr .sj i{
    line-height: 1;
    font-family: Robotor;
    font-size: 18px;
    color: #666666;
    padding: 0px 8px;
    margin-bottom: 6px;
}
.news_w ul li .nr .sj .sj_b{
    line-height: 1;
    font-family: Robotor;
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}
.news_w ul li .nr h2{
    text-align: left;
    line-height: var(--dline-height);
    font-size: var(--bzt-size);
    margin-top: 3%;
    margin-bottom: 2%;
    display: -webkit-box; /* Safari */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2; /* Safari and Chrome */
    -webkit-box-orient: vertical; /* Safari */
    min-height: 54px;
}
.news_w ul li .nr p{
    display: -webkit-box; /* Safari */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2; /* Safari and Chrome */
    -webkit-box-orient: vertical; /* Safari */
    text-align: left;
    font-size: var(--azt-size);
    line-height: var(--aline-height);
    color: #666;
}
.news_w ul li .nr .ljgd_ana {
    margin: 0;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    width: 74px;
    display: block;
    margin-top: var(--azt-padding);
    border-bottom: solid var(--zs-color) 1px;
    padding-bottom: 6px;
	transition: all 0.3s ease;
}
.news_w ul li .nr .ljgd_ana span{

    color: var(--zs-color);
    font-size: 14px; 
}
.news_w ul li:hover .nr{background: url(/images/newsnrbjb.png);background-size: 100%;background-repeat: no-repeat;}

.news_w ul li:hover .sj span{
    color: #fff!important;
}
.news_w ul li:hover .sj i{

    color: #fff!important;
}
.news_w ul li:hover h2{
    color: #fff;
}
.news_w ul li:hover p{
    color: #fff;
}
.ny_banner{
    position: relative;
}
.ny_banner .img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
    overflow: hidden;
}
.ny_banner .img img{
    height: 100%;
    transition: all ease 8s;
}
.newClass.ny_banner .img img{
    transform: scale(1.1);
}
.ny_banner .nr{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    display: flex;
    align-items: center;
}
.ny_banner .nr h2{
    font-size: var(--ozt-size);
    font-family: 'MiSansr';
    color: #fff;
}
.ny_banner .nr h5{
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        margin-top: 10px;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
.ny_banner.newClass .nr h2{animation: fadeInUpSmall 1s;}
.ny_banner.newClass .nr h5{
    animation: fadeInUpSmall 1s;
}
.ny_nav{
    position: relative;
    margin-top: -2%;
}
.allclass{
    display: none;
}
.ny_nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.ny_nav ul li{
    margin: 0vw 2.5vw;
}
.ny_nav ul li a{
    font-size: 16px;
    font-family: MiSansR;
    display: block;
    border-bottom: 2px #fff solid;
    padding-bottom: 18px;
    transition: all ease .5s;
    color: #333;
    opacity: 1;
}
.ny_nav ul li a:hover{

    color: #0c3793;
    border-bottom: solid 2px #0c3793;
}
.ny_nav ul li a.active{
    color: #0c3793;
    border-bottom: solid 2px #0c3793;
}
.guanbidh{
    display: none;
    
}
.about_jtst{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about_title{
   text-align: left;
   width: 32%;
   height: 100%;
}
.about_title h2{
    font-size: var(--xzt-size);
    font-family: MiSansB;
}
.about_jtst .about_title{
    position: absolute;
    top: 14%;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.jtst_bj{}
.jtst_bj img{
    width: auto;
}
.jtst_nrbj{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    z-index: 9;
    padding-top: 4%;
}
.jtst_nr img{
}
.jtst_nrbj img{
    max-width: 100%;
}
.jtst_nr{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 9;
}
.jtst_nr ul{
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    position: relative;
}
.jtst_nr ul li{
    position: absolute;
    z-index: 9;
    text-align: left;
    animation: dotMove 2s linear infinite alternate;
}
@keyframes dotMove {
  from {
    transform:translate3d(0,-10px,0);
  }

  to {
    transform:translate3d(0,0,0);
  }
}
.jtst_nr ul li .img{}
.jtst_nr ul li .img img{}
.jtst_nr ul li h3{
    font-size: 18px;
    margin-bottom: 4%;
}
.jtst_nr ul li p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3%;
}
.jtst_nr ul li:nth-child(1){
    top: 28%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 26.3%;
}
.jtst_nr ul li:nth-child(2){
    top: 25%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 46%;
}
.jtst_nr ul li:nth-child(3){
    top: 27%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 65%;
}
.jtst_nr ul li:nth-child(4){
    top: 36%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    left: 83.5%;
}
.jtst_nr ul li:nth-child(5){
    bottom: 16%;
    right: 20%;
}
.jtst_nr ul li:nth-child(6){
    bottom: 12%;
    right: 34.6%;
}
.jtst_nr ul li:nth-child(7){
    bottom: 12%;
    right: 52.6%;
}
.jtst_nr ul li:nth-child(8){
    bottom: 16%;
    right: 73%;
}
.jtst_nr ul li:nth-child(9){
    bottom: 42%;
    right: 85%;
    display: flex;
    flex-direction: row-reverse;
    width: 294px;
    text-align: right;
    justify-content: space-between;
}
.about_fzlc{
    padding: var(--fzt-padding) 0;
    width: 100%;
    overflow: hidden;
}
.fzlc_w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.about_fzlc .fzlc_nr {
    width: 68%;
    overflow: hidden;
}
.fzlc_nrlr{
    position: absolute;
    top: 25%;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
}
.about_fzlc .fzlc_nrlr .swiper-button-next{
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.about_fzlc .fzlc_nrlr .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.about_fzlc .fzlc_nrlr .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.about_fzlc .fzlc_nrlr .swiper-button-next:hover:after{
    color: #fff;
}
.about_fzlc .fzlc_nrlr .swiper-button-prev{
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.about_fzlc .fzlc_nrlr .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.about_fzlc .fzlc_nrlr .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.about_fzlc .fzlc_nrlr .swiper-button-prev:hover:after{
    color: #fff;
}
.fzlc_nrw {}
.fzlc_nrw .nr{
    background: #f6f6f6;
    padding: 8%;
    padding-bottom: 15%;
    transition: all ease .5s;
    position: relative;
}
.fzlc_nrw:hover .nr{
   
}
.fzlc_nrw .nr:before{
    content:'';
    background-image: linear-gradient(to bottom, #0c3793, #fff);
    position: absolute;
    top: -150%;
    transition: all ease 1s;
    width: 100%;
    height: 150%;
    left: 0%;
}
.fzlc_nrw:hover .nr:before{
    content:'';
    top: 0%;
}
.fzlc_nrw .nr h2{
    font-size: var(--xzt-size);
    font-family: Montserrat;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.fzlc_nrw .nr h4{
    font-size: 18px;
    color: #0c3793;
    margin-top: 5%;
    margin-bottom: 3%;
    position: relative;
    z-index: 1;
}
.fzlc_nrw .nr p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    display: -webkit-box; /* Safari */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
     /* 指定最大显示的行数为2行 */
    -webkit-line-clamp: 2; /* Safari and Chrome */
    -webkit-box-orient: vertical; /* Safari */
}
.fzlc_nrw:hover .nr h2{
    color: #fff;
}
.fzlc_nrw:hover .nr h4{
    color: #fff;
}
.fzlc_nrw:hover .nr p{
    color: #fff;
}
.fzlc_nrw .img{
    overflow: hidden;
}
.fzlc_nrw .img img{
    width: 100%;
}
.about_ryzz{
    padding: var(--fzt-padding) 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about_ryzz .about_title{
    text-align: center;
    width: 100%;
}
.ryzz_bj{
    position: absolute;
    top: 0%;
    height: 100%;
    z-index: -1;
}
.ryzz_bj img{}
.ryzz_w{
    width: 1560px;
    max-width: 94%;
    margin: 0 auto;
    margin-top: 2%;
    overflow: hidden;
    padding-top: 3%;
}
.ryzz_w .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ryzz_w .swiper-slide .img{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ryzz_w .swiper-slide .img img{
    transition: all ease 1s;
}
.ryzz_w .swiper-slide:hover .img img:nth-child(1){
    transform: translateY(-10px);
}
.ryzz_w .swiper-slide h4{
    font-size: 16px;
    color: #666666;
    font-weight: 100;
   }
.ryzz_w .swiper-slide:hover h4{color: #0c3793;}
   
.about_ryzz .ryzz_w .swiper-button-next{
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
    position: absolute;
    display: flex;
    right: 4%;
    top: 46%;
}
.about_ryzz .ryzz_w .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.about_ryzz .ryzz_w .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.about_ryzz .ryzz_w .swiper-button-next:hover:after{
    color: #fff;
}
.about_ryzz .ryzz_w .swiper-button-prev{
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
    z-index: 999;
    position: absolute;
    display: flex;
    left: 6%;
}
.about_ryzz .ryzz_w .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.about_ryzz .ryzz_w .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.about_ryzz .ryzz_w .swiper-button-prev:hover:after{
    color: #fff;
}
.qhwh{
    padding: var(--fzt-padding) 0;
}
.qhwhw {}
.qhwh_nr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--azt-padding) 0;
}
.qhwh_nr .img{
    width: 50%;
}
.qhwh_nr .img img{
    width: 100%;
}
.qhwh_nr .nr{
    width: 42%;
}
.qhwh_nr .nr h2{
    text-transform: uppercase;
    font-size: 7.5vw;
    font-family: MiSansB;
    background: linear-gradient(to bottom, #333, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    opacity: 0.1;
    line-height: 1;
    position: relative;
}
.qhwh_nr .nr h3{
    font-size: 48px;
    margin-top: -8%;
}
.qhwh_nr .nr .xt{
    display: block;
    width: 45px;
    height: 3px;
    background: #0c3793;
    margin: 4% 0%;
}
.qhwh_nr .nr p{
    line-height: 30px;
    color: #333;
    font-size: 16px;
}
.qhwh_nr:nth-child(2n){
    display: flex;
    flex-direction: row-reverse;
}
.qhwh_nr:nth-child(2n) .nr{}
.shzr{
    padding: var(--fzt-padding) 0;
}
.shzr_title{
    text-align: center;
}
.shzr_title h2{
    font-size: var(--xzt-size);
    font-family: MiSansB;
}
.shzrw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: var(--azt-padding);
}
.shzrw .img{
    width: 50%;
    overflow: hidden;
}
.shzrw .img img{}
.tpfd:hover img{
    transform: scale(1.1);
}
.swiper-slide-active .tpfd:hover img {
    transform: scale(1.1);
}
.shzrw .nr{
    position: absolute;
    width: 45%;
    background: #f5f5f5;
    padding: 7% 7%;
    right: 0%;
    bottom: 0%;
}
.shzrw .nr h2{
    font-size: 36px;
    margin-bottom: 1%;
}
.shzrw .nr p{
    color: #666666;
    line-height: 30px;
    margin-top: 4%;
}
.shzr ul{
    display: flex;
    flex-wrap: wrap;
    width: 1560px;
    max-width: 94%;
    margin: 0 auto;
    padding-top: var(--dzt-padding);
}
.shzr ul li{
    width: 25%;
    text-align: center;
}
.shzr ul li .sz{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.shzr ul li .sz .animateNum{
    font-size: 4.5vw;
    font-family: Robotor;
    line-height: 1;
}
.shzr ul li .sz .sz_b{
    font-size: 16px;
    color: #666;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    line-height: 1;
}
.shzr ul li .sz .sz_b:after{
    content:'+';
    font-size: 36px;
    color: #333;
    line-height: 1;
    margin-bottom: 11px;
}
.shzr_xmgy{
    background: #f5f5f5;
    padding: var(--fzt-padding) 0;
}
.shzr_xmgy ul li .nr{
    background: url(/images/guxmbj.png);
    background-size: cover;
    padding: 7% 10%;
}
.shzr_xmgy ul li .nr a{
    width: 100%;
    border: 0px;
    margin: 0%;
    padding: 0%;
}
.shzr_xmgy ul li:hover .nr{
    background: url(/images/guxmbjb.png);
    background-size: cover;
    padding: 7% 10%;
}
.shzr_xmgy ul li .nr h2{
    margin: 0%;
    margin-top: 3%;
}
.news_w ul li .nr .sj .sj_a{
    color: var(--zs-color);
}
.jrwm_title{
    font-size: var(--xzt-size);
    font-family: MiSansB;
    text-align: center;
    margin-bottom: var(--azt-padding);
}
.jrwm_wmdln{
    padding: var(--fzt-padding) 0;
}
.jrwm_wmdln_web{
    display: none;
}
.jrwm_wmdln ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jrwm_wmdln ul li{
    width: 24%;
    overflow: hidden;
    transition: all ease .5s;
    position: relative;
}
.jrwm_wmdln ul li.lib{
     width: 36%;
}
.jrwm_wmdln ul li.lic{

     width: 20%;
}
.jrwm_wmdln ul li:after{
    content:'';
    position: absolute;
    width: 100%;
    bottom: 0%;
    transition: all ease .5s;
    height: 0%;
    background: linear-gradient(rgb(255 255 255 / 0%) 70%,  #0c3793 100%);
    left: 0%;
}
.jrwm_wmdln ul li.lib:after{
    content:'';
    height: 100%;
}
.jrwm_wmdln ul li .img{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.jrwm_wmdln ul li .img img{}
.jrwm_wmdln ul li .nr{
    position: absolute;
    bottom: -3%;
    z-index: 99;
    text-align: left;
    padding: 10%;
    transition: all ease .5s;
    width: 80%;
    padding-bottom: 5%;
}
.jrwm_wmdln ul li.lib .nr{

     bottom: 0%;
}
.jrwm_wmdln ul li .nr h3{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.jrwm_wmdln ul li .nr h4{
    color: #fff;
    font-family: MiSansB;
    margin-top: 2%;
    font-size: 24px;
    width: 1000px;
    transition: all ease 1s;
    opacity: 0;
}
.jrwm_wmdln ul li.lib .nr h4{
opacity: 1;
width: 100%;

}
.jrwm_wmdln ul li.lib .nr h3{
   
}
.jrwm_wmdln ul li.lib .nr h4{
    display: block;
    font-size: 18px;
}

.jrwm_wmdsh{}
.wmdsh_w{
    display: flex;
    flex-wrap: wrap;
}
.wmdsh_w .w33{
    width: 33.3%;
}
.wmdsh_w .w50{
    width: 50%;
}
.wmdsh_li{
    overflow: hidden;
    position: relative;
}

.wmdsh_w .wmdsh_li:nth-child(1){
    background: #8bc145;
  
}
.wmdsh_w .wmdsh_li:nth-child(2){
    background: #1d9a78;
}
.wmdsh_w .wmdsh_li:nth-child(3){
    background: #084d90;
}
.wmdsh_w .wmdsh_li:nth-child(4){
    background: #25a5bf;
}
.wmdsh_w .wmdsh_li:nth-child(5){
    background: #e0a60b;
}
.wmdsh_w .wmdsh_li:nth-child(1):after{
    content:'';
    background: #8bc145;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all ease 1.2s;
}
.wmdsh_w .wmdsh_li:nth-child(2):after{
    content:'';
    background: #1d9a78;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all ease 1.2s;
}
.wmdsh_w .wmdsh_li:nth-child(3):after{
    content:'';
    background: #084d90;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all ease 1.2s;
}
.wmdsh_w .wmdsh_li:nth-child(4):after{
    content:'';
    background: #25a5bf;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all ease 1.2s;
}
.wmdsh_w .wmdsh_li:nth-child(5):after{
    content:'';
    background: #e0a60b;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    transition: all ease 1.2s;
}
.wmdsh_w .wmdsh_li:hover:after{bottom: 0%;}
.wmdsh_li .img{
    transition: all ease .5s;
    overflow: hidden;
    opacity: 0.3;
}
.wmdsh_li:hover .img{}
.wmdsh_li h3{
    position: absolute;
    top: 0%;
    z-index: 9;
    color: #fff;
    font-size: 24px;
    font-family: MiSansB;
    padding: 30px;
}
.wmdsh_li:hover h3{
}
.wmdsh_li .nr{position: absolute;bottom: -100%;transition: all ease .8s;opacity: 0;padding: 30px;height: calc(100% - 60px);display: flex;flex-direction: column;justify-content: space-between;z-index: 9;}
.wmdsh_li:hover .nr{
    bottom: 0%;
    opacity: 1;
}
.wmdsh_li .nr h2{
    color: #fff;
    font-size: 24px;
    font-family: MiSansB;
    display: none;
}
.wmdsh_li .nr p{font-size: 14px;color: #fff;line-height: 24px;min-height: 180px;margin-top: 8%;}
.wmdsh_li .nr a{
    color: #fff;
    font-size: 14px;
    margin: 0;
    width: 72px;
    border-bottom: solid 1px #fff;
}
.wmdsh_li .nr a span{
    color: #fff;
    font-size: 14px;
}
.jrwm_xcfl{
    padding: var(--fzt-padding) 0;
}
.jrwm_xcfl ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jrwm_xcfl ul li{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--azt-padding);
    transition: all ease .8s!important;
}
.jrwm_xcfl ul li:hover{
    transform: translateY(-10px)!important;
}
.jrwm_xcfl ul li .img{
    transition: all ease .5s;
    position: relative;
}
.jrwm_xcfl ul li .img:after{
    content:'';
    transition: all ease 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f2f5fa;
    border-radius: 50%;
    left: 0%;
    top: 0%;
    opacity: 0;
}
.jrwm_xcfl ul li:hover .img:after{
    content:'';
    opacity: 1;
}
.jrwm_xcfl ul li:hover .img{
}
.jrwm_xcfl ul li .img img{
    z-index: 9;
    position: relative;
}
.jrwm_xcfl ul li h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    width: 176px;
    margin-top: 20px;
}
.jrwm_xcfl ul li:hover h2{color: #0c3793;}
.jwwm_rczp{position: relative;margin-bottom: var(--fzt-padding);}
.jwwm_rczp .img{
    overflow: hidden;
}
.jwwm_rczp .img img{}
.jwwm_rczp .nr{
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0%;
    padding: 0% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.jwwm_rczp .nr h2{
    font-size: var(--xzt-size);
    font-family: MiSansB;
}
.jwwm_rczp .nr p{
    color: #666666;
    font-size: 24px;
    margin-bottom: 39px;
    margin-top: 5px;
}
.jwwm_rczp .nr a{
    padding-right: 10px;
    color: var(--zs-color);
    background-repeat: no-repeat;
    width: 92px;
    margin: 0;
    border: 0px;
    padding: 0;
}
.jwwm_rczp .nr a .ljgd_an{
    transform: translateX(-18px);
    font-size: 14px;
    color: #0c3793;
}
.jwwm_rczp .nr a:hover .ljgd_an{
    transform: translateX(2px);
}
.jwwm_rczp .nr a .ljgd_an span{
    padding: 0px 7px;
    color: var(--zs-color);
}
.gwzp_list{
    padding: var(--fzt-padding) 0;
}
.gwzt_title {
    font-size: var(--xzt-size);
    font-family: MiSansB;
    text-align: center;
}
.gwzt_xz{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.dxuan {
    position: relative;
    margin: 0px 10px;
}
.dxuan .dxuan_nr{
    display: flex;
    align-items: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding: 15px 15px;
    width: 160px;
    justify-content: space-between;
}
.dxuan .dxuan_nr span{
    color: #666666;
}
.dxuan .dxuan_nr .icon{
    width: 18px;
    height: auto;
    cursor: pointer;
}
.newsclass.dxuan .dxuan_nr .icon{
    transform: rotate(180deg);
}
.dxuan_li{
    display: none;
    position: absolute;
    border: solid 1px #dcdcdc;
    width: 100%;
    border-radius: 0px;
    z-index: 9;
    margin-top: -1px;
    border-bottom: solid 1px #dcdcdc;
}
.newsclass .dxuan_li{
    display: block;
}
.dxuan_li .lia{
    border-bottom: solid 1px #dcdcdc;
    padding: 9px 14px;
    background: #fff;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.dxuan_li .lia:hover{
    color: #0c3793;
}
.zwsous {
    display: flex;
    align-items: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    margin: 0px 10px;
    width: 440px;
    justify-content: space-between;
    overflow: hidden;
}
.zwsous input{
    border: 0px;
    width: calc(100% - 96px);
    height: 52px;
    font-size: 16px;
    padding-left: 20px;
}
.zwsous a{
    display: block;
    height: 54px;
    line-height: 54px;
    background: #0c3793;
    color: #fff;
    font-size: 18px;
    width: 96px;
    text-align: center;
}
.gwzp_li {}
.gwzp_li li{
    background: #f7f9f8;
    border-top: solid 2px #0c3793;
    padding: 40px;
    margin-bottom: 20px;
    transition: all ease .5s;
}
.gwzp_li li:hover{
    box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 24%);
}
.gwzp_li li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.gwzp_li li a .nr{
    text-align: left;
    width: calc(100% - 200px);
}
.gwzp_li li a .nr h2{
    font-size: 22px;
}
.gwzp_li li:hover a .nr h2{
    color: #0c3793;
}
.gwzp_li li a .nr .bq{
    margin: 9px 0px;
}
.gwzp_li li a .nr .bq span{
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    border-right: solid 1px rgb(0 0 0 / 60%);
    height: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
.gwzp_li li a .nr .nrw{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    opacity: 0.6;
}
.gwzp_li li:hover a .nr .nrw{
    
}
.gwzp_li li a .gdan{
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gwzp_li li:hover a .gdan{
    background: #0c3793;
}
.gwzp_li li a .gdan .ia{
    display: block;
}
.gwzp_li li:hover a .gdan .ia{
    display: none;
}
.gwzp_li li a .gdan .ib{
    display: none;
}
.gwzp_li li:hover a .gdan .ib{
    display: block;
}
.gwzp_li li a .gdan .icon{
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}
.zpxq_top{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.zpxq_topw{
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
}
.zpxq_topw .wd{
    width: 1000px;
    max-width: 94%;
    margin: 0 auto;
}
.zpxq_top .fanhui{}
.zpxq_top .fanhui a{
    display: flex;
    align-items: center;
    color: #666666;
}
.zpxq_top .fanhui .icon{
    width: 24px;
    height: auto;
    transform: rotate(270deg);
    margin-right: 10px;
}
.zpxq_top h2{
    font-size: 40px;
    margin-top: 4%;
}

.zpxq_top .bq{
    margin: 9px 0px;
}
.zpxq_top .bq span{
    font-size: 16px;
    color: #666;
    border-right: solid 1px #666;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
.zpbj{
    
}
.zpbj img{
    
}
.zpxq_main{
    padding: var(--fzt-padding) 0;
    width: 1000px;
    max-width: 94%;
    margin: 0 auto;
}
.zpxq_mainnr{
    margin-bottom: var(--dzt-padding);
}
.zpxq_mainnr h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.zpxq_mainnr .nr{
    color: #666;
    line-height: 30px;
}
.zpxq_main a{
    color: #0c3793;
    width: 135px;
    height: 50px;
    display: block;
    border-radius: 50px;
    border: solid 1px #0c3793;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}
.zpxq_main a:hover{
    background: #0c3793;
    color: #fff;
}
.wdsh{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.wdshl{}
.fanh{
    position: absolute;
    z-index: 9;
    top: 8%;
    left: 3%;
}
.fanh a{
    width: 110px;
    height: 50px;
    display: block;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #0c3793;
}
.fanh a:hover{
    background: #0c3793;
    color: #fff;
}
.wdshr{
    position: absolute;
    right: 0;
    height: 100vh;
    background: #0c3793;
    z-index: 9;
    top: 0%;
    width: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wdshr_logo{
    position: absolute;
    top: 10%;
}
.wdshr_logo img{}
.wdshr ul{
    padding: 0% 0%;
    padding-bottom: 27%;
    width: 100%;
}
.wdshr ul li{
}
.wdshr ul li a{
    color: #7293da;
    text-align: left;
    font-size: 18px;
    line-height: 48px;
    display: block;
    transition: all ease .5s;
    padding: 0px 68px;
    border-left: solid 3px #0c3793;
}
.wdshr ul li a:hover{
    color: #fff;
    font-size: 24px;
    border-left: solid 3px #fff;
}
.wdshr ul li a.active{
    color: #fff;
    font-size: 24px;
    border-left: solid 3px #fff;
}
.tuce{
    
}
.tuce_bt{
    position: absolute;
    z-index: 9;
    bottom: 7%;
    display: flex;
    flex-direction: column;
    left: 3%;
}
.tuce_bt span{
    font-size: 18px;
    color: #fff;
    border-radius: 50px;
    width: 136px;
    height: 44px;
    border: solid 1px #fff;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    cursor: pointer;
}
.tuce_bt span:hover{
    background: #fff;
    color: #0c3793;
}
.tuce_bt span.on{
    background: #fff;
    color: #0c3793;
}
.tuce_listw{
    position: static;
}
.tuce_listw .swiper-slide {
    transition: all ease 2s;
    overflow: hidden;
}
.tuce_listw.active{
    display: block;
}
.tuce_listw img{
    height: 100%;
}
.tuce_listw .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tuce_listwlr{
    position: absolute;
    bottom: 7%;
    right: 20%;
    display: flex;
    flex-direction: row-reverse;
}
.tuce .tuce_listwlr .swiper-button-next{
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.tuce .tuce_listwlr .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #0c3793;
    font-weight: bold;
}
.tuce .tuce_listwlr .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.tuce .tuce_listwlr .swiper-button-next:hover:after{
    color: #fff;
}
.tuce .tuce_listwlr .swiper-button-prev{
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.tuce .tuce_listwlr .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #0c3793;
    font-weight: bold;
}
.tuce .tuce_listwlr .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.tuce .tuce_listwlr .swiper-button-prev:hover:after{
    color: #fff;
}
.cybj_scjd{
    padding: var(--fzt-padding) 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.cybj_title {
 font-size: 48px;
    font-family: 'MiSansb';
    margin-bottom: var(--bzt-padding);
}
.cybj_scjdw {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.scjdwl{
    width: 50%;
    height: 800px;
}
.scjdwlnr {
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.scjdwlnr .swiper-wrapper{
    transform: translate3d(0px, 0px, 0px)!important;
    
}
.scjdwr{width: 49%;position: absolute;right: -20%;}
.scjdwrnrb{
    position: absolute;
    left: 26%;
    top: 0%;
    z-index: 9;
}
.scjdwrnr img {animation: arrowMove 8s linear infinite;}
@keyframes arrowMove {
	from {transform: rotate(-1turn);}
}
.scjdwrtp  .swiper-pagination{
    position: absolute;
    left: 69%;
    width: 148px;
    height: 148px;
    bottom: -66%;
    border-radius: 50%;
    border: solid 4px #0c3793;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.cybj_scjd .progress .swiper-pagination {
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.cybj_scjd .progress .swiper-pagination-current,
.scjdwrtp  .swiper-pagination .swiper-pagination-current{
    font-size: 36px;
    color: #0c3793;
}
.scjdwrtp  .swiper-pagination .swiper-pagination-total{}
.scjdwrtp{position: absolute;top: 8%;border-radius: 50%;width: 480px;height: 480px;left: -25%;}
.scjdwrtp .swiper-slide {
    overflow: hidden;
    border-radius: 50%;
	position: absolute;
	top: calc(50% - 3.25rem);
	right: -3.25rem;
	z-index: 2;
	width: 6.5rem;
	height: 6.5rem;
	transform-origin: -26rem center;
	transition: 0s;
	cursor: pointer;
}
.scjdwrtp .swiper-slide.swiper-slide-prev {
	transition: .8s;
	transform: rotate(-1turn);
 }
 .scjdwrtp .swiper-slide.swiper-slide-active {
     transition: .8s;
     transform: rotate(-166deg);
 }
  .scjdwrtp .swiper-slide.swiper-slide-next {
	      transition: .8s;
	      transform: rotate(-115deg);
  }
.scjdwrtp .swiper-wrapper{
    position: initial;
}
.scjdwrtp img{
    width: 100%;
}
.scjdwlnr .swiper-slide{
    height: 40px;
    background: url(/images/cyjdzbj.png);
    background-repeat: repeat-y;
    padding: 34px 0px;
    padding-left: 30px;
    position: relative;
    margin-left: 20px;
    transition: all ease 2s;
    cursor: pointer;
}
.scjdwlnr .swiper-slide:after{
    content:'';
    position: absolute;
    width: 18px;
    height: 2px;
    background: #0c3793;
    left: 0%;
    top: 50%;
}
.scjdwlnr .swiper-slide:before{content:'';background: url(/images/cyjdzbjxz.png);width: 9px;height: 14px;position: absolute;left: -20px;top: 44%;}
.scjdwlnr .swiper-slide.active:after,
.scjdwlnr .swiper-slide.swiper-slide-thumb-active:after{
    content:'';
    opacity: 0;
}
.scjdwlnr .swiper-slide.active:before,
.scjdwlnr .swiper-slide.swiper-slide-thumb-active:before{content:'';opacity: 0;}
.scjdwlnr .swiper-slide.active,
.scjdwlnr .swiper-slide-thumb-active{
    height: 340px;
    background: #fff;
    box-shadow: 0 0 12px rgb(12 55 147 / 23%);
    width: auto;
    padding: 6%;
    border-radius: 15px;
    margin: 0%;
}
.scjdwl .nr{
    width: 100%;
}

.scjdwl .nr h2{
    font-size: 30px;
    font-family: 'MiSansR';
    font-weight: 500;
}
.scjdwl .nr p{
    display: none;
    font-size: 16px;
    line-height: 30px;
    margin-top: 46px;
    margin-bottom: 100px;
}
.scjdwl .nr a{
    display: none;
    margin: 0;
    width: 72px;
}
.scjdwl .nr a span{
    font-size: 14px;
    color: var(--zs-color);
}
.scjdwl .swiper-slide-thumb-active .nr{
    
}
.scjdwl .swiper-slide.active .nr h2,
.scjdwl .swiper-slide-thumb-active .nr h2{
    font-size: 36px;
}
.scjdwl .swiper-slide.active .nr p,
.scjdwl .swiper-slide-thumb-active .nr p{
    display: block;
}
.scjdwl .swiper-slide.active .nr a,
.scjdwl .swiper-slide-thumb-active .nr a{
    display: block;
}

.cybj_jkgl{
    padding: var(--fzt-padding) 0;
}
.jkgl_title{
    text-align: center;
    margin-bottom: var(--azt-padding);
}
.jkgl_title h2{
    font-size: 48px;
    font-family: 'MiSansb';
}
.jkgl_title p{
    font-size: 18px;
    color: #666;
}
.jkglw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jkglwb{
    display: flex;
    flex-direction: row-reverse;
    margin-top: var(--fzt-padding);
}
.jkglwl{
    width: 40%;
}
.jkglwl h2{
    font-size: 36px;
    font-family: 'MiSansm';
}
.jkglwl p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: var(--azt-padding);
}
.jkglwl a{
    margin: 0;
    margin-top: var(--azt-padding);
    width: 81px;
}
.jkglwl a span{
    color: var(--zs-color);
    font-size: 16px;
}
.jkglwl a .icon{
    width: 16px;
    height: 16px;
    transform: rotate(267deg);
    color: var(--zs-color);
}
.jkglwr{}
.jkglwr{
    width: 50%;
    position: relative;
}
.jkglwr_list{
    overflow: hidden;
}

.jkglwr_list img{
    width: 100%;
}

.jkglwr_listwlr{
    position: absolute;
    bottom: 32px;
    right: 6%;
    display: flex;
    flex-direction: row-reverse;
}
.jkglwr .jkglwr_listwlr .swiper-button-next{
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.jkglwr .jkglwr_listwlr .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.jkglwr .jkglwr_listwlr .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.jkglwr .jkglwr_listwlr .swiper-button-next:hover:after{
    color: #fff;
}
.jkglwr .jkglwr_listwlr .swiper-button-prev{
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.jkglwr .jkglwr_listwlr .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.jkglwr .jkglwr_listwlr .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.jkglwr .jkglwr_listwlr .swiper-button-prev:hover:after{
    color: #fff;
}
.zyg_list{
    padding: var(--fzt-padding) 0;
}
.zyg_listxz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
}
.xzquyu{
    color: #666;
    font-size: 16px;
    width: 100px;
    padding: 6px 0px;
}
.quyu{
    width: calc(100% - 100px);
    display: grid;
    grid-template-columns: repeat(17, 1fr);
    gap: 15px;
}
.quyu span{
    cursor: pointer;
    text-align: center;
    padding: 6px 0px;
    border-radius: 5px;
}
.quyu span.on{
    background: #0c3793;
    color: #fff;
}
.zyg_listnr{
    padding-top: var(--dzt-padding);
}
.zyg_listnr ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.zyg_listnr ul li{
    background: #f7f7f7;
    padding: 7%;
    text-align: left;
    position: relative;
}
.zyg_listnr ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    height: 2px;
    background: #00437c;
    transition: all .5s;
}
.zyg_listnr ul li:hover:after {
    width: 100%;
    left: 0;
}
.zyg_listnr ul li:hover{
    box-shadow: 0 0 15px #e1e1e1;
}
.zyg_listnr ul li .name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zyg_listnr ul li .name h2{
    font-size: 20px;
}
.zyg_listnr ul li .name i{
    font-style: normal;
    color: #999;
}
.zyg_listnr ul li p.add{
    background: url(/images/zygadd.png);
    background-repeat: no-repeat;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
    background-position-x: 2px;
    background-position-y: 8px;
    margin-top: 10px;
}
.zyg_listnr ul li p.tel{
    background-repeat: no-repeat;
    color: #333;
    background: url(/images/zygtel.png);
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
    background-position-x: 2px;
    background-position-y: 8px;
    margin-top: 10px;
    background-repeat: no-repeat;
}
.zyg_listnr ul li p.ipon{
    color: #999;
    line-height: 30px;
    padding-left: 25px;
}
.zyg_listnr ul li p.ipon a{
    color: #999;
}
.zyg_listnr ul li p.sj{
    color: #999;
    line-height: 30px;
    padding-left: 25px;
}
.zyg_listnr ul li p.dw{
    background: url(/images/zygwd.png);
    margin-top: 10px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 25px;
    background-position-x: 2px;
    background-position-y: 8px;
    background-repeat: no-repeat;
    transition: all ease .8s;
}
.zyg_listnr ul li p.dw:hover{
    transform: translateX(16px);
}
.zyg_listnr ul li p.dw a{
    color: #0c3793;
}
.zyg_listnr ul li a:hover{
    color: #0c3793!important;
}
.cybj_kyxz{
    padding: var(--fzt-padding) 0;
}
.kyxz_list{}
.kyxz_listw{
    display: flex;
    justify-content: space-between;
}
.kyxz_listnr {
    overflow: hidden;
    position: relative;
}
.cybj_kyxz .kyxz_listnrt {width: 100%;}
.cybj_kyxz .kyxz_listnrt .nr {width: 45%;}
.cybj_kyxz .kyxz_listnrt .img {width: 50%;}
/* .kyxz_listnrt{
    width: 45%;
} */
.kyxz_listnrb{
    width: 50%;
}
.kyxz_list .kyxz_listnrw{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    opacity: 0;
}
.kyxz_listnrw{

    
}
.kyxz_listnrw .nr{
    width: 100%;
}
.kyxz_listnrw .nr h2{
    font-size: 36px;
    font-family: 'MiSansm';
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
	line-height: 1.2222em;
	box-sizing: border-box;
}
.kyxz_listnrw .nr p{
    color: #666666;
    line-height: 30px;
    padding-top: 30px;
	transform: translateY(25px);
	opacity: 0;
	transition: all 0.8s 0.4s;
	visibility: hidden;
}
.swiper-slide-active  .nr h2{
    transform: translateY(0px);
    opacity: 1;
	visibility: visible;
}
.swiper-slide-active  .nr p{
    transform: translateY(0px);
    opacity: 1;
	visibility: visible;
}
.kyxz_listnrw .img{
    overflow: hidden;
    width: 100%;
}
.kyxz_listnrw .img img{
    transform: scale(1.1);
    /* opacity: 0; */
}
.swiper-slide-active .img img{
 transform: scale(1.0);
 /* opacity: 1; */
 /* width: 100%; */
}

.kyxz_list_nrlr{
    position: absolute;
    bottom: 0%;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 99;
}
.kyxz_list_nrlr >div {outline: none;}
.kyxz_list .kyxz_list_nrlr .swiper-button-next{
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-next:hover:after{
    color: #fff;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-prev{
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.kyxz_list .kyxz_list_nrlr .swiper-button-prev:hover:after{
    color: #fff;
}
.kyxz_zi{
    padding-bottom: var(--fzt-padding);
    position: relative;
}
.kyxz_listwa {
    overflow: hidden;
}
.kyxz_ziw {
    background: #f4f4f4;
    padding: 4% 0%;
    height: 100%;
    border: 0;
}
.kyxz_ziw:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0c3793;
    bottom: -112%;
    transition: all ease 1s;
    left: -2px;
    border: 0;
}
.kyxz_ziw:hover:after{
   bottom: 0%;
}
.kyxz_ziw .nr{
    text-align: center;
    padding: 5% 10%;
    position: relative;
    z-index: 1;
}
.kyxz_ziw .nr h2{
    font-size: 30px;
    font-weight: 500;
}
.kyxz_ziw .nr p{
    line-height: 24px;
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    min-height: 96px;
}
.kyxz_ziw .img{
    width: 136px;
    height: 136px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.kyxz_ziw .img img{}
.kyxz_ziw:hover{
}
.kyxz_ziw:hover .nr{}
.kyxz_ziw:hover .nr h2{
    color: #fff;
}
.kyxz_ziw:hover .nr p{
    color: #fff;
}


.kyxz_zi .swiper-button-next{
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
    right: 3%;
}
.kyxz_zi .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.kyxz_zi .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.kyxz_zi .swiper-button-next:hover:after{
    color: #fff;
}
.kyxz_zi .swiper-button-prev{
    margin: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
    left: 3%;
}
.kyxz_zi .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.kyxz_zi .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.kyxz_zi .swiper-button-prev:hover:after{
    color: #fff;
}
.cybj_jypx{
    padding: var(--fzt-padding) 0;
}
.jypx_fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--fzt-padding);
}
.jypx_fll{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.jypx_fll h2{
    font-size: 48px;
    font-family: 'MiSansb';
    margin-bottom: 15px;
}
.jypx_fll a{
    display: inline-block;
    font-size: 18px;
    border-bottom: solid 2px #fff;
    line-height: 2;
    margin-bottom: 34px;
    position: relative;
}
.jypx_fll a:hover{
   
}
.jypx_fll a:after{
    content:'';
    position: absolute;
    bottom: 0%;
    width: 0%;
    height: 2px;
    background: #0c3793;
    left: 0%;
    transition: all ease .8s;
}
.jypx_fll a.cur{
   color: #0c3793;
   font-weight: bold;
}
.jypx_fll a.cur:after{
    content:'';
    width: 100%;
}
.jypx_fll a:hover:after{
content:'';
     width: 100%;
}
.jypx_flr{
    width: 64%;
}
.jypx_flrw{
    display: none;
}
.jypx_flrw.active{
    display: block;
}
.pc{
    display: block;
}
.web{
    display: none;
}
.jypx_flr h3{
    font-size: 30px;
    font-weight: 500;
}
.jypx_flr p{
    color: #666;
    line-height: 30px;
    margin-top: 30px;
}
.jypx_flr a{
    margin: 0%;
    /* =: */
    margin-top: var(--azt-padding);
    margin-top: var(--azt-padding);
    width: 80px;
}
.jypx_flr a span{
    color: var(--zs-color);
    font-size: 16px;
}
.jypx_flr a .icon{
    width: 16px;
    height: 16px;
    transform: rotate(267deg);
    color: var(--zs-color);
}
.jypx_list {}
.jypx_list .swiper-container {overflow: hidden;}
.jypx_list  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jypx_list .swiper-slide,
.jypx_list  ul li{
    width: 32%;
}
.jypx_list .edu-swiper.swiper-initialized .swiper-slide {margin-right: 0;}
.jypx_list .swiper-slide {margin-right: 2%;}
.jypx_list .swiper-slide:last-child {margin-right: 0;}
.jypx_list  ul li{
    margin-bottom: 2.6%;
    position: relative;
}
.jypx_list .swiper-slide .img,
.jypx_list  ul li .img{
    overflow: hidden;
}
.jypx_list .swiper-slide .img img,
.jypx_list  ul li .img img{
    width: 100%;
}
.jypx_list .swiper-slide h4,
.jypx_list  ul li h4{
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    transition: all ease .8s;
}
.jypx_list .swiper-slide h4:hover,
.jypx_list  ul li h4:hover{
    transform: translateY(-16px);
}
.cyfb_yfln{
    padding: var(--fzt-padding) 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.yuan2,
.yuanyi{width: 578px;height: 578px;position: absolute;left: -17%;top: 24%;border-radius: 50%;background: linear-gradient(to bottom, #c5a066, rgb(255 255 255 / 0%));opacity: 0.1;z-index: -1;transition: all ease 3s;}
.yuan1,
.yuaner{width: 578px;height: 578px;position: absolute;right: -14%;top: 8%;border-radius: 50%;background: linear-gradient(to bottom, #0c3793, rgb(255 255 255 / 0%));opacity: 0.1;z-index: -1;transition: all ease 3s;}
.yuan3,
.yuansan{width: 578px;height: 578px;position: absolute;right: -14%;top: 70%;border-radius: 50%;background: linear-gradient(to bottom, #0c3793, rgb(255 255 255 / 0%));opacity: 0.1;z-index: -1;transition: all ease 3s;}
.jypx_list .swiper-box .swiper-btn {display: none;transform: translateY(-50%);}
.jypx_list .swiper-box .swiper-btn.show {display: flex;}
.jypx_list .swiper-box .swiper-button-next{
    right: -100px;
    line-height: 1;
    /* top: 0%; */
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
}
.jypx_list .swiper-box .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.jypx_list .swiper-box .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.jypx_list .swiper-box .swiper-button-next:hover:after{
    color: #fff;
}
.jypx_list .swiper-box .swiper-button-prev{
    margin: 0%;
    left: -100px;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.jypx_list .swiper-box .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.jypx_list .swiper-box .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.jypx_list .swiper-box .swiper-button-prev:hover:after{
    color: #fff;
}



.cyfb_yfln .shzr{
    padding: 0%;
}
.yflnw{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: var(--dzt-padding);
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.yflnw:nth-child(2){
    display: flex;
    flex-direction: row;
}
.yflnwl{
    width: 50%;
}
.yflnwl .img{
    overflow: hidden;
}
.yflnwl .img img{
    width: 100%;
}
.yflnwr{
    width: 40%;
}
.yflnwr h3{
    font-size: 36px;
    font-family: 'MiSansb';
}
.yflnwr p{
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}
.cyfb_cpzx{
    padding: var(--fzt-padding) 0;
    position: relative;
}
.cpzxli{
	position: relative;
    padding: var(--fzt-padding) 0;
}
.cpzxli .plate,
.cpzxli {position: relative;z-index: 10;}
.cpzxli:first-child {z-index: 11;}
.cpzxlib:before {
	content:"";
	width: 100%;
	height: 100%;
	z-index: 0;
    background: #f7f7f7;
	position: absolute;
	left: 0;
	top: 0;
}
.cpzxlia{
    width: 100%;
    overflow: hidden;
    position: relative;
}


.cpzxlic{}
.cpzxli > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.cpzxlib > div{
    display: flex;
    flex-direction: row-reverse;
}
.cpzxli .cpzxlil{
    width: 42%;
    padding-top: 20px;
}
.cpzxli .cpzxlil h2{
    font-size: 36px;
    font-family: 'MiSansb';
}
.cpzxli .cpzxlil h3{
    margin-top: var(--azt-padding);
    font-size: 24px;
}
.cpzxli .cpzxlil p{
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}
.cpzxli .cpzxlil a{
    margin: 0;
    margin-top: var(--fzt-padding);
    width: 80px;
}
.cyfb_cpzx .cpzxli .cpzxlil a {width: 112px;}
.cyfb_rjzx .cpzxli .cpzxlil a{
    width: 114px;
}
.cpzxli .cpzxlil a span{
    color: var(--zs-color);
    font-size: 16px;
}
.cpzxli .cpzxlil a .icon{
    width: 16px;
    height: 16px;
    transform: rotate(267deg);
    color: var(--zs-color);
}
.cpzxli .cpzxlir{
    width: 50%;
	padding: 0 80px;
	box-sizing: border-box;
}
.cpzxli .cpzxlir .swiper-box {
	overflow: hidden;
}
.cpzxli .cpzxlir .pic-swiper .swiper-slide {
	width: 242px;
}
.cpzxli .cpzxlir .pic-swiper .swiper-slide img{
	width: 100%;
}
.cpzxli .cpzxlir .img{
    overflow: hidden;
}
.cpzxli .cpzxlir .img img{
    width: 100%;
}
.products_list{
    padding: var(--fzt-padding) 0;
}
.products_list ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.products_list ul li{}
.products_list ul li a{}
.products_list ul li .img{
    overflow: hidden;
}
.products_list ul li .img img{
    width: 100%;
}
.products_list ul li h2{
    font-size: 18px;
    margin-top: 18px;
}
.products_list ul li:hover h2{
  color: #0c3793;
}
.products_xq {
    padding: var(--fzt-padding) 0;
}
.products_xq > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.products_xql{
    width: 50%;
    overflow: hidden;
}
.products_dt {}
.products_dt  img{
    width: 100%;
}
.products_xqr{
    width: 45%;
}
.products_xqr h2{
    font-size: 36px;
    font-family: 'MiSansb';
}
.products_xqr p{
    padding-top: 30px;
    line-height: 30px;
    color: #666;
}
.products_xqr p span{
    color: #0c3793;
}
.products_xq .products_xqlr{
    position: absolute;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    left: 55%;
    bottom: 0%;
}
.products_xq .products_xqlr .swiper-button-next{
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.products_xq .products_xqlr .swiper-button-next:after{
    content: 'next';
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.products_xq .products_xqlr .swiper-button-next:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.products_xq .products_xqlr .swiper-button-next:hover:after{
    color: #fff;
}
.products_xq .products_xqlr .swiper-button-prev{
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 60px;
    height: 60px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.products_xq .products_xqlr .swiper-button-prev:after{
    content: 'prev';
    line-height: 1;
    line-height: 1;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: bold;
}
.products_xq .products_xqlr .swiper-button-prev:hover{
    background: #0c3793;
    border: solid 1px #0c3793;
}
.products_xq .products_xqlr .swiper-button-prev:hover:after{
    color: #fff;
}

.rjzxa > div{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.rjzxb  > div {
    display: flex;
    flex-direction: row;
}
.rjzxc > div{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.cyfb_rjzx .cpzxlil p{
    margin-top: 30px;
}
.rjzx_app{
    display: flex;
    align-items: center;
    margin-top: var(--azt-padding);
    justify-content: flex-start;
}
.rjzx_appl{
    border: solid 1px #eee;
    padding: 2%;
    width: 120px;
    max-width: 50%;
}
.rjzx_appl img{
    width: 100%;
}
.rjzx_appr{
    width: 45%;
    margin-left: 5%;
}
.rjzx_appr a{}
.rjzx_appr a.az{
    margin: 0%;
    width: 153px;
    max-width: 100%;
    background: #be9452;
    font-size: 16px;
    border-radius: 0px 0px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px 0px 11px 0px;
    color: #fff;
    margin-bottom: 4%;
}
.rjzx_appr a.ios{
    margin: 0%;
    margin: 0%;
    width: 153px;
    max-width: 100%;
    background: #0c3793;
    font-size: 16px;
    border-radius: 0px 0px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px 0px 11px 0px;
    color: #fff;
}
.rjzx_appr a img{
    margin-right: 7px;
}
.tzggx_gpdm{
    padding: var(--fzt-padding) 0;
}
.gsxix_w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gsxix_wl{
    width: 22%;
    background: #f5f5f5;
    padding: 2% 3%;
}
.gsxix_wl .gpdm{
    display: flex;
}
.gsxix_wl .gpdm h4{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.gsxix_wl .gpdm .dm{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.gsxix_wl .gj{
    margin: 10px 0px;
    display: flex;
    align-items: flex-end;
}
.gsxix_wl .gj h2{font-size: 60px;color: #f73131;line-height: 1;}
.gsxix_wl .gj .bz{
    text-transform: uppercase;
    color: #f73131;
    line-height: 1;
    padding-left: 14px;
    padding-right: 9px;
}
.gsxix_wl .gj .zfjt{}
.gsxix_wl .xinxi{
    padding: 10px 0px;
}
.gsxix_wl .xinxili{
    padding: 7px 0px;
}
.gsxix_wl .xinxili h6{
    color: #666666;
    font-size: 16px;
}
.gsxix_wl .xinxili h4{
    color: #666666;
    font-size: 24px;
    line-height: 1.6;
}
.gsxix_wl .jyjz{}
.gsxix_wl .jyjz p{
    font-size: 14px;
    color: #999;
}
.gsxix_wr{
    height: 463px;
    width: 71%;
    border: solid 1px #eee;
    overflow: hidden;
}
.gsxix_wrw{
    width: 100%;
    overflow-x: auto;
    height: 100%;
}
.gsxix_wr img{
    height: 100%;
}
.tzggx_gsgg{
    padding: var(--fzt-padding) 0;
}
.tzggx_gsgg ul{}
.tzggx_gsgg ul li{
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
}
.tzggx_gsgg ul li .sj{
    width: 10%;
    text-align: left;
    font-family: 'MiSansn';
    font-weight: bold;
    color: #999999;
}
.tzggx_gsgg ul li .bt{
    width: 83%;
    text-align: left;
    font-size: 18px;
    color: #333;
}
.tzggx_gsgg ul li .xzan{
    width: auto;
}
.tzggx_gsgg ul li .xzan a{
    color: #0c3793;
    font-size: 18px;
    background: url(/images/xzan.png);
    background-repeat: no-repeat;
    height: 30px;
    display: block;
    padding-left: 40px;
    line-height: 30px;
}
.tzggx_gsgg ul li:hover{
    background: #0c3793;
}
.tzggx_gsgg ul li:hover .sj{
    color: #fff;
}
.tzggx_gsgg ul li:hover .bt{
    color: #fff;
}
.tzggx_gsgg ul li:hover .xzan a{
    color: #fff;
    background: url(/images/xzanb.png);
    background-repeat: no-repeat;
}
.news_qydt{
    padding: var(--fzt-padding) 0;
}
.news_hot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f3f5f9;
}
.news_hot .img{
    width: 50%;
    overflow: hidden;
}
.news_hot .img img{
    width: 100%;
}
.news_hot .nr{
    background-size: cover;
    position: relative;
    z-index: 9;
    width: 40%;
    padding: 0% 5%;
}
.news_hot .nr .sj{
    text-align: left;
    display: flex;
    align-items: flex-end;
}
.news_hot .nr .sj .sj_a{
    font-size: 36px;
    color: #0c3793;
    font-family: Robotor;
    line-height: 1;
}
.news_hot .nr .sj i{
    line-height: 1;
    font-family: Robotor;
    font-size: 18px;
    color: #666666;
    padding: 0px 8px;
    margin-bottom: 6px;
}
.news_hot .nr .sj .sj_b{
    line-height: 1;
    font-family: Robotor;
    font-size: 18px;
    color: #666666;
    margin-bottom: 5px;
}
.news_hot .nr h2{
    text-align: left;
    line-height: var(--dline-height);
    margin-top: 5%;
    margin-bottom: 4%;
    display: -webkit-box; /* Safari */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2; /* Safari and Chrome */
    -webkit-box-orient: vertical; /* Safari */
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.news_hot .nr:hover h2{
    color: #0c3793;
}
.news_hot .nr p{
    display: -webkit-box; /* Safari */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3; /* Safari and Chrome */
    -webkit-box-orient: vertical; /* Safari */
    text-align: left;
    font-size: var(--azt-size);
    line-height: var(--aline-height);
    color: #666;
}
.news_hot .nr a{
    margin: 0;
    margin-top: var(--azt-padding);
    width: 80px;
}
.news_hot .nr a span{
    color: var(--zs-color);
    font-size: 16px;
}
.news_hot .nr a .icon{
    width: 16px;
    height: 16px;
    transform: rotate(267deg);
    color: var(--zs-color);
}
.news_xq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--fzt-padding) 0;
}
.news_xql{
    width: 62%;
}
.news_xql .title{
    border-bottom: solid 1px #eee;
    margin-bottom: 32px;
    padding-bottom: 14px;
}
.news_xql .title h1{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 16px;
}
.news_xql .title p{}
.news_xql .title p span{
    color: #666;
    padding-right: 11px;
}
.news_xql .xqnr{}
.news_xql .xqnr p{
    color: #666;
    line-height: 30px;
    margin-bottom: 30px;
}
.news_xql .xqnr img{
    max-width: 100%;
    margin-bottom: 30px;
}
.news_xql .news_xqr{}
.news_xql .xqsx{}
.news_xql .xqsxw{
    border: solid 1px #e1e1e1;
    border-top: solid 2px #333;
    margin-top: 20px;
    padding: 2% 4%;
    position: relative;
}
.news_xql .xqsxw p{}
.news_xql .xqsxw a{
    line-height: 30px;
    color: #666;
}
.news_xql .xqsxw a:hover{
    color: #0c3793;
}
.news_xql .xqsxw:after{
    content:'';
    transition: all ease .8s;
    width: 0%;
    height: 2px;
    position: absolute;
    top: 0%;
    background: #0c3793;
    left: 0%;
}
.news_xql .xqsxw:hover:after{
 width: 100%;
    
}
.news_xqr{
    width: 34%;
    margin-top: var(--bzt-padding);
}
.news_xqr h2{
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}
.news_xqr ul{}
.news_xqr ul li{
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}
.news_xqr ul li:after{transition: all ease .8s;content:'';width: 0%;height: 2px;position: absolute;bottom: 0%;background: #0c3793;left: 0%;}
.news_xqr ul li:hover:after{
   width: 100%; 
}
.news_xqr ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_xqr ul li .img{overflow: hidden;width: 45%;}
.news_xqr ul li .img img{
    width: 100%;
}
.news_xqr ul li .nr{
    width: 50%;
}
.news_xqr ul li .nr h3{
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.news_xqr ul li .nr h3:hover{
    color: #0c3793;
}
.news_xqr ul li .nr .sj{
    text-align: left;
    font-family: 'MiSansn';
    font-weight: bold;
    color: #999999;
    margin-top: 15px;
}
.search{
    
}
.search {
    display: flex;
    align-items: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    margin: 0px 10px;
    width: 500px;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
    max-width: 94%;
}
.search input{
    border: 0px;
    width: calc(100% - 96px);
    height: 52px;
    font-size: 16px;
    padding-left: 20px;
}
.search a{
    display: block;
    height: 54px;
    line-height: 54px;
    background: #0c3793;
    color: #fff;
    font-size: 18px;
    width: 96px;
    text-align: center;
}
.search_nr{
    width: 1200px;
    max-width: 94%;
    margin: 0 auto;
    padding: var(--fzt-padding) 0;
}
.search_nrt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search_nrt p{
    margin-right: 14px;
}
.search_nrt p span{
    color: red;
    font-family: MiSansnb;
}
.search_nrb{
    margin: 6% 0%;
}
.search_nrb ul{}
.search_nrb ul li{
    border-bottom: dashed 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search_nrb ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search_nrb ul li h2{
    font-size: 16px;
    color: #666;
    font-weight: 500;
    text-align: left;
}
.search_nrb ul li .sj{
    color: #666;
    padding-right: 11px;
    font-size: 14px;
}
.search_nrb ul li h2:hover{
        color: #0c3793;
    }
.about_jtst_sjgd{
    display: none;
}
.about_jtst_sjgd .swiper-pagination{
    display: none;
}
@media (max-width: 1440px){
    
    .yflnwr h3 {
    font-size: 32px;
    font-family: 'MiSansb';
}
.yflnwr p {
    line-height: 28px;
    color: #666;
    margin-top: 24px;
}
.cpzxli .cpzxlil {
    width: 45%;
    padding-top: 20px;
}
.jypx_list .swiper-box .swiper-btn {width: 50px;height: 50px;}
.jypx_list .swiper-box .swiper-button-prev {left: -80px;}
.jypx_list .swiper-box .swiper-button-next {right: -80px;}

}
@media (max-width: 1366px){
    .jypx_list .swiper-box .swiper-btn {width: 40px;height: 40px;}
    .jypx_list .swiper-box .swiper-button-prev {left: -50px;}
    .jypx_list .swiper-box .swiper-button-next {right: -50px;}
}
    @media (max-width: 1200px){
    .jtst_nrbj {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0%;
    z-index: 9;
    padding-top: 3%;
    display: none;
}
.jtst_nr ul li {
    position: relative!important;
    z-index: 9!important;
    text-align: left!important;
    left: 0%!important;
    top: 0%!important;
    border: 0%!important;
    display: flex;
    flex-direction: column!important;
    align-items: center!important;
    text-align: center!important;
    width: 33.3%!important;
    margin-top: 2%;
}
.about_jtst .about_title {
    position: absolute;
    top: 7%;
    z-index: 9;
    width: 100%;
}
.jtst_nr {
    position: absolute;
    width: 94%;
    height: auto;
    top: 19%;
    padding: 0% 3%;
}

.jtst_nr ul {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
.jkglwl p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: var(--azt-padding);
}
.jkglwl h2 {
    font-size: 32px;
    font-family: 'MiSansm';
}
.quyu {
    width: calc(100% - 100px);
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    gap: 15px;
}
.cpzxli .cpzxlil h2 {
    font-size: 32px;
    font-family: 'MiSansb';
}
.cpzxli .cpzxlil h3 {
    margin-top: var(--azt-padding);
    font-size: 20px;
}
.cpzxli .cpzxlil p {
    color: #666;
    line-height: 28px;
    margin-top: 10px;
}
.products_list ul li h2 {
    font-size: 16px;
    margin-top: 16px;
}
.products_xqr h2 {
    font-size: 32px;
    font-family: 'MiSansb';
}
.products_xqr p {
    padding-top: 24px;
    line-height: 26px;
    color: #666;
}
.news_hot .nr h2 {
    text-align: left;
    line-height: var(--dline-height);
    font-size: var(--bzt-size);
    margin-top: 5%;
    margin-bottom: 4%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.news_hot .nr p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: var(--azt-size);
    line-height: var(--aline-height);
    color: #666;
}
.news_xql {
    width: 100%;
}
.news_xqr {
    width: 100%;
    margin-top: var(--bzt-padding);
}
}
@media (max-width: 1080px){
    .home_banner .swiper-slide .wz h2 {
    font-size: 30px;
}
  .plate_title h2 {
    font-size: 36px;
 
}
  .news_w ul li .nr {
    background-size: cover;
    margin-top: -19%;
    position: relative;
    z-index: 9;
    padding: 12% 9%;
}
.yewu_nrw .img {
    background: #000;
    height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.yewu_nrw .img img {
    width: auto;
    height: 100%;
}
.ny_banner .nr h2 {
    font-size: 42px;
}
.ny_banner .nr h5 {
    font-size: 16px;
    margin-top: 5px;
}
.ny_nav ul li {
    margin: 0vw 3.5vw;
}
.qhwh_nr .nr h3 {
    font-size: 36px;
    margin-top: -8%;
}
.qhwh_nr .nr p {
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.shzrw {

    flex-wrap: wrap;
}
.shzrw .img {
    width: 100%;
}
.shzrw .nr {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 7% 7%;
    right: 0%;
    bottom: 0%;
}
.shzrw .img img {
    width: 100%;
}
.shzr ul li .wz {
    font-size: 14px;
}
.shzr ul li .sz .sz_b:after {
    content: '+';
    font-size: 28px;
    color: #333;
    line-height: 1;
    margin-bottom: -3px;
}
.jrwm_wmdln ul li {
    width: 49%!important;
    overflow: hidden;
    transition: all ease .5s;
    margin-bottom: 2%;
}
.wmdsh_w .w33 {
    width: 100%;
}
.wmdsh_li .img {
   
    height: 260px;
   
}
.wmdsh_li .img img{
    
    width: 100%;
}
.wmdsh_w .w50 {
    width: 100%;
}
.jrwm_xcfl ul li h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 176px;
    margin-top: 20px;
}
.jrwm_xcfl ul li {
    width: 33.3%;
}
.jwwm_rczp .img {
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: 0.5;
}
.wdshr {
    position: absolute;
    right: 0;
    height: 100%;
    background: #0c3793;
    z-index: 9;
    top: 0%;
    width: 325px;
    padding: 3% 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.tuce_listwlr {
    position: absolute;
    bottom: 7%;
    right: 6%;
    display: flex;
    flex-direction: row-reverse;
}
.jkglw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jkglwl {
    width: 100%;
}
.jkglwr {
    width: 100%;
    position: relative;
    margin-top: 5%;
}
.quyu {
    width: calc(100% - 100px);
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 8px;
}
.zyg_listnr ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    
}
.kyxz_list .kyxz_listnrw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.kyxz_listnrw .nr {
    width: 100%;
    margin-bottom: 10%;
    margin-top: 5%;
}
.kyxz_listnrw .img {
    overflow: hidden;
    width: 100%;
}
.kyxz_listnrw .img img {
    width: 100%;
}
.jypx_fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--fzt-padding);
    flex-wrap: wrap;
}
.jypx_fll {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}
.jypx_fll h2 {
    font-size: 42px;
    font-family: 'MiSansb';
    margin-bottom: 15px;
    width: 100%;
}
.jypx_fll a {
    display: inline-block;
    font-size: 18px;
    border-bottom: solid 2px #fff;
    line-height: 2;
    margin-bottom: 34px;
    margin-right: 3%;
}
.jypx_flr {
    width: 100%;
}
.jypx_list ul li {
    width: 49%;
    margin-bottom: 2%;
    position: relative;
}
.yflnw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: var(--dzt-padding);
    flex-wrap: wrap;
    flex-direction: column;
}
.yflnwl {
    width: 100%;
}
.yflnwr {
    width: 100%;
    margin-top: 5%;
}
.yflnw:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.cpzxli > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.cpzxli .cpzxlil {
    width: 100%;
    padding-bottom: 5%;
}
.cpzxli .cpzxlir {
    width: 100%;
}
.products_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.products_xq > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.products_xql {
    width: 100%;
    overflow: hidden;
}
.products_xqr {
    width: 100%;
    margin-top: 5%;
}
.gsxix_wl {
    width: 100%;
    background: #f5f5f5;
    padding: 7%;
}
.gsxix_wr {
    height: 463px;
    width: 100%;
    border: solid 1px #eee;
    overflow: hidden;
}
.tzggx_gsgg ul li .sj {
    width: 15%;
    text-align: left;
    font-family: 'MiSansn';
    font-weight: bold;
    color: #999999;
}
.tzggx_gsgg ul li .bt {
    width: 73%;
    text-align: left;
    font-size: 18px;
    color: #333;
}

.news_hot .img {
    width: 100%;
    overflow: hidden;
}
.news_hot .nr {
    background-size: cover;
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 5%;
}
}
@media (max-width: 768px){
    .plate_title h2 {
    font-size: 30px;
}
.plate_about {
    margin-top: 10%;
    position: relative;
    padding-bottom: 10%;
}
.about_w .about_nr ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 10%;
}
.about_w .about_nr ul li .sz .animateNum {
    font-size: 36px;
    font-family: Robotor;
    line-height: 1;
}
.about_w .about_nr ul li .sz .sz_b {
    font-size: 14px;
    color: #666;
}
.plate_qywh {
    background: #f3f5f9;
    padding: 10% 0;
    margin-top: 1%;
}
.qywh_w ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.qywh_w ul li {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2%;
}
.qywh_w ul li:nth-child(2n) {
    margin-top: 0%;
}
.qywh_w ul li img {
    width: auto;
    height: 120px;
}
.qywh_w ul li {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 2%;
    margin-bottom: 4%;
}
.qywh_w ul li {
   width: 100%;
}

.qywh_w ul li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qywh_w ul li img {
    width: 100%;
    height: auto;
}
.qywh_w ul li h2 {
    font-size: var(--pzt-size);
    font-weight: bold;
    padding: 17% 0%;
    width: 50%;
}
.yewu_nrw .img {
    background: #000;
    height: 600px;
   
}
.yewu_nrw .nr h2 {
    font-size: 32px;
    color: #fff;
    font-family: MiSansB;
    text-align: center;
}
.yewu_btw .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
.yewu_btw.on .img img {
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    border: solid 10px rgb(255 255 255 / 40%);
    width: 19px;
}
.yewu_btw h3 {
 
    font-size: 12px;
 
    font-weight: 500;
}
.yewu_btw .img:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border: solid 1px #fff;
    border-radius: 50%;
    transform: translateX(-50%);
    top: 14%;
    left: 37%;
    transform: translateY(-50%);
}
.yewu_nrw .nr p {
    color: #fff;
    font-size: var(--bzt-size);
    line-height: var(--dline-height);
    width: 500px;
    max-width: 100%;
    margin-top: 6%;
    margin-bottom: 14%;
    text-align: center;
}
.news_w ul li {
    width: 100%;
    margin-bottom: 4%;
}

.news_w ul li .nr {
    background-size: cover;
    margin-top: -19%;
    position: relative;
    z-index: 9;
    padding: 6% 9%;
}
.ny_banner .img {
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ny_banner .nr h2 {
    font-size: 32px;
    text-align: center;
}
.ny_banner .nr h5 {
    font-size: 14px;
    
    text-align: center;
    margin-top: 5px;
}
.ny_nav {
    position: relative;
    margin-top: 0%;
    padding-top: 10%;
    overflow-y: auto;
}
.allclass {
    display: block;
    width: 90%;
    margin: 0 auto;
    background: #0c3793;
    text-align: center;
    color: #fff;
    padding: 3% 0%;
    font-weight: bold;
    cursor: pointer;
    display: none;
}
.ny_nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0% 2%;
    overflow: hidden;
    flex-wrap: nowrap;
    width: 100%;
}
.newsclass.ny_nav ul{
    right: 0%;
}
.ny_nav ul li {
    margin: 0vw 0vw;
    width: 100%;
}
.ny_nav ul li a {
    padding-bottom: 5px;
    margin-bottom: 0px;
    /* border-bottom: solid 0px #0c3793; */
    font-size: 15px;
    color: #666;
    border-width: 2px;
}
   .ny_nav ul li a:hover{

    color: #0c3793;

    /* border-bottom: solid 0px #0c3793; */
} 
.ny_nav ul li a.active {
    color: #0c3793;
    font-weight: 700;
    /* border-bottom: solid 0px #0c3793; */
}
.ny_nav ul li {
    margin: 0vw 4.5vw 0 0;
    width: auto;
    /* border-bottom: solid 0px #eee; */
    padding: 0% 0% 0 6px;
    padding-bottom: 3%;
}
.ny_nav .guanbidh{
    content:'';
    position: fixed;
    background-size: 100%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: 6%;
    top: 3%;
    opacity: 0;
    transition: all ease 1s;
    z-index: 2000;
    display: none;
}
    .ny_nav.newsclass .guanbidh{opacity: 1;}
    .ny_nav .guanbidh img{
        width: 100%;
    }
    
    .jtst_nr ul li {
    position: relative!important;
    z-index: 9!important;
    text-align: left!important;
    left: 0%!important;
    top: 0%!important;
    border: 0%!important;
    display: flex;
    flex-direction: column!important;
    align-items: center!important;
    text-align: center!important;
    width: 50%!important;
    margin-top: 6%;
}
.jtst_nr {
    position: absolute;
    width: 94%;
    height: auto;
    top: 10%;
    padding: 0% 3%;
    display: none;
}
.about_jtst .about_title {
    position: absolute;
    top: 11%;
    z-index: 9;
    width: 100%;
    height: auto;
}
.about_title h2 {
    font-size: 32px;
    font-family: MiSansB;
}
.fzlc_w {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap;
}
.about_title {
    text-align: left;
    width: 100%;
    height: 100%;
}
.about_fzlc .fzlc_nr {
    width: 88%;
    overflow: initial;
    padding-right: 12%;
}
.about_title h2 {
    font-size: 32px;
    font-family: MiSansB;
    text-align: center;
    margin-bottom: 8%;
}
.fzlc_nrw .nr {
    background: #f6f6f6;
    padding: 8%;
    padding-bottom: 10%;
    overflow: hidden;
}
.fzlc_nrlr {
    position: relative;
    top: 0%;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 9%;
    display: none;
}
.jtst_nr ul li .img {
    max-width: 50px;
    text-align: center;
}
.jtst_nr ul li .img img {
    width: 100%;
}
.jtst_nr ul li h3 {
    font-size: 16px;
    margin-bottom: 6%;
    margin-top: 5%;
}
.jtst_nr ul li p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3%;
}
.jtst_nr ul li:nth-child(9) {
 
    width: 100%!important;
  
}
.qhwh_nr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
    .qhwh_nr:nth-child(2n) {
    display: flex;
    flex-direction: column;
}
.qhwh_nr .img {
    width: 100%;
}
.qhwh_nr .nr {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8%;
    text-align: center;
}
.shzr ul li {
    width: 50%;
    text-align: center;
    margin-bottom: 9%;
}
.shzr ul li .sz .animateNum {
    font-size: 40px;
    font-family: Robotor;
    line-height: 1;
}
.shzr ul li .sz .sz_b {
    font-size: 14px;
    color: #666;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    line-height: 1;
}
.shzr ul li .sz .sz_b:after {
    content: '+';
    font-size: 21px;
    color: #333;
    line-height: 1;
    margin-bottom: -3px;
}


.shzr ul li .wz {
    font-size: 14px;
    margin-top: 5%;
}
.shzrw .nr h2 {
    font-size: 32px;
    margin-bottom: 1%;
}
.shzr_title h2 {
    font-size: 32px;
    font-family: MiSansB;
}
.jwwm_rczp .img {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    height: 200px;
}
.jrwm_title {
    font-size: 32px;
    font-family: MiSansB;
    text-align: center;
    margin-bottom: var(--azt-padding);
}
.jrwm_wmdln ul li {
 border-radius: 10px;
 width: 100%!important;
}
.jrwm_wmdln ul li .img {
  
    height: 240px;
}
.jrwm_wmdln ul li .nr h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.jrwm_wmdln ul li.lib .nr h4{
    display: block;
    font-size: 14px;
}
.wmdsh_li .img {
    height: 200px;
}
.wmdsh_li h3 {
    position: absolute;

    font-size: 20px;
 
}
.wmdsh_li .nr h2 {
    color: #fff;
    font-size: 20px;
    font-family: MiSansB;
}
.wmdsh_li .nr p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 3%;
}
.wmdsh_li .img img {
    width: 100%;
    height: 100%;
}
.jrwm_xcfl ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.jrwm_xcfl ul li .img img {
    max-width: 80px;
}
.jrwm_xcfl ul li h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    width: 151px;
    margin-top: 16px;
}
.jwwm_rczp .nr h2 {
    font-size: 24px;
    font-family: MiSansB;
}
.jwwm_rczp .nr p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 34px;
    margin-top: 12px;
}

.gwzt_xz {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.dxuan {
    position: relative;
    margin: 0% 2%;
    width: 46%;
}
.dxuan .dxuan_nr {
    display: flex;
    align-items: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding: 10% 10%;
    width: 80%;
    justify-content: space-between;
}
.zwsous {
    display: flex;
    align-items: center;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    margin: 0px 10px;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 5%;
}
.gwzp_li li {
    background: #f7f9f8;
    border-top: solid 2px #0c3793;
    padding: 5%;
    margin-bottom: 20px;
    transition: all ease .5s;
}


.gwzp_li li a .gdan {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.gwzp_li li a .nr {
    text-align: left;
    width: 100%;
}
.gwzt_title {
    font-size: 32px;
    font-family: MiSansB;
    text-align: center;
}
.zpxq_top h2 {
    font-size: 32px;
    margin-top: 4%;
}
.zpxq_mainnr .nr {
    color: #666;
    line-height: 26px;
    font-size: 14px;
}
.zpxq_mainnr h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.fanh {
    position: absolute;
    z-index: 9;
    top: 3%;
    left: 3%;
}
.fanh a {
    width: 90px;
    height: 34px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
}
.jkgl_title h2 {
    font-size: 36px;
    font-family: 'MiSansb';
}
.jkglwl h2 {
    text-align: center;
    font-size: 26px;
    font-family: 'MiSansm';
    margin-top: 10%;
}
.jkglwr .jkglwr_listwlr .swiper-button-next {
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 40px;
    height: 40px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}

.jkglwr .jkglwr_listwlr .swiper-button-prev {
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 40px;
    height: 40px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.jkglwr {
    width: 90%;
    position: relative;
    margin: 0 auto;
    margin-top: 10%;
}
.cybj_jkgl {
    padding: var(--fzt-padding) 0;
    width: 100%;
    overflow: hidden;
}
.xzquyu {
    color: #666;
    font-size: 12px;
    width: 100%;
    padding: 6px 0px;
}
.quyu {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
}
.quyu span {
    cursor: pointer;
    text-align: center;
    padding: 4px 0px;
    border-radius: 5px;
    font-size: 13px;
}
.zyg_listnr ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.kyxz_listnrw .nr h2 {
    font-size: 24px;
    font-family: 'MiSansm';
}
.kyxz_listnrw .nr p {
    color: #666666;
    line-height: 26px;
    padding-top: 22px;
    font-size: 14px;
}
.kyxz_list_nrlr {
    position: relative;
    bottom: 0%;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 5%;
}
.kyxz_ziw .img {
    width: 118px;
    height: 118px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.kyxz_ziw {
    background: #f4f4f4;
    padding: 10% 0%;
    height: 100%;
}
.kyxz_ziw .nr h2 {
    font-size: 18px;
    font-weight: 500;
}
.kyxz_zi .swiper-button-prev {
    margin: 0%;
    line-height: 1;
    margin: 0%;
    width: 40px;
    height: 40px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
    left: 5%;
}
.kyxz_zi .swiper-button-next {
    line-height: 1;
    margin: 0%;
    width: 40px;
    height: 40px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
    right: 5%;
}
.jypx_fll a {
    display: inline-block;
    font-size: 15px;
    border-bottom: solid 2px #fff;
    line-height: 2;
    margin-bottom: 28px;
    margin-right: 7%;
}
.jypx_fll h2 {
    font-size: 36px;
    font-family: 'MiSansb';
    margin-bottom: 15px;
    width: 100%;
}
.jypx_flr h3 {
    font-size: 24px;
    font-weight: 500;
}
.jypx_flr p {
    color: #666;
    line-height: 24px;
    margin-top: 24px;
    font-size: 14px;
}
.jypx_list ul li {
    width: 100%;
    margin-bottom: 2%;
    position: relative;
}
.yflnwr h3 {
    font-size: 26px;
    font-family: 'MiSansb';
}
.yflnwr p {
    line-height: 25px;
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}
.cpzxli .cpzxlil h2 {
    font-size: 24px;
    font-family: 'MiSansb';
}
.cpzxli .cpzxlil h3 {
    margin-top: var(--azt-padding);
    font-size: 18px;
}
.cpzxli .cpzxlil p {
    color: #666;
    line-height: 24px;
    margin-top: 6px;
    font-size: 14px;
}
.products_list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.products_xqr h2 {
    font-size: 26px;
    font-family: 'MiSansb';
}
.products_xqr p {
    padding-top: 20px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
}
.products_xql {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.products_xq .products_xqlr {
   position: absolute;
    left: 0%;
    display: flex;
    flex-direction: row-reverse;
    left: 0%;
    right: 7%;
    bottom: 8%;
}
.products_xq .products_xqlr .swiper-button-next {
    position: relative;
    left: 0%;
    line-height: 1;
    top: 0%;
    margin: 0%;
    width: 46px;
    height: 46px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    margin-left: 12px;
}
.products_xq .products_xqlr .swiper-button-prev {
    position: relative;
    margin: 0%;
    left: 0%;
    line-height: 1;
    margin: 0%;
    width: 46px;
    height: 46px;
    border: solid 1px #d4d4d4;
    border-radius: 50px;
    background: #fff;
    opacity: 1;
}
.tzggx_gsgg ul li {
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    padding: 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s;
    flex-wrap: wrap;
}
.tzggx_gsgg ul li .sj {
    width: 100%;
    text-align: left;
    font-family: 'MiSansn';
    font-weight: bold;
    
    font-size: 14px;
}
.tzggx_gsgg ul li .bt {
    width: 100%;
    font-size: 16px;
   
    margin-top: 4%;
    margin-bottom: 9%;
}
.news_xql .title h1 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 16px;
}
    .news_xql .title p span{font-size: 14px;}
.news_xqr ul li .nr h3 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_xqr ul li .nr .sj {
    text-align: left;
    font-family: 'MiSansn';
    font-weight: bold;
    color: #999999;
    margin-top: 10px;
    font-size: 14px;
}
.search_nrb ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_nrb ul li h2 {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    margin-bottom: 15px;
}
    .news_w ul li .nr p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 13px;
    line-height: var(--aline-height);
    
}
.news_w ul li .nr .sj .sj_a {font-size: 30px;}
.news_w ul li .nr .sj .sj_b {font-size: 16px;}
.news_w ul li .nr .ljgd_ana {
    visibility: visible;
    margin: 0%;
    margin-top: 5%;
        width: 72px;
    
}
.news_w ul li .nr .ljgd_ana  span{
        font-size: 14px;
    color: var(--zs-color);
    
}
    .about_jtst_sjgd{
    display: block;
    position: absolute;
    top: 36%;
    width: 100%;
    z-index: 99;
}
    .about_jtst_sjgd li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .about_jtst_sjgd li .img{}
    .about_jtst_sjgd li .img img{}
    .about_jtst_sjgd li .nr{
    margin-top: 4%;
}
    .about_jtst_sjgd li .nr h3{
    font-size: 18px;
    margin-bottom: 4%;
}
    .about_jtst_sjgd li .nr p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 3%;
}
    .jtst_bj{
        height: 500px;
    }
    .about_ryzz .ryzz_w .swiper-button-prev {
   
   
    display: none;
}
.about_ryzz .ryzz_w .swiper-button-next {
  
    display: none;
}
.news_xqr ul li .img {
    overflow: hidden;
    width: 45%;
    display: none;
}
.wmdsh_li .nr {
   
    height: calc(100% - 90px);
    
}
.wmdsh_li .nr p {

    min-height: auto;
}
.jrwm_xcfl ul li:hover {
        transform: translateY(-10px)!important;
}
.jwwm_rczp .img img {
    width: 150%;
}

.jkglwl a {
    margin: 0 auto;
    margin-top: var(--azt-padding);
    width: 81px;
}
/* .cyfb_rjzx .cpzxli .cpzxlil a {
    width: 170px;
} */
.cyfb_rjzx .cpzxli.cpzxlib .cpzxlil a {
    width: 114px;
    margin: 0 auto;
    margin-top: var(--fzt-padding);
}
.home_banner .swiper-pagination {
    text-align: left;
    padding-left: 0%;
    bottom: 4%!IMPORTANT;
    text-align: center;
}
.yewu_btw.swiper-slide-thumb-active h3 {
    margin-top: 0px;
    margin-left: 0%;
}
.yewu_btw.swiper-slide-thumb-active .img img {
 
    width: 12px;
}
.yewu_btw.swiper-slide-thumb-active .img .gxzhuan {
  
    width: 60px;
    height: 60px;
  
}
.yewu_btw.swiper-slide-thumb-active .img {
    top: -16px;
}
/* .yewu_btw:after {
    content: '';
    position: absolute;
    width: 75%;
    left: -41%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    top: 29%;
}
.yewu_btw:before {
    content: '';
    position: absolute;
    width: 0%;
    left: -48%;
    height: 1px;
    background: #fff;
    opacity: 0.4;
    top: 27%;
    transition: all ease 3s;
    left: -39%;
    top: 29%;
} */
.yewu_btw .img {
  
    z-index: 99;
}
.yewu_nrw .nr .nrw{
    padding-bottom: 20%;
    
}

.ny_nav::-webkit-scrollbar {
width: 6px; 
height: 1px;
border-radius: 0px;
}
.ny_nav::-webkit-scrollbar-thumb {

border-radius: 0px;
box-shadow: inset 0 0 5px #fff;
background: #fff;
opacity: 1;
height: 100px;
}
.ny_nav::-webkit-scrollbar-track {

box-shadow: inset 0 0 5px #fff;
border-radius: 10px;
background: #fff;
border-radius: 0px;

}
.about_jtst_sjgd .swiper-pagination{display: block;position: relative;}
.about_jtst_sjgd .swiper-pagination span{
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    position: relative;
}
.about_jtst_sjgd .swiper-pagination span.swiper-pagination-bullet-active{
    background: #0c3793;
}
.about_jtst_sjgd .swiper-pagination span.swiper-pagination-bullet-active:after {opacity: 1;}
.about_jtst_sjgd .swiper-pagination span:after {
    content: "";
    position: absolute;
    border: 1px solid #0c3793;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    left: -4px;
    top: -4px;
    opacity: 0;
    transition: all .5s;
}
.about_jtst_sjgd.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.ryzz_w {max-width: 100%;}
.ryzz_w .swiper-slide .img img:nth-child(1){
    width: 70%;
}
.ryzz_w .swiper-slide .img img:nth-child(2){
    width: 90%;
}
.news_xqr ul li .nr {
    width: 100%;
}
    .jrwm_wmdln_web{
    display: block;
    padding: var(--fzt-padding) 0;
}
    .jrwm_wmdln.pc{
    display: none;
}
    .jrwm_wmdln_li{
        width: 80%;
        margin: 0 auto;
    }
    .jrwm_wmdln_li .swiper-slide{
    box-shadow: 0 0 7px rgb(0 0 0 / 8%);
}
     .jrwm_wmdln_li .nr{
    background: #fff;
    padding: 31px;
}
     .jrwm_wmdln_li .nr h3{
    font-size: 24px;
    font-weight: 500;
}
     .jrwm_wmdln_li .nr h4{
    font-size: 14px;
    font-weight: 500;
    margin-top: 17px;
}
     .jrwm_wmdln_li .img{
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
     .jrwm_wmdln_li .swiper-pagination{
    position: relative;
    margin-top: 40px;
}
     .jrwm_wmdln_li .swiper-pagination span{
    border: solid 1px #0c3793;
    background: none;
    opacity: 1;
}
    .jrwm_wmdln_li .swiper-pagination span.swiper-pagination-bullet-active{
    background: #0c3797;
}
.tuce_bt {
    position: absolute;
    z-index: 9;
    bottom: 82%;
    display: flex;
    flex-direction: row;
    left: 3%;
    display: flex;
    align-items: center;
}
.tuce_bt span {
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    width: auto;
    height: 34px;
    border: solid 0px #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 0;
    margin-right: 12px;
}
.tuce_bt span.on {
    background: none;
    color: #0c3793;
}
.pc{
    display: none;
}
.web{
    display: block;
}
.cpzxli .cpzxlil a {
    margin: 0 auto;
    margin-top: var(--fzt-padding);
    width: 80px;
}
.ball{
   display: none;
}
.scjdwl {
    width: 100%;
    height: 800px;
}
.scjdwr {
    width: 100%;
    position: relative;
    right: 0%;
}

.cybj_scjdw {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.scjdwrnrb {
    position: absolute;
    left: 26%;
    top: 0%;
    z-index: 9;
    display: none;
}
.scjdwrnr img{
        WIDTH: 100%;
    
}
.scjdwrtp  img{
        WIDTH: 100%;
    
} 
.scjdwrtp {
    position: absolute;
    top: 5%;
    border-radius: 50%;
    width: 90%;
    height: 90%;
    left: 0%;
    left: 5%;
}
.scjdwrtp .swiper-pagination {
    position: absolute;
    left: 0%;
    width: 90px;
    height: 90px;
    bottom: -13%;
    border-radius: 50%;
    border: solid 4px #0c3793;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #fff;
}
.scjdwl .nr p {
    display: none;
    font-size: 14px;
    line-height: 28px;
    margin-top: 19px;
    margin-bottom: 30px;
}
.scjdwl .swiper-slide-thumb-active .nr h2 {
    font-size: 28px;
}
.scjdwl .nr h2 {
    font-size: 20px;
    font-family: 'MiSansR';
    font-weight: 500;
}
.scjdwlnr .swiper-slide-thumb-active {
    height: 300px;
   
}
.kyxz_listw {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.kyxz_listnrt {
    width: 100%;
}
.cybj_kyxz .kyxz_listnrt .nr,
.cybj_kyxz .kyxz_listnrt .img {width: 100%;}
.kyxz_listnrb {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 50px;
}
.kyxz_list_nrlr {
    display: none;
}
.kyxz_ziw:after {
   
    bottom: -152%;
  
}
.kyxz_ziw .nr p {
    line-height: 24px;
    font-size: 14px;
    margin-top: 17px;
    color: #666;
    min-height: 96px;
    padding: 0% 8%;
}
}

.kyxz_listwa .swiper-slide {height: auto}
.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar {
	background: #fff;
	bottom: 132px;
	top: auto;
	z-index: 1;
	height: 1px;
}
.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--zs-color);
}
.about_fzlc .fzlc_nrw .desc {
	position: relative;
	overflow-y: auto;
	height: 168px;
	padding-right: 6px;
	z-index: 10;
}
.about_fzlc .fzlc_nrw .nr p {
	display: block;
}
.about_fzlc .fzlc_nrw .desc::-webkit-scrollbar {
	width: 3px;
	background-color: #f7f8f9;
}
.about_fzlc .fzlc_nrw .desc::-webkit-scrollbar-thumb {
	background-color: var(--zs-color);
}
.kyxz_listwa.swiper-horizontal> .swiper-pagination,
.kyxz_listnr.swiper-horizontal> .swiper-pagination {display: none;}
.about_jtst .jtst_nrbj {text-align: center;}
.jtst_nrbj .bg {
	display: inline-block;
	position: relative;
}
.jtst_nrbj .bg img {position: relative;z-index: 10;}
.jtst_nrbj .bg:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: url(../images/circle.png) no-repeat center center;
	background-size: 100%;
	animation: elliptical 5s infinite linear;
	
/* 	animation: animX 2s  cubic-bezier(0.36, 0, 0.64, 1) -1s infinite alternate,
	animY 2s cubic-bezier(0.36, 0, 0.64, 1) 0s infinite alternate */
}
@media (min-width: 1024px) {
	.yewu_nrw .nr a {display: inline-block;}
	.news_w ul li:hover .nr .ljgd_ana{
		visibility: hidden!important;
		opacity: 0;
		transform: translateY(6px);
		animation: none;
	}
}
@media (max-width: 1600px) {
	.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar {bottom: 125px;}
}
@media (max-width: 1440px) {
	.cpzxli .cpzxlir .pic-swiper .swiper-slide {
		width: 220px;
	}
	.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar {bottom: 121px;}
	.yewu_btw .img:after {top: 7px;}
}

@media (max-width: 1366px) {
	.yewu_btw:after {top: 26%;}
	.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar {bottom: 118px;}
}

@media (max-width: 1024px) {
	.plate_yewu .yewu_nr.swiper-horizontal>.swiper-pagination-progressbar {bottom: 115px;}
    .kyxz_listwa.swiper-horizontal> .swiper-pagination {
        bottom: 40px;
        display: block;
    }
    .kyxz_listnr.swiper-horizontal> .swiper-pagination {
        bottom: 0;
        display: block;
    }
    .kyxz_listwa.swiper-horizontal> .swiper-pagination span,
    .kyxz_listnr.swiper-horizontal> .swiper-pagination span {
        width: 10px;
        height: 10px;
        margin: 0 8px;
    }
    .kyxz_listwa.swiper-horizontal> .swiper-pagination span.swiper-pagination-bullet-active,
    .kyxz_listnr.swiper-horizontal> .swiper-pagination span.swiper-pagination-bullet-active {
        background: #0c3793;
    }
    .kyxz_listwa {padding-bottom: 40px;}
    .kyxz_listwa .swiper-button-next,.kyxz_listwa .swiper-button-prev {display: none;}
    .yuan1,
    .yuan2,
    .yuan3,
    .yuanyi,
    .yuansan,
    .yuaner {width: 300px;height: 300px;}
	.cyfb_cpzx,
    .cyfb_yfln {padding-top: 0;}
	.cpzxli .cpzxlir {padding: 0;}
	.cpzxli .cpzxlir .pic-swiper .swiper-slide {width: 160px;}
	.sous_formw a {width: 60px;font-size: 0;background: #0c3793 url(/images/souss.png) no-repeat center center;background-size: 24px;}
	.sous_formw {border: none}
	.cybj_kyxz .kyxz_listnrt {padding-bottom: 40px;}
	.cybj_jypx .jypx_fll {justify-content: center;}
	.yuaner {top: 2%;}
	.yuansan {top: 65%;}
	
}
.cybj_scjdw {position: relative;}
.cybj_scjd .right {
    width: 49%;
    position: absolute;
    right: -12%;
}
.cybj_scjd .right ul {
    position: absolute;
    left: 20%;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.cybj_scjd .right .bg {
    position: relative;
    width: 877px;
    height: 877px;
    transform: translateX(250px);
}
.cybj_scjd .right .bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(../images/scdzbjy.png) no-repeat center center;
    background-size: 100% 100%;
    animation: arrowMove 8s linear infinite;
}
.cybj_scjd .right li {
    position: absolute;
    top: calc(50% - 52px);
    right: -52px;
    /* left:0; */
    z-index: 2;
    width: 104px;
    height: 104px;
    transform-origin: -280px center;
    transition: 0s;
    cursor: pointer;
}
.cybj_scjd .right li.active {
    transition: .8s;
    transform: rotate(-166deg);
}
.cybj_scjd .right li.active .relative {
    transform: rotate(166deg);
}
.cybj_scjd .right li.active .pic {
    width: 480px;
    height: 480px;
    border-radius: 50%;
}
.cybj_scjd .right li.next {
    transition: .8s;
    transform: rotate(-102deg);
    top: 36%;
}
.cybj_scjd .right li.next .relative {
    transform: rotate(102deg);
}
.cybj_scjd .right li.prev {
    transition: 0s;
    transform: rotate(-1turn);
}
.cybj_scjd .right li.prev .relative {
    transform: rotate(1turn);
}
.cybj_scjd .right li.no.prev {
    transform: rotate(60deg);
}
.cybj_scjd .right.no li.prev {
    transition: .8s;
}
.cybj_scjd .right .relative {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    transition: inherit;
}
.cybj_scjd .right .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    transition: inherit;
    overflow: hidden;
}
.cybj_scjd .right li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.cybj_scjd .progress {
	width: 140px;
	height: 140px;
	position: absolute;
	right: 30%;
	bottom: 0;
	z-index: 30;
	background: #fff;
	border-radius: 50%;
}
.cybj_scjd .progress .swiper-pagination {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.cybj_scjd .progress svg path {
	transition: stroke-dasharray 0.6s ease 0s, stroke 0.6s ease 0s;
}
@media (max-width: 1440px) {
	.cybj_scjd .right li {
		transform-origin: -220px center;
	}
	.cybj_scjd .progress {bottom: 76px;}
	.yewu_nrw .nr p{max-height: 168px;}
}
@media (max-width: 1024px) {
    .cybj_scjd .right {
        width: 100%;
        position: relative;
		right: -20%;
    }
    .cybj_scjd .right ul {
        left: 0;
    }
    .cybj_scjd .right .bg {
        width: 500px;
        height: 500px;
        transform: translateX(30px);
    }
    .cybj_scjd .right li {
        top: calc(50% - 45px);
        right: -45px;
        width: 90px;
        height: 90px;
        transform-origin: -110px center;
    }
    /* .cybj_scjd .right li.active {
        transition: .8s;
        transform: rotate(-166deg);
    }
    .cybj_scjd .right li.active .relative {
        transform: rotate(166deg);
    } */
    .cybj_scjd .right li.active .pic {
        width: 240px;
        height: 240px;
    }
    .cybj_scjd .right li.next {
        transform: rotate(-80deg);
        top: 30%;
    }
    .cybj_scjd .right li.next .relative {
        transform: rotate(80deg);
    }
    .cybj_scjd .right li.prev {
        transform: rotate(-1turn);
    }
    .cybj_scjd .right li.prev .relative {
        transform: rotate(1turn);
    }
    .cybj_scjd .right li.no.prev {
        transform: rotate(60deg);
    }
    .scjdwl {height: auto;margin-bottom: 40px;}
	.cybj_scjd .progress {width: 100px;height: 100px;right: 50%;bottom: 0;}
	.cybj_scjd .progress svg path {stroke-width: 3px;}
	.cybj_scjd .progress .swiper-pagination {font-size: 14px;}
	.cybj_scjd .progress .swiper-pagination-current {font-size: 30px;}
	.plate_news .news_w ul li {margin-top: 0;}
	.yewu_nrw .nr p{max-height: 156px;}
	.qywh_w ul li a {display: flex;align-items: center;justify-content: space-between;}
	.cybj_jypx .jypx_fl .ljgd_ana {margin-left: auto;margin-right: auto;}
	.footer_nav ul li P a {display: block;}
	.nav .yiji li a:after {left:0;transform: none;}
	.scjdwl .swiper-slide.active .nr h2, .scjdwl .swiper-slide-thumb-active .nr h2 {font-size: 22px;}
    .jypx_list .swiper-box .swiper-btn {width: 30px;height: 30px;}
    .jypx_list .swiper-box .swiper-button-prev {left: -10px;}
    .jypx_list .swiper-box .swiper-button-next {right: -10px;}
    .jypx_list .swiper-box .swiper-btn:after {font-size: 12px;}
}
/* .gotop {
	position: fixed;
	bottom: 50px;
	right: 3%;
	background: #0c3793;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	z-index: 80;
	cursor: pointer;
	transition: all 0.36s;
	box-shadow: 0 5px 10px rgba(235, 240, 243, 0.1);
}
.gotop img {
	width: 50%;display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
} */


/* 客服挂件 */
.kefu_box {
    width: auto;
    height: auto;
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 19;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    /*transform: translateY(-25%);*/
}

.kefu_box .item {
    width: 54px;
    height: 54px;
    background: #f1f1f1;
    position: relative;
    z-index: 5;
    margin-bottom: 1px;
}
.kefu_box .item:last-child {margin-bottom: 0;}
.kefu_box .item:hover > a {background: #0c3793;}
.kefu_box .item > a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kefu_box .item .icon {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kefu_box .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 30px;
    height: 30px;
    transform: translate(-50%,-50%);
    transition: all .35s ease;
}
.kefu_box .item .icon .on {opacity: 0;visibility: hidden;}

.kefu_box .item .info {
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateX(25%);
    background: #0c3793;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.kefu_box .item .info .word {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 54px 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
}


.kefu_box .item.gotop {
    background: #0c3793;
}

.kefu_box .item:hover .icon .init {
    opacity: 0;
    visibility: hidden;
}
.kefu_box .item:hover .icon .on {
    opacity: 1;
    visibility: visible;
}
.kefu_box .item:hover .qrcode,
.kefu_box .item:hover .info {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.kefu_box .item .qrcode {
    position: absolute;
    width: 100px;
    background: #0c3793;
    padding: 12px;
    right: 100%;
    top: 0;
    z-index: 1;
    transform: translateX(25%);
    background: #0c3793;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.kefu_box .item .qrcode img {display: block;width: 100%;}
.kefu_box .item p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.kefu_box .contrast {
    width: 54px;
    height: auto;
    margin-top: 54px;
}

.kefu_box .contrast .number {
    width: 100%;
    height: auto;
}

@media (max-width:1024px) {
    /* .kefu_box {
        display: none;
    } */
    .kefu_box .item {
        width: 36px;
        height: 36px;
    }
    .kefu_box .item .icon img {
        width: 20px;
        height: 20px;
    }
    .kefu_box .item .info .word {
        padding: 8px 40px 8px 8px;
        font-size: 12px;
    }
    .kefu_box .item .qrcode {
        width: 90px;
        padding: 8px;
    }
}