
.line {
  width: calc(100% + 30px);
  margin: 0 -15px;
  height: 1rem;
  background: #F6F6F7;
}
#content::after{
  content: "";
  display: block;
  width: 31.4%;
  height: 1px;
}
.click-down{
  width: 90px;
  line-height: 26px;
  color: #949494;
  margin: 50px auto 110px auto;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #949494;
  border-radius: 13px;
}
.down-loading{
  background: url(../images/product/icon_load.png);
  background-size: 100%;
  height: 33px;
  width: 33px;
  border: none;
}
@media (min-width: 1200px) {
  .container-right{
    width: 1200px;
  }
  .content-ul .list {
    width: 31.4% !important;
    height: auto !important;
  }
}

@media screen and (min-width: 768px) {
  .container-section ~ .header-section .header-container {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .container-section ~ .header-section .header-container .nav-item a {
    color: #333;
  }
  .info-section ~ .footer-panel {
    background-color: #f7f7f7;
  }
  .banner-container {
    background: url('../images/recruit.png') no-repeat center;
    background-size: 100% auto;
    width: 100%;
    padding-top: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5rem;
    margin-top: -7rem;
  }
  .banner-container .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  .banner-container .banner-info .title {
    font-size: 43px;
  }
  .banner-container .banner-info .subTitle {
    font-size: 24px;
    margin-top: 17px;
  }
  .product-ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  .product-ul li{
    /* display: inline-block; */
    padding: 8px;
    color: #949494;
    font-size: 15px;
    min-width: 180px;
    text-align: center;
    margin-bottom: 20px;
    /* margin: 0 30px 20px 30px; */
  }
  .product-ul a:nth-child(1) li{
    text-align: left;
    min-width: 120px;
    /* margin-left: 0; */
  }
  .product-ul a:nth-child(7n+1) li{
    text-align: left;
    min-width: 120px;
    /* margin-left: 0; */
  }
  .product-ul .active{
    color: #000;
    font-size: 1.6rem;
    position: relative;
    font-weight: bold;
  }
  .product-ul .active span{
    position: relative;
    padding: 0 5px;
  }
  .product-ul .active span::before{
    content: '';
    position: absolute;
    bottom: -7px;
    height: 4px;
    left: 0;
    width: 100%;
    right: 0;
    background: #000;
  }
  .info-section {
    margin-top: 14rem;
  }
  .content-ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-ul .list{
    width: 338px;
    height: auto;
    display: block;
  }
  .content-ul .list img{
    width: 100%;
    height: 255px;
    display: block;
  }
  .content-ul .list h3{
    font-size: 18px;
    font-weight: normal;
  }
  .content-ul .list p{
    font-size: 12px;
    color: #949494;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .content-ul .list {
    width: 31.4% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1200px) {
  .container-right {
    width: 1000px;
  }
  .product-ul a:nth-child(1) li {
    min-width: 110px;
  }
  .product-ul a:nth-child(8n) li {
    min-width: 110px;
  }
  .product-ul li{
    min-width: 140px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .container-right {
    width: 760px;
  }
  .product-ul a:nth-child(n) li{
    min-width: 180px;
    text-align: center;
  }
  .product-ul a:nth-child(1) li {
    /* min-width: 140px; */
    text-align: left;
  }
  .product-ul a:nth-child(4n+1) li {
    text-align: left;
    /* min-width: 140px; */
  }
  .product-ul a:nth-child(4n) li {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .click-down{
    width: 60px;
    line-height: 14px;
    margin: 0px auto 30px auto;
    font-size: 10px;
    border: 1px solid #949494;
    border-radius: 7px;
  }
  .down-loading{
    background: url(../images/product/icon_load.png);
    background-size: 100%;
    height: 14px;
    width: 14px;
    border: none;
  }
  .container-right {
    width: 100%;
  }
  .product-ul a:nth-child(n) li{
    min-width: 18px;
    text-align: center;
    padding: 0 16px;
  }
  .product-ul a:nth-child(1) li{
    padding-right: 16px;
    padding-left: 0px;
  }
  .container-right{
    padding: 0 5.3%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 5px solid #f7f7f7;
  }
  .product-ul{
    width: 100%;
    white-space: nowrap;
    padding: 24px 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .line {
    width: calc(100% + 30px);
    margin: 0 -15px;
    height: 1rem;
    background: #F6F6F7;
  }
  .info-section {
    margin-top: 6.5rem;
  }
  .info-section .mobile-hide{
    display: block !important;
  }
  .info-section .banner-container {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 270px;
  }
  .info-section .banner-container .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  .info-section .banner-container .banner-info p {
    margin-bottom: 0;
  }
  .info-section .banner-container .banner-info .title {
    font-size: 2.2rem;
    white-space: nowrap;
  }
  .info-section .banner-container .banner-info .subTitle {
    font-size: 2.2rem;
  }
  .info-section .container{
    padding: 0;
  }
  
  .product-ul li{
    color: #949494;
    font-size: 14px;
    text-align: center;
    display: inline-block;
  }
  
  .product-ul .active{
    color: #000;
    font-size: 1.6rem;
    position: relative;
    font-weight: bold;
  }
  .content-ul{
    width: 100%;
    padding: 0 5.3%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.5rem;
  }
  .content-ul .list{
    width: 47.4%;
    height: 30%;
    display: block;
  }
  .content-ul .list img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .content-ul .list h3{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .content-ul .list p{
    font-size: 10px;
    color: #949494;
    padding-top: 8px;
    padding-bottom: 22px;
  }
}
.swiper-slide{
  width: auto !important;
}