@charset "utf-8";
.loader {
  /*background: url(../images/ghdx1x.png) #980c0e no-repeat bottom center;*/
  background: url() #980c0e no-repeat bottom center;
  background-size: 100% auto;
  position: fixed;
  top: 0;
  height: 100vh;
  right: 0;
  left: 0;
  z-index: 9998;
}
.loader .loaders {
  background: #eacfb1;
  position: absolute;
  display: inline-block;
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  text-indent: -9999em;
  border-radius: 100%;
  animation-fill-mode: both;
  animation: ball-scale 1s 0s ease-in-out infinite;
}
.loader.hide {
  top: -150vh;
  transition: top 2s 2s;
}
.loader .imglogo {
  height: 0.89rem;
  position: absolute;
  left: 50%;
  margin-left: -3rem;
  top: 40%;
  width: 6rem;
}
.loader .imglogo .mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 0.67rem;
  overflow: hidden;
  width: 4.5rem;
}
.loader .imglogo .c {
  width: 100%;
}
.loader .imglogo .mask img {
  height: 0.89rem;
  max-height: inherit;
  max-width: inherit;
  width: 6rem;
  position: absolute;
  top: 0;
  right: 0;
}
.loader.hide .imglogo .mask {
  width: 0;
  transition: width 2s;
}
@keyframes ball-scale {
  0% {
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
svg {
  overflow: visible;
}
/*@font-face {*/
/*  font-family: 'geo';*/
/*  font-weight: 700;*/
/*  src: url('../fonts/georgia.woff') format('woff');*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'akz';*/
/*  font-weight: 700;*/
/*  src: url('../fonts/akzbold.woff') format('woff');*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'sys';*/
/*  font-weight: normal;*/
/*  src: url('../fonts/FbkV1kDJsoMn.woff') format('woff');*/
/*  font-display: swap;*/
/*}*/
/*@font-face {*/
/*  font-family: 'sys';*/
/*  font-weight: bold;*/
/*  src: url('../fonts/OW1Qn9n7bopZ.woff') format('woff');*/
/*  font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'sjxk';*/
/*  src: url('../fonts/sjxk.woff') format('woff');*/
/*}*/
/*@font-face {*/
/*  font-family: 'Harmony';*/
/*  src: url('../fonts/HarmonyOS.woff') format('woff');*/
/*}*/
/*.sys {*/
/*  font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;*/
/*}*/
/*.geo {*/
/*   font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;*/
/*}*/
/*.akz {*/
/*   font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;*/
/*}*/
/*.sjxk {*/
/*   font-family: Alibaba-PuHuiTi, Alibaba-PuHuiTi;*/
/*}*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: #41362a;
}
a:hover {
  color: #a2242b;
}
button {
  user-select: none;
}
img:not([src]),
img[src=''] {
  opacity: 0;
}
img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}
hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
 
  font-size: 1em;
}
body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: 0.16rem;
 font-family: "思源黑体,思源宋体" !important;;
}
select::-ms-expand {
  display: none;
}
i,
em {
  font-style: normal;
}
input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
select::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
  font-size: inherit;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #dfb77e;
  border-radius: 5px;
}
.scbox {
  overflow-y: auto;
}
.scbox::-webkit-scrollbar {
  width: 4px;
  display: block;
}
.scbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}
.scbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #dfb77e;
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eclips {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block\0;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block\0;
}
.line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: block\0;
}
.line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: block\0;
}
.line6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: block\0;
}
.line8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: block\0;
}
.zi2 {
  position: relative;
  z-index: 2;
}
.zi5 {
  position: relative;
  z-index: 5;
}
.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.check:checked + label,
.check:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 16px;
  cursor: pointer;
  padding-left: 24px;
  line-height: 18px;
}
.check + label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  content: '';
}
.check + label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: '';
  background: #fff;
  border: 1px solid #888;
}
.check:checked + label:after {
  background: #7d0f0e;
}
.check:checked + label:before {
  border-color: #7d0f0e;
}
.radio:checked + label,
.radio:not(:checked) + label {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 24px;
}
.radio + label:after,
.radio + label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
}
.radio:not(:checked) + label:after,
.radio:not(:checked) + label:before {
  border: 1px solid #888;
}
.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.radio:checked + label:before {
  border: 1px solid #7d0f0e;
}
.radio:checked + label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d0f0e;
  top: 4px;
  left: 5px;
}
.imgBox {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.imgBox .img {
  padding-bottom: 60%;
  transition: 0.5s;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background: #eee;
}
.imgBox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.imgBox img {
  display: none\0;
}
.none {
  display: none;
}
.overhide {
  overflow: hidden;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: '.';
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.poab {
  position: absolute;
}
.pore {
  position: relative;
}
.text-r {
  text-align: right;
}
.text-m {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.text-light {
  font-weight: 100;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-ver {
  writing-mode: tr-lr;
  writing-mode: vertical-lr;
}
.bgBox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.abUrl {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flexc {
  align-items: center;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-v-bottom {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: left;
}
.scbox {
  overflow-y: auto;
}
.scbox::-webkit-scrollbar {
  width: 4px;
  display: block;
}
.scbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ddd;
}
.scbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #b7090d;
}

.aline_w {
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  );
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.alin_w:hover .aline_w {
  background-size: 100% 1px;
  color: #fff;
}
.aline_w:hover {
  background-size: 100% 1px;
}

.aline_r {
  position: relative;
  background-image: linear-gradient(#203e6e, #203e6e);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}
.alin_r:hover .aline_r {
  background-size: 100% 1px;
  color: #203e6e;
}
.aline_r:hover {
  background-size: 100% 1px;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  background: url() #f2f2f2 no-repeat center;
}
.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  opacity: 0.25;
  pointer-events: none;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 3;
}
.zoomImg img {
  width: 100%;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.zoomImg.noms:before {
  display: none;
}
.zoomImg.mask:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/blackms.png) repeat-x top center;
  background-size: auto 100%;
  opacity: 0.6;
}
.zoomImg.maskl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/blackmsl.png) repeat-y top center;
  background-size: 100% auto;
  opacity: 0.6;
}
.zoomImg.maskr:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 2;
  pointer-events: none;
  background: url(../images/blackmsr.png) repeat-y top center;
  background-size: 100% auto;
  opacity: 0.6;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (min-width: 1025px) {
  .zoomImg:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
  .zoomImg:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  a:hover .zoomImg:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
  }
  a:hover .zoomImg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes sca {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes go {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes roted {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ups {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.wp {
  max-width: 15rem;
  margin: 0 auto;
  width: 92%;
}
.wpa {
  width: 94%;
  margin: 0 auto;
  max-width: 17.5rem;
}
.transImg {
  display: block;
  overflow: hidden;
}
.transImg img {
  transition: 0.5s;
}
@media screen and (min-width: 1201px) {
  .imgBox.trans:hover .img {
    -webkit-transform: scale(1.05);
  }
  .imgBox.trans:hover img {
    -webkit-transform: scale(1.05);
  }
  .a:hover .imgBox.trans .img {
    -webkit-transform: scale(1.05);
  }
  .a:hover .imgBox.trans img {
    -webkit-transform: scale(1.05);
  }
  .transImg:hover img {
    -webkit-transform: scale(1.05);
  }
}

@media (max-width: 1440px) {
}
@media (max-width: 1024px) {
  html {
    font-size: 95px !important;
  }
  .wp {
    /* margin-left: 5vw;
    margin-right: 5vw; */
    width: 100%;
    /* max-width: inherit; */
  }
}
@media (max-width: 900px) {
  html {
    font-size: 90px !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 85px !important;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 80px !important;
  }
  .eclips {
    display: inline-block;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 75px !important;
  }
}

