.header_top {
  height: 130px;
  background: #ffffff;
  background: url(../images/head-bg.png) no-repeat;
  background-position: top right;
  background-size: 300px;
}
.header_top .head_main .logo {
  float: left;
  height: 70px;
  display: block;
  margin-top: 30px;
}
.header_top .head_main .logo img {
  display: block;
  height: 100%;
}
.header_top .head_main .search {
  float: right;
  width: 300px;
}
.search {
  width: 240px;
  height: 35px;
  margin-top: 56px;
  position: relative;
  border: 1px solid #CD2B2D;
  border-radius: 4px;
  background: #ffffff;
  padding: 6px 40px 6px 13px;
  overflow: hidden;
}
.search .input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: #CD2B2D;
}
.search .input::-webkit-input-placeholder {
  color: #CD2B2D;
}
.search .input:-moz-placeholder {
  color: #CD2B2D;
}
.search .input::-moz-placeholder {
  color: #CD2B2D;
}
.search .input:-ms-input-placeholder {
  color: #CD2B2D;
}
.search .btn_search {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url(../images/icon-search.png) #CD2B2D no-repeat;
  background-position: center center;
  background-size: 20px 19px;
}
.header-nav {
  background: #EA3200;
  height: 60px;
}
.header-nav .menu_ul {
  height: 60px;
  font-size: 18px;
  text-align: center;
  display: flex;
}
.header-nav .menu_ul .menu_li {
  float: left;
  height: 100%;
  padding-top: 17px;
  flex: 1;
  transition: all 0.3s;
}
.header-nav .menu_ul .menu_li.on {
  background: url(../images/header_menu_bg.png) no-repeat;
  background-size: 100%;
}
.header-nav .menu_ul .menu_li .titlea {
  color: #FFFFFF;
  display: block;
  transition: all 0.3s;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav .menu_ul .menu_li:first-child .titlea {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header_mb {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_mb .menu_top {
  padding: 0 0 0 15px;
  height: 60px;
  background: #ffffff;
}
.header_mb .menu_top .logo {
  height: 30px;
  display: block;
  margin-top: 15px;
  float: left;
}
.header_mb .menu_top .logo img {
  height: 100%;
}
.header_mb .menu_top .menu-btn {
  float: right;
  width: 60px;
  height: 60px;
  z-index: 9999;
  position: relative;
}
.header_mb .menu_top .menu-btn span {
  width: 32px;
  height: 3px;
  position: absolute;
  left: 14px;
  top: 19px;
  background-color: #C81205;
  -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: #C81205;
  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 .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;
  width: 100%;
  overflow-y: auto;
  height: calc(100% - 50px);
}
.header_mb .menu .list_ .mb_li_title {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .mb_li_title .a_xiala {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_down.png) center no-repeat;
  background-size: 20px 20px;
  z-index: 2000;
}
.header_mb .menu .list_ .mb_li_title .a_xiala.on {
  transform: rotate(180deg);
}
.header_mb .menu .list_ .secondnav {
  width: 100%;
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt {
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt .a_second_xiala {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(../images/icon_down.png) center no-repeat;
  background-size: 20px 20px;
  z-index: 2000;
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_tt .a_second_xiala.on {
  transform: rotate(180deg);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_li {
  display: none;
}
.header_mb .menu .list_ .secondnav .mb_li_second_item .second_li a {
  display: block;
  color: #d1cfcf;
  line-height: 40px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header_mb .menu .list_ .secondnav .mb_li_second_item:first-child .second_tt {
  border-top: 0;
}
.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: 30px 0;
  background: linear-gradient(180deg, #C81205 0%, #EF2B1D 100%);
  color: #FFFFFF;
  text-align: center;
}
.footer .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.footer .link a {
  color: #FFFFFF;
  padding: 0 6px;
  border-left: 1px solid #fff;
  line-height: 12px;
}
.footer .link a:first-child {
  border-left: 0;
}
.footer .info {
  font-size: 12px;
  line-height: 2;
}
.footer .info a {
  color: #ffffff;
}
.footer .info span {
  margin: 0 10px;
}
