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;
}

.conts {

  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

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;
}

@keyframes indmhRun {
  0% {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}



@keyframes indmhRun1 {
  0% {
    opacity: 0;
    transform: translateY(60px);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}


.cont svg {
  margin: 0 !important;
}

.cont .page1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.cont .page1 .index_banner {
  width: 100%;
}

.cont .page1 .index_banner .swiper-pagination {
  bottom: 5%;
}

.cont .page1 .index_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255, 0.6);
  opacity: 1;
}

.cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 7px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {


  margin: 0 8px;
}

.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%;
  object-fit: cover;
}

.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: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}

.cont .page1 .index_banner .swiper-slide .text p {

  width: 100%;
  display: block;
  line-height: 1.2;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  font-weight: bold;
  text-align: center;
}
.cont .page1 .index_banner .swiper-slide .text .cox_banner_p2 {
    
        margin-top: 40px;
}
.cont .page1 .index_banner .swiper-slide .text span {
  display: block;
  width: 100%;
  margin-top: 2.5%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  text-align: center;
}

.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;
}

.cont .page1 .index_banner .swiper-slide .text a i {
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}

.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: #ff8300;
  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: #ff8300;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.cont .page1 .index_banner .swiper_image {
    height: 100%;
}
.cont .page1 .index_banner .swiper-slide .text a:hover i {
  border: 1px solid #ff8300;
}

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

.cont .page1 .index_banner .swiper-slide .text a:hover i::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;
}

