.header_mar {
  height: 0px;
}
.banner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .bigimg .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bigimg {
    height: 100%;
}
.banner .bigimg .swiper-slide .picimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transform: scale(1.05); */
}
.banner .bigimg .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.banner .bigimg .swiper-slide .text.textBox {
  top: auto;
  height: auto;
}
.banner .bigimg .swiper-slide .text.textBox img{
    margin-left: 140px;
    width: 900px;
}
@media (max-width: 1200px) {
  .banner .bigimg .swiper-slide .text.textBox img{
     margin-left: 0;
 }
 }
.banner .bigimg .swiper-slide .text.textBox b {
  font-size: 40px;
  color: #fff;
  margin-left: 140px;
}
.banner .bigimg .swiper-slide .text.textBox p {
  font-size: 62px;
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  position: relative;
  padding-bottom: 40px;
  display: flex;
  align-items: baseline;
  margin-left: 140px;
}
.banner .bigimg .swiper-slide .text.textBox p span {
  font-size: 40px;
  font-weight: normal;
}
.banner .bigimg .swiper-slide .text.textBox p::after {
  content: '';
  width: 314px;
  height: 4px;
  background: url(../images/icon/icon_2.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .bigimg .swiper-slide .text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .banner .bigimg .swiper-slide.swiper-slide-active .picimg {
  transition: all 5s 0.6s;
  transform: scale(1);
} */
.banner .bigimg .swiper-slide.swiper-slide-active .text {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: fadeInUp150;
  animation-name: fadeInUp150;
}
.banner .bigimg .swiper-button-next,
.banner .bigimg .swiper-button-prev {
  width: 58px;
  height: 58px;
  border: 1px solid #c9d905;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  overflow: hidden;
}
.banner .bigimg .swiper-button-next {
  right: 6.7%;
}
.banner .bigimg .swiper-button-prev {
  left: 6.7%;
}
.banner .bigimg .swiper-button-prev::after {
  background: url(../images/icon/icon_3.png) center no-repeat;
}
.banner .bigimg .swiper-button-next::after {
  background: url(../images/icon/icon_4.png) center no-repeat;
}
.banner .bigimg .swiper-button-next::after,
.banner .bigimg .swiper-button-prev::after {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.banner .bigimg .swiper-button-next:hover::after {
  background: #c9d905 url(../images/icon/icon_4s.png) center no-repeat;
  transition: all 0.5s;
}
.banner .bigimg .swiper-button-prev:hover::after {
  background: #c9d905 url(../images/icon/icon_3s.png) center no-repeat;
  transition: all 0.5s;
}
/* .banner .bigimg .swiper-button-next::before,
.banner .bigimg .swiper-button-prev::before {
  transition: all 0.5s;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c9d905 url(../images/icon/icon_4s.png) center no-repeat;
  opacity: 0;
  content: " ";
} */
.Height100 {
  -webkit-animation-name: Height100;
  animation-name: Height100;
}
@-webkit-keyframes Height100 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes Height100 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.scroll {
  position: absolute;
  z-index: 10;
  bottom: 3.6%;
  left: 50%;
  margin-left: -18px;
  width: 35px;
  height: 49px;
  background: url(../images/icon/icon_12.png) center no-repeat;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
.scroll.scroll_fixed {
  display: none;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
@keyframes scrolls {
  from {
    bottom: 3.6%;
  }
  50% {
    bottom: calc(3.6% + 12px);
  }
  100% {
    bottom: 3.6%;
  }
}
.title .clear {
  font-size: 40px;
  color: #333;
  display: flex;
  justify-content: center;
}
.title .clear i {
  font-weight: bold;
}
.title .clear em {
  color: #2778be;
  font-weight: bold;
}
.title span {
  font-size: 26px;
  color: #666666;
  text-align: center;
}
.ind01 {
  padding: 70px 0 70px;
  background: url(../images/index/about_02.png) center no-repeat;
}
.ind01 .about_flex {
  display: flex;
  justify-content: space-between;
}
.ind01 .about_flex .flex_img {
  width: 48.92%;
  overflow: hidden;
}
.ind01 .about_flex .flex_img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.ind01 .about_flex .flex_img:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind01 .about_flex .flex_text {
  width: 45.28%;
  position: relative;
}
.ind01 .about_flex .flex_text .text_t p {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  display: flex;
}
.ind01 .about_flex .flex_text .text_t p span {
  color: #2778be;
}
.ind01 .about_flex .flex_text .text_t b {
  font-size: 26px;
  color: #666666;
  padding-top: 5px;
}
.ind01 .about_flex .flex_text .text_p {
  padding-top: 20px;
}
.ind01 .about_flex .flex_text .text_p p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-indent: 2em;
  padding-bottom: 15px;
  display: none;
}
.ind01 .about_flex .flex_text .text_p p:nth-child(1), .ind01 .about_flex .flex_text .text_p p:nth-child(2){
    display: block;
}
.ind01 .about_flex .flex_text .text_p p:last-child {
  padding-bottom: 0;
}
.ind01 .about_flex .flex_text .text_b {
  width: 180px;
  height: 61px;
  background: #c9d905;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ind01 .about_flex .flex_text .text_b i {
  padding-right: 20px;
  background: url(../images/icon/icon_5.png) right no-repeat;
}
@media (max-width:1200px) {
  .ind01 .about_flex .flex_text .text_t b{
    padding-top: 0;
  }
  .ind01 .about_flex .flex_text .text_p{
    padding-top: 10px;
  }
  .ind01 .about_flex .flex_text .text_p p{
    line-height: 26px;
    padding-bottom: 5px;
  }
  .ind01 .about_flex .flex_text .text_b{
    bottom: -50px;
  }
}
.ind02 {
  padding: 70px 0 70px;
  background: #f7f7f7;
}
.ind02 .product {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ind02 .product .center {
  width: 48.92%;
  position: relative;
}
.ind02 .product .center .picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind02 .product .center .picture:hover img{
    transform: scale(1.1);
}
.ind02 .product .center .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ind02 .product .center .text {
  position: absolute;
  bottom: 50px;
  left: 46px;
}
.ind02 .product .center:hover .text p {
  padding-bottom: 40px;
  transition: all 0.5s;
}
.ind02 .product .center:hover .text a {
  color: #c9d905;
}
.ind02 .product .center:hover .text a i {
  background: url(../images//icon/icon_5s.png) right 5px no-repeat;
}
.ind02 .product .module {
  width: 48.71%;
}
.ind02 .product .module .ft {
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
  position: relative;
}
.ind02 .product .module .ft:last-child {
  margin-bottom: 0;
}
.ind02 .product .module .ft .picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind02 .product .module .ft .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ind02 .product .module .ft .picture:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.ind02 .product .module .ft .text {
  position: absolute;
  bottom: 47px;
  left: 40px;
}
.ind02 .product .module .ft:hover .text p {
  padding-bottom: 40px;
  transition: all 0.5s;
}
.ind02 .product .module .ft:hover .text a {
  color: #c9d905;
}
.ind02 .product .module .ft:hover .text a i {
  background: url(../images//icon/icon_5s.png) right 5px no-repeat;
}
.ind02 .product p {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 20px;
  transition: all 0.5s;
}
.ind02 .product .li_a {
  font-size: 16px;
  color: #fff;
  display: flex;
}
.ind02 .product .li_a i {
  padding-right: 17px;
  background: url(../images//icon/icon_5.png) right 5px no-repeat;
}
@media (max-width: 1480px) {
  .ind02 .product .module .ft {
    height: 270px;
  }
  .ind02 .product .center {
    height: 565px;
  }
}
.ind03 {
  padding: 70px 0 70px;
}
.ind03 .information {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.ind03 .scheme {
  width: 31.92%;
  height: 457px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.ind03 .scheme:hover .time .jump {
  background: #c9d905;
}
.ind03 .scheme:hover .time .jump::after {
  content: '';
  background: url(../images/icon/icon_5.png) center no-repeat;
}
.ind03 .scheme .sch_img {
  width: 100%;
  height: 251px;
}
.ind03 .scheme .sch_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind03 .scheme .text_p {
  font-size: 20px;
  color: #333333;
  padding: 34px 52px 0;
}
.ind03 .scheme .time {
  width: 77%;
  padding: 0 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 42px;
}
.ind03 .scheme .time i {
  font-size: 16px;
  color: #999999;
}
.ind03 .scheme .time .jump {
  width: 35px;
  height: 35px;
  border: 1px solid #c9d905;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.ind03 .scheme .time .jump::after {
  content: '';
  width: 6px;
  height: 12px;
  background: url(../images/icon/icon_5s.png) center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ind03 .scheme .next {
  padding: 22px 44px 0 44px;
}
.ind03 .scheme .list {
  padding: 30px 0 20px;
  border-bottom: 1px solid #d3d3d3;
}
.ind03 .scheme .list:hover p {
  color: #2778be;
  transition: all 0.5s;
}
.ind03 .scheme .list:hover em {
  color: #2778be;
  transition: all 0.5s;
}
.ind03 .scheme .list:nth-child(3n) {
  border-bottom: none;
}
.ind03 .scheme .list p {
  font-size: 20px;
  color: #333;
  height: 52px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.ind03 .scheme .list em {
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
  transition: all 0.5s;
}
.ind03 .links {
  width: 180px;
  height: 61px;
  background: #c9d905;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 70px;
  margin: 0 auto;
  margin-top: 50px;
}
.ind03 .links i {
  padding-right: 20px;
  background: url(../images/icon/icon_5.png) right no-repeat;
}
.ind04 {
  padding: 70px 0 70px;
  background: url(../images/index/ind04.png) center no-repeat;
  background-size: cover;
}
.ind04 .relation {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ind04 .relation .left {
  color: #fff;
}
.ind04 .relation .left p {
  font-size: 36px;
}
.ind04 .relation .left b {
  font-size: 20px;
  padding-top: 18px;
}
.ind04 .relation .right {
  width: 180px;
  height: 61px;
  background: #fff;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #226bb0;
}
.ind04 .relation .right i {
  padding-right: 20px;
  background: url(../images/icon/icon_6.png) right 5px no-repeat;
}
@-webkit-keyframes qw {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
  animation-name: fadeInUp100;
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -ms-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
