body {
  line-height: 1.5;
}

input {
  border: 0;
  padding: 0;
  outline: none;
}

input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=radio] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.cont svg {
  margin: 0 !important;
}

.cont {

  padding-top: 0;
  padding-bottom: 0%;
}
.mySwiper_tj .swiper-horizontal {
    
        padding: 20px 0px 50px;
}

.mySwiper_tj .swiper-pagination {
        bottom: -5px!important;
    
    
}
.cont .page1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100vh;
}

.cont .page1 .index_banner {
    width: 100%;
    height: 100%!important;
}

.cont .page1 .index_banner .swiper-pagination {
  bottom: 150px;
}

.cont .page1 .index_banner .swiper-pagination-bullet {
  background: rgb(255, 255, 255, 0.8);
  opacity: 1;
}

.cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dba649;
}

.cont .page1 .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont .page1 .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.07);
  transition: all ease-out 8s;
}

.cont .page1 .index_banner .swiper-slide .text {
  position: absolute;
  top: 60%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;

     transition: all 0.4s;
}

.cont .page1 .index_banner .swiper-slide .text p {
  font-size: 72px;
  width: 40%;
  display: block;
  line-height: 1.2;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s; 
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.cont .page1 .index_banner .swiper-slide .text span {
  display: block;
  width: 36%;
  margin-top: 2.5%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.cont .page1 .index_banner .swiper-slide .text a {
  display: inline-block;
  margin-top: 4%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  display: flex;
  justify-content: center;
}

.cont .page1 .index_banner .swiper-slide .text a i {
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  width: 190px;
  height: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;

}

.index_banner .swiper-button-next,
.index_banner .swiper-button-prev {
  width: 65px;
  height: 65px;

  border-radius: 50%;
  transform: all 0.4s;

}

.index_banner .swiper-button-next::after,
.index_banner .swiper-button-prev::after {

  color: #ffffff;
}

.index_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {


  left: 10%;
}

.index_banner .swiper-pagination-bullet {
  width: 55px;
  height: 7px;
  border-radius: unset;
}

.index_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {

  right: 10%;
}

.cont .page1 .index_banner .swiper-slide .text a i svg {
  margin-left: 5px !important;
}

.cont .page1 .index_banner .swiper-slide .text a i::after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #004087;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}

.cont .page1 .index_banner .swiper-slide .text a i::before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #004087;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}

.cont .page1 .index_banner .swiper-slide .text a i:hover {
  border: 3px solid #004087;
}

.cont .page1 .index_banner .swiper-slide .text a i:hover::after {
  border-width: 200px 0 0 200px;
}

.cont .page1 .index_banner .swiper-slide .text a i:hover::before {
  border-width: 0 200px 200px 0;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.001);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
  transition-delay: 1.6s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}

.page2 {

  margin-top: -42px;
  z-index: 2;
  position: relative;
}

.page2 .p_list {

  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page2 .p_list .p_loopitem {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
    background-color: #0089BE;
  height: 150px;
  transition: all 0.4s;
  position: relative;
}

.page2 .p_list .p_loopitem .dis_dh{
 position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    top: 0px;
    font-size: 18px;
    transition: all 0.4s;
    opacity: 0;
    border-radius: 5px;
}
.page2 .p_list .p_loopitem .dis_dh .dis_vgs {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
        z-index: 20;
}
.page2 .p_list .p_loopitem .dis_dh span {
    
        position: absolute;
    top: 0;
    /* height: 20px; */
    /* width: 20px; */
    right: 5px;
    display: block;
    line-height: 20px;
}
.page2 .p_list .p_loopitem .dis_dh::before {
       content: '';
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    bottom: -10px;
    } 
.page2 .p_list .p_loopitem:hover {
   margin-top: -20px;
   
background-color: #004087;
}
.page2 .p_list .p_loopitem.aaaa .dis_dh{
    
       top: -65px;
         opacity: 1;
}
.page2 .p_list .p_loopitem .dis_dh a {
    
    font-weight: bold;
}
.page2 .p_list .p_loopitem a {

  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  
 justify-content: center;
}
.page2 .p_list .p_loopitem a p {
    
        letter-spacing: 0px;
    color: #ffffff;
  
}
.page2 .p_list .p_loopitem .e_img {
  margin-right: 2.5vw;
  width: 80px;
}

.page2 .p_list .p_loopitem:hover .e_img img {

  transform: scale(1.04);
}

.page2 .p_list .p_loopitem .e_img img {

  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page3 {

  padding: 4vw 0;
}

.page3 .swiper_fine {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page3 .swiper_fine .gj_mine {

  display: flex;

}

.page3 .swiper_fine .gj_mine .tu {

  width: 50%;
}


.page3 .swiper_fine .gj_mine .pism {

  flex: 0 0 50%;

  overflow: hidden;
}

.page3 .swiper_fine .gj_mine .pism img {

  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: all 0.4s;
}

.page3 .swiper_fine .gj_mine:hover .pism img {

  transform: scale(1.04);
}

.page3 .swiper_fine .gj_mine .e_new {

  background-color: #004087;
  color: #fff;
  padding: 2.5vw 4vw;
}

.page3 .swiper_fine .gj_mine .e_new .e_box {

  line-height: 1;
  margin-bottom: 3vw;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_1 p:nth-child(1) {
  margin-bottom: 10px;
  transition: all 0.4s;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
word-break: break-all;  
-webkit-box-orient: vertical;
line-height: 1.5;
height: 1.5em;
max-height: 1.5em;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_1 a p:hover {
    color: #dca749;
    
    
}
.page3 .swiper_fine .gj_mine .e_new .e_new_2 {

  margin-top: 2vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 6em;
  max-height: 6em;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 {

  margin-top: 2vw;
  display: flex;
  justify-content: flex-end;

}


.page3 .swiper_fine .gj_mine .e_new .e_new_3 a {}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a i::after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #dca749;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;

}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a i::before {

  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #dca749;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a i {

  border: 3px solid #fff;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
  width: 140px;
  height: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a:hover i {
  border: 3px solid #dca749;


}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a:hover i::before {

  border-width: 0 200px 200px 0;
}

.page3 .swiper_fine .gj_mine .e_new .e_new_3 a:hover i::after {

  border-width: 200px 0 0 200px;
}


.page3 .swiper_fine .swiper-pagination {

  display: flex;
  align-items: center;
}

.page3 .swiper_fine .swiper-pagination .swiper-pagination-bullet {

  width: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 1;
  border: 2px solid #ffffff;
  margin: 0 5px;
  border-radius: unset;
  background-color: unset;
  color: #ffffff;
}

.page3 .swiper_fine .swiper-pagination {

  bottom: auto;
  left: auto;
  width: auto;
  top: 40px;
  right: 40px;
}

.page3 .swiper_fine .swiper-pagination .swiper-pagination-bullet-active {


  border: 2px solid #dca749;
  color: #dca749;

}

.page4 {

  background-color: #004087;
}





.section02 .ctn-list {
  margin-top: 3.7vw;
}

.section02 .ctn-list .mySwiper_tj {
  display: flex;
  justify-content: space-between;
      padding: 20px 0 50px;
}

.section02 .ctn-list .mySwiper_tj li {
  width: 80%;

  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  margin: 0 auto;
}

.section02 .ctn-list .mySwiper_tj li a {

  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);

}

.section02 .ctn-list .mySwiper_tj li a .tu {
  height: 500px;
  position: relative;
}

.section02 .ctn-list .mySwiper_tj li a .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section02 .ctn-list .mySwiper_tj li a .tu .text {
  position: absolute;
  width: 100%;
  left: -40px;
  bottom: 0;
      padding: 1vw 1vw 1vw;
  /* background: url(../img/bg5.png) no-repeat; */
  background-size: cover;
  padding: 0.8vw 2vw 0.8vw;
  color: #fff;
  opacity: 0;
  height: 180px;
  background: rgb(255, 255, 255, 0.6);
}

.section02 .ctn-list .mySwiper_tj li a .tu .text h2 {
  font-weight: bold;
  letter-spacing: 2px;
  color: #262461;
}

.section02 .ctn-list .mySwiper_tj li a .tu .text h3 {
  letter-spacing: 2px;
    margin-top: 1vw;
    letter-spacing: 1px;
    color: #262461;
    font-weight: bold;


}
.mySwiper_tj .swiper-pagination-clickable .swiper-pagination-bullet {
    
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    opacity: 0.2;
}

.mySwiper_tj .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}
.section02 .ctn-list .mySwiper_tj li a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.section02 .ctn-list .mySwiper_tj li a .mask .kuang {
  position: absolute;
  width: 88%;
  height: 88%;
  left: 6%;
  top: 6%;
}

.section02 .ctn-list .mySwiper_tj li a .mask .kuang img {
  width: 100%;
  height: 100%;
}

.section02 .ctn-list .mySwiper_tj li a .mask .center {
  position: absolute;
  width: 100%;
  left: 50%;
  top: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  bottom: 0;
  background: rgb(255, 255, 255, 0.6);

  height: 180px;
}

.section02 .ctn-list .mySwiper_tj li a .mask .center .icon {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section02 .ctn-list .mySwiper_tj li a .mask .center .icon img {
  max-height: 94px;
}

.section02 .ctn-list .mySwiper_tj li a .mask .center h2 {
  position: relative;
  padding-bottom: 0;
  letter-spacing: 7px;
  color: #262461;

  margin: 0 auto;
  font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 1vw;
}


.section02 .ctn-list .mySwiper_tj li a .mask .center h3 {
  color: #957b54;
  margin-top: 1vw;
}

.section02 .ctn-list .mySwiper_tj li:hover {
  width: 95%;
}

.section02 .ctn-list .mySwiper_tj li:hover a .tu .text {
  opacity: 1;
  left: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}

.section02 .ctn-list .mySwiper_tj li:hover a .mask {
  opacity: 0;
}



.section02 .ctn-list .mySwiper_tj li:nth-child(1) a {
  transition: all 0.8s ease 0.15s;
  -webkit-transition: all 0.8s ease 0.15s;
  -moz-transition: all 0.8s ease 0.15s;
  -ms-transition: all 0.8s ease 0.15s;
}

.section02 .ctn-list .mySwiper_tj li:nth-child(2) a {
  transition: all 0.8s ease 0.3s;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
}

.section02 .ctn-list .mySwiper_tj li:nth-child(3) a {
  transition: all 0.8s ease 0.45s;
  -webkit-transition: all 0.8s ease 0.45s;
  -moz-transition: all 0.8s ease 0.45s;
  -ms-transition: all 0.8s ease 0.45s;
}

.section02 .ctn-list .mySwiper_tj li:nth-child(4) a {
  transition: all 0.8s ease 0.6s;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
}


.ance {

  padding: 4vw 0;
}



.page5 .j_l_title h2 {

  color: #000;
}

.honer_1 {
  margin-top: 4vw;
  position: relative;
  overflow: hidden;
}

.mySwiper_ry .swiper-wrapper {

  padding: 0px 0px;
  height: 300px !important;
}



.mySwiper_ry {

  width: 100%;
  overflow: hidden;
}

.mySwiper_ry .sli_imge {
  width: 100%;


}
    transition: all 0.4s;


.mySwiper_ry .sli_imge .e_image {

    height: 110px;
  margin: 0 auto;
}


.page5 .swiper-pagination span {

  width: 14px;
  height: 14px;
  background-color: #000000;
}

.page5 .swiper-pagination span.swiper-pagination-bullet-active {

  background-color: #004087;
}

.mySwiper_ry .sli_imge img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    transition: all 0.4s;
    overflow: hidden;
    overflow: hidden;
    margin: 0 auto;
}
.mySwiper_ry .sli_imge .e_image img:hover{
    
    transform: scale(1.05);
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper_ry .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;

  /* height: calc((100% - 30px) / 2) !important; */
  height: 120px !important;

}


  .index_banner .swiper-button-next:after {
           transition: all 0.4s;
       color: #ffffff;
  }
  .index_banner .swiper-button-prev:after {
      
          color: #ffffff;
          transition: all 0.4s;
  }


  .index_banner .swiper-button-next:hover:after {
      
       color: #004087;
  }
  .index_banner .swiper-button-prev:hover:after {
      
          color: #004087;
  }


  .index_banner .swiper-button-next, .index_banner .swiper-button-prev {

     background-image: unset;

  }




@media screen and (max-width: 1600px) {
  .cont .page1 .index_banner .swiper-slide .text p {
    font-size: 50px;
  }
}

/* 125% */
@media only screen and (min-width: 1450px) and (max-width: 1537px) {

  .cont .page3 .btn a i {
    padding: 12px 28px;
  }

  .cont .page1 .index_banner .swiper-slide .text a i {
    padding: 12px 28px;
  }
}

@media screen and (max-width: 1366px) {
  .cont .page1 .index_banner .swiper-slide .text p {
    font-size: 38px;
  }
  .cont .page1 .index_banner .swiper-slide .text a i {
      
            width: 150px;
    height: 50px;
  }
.page2 .p_list .p_loopitem .e_img {
    
        width: 60px;
}
.page2 .p_list .p_loopitem {
    
        height: 100px;
}
.cont .page1 .index_banner .swiper-pagination {
    
        bottom: 50px;
}
.index_banner .swiper-pagination-bullet {
    
    width: 50px;
    height: 4px;
}
}

/* 150 */
@media only screen and (min-width: 1020px) and (max-width: 1291px) {



  .cont .page3 .btn a i {
    padding: 10px 23.33px;
  }

  .cont .page1 .index_banner .swiper-slide .text a i {
    padding: 10px 23.33px;
    
  }
}

@media screen and (max-width: 998px) {
  .cont .page1 .index_banner .swiper-slide .text p {
    width: 60%;
  }

  .cont .page1 .index_banner .swiper-slide .text span {
    width: 60%;
  }





  .cont .page3 span {
    width: 60%;
  }

  .cont .page3 .page3_logo {
    width: 3.2%;
    left: -3.7%;
    top: -1%;
  }
}

@media screen and (max-width: 1200px) {
  .page2 .p_list .p_loopitem .e_img {

    width: 60px;
  }
.section02 .ctn-list .mySwiper_tj li a .tu {
    
        height: 350px;
}
.section02 .ctn-list .mySwiper_tj li a .mask .center {
    
        height: 150px;
}
  .mySwiper_ry .swiper-slide {

    height: 100px !important;
  }

  .page2 .p_list .p_loopitem {

    height: 120px;
  }

  .index_banner .swiper-button-next,
  .index_banner .swiper-button-prev {

    width: 50px;
    height: 50px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {

    font-size: 26px;
  }

  .section02 .ctn-list ul li a .tu {

    height: 420px;
  }

  .section02 .ctn-list ul li a .mask .center {

    height: 150px;
  }

  .section02 .ctn-list ul li a .mask .center h2 {

    line-height: 150px;
  }

  .cont .page1 .index_banner .swiper-slide .text a i {

    width: 150px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section02 .ctn-list ul li:hover {

    width: 100%;
  }
  .mySwiper_ry .sli_imge img { width: 100%; }
  .page3 .swiper_fine .swiper-pagination {
      
          top: 20px;
    right: 15px;
  }
  .page3 .swiper_fine .swiper-pagination .swiper-pagination-bullet {
      
          width: 30px;
    height: 30px;
  }
  .page3 .swiper_fine .gj_mine .e_new .e_new_3 a i {
      
          width: 120px;
    height: 40px;
    font-size: 16px;
  }
  
  .section02 .ctn-list ul li {

    width: 100%;
  }
  .page3 .swiper_fine .gj_mine .e_new .e_new_2 {
         height: 3em;
    max-height: 3em;
    font-size: 16px;
        -webkit-line-clamp: 2;
      
  }
  .index_banner .swiper-button-next, .index_banner .swiper-button-prev {
      
  
    color: #ffffff;
     background-image: unset;
  }


 .index_banner .swiper-button-prev:after, .index_banner .swiper-button-next:after {
     
     
    font-size: 22px;
 }
  .mySwiper_tj .swiper-pagination-clickable .swiper-pagination-bullet {
      
          width: 10px;
    height: 10px;
  }

  .page3 .swiper_fine .gj_mine .e_new .e_new_3 {
      
          margin-top: 15px;
  }
  .section02 .ctn-list .mySwiper_tj li {
      
          width: 100%;
  }
  .section02 .ctn-list ul {

    flex-wrap: wrap;
  }
  .ance {

    padding: 40px 0;
  }

  .page5 .swiper-pagination span {

    width: 10px;
    height: 10px;
  }
  .cont .page1 {

    height: 300px;
  }
  .page2 {
    padding: 40px 0 0px;

  }
  .cont .page1 .index_banner .swiper-pagination {

    bottom: 10px;
  }

  .page2 {

    margin-top: -0px;
  }
  .page2 .p_list {

    flex-wrap: wrap;
  }
  .cont .page1 .index_banner {
    height: 400px;
  }

  .page2 .p_list .p_loopitem {

    width: 49%;
        margin-bottom: 15px;
  }
  .page3 .swiper_fine .gj_mine {

    flex-wrap: wrap;
  }


  .page3 .swiper_fine .gj_mine .pism {
    /* padding: 20px; */
    flex: 0 0 100%;
  }
  .page3 .swiper_fine .gj_mine .e_new {

    padding: 20px;
  }
  .cont .page1 .index_banner .swiper-slide .text p {
    font-size: 22px;
    width: 80%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }

  .cont .page1 .index_banner .swiper-slide .text span {
    width: 80%;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 4.5em;
  }

  .cont .page1 .index_banner .swiper-slide .text a i {
    padding: 5px 15px;
  }


  .cont .page3 p br {
    display: none;
  }

  .cont .page3 span {
    width: 100%;
  }

  .cont .page3 .page3_logo {
    display: none;
  }

  .cont .page3 .btn a i {
    padding: 5px 15px;
  }

  .cont .page4 {
    padding: 40px 0;
  }

  .cont .page4 .news .news_l {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .cont .page4 .news .news_r {
    width: 100%;
  }

  .cont .page4 .news .news_r .txt em {
    margin-top: 7%;
  }
  
  .cont .page1 .index_banner .swiper-slide .text a i {
          width: 120px;
    height: 40px;
      
  }
  
  .index_banner .swiper-pagination-bullet {
      
          height: 5px;
  }
}