.cont .page2 {

  /* position: sticky; */
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.indmh {
  width: 100%;
  position: relative;
  height: 300vh;
}

.indmh-sticky {
  width: 100%;
  top: 0;
  left: 0;
  position: sticky;
  overflow: hidden;
}

.indmh-bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: relative;
}
 .indmh-bg img {
     
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
.indmh-bg::before {
content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(210, 0, 0, 0.6);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
  }
.indmh-logo {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  
  

}

.indmh-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indmh-text {
  width: 100%;
  position: absolute;
  z-index: 3;
  justify-content: center;
  left: 0;
    top: 84vh;
  color: #333;
  transition: all .4s ease;
}

.indmh-text span {
  position: relative;
  margin-left: 24px;
}

.indmh-text span:first-child {
  margin-left: 0;
}

.indmh-text.active {
  opacity: 0;
}

.indmh-shade {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 5;
}



.indmh-content {
  position: absolute;
  width: 100%;

  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #222222;
  background-image: url(../img/index_3_bj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
    background-size: cover;
}


.indmh-content .contain {
  z-index: 5;
  animation: indmhRun 2s ease both .6s;
}

.indmh-content .dhbut a em {

  color: #ffffff;
}



.indmh-content .contain .btn {
  width: 170px;
  height: 50px;
  background-color: #d20000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.indmh-content .contain .btn a em {

  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  position: relative;
  z-index: 2;
  font-size: 18px;
}

.indmh-content .contain .btn a i {

  display: flex;
  align-items: center;
}

.indmh-desc {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
  margin-left: 0;
  margin-bottom: 6vw;
}

.zyttx p {
  letter-spacing: 0px;
  color: #d20000;
  text-align: center;
  margin-bottom: 20px;
}
@keyframes HxXkKkRun {
  0% {
    transform: translateY(16px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(16px);
  }
}

.zyttx .icon_mine {
  width: 40px;
  height: 40px;
  border: solid 1px rgb(210, 0, 0, 0.3);
  /* opacity: 0.3; */
  border-radius: 50%;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
      animation: HxXkKkRun 3s linear infinite;
}

.indmh-num {
  width: 100%;
  color: #fff;
}

.indmh-num li {
  width: 25%;
  text-align: center;
}

.indmh-num li .num {
  font-family: "MB";
  line-height: 1;
  font-weight: 700;
}

.indmh-num li .title {
  line-height: 1.1;
}

.indmh-more {
  width: 100%;
  justify-content: center;
}

.indmh-more a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 230px;
  height: 52px;
  padding-top: 2px;
  border: 1px solid #fff;
  border-radius: 26px;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  transition: all .4s ease;
}
/*
.indmh-more a::after {
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 22px;
  background: url('../images/index/indArr.png') no-repeat center;
  transition: all .4s ease;
}
*/
.indmh-more a:hover {
  background: #0056b8;
  border-color: #0056b8;
}

.indmh-more a:hover::after {
  transform: translateX(-26px);
}

/* -- */
.indmh-content {
  opacity: 0;
  pointer-events: none;
  transition: all .8s ease;
}

.indmh-content.active {
  opacity: 1;
  pointer-events: auto;
}

.indmh-content.active .indTitle {
  animation: indmhRun 1s ease both .4s;
}

.indmh-content.active .indmh-desc {
  animation: indmhRun 1s ease both .6s;
}

.indmh-content.active .indmh-num {
  animation: indmhRun 1s ease both .8s;
}

.indmh-content.active .indmh-more {
  animation: indmhRun 1s ease both 1s;
}

.indmh-text1 {

  width: 100%;
  position: absolute;
  z-index: 3;
  justify-content: center;
  left: 0;
  top: 5vh;
  color: #333;
  transition: all .4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont .page3_indeh {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.cont .page3_indeh .w1600 {
  position: relative;
  overflow: inherit;
}

.cont .page3_indeh .page3_indeh_logo {
  position: absolute;
  width: 3.7%;
  left: -5.7%;
  top: -5%;
}

.cont .page3_indeh .text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  color: #fff;
  width: 100%;
}

.cont .page3_indeh p,
.cont .page3_indeh span {
  display: block;
}

.cont .page3_indeh span {
  width: 35%;
  margin-top: 1.5%;
  line-height: 2;
}

.cont .page3_indeh .btn {
  margin-top: 3%;
  padding: 0;
}

.cont .page3_indeh .btn a {
  display: inline-block;
  margin-top: 4%;
  margin-right: 15px;
  color: #fff;
}

.cont .page3_indeh .btn a em {
  font-style: normal;
  position: relative;
  z-index: 2;
}

.cont .page3_indeh .btn a i {
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 15px 35px;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}

.cont .page3_indeh .btn a i svg {
  margin-left: 5px !important;
  position: relative;
  z-index: 2;
}

.cont .page3_indeh .btn a i svg path {
  transition: all 0.6s;
}

.cont .page3_indeh .btn 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: #ff8300;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 1;
}

.cont .page3_indeh .btn 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: #ff8300;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 1;
}

.cont .page3_indeh .btn a:hover i {
  border: 1px solid #ff8300;
}

.cont .page3_indeh .btn a:hover i::after {
  border-width: 200px 0 0 200px;
}

.cont .page3_indeh .btn a:hover i::before {
  border-width: 0 200px 200px 0;
}

.cont .page3_indeh .btn a:nth-child(1) {
  color: #666;
}

.cont .page3_indeh .btn a:nth-child(1) i {
  background-color: #fff;
}

.cont .page3_indeh .btn a:nth-child(1) i svg path {
  fill: #666;
}

.cont .page3_indeh .btn a:nth-child(1):hover {
  color: #fff;
}

.cont .page3_indeh .btn a:nth-child(1):hover i svg path {
  fill: #fff;
}








.page3 {

padding-top: 5.222%;
}

.page3_mine .zy_1 {

  color: rgb(0, 0, 0, 0.06);
    font-size: 10.2vw;
    line-height: 0.8;
  font-weight: bold;
  width: auto;
  display: flex;
  justify-content: end;
}


.page3_mine .zy_2 .p_list {
  height: 620px;
  position: relative;
}

.page3_mine .zy_2 {}

.page3_mine .zy_2 .p_list .p_pome {

  position: absolute;

}

.page3_mine .zy_2 .p_list .p_pome .p_pome_img {

    position: relative;
    overflow: hidden;

}

.page3_mine .zy_2 .p_list .p_pome .p_pome_img:hover img {
  transform: scale(1.05);

}

.page3_mine .zy_2 .p_list .p_pome .p_pome_img .txte {

  position: absolute;
  color: #ffffff;

}

.page3_mine .zy_2 .p_list .p_pome .p_pome_img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}

