.clearfix{
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .headerBox{
      width: 1300px;
      height: 130px;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .headerBox_rightBox{
      margin-right: 43px;
  }
  .headerBox_rightBox,.headerBox_rightBox div{
      display: flex;
      align-items: center;
  }
  .headerBox_rightBox div:nth-child(1){
      margin-right: 30px;
  }
  .headerBox_rightBox div img{
      width: 25px;
      height: 25px;
      margin-right: 13px;
  }
  .headerBox_rightBox div p{
      font-size: 20px;
      color: #0d41bb;
      font-weight: 900;
  }
  .language ul,.headerBox_right{
      display:flex;
      align-items: center;
      justify-content: space-between;
  }
  .language ul li{
      text-align: center;
      font-size: 16px;
      color: #595959;
      padding: 0px !important;
      margin: 0px !important;
      height: 18px !important;
      line-height: 18px !important;
      cursor: pointer;
  }
  /* 头部结束 */
  /* 导航开始 */
  .NavActive{
      color: #0039c0 !important;
  }
  .NavBody{
      width: 100%;
      border-top:1px solid #adadad;
  }
  .NavList{
      width: 1300px;
      margin: 0 auto;
      height:50px;
      box-sizing: border-box;
  }
  .NavList ul {
      display: flex;
      justify-content: space-between;
      font-size:18px; 
      line-height: 50px;
  }
  .NavList ul a{
      color:#1a1c1d;  
  }
  .NavList ul a:hover{
      color: #0039c0;
  }
  /* 导航结束 */
  .NavTwo{
    width: 100%;
    background: #EEEEEE;
}
.navTwoBody{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
}
.navTwoBody ul{
    font-size:0px;
}
.navTwoBody li{
  width: 155px;
  height: 58px;
  display: inline-block;
  color: #030303;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
.navTwoBody img{
    margin-top: -8px;
    margin-bottom: -10px;
    cursor: pointer;
    margin-right: 15px;
}
.NavTwoActive{
  background: #2884FF !important;
  color: #fff !important;
}
.NavTwoActive a{
    color:#fff
}
.phonezx{
  width: 200px;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 58px;
  background:#4FC614;
  cursor: pointer;
  box-shadow: 0px 3px 5px #4FC614;
}
 
  .zixun{
      width: 100%; 
  }
  .zixunBtn{
      width: 175px;
      height: 45px;
      border: 1px solid #fff;
      margin-top: 15px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 45px;
      float: right;
      margin-right: 13px;
  }
  .phone{
      text-align: right;
      font-size: 32px;
      color: #fff;
      font-style: italic;
      font-weight: 900;
  }
  .yqA p{
      font-size: 15px;
      color: #fff;
  }
  .yqA{
      padding-top: 50px;
  }
  .yqA p a{
      font-size: 15px;
      color: #fff;
      margin-left: 15px; 
  }
  .banquan p{
      font-size: 15px;
      color: #fff;
      margin-top: 10px;
  }
  /* 底部结束 */
  
  