p {
  margin: 0;
}
.bannerLink {
  display: block;
  line-height: 0;
}
.bannerLink img {
  display: block;
  width: 100%;
  height: auto;
}
#box {
    width: 1200px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.navLeft{
    height: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
}

  .tab-container {
    display: flex;
    height: 49pt;
    justify-content: center;
    align-items: center;
   
  }
  
  .tab {
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    text-decoration: none;
    color:#333333;
  }
  
  /* .tab:hover {
    color: #2977D2;
    border-bottom-color: #2977D2;
  } */
  
  .tab.active {
    color: #2977D2;
    border-bottom-color: #2977D2;
    /* border-radius: 5px; */
    
  }
  .divMiddle{
    margin-top: 108px;
    display: flex; 
    justify-content: center;
    align-items: center;
   
    
    
  }
  .containDiv{
    width: 1200px;
    display: flex; 
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    height: 454px;
  }


  .textContainer {
    line-height: 1.5; /* Set the line height for the container */
    width: 555px;
    justify-content: center;
    align-items: center;
    /* display: flex; */
    
  }
  .imageContainer {
    width: 532px;
    height: 703px;
    /* z-index: 2; */
    position: absolute;
    top: 0;
    right: 0;
  }
  .font1 {
    font-size: 31px;
    color: #333333;
    margin-bottom: 33pt; /* Set the bottom margin for the first paragraph */
  }
  
  .font2 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 25px; /* Set the bottom margin for the second paragraph */
    line-height: 30px;
  }
  
  .font3 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    
  }
  .phoneContainDiv{
    display: flex; 
    /* position:relative; */
    /* top: -249px; */
    width: 100%;
    height: 249px;
    background-color: #505663;
    /* z-index: 1; */
  }
  .phoneInfoDiv{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* align-items: center; */
    justify-content: flex-start;
    align-items:flex-start
  }
  .phoneFont1 {
    font-size: 31px;
    color: #ffffff;
    padding-top: 55px;
    /* margin-top: 55px; */
  }
  .phoneFont2 {
    font-size: 18px;
    color: #ffffff;
    padding-top: 18px;
    margin-bottom: 10px;
  }
  .phoneImgeDiv {
    display: flex; 
    justify-content: flex-start;
    /* flex-direction: row; */
    align-items: center;
  }
  .phoneImg{
    width: 22px;
    height: 22px;
  }
  .companyDiv{
     background-color: #ffffff;
     width: 100%;
     height: 160px;

  }
  .companyText{
    margin: 0;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    line-height: 20px;
  }
  .numberDiv{
    background-color: #505663;
    width: 100%;
    height: 90px;
 }
 .numberText
 {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 20px;
}
