.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header .header_top {
  height: 250px;
  background: url(../images/top_bg01.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header_top img {
  display: block;
  max-width: 1200px;
}
.header .header_menu {
  height: 77px;
  background: #0095FF;
}
.header .header_menu .men_list {
  float: left;
  height: 100%;
  margin: 0 -15px;
}
.header .header_menu .men_list .item {
  float: left;
  padding: 0 12px;
  line-height: 77px;
  font-size: 18px;
  transition: all 0.3s;
}
.header .header_menu .men_list .item a {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.header .header_menu .men_list .item.on {
  font-size: 20px;
  font-weight: bold;
}
.header .header_menu .men_list .item.on a{
    font-weight: bold;
}
.header .header_menu .header_search {
  float: right;
  width: 230px;
  height: 40px;
  background: url(../images/icon_search.png) #ffffff no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  position: relative;
  padding: 0 65px 0 40px;
  margin-top: 19px;
}
.header .header_menu .header_search .input {
  display: block;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  background: transparent;
  color: #0073FF;
  font-size: 14px;
}
.header .header_menu .header_search .btn_search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 57px;
  height: 40px;
  background: #5EA7FF;
  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/top_bg01.jpg) no-repeat;
  background-size: 100% 100%;
}
.header_mb .menu_top .logo {
  height: 100%;
  display: block;
  line-height: 80px;
  /*text-align: center;*/
  margin-left: 16px;
}
.header_mb .menu_top .logo img {
  max-height: 80%;
  max-width: 87%;
}
.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: 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: 85%;
  margin-top: 20px;
}
.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 {
  padding: 22px 0;
  text-align: center;
  background: linear-gradient(180deg, #0C72D0 0%, #0066E3 100%);
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
.footer p {
  padding: 3px 0;
}
.footer a,
.footer span {
  color: #ffffff;
  margin: 0 10px;
}
