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

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes upDownAnima {
  0% {
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

@keyframes upDownAnima {
  0% {
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

@-webkit-keyframes leftRightAnima {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

  100% {
    -webkit-transform: translateX(50%) scale(0.8);
    transform: translateX(50%) scale(0.8);
  }
}

@keyframes leftRightAnima {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

  100% {
    -webkit-transform: translateX(50%) scale(0.8);
    transform: translateX(50%) scale(0.8);
  }
}

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

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

.zoomImg:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  opacity: .6;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.zoomImg img {
  width: 100%;
}

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

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

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

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

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

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

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

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

body {
  font-size: 0.12rem;
  font-family: Arial,"HarmonyOS_Sans_SC";
  color: #1d1d1d;
  -webkit-text-size-adjust: none;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}

body.show {
  opacity: 1;
}

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

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

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

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

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

li {
  list-style: outside none;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 0.16rem;
}

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

h5 {
  font-size: 0.12rem;
}

textarea,
input {
  background: transparent;
  font-size: 0.12rem;
  font-family: Arial,"HarmonyOS_Sans_SC";
  color: #888;
  outline: none;
  border: 0;
}

em {
  font-style: normal;
}

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

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

.phone-show {
  display: none;
}

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

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

@font-face {
  font-family: "DINPro-Bold";
  src: url("https://public-ziti.oss-cn-shanghai.aliyuncs.com/DINPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url(../image/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Light";
  src: url(../image/Roboto-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url(../image/Roboto-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url(../image/HarmonyOS_Sans_SC_Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.g-head .head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .wal {
  height: 1rem;
  position: relative;
  max-width: 17.2rem;
}

.g-head a.logo {
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.11rem;
  background: url(../image/logo.png) center no-repeat;
  background-size: 100%;
}

.g-head .search {
  position: absolute;
  z-index: 5;
  right: 1rem;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-head .search a.btn {
  color: #fff;
  font-size: 0.2rem;
}

.g-head .search a.btn:after {
  content: "";
  font-family: "iconfont";
}

.g-head .language {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-head .language .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.g-head .language .name:after {
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  margin-left: 0.05rem;
}

.g-head .language .layer {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -0.16rem;
  top: -100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -0.2rem;
  opacity: 0;
  visibility: hidden;
}

.g-head .language .layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -0.04rem;
  width: .2rem;
  height: .2rem;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.g-head .language .layer dl {
  background: #fff;
  width: 1.3rem;
  border-radius: .1rem;
  padding: .12rem 0;
}

.g-head .language .layer a {
  display: block;
  text-align: center;
  font-size: .16rem;
  line-height: .22rem;
  padding: .06rem 0;
}

.g-head .language:hover .layer {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-property: opacity,margin-top;
  transition-property: opacity,margin-top;
  top: 100%;
}

.g-head .g-nav {
  position: absolute;
  top: 0;
  right: 1.27rem;
}

.g-head .g-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-head .g-nav li {
  padding: 0 .35rem;
}

.g-head .g-nav a.name {
  display: block;
  height: 1rem;
  line-height: 1rem;
  font-size: .18rem;
  color: rgba(255,255,255,.9);
  position: relative;
}

.g-head .g-nav a.name.on {
  color: #a22223;
}

.g-head .head-search {
  position: fixed;
  z-index: 52;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .head-search:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  height: 100vh;
  background: rgba(0,0,0,.2);
  pointer-events: none;
  opacity: 0;
}

.g-head .head-search .form {
  height: 1rem;
  position: relative;
  width: 8.8rem;
  margin: 0 auto;
  z-index: 5;
  background: #fff;
}

.g-head .head-search .form:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  font-family: "iconfont";
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.24rem;
  color: #999;
}

.g-head .head-search .form .input input::-webkit-input-placeholder {
  color: #999;
}

.g-head .head-search .form .input input::-moz-placeholder {
  color: #999;
}

.g-head .head-search .form .input input:-moz-placeholder {
  color: #999;
}

.g-head .head-search .form .input input:-ms-input-placeholder {
  color: #999;
}

.g-head .head-search .form .input textarea::-webkit-input-placeholder {
  color: #999;
}

.g-head .head-search .form .input textarea::-moz-placeholder {
  color: #999;
}

.g-head .head-search .form .input textarea:-moz-placeholder {
  color: #999;
}

.g-head .head-search .form .input textarea:-ms-input-placeholder {
  color: #999;
}

.g-head .head-search .form .input input {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.16rem;
  font-weight: 600;
  color: #333;
  padding-left: 0.8rem;
}

.g-head .head-search .form .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
  cursor: pointer;
  font-size: 0.2rem;
  color: #999;
}

.g-head .head-search .form .close:after {
  font-family: "iconfont";
  content: "";
}

.g-head .head-search .form .close:hover {
  color: #a22223;
}

.g-head .head-search .layer {
  width: 8.8rem;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #f9f9f9;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  border-radius: 0 0 0.2rem 0.2rem;
  font-size: 0.16rem;
  padding: 0.3rem 0.5rem 0.3rem 0.8rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.g-head .head-search .layer .name {
  font-size: 0.18rem;
  padding-bottom: 0.3rem;
}

.g-head .head-search .layer li {
  padding: 0.15rem 0.3rem;
}

body.searchShow .g-head .head {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

body.searchShow .g-head .head-search {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

body.searchShow .g-head .head-search:before {
  opacity: 1;
}

body.searchShow .g-head .head-search .layer {
  -webkit-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.g-head2 .head {
  background: rgba(105,105,105,.2);
}

.g-head.g-head-white .head,
.g-head.on .head {
  background: #fff;
  box-shadow: 0 0.02rem 0.08rem 0 rgba(0,0,0,.05);
}

.g-head.g-head-white a.logo,
.g-head.on a.logo {
  background-image: url(../image/logo2.png);
}

.g-head.g-head-white .search a,
.g-head.on .search a {
  color: #333;
}

.g-head.g-head-white .language .name,
.g-head.on .language .name {
  color: #333;
}

.g-head.g-head-white .g-nav a.name,
.g-head.on .g-nav a.name {
  color: #333;
}

.g-head.g-head-white .g-nav a.name.on,
.g-head.on .g-nav a.name.on {
  color: #a22223;
}

.g-head.g-head-white {
  height: 1rem;
}

@media screen and (min-width: 800px) {
  .g-head .g-nav li {
    position: relative;
  }

  .g-head .g-nav li .list {
    position: absolute;
    left: 50%;
    top: -100vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: -0.2rem;
  }

  .g-head .g-nav li .list:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -0.04rem;
    width: .2rem;
    height: .2rem;
    background: #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .g-head .g-nav li .list dl {
    background: #fff;
    width: 1.6rem;
    border-radius: .1rem;
    padding: .05rem .1rem;
    position: relative;
    z-index: 2;
  }

  .g-head .g-nav li .list a {
    display: block;
    text-align: center;
    font-size: .16rem;
    line-height: .5rem;
    border-bottom: rgba(33,33,33,.15) solid 1px;
  }

  .g-head .g-nav li .list a:hover {
    color: #a22223;
  }

  .g-head .g-nav li .list dd:last-child a {
    border-bottom: 0;
  }

  .g-head .g-nav li:hover a.name {
    color: #a22223;
  }

  .g-head .g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-property: opacity,margin-top;
    transition-property: opacity,margin-top;
    top: 100%;
  }

  .g-head.g-head-white .language .layer,
  .g-head.on .language .layer {
    margin-top: 0.06rem;
  }

  .g-head.g-head-white .g-nav li .list,
  .g-head.on .g-nav li .list {
    margin-top: 0.06rem;
  }

  .g-head.g-head-white .g-nav li .list:before,
  .g-head.on .g-nav li .list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.06rem;
    right: 0;
    bottom: 0;
  }
}

.g-foot {
  background: url(../image/g-foot.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.16rem;
  position: relative;
  z-index: 5;
}

.g-foot a {
  color: #fff;
}

.g-foot .wal {
  min-height: 6.13rem;
  position: relative;
  max-width: 17.2rem;
}

.g-foot .logo {
  border-bottom: rgba(255,255,255,.2) solid 1px;
  padding: 0.36rem 0;
}

.g-foot .logo a {
  display: block;
  width: 1.33rem;
}

.g-foot .topA {
  position: absolute;
  z-index: 5;
  top: 0.41rem;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: rgba(255,255,255,.2) solid 1px;
  width: 1.48rem;
  height: 0.44rem;
  border-radius: 0.3rem;
}

.g-foot .topA:after {
  content: "";
  margin-left: 0.2rem;
  font-family: "iconfont";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.g-foot .topA:hover:after {
  -webkit-animation: upDownAnima .6s linear infinite;
  animation: upDownAnima .6s linear infinite;
}

.g-foot .container {
  min-height: 4.15rem;
  padding-top: 0.68rem;
}

.g-foot .container .title {
  font-size: 0.2rem;
}

.g-foot .container .tel {
  padding: 0.38rem 0 0.5rem 0;
}

.g-foot .container .tel .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-foot .container .tel .name img {
  width: 0.23rem;
  margin-right: 0.12rem;
}

.g-foot .container .tel .name h2 {
  font-size: 0.22rem;
  line-height: 1em;
}

.g-foot .container .tel h5 {
  font-size: 0.34rem;
  line-height: 1em;
  font-family: "Roboto-Bold";
  margin-top: 0.2rem;
}

.g-foot .container .address {
  line-height: 2em;
}

.g-foot .nav {
  position: absolute;
  top: 1.96rem;
  right: 0;
}

.g-foot .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-foot .nav li {
  margin-left: 0.8rem;
}

.g-foot .nav li h3 {
  font-size: 0.18rem;
  padding-bottom: 0.25rem;
}

.g-foot .nav li dd a {
  display: block;
  line-height: 0.36rem;
  opacity: .6;
}

.g-foot .nav li dd a:hover {
  opacity: 1;
}

.g-foot .msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: rgba(255,255,255,.2) solid 1px;
  line-height: 0.7rem;
  color: rgba(255,255,255,.6);
  position: relative;
}

.g-foot .msg p {
  padding-right: 0.2rem;
}

.g-foot .msg p:last-child {
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

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

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

  .phone-show {
    display: block;
  }

  .pc-show {
    display: none;
  }

  body.navShow {
    overflow: hidden;
  }

  body.navShow .g-head .head {
    background: #fff;
  }

  body.navShow .g-head a.logo {
    background-image: url(../image/logo2.png);
  }

  body.navShow .g-head .search a {
    color: #333;
  }

  body.navShow .g-head .language .name {
    color: #333;
  }

  body.navShow .g-head .navA:after {
    content: "";
    color: #000;
  }

  body.navShow .g-head .g-nav {
    right: 0;
    left: 0;
  }

  .g-head a.logo {
    width: 1.3rem;
  }

  .g-head .search {
    right: 2.4rem;
  }

  .g-head .search a.btn {
    font-size: 0.32rem;
  }

  .g-head .language {
    right: 1rem;
  }

  .g-head .language .name {
    font-size: 0.26rem;
    color: #fff;
    -webkit-transition: color .5s;
    transition: color .5s;
  }

  .g-head .language .name:after {
    margin-left: 0.03rem;
  }

  .g-head .language .layer {
    margin-left: -0.16rem;
  }

  .g-head .language .layer dl {
    width: 1.7rem;
    padding: .2rem 0;
  }

  .g-head .language .layer a {
    font-size: .24rem;
    line-height: .32rem;
    padding: .12rem 0;
  }

  .g-head .navA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 0;
    right: -0.3rem;
    bottom: 0;
    width: 1.2rem;
  }

  .g-head .navA:after {
    font-family: "iconfont";
    content: "";
    font-size: 0.32rem;
    color: #fff;
  }

  .g-head .g-nav {
    position: fixed;
    bottom: 0;
    right: -100%;
    left: 100%;
    top: 1rem;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: #eee solid 1px;
  }

  .g-head .g-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-head .g-nav li {
    padding: 0;
    width: 100%;
    border-bottom: #eee solid 1px;
  }

  .g-head .g-nav a.name {
    font-size: .28rem;
    padding-left: .5rem;
    color: #333;
  }

  .g-head .g-nav a.name:before {
    display: none;
  }

  .g-head .g-nav li.s-nav-li a.name:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    font-family: "iconfont";
  }

  .g-head .g-nav li.s-nav-li.open a.name:after {
    content: "";
  }

  .g-head .g-nav .list {
    border-top: #eee solid 1px;
    padding: .2rem 0;
    display: none;
  }

  .g-head .g-nav .list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .g-head .g-nav .list dd {
    min-width: 25%;
    padding-left: .5rem;
  }

  .g-head .g-nav .list a {
    display: block;
    color: #333;
    line-height: .6rem;
    font-size: .24rem;
  }

  .g-head .head-search .form {
    width: 6.9rem;
  }

  .g-head .head-search .form:before {
    font-size: 0.32rem;
  }

  .g-head .head-search .form .input input {
    font-size: 0.26rem;
    padding-left: 0.8rem;
  }

  .g-head .head-search .form .close {
    font-size: 0.32rem;
  }

  .g-head .head-search .layer {
    width: 6.9rem;
    font-size: 0.26rem;
    padding: 0.5rem 0.5rem 0.3rem 0.8rem;
  }

  .g-head .head-search .layer .name {
    font-size: 0.28rem;
  }

  .g-head .head-search .layer li {
    padding: 0.15rem 0.3rem;
  }

  .g-head.g-head-white .navA:after,
  .g-head.on .navA:after {
    color: #000;
  }

  .g-foot {
    font-size: 0.24rem;
  }

  .g-foot .logo {
    padding: 0.5rem 0 0.5rem 0;
  }

  .g-foot .logo a {
    width: 1.5rem;
  }

  .g-foot .topA {
    top: 0.5rem;
    width: 1.9rem;
    height: 0.6rem;
  }

  .g-foot .container .title {
    font-size: 0.24rem;
  }

  .g-foot .container .tel .name h2 {
    font-size: 0.26rem;
  }

  .g-foot .container .tel h5 {
    font-size: 0.44rem;
  }

  .g-foot .nav {
    display: none;
  }

  .g-foot .msg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 0.48rem;
    padding: 0.3rem 0;
  }

  .g-foot .msg p {
    padding-right: 0;
    width: 100%;
  }

  .g-foot .msg p:last-child {
    position: relative;
  }
}

@media screen and (max-width: 550px) {
  .wal,
  .wal-1200 {
    margin: 0 .3rem;
  }
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes upDownAnima {
  0% {
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

@keyframes upDownAnima {
  0% {
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}

@-webkit-keyframes leftRightAnima {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

  100% {
    -webkit-transform: translateX(50%) scale(0.8);
    transform: translateX(50%) scale(0.8);
  }
}

@keyframes leftRightAnima {
  0% {
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
  }

  100% {
    -webkit-transform: translateX(50%) scale(0.8);
    transform: translateX(50%) scale(0.8);
  }
}

a.p-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1.72rem;
  height: 0.44rem;
  padding: 0 0.2rem;
  background: #a22223;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 0.18rem;
}

a.p-btn:after {
  content: "";
  font-family: "iconfont";
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

a.p-btn:hover {
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0,0,0,.2);
}

a.p-btn:hover:after {
  left: 0.08rem;
}

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-flash li {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.index-flash li .bg {
  position: absolute;
  inset: 0;
  background: center no-repeat;
  background-size: cover;
}

.index-flash li .wal {
  height: 100vh;
  position: relative;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-flash li .wal .en {
  font-size: 0.4rem;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.index-flash li .wal .en:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.37rem;
  right: -0.33rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #a22223;
}

.index-flash li .wal .en em {
  position: relative;
}

.index-flash li .wal h2 {
  font-size: 0.56rem;
  line-height: 1em;
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.index-flash li .wal .msg {
  font-size: 0.26rem;
  padding: 0.25rem 0 1.1rem 0;
}

.index-flash .control {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  right: 0;
}

.index-flash .control>.line {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background: rgba(255,255,255,.6);
}

.index-flash .control>.line.line-1 {
  width: 50vw;
  right: 50%;
  margin-right: 7rem;
}

.index-flash .control>.line.line-2 {
  width: 50vw;
  left: 50%;
  margin-left: 7rem;
}

.index-flash .control>.line.line-3 {
  width: 4.4rem;
  right: 50%;
  margin-right: 0.65rem;
}

.index-flash .control>.line.line-4 {
  width: 4.8rem;
  left: 50%;
  margin-left: 0.65rem;
}

.index-flash .control .wal {
  height: 1.2rem;
  position: relative;
}

.index-flash .control .dots {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.95rem;
  padding: 0 0.1rem;
}

.index-flash .control .dots span {
  width: 50%;
  height: 0.3rem;
  position: relative;
  cursor: pointer;
}

.index-flash .control .dots span:before,
.index-flash .control .dots span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-flash .control .dots span:before {
  width: 0.06rem;
  height: 0.06rem;
  background: #fff;
  opacity: .6;
}

.index-flash .control .dots span:after {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: -0.15rem;
  margin-top: -0.15rem;
  background: url(../image/img30.png) center no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-animation: rotateAnima 5s linear infinite;
  animation: rotateAnima 5s linear infinite;
}

.index-flash .control .dots span.on:before {
  opacity: 1;
}

.index-flash .control .dots span.on:after {
  opacity: 1;
}

.index-flash .control .scroll-tips {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: .28rem;
  color: #fff;
  line-height: 1em;
}

.index-flash .control .scroll-tips:before,
.index-flash .control .scroll-tips:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -0.5rem;
  width: 0.02rem;
  height: 0.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255,255,255,.2);
}

.index-flash .control .scroll-tips:after {
  -webkit-animation: Anima01 2s linear infinite;
  animation: Anima01 2s linear infinite;
  background: #fff;
}

.index-flash .control .scroll-tips .name {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  text-transform: uppercase;
  font-family: "Roboto-Light";
  letter-spacing: 0.02rem;
}

.index-flash .control .arrow {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.index-flash .control .arrow .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.2rem;
}

.index-flash .control .arrow .num b {
  font-size: 0.16rem;
}

.index-flash .control .arrow .num em {
  font-size: 0.14rem;
  padding-left: 0.03rem;
}

.index-flash .control .arrow a {
  font-family: "iconfont";
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.16rem;
  opacity: .5;
}

.index-flash .control .arrow a:hover {
  opacity: 1;
}

@-webkit-keyframes Anima01 {
  0% {
    height: 0;
  }

  33% {
    height: 0.3rem;
    top: -0.5rem;
  }

  66% {
    height: 0.2rem;
    top: -0.3rem;
  }

  100% {
    height: 0;
    top: -0.1rem;
  }
}

@keyframes Anima01 {
  0% {
    height: 0;
  }

  33% {
    height: 0.3rem;
    top: -0.5rem;
  }

  66% {
    height: 0.2rem;
    top: -0.3rem;
  }

  100% {
    height: 0;
    top: -0.1rem;
  }
}

.index-title .name {
  font-size: 0.18rem;
  padding-bottom: 0.15rem;
  color: #a22223;
}

.index-title h2 {
  font-size: 0.42rem;
  line-height: 0.56rem;
  font-weight: 400;
  color: #1d1d1d;
}

.index-about {
  padding: 1.2rem 0;
  position: relative;
}

.index-about .index-title {
  padding-bottom: 1.4rem;
}

.index-about .col {
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 8.06rem;
}

.index-about .col .content {
  font-size: 0.2rem;
  line-height: 1.8em;
  color: #6e6e6e;
  text-align: justify;
  padding-bottom: 0.4rem;
}

.index-about .col .content b {
  color: #1d1d1d;
  font-weight: 400;
}

.index-about .video {
  position: relative;
}

.index-about .video .video-btn {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-about .video .video-btn .btn {
  width: 0.79rem;
  height: 0.79rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.index-about .video .video-btn .btn:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../image/img79.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-animation: rotateAnima 5s linear infinite;
  animation: rotateAnima 5s linear infinite;
}

.index-about .video .video-btn .btn em {
  font-family: "iconfont";
  font-size: 0.24rem;
  -webkit-transform: rotate(-90deg) scale(0.5);
  -ms-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
}

.index-about .video .video-btn .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  line-height: 1em;
  margin-top: 0.3rem;
}

.index-about .video .video-btn .name b {
  padding: 0 0.08rem;
  color: #c5c5c5;
}

.index-about .video .video-btn .name span {
  font-family: "Roboto-Bold";
}

.video-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.video-layer.show {
  opacity: 1;
  visibility: visible;
}

.video-layer .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  color: #212121;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  font-size: 0.18rem;
  font-family: "iconfont";
}

.video-layer .container {
  background: #fff;
  width: 13.6rem;
}

.video-layer .container video {
  display: block;
  width: 100%;
}

.index-product {
  background: #fbfaf6;
  position: relative;
  z-index: 2;
}

.index-product .wal {
  padding: 1.2rem 0 1.5rem 0;
  position: relative;
}

.index-product .index-title {
  padding-bottom: 0.55rem;
}

.index-product .more {
  position: absolute;
  z-index: 5;
  top: 2.1rem;
  right: 0;
}

.index-product .list {
  position: relative;
  margin-left: -0.12rem;
  margin-right: -0.12rem;
}

.index-product .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-product .list li {
  padding: 0 0.12rem;
}

.index-product .list li a {
  display: block;
  color: #1a1a1a;
}

.index-product .list li a .zoomImg img {
  height: 5.4rem;
}

.index-product .list li a .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  font-size: 0.26rem;
  line-height: 1em;
}

.index-product .list li a .name:after {
  content: "";
  font-family: "iconfont";
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  margin-left: 0.2rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.index-product .list li a:hover {
  color: #a22223;
}

.index-product .list li a:hover .name:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(0.9);
  -ms-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.index-product .list .arrow a {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -0.5rem;
}

.index-product .list .arrow a.prev {
  left: -0.5rem;
}

.index-product .list .arrow a.next {
  right: -0.5rem;
}

.p-arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.48rem;
  height: 0.48rem;
  border: rgba(0,0,0,.15) solid 1px;
  font-size: 0.24rem;
  color: #1d1d1d;
}

.p-arrow a:after {
  font-family: "iconfont";
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.p-arrow a:hover {
  color: #fff;
  background: #a22223;
  border-color: #a22223;
}

.p-arrow a.prev:after {
  content: "";
}

.p-arrow a.next:after {
  content: "";
}

.index-honor {
  padding: 1.2rem 0;
  position: relative;
}

.index-honor .big-img {
  position: absolute;
  z-index: 5;
  bottom: 1.72rem;
  right: 0.48rem;
  width: 4.97rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.24rem 0 rgba(0,0,0,.1);
  border-radius: 0.12rem;
}

.index-honor .big-img li {
  height: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.index-honor .big-img li .img {
  width: 2.77rem;
  position: relative;
}

.index-honor .big-img li .img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
}

.index-honor .big-img li .img img {
  height: 3.94rem;
}

.index-honor .big-img li .img:hover:before {
  opacity: 1;
}

.index-honor .big-img li .name {
  font-family: "HarmonyOS_Sans_SC_Medium";
  margin-top: 0.35rem;
  font-size: 0.2rem;
}

.index-honor .list {
  position: relative;
}

.index-honor .list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3.45rem;
  background: #fbfaf6;
}

.index-honor .list .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.85rem 0 0.38rem 0;
  max-width: 7.95rem;
}

.index-honor .list .control .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-honor .list .control .num em {
  font-size: 0.38rem;
  color: #a22223;
  font-family: "Roboto-Bold";
}

.index-honor .list .control .num span {
  font-family: "Roboto-Regular";
  font-size: 0.18rem;
  color: #6e6e6e;
  padding-right: 0.02rem;
  position: relative;
  top: 0.05rem;
}

.index-honor .list .control .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.index-honor .list .control .arrow a {
  margin-left: 0.22rem;
}

.index-honor .list .list-wrapper {
  width: 7.84rem;
  overflow: hidden;
  position: relative;
  left: 0.48rem;
  z-index: 2;
}

.index-honor .list li {
  padding: 0.52rem 0.26rem 0.52rem 0;
}

.index-honor .list li .img {
  position: relative;
}

.index-honor .list li .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-honor .list li .img:hover:after {
  opacity: 1;
}

.index-news {
  background: #fbfaf6;
}

.index-news .wal {
  padding: 1.2rem 0;
  position: relative;
}

.index-news .index-title {
  padding-bottom: 0.62rem;
  border-bottom: #000 solid 1px;
}

.index-news .more {
  position: absolute;
  top: 2.06rem;
  right: 0;
}

@media screen and (min-width: 800px) {
  .index-news .list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem 0.28rem;
  }
}

.index-news .list a {
  display: block;
}

.index-news .list a .time {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.65rem;
}

.index-news .list a h5 {
  font-size: 0.18rem;
  height: 1.1em;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.index-news .list a .btn {
  height: 1.1rem;
  position: relative;
}

.index-news .list a .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(../image/next.png) center no-repeat;
  background-size: 100%;
}

.index-news .list a .zoomImg img {
  height: 2.68rem;
}

.page-banner {
  background: center no-repeat;
  background-size: cover;
  color: #fff;
}

.page-banner .wal {
  height: 8rem;
  position: relative;
  text-align: center;
  padding-top: 2.95rem;
}

.page-banner .wal h2 {
  font-size: 0.48rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  line-height: 1em;
  padding-bottom: 0.24rem;
}

.page-banner .wal .msg {
  font-size: 0.24rem;
  position: relative;
  padding-bottom: 0.54rem;
}

.page-banner .wal .msg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.02rem;
  background: #fff;
}

.page-banner .nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner .nav ul {
  height: 1.2rem;
  border-radius: 0.06rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  --left: 0%;
}

.page-banner .nav ul:before {
  content: "";
  display: block;
  position: absolute;
  left: var(--left);
  top: 0;
  bottom: 0;
  width: 50%;
  background: #a22223;
}

.page-banner .nav li {
  width: 2.33rem;
  position: relative;
}

.page-banner .nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 1.2rem;
  font-size: 0.18rem;
}

.page-banner .nav li a .ico {
  width: 0.32rem;
  height: 0.32rem;
  margin-bottom: 0.15rem;
  position: relative;
}

.page-banner .nav li a .ico img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.page-banner .nav li a:hover,
.page-banner .nav li a.on {
  color: #fff;
}

.page-banner .nav li a:hover .ico img:nth-child(1),
.page-banner .nav li a.on .ico img:nth-child(1) {
  opacity: 0;
}

.page-banner .nav li a:hover .ico img:nth-child(2),
.page-banner .nav li a.on .ico img:nth-child(2) {
  opacity: 1;
}

.page-banner2 .wal {
  height: 6rem;
  padding-top: 2.65rem;
}

.about-1 {
  min-height: 7.77rem;
  position: relative;
  padding: 1.1rem 0 1.2rem 3.8rem;
}

.about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.48rem;
  bottom: -0.64rem;
  background: url(../image/img480.png) center no-repeat;
  background-size: 100% 100%;
  width: 4.8rem;
  height: 7.21rem;
}

.about-1 .title {
  position: absolute;
  left: 0;
  top: 1.2rem;
}

.about-1 .title h2 {
  font-size: 0.42rem;
  line-height: 1em;
  position: relative;
  padding-bottom: 0.46rem;
}

.about-1 .title h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a22223;
  width: 0.44rem;
  height: 0.05rem;
}

.about-1 .content {
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: justify;
  color: #6e6e6e;
  padding-bottom: 0.55rem;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-1 .list li {
  position: relative;
  padding-right: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-1 .list li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.15rem;
  width: 2.2rem;
  height: 0.5rem;
  background: url(../image/img27_2.png) center no-repeat;
  background-size: 0.27rem;
}

.about-1 .list li:last-child {
  padding-right: 0;
}

.about-1 .list li:last-child:after {
  display: none;
}

.about-1 .list li .hd {
  border-bottom: rgba(0,0,0,.2) solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.4rem;
  padding-top: 0.3rem;
}

.about-1 .list li .hd b {
  font-size: 0.8rem;
  font-family: "Roboto-Bold";
  color: #a22223;
}

.about-1 .list li .hd div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.1rem 0 0 0.15rem;
  font-size: 0.18rem;
}

.about-1 .list li .hd div em {
  color: #6e6e6e;
  text-transform: uppercase;
  margin-top: 0.06rem;
}

.about-1 .list li .name {
  width: 100%;
  font-size: 0.18rem;
  line-height: 1em;
  padding-top: 0.2rem;
  color: #6e6e6e;
}

.about-2 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.about-2 .bg {
  position: absolute;
  inset: 0;
  background: center no-repeat;
  background-size: cover;
}

.about-2 .wal {
  min-height: 8.6rem;
  position: relative;
}

.about-2 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding: 1.2rem 0 1rem 0;
}

.about-2 .btns {
  padding-bottom: 0.6rem;
}

.about-2 .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-2 .btns li {
  cursor: pointer;
  font-size: 0.18rem;
  line-height: 0.42rem;
  position: relative;
  margin-right: 0.5rem;
}

.about-2 .btns li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-2 .btns li:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0.5rem;
  text-align: center;
  content: "/";
}

.about-2 .btns li:last-child {
  margin-right: 0;
}

.about-2 .btns li:last-child:after {
  display: none;
}

.about-2 .btns li:hover:before,
.about-2 .btns li.on:before {
  width: 100%;
}

.about-2 .container {
  width: 6.4rem;
  min-height: 2.55rem;
  background: -webkit-linear-gradient(left, #fff, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, #fff, rgba(0, 0, 0, 0));
  padding: 0.55rem 0.4rem 0.55rem 0.45rem;
  border-radius: 0.12rem;
}

.about-2 .container .name {
  font-size: 0.18rem;
  padding-bottom: 0.32rem;
  color: #a22223;
}

.about-2 .container h3,
.about-2 .container .content {
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #1a1a1a;
}

.about-3 {
  margin-bottom: 0.6rem;
  height: 8.67rem;
  overflow: hidden;
  background: url(../image/about-3.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.about-3 .title {
  padding: 1.2rem 0 0 0;
}

.about-3 .title h2 {
  font-size: 0.42rem;
  line-height: 1em;
}

.about-3 .title p {
  font-size: 0.18rem;
  margin-top: 0.2rem;
  color: #666;
  line-height: 1em;
}

.about-3 .list {
  background: url(../image/img735.png) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0.43rem;
  right: 0;
}

.about-3 .list .wal {
  height: 7.35rem;
  position: relative;
}

.about-3 .list li {
  padding-left: 0.25rem;
}

.about-3 .list li .line {
  width: 1px;
  background: -webkit-linear-gradient(top, #A22223, rgba(0, 0, 0, 0) 80%);
  background: linear-gradient(to bottom, #A22223, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  left: 0;
  top: 0.12rem;
  height: 2.49rem;
}

.about-3 .list li .line:before,
.about-3 .list li .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background: #a22223;
  border-radius: 50%;
  width: 0.1rem;
  height: 0.1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-3 .list li .line:after {
  width: 0.23rem;
  height: 0.23rem;
  opacity: .1;
}

.about-3 .list li h5 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  line-height: 1em;
}

.about-3 .list li dd {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #6e6e6e;
  position: relative;
  padding-left: 0.18rem;
}

.about-3 .list li dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
}

@media screen and (min-width: 800px) {
  .about-3 .list li {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4rem;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .about-3 .list li:nth-child(1) {
    left: 0;
    top: 3.55rem;
  }

  .about-3 .list li:nth-child(2) {
    left: 2.45rem;
    top: 2.04rem;
  }

  .about-3 .list li:nth-child(2) .line {
    height: 4.19rem;
  }

  .about-3 .list li:nth-child(3) {
    left: 4.23rem;
    top: 3.54rem;
  }

  .about-3 .list li:nth-child(4) {
    left: 6.56rem;
    top: 1.45rem;
  }

  .about-3 .list li:nth-child(5) {
    left: 8.7rem;
    top: 3.24rem;
  }

  .about-3 .list li:nth-child(6) {
    left: 10.9rem;
    top: 1rem;
  }
}

.about-4 {
  background: #fbfaf6;
}

.about-4 .wal {
  position: relative;
  padding-bottom: 1.2rem;
}

.about-4 .title h2 {
  font-size: 0.42rem;
  line-height: 1em;
  padding: 0.83rem 0 0.6rem 0;
}

.about-4 .btns {
  position: absolute;
  top: 0.58rem;
  right: 0;
}

.about-4 .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-4 .btns li {
  margin-left: 0.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.03rem;
  height: 0.66rem;
  border: rgba(0,0,0,.1) solid 1px;
  cursor: pointer;
  font-size: 0.18rem;
  color: #999;
  line-height: 1.5em;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-4 .btns li:hover,
.about-4 .btns li.on {
  color: #a22223;
  border-color: #a22223;
}

.about-4 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-4 .list .list-wrapper {
  margin-right: -0.4rem;
}

.about-4 .list li {
  padding-right: 0.4rem;
}

.about-4 .list li .item {
  background: #fff;
  height: 4.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.about-4 .list li .item .img {
  width: 1.8rem;
  position: relative;
}

.about-4 .list li .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.about-4 .list li .item .img:hover:after {
  opacity: 1;
}

.about-4 .list li .item .img img {
  height: 2.6rem;
  width: 100%;
}

.about-4 .list li .item .name {
  font-size: 0.18rem;
  padding-top: 0.18rem;
}

.about-4 .list .num {
  height: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.55rem;
  font-size: 0.22rem;
}

.about-4 .list .num span {
  font-size: 0.18rem;
  color: #999;
  padding-left: 0.04rem;
  position: relative;
  top: 0.03rem;
}

.about-4 .list .line {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1.4rem;
  height: 1px;
  background: rgba(0,0,0,.1);
  --w: 0%;
}

.about-4 .list .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w);
  background: #a22223;
}

.about-4 .list .arrow {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-4 .list .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.22rem;
  color: #999;
  background: #fff;
  border: #d1d1d1 solid 1px;
  font-family: "iconfont";
}

.about-4 .list .arrow a:after {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.about-4 .list .arrow a.prev {
  position: relative;
  left: 1px;
}

.about-4 .list .arrow a.prev:after {
  content: "";
}

.about-4 .list .arrow a.next:after {
  content: "";
}

.about-4 .list .arrow a:hover {
  color: #a22223;
}

.about-5 {
  padding-bottom: 1.2rem;
}

.about-5 .title h2 {
  font-size: 0.42rem;
  line-height: 1em;
  padding: 1.2rem 0 0.6rem 0;
  border-bottom: #000 solid 1px;
}

.about-5 .list {
  position: relative;
  margin-left: -0.14rem;
  margin-right: -0.14rem;
}

.about-5 .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-5 .list li {
  padding: 0 0.14rem;
}

.about-5 .list li a {
  display: block;
}

.about-5 .list li a .time {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.65rem;
}

.about-5 .list li a h5 {
  font-size: 0.18rem;
  height: 1.1em;
  line-height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-5 .list li a .btn {
  height: 1.1rem;
  position: relative;
}

.about-5 .list li a .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(../image/next.png) center no-repeat;
  background-size: 100%;
}

.about-5 .list li a .zoomImg img {
  height: 2.68rem;
}

.about-5 .list .arrow a {
  position: absolute;
  z-index: 5;
  top: 3.1rem;
}

.about-5 .list .arrow a.prev {
  left: -0.5rem;
}

.about-5 .list .arrow a.next {
  right: -0.5rem;
}

.news {
  padding: 0.9rem 0 0 0;
}

.news li {
  position: relative;
}

.news li:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 0 0.2rem 0 rgba(12,1,54,.1);
  opacity: 0;
  pointer-events: none;
}

.news li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3rem 0;
  position: relative;
  z-index: 2;
}

.news li a .time {
  width: 1.03rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.16rem;
  color: #666;
  font-family: "Roboto-Regular";
  height: 2.3rem;
}

.news li a .time div {
  font-size: 0.54rem;
  color: #999;
  font-family: "Roboto-Bold";
  -webkit-transition: color .5s;
  transition: color .5s;
}

.news li a .zoomImg {
  width: 4.13rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0.08rem;
}

.news li a .zoomImg img {
  height: 2.36rem;
}

.news li a .col {
  width: 100%;
  padding-left: 0.6rem;
}

.news li a .col h5 {
  font-size: 0.22rem;
}

.news li a .col p {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #6e6e6e;
  padding: 0.2rem 0 0.4rem 0;
}

.news li a .col .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.56rem;
  height: 0.5rem;
  border-radius: 0.02rem;
  border: rgba(0,0,0,.1) solid 1px;
  padding-left: 0.2rem;
  position: relative;
  font-size: 0.16rem;
  color: #999;
  -webkit-transition: .5s;
  transition: .5s;
}

.news li a .col .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  font-family: "iconfont";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: rgba(0,0,0,.1) solid 1px;
  width: 0.5rem;
  -webkit-transition: border-left-color .5s;
  transition: border-left-color .5s;
}

.news li:hover:before {
  opacity: 1;
}

.news li:hover a .time div {
  color: #a22223;
}

.news li:hover a .col .more {
  background: #a22223;
  border-color: #a22223;
  color: #fff;
}

.news li:hover a .col .more:after {
  border-left-color: rgba(255,255,255,.1);
}

.page-num {
  padding: 0.3rem 0 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  line-height: 1.5em;
}

.page-num a {
  color: #5c6166;
  margin: 0 0.12rem;
}

.page-num a:hover,
.page-num a.on {
  color: #a22223;
}

.page-num a.on {
  font-weight: bold;
}

.page-num a.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-num a.arrow em {
  font-family: "iconfont";
  padding: 0 0.04rem;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.news-detail {
  padding: 1.2rem 0;
}

.news-detail .head {
  position: relative;
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.news-detail .head .title {
  font-size: 0.3rem;
}

.news-detail .head .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem 0 0.22rem 0;
  font-size: 0.14rem;
  color: #666;
  line-height: 1em;
}

.news-detail .head .time:before {
  content: "";
  font-family: "iconfont";
  margin-right: 0.09rem;
}

.news-detail .head .back {
  font-family: "iconfont";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border: rgba(7,0,2,.2) solid 1px;
  font-size: 0.24rem;
  color: #a22223;
}

.news-detail .head .back:hover {
  background: #a22223;
  border-color: #a22223;
  color: #fff;
}

.news-detail .content {
  padding: 0.6rem 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
}

.news-detail .content .p {
  padding-bottom: 0.4rem;
}

.news-detail .content .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-detail .content .imgs .img {
  width: 6.65rem;
  padding-bottom: 0.4rem;
}

.page-num2 {
  border-top: rgba(0,0,0,.1) solid 1px;
  padding-top: 0.35rem;
}

.page-num2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-num2 a {
  font-size: 0.18rem;
  color: #666;
}

.page-num2 a:hover {
  color: #a22223;
}

.p-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.6rem;
}

.p-control .line {
  height: 1px;
  background: rgba(0,0,0,.1);
  width: 100%;
  position: relative;
  --w: 0%;
}

.p-control .line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--w);
  background: #a22223;
}

.p-control .num {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.58rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.22rem;
}

.p-control .num span {
  font-size: 0.18rem;
  color: #999;
  padding-left: 0.04rem;
  position: relative;
  top: 0.02rem;
}

.p-control .arrow {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.77rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-control .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.22rem;
  color: #999;
  font-family: "iconfont";
}

.p-control .arrow a.prev {
  position: relative;
  left: 1px;
}

.p-control .arrow a.prev:after {
  content: "";
}

.p-control .arrow a.next:after {
  content: "";
}

.p-control .arrow a:hover {
  color: #a22223;
}

.development-1 {
  padding: 1.2rem 0;
}

.development-1 .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.development-1 .head h2 {
  font-size: 0.42rem;
  line-height: 1em;
  position: relative;
  padding-bottom: 0.45rem;
}

.development-1 .head h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a22223;
  width: 0.44rem;
  height: 0.05rem;
}

