body,
textarea,
input {
  font-family: "Microsoft YaHei","PingFang SC","Source Han Sans SC",sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body,
  textarea,
  input {
    font-family: "PingFang SC","Microsoft YaHei","Source Han Sans SC",sans-serif;
  }
}

body.show a,
body.show .transition,
body.show :before,
body.show img {
  -webkit-transition: All .5s ease;
  transition: All .5s ease;
}

.zoomImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  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);
}

.zoomImg img {
  width: 100%;
}

.zoomImg:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.zoomImg:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover .zoomImg:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

a:hover .zoomImg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  font-size: 0.12rem;
  color: #212121;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}

body.show {
  opacity: 1;
}

a {
  color: #212121;
  text-decoration: none;
  outline: none;
}

a:active {
  star: expression(this.onFocus=this.blur());
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #ca0a00;
  outline: none;
}

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

h2,
h3,
h4,
h5 {
  font-size: 0.14rem;
}

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: rgba(0,0,0,0);
  font-size: 0.12rem;
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0;
  object-fit: cover;
}

.wal {
  max-width: 12rem;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .phone-show {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .pc-show {
    display: none;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
  font-family: "iconfont";
}

@font-face {
  font-family: "myFont";
  src: url(../image/font.ttf) format("truetype");
}

@media screen and (max-width: 800px) {
  html {
    font-size: 0.5rem;
  }

  .wal,
  .wal-1200 {
    margin: 0 .6rem;
  }

  body.navShow {
    overflow: hidden;
  }

  body.navShow .g-head .phone-container {
    opacity: 1;
    visibility: visible;
  }

  body.navShow .g-head .phone-container .container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .4rem;
  }
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
@include media('pc'){
      height: $h;
      display: flex; flex-direction: column; justify-content: center;
    }
*/
/*animation: rotateAnima 3s linear infinite*/
@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: -1.22rem;
}
.g-head .head > .search {
  height: 1.22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.g-head .head > .search .form {
  width: 5.84rem;
  padding: 0.02rem;
  background: #BE2A2E;
  border-radius: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-head .head > .search .input {
  width: 100%;
  border-radius: 0.2rem;
  background: #fff;
}
.g-head .head > .search .input input::-webkit-input-placeholder {
  color: #666;
}
.g-head .head > .search .input input::-moz-placeholder {
  color: #666;
}
.g-head .head > .search .input input:-moz-placeholder {
  color: #666;
}
.g-head .head > .search .input input:-ms-input-placeholder {
  color: #666;
}
.g-head .head > .search .input textarea::-webkit-input-placeholder {
  color: #666;
}
.g-head .head > .search .input textarea::-moz-placeholder {
  color: #666;
}
.g-head .head > .search .input textarea:-moz-placeholder {
  color: #666;
}
.g-head .head > .search .input textarea:-ms-input-placeholder {
  color: #666;
}
.g-head .head > .search .input input {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  padding-left: 0.2rem;
  font-size: 0.12rem;
  color: #333;
}
.g-head .head > .search .submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.8rem;
  height: 0.36rem;
  cursor: pointer;
  background: url("./img25.png") center no-repeat;
  background-size: 0.25rem;
}
.g-head.searchShow .head {
  top: 0;
}
.g-head .wal {
  position: relative;
  background: url("./topnavbg.png") center no-repeat;
  background-size: 100% 100%;
  max-width: 10.9rem;
  height: 1.11rem;
  -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.05));
}
.g-head .logo {
  display: block;
  width: 0.73rem;
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.g-head .bell {
  display: block;
  width: 0.59rem;
  position: absolute;
  right: 0.4rem;
  top: 0.55rem;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: rotateAnima 1s linear infinite;
          animation: rotateAnima 1s linear infinite;
}
@media screen and (min-width: 800px) {
  .g-head .g-nav {
    position: absolute;
    left: 1.17rem;
    top: 0.06rem;
    right: 0;
  }
  .g-head .g-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-head .g-nav li {
    position: relative;
  }
  .g-head .g-nav li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.15rem;
    padding: 0 0.15rem 0 0.19rem;
    height: 0.5rem;
    position: relative;
  }
  .g-head .g-nav li > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.04rem;
    height: 0.04rem;
    background: #e10309;
    border-radius: 50%;
  }
  .g-head .g-nav li > a i {
    width: 0.18rem;
    height: 0.18rem;
    background: url("./img18.png") center no-repeat;
    background-size: 100%;
  }
  .g-head .g-nav li > a:hover i {
    background-image: url("./img18on.png");
  }
  .g-head .g-nav li > a.on {
    color: #CA0A00;
  }
  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.7rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0.1rem;
  }
  .g-head .g-nav li .list dl {
    background: #fff;
    border-radius: 0.04rem;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 0.05rem #666);
            filter: drop-shadow(0px 0px 0.05rem #666);
    padding: 0.05rem 0;
  }
  .g-head .g-nav li .list dl:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.03rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .g-head .g-nav li .list dd {
    position: relative;
    z-index: 2;
  }
  .g-head .g-nav li .list a {
    display: block;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.42rem;
  }
  .g-head .g-nav li .list a:hover {
    background: #F1EEE7;
  }
  .g-head .g-nav li:hover > a {
    color: #CA0A00;
  }
  .g-head .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin-top: 0;
  }
  .g-head .g-nav li:nth-child(3) {
    margin-right: 2.7rem;
  }
  .g-head .phone-container {
    display: none;
  }
}

