.banner {
  position: relative;
}
.banner-moblie{
  display: none;
}
.banner .text {
  width: 100%;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 300%);
  text-align: center;
  color: #fff;
  transition: 0.5s;
}
.banner .text.active {
  transform: translate(-50%, -50%);
}
.banner .text h2 {
  font-size: 36px;
  font-weight: 300;
}
.banner .text h3 {
  font-size: 80px;
  margin: 20px 0;
}
.banner .text p {
  font-size: 36px;
  font-weight: 300;
}
/* 介绍相关 */
.introduce > div {
  width: 50%;
  height: 600px;
}

.introduce-vision {
  background: url("../images/slider2.png") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.introduce-company {
  background: #f7f7f7;
}
.introduce-company .warp ,.introduce-vision .warp {
    width:80%;
  margin:0 auto;
  text-align: center;
  height:100%;
  position: relative;
}
.introduce-company .warp .top-button,.introduce-vision .warp .top-button  {
  position: absolute;
  bottom:200px;
  left:50%;
  transform: translate(-50%,0);
    
}

.introduce-company .warp h2,.introduce-vision h2  {
  font-size: 30px;
  color: #484242;
  margin-bottom: 20px;
  margin-top:100px;
}
.introduce-vision h2 {
    color:#fff;
}
.introduce-company .warp h3 {
  font-size: 26px;
  color: #00add3;
  margin-bottom: 20px;
}

.introduce-company .warp p {
  text-align: left;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 36px;
}

 
 


.introduce-vision h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.introduce-vision h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 42px;
}
 
.introduce-mobile {
  display: none;
}

/* 早筛产品 */
.product-mobile {
  display: none;
  padding-bottom: 60px;
}

.product-mobile h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.product-mobile .product-pic {
  width: 66%;
  margin: 0 auto;
}
.product .swiper-pagination span {
  background-color: #555;
  opacity: 0.1;
}
.product-mobile .swiper-pagination span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background-color: #555;
  opacity: 0.1;
}
.product .swiper-pagination span.swiper-active-switch,
.product-mobile .swiper-pagination span.swiper-active-switch {
  background: #00b3dc;
  opacity: 1;
}
.title {
  font-size: 30px;
  color: #484242;
  text-align: center;
  margin: 60px auto;
}

.product-item {
  display: flex;
  justify-content: center;
  padding: 48px 0 68px 0;
}
.pi-left {
  margin: 100px 20% 0 15%;
}
.pi-left h3 {
  font-size: 28px;
  color: #292929;
  margin-bottom: 38px;
}
.pi-left .desc p {
  font-size: 16px;
  color: #868686;
  line-height: 30px;
}

.pi-left .top-button {
  margin-top: 60px;
}

/* 早筛流程 */