.development-1 .head .content {
  width: 10rem;
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #6e6e6e;
}

.development-1 .head .content b {
  color: #1a1a1a;
  font-weight: 400;
}

.development-1 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.development-1 .list .list-wrapper {
  margin-right: -0.5rem;
}

.development-1 .list li {
  padding-right: 0.5rem;
}

.development-1 .list li .zoomImg {
  position: relative;
}

.development-1 .list li .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.development-1 .list li .zoomImg:hover:after {
  opacity: 1;
}

.development-2 {
  padding-bottom: 1.2rem;
}

.development-2 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.6rem;
}

.development-2 .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem 0.4rem;
}

.development-2 .list li .zoomImg {
  position: relative;
}

.development-2 .list li .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.development-2 .list li .zoomImg:hover:after {
  opacity: 1;
}

.development-2 .list li .zoomImg img {
  height: 3.4rem;
}

.development-2 .list li h5 {
  font-size: 0.22rem;
  padding: 0.45rem 0 0.26rem 0;
  margin-bottom: 0.25rem;
  border-bottom: rgba(110,110,110,.1) solid 1px;
}

.development-2 .list li p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #6e6e6e;
}

.development-3 {
  padding-bottom: 1.2rem;
}

.development-3 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.6rem;
}

.development-3 .list {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.development-3 .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.development-3 .list li {
  padding: 0 0.2rem;
}

.development-3 .list li .item {
  background: #f7f7f7;
  height: 4.12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.development-3 .list li .item .img {
  width: 1.8rem;
  position: relative;
}

.development-3 .list li .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.development-3 .list li .item .img:hover:after {
  opacity: 1;
}

.development-3 .list li .item .img img {
  height: 2.6rem;
  width: 100%;
}

.development-3 .list li .item .name {
  font-size: 0.18rem;
  padding-top: 0.18rem;
}

.development-3 .list .arrow a {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.development-3 .list .arrow a.prev {
  left: -0.5rem;
}

.development-3 .list .arrow a.next {
  right: -0.5rem;
}

.development-4 {
  padding-bottom: 1.3rem;
}

.development-4 .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.6rem;
}

.development-4 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.development-4 .list .list-wrapper {
  margin-right: -0.4rem;
}

.development-4 .list .list-wrapper li {
  padding-right: 0.4rem;
}

.development-4 .list .list-wrapper li .zoomImg {
  position: relative;
}

.development-4 .list .list-wrapper li .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.development-4 .list .list-wrapper li .zoomImg:hover:after {
  opacity: 1;
}

.product {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .title {
  width: 100%;
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.45rem;
}

.product .nav {
  width: 2.85rem;
}

.product .nav ul {
  border-top: rgba(0,0,0,.1) solid 1px;
  top: 1.5rem;
  position: -webkit-sticky;
  position: sticky;
}

.product .nav li {
  border-bottom: rgba(0,0,0,.1) solid 1px;
}

.product .nav li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.75rem;
  font-size: 0.24rem;
  position: relative;
  cursor: pointer;
}

.product .nav li .name:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont";
  content: "";
}

.product .nav li dl {
  padding-bottom: 0.15rem;
  margin-top: -0.1rem;
  display: none;
}

.product .nav li dl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.42rem;
  font-size: 0.18rem;
  color: #6e6e6e;
  position: relative;
  padding-left: 0.37rem;
}

