body,
html {
  height: 100% !important;
  overflow-x: hidden;
}
@font-face {
  font-family: 'PingFang Regular';
  src: url('../fonts/._PingFang Regular.ttf');

}
@font-face {
  font-family: 'PingFang Bold';
  src: url('../fonts/._PingFang Regular.ttf');
}
@font-face {
  font-family: 'PingFang Medium';
  src: url('../fonts/._PingFang Medium.ttf');
}
#index_Wheel_planting {
  width: 100%;
  overflow-y: hidden;
}

#index_Wheel_planting .swiper-wrapper {
  width: 100% !important;
}

#index_Wheel_planting .swiper-wrapper .swiper-slide {
  overflow: hidden;
  width: 100% !important;
  height: 100%!important;
  position: relative;
}

#index_Wheel_planting .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

#index_Wheel_planting .swiper-wrapper .swiper-slide a img {
  width: 100%;
}

#index_Wheel_planting .swiper-pagination .swiper-pagination-bullet {
  background-color: #b5b5b5;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  cursor: pointer;
}

#index_Wheel_planting .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1ea8db;
}

.index_lunbo_Bg {
  background: #131313;
  position: relative;
  z-index: 6;
}
#index_Wheel_planting .swiper-wrapper .swiper-slide a img{

}
.swipImage img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.index_bannerYuan {
  width: 21.354%;
  height: 45.5555%;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -10.677%;
}

.index_banner_left {
  width: 24.583%;
  height: 39%;
  position: absolute;
  left: -24.583%;
  top: -39%;
  opacity: 1;
  z-index: 2;
}

