body {
  background-color: #f6f6f6;
}
.header {
  width: 100%;
  background: #fff;
}
.header .top {
  height: 37px;
  line-height: 37px;
  text-align: right;
  display: block;
  padding: 0 40px;
  background: #f9f9f9;
}
.header .top span {
  color: #999;
  font-size: 14px;
}
.header .searchWrap {
  height: 131px;
}
.header .searchWrap .wrap {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.header .searchWrap .wrap .logo,
.header .searchWrap .wrap .search {
  float: left;
}
.header .searchWrap .wrap .logo {
  margin-top: 24px;
  margin-right: 54px;
}
.header .searchWrap .wrap .logo img {
  width: 187px;
  height: 75px;
}
.header .searchWrap .wrap .nav {
  margin-top: 40px;
  height: 80px;
  line-height: 80px;
}
.header .searchWrap .wrap .nav span {
  margin-right: 26px ;
}
.header .searchWrap .wrap .nav span a {
  color: black;
}
.header .searchWrap .wrap .search {
  margin-top: 32px;
}
.header .searchWrap .wrap .search span {
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
  color: #444;
}
.header .searchWrap .wrap .search span.active {
  border-bottom: 1px solid #2398d6;
  padding-bottom: 9px;
  z-index: 99;
  position: relative;
}
.header .searchWrap .wrap .search span.active::before {
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #2398d6;
}
.header .searchWrap .wrap .search .searchBox {
  margin-top: 10px;
  font-size: 0;
}
.header .searchWrap .wrap .search .searchBox input[type="search"] {
  outline: none;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 38px;
  width: 360px;
  padding: 10px;
}
.header .searchWrap .wrap .search .searchBox input[type="button"] {
  width: 98px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #2398d6;
  background: #fff;
  color: #2398d6;
  font-size: 16px;
  vertical-align: top;
  margin-right: 18px;
}
.header .searchWrap .wrap .search .searchBox input[type="button"]:active {
  background: #2398d6;
  color: #fff;
}
.info {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.info .info_img {
  margin: 50px auto;
  width: 898px;
  height: 554px;
  overflow: hidden;
}
.info .info_content {
  text-align: center;
}
.info .info_content div:first-child {
  font-size: 34px;
  color: #333333;
  text-align: center;
}
.info .info_content div:nth-child(2) {
  margin-top: 10px;
  font-size: 24px;
  color: #454545;
}
.info .info_content div:nth-child(2) span:last-child a {
  color: #ff001e;
  text-decoration: underline;
}
.info .info_content div:last-child {
  margin: 50px auto;
  width: 231px;
  height: 59px;
  text-align: center;
  background-color: #2398d6;
  font-size: 28px;
  line-height: 59px;
  border-radius: 26px;
}
.info .info_content div:last-child a {
  color: white;
}
footer .container .footerRi .qrcode .qrcodeBg {
  overflow: hidden;
}