.product .nav li dl a:before,
.product .nav li dl a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.product .nav li dl a:before {
  border: rgba(0,0,0,.1) solid 1px;
}

.product .nav li dl a:after {
  background: #a22223;
  -webkit-transform: translateY(-50%) scale(0.45);
  -ms-transform: translateY(-50%) scale(0.45);
  transform: translateY(-50%) scale(0.45);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.product .nav li dl a:hover:before,
.product .nav li dl a.on:before {
  border-color: #a22223;
}

.product .nav li dl a:hover:after,
.product .nav li dl a.on:after {
  opacity: 1;
}

.product .nav li.on .name:after {
  content: "";
}

.product .list {
  width: 10.37rem;
}

.product .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem 0.53rem;
}

.product .list a {
  display: block;
}

.product .list a .zoomImg {
  border: #e5e5e5 solid 1px;
}

.product .list a .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  font-size: 0.24rem;
  line-height: 1em;
}

.product .list a .name:after {
  content: "";
  font-family: "iconfont";
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  margin-left: 0.2rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.product .list a:hover {
  color: #a22223;
}

.product .list a:hover .name:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(0.9);
  -ms-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.product-detail {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f5f9fa;
}

.product-detail .wal {
  min-height: calc(100vh - 1rem);
  max-width: 13.86rem;
}

.product-detail .img-list {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  overflow: hidden;
  background: #fff;
}

.product-detail .img-list li {
  height: calc(100vh - 1rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail .img-list li .zoomImg {
  width: 6rem;
}

.product-detail .img-list li .zoomImg img {
  height: 6rem;
}

.product-detail .img-list .dots {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-detail .img-list .dots span {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
  position: relative;
  cursor: pointer;
}

.product-detail .img-list .dots span:before,
.product-detail .img-list .dots span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 0.2rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.product-detail .img-list .dots span:before {
  border: #a22223 solid 1px;
  opacity: 0;
}

.product-detail .img-list .dots span:after {
  background: #d3d3d3;
  -webkit-transform: translateY(-50%) scale(0.45);
  -ms-transform: translateY(-50%) scale(0.45);
  transform: translateY(-50%) scale(0.45);
  -webkit-transition: .5s;
  transition: .5s;
}

.product-detail .img-list .dots span.on:before {
  opacity: 1;
}

.product-detail .img-list .dots span.on:after {
  background: #a22223;
}

.product-detail .col {
  width: 5.95rem;
  margin-left: auto;
  position: relative;
}

.product-detail .col .curr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  border-bottom: rgba(0,0,0,.1) solid 1px;
  height: 0.61rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  line-height: 1em;
}

.product-detail .col .curr:before {
  font-family: "iconfont";
  content: "";
  margin-right: 0.08rem;
  color: #999;
}

.product-detail .col .curr a {
  color: #999;
  position: relative;
  margin-right: 0.16rem;
}

.product-detail .col .curr a:after {
  content: "/";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0.16rem;
  text-align: center;
  color: #999;
}

.product-detail .col .curr a:hover {
  color: #a22223;
}

.product-detail .col .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.7rem;
  position: relative;
}

.product-detail .col .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  background: #a22223;
  width: 0.4rem;
  height: 0.04rem;
}

.product-detail .col .content {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #6e6e6e;
  padding-bottom: 0.5rem;
}

.product-detail .col .list {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #6e6e6e;
  padding-bottom: 0.35rem;
}

.product-detail .col .list b {
  color: #1a1a1a;
  font-size: 0.2rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.product-detail .col .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.6rem;
  height: 0.54rem;
  background: #a22223;
  color: #fff;
  font-size: 0.22rem;
  border-radius: 0.3rem;
}

.product-detail .col .btn a:hover {
  background: #6c1516;
}

@media screen and (min-width: 800px) {
  .product-detail .col {
    height: calc(100vh - 1rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.strength {
  padding: 1.2rem 0;
}

.strength .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
}

.strength .head h2 {
  font-size: 0.42rem;
  line-height: 1em;
  position: relative;
  padding-bottom: 0.45rem;
}

.strength .head h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #a22223;
  width: 0.44rem;
  height: 0.05rem;
}

.strength .head .content {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #6e6e6e;
  width: 9.95rem;
}

.strength .img-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.strength .img-list .list-wrapper {
  margin-right: -0.5rem;
}

.strength .img-list li {
  padding-right: 0.5rem;
}

.strength .img-list li .zoomImg {
  position: relative;
}

.strength .img-list li .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.strength .img-list li .zoomImg:hover:after {
  opacity: 1;
}

.strength .img-list .dots {
  margin-top: 0.28rem;
  height: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strength .img-list .dots span {
  width: 0.36rem;
  height: 0.02rem;
  background: rgba(0,0,0,.2);
  margin: 0 0.1rem;
}

.strength .img-list .dots span.on {
  background: #a22223;
}

.strength .img-list .arrow a {
  position: absolute;
  z-index: 5;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "iconfont";
  height: 0.25rem;
  color: #999;
  font-size: 0.25rem;
}

.strength .img-list .arrow a:hover {
  color: #a22223;
}

.strength .img-list .arrow a.prev {
  left: 0;
}

.strength .img-list .arrow a.prev:after {
  content: "";
}

.strength .img-list .arrow a.next {
  right: 0;
}

.strength .img-list .arrow a.next:after {
  content: "";
}

.strength .title {
  padding: 1.2rem 0 0.4rem 0;
}

.strength .title h2 {
  font-size: 0.42rem;
  line-height: 1em;
}

.strength .title p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #6e6e6e;
  margin-top: 0.2rem;
}

.strength .img-list2 {
  position: relative;
  margin-right: -0.2rem;
  margin-left: -0.2rem;
}

.strength .img-list2 .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.strength .img-list2 li {
  padding: 0 0.2rem;
  position: relative;
}

.strength .img-list2 li .zoomImg {
  position: relative;
}

.strength .img-list2 li .zoomImg:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  font-family: "iconfont";
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #a22223;
  color: #fff;
  font-size: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.strength .img-list2 li .zoomImg:hover:after {
  opacity: 1;
}

.strength .img-list2 li .zoomImg img {
  height: 3.8rem;
}

.strength .img-list2 li .name {
  position: absolute;
  z-index: 5;
  left: 0.2rem;
  bottom: 0;
  right: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0,0,0,.34);
  height: 0.8rem;
}

.strength .img-list2 .arrow a {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.strength .img-list2 .arrow a.prev {
  left: -0.5rem;
}

.strength .img-list2 .arrow a.next {
  right: -0.5rem;
}

.contact {
  min-height: 8rem;
  background: url(../image/img1140.jpg) right bottom no-repeat;
  background-size: 11.4rem;
  padding-bottom: 1.2rem;
}

.contact h2.title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-top: 1.2rem;
}

.contact .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.15rem;
}

