*{
    margin: 0;
    padding: 0;
}

.container{
    width: 100%;
    height: 100%;
}
.title-box{
    width: 100%;
    /* height: 390px; */
}
.logo-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav{
    width: 100%;
    background: #EBF3FF;
    padding: 50px 0 80px 0;
    box-sizing: border-box;
}
.box {
    margin: 0 auto;
    width: 80%;
}
.flex-a{
    /* display: flex;
    justify-content: space-between;
    align-items: end; */
    /* display: inline; */
}
.flex-b{
    /* display: flex;
    justify-content: center;
     align-items: center; */
}
.flex-c{
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.flex-d{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}

.nav-left{
    /* display: flex;
    justify-content: space-between; */
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 70%;
    vertical-align: top;
}
.nav-left-one{
    width: 30%;
    display: inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: top;
    margin-right: 3%;
}
.nav-left-one:last-child {
    margin-right: 0;
}
.nav-title-img{
    width: 100%;
    object-fit: contain;
}
.bottom{
    margin-bottom: 20px;
}
.nav-desc{
    font-size: 14px;
    color: #A5ABB2;
    padding: 10px 0;
}
.nav-right{
    display: inline-block;
    *zoom:1;
    *display: inline;
    width: 25%;
    padding: 0 0 40px 0;
    background: #fff;
    margin-left: 4%;
    text-align: center;
}
.nav-right-one{
    box-sizing: border-box;
   
    
}
.padding{
    padding: 0 10px;
}
.nav-right-title{
    background: #6E97FF;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    font-size: 14px;
}
.nav-right-name{
    font-size: 14px;
    color: #5A5D61;
}
.num{
    color: #ED6B52;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
.num-box{
    /* width: 70%; */
    height: 45px;
    margin-top: 15px;
}
.bgcolor{
    background: #FDC7A9;
    color: #ED6B52;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 2px;
    margin-left: 10px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    text-align: center;
}
.btn-box{
    /* width: 70%; */
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    margin-top: 20px;
}
.btn{
    padding: 5px 15px;
    background: #FCC002;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    width: 30%;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.btn1{
    background: #EB5844;
    margin-left: 12px;
}
.section-box{
    margin-top: 10px;
    width: 100%;
}
.line{
    width: 25%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.line-desc{
    font-size: 16px;
    color: #4A5A71;
    font-weight: 600;
    display: inline-block;
    *zoom:1;
    *display: inline;
}
.section-img{
    margin-left: 10px;
    vertical-align: middle;
}
.table {
    border: 0px solid darkgray;
    width: 100%;
    
  }
  .tr {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 40px;
    border-bottom: 1px solid #f2f2f2;
  }
  .td {
     width: 24.48%;
     font-size: 16px;
     color: #4A5A71;
     /* display: flex;
      justify-content: center;
      align-items: center; */
      line-height: 40px;
      border-right: 1px solid #f2f2f2;
      background: #CADAF7; 
      font-family: fontnameRegular;
      text-align: center;
      display: inline-block;
      *zoom:1;
      *display: inline;
  }

  .th {
    vertical-align: top;
    width: 24.48%;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    background: rgba(247, 247, 247, 1);
    height: 40px;
    border-right: 1px solid #f2f2f2;
    padding: 5px 0;
    font-family: fontnameRegular;
    text-align: center;
    display: inline-block;
    *zoom:1;
    *display: inline;
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }
  .tr:first-child{
      padding: 3px 0;
  }
  .tr .td:nth-child(4){
    color: rgba(36, 145, 255, 1);
  }
  .tr .td:last-child{
    color: rgba(242, 61, 61, 1);
  }
  .tr .th{
      background: #205BE4;
      color: #fff;
      font-size: 14px;
  }
  .font{
      font-size: 10px;
      color: #fff;
  }
  .tr .th:last-child{
      background:#EB3B1A;
  }
  .tr .td:last-child{
    background:#FFD7BE;
    
}
.sess{
    line-height: 45px;
    color: #666;
    font-size: 14px;
}
.footer{
    width: 100%;
    background: #EBF3FF;
    box-sizing: border-box;
   
}
.footer-bottom{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: 30px 0;
    box-sizing: border-box;

}
.foter-box{
    width: 30%;
    display: inline-block;
    *zoom:1;
    *display: inline;
    margin-right: 3%;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
.foter-box:last-child {
    margin-right: 0;
}
.footerone-box{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
}
.foter-one{
    background: #273D81;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
    width: 90px;
    text-align: center;
    margin: 0 auto;
}
.circle{
    width: 25px;
    height: 25px;
    background: #215DEE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -9px;
    right: -1px;
}
.circle2{
    width: 25px;
    height: 25px;
    background: #215DEE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -9px;
}
.circle3{
    width: 25px;
    height: 25px;
    background: #215DEE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: 19px;
    right: -9px;
}
.foter-desc-box{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 20px;
}
.foter-desc{
    width: 70%;
    color: #273D81;
    font-size: 16px;
    margin: 0 auto;
}
.foter-add{
    width: 100%;
    background: #D9E2F1;
}
.text{
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 10px;
    color: #666;
    line-height: 20px;
}
.groupimg{
    width: 100%;
}
.nav-one-img{
    margin: 10px auto 0;
    display: block;
    width: 60%;
    object-fit: contain;
}