.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header .header_top {
  height: 340px;
  background: url(../images/bg_top.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_top img {
  display: block;
  max-width: 1074px;
}
.header .header_menu {
  height: 80px;
  background: #0073FF;
}
.header .header_menu .men_list {
  float: left;
  height: 100%;
  margin: 0 -15px;
}
.header .header_menu .men_list .item {
  float: left;
  padding: 0 7px;
  line-height: 75px;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s;
  border-bottom: 4px solid #0073FF;
  margin-right: 54px;
}
.header .header_menu .men_list .item a {
  display: block;
  color: #ffffff;
}
.header .header_menu .men_list .item.on,
.header .header_menu .men_list .item:hover {
  font-weight: bold;
  border-bottom: 4px solid #fff;
}
.header .header_menu .header_search {
  float: right;
  width: 252px;
  height: 40px;
  border-radius: 40px;
  background: url(../images/icon-search.png) #ffffff no-repeat;
  background-position: 16px 10px;
  background-size: 20px 20px;
  position: relative;
  padding: 0 80px 0 45px;
  margin-top: 20px;
}
.header .header_menu .header_search .input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: #0073FF;
  font-size: 14px;
}
.header .header_menu .header_search .btn_search {
  border: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 67px;
  height: 38px;
  background: #0073FF;
  border-radius: 35px 35px 35px 35px;
  color: #ffffff;
  font-size: 16px;
}
.header_mb {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_mb .menu_top {
  padding: 0;
  height: 80px;
  position: relative;
  background: url(../images/bg_top.png) no-repeat;
  background-size: 100% 100%;
}
.header_mb .menu_top .logo {
  height: 100%;
  display: block;
  line-height: 80px;
  text-align: center;
}
.header_mb .menu_top .logo img {
  max-height: 80%;
  max-width: 70%;
}
.header_mb .menu_top .menu-btn {
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
  height: 60px;
  z-index: 9999;
}
.header_mb .menu_top .menu-btn span {
  width: 28px;
  height: 2px;
  position: absolute;
  left: 14px;
  top: 19px;
  background-color: #ffffff;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.header_mb .menu_top .menu-btn span:nth-child(2) {
  top: 29px;
  background-color: #ffffff;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.header_mb .menu_top .menu-btn span:nth-child(3) {
  top: 39px;
}
.header_mb .menu_top .menu-btn.active span:nth-child(1) {
  top: 29px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header_mb .menu_top .menu-btn.active span:nth-child(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.header_mb .menu_top .menu-btn.active span:nth-child(3) {
  top: 29px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mb .menu {
  position: fixed;
  z-index: 1001;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, -webkit-border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, -webkit-border-radius 0.3s;
  -o-transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s;
  transition: width 0.6s 0.3s, height 0.6s 0.3s, left 0.6s 0.3s, top 0.6s 0.3s, border-radius 0.3s, -webkit-border-radius 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.header_mb .menu .search {
  width: 240px;
  height: 35px;
  margin-top: 56px;
  position: relative;
  border: 1px solid #0073FF;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 40px 6px 13px;
  overflow: hidden;
}
.header_mb .menu .search .input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: #0073FF;
}
.header_mb .menu .search .input::-webkit-input-placeholder {
  color: #0073FF;
}
.header_mb .menu .search .input:-moz-placeholder {
  color: #0073FF;
}
.header_mb .menu .search .input::-moz-placeholder {
  color: #0073FF;
}
.header_mb .menu .search .input:-ms-input-placeholder {
  color: #0073FF;
}
.header_mb .menu .search .btn_search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 33px;
  background: url(../images/icon-search.png) #0073FF no-repeat;
  background-position: center center;
  background-size: 20px 19px;
}
.header_mb .menu .con {
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 50%;
  top: 50%;
  touch-action: none;
  z-index: 5;
  height: 100vh;
  width: 50%;
  background-color: #1f1e21;
}
.header_mb .menu img {
  width: auto;
  max-width: 90%;
  margin-top: 30px;
}
.header_mb .menu .list_ {
  margin-top: 40px;
}
.header_mb .menu .list_ a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.header_mb .menu .jm {
  color: #d70031;
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.header_mb .menu .jm span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.header_mb .menu.active {
  width: 200%;
  height: 200%;
  left: -100%;
  top: -100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, -webkit-border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, -webkit-border-radius 0.3s 0.5s;
  -o-transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s;
  transition: width 0.6s, height 0.6s, left 0.6s, top 0.6s, border-radius 0.3s 0.5s, -webkit-border-radius 0.3s 0.5s;
}
.header_mb .menu-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.header_mb .menu-cover {
  display: block;
}
.footer .footer_link {
  background: #F1F6FE;
  padding: 23px 0;
}
.footer .footer_link .link_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_link .link_body .link_img {
  padding-right: 58px;
  border-right: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer_link .link_body .link_img .fx {
  text-align: center;
}
.footer .footer_link .link_body .link_img .fx .icon {
  width: 32px;
  height: 32px;
  background: url(../images/icon-link.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.footer .footer_link .link_body .link_img .fx .word {
  font-weight: 600;
  font-size: 20px;
  color: #0073FF;
  line-height: 28px;
  margin-top: ;
}
.footer .footer_link .link_body .link_content {
  flex: 1;
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer_link .link_body .link_content .link_item {
  width: 188px;
  position: relative;
}
.footer .footer_link .link_body .link_content .link_item .item_first {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #979797;
  cursor: pointer;
}
.footer .footer_link .link_body .link_content .link_item .item_first .icon {
  width: 18px;
  height: 18px;
  background: url(../images/icon-down.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  transform: rotate(180deg);
  transform: all 0.3s;
}
.footer .footer_link .link_body .link_content .link_item .item_second {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding-bottom: 10px;
  z-index: 9999;
  display: none;
  transition: all 0.3s;
}
.footer .footer_link .link_body .link_content .link_item .item_second .second_con {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.footer .footer_link .link_body .link_content .link_item .item_second .second_con .li {
  display: block;
  padding: 0 18px;
  height: 34px;
  line-height: 34px;
  transition: all 0.3s;
}
.footer .footer_link .link_body .link_content .link_item .item_second .second_con .li:hover {
  background: #EDF8FF;
}
.footer .footer_link .link_body .link_content .link_item:hover .item_first .icon {
  transform: rotate(0deg);
}
.footer .footer_link .link_body .link_content .link_item:hover .item_second {
  display: block;
}
.footer .footer_info {
  background: #0073FF;
  padding: 33px 0;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.footer .footer_info p {
  padding: 3px 0;
}
.footer .footer_info p a,
.footer .footer_info p span {
  color: #ffffff;
  margin: 0 10px;
}
.m-b-42 {
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .header_mb {
    display: block;
  }
  .header {
    display: none;
  }
  body {
    padding-top: 80px;
  }
  .wapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-b-42 {
    margin-bottom: 15px;
  }
  .footer .footer_link {
    padding: 15px 0 10px;
  }
  .footer .footer_link .link_body {
    display: block;
  }
  .footer .footer_link .link_body .link_img {
    padding-right: 0;
    justify-content: center;
    border-right: 0;
    margin-bottom: 10px;
  }
  .footer .footer_link .link_body .link_img .fx .icon {
    width: 24px;
    height: 24px;
  }
  .footer .footer_link .link_body .link_img .fx .word {
    font-size: 16px;
  }
  .footer .footer_link .link_body .link_content {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .footer .footer_link .link_body .link_content .link_item {
    width: 49%;
    margin: 0 0 10px;
  }
  .footer .footer_link .link_body .link_content .link_item .item_first {
    font-size: 14px;
  }
  .footer .footer_info {
    padding: 10px 0;
    line-height: 18px;
  }
  .footer .footer_info p {
    padding: 2px 0;
  }
  .footer .footer_info p a,
  .footer .footer_info p span {
    margin: 0 5px;
  }
}