.contact .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.contact .list li {
  width: 37%;
  border-bottom: rgba(0,0,0,.1) solid 1px;
  padding: 0.38rem 0;
}

.contact .list li .name {
  font-size: 0.16rem;
  color: #6e6e6e;
}

.contact .list li p {
  font-size: 0.27rem;
  margin-top: 0.16rem;
}

.contact .list li:nth-child(3) {
  width: 26%;
}

.contact .list li:nth-child(4) {
  width: calc(100% - 1rem);
  position: relative;
}

.contact .list li:nth-child(4) a {
  display: block;
  width: 0.28rem;
  position: absolute;
  top: 0.64rem;
  right: 0;
}

.contact .msg {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #6e6e6e;
  max-width: 9.45rem;
  padding: 0.25rem 0 0.6rem 0;
}

.contact .form {
  max-width: 8.25rem;
}

.contact .form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact .form li {
  width: 4rem;
}

.contact .form li .name {
  padding: 0.35rem 0 0.15rem 0;
  font-size: 0.16rem;
}

.contact .form li .input {
  border-radius: 0.04rem;
  border: rgba(0,0,0,.1) solid 1px;
}

.contact .form li .input input,
.contact .form li .input textarea {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  padding: 0 0.12rem;
  color: #333;
}

.contact .form li .input textarea {
  height: 0.8rem;
  line-height: 0.3rem;
  padding: 0.1rem 0.12rem;
}

