/* advantage */
.advantage_box {
  padding: 1.25rem 0;
  box-sizing: border-box;
}

.advantage h4,
.advantage h5 {
  text-align: center;
}

.advantage h5 {
  margin: .375rem 0 .75rem 0;
}

.bannerad {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/*.bannerad .swiper-slide {*/
/*  border-right: 1px solid rgba(0, 0, 0, 0.2);*/
/*}*/

.bannerad .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  box-sizing: border-box;
}

.bannerad .swiper-slide a:hover {
  color: #fff !important;
  background-color: #3D68CC;
  transition: all 0.6s;
}

.bannerad .swiper-slide a:hover .xh_box {
  color: #000;
  background-color: #fff;
  transition: all 0.6s;
}

.swiper-containerad {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.bannerad .swiper-slide a h6 {
  margin: .5rem 0;
}

.bannerad .swiper-slide a span {
  line-height: .45rem;
  text-align: center;
}

.xh_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-weight: bold;
}

.swiper-button-prevad,
.swiper-button-nextad {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  cursor: pointer;
}

.swiper-button-prevad:hover,
.swiper-button-nextad:hover {
  color: #fff;
  background: #3D68CC;
  transition: all 0.6s;
}

.advantage_box .arrow_btnbox {
  margin: .625rem 0 0 0;
}

.product_box {
  padding: 1.5rem 0;
  box-sizing: border-box;
  background-color: #F7F9FD;
}

.product .titbox h5 {
  margin: .375rem 0 0 0;
}

/*.product .titbox .l,*/
.product .titbox .r {
  width: 60%;
}

.product .titbox .r ul li {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}

.product .titbox .r ul li:hover {
  color: #3D68CC;
  transition: all 0.6s;
}

.product .titbox .r ul li::after {
  content: " ";
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.four_act {
  color: #3D68CC;
}

.product .titbox .r ul .four_act::after {
  background: #3D68CC;
}

.product .titbox .r ul li:hover::after {
  background: #3D68CC;
  transition: all 0.6s;
}

.four_content ul li {
    
    width:     4.5875rem;
    height:     4.5875rem;
}

.four_content ul li a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  padding: .5rem .625rem;
  box-sizing: border-box;
  background: #E4E4E4;
  border-radius: 10px;
  border: 4px solid rgba(0, 0, 0, 0);
}

.four_content ul li a:hover .p_box {
  border: 4px solid #3D68CC;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.6s;
}

.four_content ul li a img {
  display: block;
  width: 100%;
}

.four_contentbox {
  margin: 1rem 0 1.5rem 0;
}

.four_content ul li a p {
  margin: .5rem 0 0 0 !important;
  text-align: center;
  line-height: 1.5;
}

.four_content ul li a:hover p {
  color: #3D68CC;
  transition: all 0.6s;
}

.product .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: .25rem 0;
  width: 25%;
  box-sizing: border-box;
  color: #3D68CC !important;
  border: 1px solid #3D68CC;
  border-radius: 30px;
}

.four_content {
  display: none;
}

.four_content_act {
  display: block;
}

.adtwo_box>img {
  display: block;
  width: 100%;
}

.adtwo_box {
  position: relative;
}

.adtwo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.adxh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background: #FFFFFF;
  border-radius: 50%;
}

.adtwo ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.adtwo ul li:last-child {
  border: none;
}

.adtwo ul {
  height: 100%;
}

.adtwo ul li a .adxh_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.adtwo ul li a h4 {
  margin: .5rem 0 0 0;
  color: #fff;
  text-align: center;
}

/* .adtwo ul li a {
  position: relative;
  display: block;
} */