body.show .g-head .head {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.g-foot {
  position: relative;
  z-index: 9;
  background: #960300 url("./bottom1.png") center top no-repeat;
  background-size: auto 0.42rem;
}
.g-foot:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
  -webkit-transition: 0s;
  transition: 0s;
  background: url("./g-foot.png") center no-repeat;
  background-size: auto 100%;
  height: 1.38rem;
  pointer-events: none;
}
.g-foot .wal {
  min-height: 1.6rem;
  position: relative;
  max-width: 8.9rem;
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.g-foot .ico {
  width: 2.48rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.g-foot .logo {
  width: 0.72rem;
  margin-right: 0.28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.g-foot .col {
  font-size: 0.12rem;
  width: 100%;
}
.g-foot .col .link {
  position: relative;
  margin-bottom: 0.05rem;
}
.g-foot .col .link .name {
  width: 1.15rem;
  height: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.05rem 0 0.1rem;
  background: #a81b18;
  color: #e8918f;
}
.g-foot .col .link .name:after {
  content: "\e631";
  font-family: "iconfont";
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.g-foot .col .link .layer {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 1.8rem;
  background: #C30;
  display: none;
}
.g-foot .col .link .layer a {
  display: block;
  line-height: 0.4rem;
  padding-left: 0.1rem;
  color: #fff;
}
.g-foot .col .link .layer a:hover {
  background: #BC9D45;
}
.g-foot .col .link:hover {
  z-index: 9;
}
.g-foot .col .link:hover .name {
  background: #C30;
}
.g-foot .col .link:hover .layer {
  display: block;
}
.g-foot .col .list {
  line-height: 0.24rem;
  color: #d1b97e;
}
.g-foot .col .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-foot .col .list a {
  color: #d1b97e;
  padding: 0 0.06rem;
}
.g-foot .col p {
  color: #d2615f;
  line-height: 0.24rem;
}

@media screen and (max-width: 800px) {
  .g-head .head > .search {
    height: 1.22rem;
  }
  .g-head .head > .search .form {
    width: 6.8rem;
    border-radius: 0.36rem;
  }
  .g-head .head > .search .input {
    border-radius: 0.35rem;
  }
  .g-head .head > .search .input input {
    height: 0.66rem;
    line-height: 0.66rem;
    padding-left: 0.24rem;
    font-size: 0.24rem;
  }
  .g-head .head > .search .submit {
    width: 1.1rem;
    height: 0.66rem;
    background-size: 0.32rem;
  }
  .g-head .wal {
    background: url("./g-head-phone.png") center no-repeat;
    background-size: auto 100%;
    height: 1.27rem;
    margin: 0;
  }
  .g-head .bell {
    display: none;
  }
  .g-head .search-btn {
    display: block;
    width: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.7rem;
    background: url("./img31.png") center no-repeat;
    background-size: 0.31rem;
  }
  .g-head .wal > .navA {
    display: block;
    width: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    height: 0.7rem;
    background: url("./img36.png") center no-repeat;
    background-size: 0.36rem;
  }
  .g-head .g-nav {
    display: none;
  }
  .g-head .phone-container {
    background: rgba(205, 177, 101, 0.9);
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .g-head .phone-container .container {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: url("./nav-bg.png") center top no-repeat;
    background-size: 100%;
    min-height: 12.75rem;
    padding: 2.6rem 0 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .g-head .phone-container .close {
    width: 0.88rem;
    height: 0.88rem;
    background: url("./close88.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0.6rem;
  }
  .g-head .phone-container .scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 10rem;
  }
  .g-head .phone-container .list li {
    border-bottom: #E6E6E6 solid 1px;
  }
  .g-head .phone-container .list li a.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.88rem;
    padding: 0 0.5rem;
    color: #CA0A00;
    font-size: 0.32rem;
  }
  .g-head .phone-container .list li .list {
    border-top: #E6E6E6 solid 1px;
    padding: 0.15rem 0;
    display: none;
  }
  .g-head .phone-container .list li .list a {
    display: block;
    color: #666;
    font-size: 0.28rem;
    padding-left: 0.8rem;
    line-height: 0.7rem;
  }
  .g-head .phone-container .list li.s-nav-li a.name {
    position: relative;
  }
  .g-head .phone-container .list li.s-nav-li a.name:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    background: url("./img17.png") center no-repeat;
    background-size: 0.17rem;
  }
  .g-head .phone-container .list li.s-nav-li.open a.name:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .g-head .phone-container .language {
    width: 6.5rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .g-head .phone-container .language ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -0.2rem;
  }
  .g-head .phone-container .language li {
    padding: 0 0 0.2rem 0.2rem;
    width: 33.333%;
  }
  .g-head .phone-container .language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.24rem;
    border: 1px solid #ddd;
    color: #555;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
  .g-head .phone-container .share {
    padding: 0.2rem 0 0.7rem 0;
  }
  .g-head .phone-container .share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-head .phone-container .share li {
    margin: 0 0.2rem;
  }
  .g-head .phone-container .share a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0.9rem;
    height: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 0 !important;
    background: none !important;
  }
  .g-head .phone-container .share a img {
    width: 0.5rem;
    pointer-events: none;
  }
  .g-foot {
    display: none;
  }
}/*# sourceMappingURL=HeadFoot.css.map */