.contact .form li.on .name {
  color: #a22223;
}

.contact .form li.on .input {
  border-color: #a22223;
}

.contact .form li.li_01 {
  width: 100%;
}

.contact .form .tips {
  font-size: 0.14rem;
  padding: 0.28rem 0 0.6rem 0;
}

.contact .form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .form .row .input {
  position: relative;
  margin-right: 1.05rem;
  border-radius: 0.06rem;
  border: rgba(0,0,0,.1) solid 1px;
  width: 2.2rem;
  height: 0.54rem;
}

.contact .form .row .input input::-webkit-input-placeholder {
  color: #999;
}

.contact .form .row .input input::-moz-placeholder {
  color: #999;
}

.contact .form .row .input input:-moz-placeholder {
  color: #999;
}

.contact .form .row .input input:-ms-input-placeholder {
  color: #999;
}

.contact .form .row .input textarea::-webkit-input-placeholder {
  color: #999;
}

.contact .form .row .input textarea::-moz-placeholder {
  color: #999;
}

.contact .form .row .input textarea:-moz-placeholder {
  color: #999;
}

.contact .form .row .input textarea:-ms-input-placeholder {
  color: #999;
}

.contact .form .row .input input {
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.12rem;
  font-size: 0.16rem;
  color: #333;
}