.page3_mine .zy_2 .p_list .p_pome:nth-child(1) {

top: -14vw;
    width: 57vw;
}

.page3_mine .zy_2 .p_list .p_pome:nth-child(2) {
    bottom: -2vw;
    left: 8%;
    width: 41vw;
}

.page3_mine .zy_2 .p_list .p_pome:nth-child(3) {
    width: 30vw;
  right: 0;
  top: -1vw;
}
.page3_mine .zy_2 .p_list .p_pome:nth-child(2) .txte {
        right: auto;
        left: 50px;
}

.page3_mine .zy_2 .p_list .p_pome:nth-child(3) .txte {
    
        left: 50px;
}
.page3_mine .zy_2 .p_list .p_pome .p_pome_img .txte {

  position: absolute;
  top: 50px;
  right: 50px;
}
.mCSB_inside>.mCSB_container {
    
    margin-right: 0px;
}
.page3_mine .zy_3 {

    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    margin-top: -15vw;
    z-index: -1;
    position: relative;
    height: 550px;
    max-height: 550px;
}

.page3_mine .zy_3 img {

  width: 60%;
  height: 100%;
  object-fit: cover;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

  background-color: #d20000 !important;
  margin-right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {

  background-color: rgba(0, 0, 0, .0);
}
.cont .page4 .news .news_r>div:last-child {
    
        margin-right: 0%;
}

.cont .page4 {
padding-top: 5.222%;
    padding-bottom: 5.222%;
}

.cont .page4 .tit {
  color: #ff8300;
  display: block;
  text-align: center;
}

.cont .page4 .sub_tit {
  color: #222222;
  display: block;
  text-align: center;
}

.cont .page4 .news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}

.cont .page4 .news .news_l {
    width: 31.3%;
    height: auto;
    background-color: #f6f6f6;
    margin-left: 0%;
}

.cont .page4 .news .news_l .news_sw {
  height: 100%;
}

.cont .page4 .news .news_l .news_sw a {
  display: block;
  width: 100%;
  height: 100%;
}

.cont .page4 .news .news_l .news_sw_pagination {
  text-align: right;
  bottom: 5%;
  padding-right: 5%;
}

.cont .page4 .news .news_l .news_sw_pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.cont .page4 .news .news_l .news_sw_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.cont .page4 .news .news_l .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cont .page4 .news .news_l .img img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.cont .page4 .news .news_l .swiper-slide:hover .img img {
  transform: translate(-50%, -50%) scale(1.05);
}

.cont .page4 .news .news_l .txt {
    height: 556px;
  background-color: #f6f6f6;
    padding: 10% 0;

}

.cont .page4 .news .news_l .txt .new_scr {

  padding: 0 10%;
}

.cont .page4 .news .news_l .txt .item {
    margin-bottom: 20px;
    display: block;
      border-bottom: 1px solid rgb(204, 204, 204, 0.6);
    padding-bottom: 20px;
}

.cont .page4 .news .news_l .txt .item .p_1 {
  letter-spacing: 0px;
  color: #333333;
  font-weight: bold;
  transition: all 0.4s;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all; 
-webkit-box-orient: vertical;
    line-height: 1.5;
    height: 3em;
    max-height: 3em;
}

.cont .page4 .news .news_l .txt .item .p_1:hover {

  text-decoration: underline;


  letter-spacing: 0px;
  color: #d20000;
}

.cont .page4 .news .news_l .txt .item .p_2 {

  line-height: 1;
  margin-top: 20px;
}

.cont .page4 .news .news_l .txt .item .p_2 span {
  letter-spacing: 0px;
  color: #777;

}

.cont .page4 .news .news_l .txt .item .p_2 .sp_1 {


  line-height: 1;
}

.cont .page4 .news .news_r {
    width: 66.6%;
    display: block;
    display: flex;
    overflow: hidden;
    margin-right: 2%;
}

