* {
  margin: 0;
  padding: 0;
}

body {
  /* min-width: 1200px; */
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;

-webkit-touch-callout: none;

-webkit-user-select: none;
}

.content {
  /* width: 1200px; */
  margin: 0 auto;
}

.content .head {
  /* width: 100%; */
  height: 74px;
}

ul {
  list-style: none;
}

.content .head .left img {
  width: 190px;
  height: auto;
}

.content .head .right {
  line-height: 70px;
  text-align: right;
}

.content .head .right ul {
  list-style: none;
}

.content .head .right ul li {
  float: left;
  position: relative;
  width: 25%;
  text-align: right;
}

.content .head .right ul li:hover a.h {
  color: #276DFA;
  border-bottom: 2.5px solid #276DFA;
  font-size: 16px;
  font-weight: bold;
}

.content .head .right ul li:hover ol {
  display: block;
}

.content .head .right ul li ol {
  display: none;
  list-style: none;
  position: absolute;
  top: 50px;
  left: 5%;
  width: 80%;
  background-color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.content .head .right ul li ol li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.content .head .right ul li ol li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.content .head .right ul li ol li a:hover {
  color: #276DFA;
  font-size: 14px;
  font-weight: bold;
}

.content .headImg {
  padding: 0 40px;
  box-sizing: border-box;
}

.content .head .right {
  padding-right: 40px;
  box-sizing: border-box;
}

.content .head .right a.h {
  text-decoration: none;
  /* margin-right: 50px; */
  padding-bottom: 3px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.content .head .right a.h.active {
  color: #276DFA;
  border-bottom: 2.5px solid #276DFA;
  font-size: 16px;
  font-weight: bold;
}

.bottom {
  width: 100%;
  background-color: #404040;
  height: 200px;
}

.bottom .con {
  width: 1200px;
  margin: 0 auto;
  height: 160px;
  position: relative;
}

.bottom .con .left {
  position: absolute;
  left: 0;
  top: 22px;
  width: 350px;
}

.bottom .con .left h2 {
  color: white;
  font-size: 17px;
  letter-spacing: 1px;
  font-family: Microsoft YaHei;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.bottom .con .left p {
  color: #c3c3c3;
  font-size: 12px;
  margin-top: 8px;
  font-family: Microsoft YaHei;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.bottom .con .right {
  position: absolute;
  right: 0;
  top: 22px;
  width: 225px;
}

.bottom .con .right ul {
  list-style: none;
}

.bottom .con .right ul li {
  float: left;
}

.bottom .con .right ul li:hover img {
  transform: scale(1.05);
}

.bottom .con .right ul li:nth-child(2) {
  margin-left: 25px;
}

.bottom .con .right ul li img {
  width: 97px;
  height: 97px;
  transition: 0.5s;
}

.bottom .con .right ul li p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
  font-family: Microsoft YaHei;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.bottom .company {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.bottom .company a {
  text-decoration: none;
  color: #c3c3c3;
  font-size: 12px;
}

.container {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  width: 50%;
  display: inline-block;
}

.bottomH5 {
  display: none;
}

@media only screen and (max-width: 768px) {
  .col-sm-12 {
    width: 100%;
    display: inline-block;

  }

  .content .head {
    padding-bottom: 6px;
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 10000;
  }

  body {
    padding-top: 86px;
  }

  .headImg {
    text-align: center;
  }

  .content .head .headImg {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .content .head .headImg img {
    width: 85px;
  }

  .content .head .right {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 4px;
  }

  .content .head .right ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .content .head .right a.h {
    font-size: 13px;
    margin-right: 0;
  }

  .content .head .right a.h.active {
    font-size: 13px;
  }
  .content .head .right ul li:hover a.h {
    font-size: 13px;
    font-weight: normal;
  }

  .content .head .right ul li {
    width: auto;
  }

  .content .head .right {
    padding-right: 0;
  }

  .bottom {
    display: none
  }

  .bottomH5 {
    display: block;
    padding: 40px 20px 30px 20px;
    background-color: #404040;
  }

  .codeImg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }

  .codeImg img {
    width: 64px;
    height: 64px;
    margin-bottom: 4px;
  }

  .ml80 {
    margin-left: 80px
  }

  .ml10 {
    margin-left: 10px
  }

  .btData {
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
    line-height: 2;
  }
}