.contact .form .row .input img {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}

.contact .form .row .submit {
  width: 1.8rem;
  height: 0.54rem;
  border-radius: 0.06rem;
  background: #a22223;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 0.22rem;
  cursor: pointer;
}

.contact-map {
  height: 6.2rem;
  position: relative;
  z-index: 1;
}

.job {
  background: #f8f8f8;
  padding: 1rem 0;
}

.job li {
  margin-bottom: 0.2rem;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 0.2rem;
  background: #fff;
  padding: 0 0.8rem;
}

.job li .hd {
  cursor: pointer;
  position: relative;
  padding-bottom: 0.28rem;
}

.job li .hd:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont";
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: #b8b8b8 solid 1px;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.14rem;
  color: #b8b8b8;
}

.job li .hd .name {
  line-height: 0.72rem;
  position: relative;
  font-size: 0.24rem;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.job li .hd .name:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.24rem;
  border-radius: 0.02rem;
  top: 50%;
  width: 0.04rem;
  height: 0.2rem;
  background: #a22223;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job li .hd dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.job li .hd dl dd {
  padding-right: 1.2rem;
  font-size: 0.18rem;
  line-height: 1em;
}

.job li .bd {
  display: none;
  border-top: rgba(0,0,0,.1) solid 1px;
  padding: 0.3rem 0 0.65rem 0;
}

.job li .bd .msg {
  font-size: 0.18rem;
  line-height: 0.34rem;
}

.job li .bd .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.35rem 0 0.15rem 0;
  font-size: 0.2rem;
}

.job li .bd .title:before {
  display: block;
  content: "";
  border-radius: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #333;
  margin-right: 0.12rem;
}

.job li .bd .content {
  font-size: 0.18rem;
  line-height: 0.34rem;
  color: #6e6e6e;
  padding-left: 0.18rem;
}

.job li .bd .msg2 {
  font-size: 0.18rem;
  padding: 0.35rem 0 0 0.18rem;
}

.job li .bd .msg2 em {
  color: #a22223;
}

.job li.on {
  box-shadow: 0 0.06rem 0.22rem 0 rgba(159,163,170,.3);
}

.job li.on .hd:before {
  background: #a22223;
  border-color: #a22223;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.job li.on .hd .name {
  color: #a22223;
}

.employee-benefit {
  padding: 1.2rem 0;
}

.employee-benefit .title {
  font-size: 0.42rem;
  line-height: 1em;
  padding-bottom: 0.6rem;
  text-align: center;
}

.employee-benefit .list {
  margin-right: -0.14rem;
  margin-left: -0.14rem;
  position: relative;
}

.employee-benefit .list .list-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.employee-benefit .list li {
  padding: 0 0.14rem;
}

.employee-benefit .list li .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  font-size: 0.24rem;
  line-height: 1em;
}

.employee-benefit .list li .name:after {
  content: "";
  font-family: "iconfont";
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  opacity: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  margin-left: 0.2rem;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
}

.employee-benefit .list li:hover {
  color: #a22223;
}

.employee-benefit .list li:hover .name:after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(0.9);
  -ms-transform: rotate(-45deg) scale(0.9);
  transform: rotate(-45deg) scale(0.9);
}

.employee-benefit .list .arrow a {
  position: absolute;
  z-index: 5;
  top: 1.14rem;
}

.employee-benefit .list .arrow a.prev {
  left: -0.5rem;
}

.employee-benefit .list .arrow a.next {
  right: -0.5rem;
}

.employee-benefit-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,.5);
  -webkit-transition: .5s;
  transition: .5s;
}

.employee-benefit-layer.show {
  opacity: 1;
  visibility: visible;
}

.employee-benefit-layer .container {
  width: 12rem;
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
  padding: 0.5rem 0.7rem;
}

.employee-benefit-layer .container .close {
  font-family: "iconfont";
  font-size: 0.36rem;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 0.35rem;
}

.employee-benefit-layer .container .title {
  text-align: center;
  color: #a22223;
  font-size: 0.26rem;
  padding-bottom: 0.35rem;
}

.employee-benefit-layer .container .content {
  font-size: 0.18rem;
  line-height: 0.26rem;
  text-align: justify;
  max-height: 60vh;
  overflow-y: auto;
  margin-right: -0.35rem;
  padding-right: 0.3rem;
}

.employee-benefit-layer .container .content::-webkit-scrollbar {
  width: .05rem;
  border-radius: .05rem;
}

.employee-benefit-layer .container .content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.3);
  border-radius: .05rem;
}

.employee-benefit-layer .container .content::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
  border-radius: .05rem;
}

.employee-benefit-layer .container .content .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.35rem;
}

.employee-benefit-layer .container .content .imgs div {
  max-width: calc(50% - 0.15rem);
  padding-bottom: 0.35rem;
}

.cooperation-title {
  padding: 1.2rem 0 0.6rem 0;
}

.cooperation-title h2 {
  font-size: 0.42rem;
  line-height: 1em;
}

.cooperation-title p {
  font-size: 0.18rem;
  line-height: 1em;
  margin-top: 0.25rem;
  color: #6e6e6e;
}

.cooperation-1 {
  padding-bottom: 0.4rem;
}

.cooperation-1 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.26rem;
  line-height: 1em;
  padding-bottom: 0.38rem;
}

.cooperation-1 .title:before {
  content: "";
  width: 0.03rem;
  height: 0.27rem;
  margin-right: 0.14rem;
  background: #a22223;
}

.cooperation-1 .img {
  padding-bottom: 0.8rem;
  --start: -20%;
  --end: 0%;
  -webkit-mask-image: -webkit-linear-gradient(left, #fff var(--start), rgba(0, 0, 0, 0) var(--end), rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, #fff var(--start), rgba(0, 0, 0, 0) var(--end), rgba(0, 0, 0, 0) 100%);
}

.cooperation-2 {
  background: #fbfaf6;
  padding-bottom: 0.7rem;
}

.cooperation-2 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.26rem;
  line-height: 1em;
  padding-bottom: 0.28rem;
}

.cooperation-2 .title:before {
  content: "";
  width: 0.03rem;
  height: 0.27rem;
  margin-right: 0.14rem;
  background: #a22223;
}

.cooperation-2 .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.5rem;
}

.cooperation-2 .list .list-wrapper {
  --n: 10;
  width: calc(var(--n) * 2.36rem);
  margin-left: -0.1rem;
}

.cooperation-2 .list .list-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cooperation-2 .list .list-wrapper li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.1rem;
}

.cooperation-2 .list .list-wrapper li .zoomImg {
  border-radius: 0.09rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.cooperation-2 .list .list-wrapper li .zoomImg img {
  height: 0.88rem;
}

.cooperation-2 .list .list-wrapper li:hover .zoomImg {
  box-shadow: 0 0 0.1rem 0 rgba(4,0,0,.1);
}

.cooperation-3 {
  padding-bottom: 1.2rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.cooperation-3 .map {
  position: relative;
}

.cooperation-3 .map .dot {
  cursor: pointer;
}

.cooperation-3 .map .dot .circle-2 {
  -webkit-transition: .5s;
  transition: .5s;
}

.cooperation-3 .map .dot>g>circle {
  opacity: 0;
}

.cooperation-3 .map .dot.on .circle-2 {
  opacity: 0;
}

.cooperation-3 .map .dot.on>g>circle {
  -webkit-animation: mapDotAnima 1.5s linear infinite;
  animation: mapDotAnima 1.5s linear infinite;
}

.cooperation-3 .map .dot.on>g>circle:nth-child(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.cooperation-3 .map .dot.on>g>circle:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.cooperation-3 .map .layer {
  width: 3.82rem;
  min-height: 1.57rem;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  background: #a22223;
  color: #fff;
  padding: 0 0.3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  --left: 0;
  --top: 0;
  left: var(--left);
  top: var(--top);
}

.cooperation-3 .map .layer.show {
  opacity: 1;
  visibility: visible;
}

.cooperation-3 .map .layer h3 {
  padding: 0.25rem 0 0.18rem 0;
  font-size: 0.18rem;
  border-bottom: rgba(255,255,255,.1) solid 1px;
}

.cooperation-3 .map .layer dl {
  padding: 0.15rem 0 0.2rem 0;
}

.cooperation-3 .map .layer dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.16rem;
  color: rgba(255,255,255,.7);
  height: 0.3rem;
}

.cooperation-3 .map .layer dl dd img {
  width: 0.15rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.1rem;
}

@-webkit-keyframes mapDotAnima {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .5;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mapDotAnima {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: .5;
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
  }

  100% {
    opacity: 0;
  }
}

.page-search {
  padding: 1.5rem 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.page-search .title {
  font-size: .4rem;
  line-height: 1em;
  position: relative;
  padding-bottom: .65rem;
}

.page-search .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: .4rem;
  width: .6rem;
  height: .04rem;
  border-radius: .04rem;
  background: #a22223;
}

.page-search .form {
  width: 7.56rem;
  height: .68rem;
  position: relative;
  background: #fff;
  box-shadow: 0 .04rem .14rem 0 rgba(6,0,1,.1);
  border-radius: .4rem;
}

.page-search .form .input input::-webkit-input-placeholder {
  color: #999;
}

.page-search .form .input input::-moz-placeholder {
  color: #999;
}

.page-search .form .input input:-moz-placeholder {
  color: #999;
}

.page-search .form .input input:-ms-input-placeholder {
  color: #999;
}

.page-search .form .input textarea::-webkit-input-placeholder {
  color: #999;
}

.page-search .form .input textarea::-moz-placeholder {
  color: #999;
}

.page-search .form .input textarea:-moz-placeholder {
  color: #999;
}

.page-search .form .input textarea:-ms-input-placeholder {
  color: #999;
}

.page-search .form .input input {
  width: 100%;
  height: .68rem;
  line-height: .68rem;
  padding: 0 .42rem;
  font-size: .2rem;
  color: #333;
}

.page-search .form .submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: .9rem;
  cursor: pointer;
  font-family: "iconfont";
  font-size: .22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-search .btns {
  padding-top: .6rem;
}

.page-search .btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-search .btns li {
  padding: 0 .17rem;
}

.page-search .btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .4rem;
  height: .4rem;
  padding: 0 .18rem 0 .24rem;
  background: #eaeaea;
  font-size: .18rem;
  color: #a22223;
}

.page-search .btns a:hover,
.page-search .btns a.on {
  background: #a22223;
  color: #fff;
}

.search-list .product .list {
  width: 100%;
}

.search-list .product ul {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.search-list .news {
  padding-bottom: 1.2rem;
}

.about-4-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,.7);
}