.cont .page4 .news .news_r .item {}

.cont .page4 .news .news_r>div {
    width: 48.44%;
    height: 100%;
    margin-right: 3%;
}

.cont .page4 .news .news_r>div:hover .img img{
        transform: scale(1.05) translate(-50%, -50%);
    
}
.cont .page4 .news .news_r>div:hover .txt .item .p_1 {

  text-decoration: underline;


  letter-spacing: 0px;
  color: #d20000;
}

.cont .page4 .news .news_r .img {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.cont .page4 .news .news_r .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
      transition: all 0.4s;
}

.cont .page4 .news .news_r .txt {
    padding: 11% 10%;
    background-color: #f6f6f6;
    height: 100%;
}

.cont .page4 .news .news_r .txt .item2 {
  letter-spacing: 0px;
  color: #777777;
  line-height: 2;
  margin-top: 7%;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;
height: 4em;
max-height: 4em;
}

.cont .page4 .news .news_r .txt i {
  color: #8a8a8d;
}

.cont .page4 .news .news_r .txt .p_1 {
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    line-height: 1.5;
    height: 3em;
    max-height: 3em;
}

.cont .page4 .news .news_r .txt .p_2 {}

.cont .page4 .news .news_r .txt .sp_1 {
  

  line-height: 1;

}

.cont .page4 .news .news_r .txt span {
  color: #777;

}

.cont .page4 .news .news_r .txt em {
  color: #999999;
  display: flex;
  align-items: center;
  font-style: normal;
  margin-top: 21%;
}



.dhbut a {

  width: 170px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #bababa;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  
}

.dhbut a em {

  font-style: normal;
  font-weight: 500;


}

.dhbut a i .icon {

  margin-left: 20px !important;
  transition: all 0.4s;
}

.dhbut a i {

  display: flex;
  align-items: center;
}

.dhbut a:hover {
  border: solid 1px #d20000;
  color: #ffffff;
  background-color: #d20000;
}

.dhbut a:hover .icon {

  margin-left: 10px !important;
}

.dhbut a:hover .icon path {
  fill: #ffffff;

}