.adtwo ul li a .text_box {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.adtwo ul li a .text_box h5 {
  margin: .75rem 0;
  text-align: center;
}

.adtwo ul li a .text_box .p_box {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  width: 80%;
}

.adtwo ul li a .text_box .p_box img {
  display: block;
  width: 100%;
}

.adtwo ul li a .text_box span {
  line-height: .45rem;
  text-align: center;
}

.adtwo ul li a:hover .text_box {
  top: 0;
  transition: all 0.6s;
}

.adtwo ul li a:hover .adxh_box {
  opacity: 0;
  transition: all 0.6s;
}

.adtwo ul .ad_act a .adxh_box {
  /* display: flex; */
  opacity: 0;
}

.adtwo ul .ad_act a .text_box {
  display: flex;
  width: 100%;
  top: 0;
}

/* about */
.about_box {
  padding: 1.875rem 0;
  box-sizing: border-box;
  background-image: url(../image/index/关于我们背景\ \(2\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about .titbox h5 {
  margin: .375rem 0 .75rem 0;
}

.about .l span {
  line-height: .45rem;
}

.about .l,
.about .r {
  width: 45%;
}

.about .r {
  padding: .375rem;
  border: 1px solid #3D68CC;
  border-radius: 50%;
  box-sizing: border-box;
}

.about .r img {
  display: block;
  width: 100%;
}

.about .l a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem 0;
  width: 50%;
  box-sizing: border-box;
  border-radius: .375rem;
  color: #fff !important;
  background-color: #3D68CC;
}

.about .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* style */
/* style */
.style h4,
.style h5 {
  text-align: center;
}

.style h5 {
  margin: .375rem 0 .75rem 0;
}

.style_box {
  padding: 1.5rem 0;
  box-sizing: border-box;
  background: linear-gradient(-20deg, rgba(23, 85, 230, 0.1) 0%, rgba(205, 220, 255, 0.1) 90%);
}

.style_box .container {
  width: 90%;
}

.swiper-slide-active {
  width: 100%;
  height: 100%;
  /* background: #ff6600; */
  color: #fff;
}

.swiper-containerplant .swiper-slide {
  position: relative;
  /* margin: 0 60px 0 0; */
  padding: 10px;
  box-sizing: border-box;
  /* background-color: #fff; */
}

.swiper-containerplant .swiper-slide img {
  display: block;
  /* margin: 0 auto; */
  width: 80%;
  border: 6px solid #fff;
  border-radius: 10px;
}

.swiper-containerplant .swiper-slide-active img {
  width: 100%;
  height: 100%;
}

/* .swiper-containerplant .swiper-wrapper {
  left: -15%;
} */

.swiper-pagination {
  bottom: 20% !important;
  left: 10%;
}

.swiper-pagination-bullet-active {
  background: #00648E !important;
}

.swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #00648E !important;
}

.bannerplant {
  position: relative;
}

.pobgp {
  position: absolute;
  bottom: 13%;
  right: 3%;
  width: 70%;
}

.time_box {
  position: absolute;
  top: 0;
  right: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 20%;
  background-color: rgba(255, 255, 255, 0.6);
}

.time_box h4 {
  color: #00648E;
}

.time_box h5 {
  color: #000;
}

.swiper-containerplant .swiper-slide-active .time_box {
  right: 0;
  transition: 0.6s;
}

.swiper-containerplant .swiper-slide-active {
  margin: 0 1.25rem 0 0;
}

.swiper-button-prevstyle,
.swiper-button-nextstyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.bannerstyle {
  position: relative;
}

.swiper-button-prevstyle {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 998;
}

.swiper-button-nextstyle {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 998;
}

.swiper-button-prevstyle:hover,
.swiper-button-nextstyle:hover {
  background: #3D68CC;
  color: #fff;
  transition: all 0.6s;
}

.bannerplant .swiper-button-prev .fa,
.bannerplant .swiper-button-next .fa {
  font-size: 50px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 25% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15% !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15% !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}


/* news */
.news_box {
  padding: 1.25rem 0;
  box-sizing: border-box;
}

.news .m {
  width: 25%;
}

.news .m ul li:hover {
  color: #3D68CC;
  transition: all 0.6s;
  cursor: pointer;
}

.news .r {
  width: 20%;
}

.news .r a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .25rem 0;
  box-sizing: border-box;
  color: #3D68CC !important;
  border: 1px solid #3D68CC;
  border-radius: 30px;
}

.two_act {
  color: #3D68CC;
}

.news .m ul li {
  position: relative;
  margin: 0 10px;
}

.news .m ul li::after {
  content: " ";
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.news .m ul li:hover::after {
  background: #3D68CC;
}

.news .m ul .two_act::after {
  background: #3D68CC;
}

.news_content ul li {
  width: 30%;
}

.news_content ul li a {
  display: block;
  padding: .375rem;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%;
}

.news_content ul li a h6 {
    line-height: 25px;
}

.news_content ul li a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
  margin: 0 0 .625rem 0;
  height: 3.3rem;
}

.news_content ul li a .p_box img {
  display: block;
  width: 100%;
}

.news_content ul li a span {
  margin: .375rem 0 .75rem 0;
  line-height: .45rem;
}

.news_contentbox {
  margin: .75rem 0 0 0;
}

.news_content ul li a em {
  color: #3D68CC;
}

.news_content ul li a:hover {
  background: url(../image/index/矩形\ 6\ 拷贝\ 2\ \(1\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff !important;
  transition: all 0.6s;
  border: none;
}

.news_content ul li a:hover em {
  color: #fff;
}

.news_content {
  display: none;
}

.news_act {
  display: block;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
  .bannerhead .text_box a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
    .product .titbox .r {
        width: 70%;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    
    .swiper-button-prevstyle, .swiper-button-nextstyle {
        display: none;
    }
   /*.four_content ul li {*/
   /*    width: 45%;*/
   /*} */
   
   /*.four_content  ul {*/
   /*    flex-wrap: wrap;*/
   /*}*/
    
  .about .titbox h5 p {
    font-size: 16px !important;
  }

  .bannerhead .text_box h5 {
    margin: 15px 0 20px 0;
    padding: 0 0 20px 0;
  }

  .advantage_box {
    padding: 20px 0;
  }

  .advantage h5 {
    margin: 15px 0 20px 0;
  }

  .bannerad .swiper-slide a {
    padding: 15px;
  }

  .advantage_box .arrow_btnbox {
    margin: 20px 0 0 0;
  }

  .swiper-button-prevad,
  .swiper-button-nextad {
    margin: 0 10px;
  }

  .bannerad .swiper-slide a h6 {
    margin: 15px 0;
  }

  .bannerad .swiper-slide a span {
    line-height: 1.5;
  }

  .xh_box {
    width: 40px;
    height: 40px;
  }

  .product_box {
    padding: 20px 0;
  }

  .product .titbox .l,
  .product .titbox .r {
    width: 100%;
  }

  .product .titbox {
    flex-wrap: wrap;
  }

  .product .titbox .l {
    text-align: center;
  }

  .product .titbox h5 {
    margin: 15px 0 20px 0;
  }

  .four_contentbox {
    margin: 25px 0 45px 0 !important;
  }

  .four_content ul li a p {
    margin: 15px 0 0 0 !important;
  }

  .swiper-button-prevad,
  .swiper-button-nextad {
    width: 40px;
    height: 40px;
  }

  .adtwo ul li a .text_box h5 {
    margin: 15px 0;
  }

  .adtwo ul li a .text_box span {
    line-height: 1.5;
  }

  .adtwo ul .ad_act a .text_box {
    padding: 0 5px;
    box-sizing: border-box;
  }

  .adtwo ul li a h4 {
    margin: 15px 0 0 0;
    font-size: 14px !important;
    text-align: center;
  }

  .adtwo ul li a .text_box span {
    display: none;
  }

  .adxh {
    width: 40px;
    height: 40px;
  }

  .about .l,
  .about .r {
    width: 100%;
  }

  .about {
    flex-wrap: wrap;
  }

  .about .r {
    margin: 15px 0 0 0;
  }

  .about .titbox h5 {
    margin: 15px 0 20px 0;
    justify-content: center;
  }

  .about .l span {
    margin: 0 0 15px 0;
    line-height: 1.5;
  }

  .about .l .titbox {
    text-align: center;
  }

  .about .l a {
    margin: 0 auto;
  }

  .about_box {
    padding: 20px 0;
  }

  .style_box {
    padding: 20px 0;
  }

  .style h5 {
    margin: 15px 0 20px 0;
  }

  .swiper-button-prevstyle,
  .swiper-button-nextstyle {
    width: 40px;
    height: 40px;
  }

  .news_box {
    padding: 20px 0;
  }

  .news .l,
  .news .m,
  .news .r {
    width: 100%;
  }

  .news .titbox {
    flex-wrap: wrap;
  }

  .news .m {
    margin: 20px 0;
  }

  .news .l {
    text-align: center;
  }

  .news .l h4 {
    margin: 0 0 15px 0 !important;
  }

  .news .m ul {
    justify-content: space-around;
  }

  .news_content ul li a .p_box {
    margin: 0 0 15px 0;
  }

  .news_content ul li a span {
    margin: 15px 0 20px 0;
  }

  .news_content ul li a span {
    line-height: 1.5;
  }

  .about .r {
    margin: 0 auto;
    width: 50%;
  }

  .about .l {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 768px) {
    .news_content ul li a .p_box {
        height: auto;
    }
    
  .news_content ul li {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .news_content ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}