body {
  margin: 0;
}

.footer {
  width: 100%;
  background-color: #ececec;
}

.footer_hidden_ul {
  position: absolute;
  width: 100%;
  min-width: 200px;
  display: none;
  z-index: 9;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 190px;
}

.footer_hidden_ul li {
  background-color: #305c7f;
  border-bottom: 1px solid #717174;
}

.footer_hidden_ul li:hover a {
  color: #000;
}

.footer_hidden_ul li a {
  text-decoration: none;
  color: #fff;
}

.footer_top {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background: url(../../images/indexView/footerbg_02.jpg);
  display: flex;
  justify-content: center;
  padding: 0 7%;
  color: #fff;
}

.footer_top > span {
  vertical-align: top;
  font-size: 18px;
  float: left;
  white-space: nowrap;
  height: 67px;
  line-height: 67px;
}

.footer_top ._f_top_ul {
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.footer_top .triangle {
  position: absolute;
  height: 0;
  border: 8px solid #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 10px;
  top: calc(50% - 4px);
}

._f_top_li {
  width: 22vw;
  min-width: 300px;
  position: relative;
  margin: 10px 1vw;
  height: 47px;
  line-height: 47px;
  list-style: none;
  display: inline-block;
  background-color: #508ab9;
  font-size: 15px;
  text-align: center;
}

._f_top_li:hover .footer_hidden_ul {
  display: block;
}

.footer_cont {
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_cont > :nth-child(1) {
  flex-grow: 1;
}

.footer_cont .footer_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 17px 0;
}

.footer_cont .footer_nav_list {
  text-align: start;
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 100px;
  list-style: none;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}

.footer_cont .footer_nav_list a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.footer_cont .code_box {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  margin-bottom: -68px;
}

.footer_cont .code_box .code_img {
  width: 110px;
  height: 110px;
}

.footer_cont .code_box .code_text {
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}

.footer_bottom_box {
  padding: 40px 20% 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer_bottom_box .code_div {
  text-align: center;
  flex-shrink: 0;
}

.footer_bottom_box #qrcodeImg {
  width: 90px;
  height: 90px;
}

.footer_bottom_box .code_div {
  text-align: center;
}

.footer_bottom_box .code_div .text {
  margin-top: 5px;
  color: #999;
}

.footer_bottom {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.footer_bottom .item {
  display: inline-flex;
  margin-right: 15px;
  padding-bottom: 10px;
  align-items: baseline;
}

.footer_bottom .item > label {
  white-space: nowrap;
}

.footer_bottom .inlineFlex {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer_bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_bottom .copyright span {
  margin-right: 5px;
}

.footer_bottom .copyright .banquan {
  margin-right: 10px;
  padding: 5px 0;
}

.footer_bottom .copyright .gongan_box {
  flex-wrap: wrap;
  padding: 5px 0;
  justify-content: center;
}

.footer_bottom .copyright .gongan_box .gongan_img {
  height: 14px;
}

#footer_icpFiling a {
  text-decoration: none !important;
  color: #333 !important;
}

.Technical_Support a {
  color: #333;
  text-decoration: none;
  margin-left: 5px;
}

.footer_bottom i {
  color: #7aa0b1;
  font-size: 18px;
  padding-right: 6px;
}
