.content .footer {
  padding-top: 67px;
  background: linear-gradient(33deg, #007cd1 0%, #00a1f0 100%);
}
.content .footer .item_top {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #1AADF1;
}
.content .footer .item_top .item_top_left {
  width: 841px;
  float: left;
}
.content .footer .item_top .item_top_left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .footer .item_top .item_top_left ul li {
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 115px;
  border-bottom: 1px solid #1AADF1;
}
.content .footer .item_top .item_top_left ul li:nth-of-type(n+4) {
  padding: 25px 0;
  padding-right: 115px;
}
.content .footer .item_top .item_top_left ul li:nth-of-type(3),
.content .footer .item_top .item_top_left ul li:nth-of-type(6),
.content .footer .item_top .item_top_left ul li:last-of-type {
  padding-right: 0;
}
.content .footer .item_top .item_top_left ul li:nth-of-type(n+7) {
  border-bottom: none;
}
.content .footer .item_top .item_top_left ul li h3 {
  font-size: 18px;
  font-family: 'Noto Sans SC';
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 5px;
}
.content .footer .item_top .item_top_left ul li p {
  width: 198px;
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.content .footer .item_top .item_top_right {
  float: right;
  width: 289px;
}
.content .footer .item_top .item_top_right .top {
  border-bottom: 1px solid #1AADF1;
  padding-bottom: 20px;
}
.content .footer .item_top .item_top_right .top h3 {
  font-size: 24px;
  font-family: 'Noto Sans SC';
  font-weight: bold;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 20px;
}
.content .footer .item_top .item_top_right .top h4 {
  font-size: 34px;
  font-family: DIN;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
}
.content .footer .item_top .item_top_right .wechat {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.content .footer .item_top .item_top_right .wechat > div {
  text-align: center;
}
.content .footer .item_top .item_top_right .wechat > div img {
  width: 131px;
  height: 131px;
  margin-bottom: 15px;
}
.content .footer .item_top .item_top_right .wechat > div p {
  font-size: 16px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.content .footer .nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px solid #1AADF1;
}
.content .footer .nav ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.content .footer .nav ul li {
  font-size: 18px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}
.content .footer .nav ul li a {
  color: #ffffff;
}
.content .footer .nav ul li:nth-of-type(even) {
  margin: 0 10px;
}
.content .footer .bottom_nav {
  width: 1220px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1AADF1;
}
.content .footer .bottom_nav p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
}
.content .footer .bottom_nav p:nth-of-type(2) {
  margin-left: 115px;
}
.content .footer .link {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  padding-top: 15px;
  border-bottom: 1px solid #1AADF1;
}
.content .footer .link p {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
}
.content .footer .link p a {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
  color: #fff;
}
.content .footer .link p a:hover {
  border-bottom: 1px solid #fff;
}
.content .footer .tips {
  padding-top: 15px;
  text-align: center;
  width: 1200px;
  font-size: 14px;
  font-family: 'Noto Sans SC';
  font-weight: 400;
  color: #ffffff;
  line-height: 27px;
  margin: 0 auto;
}
