


.company-bxtp{
  height: 400px;
  /* background-image: url("../images/contact-bj1.jpg"); */
  background-color: #00396f;
  /* background-size: 100% 100%; */
}
.company-txt{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-bxtp p{
  color: #ffffff;
}
.company-bxtp p:nth-child(1){
  font-size: 80px;
}
.company-bxtp p:nth-child(2){
  font-size: 20px;
  padding:0px 0;
  color: #6aa2b9;
}



/* .products-bx{
  
} */
.products-bx ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0;
}
.products-bx ul li{
  width: 31.5%;
  background-color: #f7f7f7;
  margin: 0 10px 20px;
}
.products-bx ul li:hover{
  border: 1px solid #00396f;
}
.products-bx ul li p:nth-child(1){
  padding: 30px;
  font-size: 20px;
  color: #00396f;
  display: flex;
  flex-direction: column;
}

.products-bx ul li p:nth-child(1) span:nth-child(2){
  font-size: 20px;
  font-weight: 600;
}

.products-bx ul li p:nth-child(2){
  text-align: center;
  padding: 30px 0;
}




/* .transport-btm{

} */
.transport-btm .portbtm{
  height: 290px;
  background-image: url("../images/company-bj3.jpg");
  background-size: 100% 100%;
}
.port-btmbx{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f5f5f5;
}
.port-btmbx li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.port-btmbx li p{
  font-size: 20px;
  margin-top: 20px;
}

.portsbtm{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 80px;
}
.portsbtm p:nth-child(1){
  font-size: 40px;
  color: #00396f;
}
.portsbtm p:nth-child(2){
  font-size: 20px;
  color: #303030;
  margin-top: 20px;
}
.portsbtm p:nth-child(3){
  font-size: 16px;
  color: #00396f;
  padding: 15px 30px;
  border: 1px solid #00396f;
  margin-top: 50px;
  border-radius: 3px;
}
.portsbtm p:nth-child(3):hover{
  color: #ffffff;
  background-color: #00396f;
}