.userimg{
    width:100%;
}
.usercont .title{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #2A7EBE;
    padding-bottom:5px; 
    margin-bottom: 20px ;
}
.usercont .consten{
    line-height: 25px;
    font-size: 15px;
}
.usercont{
    margin-top: 6%;
}
.Teamexplain{
    background-image: url(../images/bg02.png);
    height: 728px;
}
.Teamexplain img{
    width: 100%;
}
.teamslist .row{
   margin-bottom: 30px;
}
.TeamEX h3{
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top:48px;
}
.TeamEX ul {
    padding: 0;
}
.TeamEX ul li{
    list-style-type: none;
    margin: 10px 0;
}
.userimgcont{
    text-align: center;
}
@media screen and (min-width: 1280px) {
    .container {
      width: 1280px !important;
    }
  }
  * {
    font-family: "微软雅黑" !important;
  }
  .text {
    letter-spacing: 3px;
  }
  .navbar {
    height: 600px !important;
    border: none !important;
    width: 100%;
    position: relative;
  }
  .navbar .swiper-slide {
    height: 600px;
  }
  .usercont{
      margin-top: 4%;
  }
  .Teamexplain{
    background-position-x:50%
  }
  .navbar img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 600px;
  }
  .navbar_top {
    width: 100%;
    background-color: #081424;
    opacity: 0.9;
    height: 100px;
    position: fixed;
    z-index: 999;
  }
  .navbar_top .container {
    position: relative;
  }
  .navbar_top .container .logo {
    width: 230px;
    height: 100px;
    background-color: #296DB4;
    position: relative;
  }
  .navbar_top .container .logo img {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar_top .container a {
    color: #fff;
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .navbar {
      height: 250px !important;
    }
    .navbar img {
      height: 250px;
      width: 100%;
    }
    .navbar_top {
      height: 60px;
      opacity: 0.8;
      background-color: #0a192e;
    }
    .navbar_top #btn {
      position: absolute;
      top: 25px;
      right: 25px;
    }
    .logo {
      height: 25px !important;
      width: 180px !important;
      background-color: #081424 !important;
      position: absolute;
      left: -20px;
      top: 35px;
    }
    .logo img {
      width: 140px;
      position: absolute;
      left: 20px;
      bottom: 0px;
    }
    .nav {
      background-color: #081424;
      opacity: 0.9;
      width: 150px;
      text-align: center;
      position: absolute;
      left: 999px;
      top: 60px;
    }
    .nav div {
      margin: 0;
      line-height: 33px
    }
    .nav a {
      color: #fff !important;
      display: block; 
      height: 33px;
    }
    .TeamEX h3{
        font-size: 40px;
    }

  }
  .head-test {
    color: #768FA8;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 60%;
    height: 100%;
  }
  .head-test header {
    width: 14%;
    float: right;
    margin: 0 25px;
    font-weight: 800;
    text-align: center;
    height: 120px;
    line-height: 195px;
  }
  .head-test header a {
    display: block;
    height: 110px;
  }
  .contact {
    color: #000;
    position: relative;
  }
  .contact .container {
    position: relative;
  }
  .titleh1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 46px;
  }
  .contact .foot_contact {
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-color: #27415A;
  }
  .contact .foot_contact div {
    color: #A5ABAC;
  }
  .contact .foot_contact div p {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .foot_contact p{
      line-height: 40px;
    }

  }
  @media screen and (max-width: 767px) {
    .contact {
      background-position: left;
      height: 580px;
    }
    .userimgcont img{
        width: 80%;
    }
    .titleh1 {
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 40px;
    }
    .contact .foot_contact {
      height: 60px;
    }
    .contact .foot_contact div p {
      font-size: 8px;
      margin-bottom: -5px;
    }
  }
  .navbar_top a:hover{
    background-color:  #296DB4;
  }