@keyframes move {
  0% {
    opacity: 0;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.index_banner_right {
  width: 58.07%;
  height: 70.33%;
  position: absolute;
  right: -58.07%;
  bottom: -70.33%;
  z-index: 2;
}

@keyframes move1 {
  0% {
    opacity: 0;
  }

  100% {
    right: 0px;
    bottom: 0px;
  }
}

.index_banner_xian {
  width: 2px;
  height: 52.3333%;
  position: absolute;
  left: 3.645%;
  top: 0px;
}

.index_banner_wenzi {
  width: 58.593%;
  height: 18%;
  position: absolute;
  left: 50%;
  margin-left: -29.2965%;
  z-index: 3;
  top: 31%;
}

@keyframes trends {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.index_banner_yuwu {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -22.5%;
  /* animation: movein 3s infinite ease forwards; */
}
.index_banner_yuwu_mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #131313;
}
@keyframes movein {
  0% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}

.index_banner_txt {
  width: 49.739%;
  height: 9.3333%;
  position: absolute;
  left: 50%;
  margin-left: -24.8695%;
  top: 31%;
  z-index: 8;
}

.promonum_show {
  height: 16px;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 40px;
  width: auto;
}

.promonum_show ol {
  /* float: left; */
  position: relative;
  left: -50%;
  text-align: right;
  white-space: nowrap;
  /*规定段落文本不能进行换行 */
}

.promonum_show ol li {
  display: inline-block;
  overflow: hidden;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  border-radius: 50%;
  cursor: pointer;
}

.promonum_show ol li i {
  border-radius: 50%;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #b5b5b5;
  opacity: .7;
}

.cur_banner {
  background-color: #1ea8db!important;
}
.flexslider {
  margin: 0px auto 20px;
  position: relative;
  width: 100%;
  /*height: 712px;*/
  overflow: hidden;
  zoom: 1;
}

.flexslider .slides li {
  width: 100%;
  height: 100%;
}
.flex-direction-nav{
  width: 54px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  bottom: 10px;
  left: 57%;
  transform: translatex(-57%);
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  background: rgba(70, 70, 70,0);
  z-index: 2;
}

.flex-direction-nav li {
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  display: flex;
  align-items: center;
  padding: 0 3px;
  opacity: 0;
  box-sizing: content-box;
}

 .bannerCtrl{
  width: 112px!important;
  height: 30px;
  background:rgba(70,70,70,0);
  border-radius: 15px;
  position: absolute;
   left: 45% !important;
   transform: translatex(-50%);
  /*bottom: 50px !important;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  z-index: 2;
}
.flex-direction-nav img {
  background-position: center center;
  width: 10px;
  height: 15px;
  align-items: center;
}
.bannerCtrl .active{
    width: 40px;
}

 .swiper-pagination-bullet{
  width: 10px;
  height: 3px;
  background:#fff;
  border-radius: 2px;
  margin: 0 2px;
  opacity: 0;
}
.swiper-pagination-bullet-active{
  opacity: 0;
  width: 40px;
}
.bannerCtrl li{
    width: 10px;
    height: 3px;
    background:#fff;
    border-radius: 2px;
    margin: 0 2px;
    opacity: 1;
}
.flexslider:hover .flex-direction-nav {
  background: rgba(70, 70, 70,0.35);
}

/*.flexslider:hover .flex-direction-nav{*/
/*  background: rgba(70, 70, 70,.35);*/
/*  filter: alpha(opacity=25);*/
/*}*/
.flexslider:hover .bannerCtrl{
  background:rgba(70, 70, 70,0.35);
}
.flexslider:hover .bannerCtrl li{
  opacity: 0.6;
  filter: alpha(opacity=25);
}
.flexslider:hover .bannerCtrl .active{
  opacity: 1;
  filter: alpha(opacity=1);
}
.flexslider:hover .flex-direction-nav li{
  opacity: 0.6;
  filter: alpha(opacity=35);
}
.flexslider:hover .swiper-pagination-bullet{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flexslider:hover .swiper-pagination-bullet-active{
  opacity: 1;
  filter: alpha(opacity=1);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=1);
}
.carousel-item{
  display: none;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 112px;
  height: 30px;
  background: #464646;
  opacity: 0.35;
  border-radius: 15px;
}
.slides{
  height: 100%;
}
.flexslider .carousel-inner{
  overflow: initial;
}
.flex-control-paging li a {
  width: 16px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
  background-position: 0 0;
}

.flexslider .slides a img {

  object-fit:fill
}


.bannergird{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.bannergird .g_left{
  display: flex;
  flex-direction: column;
   width: 50%;
  padding-left: 20px;
  box-sizing: border-box;

}
.title_t{
  display: flex;
  flex-direction: column;
  color: #251C49;
  font-size: 60px;
  padding-top: 20px;
}
.graystyle{
  color: #A8A4B8;
}
.g_left span{
  font-size: 60px;
}
.smalltext{
  margin-top: 60px;
  font-size: 24px;
  color: #A8A4B8;
  line-height: 36px;
}
.bannergird .g_right{
  display: flex;
  /* flex: 0 0 50%; */
  /*position: absolute;*/
  right: 0;
  width: 50%;
  z-index: 2;
}
.bannergird .g_right img{
  width:90%;
  align-items: center;
}
.banner2box{
  position: relative;
}
.banner2box img{
  width: 100%;
  position: relative;
}
.getmore{
  position: absolute;
  right: 19%;
  bottom: 160px;
  z-index: 1;
  font-size: 22px;
  color: #222;
  text-decoration: underline;
}
.banner3box{
  display: flex;
  height: 100%;
  flex-direction: row;
  position: relative;
}
.banner3box .g_left{
  flex: 0 0  50%;
}
.banner3box .g_left img{
  width: 100%;
}
.banner3box .g_right{
  display:flex;
  flex: 0 0  45%;
  flex-direction: column;
  padding-top: 150px;
  padding-left: 50px;
  box-sizing: border-box;
}
.banner3box .g_right h3{
  font-size: 36px;
  color: #222222;
  margin-bottom: 20px;

}
.banner3box .g_right span{
  margin: 10px 0;
  font-size: 24px;
  color: #222222;
}
.banner3box .g_right span:first-child,.banner3box .g_right span:nth-child(2){
  font-size: 24px;
  color: #222;
}
.banner3box .g_right span:nth-child(3){
  font-size: 58px;
  font-weight: 600;
}
.banner3box .g_right a{
  color: #2BD0D4;
}
.banner3box .g_right .bottom_t{
  position: absolute;
  bottom:30px;
  right: 10%;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  z-index: 11;
}
.banner4box .g_right .bottom_t{
  position: absolute;
  bottom:0;
  right: 3%;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banner3box .g_right .bottom_t img{
  width: 267px;
  height: 34px;
}
.banner3box .g_right .bottom_t span:first-child{
  font-size: 20px;
}
.banner3box .g_right .bottom_t span{
  font-size: 14px;
  text-align: right;
  font-weight: 500;
}
.morebox{
  flex-direction: row;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
  width: 120px;
}
/*.swiper-slide{*/
/*  display: none;*/
/*}*/
.morebox a{
  color: #2BD0D4;
  font-size: 24px;
}
/*.morebox:before{*/

/*  content: "";*/

/*  position: absolute;*/

/*  left: 0;*/

/*    bottom: -2px;*/

/*    width: 0;*/
/*    height: 2px;*/

/*    background: #2BD0D4;*/

/*    -webkit-transition: all .3s;*/

/*    transition: all .3s;*/

/*    }*/

/*    .morebox:hover:before{*/

/*    width: 100%;*/

/*    right: 0;*/

/*    }*/

.morebox :after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  opacity: 0;
  border-bottom: 2px solid #2BD0D4;
  transform: translate(-50%) scaleX(0);
  transition: .2s ease-in-out;
}
.morebox :hover:after {
  opacity: 1;
  transform: translate(-50%) scaleX(1);
}
.banner3box .g_right .morebox span{
  color: #2BD0D4;
  font-size: 20px;
}
.morebox img{
  width: 9px;
  height: 14px;
  display: inline-block;
}
.list-t{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.banner4box .g_right{
  flex: 0 0 50%;
}
.banner4box .g_right .list-t span{
  border-right: solid 1px #222;
  font-size: 20px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 2px;
  height: 20px;
  font-weight: 500;
}
.banner4box .g_right .list-t span:first-child{
  padding-left: 0!important;
}
.banner4box .g_right .list-t span:last-child{
  border-right: none;
}
.banner5box{
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner5box .morebox{
  width: 140px;
}
.banner5box .morebox a:hover{
  color: #2BD0D4;
}
.banner5box h3{
  font-size: 58px;
  color: #222;
  margin-bottom: 30px;
  font-weight: 600;
}
.banner5box span{
  font-size: 24px;
  margin-bottom: 40px;
}

.banner5box .imgs{
  margin-top: 60px;
  width: 538px;
  margin: 60px auto 0 auto;
}
.banner5box .imgs img{
  width: 60%;
}
.banner6box{
  width: 100%;
}
.banner6box img{
  width: 100%;
}
.smalltext{
  margin-top: 20px;
}
@media screen and (min-width: 1920px) {
  .title_t{
    padding-top: 40px;
  }
  .smalltext{
    margin-top: 60px;
  }
  .bannergird .g_left{
    padding-left: 0;
  }
  .bannergird .g_right{
    width: 60%;
  }
  .bannergird .g_right img{
    width: 100%;
  }
  .banner4box .g_right .bottom_t{
    right: 10%;
  }
  .banner5box .imgs img{
    width: 80%;
  }
.banner3box{
  height: 900px;
}
  .flexslider {
    margin: 0px auto 20px;
    position: relative;
    width: 100%;
    height: 950px;
    overflow: hidden;
    zoom: 1;
  }
  .bannergird{
    width: 1350px;
  }
  .bannergird .title_t{
    margin-top: 120px;
  }
  .banner5box .imgs img{
    width: 100%;
  }
  .banner5box{
    height: 900px;
  }
  .bannerCtrl{
    left: 45% !important;
    transform: translatex(-50%);
    /*bottom: 80px;*/
  }
  .banner3box{
    height: 900px;
  }
  .bannergird .g_right{
    position: absolute;
  }
  .flex-direction-nav{
    left: 53%;
    transform: translatex(-53%);
    bottom: 20px;
  }
  .bannerCtrl{
    bottom: 20px!important;
  }
  .slides{
    height: 900px;
  }
  .getmore{
    bottom: 200px;
  }
  .banner3box .g_left{
    flex: 0 0  auto;
  }
  .banner3box .g_right{
    padding-left: 150px;
  }
}

/*移动端sidle*/
.device {
  width: 640px;
  height: 600px;

  position: relative;

  overflow: hidden;
}
.device .arrow-left {
  background: url(img/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.device .arrow-right {
  background: url(img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
}
.swiper-container1 {
  height: 600px;
  width: 640px;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-container1 {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;

  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;

  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);

  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;

  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

  /* ===============================================================
  Your custom styles, here you need to specify container's and slide's
  sizes, pagination, etc.
  ================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */

  /*width:200px;
  height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */

  /*width: 100%;
  height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */

}
.swiper-slide-visible {
  /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */

}
.swiper-active-switch {
  /* Specific active button style: */

}
.swiper-visible-switch {
  /* Specific visible button style: */

}
