/*===========================================
				banner
============================================== */
.banner ul li a,
.banner ul li a img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.banner ul li a img {
  width: 100%;
  min-height: 180px;
}
.banner {
  margin: auto;
}
.banner .swiper-slide {
  overflow: hidden;
}
/*--swiper-pagination--*/
.banner .swiper-pagination {
  width: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  background: none;
  opacity: 0.8rem;
  background-color: #c32325;
}
.banner .swiper-pagination-bullet span {
  font-size: 14px;
  color: #fff;
  display: block;
  opacity: 0;
  transition: all 1s ease;
  line-height: 1;
  margin-bottom: 8px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 0.95;
  background-color: #c32325;
}

.banner .swiper-pagination-bullet-active span {
  opacity: 0;
}

/*--swiper-button--*/
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #ffffff;
  font-size: 14px !important;
}
.banner .swiper-button-prev {
  left: 3%;
}
.banner .swiper-button-next {
  right: 3%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 1;
  transform: translateY(-50%);
  color: #fff;
  cursor: pointer;
  z-index: 9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .banner ._ts {
    width: 80%;
  }
  .banner h2 {
    font-size: 0.54rem;
  }
  .banner li em {
    width: 0.5rem;
    height: 0.04rem;
    margin: 0.3rem auto 0.14rem;
  }
  .banner p {
    font-size: 0.24rem;
  }
  .banner .swiper-pagination {
    bottom: 12px;
    display: none;
  }
}

