.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #121212;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.mm {
  font-family: "mm";
}
.light {
  font-family: "light";
}
.mb {
  font-family: "mb";
}
.regular {
  font-family: "regular";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.shadow .header-wrapper {
  position: sticky;
  background: #070707;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  background: url(../img/headbg.png) repeat-x top center;
  background-size: 100% 100%;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.header-wrapper.active {
  top: -1.2rem;
  overflow: hidden;
}
.header-wrapper.on,
.header-wrapper.shadow {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.on .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a {
  color: #333;
}
.header-wrapper.on .pc-nav-box li > a:after,
.header-wrapper.shadow .pc-nav-box li > a:after {
  background: #c44524;
}
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a,
.header-wrapper.on .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a {
  color: #c44524;
}
.header-wrapper.on .pc-nav-box li:hover > a:before,
.header-wrapper.shadow .pc-nav-box li:hover > a:before,
.header-wrapper.on .pc-nav-box li.on > a:before,
.header-wrapper.shadow .pc-nav-box li.on > a:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper.on .lang,
.header-wrapper.shadow .lang,
.header-wrapper.on .lang a,
.header-wrapper.shadow .lang a {
  color: #333;
}
.header-wrapper.on .search,
.header-wrapper.shadow .search {
  background-image: url(../img/search2.png);
}
.header-wrapper.on .nav-icon span,
.header-wrapper.shadow .nav-icon span {
  background: #c44524;
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  display: block;
  width: 1rem;
}
.header-wrapper .logo-box img {
  display: block;
  width: 1000%;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .lang {
  margin-right: 0.48rem;
}
.header-wrapper .lang span {
  margin: 0 0.08rem;
}
.header-wrapper .lang,
.header-wrapper .lang a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.header-wrapper .lang a {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease, color 0.35s;
}
.header-wrapper .lang a:hover {
  color: #c44524;
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .search {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box {
  flex: 1;
  padding: 0 0.3rem;
}
.pc-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.6rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li.on > a:after,
.pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li > a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1rem;
  position: relative;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.38s ease;
  -webkit-transition: all 0.38s ease;
  -moz-transition: all 0.38s ease;
  -ms-transition: all 0.38s ease;
  -o-transition: all 0.38s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 100%;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  background-color: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding: 0.2rem 0;
  text-align: center;
}
.pc-nav-box .nav a {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-family: "light";
  margin-bottom: 0.12rem;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #c44524;
}
.pc-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.92rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #c44524;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:hover .pc-nav-box li > a:after {
    background: #c44524;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a,
  .header-wrapper:hover .pc-nav-box li.on > a {
    color: #c44524;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a:before,
  .header-wrapper:hover .pc-nav-box li.on > a:before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper:hover .lang,
  .header-wrapper:hover .lang a {
    color: #333;
  }
  .header-wrapper:hover .lang a:hover {
    color: #c44524;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper .box-container {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 1.6rem;
  }
  .header-wrapper .lang {
    margin-right: 0.4rem;
  }
  .header-wrapper .lang span {
    margin: 0 0.1rem;
  }
  .header-wrapper .lang,
  .header-wrapper .lang a {
    font-size: var(--fs14);
  }
  .header-wrapper .search {
    width: 14px;
    height: 14px;
    margin-right: 0.3rem;
  }
  .pc-nav-box {
    display: none;
  }
}
.footer-wrapper {
  padding-top: 0.9rem;
  background: #000;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.footer-wrapper .logo {
  display: block;
  width: 1.3rem;
  margin: 0 0 0.7rem 0.3rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 1000%;
}
.footer-wrapper .copyright {
  width: 100%;
  text-align: center;
  padding: 0.37rem 0;
  margin-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper .copyright a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .copyright a,
.footer-wrapper .copyright {
  font-family: "light";
  font-size: var(--fs14);
  line-height: 24px;
  color: #999;
}
.footer-wrapper .other-box {
  flex: 1;
}
.footer-wrapper .share {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-wrapper .share a {
  display: inline-block;
  margin-right: 0.32rem;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share img {
  width: 0.2rem;
}
.footer-wrapper ul {
  list-style-type: none;
}
.footer-nav-box {
  width: 69%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #fff;
  font-family: "mm";
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.footer-nav-box a {
  display: block;
}
.footer-nav-box .nav a {
  font-family: "light";
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 6px;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  opacity: 1;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
@media screen and (max-width: 1600px) {
  .footer-wrapper .copyright {
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper .copyright {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .footer-nav-box {
    width: 77%;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all ease 0.5s;
  }
  .nav-icon span:nth-child(2) {
    width: 15px;
  }
  .nav-icon span:nth-child(3) {
    width: 20px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-icon.on span:nth-child(2) {
    display: none;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(134deg);
    margin-top: -6px;
    width: 25px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #c44524;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #c44524;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #c44524;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #c44524;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .footer-wrapper {
    padding-top: 0.8rem;
  }
  .footer-wrapper .box-container {
    display: block;
  }
  .footer-wrapper .logo {
    width: 1.6rem;
    margin: 0 auto 0.6rem;
  }
  .footer-wrapper .copyright {
    padding: 0.48rem 0;
    margin-top: 0.8rem;
  }
  .footer-wrapper .copyright a,
  .footer-wrapper .copyright {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .footer-wrapper .share {
    justify-content: center;
  }
  .footer-wrapper .share a {
    margin-right: 0.4rem;
  }
  .footer-wrapper .share img {
    width: 0.34rem;
  }
  .footer-nav-box {
    display: none;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btnbg {
  background-color: #c44524;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
.more {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 1.8rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  font-size: var(--fs16);
  font-family: "light";
  color: #fff;
  padding: 0 0.2rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-transform: uppercase;
}
.more:hover:before {
  opacity: 0;
  visibility: hidden;
}
.more:hover:after {
  opacity: 1;
  visibility: visible;
}
.more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.more:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0.25rem;
}
.more:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 0.25rem;
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.more.on {
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
}
.more.on:before {
  display: none;
}
.more.submit {
  font-size: var(--fs18);
  min-width: 1.72rem;
  line-height: 0.52rem;
  border-radius: 26px;
}
.more span {
  position: relative;
  z-index: 10;
}
.more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 0.14rem;
  height: 0.12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/right.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-left: 0.18rem;
  top: -2px;
}
@media screen and (max-width: 1004px) {
  .more {
    line-height: 0.6rem;
    border-radius: 0.3rem;
    font-size: 12px;
    padding: 0 0.3rem;
  }
  .more:before {
    border-radius: 0.3rem;
    border-width: 1px;
  }
  .more:after {
    border-radius: 0.3rem;
  }
  .more i {
    width: 0.2rem;
    height: 0.16rem;
    margin-left: 0.14rem;
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .title {
  font-family: "mb";
  font-size: 0.6rem;
  line-height: 0.72rem;
  color: #fff;
  text-transform: uppercase;
}
.index-banner-wrapper .desc {
  font-family: "light";
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0.1rem 0 0.92rem;
  width: 50%;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.43rem;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
  background: #fff;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  font-size: var(--fs48);
  line-height: 0.6rem;
  font-weight: 700;
}
.page-banner-wrapper p {
  font-size: var(--fs24);
  line-height: 0.3rem;
  margin-top: 0.08rem;
  font-family: "light";
}
.mt {
  margin-top: 1.2rem;
}
.padding {
  padding: 1.2rem 0;
}
.page-box {
  padding: 1rem 0 1.25rem;
}
@media screen and (min-width: 1601px) {
  .index-banner-wrapper .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper.maxLevel .nav {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .page-nav-wrapper.max .nav a {
    margin-right: 0.6rem;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: 16px;
    line-height: 1rem;
    text-align: center;
    color: #999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-right: 0.86rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #fff;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1600px) {
  .page-nav-wrapper.max .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page-nav-wrapper.max .nav a {
    margin-right: 0;
  }
  .page-nav-wrapper.maxLevel .nav a {
    margin-right: 0.3rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.9rem;
  }
  .page-box {
    padding: 0.9rem 0 1.1rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
  .mt {
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-nav-wrapper.max .box-container {
    width: 100%;
    padding: 0 0.48rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.8rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #1a1a1a;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #c44524;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #1a1a1a;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
    height: 9rem;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .title {
    font-size: var(--fs48);
    line-height: 0.6rem;
  }
  .index-banner-wrapper .desc {
    width: 100%;
    font-size: var(--fs18);
    line-height: 0.4rem;
    margin: 0.16rem 0 0.4rem;
  }
  .page-box {
    padding: 1rem 0;
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .info {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper > img {
    height: 3.2rem;
    object-fit: cover;
  }
  .page-banner-wrapper p {
    font-size: var(--fs16);
    line-height: 0.36rem;
    margin-top: 0.12rem;
  }
}
.page-title-box {
  margin-bottom: 0.5rem;
}
.page-title-box.mb16 {
  margin-bottom: 0.16rem;
}
.page-title-box .title {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  text-transform: uppercase;
  font-family: "mb";
}
.page-title-box .brief,
.page-title-box .brief a {
  font-size: var(--fs22);
}
.page-title-box .brief {
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.page-title-box .brief a {
  color: #fff;
  margin: 0 0.08rem;
}
.page-title-box .line {
  width: 31px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 0.14rem;
}
.news-wrapper .swiper-box {
  margin-bottom: 0.8rem;
  background-color: #1a1a1a;
}
.news-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .swiper-slide:hover h5 span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.news-wrapper .swiper-slide a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .swiper-slide .pic,
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.news-wrapper .swiper-slide .pic {
  width: 50%;
}
.news-wrapper .swiper-slide .pic img {
  height: auto;
}
.news-wrapper .swiper-slide .info {
  width: 50%;
  padding: 0.75rem 1.35rem 0 1rem;
}
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.news-wrapper .swiper-slide .time {
  transition-delay: 0.05s;
  font-size: var(--fs18);
  color: #999;
  margin-bottom: 0.2rem;
}
.news-wrapper .swiper-slide.swiper-slide-active h5,
.news-wrapper .swiper-slide.swiper-slide-active .time,
.news-wrapper .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.news-wrapper .swiper-slide h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: var(--fs28);
  line-height: 0.36rem;
  height: 1.44rem;
  margin-bottom: 0.22rem;
  color: #ffffff;
}
.news-wrapper .swiper-pagination {
  display: block;
  bottom: 0.8rem;
  font-size: 0;
  padding: 0 1rem;
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  background: #d1d1d1;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c44524;
}
.news-wrapper .news-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .news-box li {
  width: 31.64%;
  margin-right: 2.54%;
  margin-top: 0.6rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  overflow: hidden;
}
.news-wrapper .news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .news-box li:hover h5 span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.news-wrapper .news-box li h5 {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #ededed;
}
.news-wrapper .news-box a {
  display: block;
}
.news-wrapper .news-box .info {
  padding-top: 0.3rem;
}
.news-wrapper .news-box .time {
  margin-bottom: 0.04rem;
}
.news-wrapper .pic img {
  height: 3.02rem;
  object-fit: cover;
}
.news-wrapper h5 {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.news-wrapper h5 span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.news-wrapper .time {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-bottom: 0.11rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.28rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs40);
  color: #ffffff;
  font-family: "mm";
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .other a {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .left {
  width: 62.5%;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding-top: 0.25rem;
  border-top: 1px solid rgba(225, 225, 225, 0.1);
}
.newsinfo-wrapper .right {
  width: 29.3%;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right .caption {
  font-size: var(--fs24);
  line-height: 0.3rem;
  font-family: "mm";
  margin-bottom: 0.2rem;
  color: #fff;
}
.newsinfo-wrapper .right li {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}
.newsinfo-wrapper .right li:after {
  content: "";
  width: 0;
  height: 1px;
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.newsinfo-wrapper .right li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right li:last-child {
  border-bottom: none;
}
.newsinfo-wrapper .right li:last-child:after {
  display: none;
}
.newsinfo-wrapper .right li:hover:after {
  width: 100%;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs18);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  line-height: 24px;
  height: 48px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsinfo-wrapper .right p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.04rem;
  letter-spacing: 1px;
}
.newsinfo-wrapper .tips {
  font-size: var(--fs16);
  color: #999;
  display: none;
}
.newsinfo-wrapper .relative-btn {
  margin-top: 0.75rem;
}
.newsinfo-wrapper .link {
  border: solid 1px rgba(225, 225, 225, 0.1);
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.38rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
}
.newsinfo-wrapper .link:after {
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background: #5f5f5f;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}
.newsinfo-wrapper .link:hover {
  background-color: #252525;
}
.newsinfo-wrapper .link:hover:after {
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
}
.newsinfo-wrapper .link:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .link p {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  margin-bottom: 0.05rem;
}
.newsinfo-wrapper .link a,
.newsinfo-wrapper .link span {
  line-height: 24px;
  font-size: var(--fs16);
  color: #666;
}
.newsinfo-wrapper .link a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .link span {
  display: inline-block;
}
.job-wrapper .main > .top {
  background: #2c2c2c;
}
.job-wrapper .main > .top div {
  font-size: var(--fs18);
  color: #fff;
  font-family: "mm";
}
.job-wrapper .top,
.job-wrapper .detail {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.job-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 0.88rem;
  align-items: center;
}
.job-wrapper .top div {
  width: 27.53%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  padding-right: 0.3rem;
}
.job-wrapper .top div.operation {
  width: 17.4%;
}
.job-wrapper .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.job-wrapper .item.on .top {
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
}
.job-wrapper .item.on .top div {
  color: #fff;
}
.job-wrapper .item.on .operation i {
  background-image: url(../img/j-down.png) !important;
}
.job-wrapper .item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.job-wrapper .item .top {
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.job-wrapper .item .top div {
  font-size: var(--fs16);
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.job-wrapper .operation i {
  display: inline-block;
  margin-left: 0.14rem;
  width: 0.1rem;
  height: 0.1rem;
  background-image: url(../img/j-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.job-wrapper .detail {
  display: none;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
}
.job-wrapper .caption {
  font-size: var(--fs18);
  font-family: "mm";
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.job-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.26rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .send,
.job-wrapper .send a {
  font-size: var(--fs18);
}
.job-wrapper .send {
  font-family: "mm";
  margin-top: 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.job-wrapper .send a:hover {
  text-decoration: underline;
}
.job-wrapper .tips {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
.job-wrapper .tips a {
  color: #c44524;
  font-size: var(--fs16);
}
.job-wrapper .tips a:hover {
  text-decoration: underline;
}
.join-wrapper .box-1 .box-container,
.join-wrapper .box-3 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join-wrapper .box-1 .pic,
.join-wrapper .box-3 .pic {
  width: 50%;
}
.join-wrapper .box-2,
.join-wrapper .box-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.join-wrapper .box-2 ul,
.join-wrapper .box-4 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.join-wrapper .box-1 .info {
  width: 37.37%;
}
.join-wrapper .box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #999999;
}
.join-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.join-wrapper .box-2 li {
  position: relative;
  width: 24.02%;
  margin-right: 1.306%;
  margin-top: 1.306%;
  background: #fff;
  text-align: center;
  padding: 0.7rem 0.45rem;
  overflow: hidden;
}
.join-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
}
.join-wrapper .box-2 li:hover .circle {
  opacity: 1;
}
.join-wrapper .box-2 li:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.join-wrapper .box-2 li:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.join-wrapper .box-2 .icon {
  height: 0.6rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.join-wrapper .box-2 h4 {
  font-family: "mm";
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #121212;
  margin: 0.66rem auto 0.22rem;
}
.join-wrapper .box-2 .brief {
  font-size: var(--fs16);
  line-height: 24px;
  color: #666666;
  min-height: 72px;
}
.join-wrapper .box-3 .info {
  width: 42.19%;
}
.join-wrapper .box-3 h4 {
  font-family: "mm";
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.join-wrapper .box-3 .desc,
.join-wrapper .box-3 .desc li {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #999;
}
.join-wrapper .box-3 .desc {
  margin-top: 0.04rem;
}
.join-wrapper .box-3 .desc ul {
  padding-left: 20px;
}
.join-wrapper .box-4 {
  background-attachment: fixed;
}
.join-wrapper .box-4 li {
  position: relative;
  width: 20%;
  text-align: center;
  cursor: pointer;
  padding: 0 0.3rem;
}
.join-wrapper .box-4 li:after {
  content: "";
  width: 0.22rem;
  height: 1.35rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/iconr.png);
  position: absolute;
  right: -0.11rem;
  top: 0;
  z-index: 10;
}
.join-wrapper .box-4 li:hover .icon img {
  transform: rotateY(180deg);
}
.join-wrapper .box-4 li:last-child:after {
  display: none;
}
.join-wrapper .box-4 .icon {
  width: 1.35rem;
  height: 1.35rem;
  border: dashed 1px rgba(160, 160, 160, 0.2);
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-radius: 50%;
}
.join-wrapper .box-4 .icon img {
  width: 44.44%;
  margin: 0 auto;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.join-wrapper .box-4 h4 {
  font-family: "mm";
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin: 0.3rem auto 0.06rem;
}
.join-wrapper .box-4 p {
  font-size: var(--fs16);
  line-height: 24px;
  color: #ccc;
}
.join-wrapper .box-5 {
  position: relative;
  overflow: hidden;
}
.join-wrapper .box-5 h5 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "mm";
  width: 49%;
  margin: 0 auto 0.52rem;
}
.join-wrapper .box-5 .box-container {
  position: relative;
  z-index: 3;
}
.canvas {
  position: absolute;
  left: 0;
  bottom: -4.5rem;
  z-index: 2;
  width: 100%;
  height: 8rem;
}
.circle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: -0.35rem;
  right: -0.3rem;
  transition: all 0.36s;
}
.circle:after {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(230, 0, 18, 0.059);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle:before {
  content: "";
  width: 173%;
  height: 173%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(230, 0, 18, 0.031);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes kusan {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 173%;
    height: 173%;
  }
}
@keyframes kusan2 {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
.contact-wrapper .box-1 {
  padding-bottom: 0!important;
}
.contact-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.contact-wrapper .box-1 .list li {
  text-align: center;
  width: 31.38%;
  padding: 0.63rem 0.4rem 0.54rem;
  background-color: #232323;
  border-radius: 0.1rem;
  margin-right: 2.93%;
}
.contact-wrapper .box-1 .list li:last-child {
  margin-right: 0;
}
.contact-wrapper .box-1 .list li:hover .icon img {
  transform: rotateY(180deg);
}
.contact-wrapper .box-1 .list li:hover .icon:before,
.contact-wrapper .box-1 .list li:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .box-1 .icon {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.contact-wrapper .box-1 .icon:before,
.contact-wrapper .box-1 .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.contact-wrapper .box-1 .icon:before {
  animation: iconScale 3s linear infinite;
}
.contact-wrapper .box-1 .icon:after {
  animation: iconScale 3s 1s linear infinite;
}
.contact-wrapper .box-1 .icon img {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  -webkit-transition: transform 0.6s ease;
  -moz-transition: transform 0.6s ease;
  -ms-transition: transform 0.6s ease;
  -o-transition: transform 0.6s ease;
}
.contact-wrapper .box-1 p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #999999;
  font-weight: 700;
  margin: 0.24rem auto 0.1rem;
}
.contact-wrapper .box-1 .brief {
  font-size: var(--fs18);
  line-height: 24px;
  color: #f8f8f8;
}
.contact-wrapper .main {
  padding: 0.8rem 1.32rem 1.1rem;
  background: #232323;
}
.contact-wrapper .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .group {
  width: calc((100% - .2rem) / 2);
  margin-top: 0.2rem;
  /* input placeholder  */
}
.contact-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .group.max {
  width: 100%;
}
.contact-wrapper .group .text,
.contact-wrapper .group .msg {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background: #2e2e2e;
  font-size: var(--fs16);
  color: #fff;
}
.contact-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group .text {
  height: 0.69rem;
  line-height: 0.69rem;
}
.contact-wrapper .group .msg {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
  resize: none;
  height: 1.36rem;
}
.contact-wrapper .more.btn {
  display: block;
  margin: 0.3rem auto 0;
  width: 3.82rem;
  line-height: 0.68rem;
  font-size: var(--fs24);
  border-radius: 8px;
}
.about-wrapper .box-1 {
  padding-bottom: 0!important;
}
.about-wrapper .box-1 .info {
  width: 77.21%;
  margin: 0 auto;
}
.about-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #ccc;
}
.about-wrapper .main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.about-wrapper .main ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.about-wrapper .main li {
  flex: 1;
  height: 7.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .main li:last-child {
  border-right: none;
}
.about-wrapper .main .info {
  text-align: center;
  width: 100%;
  padding: 0 0.4rem;
}
.about-wrapper .main p {
  font-family: "mm";
  margin-top: 0.1rem;
}
.about-wrapper .main p,
.about-wrapper .main h4 {
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.goods-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.goods-wrapper .list li {
  background: #fff;
  text-align: center;
  width: 19%;
  margin-top: 1.25%;
  margin-right: 1.25%;
  overflow: hidden;
}
.goods-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .list li:hover .circle {
  opacity: 1;
}
.goods-wrapper .list li:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.goods-wrapper .list li:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.goods-wrapper .list li:hover p {
  color: #c44524;
}
.goods-wrapper .list li a {
  display: block;
  padding-bottom: 0.36rem;
}
.goods-wrapper .list p {
  font-size: var(--fs20);
  line-height: 0.3rem;
  height: 0.9rem;
  color: #000;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 0 0.4rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.goods-wrapper .pic img {
  height: 2.54rem;
  object-fit: contain;
}
.goodsinfo-wrapper {
  background: #1f1f1f;
}
.goodsinfo-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .pic,
.goodsinfo-wrapper .box-1 .info {
  width: 50%;
}
.goodsinfo-wrapper .box-1 .info {
  padding-left: 1rem;
  padding-top: 0.88rem;
}
.goodsinfo-wrapper .box-1 .info > h1,
.goodsinfo-wrapper .box-1 .brief {
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 0.6rem;
}
.goodsinfo-wrapper .box-1 .desc {
  font-family: "light";
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin: 0.15rem auto 0.53rem;
  min-height: 1.2rem;
}
.goodsinfo-wrapper .box-1 .more {
  min-width: 2.32rem;
  line-height: 0.68rem;
  border-radius: 0.34rem;
  font-size: var(--fs18);
}
.goodsinfo-wrapper .detail {
  background: #121212;
}
.goodsinfo-wrapper .detail .item {
  display: none;
}
.goodsinfo-wrapper .goods li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.goodsinfo-wrapper .goods li:last-child {
  margin-bottom: 0;
}
.goodsinfo-wrapper .goods li:nth-child(odd) {
  flex-direction: row-reverse;
}
.goodsinfo-wrapper .goods .pic {
  width: 50%;
}
.goodsinfo-wrapper .goods .info {
  width: 43.49%;
  padding-top: 0.5rem;
}
.goodsinfo-wrapper .goods h5 {
  font-family: "mm";
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #f3f0f3;
}
.goodsinfo-wrapper .goods .desc {
  font-family: "light";
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #f3f0f3;
  margin-top: 0.27rem;
  width: 76%;
}
.goodsinfo-wrapper .download ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.goodsinfo-wrapper .download li {
  width: 49.34%;
  border: 1px solid #a8a7a7;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.goodsinfo-wrapper .download li:hover {
  border-color: #fff;
}
.goodsinfo-wrapper .download li:hover i {
  background-image: url(../img/cloud2.png);
}
.goodsinfo-wrapper .download li a {
  position: relative;
  line-height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.9rem;
  padding: 0 0.66rem;
  background-image: url(../img/pdf.png);
  background-position: left 0.3rem center;
  background-size: 0.22rem;
  background-repeat: no-repeat;
  font-size: var(--fs18);
  color: #fff;
}
.goodsinfo-wrapper .download li i {
  position: absolute;
  width: 0.24rem;
  right: 0.2rem;
  top: 0;
  z-index: 10;
  height: 100%;
  background-image: url(../img/cloud.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.tab {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.tab a {
  color: #bcbcbc;
  font-size: var(--fs18);
  display: block;
  position: relative;
  line-height: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-right: 0.5rem;
  padding-bottom: 0.24rem;
}
.tab a:last-child {
  margin-right: 0;
}
.tab a.on {
  color: #fff;
}
.tab a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.tab a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
@keyframes iconScale {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0;
  }
}
@media screen and (min-width: 1004px) {
  .join-wrapper .box-2 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .join-wrapper .box-2 li:nth-child(4n) {
    margin-right: 0;
  }
  .goods-wrapper .list li:nth-child(-n+5) {
    margin-top: 0;
  }
  .goods-wrapper .list li:nth-child(5n) {
    margin-right: 0;
  }
  .news-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .news-box li:nth-child(3n) {
    margin-right: 0;
  }
  .job-wrapper .page-title-box .brief {
    width: 59%;
    margin-left: auto;
    margin-right: auto;
  }
  .job-wrapper .item:hover .top {
    background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
    background-blend-mode: normal, 
		normal;
  }
  .job-wrapper .item:hover .top div {
    color: #fff;
  }
  .job-wrapper .item:hover .operation i {
    background-image: url(../img/j-right2.png);
  }
  .tab a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .news-wrapper .pic img {
    height: 2.75rem;
  }
  .news-wrapper .swiper-slide .info {
    padding: 0.7rem 1.1rem 0 1rem;
  }
  .job-wrapper .top {
    height: 0.8rem;
  }
  .join-wrapper .box-4 li {
    padding: 0 0.16rem;
  }
  .contact-wrapper .main {
    padding: 0.8rem 1.2rem 1rem;
  }
  .about-wrapper .main li {
    height: 6.8rem;
  }
  .goods-wrapper .pic img {
    height: 2.28rem;
  }
  .goodsinfo-wrapper .goods .desc {
    width: 86%;
  }
}
@media screen and (max-width: 1440px) {
  .about-wrapper .main li {
    height: 6rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-title-box {
    margin-bottom: 0.6rem;
  }
  .page-title-box.mb16 {
    margin-bottom: 0.2rem;
  }
  .page-title-box .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .page-title-box .brief,
  .page-title-box .brief a {
    font-size: var(--fs18);
  }
  .page-title-box .brief {
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .news-wrapper .swiper-box {
    margin-bottom: 0.3rem;
  }
  .news-wrapper .swiper-slide a {
    display: block;
  }
  .news-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .news-wrapper .swiper-slide .info {
    width: 100%;
    padding: 0.6rem 0.4rem 1.2rem;
  }
  .news-wrapper .swiper-slide h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 1.76rem;
  }
  .news-wrapper .swiper-slide .time {
    font-size: var(--fs16);
    margin-bottom: 0.1rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0.48rem;
    padding: 0 0.3rem;
    width: 100%;
    text-align: center;
  }
  .news-wrapper .news-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .news-wrapper .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .news-box li h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 1.32rem;
  }
  .news-wrapper .news-box .pic img {
    height: auto;
  }
  .news-wrapper .news-box .info {
    padding-top: 0.48rem;
  }
  .news-wrapper .news-box .time {
    line-height: 20px;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .other a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .content {
    line-height: 0.44rem;
    padding-top: 0.48rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .right .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs16);
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .newsinfo-wrapper .right p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .link {
    margin-bottom: 0.3rem;
    padding: 0.34rem 0.4rem;
    border-top-width: 1px;
  }
  .newsinfo-wrapper .link p {
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .link a,
  .newsinfo-wrapper .link span {
    line-height: 20px;
  }
  .job-wrapper .main > .top div {
    font-size: 0.2rem;
  }
  .job-wrapper .main > .top div.operation {
    opacity: 0;
    visibility: hidden;
  }
  .job-wrapper .top,
  .job-wrapper .detail {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .job-wrapper .top {
    height: 0.8rem;
  }
  .job-wrapper .top div {
    line-height: 0.3rem;
    padding-right: 0.2rem;
    width: calc((100% - 0.6rem) / 3);
  }
  .job-wrapper .top div.operation {
    width: 0.6rem;
    padding-right: 0;
  }
  .job-wrapper .item .top div {
    font-size: 0.2rem;
  }
  .job-wrapper .item .top div.operation {
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    justify-content: center;
  }
  .job-wrapper .operation {
    text-align: center;
  }
  .job-wrapper .operation i {
    margin-left: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .job-wrapper .detail {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }
  .job-wrapper .caption {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.12rem;
  }
  .job-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .job-wrapper .send {
    font-size: var(--fs14);
    margin-top: 0.48rem;
    line-height: 0.48rem;
  }
  .job-wrapper .send a {
    font-size: var(--fs14);
  }
  .job-wrapper .tips {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.48rem;
  }
  .job-wrapper .tips a {
    font-size: var(--fs14);
  }
  .join-wrapper .box-1 .box-container,
  .join-wrapper .box-3 .box-container {
    display: block;
  }
  .join-wrapper .box-1 .pic,
  .join-wrapper .box-3 .pic {
    width: 100%;
  }
  .join-wrapper .box-2,
  .join-wrapper .box-4 {
    background-attachment: inherit;
  }
  .join-wrapper .box-2 ul,
  .join-wrapper .box-4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .join-wrapper .box-1 .info {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .join-wrapper .box-1 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .join-wrapper .box-2 li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.6rem 0.3rem;
  }
  .join-wrapper .box-2 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .join-wrapper .box-2 .icon {
    height: 0.8rem;
  }
  .join-wrapper .box-2 h4 {
    font-size: var(--fs20);
    line-height: 0.4rem;
    margin: 0.3rem auto 0.1rem;
  }
  .join-wrapper .box-2 .brief {
    font-size: var(--fs16);
    line-height: 20px;
    min-height: 60px;
  }
  .join-wrapper .box-3 .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .join-wrapper .box-3 h4 {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .join-wrapper .box-3 .desc,
  .join-wrapper .box-3 .desc li {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .join-wrapper .box-3 .desc {
    margin-top: 0.12rem;
  }
  .join-wrapper .box-3 .desc ul {
    padding-left: 16px;
  }
  .join-wrapper .box-4 li {
    padding: 0;
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .join-wrapper .box-4 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .join-wrapper .box-4 li:after {
    display: none;
  }
  .join-wrapper .box-4 .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .join-wrapper .box-4 h4 {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin: 0.34rem auto 0.12rem;
  }
  .join-wrapper .box-4 p {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .join-wrapper .box-5 h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .canvas {
    bottom: -4.5rem;
    height: 8rem;
  }
  .contact-wrapper .box-1 .list ul {
    display: block;
  }
  .contact-wrapper .box-1 .list li {
    width: 100%;
    padding: 0.8rem 0.4rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .box-1 .list li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-1 .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .contact-wrapper .box-1 p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin: 0.36rem auto 0.2rem;
  }
  .contact-wrapper .box-1 .brief {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .contact-wrapper .main {
    padding: 0.6rem 0.3rem;
  }
  .contact-wrapper .group {
    width: 100%;
    margin-top: 0.3rem;
    /* input placeholder  */
  }
  .contact-wrapper .group:nth-child(2) {
    margin-top: 0.3rem;
  }
  .contact-wrapper .group .text,
  .contact-wrapper .group .msg {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: var(--fs14);
  }
  .contact-wrapper .group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group .text {
    height: 0.76rem;
    line-height: 0.76rem;
  }
  .contact-wrapper .group .msg {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    line-height: 0.4rem;
    height: 2rem;
  }
  .contact-wrapper .more.btn {
    margin-top: 0.48rem;
    width: 70%;
    line-height: 0.8rem;
    font-size: var(--fs16);
  }
  .about-wrapper .box-1 .info {
    width: 100%;
  }
  .about-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .main {
    background-attachment: inherit;
  }
  .about-wrapper .main ul {
    display: block;
  }
  .about-wrapper .main li {
    min-height: 2rem;
    height: auto;
    padding: 0.48rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  .about-wrapper .main li:last-child {
    border-bottom: none;
  }
  .about-wrapper .main .info {
    padding: 0 0.2rem;
  }
  .about-wrapper .main p,
  .about-wrapper .main h4 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .goods-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .list li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .goods-wrapper .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-wrapper .list li a {
    padding-top: 0.2rem;
    padding-bottom: 0.36rem;
  }
  .goods-wrapper .list p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    padding: 0 0.2rem;
    -webkit-line-clamp: 2;
    height: 0.8rem;
  }
  .goods-wrapper .pic img {
    height: 3rem;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .goodsinfo-wrapper .box-1 .pic,
  .goodsinfo-wrapper .box-1 .info {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .info {
    padding-left: 0;
    padding-top: 0.88rem;
  }
  .goodsinfo-wrapper .box-1 .info > h1,
  .goodsinfo-wrapper .box-1 .brief {
    font-size: var(--fs24);
  }
  .goodsinfo-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.3rem auto 0.6rem;
    min-height: 0.88rem;
  }
  .goodsinfo-wrapper .box-1 .more {
    min-width: 2.32rem;
    line-height: 0.68rem;
    font-size: var(--fs16);
  }
  .goodsinfo-wrapper .goods li {
    display: block;
    margin-bottom: 0.8rem;
  }
  .goodsinfo-wrapper .goods .pic {
    width: 100%;
  }
  .goodsinfo-wrapper .goods .info {
    width: 100%;
  }
  .goodsinfo-wrapper .goods h5 {
    font-size: var(--fs22);
  }
  .goodsinfo-wrapper .goods .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-top: 0.16rem;
    width: 100%;
  }
  .goodsinfo-wrapper .download li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .goodsinfo-wrapper .download li:last-child {
    margin-bottom: 0;
  }
  .goodsinfo-wrapper .download li a {
    line-height: 1rem;
    height: 1rem;
    padding: 0 0.8rem;
    background-size: 0.3rem;
    font-size: var(--fs16);
  }
  .goodsinfo-wrapper .download li i {
    width: 0.38rem;
    right: 0.3rem;
  }
  .tab a {
    line-height: 0.48rem;
    margin-right: 0.4rem;
    padding-bottom: 0.3rem;
  }
}
.index-box-1 .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-box-1 .item:nth-child(odd) .info {
  text-align: right;
}
.index-box-1 .item:nth-child(odd) .line,
.index-box-1 .item:nth-child(odd) .en {
  margin-right: 0;
  margin-left: auto;
}
.index-box-1 .pic img.pc {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-1 .title {
  font-size: 0.72rem;
  color: #f7f9f8;
  text-transform: uppercase;
  line-height: 0.72rem;
  margin-bottom: 0.4rem;
  font-family: "mm";
}
.index-box-1 .brief {
  width: 46%;
  display: inline-block;
  font-size: var(--fs48);
  line-height: 0.6rem;
  font-family: "mm";
  margin: 0.55rem auto 0.13rem;
}
.index-box-1 .line {
  width: 0.45rem;
  height: 0.03rem;
  background: #ffffff;
}
.index-box-1 .en {
  font-family: "light";
  font-size: var(--fs18);
  line-height: 0.36rem;
  margin-bottom: 0.85rem;
  width: 5.8rem;
}
.index-box-2 {
  position: relative;
  z-index: 12;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.index-box-2 .icon {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5;
  object-fit: cover;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-box-2 .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: 30;
  width: 100%;
}
.index-box-2 .box-container {
  text-align: center;
}
.index-box-2 .title {
  font-weight: 700;
  font-size: 0.54rem;
  line-height: 0.64rem;
}
.index-box-2 .brief {
  font-family: "light";
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #ccc;
  text-align: center;
  width: 75.65%;
  margin: 0.16rem auto 0.72rem;
}
.index-box-3 {
  background: url(../img/index3bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.index-box-3 .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-box-3 .swiper-container {
  padding: 0 calc((100% - 15.36rem) / 2);
}
.index-box-3 .swiper-slide a {
  display: block;
}
.index-box-3 .swiper-slide a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide a:hover .info {
  width: calc(100% - 0.72rem);
  background: rgba(255, 255, 255, 0.95);
}
.index-box-3 .swiper-slide a:hover .info .title {
  color: #000000;
}
.index-box-3 .swiper-slide a:hover .time {
  color: #666666;
}
.index-box-3 .info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  padding: 0.36rem 0.4rem 0.48rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-3 .info .title {
  font-family: "mm";
  font-size: var(--fs22);
  line-height: 0.32rem;
  height: 1.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-3 .time {
  font-size: var(--fs18);
  line-height: 24px;
  margin-bottom: 0.16rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-3 .progress {
  position: relative;
}
.index-box-3 .progress.on {
  animation: line 4s linear forwards;
}
.index-box-3 .progress:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0 ;
  top: 0;
  z-index: 10;
  background: #fff;
}
.index-box-3 .swiper-scrollbar {
  cursor: pointer;
  position: relative;
  border-radius: 0;
  width: 2.08rem;
  height: 2px;
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.2);
}
.index-box-3 .swiper-scrollbar-drag {
  border-radius: 0;
  background: #fff;
}
.index-box-3 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.4rem;
}
.index-box-3 .bottom span {
  font-size: var(--fs14);
}
.index-box-3 .swiperbtn {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-3 .prev {
  margin-right: 0.2rem;
  background-image: url(../img/prev.png);
}
.index-box-3 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-3 .next {
  margin-right: 0.25rem;
  background-image: url(../img/next.png);
}
.index-box-3 .next:hover {
  background-image: url(../img/next2.png);
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-1 .title {
    font-size: 0.68rem;
    line-height: 0.68rem;
  }
  .index-box-3 .swiper-container {
    padding: 0 calc((100% - 14rem) / 2);
  }
}
@media screen and (max-width: 1004px) {
  .index-box-1 .item {
    height: auto;
    background: none!important;
  }
  .index-box-1 .item:nth-child(odd) .info {
    text-align: right;
  }
  .index-box-1 .pic {
    display: block;
  }
  .index-box-1 .info {
    background: rgba(0, 0, 0, 0.15);
  }
  .index-box-1 .title {
    font-size: var(--fs30);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .index-box-1 .brief {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin: 0.4rem auto 0.2rem;
    width: 60%;
  }
  .index-box-1 .line {
    width: 0.6rem;
    height: 0.04rem;
  }
  .index-box-1 .en {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-bottom: 0.6rem;
    width: 80%;
  }
  .index-box-2 {
    height: auto;
    background: inherit;
    padding-bottom: 1rem;
    position: relative;
    height: 10rem;
    background: none!important;
  }
  .index-box-2:after {
    content: "";
    width: 100%;
    height: calc((100% - 8rem + .6rem));
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .index-box-2 .pic {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
  }
  .index-box-2 .pic img {
    height: 100%;
    object-fit: cover;
  }
  .index-box-2 .icon {
    position: relative;
    top: -0.6rem;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    height: 8rem;
    z-index: 2;
  }
  .index-box-2 .info {
    top: 31%;
    opacity: 1;
    transform: none;
    padding: 1rem 0;
  }
  .index-box-2 .title {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .index-box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.4rem;
    width: 100%;
    margin: 0.2rem auto 0.48rem;
  }
  .index-box-2 .canvas {
    display: none;
  }
  .index-box-3 {
    background-attachment: inherit;
  }
  .index-box-3 .top {
    margin-bottom: 0.6rem;
  }
  .index-box-3 .top .page-title-box {
    margin-bottom: 0;
  }
  .index-box-3 .swiper-container {
    padding: 0 0.3rem;
  }
  .index-box-3 .swiper-slide a:hover .info {
    width: 100%;
  }
  .index-box-3 .info {
    position: static;
    background: #fff;
    padding: 0.36rem 0.4rem 0.48rem;
  }
  .index-box-3 .info .title {
    color: #000;
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 1.76rem;
  }
  .index-box-3 .time {
    color: #666;
    font-size: var(--fs14);
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .index-box-3 .swiper-scrollbar {
    width: 2.2rem;
  }
  .index-box-3 .bottom {
    margin-top: 0.6rem;
  }
  .index-box-3 .prev {
    margin-right: 0.2rem;
  }
  .index-box-3 .next {
    margin-right: 0.3rem;
  }
  .index-box-3 .news-current {
    min-width: 0.3rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.7rem;
}
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "mm";
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.pageNum .prev {
  background-image: url(../img/i-prev3.png);
}
.pageNum .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNum .next {
  background-image: url(../img/i-next3.png);
}
.pageNum .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #c44524;
}
/*分页*/
.pageNums {
  text-align: center;
  font-size: 0;
  margin-top: 0.7rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pageNums li:first-child {
  margin-left: 0;
}
.pageNums li:last-child {
  margin-right: 0;
}
.pageNums li a {
  font-size: var(--fs16);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pageNums li,
.pageNums .btn {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "mm";
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  cursor: pointer;
}
.pageNums .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.pageNums .prev {
  background-image: url(../img/i-prev3.png);
}
.pageNums .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNums .next {
  background-image: url(../img/i-next3.png);
}
.pageNums .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNums .btn:hover,
.pageNums li:hover,
.pageNums .active {
  color: #fff;
  background-color: #c44524;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
  background-blend-mode: normal, 
		normal;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #343434;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #343434;
}
.search-wrapper .list li:hover .title {
  color: #c44524;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
}
.breadcrumb {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  line-height: 0.6rem;
}
.breadcrumb.normal {
  background: #f7f7f9;
  position: static;
}
.breadcrumb.normal .box-container a,
.breadcrumb.normal .box-container span {
  color: #333;
}
.breadcrumb.normal .box-container a:hover {
  color: #c44524;
}
.breadcrumb .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.breadcrumb .box-container a,
.breadcrumb .box-container span {
  font-size: 14px;
  color: #fff;
}
.breadcrumb .box-container a:hover {
  text-decoration: underline;
}
.breadcrumb img {
  width: 5px;
  margin: 0 0.1rem;
}
@media screen and (max-width: 1004px) {
  .breadcrumb {
    display: none;
  }
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .pageNums,
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  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);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c44524;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #c44524;
  }
  100% {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
    background-blend-mode: normal, 
		normal;
  }
}
@keyframes desplode {
  0% {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    background: #c44524;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
    background-blend-mode: normal, 
		normal;
  }
}
@keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #c44524;
  }
  100% {
    width: 360px;
    height: 360px;
    margin-left: -180px;
    margin-top: -180px;
    background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
    background-blend-mode: normal, 
		normal;
  }
}
@keyframes desplode2 {
  0% {
    width: 360px;
    height: 360px;
    margin-left: -180px;
    margin-top: -180px;
    background: #c44524;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: linear-gradient(-90deg, #9f2223 0%, #c44524 100%), linear-gradient(#c44524, #c44524);
    background-blend-mode: normal, 
		normal;
  }
}
