.p_details .l,
.p_details .r {
  width: 49%;
}

.uint_content span p img {
  display: block;
  width: 100% !important;
}

.p_details .r h4 {
  margin: 0 0 .75rem 0;
  padding: 0 0 .75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p_details .r span {
  line-height: .45rem;
}

.arrow_btnbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .375rem 0;
  width: 45%;
  background: #FFFFFF;
  border-radius: 10px;
}

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

.bannerslt {
  height: 6rem !important;
}

.swiper-containerslt {
  height: 100%;
}

.bannerslt .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  background: #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
}

.bannerslt .swiper-slide img {
  display: block;
  width: 60%;
}

.bannerslt .swiper-slide:hover {
  border: 2px solid #3D68CC;
  box-sizing: border-box;
}

.show_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 6rem;
  background-color: #fff;
}

.show_box img {
  display: block;
  width: 50%;
}

.p_details .r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.unit_list {
  margin: 1rem 0 .75rem 0;
}

.unit_list ul {
  border-radius: 10px;
}

.unit_list ul li {
  position: relative;
  width: 100%;
}

.unit_list ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

.unit_list ul li::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 30px;
  background: #000000;
  opacity: 0.1;
}

.unit_list ul li:last-child::after {
  content: "";
  display: none;
}

.unit_list ul li a:hover {
  color: #3D68CC !important;
  transition: all 0.6s;
}

.unit_list ul li a::before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.unit_list ul li a:hover::before {
  background: #3D68CC;
  transition: all 0.6s;
}

.unit_act a {
  color: #3D68CC !important;
}

.unit_list ul .unit_act a::before {
  background: #3D68CC;
}

.bannerslt {
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
}

.swiper-button-prevslt,
.swiper-button-nextslt {
  font-size: 20px;
}

.swiper-button-prevslt {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-nextslt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uint_content span {
  line-height: .45rem;
}

.uint_content span p {
  margin: 0 0 20px 0 !important;
}

.unit_contentbox {
  margin: 0 0 1rem 0;
  padding: 0 0 .75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hot h4 {
  margin: 0 0 .75rem 0;
  text-align: center;
}

.hot .swiper {
  width: 100%;
  height: 100%;
}

.hot .swiper-slide {
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hot .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}

.hot .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.hot .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.hot .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.hot .swiper-slide ul li {
  margin: 0 0 .5rem 0;
  width: 19%;
  border-radius: 10px;
}

.swiper-pagination {
  width: 100%;
}

.hot {
  position: relative;
}

.swiper-pagination {
  display: flex !important;
  justify-content: center;
}

.hot .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .25rem;
  width: 40px;
  height: 40px;
  color: #fff;
  /* background-color: rgba(255, 255, 255, 0.3); */
}

.swiper-pagination-bullet-active {
  background: #3D68CC !important;
}

.hot ul li a .p_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
  height: 4.05rem;
  box-sizing: border-box;
  /* background-color: #fff; */
}

.hot ul li a .p_box img {
  display: block;
  width: 50%;
}

.hot ul li {
  width: 30% !important;
}

.hot ul {
  display: flex;
  justify-content: space-between;
}

.hot ul li a {
  display: block;
  background-color: #fff !important;
  border-radius: 10px;
  overflow: hidden;
}

.hot ul li a:hover {
  color: #3D68CC !important;
  transition: all 0.6s;
  box-shadow: 0 0 10px 0 #3D68CC;
}

.hot ul li a p {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: .375rem 0;
  box-sizing: border-box;
}

.hot_box {
  margin: 0 0 120px 0;
}

.uint_content {
  display: none;
}

.uint_act {
  display: block;
}

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

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

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

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

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

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

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

  .show_box img {
      display: block;
      width: 30%;
    }

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

  .p_details {
    flex-wrap: wrap;
  }

  .p_details .r h4 {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }

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

  .p_details .r span {
    line-height: 1.5;
  }

  .arrow_btnbox {
    margin: 15px 0 0 0;
  }

  .bannerslt {
    width: 50px;
  }

  .bannerslt .swiper-slide {
    width: 50px;
  }

  .unit_list {
    margin: 20px 0;
  }

  .unit_list ul li a {
    padding: 15px 0;
  }

  .uint_content span p {
    margin: 0 0 15px 0 !important;
  }

  .uint_content span {
    line-height: 1.5;
  }

  .unit_contentbox {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }

  .hot h4 {
    margin: 0 0 15px 0;
  }

  .hot_box {
    margin: 0 0 60px 0;
  }

  .hot ul li a .p_box {
    padding: 15px 0;
  }

  .hot ul li a p {
    padding: 15px 0;
  }

  .hot ul li a p {
    font-size: 12px !important;
  }

    .show_box,
    .bannerslt {
      height: 300px !important;
    }

        .show_box {
          margin: 0 10px 0 0;
        }
}

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

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

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