/* ==============================================
				guide_title
============================================== */
.guide_title {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.guide_title h2 {
  color: #dedede;
  font-weight: 700;
  font-size: 150px;
  position: absolute;
  left: 50%;
  z-index: -99;
  top: 50%;
  transform: translate(-50%, -50%);
}
.guide_title h3 {
  color: rgba(0, 0, 0, 0.68);
  text-align: left;
  width: 70%;
  font-size: 16px;
  line-height: 1.5;
}
.guide_title h3 em {
  color: #c32325;
}
.guide_title p {
  color: #fff;
  background-color: #c32325;
  border-radius: 50px;
  padding: 6px 40px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  box-shadow: 3px 3px 5px 1px rgba(150, 150, 150, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
}

.guide_title p:hover{
    background-color: #4c4c4c;
    transition: ease-in-out 0.5s;
}

h3.kesheng-btn2 {
  color: #222;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  margin-left: 20px;
}
h3.kesheng-btn2::before{
    content: '';
    width: 6px;
    height: 45px;
    background-color: #c32325;
    position: absolute;
    top: 5px;
    left: -20px;
}

@media (max-width: 992px) {
  .guide_title h3 {
    font-size: 16px;
    width: 64%;
  }
  .guide_title p {
    line-height: 1;
    font-size: 14px;
  }
  h3.kesheng-btn2 {
    font-size: 24px;
  }
  h3.kesheng-btn2::before{
      height: 36px;
  }
}

/* ==============================================
				products
============================================== */
.guide_pro {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  background-color: #f6f7f9;
}
.guide_pro .pro-container {
  position: relative;
  overflow: hidden;
  padding: 0.2rem 0 0;
}

.pro-container ul {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.pro-container ul li {
  background-color: #ffffff;
  border-radius: 0rem;
  margin: 0.5%;
  width: 24%;
  padding: 10px 20px 0px;
  text-align: center;
  box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.02);
}
.pro-container ul li ._pic {
  position: relative;
  width: 90%;
  padding-bottom: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.pro-container ul li ._pic img {
  position: absolute;
  top: 0;
  left: 0%;
  object-fit: cover;
  width: 100%;
}
.pro-container ul li h3 {
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  max-height: 60px;
}
.pro-container ul li em {
  width: 30px;
  height: 2px;
  background-color: #c32325;
  display: inline-block;
  margin: 10px 0;
}
.pro-container ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 60px;
}
.pro-container ul li:hover {
  box-shadow: 0px 0px 0.06rem 0.03rem rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.pro-container ul li:hover h3 {
  color: #c32325;
}
@media (max-width: 992px) {
  .guide_pro {
    padding: 0.6rem 0;
  }
  .pro-container ul {
    flex-wrap: nowrap;
  }
  .pro-container ul li {
    width: 50%;
    margin: 0;
    padding: 0px 6px;
  }
  .pro-container ul li h3 {
    font-size: 0.32rem;
    line-height: 0.44rem;
    /*min-height: 0.88rem;*/
  }
  .pro-container ul li em {
    margin: 0.1rem auto;
  }
  .pro-container ul li p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 1.08rem;
  }
}

/* ==============================================
				about
============================================== */
.guide_about {
  width: 100%;
  position: relative;
  padding: 0.5rem 0 0.8rem;
}
.guide_about ._main {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #f1f1f1;
}
.guide_about ._main ._left {
  padding: 0.3rem 0.5rem 0.3rem 0;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 50%;
}
.guide_about ._main ._left h2 {
  font-size: 30px;
  font-weight: bolder;
  color: #000;
  text-transform: capitalize;
}
.guide_about ._main ._left h2 span {
  position: relative;
}
.guide_about ._main ._left h2 span::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  /*width:45.5%;*/
  /*height:0.05rem;*/
  background-image: linear-gradient(90deg, #f07b14, #f07b14);
  z-index: -1;
}

.guide_about ._main ._left ._txt {
  font-size: 16px;
  color: #333333;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  margin: 30px 0;
  white-space:pre-line;
  font-family: Arial,Helvetica,sans-serif;
}
.guide_about ._main ._left ._txt p {
  margin-bottom: 10px;
}


.guide_about ._main ._left .more:first-child {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #333;
}
.guide_about ._main ._left .more:first-child i {
  background: url(../images/point-on.png) no-repeat center;
}

.guide_about ._main ._right {
  overflow: hidden;
  border-radius: 1vw;
  width: 50%;
  /*margin-top:20px;*/
}
.guide_about ._main ._right img,
.guide_about ._main ._right a,
.guide_about ._main ._right video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.guide_about ._main ._more {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.guide_about ._main ._more a {
  margin: 0 10px 0 0;
}
.guide_about .detail_about1_bd {
  padding: 80px 300px 0;
  overflow: hidden;
}
.guide_about .detail_about1_bd li {
  float: left;
  width: 33.33%;
  position: relative;
  color: #2e2e2e;
  text-align: center;
  border-right: 1px solid #eee;
  padding: 0 6px;
}
.guide_about .detail_about1_bd li:last-child {
  border-right: none;
}
.guide_about .detail_about1_bd li h5 {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  color: #c32325;
  font-size: 35px;
  margin: 10px 0;
}
.guide_about .detail_about1_bd li p {
  line-height: 1.5;
  font-size: 16px;
}
@media (max-width: 992px) {
  .guide_about {
    padding: 0.6rem 0;
  }
  .guide_about ._main {
    flex-direction: column-reverse;
  }
  .guide_about ._main > div {
    width: 100% !important;
  }
  .guide_about ._main ._left {
    padding: 0.5rem 3% 0rem;
    overflow: hidden;
  }
  .guide_about ._main ._left h2 {
    font-size: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
  .guide_about ._main ._left h2 span::before {
    height: 0.1rem;
    bottom: 0;
  }
  .guide_about ._main ._left ._txt {
    font-size: 0.24rem;
    line-height: 0.44rem;
    margin: 0.2rem 0 0.3rem;
  }
  .guide_about ._main ._left ._txt p {
    margin: 0;
  }
  .guide_about .detail_about1_bd {
    padding: 20px 15px;
  }
  .guide_about .detail_about1_bd li h5 {
    font-size: 22px;
  }
  .guide_about .detail_about1_bd li p {
    font-size: 12px;
  }
}

/* ==============================================
		application
============================================== */
.guider_application {
  overflow: hidden;
  padding: 1rem 0;
  background-color: #fff;
}

.application-ul {
  width: 100%;
  margin-top: 0.2rem;
}
.application-ul li {
  position: relative;
  float: left;
  width: 15%;
  overflow: hidden;
  transition: 0.5s;
  height: 75vh;
}
.application-ul li.on {
  width: 55%;
}
.application-ul li span {
  position: absolute;
  font-size: 0.34rem;
  color: #fff;
  line-height: 1.1;
  width: 30px;
  top: 100px;
  left: 50%;
  margin-left: -15px;
}
.application-ul li.on span {
  display: none;
}
.application-ul li ._main {
  width: 90%;
  overflow: hidden;
  display: none;
  position: absolute;
  bottom: 55px;
  left: 20px;
  background: rgba(255, 255, 255, 0.94);
}
.application-ul li.on ._main {
  display: block;
  background-color: #f1f1f1;
}
.application-ul li ._main > div {
  position: relative;
  overflow: hidden;
  padding: 20px 142px 20px 20px;
  background-color: #f1f1f1;
}
.application-ul li ._main h2 {
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 2px;
}
.application-ul li ._main p {
  height: 46px;
}
.application-ul li ._main a {
  width: 122px;
  height: 125px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/arrow.png) no-repeat center 72px;
  background-color: #ccc;
  background-size: 0.5rem;
  font-size: 13px;
  color: #333;
  text-align: center;
  line-height: 122px;
}
@media (min-width: 1440px) {
  .application-ul li {
    width: 16%;
  }
  .application-ul li.on {
    width: 52%;
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  .application-ul li:last-child {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .application-ul li span {
    font-size: 24px;
  }
  .guider_application {
    padding-top: 40px;
  }
}

.guider_application .guider_main {
  overflow: hidden;
  margin-top: 0.2rem;
}

.guider_application .guider_main ul li {
  overflow: hidden;
  position: relative;
  width: 475px;
}
@media (max-width: 767px) {
  .guider_application {
    padding-top: 40px;
  }

  .guider_application .guider_main ul li {
    height: 70vh;
    position: relative;
  }
  .guider_application .guider_main ul li dl {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    color: #fff;
    padding: 0.26rem;
    padding-left: 55px;
    background: rgba(255, 255, 255, 0.9);
  }

  .guider_application .guider_main ul li dl h2 {
    font-weight: bold;
    font-size: 0.28rem;
    margin: 0.1rem 0;
    color: #006bb7;
  }

  .guider_application .guider_main ul li dl a {
    font-size: 0.2rem;
    color: #fff;
    font-weight: normal;
    color: #666;
  }
}

/* ==============================================
			guider_partners
============================================== */
.guider_partners {
  padding-top: 1rem;
}

.guider_partners .guider_main {
  height: 118rpx;
  overflow: hidden;
  position: relative;
}
.guider_main .left_btn,
.right_btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: skyblue;
  position: absolute;
  z-index: 1;
}
.guider_partners .guider_main ul {
  height: 118px;
  white-space: nowrap;
  overflow: hidden;
  margin: 0.5rem 0;
  animation: slide 5s linear infinite; /**动画名称，持续时间，速度曲线，无限循环**/
}
.guider_partners .guider_main ul > li {
  /*float: left;*/
  border: 1rpx solid #000;
  display: inline-block;
  width: 158px;
  height: 118px;
  border: 1px solid #cccccc;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .guider_partners {
    padding-top: 20px;
  }
  .guider_partners {
    padding-top: 40px;
  }

}