.about-4-layer.show {
  opacity: 1;
  visibility: visible;
}

.about-4-layer .container {
  position: absolute;
  inset: 0;
}

.about-4-layer .container .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  font-family: "iconfont";
}

.about-4-layer .container .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-4-layer .container .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-4-layer .container .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.about-4-layer .container .list li img {
  max-height: 80vh;
  max-width: 80vw;
}

.about-4-layer .container .arrow a {
  display: block;
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.about-4-layer .container .arrow a.prev {
  left: 0;
}

.about-4-layer .container .arrow a.next {
  right: 0;
}

.about-4-layer .container .num {
  color: #fff;
  font-size: 0.24rem;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-4-layer .container .num em {
  padding: 0 0.03rem;
}

@media screen and (max-width: 800px) {
  a.p-btn {
    width: 2.2rem;
    height: 0.64rem;
    padding: 0 0.2rem 0 0.24rem;
    border-radius: 0.4rem;
    font-size: 0.24rem;
  }

  .index-flash .control>.line.line-1 {
    width: 50vw;
    right: 50%;
    margin-right: 3.5rem;
  }

  .index-flash .control>.line.line-2 {
    width: 50vw;
    left: 50%;
    margin-left: 3.5rem;
  }

  .index-flash .control>.line.line-3 {
    width: 0.5rem;
    right: 50%;
    margin-right: 0.95rem;
  }

  .index-flash .control>.line.line-4 {
    width: 0.5rem;
    left: 50%;
    margin-left: 0.95rem;
  }

  .index-flash .control .scroll-tips .name {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .index-flash .control .arrow .num b {
    font-size: 0.26rem;
  }

  .index-flash .control .arrow .num em {
    font-size: 0.24rem;
  }

  .index-flash .control .arrow a {
    font-size: 0.26rem;
  }

  .index-title .name {
    font-size: 0.24rem;
  }

  .index-about .index-title {
    padding-bottom: 0.4rem;
  }

  .index-about .col {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 0.6rem;
  }

  .index-about .col .content {
    font-size: 0.24rem;
  }

  .index-about .col .more {
    position: absolute;
    top: -1.1rem;
    right: 0;
  }

  .index-about .video {
    position: relative;
  }

  .index-about .video img {
    height: 4rem;
    border-radius: 0.2rem;
  }

  .index-about .video .video-btn .name {
    font-size: 0.22rem;
  }

  .video-layer .close {
    width: 1rem;
    height: 1rem;
    font-size: 0.28rem;
  }

  .video-layer .container {
    width: 100%;
  }

  .index-product .list {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .index-product .list li {
    padding: 0 0 0 .3rem;
  }

  .index-product .list li a .name {
    font-size: 0.28rem;
  }

  .index-product .list .arrow {
    display: none;
  }

  .p-arrow a {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.3rem;
  }

  .index-honor .index-title {
    padding-bottom: 0.5rem;
  }

  .index-honor .big-img {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 6rem;
  }

  .index-honor .big-img li {
    height: 7.28rem;
  }

  .index-honor .big-img li .img {
    width: 3.6rem;
  }

  .index-honor .big-img li .img img {
    height: 5.12rem;
  }

  .index-honor .big-img li .name {
    font-size: 0.26rem;
  }

  .index-honor .list:before {
    right: -0.3rem;
    height: 3.7rem;
  }

  .index-honor .list .control .num em {
    font-size: 0.48rem;
  }

  .index-honor .list .control .num span {
    font-size: 0.24rem;
    top: 0.05rem;
  }

  .index-honor .list .list-wrapper {
    width: 6.6rem;
    left: 0.48rem;
    z-index: 2;
  }

  .index-honor .list li {
    padding: 0.52rem 0.26rem 0.52rem 0;
  }

  .index-honor .list li img {
    cursor: pointer;
  }

  .index-news .list {
    width: calc(100% + .6rem);
    overflow: hidden;
    position: relative;
    left: -0.3rem;
  }

  .index-news .list li {
    padding-left: .3rem;
  }

  .index-news .list a .time {
    font-size: 0.24rem;
    line-height: 0.95rem;
  }

  .index-news .list a h5 {
    font-size: 0.28rem;
    height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .index-news .list a .btn:before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .index-news .list a .zoomImg img {
    height: 3.2rem;
  }

  .page-banner .wal {
    height: 7rem;
    padding-top: 1.95rem;
  }

  .page-banner .wal .msg {
    font-size: 0.26rem;
    width: 6rem;
    margin: 0 auto;
    line-height: 1.5em;
  }

  .page-banner .nav li a {
    font-size: 0.24rem;
  }

  .page-banner2 .wal {
    height: 5rem;
    padding-top: 1.9rem;
  }

  .about-1 {
    padding: 1.2rem 0;
  }

  .about-1 .title {
    position: relative;
    top: 0;
    padding-bottom: 0.6rem;
  }

  .about-1 .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .about-1 .list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-1 .list li {
    padding-right: 0.8rem;
  }

  .about-1 .list li:after {
    width: 0.8rem;
  }

  .about-1 .list li:last-child {
    padding-right: 0;
  }

  .about-1 .list li .hd div {
    padding: 0.1rem 0 0 0.15rem;
    font-size: 0.22rem;
  }

  .about-1 .list li .hd div em {
    color: #6e6e6e;
    text-transform: uppercase;
    margin-top: 0.06rem;
  }

  .about-1 .list li .name {
    font-size: 0.24rem;
    line-height: 1.5em;
  }

  .about-2 .btns li {
    font-size: 0.24rem;
  }

  .about-2 .container {
    padding: 0.55rem 0.4rem 0.55rem 0.45rem;
  }

  .about-2 .container .name {
    font-size: 0.28rem;
  }

  .about-2 .container h3,
  .about-2 .container .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .about-3 {
    height: auto;
    margin-bottom: 0;
  }

  .about-3 .title {
    padding-bottom: 0.6rem;
  }

  .about-3 .title p {
    font-size: 0.24rem;
  }

  .about-3 .list {
    bottom: 0;
    background-position: left bottom;
    background-size: 100%;
    position: relative;
    padding-bottom: 0.3rem;
  }

  .about-3 .list .wal {
    height: auto;
  }

  .about-3 .list li {
    position: relative;
    padding-bottom: 0.4rem;
  }

  .about-3 .list li .line {
    height: 140%;
  }

  .about-3 .list li h5 {
    font-size: 0.28rem;
  }

  .about-3 .list li dd {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .about-3 .list li dd:before {
    top: 0.17rem;
  }

  .about-4 .btns {
    top: 0.58rem;
  }

  .about-4 .btns li {
    margin-left: 0.08rem;
    width: 1.4rem;
    height: 0.86rem;
    font-size: 0.24rem;
  }

  .about-4 .list li .item .name {
    font-size: 0.24rem;
    padding: 0.18rem 0.2rem 0 0.2rem;
    text-align: center;
  }

  .about-4 .list .num {
    padding-top: 0.45rem;
    font-size: 0.28rem;
  }

  .about-4 .list .num span {
    font-size: 0.24rem;
  }

  .about-4 .list .arrow a {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.28rem;
  }

  .about-5 .list {
    margin-left: -0.3rem;
    margin-right: -0.3rem;
  }

  .about-5 .list li {
    padding: 0 0 0 0.3rem;
  }

  .about-5 .list li a .time {
    font-size: 0.24rem;
    line-height: 0.95rem;
  }

  .about-5 .list li a h5 {
    font-size: 0.28rem;
    height: 2.6em;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .about-5 .list li a .btn:before {
    width: 0.2rem;
    height: 0.2rem;
  }

  .about-5 .list li a .zoomImg img {
    height: 3.2rem;
  }

  .about-5 .list .arrow {
    display: none;
  }

  .news li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news li a .time {
    width: 1.05rem;
    font-size: 0.2rem;
    height: 3.3rem;
  }

  .news li a .time div {
    font-size: 0.64rem;
  }

  .news li a .zoomImg {
    width: calc(100% - 1.05rem);
    border-radius: 0.16rem;
  }

  .news li a .zoomImg img {
    height: 3.36rem;
  }

  .news li a .col {
    width: 100%;
    padding: 0.3rem 0 0 1.05rem;
  }

  .news li a .col h5 {
    font-size: 0.28rem;
    line-height: 1.5em;
  }

  .news li a .col p {
    font-size: 0.24rem;
    line-height: 1.6em;
    padding: 0.2rem 0 0.3rem 0;
  }

  .news li a .col .more {
    width: 1.9rem;
    height: 0.6rem;
    border-radius: 0.04rem;
    padding-left: 0.2rem;
    font-size: 0.24rem;
  }

  .page-num {
    font-size: 0.28rem;
  }

  .page-num a {
    margin: 0 0.2rem;
  }

  .news-detail .head {
    padding-right: 1rem;
  }

  .news-detail .head .title {
    font-size: 0.32rem;
    line-height: 1.5em;
  }

  .news-detail .head .time {
    padding: 0.2rem 0 0.3rem 0;
    font-size: 0.24rem;
  }

  .news-detail .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .news-detail .content .imgs .img {
    width: 100%;
  }

  .page-num2 li {
    padding: .1rem 0;
  }

  .page-num2 a {
    font-size: 0.24rem;
    line-height: 1.8em;
    display: block;
  }

  .p-control .num {
    width: 1.6rem;
    font-size: 0.32rem;
  }

  .p-control .num span {
    font-size: 0.24rem;
  }

  .p-control .arrow {
    width: 0.9rem;
  }

  .p-control .arrow a {
    font-size: 0.28rem;
  }

  .development-1 .head .content {
    width: 100%;
    padding-top: 0.4rem;
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .development-1 .list li img {
    height: 4rem;
    border-radius: 0.2rem;
  }

  .development-2 .list ul {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .development-2 .list li h5 {
    font-size: 0.28rem;
  }

  .development-2 .list li p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .development-3 .list li .item .name {
    font-size: 0.24rem;
    padding: 0.18rem 0.2rem 0 0.2rem;
  }

  .development-3 .list .arrow {
    position: absolute;
    z-index: 5;
    right: 0.2rem;
    top: -1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .development-3 .list .arrow a {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-left: 0.2rem;
  }

  .development-3 .list .arrow a.prev {
    left: 0;
  }

  .development-3 .list .arrow a.next {
    right: 0;
  }

  .product .nav {
    width: 100%;
  }

  .product .nav ul {
    top: 0;
    position: relative;
  }

  .product .nav li .name {
    height: 0.9rem;
    font-size: 0.28rem;
  }

  .product .nav li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.5rem;
  }

  .product .nav li dl dd {
    min-width: 33.333%;
    padding-left: 0.5rem;
  }

  .product .nav li dl a {
    height: 0.6rem;
    font-size: 0.24rem;
  }

  .product .list {
    width: 100%;
    padding-top: 0.6rem;
  }

  .product .list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.6rem 0.3rem;
  }

  .product .list a .name {
    font-size: 0.28rem;
    padding-top: 0.3rem;
  }

  .product-detail .img-list {
    position: relative;
    width: 100vw;
    left: -0.3rem;
  }

  .product-detail .img-list li {
    height: 8rem;
  }

  .product-detail .img-list .dots {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-detail .img-list .dots span {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.1rem;
    position: relative;
    cursor: pointer;
  }

  .product-detail .img-list .dots span:before,
  .product-detail .img-list .dots span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    width: 0.2rem;
    height: 0.2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
  }

  .product-detail .img-list .dots span:before {
    border: #a22223 solid 1px;
    opacity: 0;
  }

  .product-detail .img-list .dots span:after {
    background: #d3d3d3;
    -webkit-transform: translateY(-50%) scale(0.45);
    -ms-transform: translateY(-50%) scale(0.45);
    transform: translateY(-50%) scale(0.45);
    -webkit-transition: .5s;
    transition: .5s;
  }

  .product-detail .img-list .dots span.on:before {
    opacity: 1;
  }

  .product-detail .img-list .dots span.on:after {
    background: #a22223;
  }

  .product-detail .col {
    width: 100%;
    padding-bottom: 1rem;
  }

  .product-detail .col .curr {
    height: 0.99rem;
    font-size: 0.24rem;
    line-height: 1em;
    position: relative;
  }

  .product-detail .col .curr a {
    margin-right: 0.24rem;
  }

  .product-detail .col .curr a:after {
    width: 0.24rem;
  }

  .product-detail .col .title {
    padding-top: 0.6rem;
  }

  .product-detail .col .content {
    font-size: 0.26rem;
    line-height: 1.8em;
  }

  .product-detail .col .list {
    font-size: 0.24rem;
    line-height: 2em;
  }

  .product-detail .col .list b {
    font-size: 0.28rem;
  }

  .product-detail .col .btn a {
    width: 1.9rem;
    height: 0.7rem;
    font-size: 0.28rem;
    border-radius: 0.4rem;
  }

  .strength .head {
    padding-bottom: 0.6rem;
  }

  .strength .head .content {
    font-size: 0.24rem;
    line-height: 1.8em;
    width: 100%;
    padding-top: 0.4rem;
  }

  .strength .img-list li img {
    border-radius: 0.2rem;
    height: 4rem;
  }

  .strength .img-list .dots {
    margin-top: 0.4rem;
  }

  .strength .img-list .arrow a {
    font-size: 0.32rem;
  }

  .strength .title p {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .strength .img-list2 .arrow a.prev {
    left: 0.5rem;
  }

  .strength .img-list2 .arrow a.next {
    right: 0.5rem;
  }

  .contact {
    background-size: 5.4rem;
    padding-bottom: 2.6rem;
  }

  .contact .list li {
    width: 50%;
  }

  .contact .list li .name {
    font-size: 0.24rem;
  }

  .contact .list li p {
    font-size: 0.28rem;
  }

  .contact .list li:nth-child(3) {
    width: 100%;
  }

  .contact .list li:nth-child(4) {
    width: calc(100% - 1rem);
  }

  .contact .msg {
    font-size: 0.24rem;
    line-height: 1.7em;
  }

  .contact .form li {
    width: calc(50% - .15rem);
  }

  .contact .form li .name {
    font-size: 0.24rem;
  }

  .contact .form li .input {
    border-radius: 0.06rem;
  }

  .contact .form li .input input,
  .contact .form li .input textarea {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }

  .contact .form li .input textarea {
    height: 2.2rem;
    line-height: 0.4rem;
    padding: 0.15rem 0.2rem;
  }

  .contact .form .tips {
    font-size: 0.24rem;
    line-height: 1.5em;
  }

  .contact .form .row .input {
    width: 2.9rem;
    height: 0.7rem;
  }

  .contact .form .row .input input {
    height: 0.68rem;
    line-height: 0.68rem;
    padding: 0 0.2rem;
    font-size: 0.24rem;
  }

  .contact .form .row .input img {
    width: 1.3rem;
  }

  .contact .form .row .submit {
    width: 2.2rem;
    height: 0.7rem;
    font-size: 0.26rem;
  }

  .job li {
    margin-bottom: 0.3rem;
    padding: 0 0.3rem 0 0.5rem;
  }

  .job li .hd {
    padding-bottom: 0.28rem;
  }

  .job li .hd:before {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.22rem;
  }

  .job li .hd .name {
    line-height: 0.48rem;
    font-size: 0.28rem;
    padding: 0.32rem 0;
  }

  .job li .hd .name:before {
    width: 0.04rem;
    height: 0.3rem;
  }

  .job li .hd dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.2rem;
  }

  .job li .hd dl dd {
    padding-right: 0.4rem;
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .job li .bd .msg {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .job li .bd .title {
    font-size: 0.26rem;
  }

  .job li .bd .content {
    font-size: 0.24rem;
    line-height: 1.8em;
  }

  .job li .bd .msg2 {
    font-size: 0.28rem;
  }

  .employee-benefit .list li .name {
    font-size: 0.28rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .employee-benefit .list .arrow a {
    top: -1.14rem;
  }

  .employee-benefit .list .arrow a.prev {
    left: 0.3rem;
  }

  .employee-benefit .list .arrow a.next {
    right: 0.3rem;
  }

  .employee-benefit-layer .container {
    width: 6.9rem;
    padding: 0.5rem 0.3rem;
  }

  .employee-benefit-layer .container .close {
    left: 100%;
    top: -0.7rem;
    font-size: 0.46rem;
    margin-left: -0.45rem;
  }

  .employee-benefit-layer .container .title {
    font-size: 0.32rem;
  }

  .employee-benefit-layer .container .content {
    font-size: 0.24rem;
    line-height: 1.8em;
    margin-right: -0.25rem;
    padding-right: 0.2rem;
  }

  .employee-benefit-layer .container .content .imgs div {
    max-width: 100%;
  }

  .cooperation-title p {
    font-size: 0.24rem;
    line-height: 1.5em;
  }

  .cooperation-1 .title {
    font-size: 0.28rem;
  }

  .cooperation-2 .title {
    font-size: 0.28rem;
  }

  .cooperation-3 {
    padding-bottom: 1.2rem;
  }

  .cooperation-3 .map .layer {
    width: 3.82rem;
    margin-top: -0.7rem;
  }

  .cooperation-3 .map .layer h3 {
    padding: 0.32rem 0 0.22rem 0;
    font-size: 0.28rem;
  }

  .cooperation-3 .map .layer dl {
    padding: 0.2rem 0 0.3rem 0;
  }

  .cooperation-3 .map .layer dl dd {
    font-size: 0.24rem;
    height: auto;
    padding: 0.1rem 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cooperation-3 .map .layer dl dd img {
    width: 0.18rem;
    position: relative;
    top: 0.02rem;
  }

  .page-search {
    padding: 1.2rem 0 0 0;
  }

  .page-search .form {
    width: 6.9rem;
    height: .8rem;
  }

  .page-search .form .input input {
    height: .8rem;
    line-height: .8rem;
    font-size: .24rem;
  }

  .page-search .form .submit {
    width: 1.2rem;
    font-size: .28rem;
  }

  .page-search .btns li {
    padding: 0 .2rem;
  }

  .page-search .btns a {
    height: .6rem;
    padding: 0 .24rem 0 .32rem;
    font-size: .26rem;
  }

  .search-list .product .list {
    width: 100%;
    padding: 0;
  }

  .search-list .product ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .search-list .news {
    padding-bottom: 1.2rem;
  }

  .about-4-layer .container .close {
    font-size: 0.38rem;
  }

  .about-4-layer .container .list li img {
    max-width: calc(100vw - 0.6rem);
  }

  .about-4-layer .container .num {
    font-size: 0.28rem;
  }
}