.process-container {
  overflow: hidden;
  background: url("../images/process-bj.png") no-repeat;
  background-size: cover;
  padding-bottom: 200px;
  background-attachment: fixed;
}
.process-list {
  display: flex;
  justify-content: space-around;
}
.process-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.process-list li::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 40px;
  background: url("../images/right.png") no-repeat;
  top: 20%;
  right: -100%;
}
.process-list li:nth-last-of-type(1)::after {
  display: none;
}
.process-list li .pic {
  width: 90px;
  height: 90px;
  background: #00add3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.process-list li .pic:hover {
  transform: rotate(360deg);
}
.process-list li .pic img {
  width: 30px;
}
.process-list li h3 {
  font-size: 16px;
  margin-top: 30px;
}
.process-container .title {
  margin: 120px auto;
}
.process-list-mobile {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.process-list-mobile .process-list li .pic {
  width: 80px;
  height: 80px;
}
.process-list-mobile .process-list li::after {
  display: none;
}
.process-list-mobile .process-list li .pic img {
  width: 26px;
}
.process-list-mobile .process-list li h3 {
  font-size: 16px;
  margin-top: 20px;
}

/* 新闻资讯 */
.news-container {
  padding-bottom: 120px;
}
.news-container .top-button {
  display: block;
  margin: 0 auto;
}
.news-list {
  display: flex;
  justify-content: space-around;
  padding-bottom: 80px;
}
.news-item {
  display: flex;
  justify-content: space-between;
}
.news-item .n-i-left {
  margin-left: 30px;
}
.news-item .n-i-left .time {
  margin-bottom: 30px;
}
.news-item .n-i-left .time h3 {
  font-weight: bold;
  font-size: 26px;
}
.news-item .n-i-left .time time {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #bdbdbd;
}
.news-item .n-i-left {
  margin-left: 50px;
  transition: 0.8s;
}
.news-item:hover .n-i-left {
  transform: translateX(20px);
}
.news-item .n-i-right {
  cursor: pointer;
}
.news-item .n-i-right div {
  overflow: hidden;
}
.news-item .n-i-right img {
  width: 300px;
  height: 190px;
  transition: 0.5s;
}
.news-item .n-i-right:hover img {
  transform: scale(1.2);
}
.news-item .n-i-right h3 {
  width: 300px;
  font-weight: bold;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 26px;
  margin-top: 30px;
  transition: 0.5s;
}
.news-item .n-i-right:hover h3 {
  color: #00add3;
}
.news-list-mobile .news-list {
  padding-bottom: 20px;
}
.news-list-mobile .news-item {
  display: block;
  margin: 0 10px;
}

.news-list-mobile .news-item img {
  width: 100%;
}
.news-list-mobile .news-item h3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.news-list-mobile {
  display: none;
  position: relative;
}
.swp-prev-style2, .swp-next-style2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  z-index: 2;
  cursor: pointer;
  background-color: #00add3;
}
.swp-next-style2:after {
  background: url(../images/ico25.png) no-repeat right center;
}
.swp-prev-style2:after, .swp-next-style2:after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swp-prev-style2:after, .swp-next-style2:after {
  content: "";
  display: block;
  width: 13px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swp-next-style2{
  right:0
}
.swp-prev-style2:after {
  background: url(../images/ico25.png) no-repeat left center;
}
@media (max-width: 1408px) {
  /* 宽屏电脑 */
  .introduce-company .warp .top-button {
    position: relative;
    top: 52px;
  }
  .news-item .n-i-right img {
    width: 248px;
    height: 150px;
  }
  .news-item .n-i-right h3 {
    width: 248px;
    margin-top: 15px;
    font-size: 14px;
  }
  .news-item .n-i-left .time {
    margin-bottom: 20px;
  }
  .news-item .n-i-left {
    margin-left: 40px;
  }
}

@media (max-width: 1216px) {
  /* 桌面电脑 */
  .introduce-company .warp {
    margin: 80px 40px 0 28%;
    text-align: center;
  }
  .introduce-company .warp .top-button {
    position: relative;
    top: 30px;
  }
  .news-item .n-i-left {
    display: none;
  }
  .news-item .n-i-right img {
    width: 100%;
    height: 184px;
  }
  .news-item {
    display: block;
    margin: 0 15px;
  }
  .banner .text h2 {
    font-size: 26px;
    font-weight: 300;
  }
  .banner .text h3 {
    font-size: 60px;
    margin: 20px 0;
  }
  .banner .text p {
    font-size: 26px;
    font-weight: 300;
  }
}

@media (max-width: 1024px) {
  /* 平板电脑 */
  .introduce-company .warp .top-button {
    position: relative;
    top: 20px;
  }
}
@media (max-width: 768px) {
  /* 移动端 */
  .introduce-company .warp .top-button,
  .introduce-vision .warp .top-button {
    position: relative;
    top: 0;
    margin-top: 15px;
    width: 80px;
    font-size: 12px;
  }
  .introduce {
    flex-wrap: wrap;
  }
  .introduce > div {
    width: 100%;
    height: auto;
  }
  .introduce-vision {
    background-attachment: scroll;
  }
  .introduce-company .warp,
  .introduce-vision .warp {
    width: 94%;
    margin: 0 auto;
  }
  .introduce-company .warp h2,
  .introduce-vision h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .introduce-company .warp h3,
  .introduce-vision h3,
  .introduce-vision h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .introduce-vision h4 {
    line-height: 26px;
    text-align: left;
    margin: 0;
  }
  .introduce-company .warp p {
    font-size: 14px;
    line-height: 24px;
  }
  .introduce-mobile .warp {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding:20px 0;
  }
   .introduce-mobile .warp h2{
       margin-top: 0;
   }
  /* 公司简介 */
  .introduce-mobile {
    display: block;
  }
  .introduce-pc {
    display: none;
  }
  /* 早筛产品 */
  .product {
    display: none;
  }
  .product-mobile {
    display: block;
  }
  .title,
  .process-container .title {
    font-size: 26px;
    margin: 30px auto;
  }
  /* 早筛流程 */
  .process-list-pc {
    display: none;
  }
  .process-list-mobile {
    display: block;
  }
  .process-list-mobile .process-list {
    display: flex;
    flex-wrap: wrap;
  }
  .process-list-mobile .process-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .process-container {
    padding-bottom: 30px;
  }
  /* 新闻资讯 */
  .news-list-mobile {
    display: block;
  }
  .news-list-pc {
    display: none;
  }
  .news-container {
    padding-bottom: 30px;
  }
  .banner-pc{
    display: none;
  }
  .banner-moblie{
    display: block;
  }
  .banner-moblie .banner-item{
    width:100%;
    position: relative;
  }
  .banner {
    margin-top: 62px;
    height: 500px;
     
  }
  .banner img{
    height: 100%;
  }
 
  .banner .text h2 {
    font-size: 16px;
    font-weight: 300;
  }
  .banner .text h3 {
    font-size: 26px;
    margin: 20px 0;
  }
  .banner .text p {
    font-size: 16px;
    font-weight: 300;
  }
}
