#all #this_col {
  background-color: #f1f1f1;
}
#all #this_col #banner {
  position: relative;
  overflow: hidden;
}
#all #this_col #banner > .img_b {
  overflow: hidden;
}
#all #this_col #banner > .img_b img {
  width: 100%;
}
#all #this_col #banner .banner_text .banner_text_in {
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#all #this_col #banner .banner_text .banner_text_in h2 {
  font-weight: bold;
  color: #fff;
  font-size: 55px;
  padding-bottom: 5px;
  text-transform:uppercase;
}
#all #this_col #banner .banner_text .banner_text_in h5 {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 1vw;
}
#all #this_col #banner .banner_text .banner_text_in h5 span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 5px;
  background-color: #fff;
}
#all #this_col #banner .banner_text .banner_text_in h5 span:last-child::after {
  background-color: transparent;
}
#all #this_col #banner .banner_text .banner_text_in .hvr-sweep-to-right:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #db7c19;
}
#all #this_col #content #why,
#all #this_col #content #process,
#all #this_col #content #team,
#all #this_col #content #delivery,
#all #this_col #content #faq {
  width: 70vw;
  margin: auto;
  margin-top: 120px;
}
#all #this_col #content #why .top_text,
#all #this_col #content #process .top_text,
#all #this_col #content #team .top_text,
#all #this_col #content #delivery .top_text,
#all #this_col #content #faq .top_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col #content #why .top_text h5,
#all #this_col #content #process .top_text h5,
#all #this_col #content #team .top_text h5,
#all #this_col #content #delivery .top_text h5,
#all #this_col #content #faq .top_text h5 {
  color: #155e8a;
  font-size: 16px;
}
#all #this_col #content #why .top_text h3,
#all #this_col #content #process .top_text h3,
#all #this_col #content #team .top_text h3,
#all #this_col #content #delivery .top_text h3,
#all #this_col #content #faq .top_text h3 {
  padding: 15px 20px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
#all #this_col #content #why .top_text span,
#all #this_col #content #process .top_text span,
#all #this_col #content #team .top_text span,
#all #this_col #content #delivery .top_text span,
#all #this_col #content #faq .top_text span {
  font-size: 14px;
  color: #888888;
}
#all #this_col #content #this_tab {
  background-color: #f1f1f1;
  padding-top: 50px;
}
#all #this_col #content #this_tab .slideTxtBox .hd {
  display: flex;
  justify-content: center;
  margin: auto;
  border-bottom: 1px solid #f3f3f3;
}
#all #this_col #content #this_tab .slideTxtBox .hd ul {
    flex-wrap: wrap;
  display: flex;
  margin-bottom: 0;
}
#all #this_col #content #this_tab .slideTxtBox .hd ul li {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#all #this_col #content #this_tab .slideTxtBox .hd ul .current-menu-item{
      border-radius: 5px;
  background-color: #155e8a;
}

#all #this_col #content #this_tab .slideTxtBox .hd ul .current-menu-item a{
    
  color: #fff;
}
#all #this_col #content #this_tab .slideTxtBox .hd ul li p {
  display: inline-block;
}
#all #this_col #content #this_tab .slideTxtBox .hd ul li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  background-color: #313131;
}
#all #this_col #content #this_tab .slideTxtBox .hd ul .on {
  border-radius: 5px;
  background-color: #155e8a;
  color: #fff;
}
#all #this_col #content #this_tab .slideTxtBox .bd {
  width: 75vw;
  margin: auto;
  margin-top: 2vw;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
  overflow: hidden;
  width: 22vw;
  /*height: 20vw;*/
  margin-top: 1vw;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 2vw;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child span {
  color: #fff;
  font-size: 1.3vw;
  text-transform: uppercase;
  line-height: 30px;
  background-color: #155e8a;
  padding: 8px 15px;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child .proimg{
    width:100%;
    text-align: center;
    margin-bottom:10px;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child .proimg img{
    width:100%;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child h5 {
  text-align: start;
  font-size: 1.3vw;
  font-weight: 700;
  margin: 15px 0;
  
  overflow:hidden; 
  
text-overflow:ellipsis;

display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:1;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child h5 a{
    font-size: 1.3vw;
    font-weight: 700;
    color: #333;
    border: 0;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child p {
  color: #949494;
  font-size: 0.85vw;
  line-height: 28px;
  
  
    overflow:hidden; 
  
    text-overflow:ellipsis;
    
    display:-webkit-box; 
    
    -webkit-box-orient:vertical;
    
    -webkit-line-clamp:3;
}
#all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child a {
  margin-top: 10px;
  color: #145d89;
  border-bottom: 1px solid #145d89;
  font-size: 0.85vw;
}
#all #this_col #content #why {
  width: 70vw;
  height: 80px;
  margin: auto;
  position: relative;
}
#all #this_col #content #why .this_in {
  border-radius: 10px;
  position: absolute;
  transform: translate(0, -70%);
  background-color: #ffffff;
  box-shadow: 2px 2px 3px #e9e9e9;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
#all #this_col #content #why .this_in .left_text {
  width: 35%;
  padding-right: 20px;
  padding-top: 30px;
}
#all #this_col #content #why .this_in .left_text h3 {
  font-size: 35px;
  font-weight: 700;
}
#all #this_col #content #why .this_in .left_text p {
  margin-top: 30px;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 28px;
}
#all #this_col #content #why .this_in .right_text {
  padding: 30px 10px 35px;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col #content #why .this_in .right_text .this_child {
  margin: 20px 0;
  padding-right: 8px;
  width: 50%;
  display: flex;
}
#all #this_col #content #why .this_in .right_text .this_child .img_b {
  overflow: hidden;
  width: 150px;
  margin-right: 10px;
}
#all #this_col #content #why .this_in .right_text .this_child .img_b img {
  width: 100%;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text {
  display: flex;
  flex-direction: column;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text h5 {
  font-size: 16px;
  font-weight: 600;
}
#all #this_col #content #why .this_in .right_text .this_child .this_text p {
  margin-top: 5px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
}



@media screen and (max-width: 1440px) {
     #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child  { 
            height: 28vw;
     }
    #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child p { 
        -webkit-line-clamp: 2;
    }
}


@media screen and (max-width: 1280px) {
  #all #this_col #content #this_tab .swiper-father {
    max-width: 100%;
    padding: 0px 80px;
    padding-bottom: 50px;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd {
    width: 85vw;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    overflow: hidden;
    width: 23vw;
  }
}


@media screen and (max-width: 1024px) {
    
    #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
        height: 30vw;
    }
    
    #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child h5 { 
        font-size: 24px; 
    }
        
}


@media screen and (max-width: 1023px) {
   
    #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
        width: 32vw;
    }
}

@media screen and (max-width: 768px) {
    
    #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    height:40vw;
}
    
  #all #this_col #content #this_tab .swiper-father {
    max-width: 100%;
    padding: 0px 50px;
    padding-bottom: 50px;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd {
    width: 95vw;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    overflow: hidden;
    width: 39vw;
  }
}

@media screen and (max-width: 640px) {
    
     #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    height:70vw;
}
}
@media screen and (max-width: 400px) {
    
     #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    height: auto;
}
  #all #this_col #content #this_tab .swiper-father {
    max-width: 100%;
    padding: 0px 50px;
    padding-bottom: 50px;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd {
    width: 95vw;
  }
  #all #this_col #content #this_tab .slideTxtBox .bd .bd_in .this_child {
    overflow: hidden;
    width: 68vw;
  }
  #all #this_col #content #this_tab .slideTxtBox .hd ul {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=pro_list.css.map */