.new-product {
  padding-top: 40px;
}
.new-product .product-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-product .product-list li {
  width: 310px;
  height: 501px;
  transition: all 0.3s ease;
  position: relative;
}
.new-product .product-list li + li {
  margin-left: 10px;
}
.new-product .product-list li.active {
  transform: translateY(-34px);
}
.new-product .product-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.new-product .product-list li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.new-product .product-list li a p {
  position: absolute;
  top: calc(50% - 27px);
  left: 0;
  width: 100%;
  background-color: rgba(9, 105, 181, 0.9);
  text-align: center;
  color: #efefef;
  padding: 8px 0;
}
.new-product .product-list li a p span {
  display: block;
  font-size: 26px;
  font-family: HYJinKaiJ;
}
.new-product .product-list li a p i {
  display: block;
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
}
.new-product .product-list li .more {
  position: absolute;
  bottom: 20px;
  right: 24px;
  text-transform: uppercase;
  color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-product .product-list li .more i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/more1.png") no-repeat center center / 100%;
  margin-left: 8px;
}
.index-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page span {
  width: 41px;
  height: 5px;
  background-color: #0969b5;
  border-radius: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin: 0 15px!important;
}
.index-page span.active,
.index-page span.swiper-pagination-bullet-active {
  width: 50px;
  height: 6px;
  opacity: 1;
}
.join-banner {
  height: 555px;
  position: relative;
  background: url("../images/bg3.png") no-repeat center center / 100%;
}
.join-banner > * {
  position: relative;
  z-index: 1;
}
.join-banner .text {
  position: absolute;
  top: 150px;
  width: 168px;
  left: calc(50% + 400px);
}
.join-banner .text b {
  display: block;
  font-size: 25px;
  color: #dfb781;
}
.join-banner .text b:after {
  content: '';
  display: block;
  margin-top: 12px;
  width: 88px;
  height: 1px;
  background-color: #DFB781;
}
.join-banner .text p {
  margin: 18px 0;
  color: #efefef;
  line-height: 21px;
}
.join-banner .text .text-more {
  display: block;
  width: 67px;
  height: 27px;
  background: url("../images/more3.png") no-repeat center center / 100%;
}
.join-banner:after {
  content: '';
  display: block;
  width: 700px;
  height: 350px;
  opacity: 0.8;
  border: 1px solid #DFB781;
  position: absolute;
  top: 78px;
  left: calc(50% - 350px);
  background-color: rgba(36, 31, 35, 0.8);
}
.join-banner .join-banner-item {
  width: 583px;
  height: 503px;
  margin: 0 auto;
  position: relative;
}
.join-banner .join-banner-item > img {
  width: 100%;
  height: 100%;
}
.join-banner .join-banner-item > img.up {
  transform: translateY(33px);
}
.join-banner .join-banner-item .more {
  display: block;
  position: absolute;
  right: -40px;
  bottom: 90px;
  width: 16px;
  height: 16px;
  background: url("../images/more2.png") no-repeat center center / 100%;
}
.join-banner + .index-page {
  width: 100%;
}
.company_content{
  margin: 0 auto;
  width: 70%;
  height: 399px;
  background: url("../images/ren_01.png") no-repeat center center / 100%;
}
.content_p{
  padding-top: 17%;
}
.company_content p{
  width: 50%;
  padding-left: 2%;
}
.about_product{
  width: 100%;
}
.product_img{
  width: auto;
  float: left;
  padding-left: 15%;
  padding-right: 2%;
  height: 400px;
}
.product_content{
  width: 76%;
  padding-left: 10%;
  height: 400px;

}
@media (max-width:1024px) and(min-width: 800px) {
  .company_content{
      margin: 10px auto;
      width: 100%;
      height: auto;
      background: none;
      border: 2px solid #107ac3;
  }
  .content_p{
      padding-top: 0;
  }
  .company_content p{
      padding-left: 0;
      margin: 10px auto;
      width: 90%;
      /*padding-top: 2%;*/
  }
  .product_img{
    width: auto;
    float: left;
    padding-left: 0%;
    padding-right: 2%;
    height: 400px;
  }
  .product_content{
    width: 90%;
    padding-left: 10%;
    height: 400px;
  }
}
@media (max-width:800px){
  .company_content{
      margin: 10px auto;
      width: 100%;
      height: auto;
      background: none;
      border: 2px solid #107ac3;
  }
  .content_p{
      padding-top: 0;
  }
  .company_content p{
      padding-left: 0;
      margin: 10px auto;
      width: 90%;
      /*padding-top: 2%;*/
  }
  .product_img{
    display: none;
  }
  .product_content{
    margin: 0 auto;
    width: 96%;
    padding-left: 0%;
    height: auto;
  }
}