.swiper-container {
  margin: 0;
}
.totop {
  position: fixed;
  z-index: 90;
  bottom: 0.3rem;
  right: 0.1rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: #dfb77e;
  overflow: hidden;
  border-radius: 50%;
  display: none;
}
.totop svg {
  width: 0.22rem;
  height: 0.22rem;
  display: inline-block;
  fill: #fff;
  vertical-align: middle;
  margin: -3px 0 0;
}
.ser-layer {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.ser-layer.showdiv {
  opacity: 1;
  visibility: visible;
}
.ser-layer .serclose {
  font-size: 0.3rem;
  position: absolute;
  right: 0.3rem;
  top: 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  cursor: pointer;
  color: #ccc;
}
.ser-layer .serform {
  width: 90%;
  margin: 0 auto;
  margin: 0\0;
  -webkit-transform: translateY(1.5rem);
  transition: 0.2s 0.1s;
}
.ser-layer.showdiv .serform {
  transform: translateY(0);
  transition: 0.5s 0.3s;
}
.ser-layer .serform .input-group {
  max-width: 5.5rem;
  margin: 0 auto;
}
.ser-layer .serform .input-group .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.5rem;
  overflow: hidden;
  background: 0 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.ser-layer .serform .input-group .sub:before {
  content: '';
  background: #94070a;
  transform: skewX(-12deg);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  right: -6px;
  transform-origin: left bottom;
}
.ser-layer .serform .input-group .sub:after {
  content: '';
  background: url() no-repeat 0.35rem center;
  background-size: 0.25rem 0.25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  right: 0;
}
.ser-layer .serform .input-group .inp {
  height: 0.5rem;
  border: 0;
  border-right: 0;
  padding-right: 0.9rem;
  width: 100%;
  padding-left: 0.15rem;
  background: #fff;
  border-radius: 5px 10px 10px 5px;
}

@media (max-width: 640px) {
  .ser-layer .serclose {
    right: 0.32rem;
    top: 0.2rem;
  }
}

.popCode {
  position: relative;
  z-index: 10;
}
.popCode span {
  width: 1.3rem;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  z-index: 5;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding: 2px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 10;
}
.popCode span:before {
  content: '';
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.popCode span img {
  width: 100%;
}
.popCode:hover span {
  opacity: 1;
  visibility: visible;
}

@keyframes icoMove {
  0% {
    transform: translate(2px);
  }
  25% {
    transform: translate(-2px);
  }
  50% {
    transform: translate(1px);
  }
  100% {
    transform: translate(0px);
  }
}
.menuBtn {
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/menu.png) #254684 no-repeat center;
  background-size: 0.34rem 0.34rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  margin-bottom: 5vh;
  cursor: pointer;
}
.menuBtn.show {
  background: url(../images/menuon.png) #19316f no-repeat center;
  background-size: 0.34rem 0.34rem;
}
.hide-nav {
  position: fixed;
  top: 0;
  background: url(../images/ghdx1x.png) #19316f no-repeat bottom center;
  background-size: 100% auto;
  z-index: 18;
  pointer-events: none;
  left: -100vw;
  visibility: hidden;
  transition: 0.3s;
  width: 100vw;
  height: 100vh;
  padding: 10vh 8% 10vh 1.7rem;
}
.hide-nav > ul {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.hide-nav > ul > li {
  padding: 0.1rem 0;
  font-size: 0.26rem;
  transition: 0.3s;
  width: 12.5%;
  text-align: center;
  position: relative;
}
.hide-nav > ul > li > a {
  color: rgba(255, 255, 255, 1);
 
}
.hide-nav > ul > li:hover > a {
  color: #fff;
}
.hide-nav > ul > li ul {
  padding-top: 0.1rem;
}
.hide-nav > ul > li ul li {
  padding: 0.1rem 0;
  font-size: 0.18rem;
}
.hide-nav > ul > li ul li a {
  color: rgba(255, 255, 255, 0.8);
}
.hide-nav > ul > li ul li a:hover {
  color: #fff;
}
.hide-nav > ul > li > i.plus {
  position: absolute;
  right: 0;
  top: 0.17rem;
  color: rgba(255, 255, 255, 0.5);
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  line-height: 0.3rem;
  display: none;
  transition: 0.3s;
}
.hide-nav > ul > li > i.plus.show {
  transform: rotate(180deg);
}

.hide-nav.show {
  left: 0;
  visibility: visible;
  pointer-events: auto;
}
.hide-nav.sp {
  background: url(../images/ghdx1x.png) #840008 no-repeat bottom center;
  background-size: 100% auto;
}
.headerm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: #980c0e;
  padding: 0.1rem 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.headerm .logo img {
  height: 0.5rem;
}
.headerm .menuBtn {
  margin-bottom: 0;
  position: static;
  margin: 0;
  background-color: transparent;
}
.headerm .menuBtn.show {
  margin-bottom: 0;
  position: static;
  margin: 0;
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
  .home .hide-nav {
    top: 0.65rem;
    background: url(../images/ghdx1x.png) #840008 no-repeat bottom center;
    background-size: auto 59%;
    left: -100vw;
    width: 100vw;
    height: calc(100vh - 0.65rem);
    text-align: center;
    padding: 0.5rem;
  }
  .home .hide-nav > ul {
    height: 70vh;
    overflow-y: auto;
    display: block;
    overflow-x: hidden;
  }
  .home .hide-nav > ul > li {
    font-size: 0.22rem;
    padding: 0.15rem 0;
    width: 100%;
    text-align: left;
  }
  .home .hide-nav > ul > li ul li {
    padding: 0.1rem 0;
  }
  .home .hide-nav > ul > li .subNav {
    display: none;
  }
  .home .hide-nav.show {
    left: 0;
  }
  .hide-nav > ul > li > i.plus {
    display: block;
  }
  .headerm {
    display: block;
  }
  body {
    padding-top: 0.65rem;
  }
}

@media (max-width: 320px) {
  .headerm .logo img {
    height: 0.45rem;
  }
}
@keyframes beat {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

.icoCo {
  position: relative;
  display: block;
}
.icoCo img {
  height: 100%;
  transition: 0.3s;
}
.icoCo img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.on .icoCo img:first-child {
  opacity: 0;
  visibility: hidden;
}
.on .icoCo img:last-child {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .icoCop:hover .icoCo img:first-child {
    opacity: 0;
    visibility: hidden;
  }
  .icoCop:hover .icoCo img:last-child {
    opacity: 1;
    visibility: visible;
  }

  .aniI:hover .aniIco {
    animation: beat 0.5s 1;
  }
}