.page4 .new_but {
  margin-top: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page4 .new_but a {

  margin: 0 10px;
}

.page4 .new_but a i {

  display: flex;
  align-items: center;
  justify-content: center;
}

.page5 {
  background-image: url(../img/index_6_bj.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;

}

.page5_mine {

  display: flex;
}


.page5_mine .page5_l {

  flex: 0 0 44.5%;
}



.page5_mine .page5_r .contster .zydd .txt {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1.6vw;
}

.page5 {

  padding-top: 5.222%;
  padding-bottom: 5.222%;
}

.page5_mine .page5_r .contster .zydd {
  letter-spacing: 0px;
  color: #777777;
  margin-bottom: 4.2vw;
}


.page5_mine .page5_r .pae_img {

  margin-top: 6vw;
  overflow: hidden;
  transition: all 0.4s;
}

.page5_mine .page5_r .pae_img:hover {

  transform: scale(1.05);
}



.page5 .shares {
  background-image: url(../img/7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 12.5% 12.5% 9.5% 12.5%;

}

.page5 .shares .shares_top>p {

  margin-bottom: 2vw;
}

.page5 .shares .shares_top p {
  color: #ffffff;
  line-height: 1;

}

.page5 .shares .shares_top .number_1 {

  padding-bottom: 3.1vw;
  border-bottom: 1px solid #e07971;
  margin-bottom: 3.1vw;
}

.page5 .shares .shares_top .number_1 .p_2 span {

  margin-right: 20px;
}
.page5 .shares.ss_down .sp_image img{
    
        transform: rotate(180deg);
}

.page5 .shares.ss_up .sp_image img {
    
    transform: rotate(0deg);
}
.page5 .shares .shares_top .p_1 {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}
.page5 .shares .shares_top .p_1 .sp_image {
    
       width: 19px;
    height: 25px;
    display: block;
    margin-left: 5px;
}
.page5 .shares .shares_top .p_1 .sp_image img{
    
    	width: 100%;
	height: 100%;
object-fit: contain;
}
.page5 .shares .shares_bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;

}

.page5 .shares .shares_bottom li {
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  width: 40%;
}

.page5 .shares .shares_top .number_1 .p_1 span {

  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}

.page5_mine .page5_r .contster {

  padding-left: 5.2vw;
  padding-top: 4vw;
}
    .page5_mine .page5_r .contster .dhbut {
            margin-top: -10px;
    }
.page5_mine .page5_l .times {
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 4vw;

}

@media screen and (max-width: 1600px) {
 .page3_mine .zy_3 {
     
         height: 500px;
 }
  .page3_mine .zy_2 .p_list {
      
          height: 400px;
  }
  
    .page3_mine .zy_2 .p_list .p_pome:nth-child(2) {
            width: 38%;
        
    }
    .cont .page4 .news .news_l .txt {
        
            height: 500px;
    }
}
@media screen and (max-width: 1440px) { 
    .cont .page4 .news .news_l .txt {
        
                 height: 470px;
    }
   .page3_mine .zy_3 {
     
         height: 420px;
 }
}


/* 125% */
@media only screen and (min-width: 1450px) and (max-width: 1537px) {
  .cont .page2 ul li .lines .img {
    padding-top: 81%;
  }

  .cont .page2 .index_search {
    margin: 1% auto 2%;
  }

  .cont .page2 .index_search .index_search_item {
    height: 40px;
  }

  .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) {

  .page3_mine .zy_2 .p_list {
      
              height: 360px;
  }
}

/* 150 */
@media only screen and (min-width: 1020px) and (max-width: 1291px) {
  .cont .page2 ul li .lines .img {
    padding-top: 80%;
  }

  .cont .page2 .index_search .index_search_item {
    height: 33px;
  }

  .cont .page2 .index_search .index_search_item a {
    width: 100px;
  }

  .cont .page2 .index_search .index_search_item input {
    width: calc(100% - 100px);
  }

  .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: 1200px) { 
    
   .page3_mine .zy_2 .p_list {
       
               height: 300px;
   } 
   
   .cont .page4 .news .news_l .txt {
       
               height: 400px;
   }
      .page3_mine .zy_3 {
     
         height: 360px;
 }
}


@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 .page2 {

    position: static;
  }
.page3_mine .zy_3 {
            height: 300px;
        margin-top: -26vw;
}
  .cont .page3 {
    height: 700px;
  }

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

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

@media screen and (max-width: 768px) {
    .conts .page2 {
        
        display: none!important;
    }
    .conts .page2_des{
        
        display: block!important;
    }
    
     .conts .page2_des .indmh-text1 {
         
         position: unset;
         top: 0;
     }
    
      .conts .page2_des .indmh {
          
          background-color: #222222;
    background-image: url(../img/index_3_bj.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
            padding: 40px 0;
      }
    
     .conts .page2_des .indmh-content {
         
                 position: unset;
        opacity: 1;
        background-image: unset;
     }
    
    .conts .page2_des .indmh-text1 .cor {
        display: none;
        
    }
    
    .conts .page2_des .dhbut a {
        
    color: #ffffff;
    }
    .conts .page2_des .zydd .txt {
          color: #ffffff; 
        
    }
    
    
    
    .phone-hide{
        display: none;
    }
    .indmh-sticky {
        
            position: unset;
    }
.indmh-sticky .fw700 {
    
    display: none;
}
    .indmh-content{
        align-items: flex-start;
    }
    .indmh-content .contain{
       margin-top: calc(6vh + 60px);
    }
    .indmh-text1{
        top: 4vh;
    }
    .cont .page4 .news .news_r>div {
        
                margin-right: 0;
    }
      .cont .page4 .news .news_r .txt .p_1 {
          
              margin-bottom: 15px;
      }  
    .indmh-logo {
        
            display: none;
    }
    .indmh-bg {
        
          display: none;
    }
    .indmh-content {
        
               position: unset;
        opacity: 1;
    }
    
    .indmh-desc {
            max-width: 100%;
            margin-bottom: 20px;
            font-size: 16px;
    }
    .indmh-shade {
        
        display: none;
    }
 .indmh-content {
     
        height: 410px;
 }
 .indmh {
        
  height: auto;
}
    
    .page5 {
        
        
            padding-top: 40px;
    padding-bottom: 40px;
    }
    
    .cont .page4 .news .news_l {
        
        display: none;
    }
    
    
    
    .page3_mine .zy_2 .p_list {
        
                height: auto;
    }
    
    .page3_mine .zy_2 .p_list .p_pome .p_pome_img .txte {
        
               left: 20px;
    }
    .page3_mine .zy_2 .p_list .p_pome {
        
          top: 0;
    width: 100%!important;
        position: unset;
        
        height: 250px;
    }
    .page3_mine .zy_2 .p_list .p_pome .p_pome_img {
          height: 100%;
        
    }
    .page3_mine .zy_1 {
        
            display: none;
    }
    .page3_mine .zy_3 {
        
            display: none;
    }
    
   
    .cont .page4 .news .news_r {
     flex-wrap: wrap;   
    }
    .cont .page4 .news .news_r>div {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .cont .page4 .news .news_l .txt {
            padding: 15px 0;
                height: 350px;
    }
    
    .cont .page3 {
        
                height: auto;
    }
    .page5 .shares {
        
                  padding: 30px 15px;
    }
  
    .cont .page4 .news .news_r .txt {
         
    height: auto;
            padding: 15px;
    }
    .cont .page4 .news .news_l .txt .new_scr {
        
            padding: 0 15px;
    }
    
    
    
    
    
    
    
 
    
    
    .page5_mine {
        
            flex-wrap: wrap;
    flex-wrap: wrap;

    }
    
    .page5_mine .page5_l {
         flex: 0 0 100%; 
        
    }
    .page5_mine .page5_r .contster {
        
            padding-left: 0;
    padding-top: 20px;
    
    }
    
    .page5_mine .page5_r .contster .zydd .txt {
        
            margin-bottom: 15px;
    }
    
    
  .cont .page1 .index_banner {
    height: 400px;
  }

  .cont .page1 .index_banner .swiper-slide .text p {
     font-size: 20px;
        width: 100%;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        height: 1.5em;
  }
.cont .page1 .index_banner .swiper-slide .text .cox_banner_p2 {
    margin-top: 20px;
    
} 
  .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 .page2 .index_search {
    width: 100%;
  }

  .cont .page2 .index_search .index_search_item {
    height: 40px;
  }

  .cont .page2 ul li {
    width: 100%;
  }

  .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-top: 40px;
        padding-bottom: 40px;
  }

  .cont .page4 .news .news_l {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
            margin-top: 20px;
  }

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

  .cont .page4 .news .news_r .txt em {
    margin-top: 7%;
  }
  .page3 {
       padding-top: 40px;
      
  }
  
  .cont .page1 .index_banner .swiper-pagination-bullet {
      
          width: 8px;
    height: 8px;
  }
  
  .cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
      
          width: 40px;
    height: 8px;
  }
  .page1 {
      
      display: none;
  }
  .page1_des {
      
      display: block!important;
  }
  
  .indmh-sticky .zydd .txt { 
      color: #ffffff;
      
  }
  .indmh-sticky .zydd .cor {
      display: none;
      
  }
  .page3_mine .zydd .cor {
      
      display: none;
  }
  

  .indmh-sticky .ndmh-text {
      
      display: none;
  }
  .cont .page1 .index_banner .swiper-slide .text .cox_banner_p2 {
          
     margin-top: 15px;
        font-size: 16px;
        -webkit-line-clamp: unset;
        overflow: unset;
  }
  .cont .page4 .news .news_r .txt .item2 {
      
          margin-top: 15px;
  }
  


  .page3_mine .zydd {
      
      width: 90%;
      margin: 0 auto;
  }
  
  
  
  
  .indmh-shade{
      display: none!important;
      z-index: -1;
  }
  .indmh-logo{
      z-index: -1;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
}
