@charset "utf-8";
/*
@font-face {
  font-family: "HONORSansCN-Bold";
  src: url('../font/HONORSansCN-Bold.ttf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HONORSansCN-Regular";
  src: url('../font/HONORSansCN-Regular.ttf');
  font-style: normal;
  font-display: swap;
}
*/
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "HONORSansCN-Regular", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "PingFang SC";
}
@media screen and (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "HONORSansCN-Regular", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "PingFang SC";
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 1580px) {
  body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: .28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.overflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.contain {
  width: 83.33333333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .contain {
    width: 90%;
  }
}
.bg-color {
  background-color: #fff;
}
.pt80 {
  padding-top: 0.8rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pt90 {
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .pt90 {
    padding-top: 0.9rem;
  }
}
.pb90 {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 1260px) {
  .pt150 {
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pt150 {
    padding-top: 1rem;
  }
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1260px) {
  .pb150 {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
.pt180 {
  padding-top: 1.8rem;
}
@media screen and (max-width: 1260px) {
  .pt180 {
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pt180 {
    padding-top: 1rem;
  }
}
.pb180 {
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 1260px) {
  .pb180 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pb180 {
    padding-bottom: 1rem;
  }
}
.pb200 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 1260px) {
  .pb200 {
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .pb200 {
    padding-bottom: 1.5rem;
  }
}
.font14 {
  font-size: 14px;
}
@media screen and (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .font14 {
    font-size: 14px;
  }
}
.font16 {
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .font16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 0.18rem;
}
@media screen and (max-width: 1260px) {
  .font18 {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .font18 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .font18 {
    font-size: .26rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .font20 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .font20 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .font20 {
    font-size: .28rem;
  }
}
.font24 {
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .font24 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .font24 {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .font24 {
    font-size: .32rem;
  }
}
.font30 {
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .font30 {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .font30 {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .font30 {
    font-size: .38rem;
  }
}
.font40 {
  font-size: .4rem;
}
@media screen and (max-width: 991px) {
  .font40 {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .font40 {
    font-size: .4rem;
  }
}
.font50 {
  font-size: .5rem;
}
@media screen and (max-width: 1260px) {
  .font50 {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .font50 {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .font50 {
    font-size: .45rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#interval {
  height: 0.7rem;
}
@media screen and (max-width: 1260px) {
  #interval {
    height: 60px;
  }
}
.generalbtns {
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .generalbtns {
    margin-top: 0.4rem;
  }
}
.generalbtns .combtn {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  min-width: 1.6rem;
  height: 0.5rem;
  color: #ffffff;
  background: #dc8da3;
  font-size: 16px;
  border: #dc8da3 solid 1px;
  border-radius: 0.31rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1580px) {
  .generalbtns .combtn {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .generalbtns .combtn {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .generalbtns .combtn {
    font-size: 14px;
  }
}
.generalbtns .combtn.active {
  color: #ffffff;
  background: #dc8da3;
  border: 1px solid #dc8da3;
}
.generalbtns .combtn.active:before {
  background: #ffffff;
  left: 125%;
}
.generalbtns .combtn:hover {
  color: #ffffff;
  background: #dc8da3;
  border: 1px solid #dc8da3;
}
.generalbtns .combtn:hover:before {
  background: #ffffff;
  left: 125%;
}
.generalbtns .combtn:hover:after {
  background: #ffffff;
  left: 128%;
}
.generalbtns .combtn:before {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  opacity: .3;
  left: -35px;
  border-radius: 35%;
  animation-duration: 10s;
}
.generalbtns .combtn:after {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  left: -10px;
  opacity: .5;
  border-radius: 37%;
  animation-duration: 10s;
}
.generalbtns .combtn:after:after {
  background: #ffffff;
  left: 128%;
}
@media screen and (max-width: 480px) {
  .generalbtns .combtn {
    min-width: 2.25rem;
    height: 0.72rem;
    border-radius: 0.4rem;
  }
}
.generalbtns.white .combtn {
  border: #FFFFFF solid 1px;
  color: #dc8da3;
  background: #ffffff;
}
.generalbtns.white:hover .combtn {
  color: #FFFFFF;
  background: #dc8da3;
  border: #dc8da3 solid 1px;
}
.generalbtns.simple .combtn {
  min-width: 1px;
  height: auto;
  border: none;
  color: #dc8da3;
  background: none;
}
.generalbtns.simple .combtn::before {
  display: none;
}
.generalbtns.simple .combtn::after {
  display: none;
}
.generalbtns.simple:hover .combtn {
  color: #dc8da3;
  background: none;
  border: none;
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  background: #ffffff;
}
.header.white {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.header .box {
  padding: 0 2.34375%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .header .box {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .logo {
    display: flex;
    align-items: center;
    height: 60px;
  }
}
.header .box .logo a img {
  max-width: 1.7rem;
}
@media screen and (max-width: 991px) {
  .header .box .logo a img {
    max-width: 120px;
  }
}
@media screen and (max-width: 1260px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul li {
  position: relative;
  padding: 0 0.2rem;
}
.header .box .nav ul li > a {
  display: flex;
  align-items: center;
  height: 0.7rem;
  font-size: 0.2rem;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li > a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .header .box .nav ul li > a {
    font-size: .28rem;
  }
}
.header .box .nav ul li > a span {
  position: relative;
}
.header .box .nav ul li > a span::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #dc8da3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .box .nav ul li:hover a {
  color: #dc8da3;
}
.header .box .nav ul li:hover a span::before {
  width: 100%;
}
.header .box .nav ul li.on a {
  color: #dc8da3;
}
.header .box .nav ul li.on a span::before {
  width: 100%;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.12rem 0;
  min-width: 1.6rem;
  background: #ffffff;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
.header .box .nav ul li .navcell a {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  padding: 0.05rem 0.2rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .navcell a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
.header .box .nav ul li .navcell a:hover {
  color: #dc8da3;
}
.header .box .headright .layui-form {
  width: 2.15rem;
  height: 0.44rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
  border-radius: 0.22rem;
  padding: 0 0.2rem 0 0.1rem;
}
@media screen and (max-width: 1260px) {
  .header .box .headright .layui-form {
    display: none;
  }
}
.header .box .headright .layui-form .layui-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 0.4rem;
  height: 100%;
  padding: 0;
  background: none;
}
.header .box .headright .layui-form .layui-btn img {
  max-width: 45%;
}
.header .box .headright .layui-form .layui-input-inline {
  flex: 1;
  margin: 0;
}
.header .box .headright .layui-form .layui-input-inline .layui-input {
  width: 100%;
  font-family: "HONORSansCN-Regular";
  color: #000000;
  font-size: 16px;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 1580px) {
  .header .box .headright .layui-form .layui-input-inline .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .headright .layui-form .layui-input-inline .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .header .box .headright .layui-form .layui-input-inline .layui-input {
    font-size: 14px;
  }
}
.header .box .headright .layui-form .layui-input-inline .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.4);
}
.header .box .headright .layui-form .layui-input-inline .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.4);
}
.header .box .headright .layui-form .layui-input-inline .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.4);
}
.header .box .headright .layui-form .layui-input-inline .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.4);
}
.msearch {
  display: flex;
  margin: 30px auto 20px;
  width: 90%;
  overflow: hidden;
  box-sizing: border-box;
}
.msearch form {
  display: flex;
  width: 100%;
  border-radius: 25px;
  padding: 0px 25px;
  background: #EEEEEE;
  box-sizing: border-box;
  overflow: hidden;
}
.msearch form .text {
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  color: #00a6ca;
  width: calc(100% - 40px);
  height: 42px;
  box-sizing: border-box;
}
.msearch form .btns {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: inherit;
  background: none;
  border: none;
}
.msearch form .btns img {
  max-width: 18px;
}
.phone-toggle {
  margin-left: 15px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1260px) {
  .phone-toggle {
    display: block;
  }
}
.phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #dc8da3;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.mbox .header {
  background: #FFFFFF;
}
.m-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: #FFFFFF;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-nav > ul {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.m-nav > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.m-nav > ul > li a {
  display: block;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle a {
  display: inline-block;
  padding: 0;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon42.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #dc8da3;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon42.png) center no-repeat;
  background-size: 8px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-nav > ul > li ul {
  display: none;
  padding-left: 20px;
  border-top: #e5e5e5 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-nav > ul > li ul li {
  list-style: none;
}
.m-nav > ul > li ul li a {
  display: block;
  font-size: 16px;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #dc8da3;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #dc8da3;
}
.mbox .header .box .logo a img {
  -webkit-filter: none;
  filter: none;
}
.mbox .header .box .headright .btns {
  background: #333333;
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.mbox .phone-toggle span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mbox .phone-toggle span:nth-child(2) {
  display: none;
}
.mbox .phone-toggle span:nth-child(3) {
  transform: rotate(45deg);
}
@media (min-width: 1261px) {
  .phone-toggle {
    display: none !important;
  }
}
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 14;
}
.sidebar ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sidebar ul li {
  width: 0.75rem;
  margin-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (max-width: 991px) {
  .sidebar ul li {
    width: 0.8rem;
  }
}
.sidebar ul li:hover {
  width: 180px;
}
@media screen and (max-width: 1580px) {
  .sidebar ul li:hover {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li:hover {
    width: 2.3rem;
  }
}
@media screen and (max-width: 480px) {
  .sidebar ul li:hover {
    width: 2.6rem;
  }
}
.sidebar ul li:hover a,
.sidebar ul li:hover span {
  padding: 0.18rem;
  background: #e6afbe;
}
.sidebar ul li:hover a .text,
.sidebar ul li:hover span .text {
  opacity: 1;
}
.sidebar ul li.code {
  position: relative;
}
.sidebar ul li.code:hover {
  width: 0.75rem;
}
@media screen and (max-width: 991px) {
  .sidebar ul li.code:hover {
    width: 0.8rem;
  }
}
.sidebar ul li.code:hover a,
.sidebar ul li.code:hover span {
  background: rgba(214, 218, 229, 0.5);
  padding: 0.18rem 0.18rem 0.18rem 0.25rem;
}
@media screen and (max-width: 480px) {
  .sidebar ul li.code:hover a,
  .sidebar ul li.code:hover span {
    padding-left: 0.22rem;
  }
}
.sidebar ul li.code:hover .codebox {
  right: 110%;
  opacity: 1;
  visibility: visible;
  z-index: 12;
  transform: scale(1);
}
.sidebar ul li.code .codebox {
  position: absolute;
  right: 0%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: scale(0);
  min-width: 1.35rem;
  background-color: rgba(214, 218, 229, 0.5);
  backdrop-filter: blur(60px);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  padding: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .sidebar ul li.code .codebox {
    min-width: 7.03125vw;
    padding: 1.04vw;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li.code .codebox {
    min-width: 110px;
    padding: 12px;
  }
}
.sidebar ul li.code .codebox img {
  max-width: 0.96rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1900px) {
  .sidebar ul li.code .codebox img {
    max-width: 5vw;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li.code .codebox img {
    max-width: 86px;
  }
}
.sidebar ul li.istop {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .sidebar ul li.istop {
    margin-top: 0.3rem;
  }
}
.sidebar ul li.istop:hover {
  width: 0.75rem;
}
@media screen and (max-width: 991px) {
  .sidebar ul li.istop:hover {
    width: 0.8rem;
  }
}
.sidebar ul li.istop:hover a,
.sidebar ul li.istop:hover span {
  padding: 0.18rem 0.18rem 0.18rem 0.25rem;
}
@media screen and (max-width: 480px) {
  .sidebar ul li.istop:hover a,
  .sidebar ul li.istop:hover span {
    padding-left: 0.22rem;
  }
}
.sidebar ul li span,
.sidebar ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.18rem 0.18rem 0.18rem 0.25rem;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(214, 218, 229, 0.5);
  backdrop-filter: blur(60px);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
@media screen and (max-width: 480px) {
  .sidebar ul li span,
  .sidebar ul li a {
    padding-left: 0.22rem;
  }
}
.sidebar ul li span .icon,
.sidebar ul li a .icon {
  flex-shrink: 0;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar ul li span .icon img,
.sidebar ul li a .icon img {
  width: 0.26rem;
}
@media screen and (max-width: 1260px) {
  .sidebar ul li span .icon img,
  .sidebar ul li a .icon img {
    width: 21px;
  }
}
.sidebar ul li span .text,
.sidebar ul li a .text {
  margin-left: 0.1rem;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: 0.18rem;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) {
  .sidebar ul li span .text,
  .sidebar ul li a .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li span .text,
  .sidebar ul li a .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .sidebar ul li span .text,
  .sidebar ul li a .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .sidebar ul li span .text,
  .sidebar ul li a .text {
    margin-top: 3px;
  }
}
.footer {
  background: #f5f5f5;
}
.footer .box {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1260px) {
  .footer .box {
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
  }
}
.footer .box .footer-infor {
  width: 33.75%;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-infor {
    width: 100%;
  }
}
.footer .box .footer-infor .footer-logo a img {
  max-width: 2.2rem;
}
.footer .box .footer-infor .text {
  margin-top: 0.45rem;
}
.footer .box .footer-infor .text li {
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-infor .text li {
    margin-bottom: 10px;
  }
}
.footer .box .footer-infor .text li .icon {
  display: inline-block;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-infor .text li .icon {
    margin-right: 10px;
    margin-top: 4px;
  }
}
.footer .box .footer-infor .text li .icon img {
  max-width: 0.16rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-infor .text li .icon img {
    max-width: 16px;
  }
}
.footer .box .footer-infor .text li .sp {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-infor .text li .sp {
    font-size: 14px;
  }
}
.footer .box .footer-nav {
  width: 71.6%;
  column-gap: 0.6rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav {
    column-gap: 0.3rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0.4rem;
  }
}
.footer .box .footer-nav .item {
  margin-bottom: 0.15rem;
}
.footer .box .footer-nav .item:last-child {
  margin-bottom: 0;
}
.footer .box .footer-nav .item.on .title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item {
    width: 100%;
    margin-bottom: 0;
  }
}
.footer .box .footer-nav .item .title {
  position: relative;
  font-family: "HONORSansCN-Bold";
  font-size: 0.2rem;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-nav .item .title {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-nav .item .title {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  }
}
.footer .box .footer-nav .item .title a {
  color: #000000;
}
.footer .box .footer-nav .item .title i {
  right: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item .title i {
    display: block;
  }
}
.footer .box .footer-nav .item .title i::before {
  content: '';
  width: 12px;
  position: absolute;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000000;
}
.footer .box .footer-nav .item .title i::after {
  content: '';
  height: 12px;
  position: absolute;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000000;
}
.footer .box .footer-nav .item ul {
  margin-top: 0.16rem;
  padding: 0;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul {
    display: none;
    padding-top: 0.3rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
}
.footer .box .footer-nav .item ul li {
  list-style: none;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul li {
    margin-bottom: 5px;
  }
}
.footer .box .footer-nav .item ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .item ul li a {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-nav .item ul li a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-nav .item ul li a {
    font-size: .26rem;
  }
}
.footer .box .footer-nav .item ul li a:hover {
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.footer .box .footer-nav .footer-share .title {
  font-family: "HONORSansCN-Bold";
  font-size: 0.2rem;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share .title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-nav .footer-share .title {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-nav .footer-share .title {
    font-size: .28rem;
  }
}
.footer .box .footer-nav .footer-share ul {
  margin-top: 0.16rem;
  margin-bottom: 0.4rem;
  column-gap: 0.08rem;
  padding: 0;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share ul {
    margin-top: 0.25rem;
    margin-bottom: 0;
    column-gap: 8px;
  }
}
.footer .box .footer-nav .footer-share ul li {
  position: relative;
  list-style: none;
}
.footer .box .footer-nav .footer-share ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.54rem;
  height: 0.56rem;
  box-sizing: border-box;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share ul li a {
    width: 48px;
    height: 50px;
  }
}
.footer .box .footer-nav .footer-share ul li a img {
  max-height: 0.19rem;
  opacity: 0.34;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share ul li a img {
    max-height: 19px;
  }
}
.footer .box .footer-nav .footer-share ul li .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 1.03rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav .footer-share ul li .qrcode {
    width: 96px;
  }
}
.footer .box .footer-nav .footer-share ul li .qrcode .img {
  overflow: hidden;
  background-color: #FFFFFF;
}
.footer .box .footer-nav .footer-share ul li .qrcode .img img {
  width: 100%;
}
.footer .box .footer-nav .footer-share ul li .qrcode .sjx {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #FFFFFF transparent;
}
.footer .box .footer-nav .footer-share ul li:hover a {
  border: #000000 solid 1px;
}
.footer .box .footer-nav .footer-share ul li:hover a img {
  opacity: 1;
}
.footer .box .footer-nav .footer-share ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.footer .footerbottom {
  padding: 0.24rem 0;
  border-top: rgba(0, 0, 0, 0.06) solid 1px;
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom {
    padding: 20px 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer .footerbottom .copylink {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .footer .footerbottom .copylink {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .footer .footerbottom .copylink {
    display: inline;
  }
}
.footer .footerbottom .copylink a {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .copylink a:hover {
  color: #000000;
}
.footer .footerbottom .copylink .poweredBy {
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
}
.footer .footerbottom .copylink .poweredBy a {
  color: rgba(0, 0, 0, 0.4);
}
.footer .footerbottom .copylink .poweredBy:hover {
  color: #000000;
}
.footer .footerbottom .copylink .poweredBy:hover a {
  color: #000000;
}
main {
  /* 修改滚动条的整体大小 */
  /* 修改滚动条的轨道样式 */
  /* 修改滚动条的滑块样式 */
  /* 修改滑块的 hover 样式 */
}
main ::-webkit-scrollbar {
  width: 4px;
  /* 垂直滚动条的宽度 */
  height: 4px;
  /* 水平滚动条的高度 */
}
main ::-webkit-scrollbar-track {
  background: #f4f4f4;
  /* 轨道背景颜色 */
  border-radius: 4px;
  /* 轨道的圆角 */
}
main ::-webkit-scrollbar-thumb {
  background: #e4adbd;
  /* 滑块背景颜色 */
  border-radius: 4px;
  /* 滑块圆角 */
}
main ::-webkit-scrollbar-thumb:hover {
  background: #e4adbd;
  /* 当鼠标悬停时滑块的颜色 */
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lunbotu .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}
.lunbotu .swiper-slide a > img {
  width: 100%;
}
.lunbotu .swiper-slide a .bannerTitle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
}
.lunbotu .swiper-slide a .bannerTitle .box {
  position: relative;
  width: 38.64583333333333%;
  padding-top: 4.166666666666667vw;
  padding-bottom: 2.083333333333333vw;
  padding-left: 8.33333333333333%;
  padding-right: 3.125%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-slide a .bannerTitle .box {
    padding-left: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-slide a .bannerTitle .box {
    width: 90%;
  }
}
.lunbotu .swiper-slide a .bannerTitle .box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.lunbotu .swiper-slide a .bannerTitle .box i.animated {
  width: 100%;
}
.lunbotu .swiper-slide a .bannerTitle .box .headline {
  position: relative;
  z-index: 5;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: .5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-slide a .bannerTitle .box .headline {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-slide a .bannerTitle .box .headline {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-slide a .bannerTitle .box .headline {
    font-size: .45rem;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-slide a .bannerTitle .box .generalbtns {
    margin-top: 0.35rem;
  }
}
.lunbotu .swiper-pagination {
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 83.33333333333333%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1260px) {
  .lunbotu .swiper-pagination {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination {
    bottom: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .lunbotu .swiper-pagination {
    bottom: 0.4rem;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.6rem;
  height: 4px;
  margin: 0 0.08rem;
  cursor: pointer;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 3px;
  }
}
.lunbotu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #dc8da3;
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
}
.obanner .bannerTitle .box {
  position: relative;
  width: 36.45833333333333%;
  padding-top: 4.166666666666667vw;
  padding-bottom: 4.166666666666667vw;
  padding-left: 8.33333333333333%;
  padding-right: 3.125%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box {
    padding-left: 5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 20vh;
  }
}
@media screen and (max-width: 767px) {
  .obanner .bannerTitle .box {
    min-height: 25vh;
  }
}
@media screen and (max-width: 480px) {
  .obanner .bannerTitle .box {
    min-height: 150px;
  }
}
.obanner .bannerTitle .box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(60px);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.obanner .bannerTitle .box i.light {
  background-color: rgba(0, 0, 0, 0.06);
}
.obanner .bannerTitle .box i.animated {
  width: 100%;
}
.obanner .bannerTitle .box .headline {
  position: relative;
  z-index: 5;
  font-family: "HONORSansCN-Bold";
  color: #ffffff;
  font-size: .5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box .headline {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .headline {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .obanner .bannerTitle .box .headline {
    font-size: .45rem;
  }
}
.obanner .bannerTitle .box .text {
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 1.7;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1260px) {
  .obanner .bannerTitle .box .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .obanner .bannerTitle .box .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .obanner .bannerTitle .box .text {
    font-size: .26rem;
  }
}
.relative {
  position: relative;
}
.relative .public-crumbs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
}
.public-crumbs .contain {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .public-crumbs .contain {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .public-crumbs .contain {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .public-crumbs .contain {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.public-crumbs .contain span,
.public-crumbs .contain a {
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.6);
}
.public-crumbs .contain span:hover,
.public-crumbs .contain a:hover {
  color: #000000;
}
.public-crumbs .contain span.on,
.public-crumbs .contain a.on {
  flex: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.public-crumbs .contain span {
  display: inline-block;
  margin: 0 4px;
}
.public-crumbs.white .contain {
  color: #FFFFFF;
}
.public-crumbs.white .contain span,
.public-crumbs.white .contain a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.public-crumbs.white .contain span:hover,
.public-crumbs.white .contain a:hover {
  color: #dc8da3;
}
.public-crumbs.white .contain span.on,
.public-crumbs.white .contain a.on {
  color: #FFFFFF;
}
.currency-nav {
  position: sticky;
  top: 0.7rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.2);
  margin-top: -0.6rem;
}
@media screen and (max-width: 1260px) {
  .currency-nav {
    top: 60px;
    margin-top: -0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .currency-nav {
    margin-top: -0.8rem;
  }
}
.currency-nav ul {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.currency-nav ul li span,
.currency-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.6rem;
  font-size: 0.2rem;
  color: #ffffff;
  cursor: pointer;
  padding: 0 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1260px) {
  .currency-nav ul li span,
  .currency-nav ul li a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .currency-nav ul li span,
  .currency-nav ul li a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .currency-nav ul li span,
  .currency-nav ul li a {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .currency-nav ul li span,
  .currency-nav ul li a {
    height: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .currency-nav ul li span,
  .currency-nav ul li a {
    height: 0.8rem;
  }
}
.currency-nav ul li:hover span,
.currency-nav ul li:hover a {
  background: #dc8da3;
}
.currency-nav ul li.on span,
.currency-nav ul li.on a {
  background: #dc8da3;
}
.i-title.center {
  text-align: center;
}
.i-title .headline {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .4rem;
}
@media screen and (max-width: 991px) {
  .i-title .headline {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .i-title .headline {
    font-size: .4rem;
  }
}
.i-title .headline span {
  display: inline-block;
  color: #d3899d;
}
.i-title .text {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .i-title .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .i-title .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .i-title .text {
    font-size: .26rem;
  }
}
.index_product .box {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .index_product .box {
    flex-wrap: wrap;
  }
}
.index_product .box .left_w {
  width: 54.875%;
}
@media screen and (max-width: 991px) {
  .index_product .box .left_w {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .left_w {
    margin-bottom: 0.4rem;
  }
}
.index_product .box .left_w .item {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
}
.index_product .box .left_w .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_product .box .left_w .item .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.index_product .box .left_w .item .img img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_product .box .left_w .item .text {
  padding: 5.6% 7.6%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_product .box .left_w .item .text {
    padding: 0.4rem;
  }
}
.index_product .box .left_w .item .text .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .index_product .box .left_w .item .text .subtit {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .index_product .box .left_w .item .text .subtit {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .left_w .item .text .subtit {
    font-size: .38rem;
  }
}
.index_product .box .left_w .item .text .txt {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .index_product .box .left_w .item .text .txt {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .left_w .item .text .txt {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .left_w .item .text .txt {
    font-size: .26rem;
  }
}
.index_product .box .right_w {
  width: calc(45.125% - 0.625vw);
  gap: 0.625vw;
}
@media screen and (max-width: 991px) {
  .index_product .box .right_w {
    width: 100%;
    gap: 0;
  }
}
.index_product .box .right_w .item {
  flex: 1;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .index_product .box .right_w .item {
    flex: auto;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .right_w .item {
    margin-bottom: 0.4rem;
  }
}
.index_product .box .right_w .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_product .box .right_w .item .img {
  width: 38.1%;
  overflow: hidden;
  text-align: center;
}
.index_product .box .right_w .item .img img {
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_product .box .right_w .item .text {
  width: 60.7%;
  padding: 5.6% 7.6% 5.6% 0;
  box-sizing: border-box;
}
.index_product .box .right_w .item .text .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .index_product .box .right_w .item .text .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .index_product .box .right_w .item .text .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .right_w .item .text .subtit {
    font-size: .32rem;
  }
}
.index_product .box .right_w .item .text .txt {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .index_product .box .right_w .item .text .txt {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .index_product .box .right_w .item .text .txt {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .index_product .box .right_w .item .text .txt {
    font-size: .26rem;
  }
}
.index_product .box .right_w .item .text .generalbtns {
  margin-top: 0.2rem;
}
.index_about {
  position: relative;
}
@media screen and (max-width: 991px) {
  .index_about {
    padding-bottom: 1rem;
  }
}
.index_about::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 3.4375vw);
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .index_about::before {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box {
    flex-wrap: wrap;
  }
}
.index_about .box .textbox {
  width: 54.9%;
  padding-left: 8.333333333333333%;
  padding-right: 8.333333333333333%;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .index_about .box .textbox {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 7%;
  }
}
@media screen and (max-width: 991px) {
  .index_about .box .textbox {
    width: 100%;
  }
}
.index_about .box .textbox .i-title .text {
  margin-top: 0.35rem;
}
@media screen and (max-width: 991px) {
  .index_about .box .textbox .i-title .text {
    margin-top: 0.25rem;
  }
}
.index_about .box .imgbox {
  position: relative;
  width: 45.1%;
}
@media screen and (max-width: 991px) {
  .index_about .box .imgbox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
.index_about .box .imgbox .videoimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_about .box .imgbox .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.82rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .index_about .box .imgbox .btns.playButton {
    display: none;
  }
}
.index_about .box .imgbox .btns.c-play {
  display: none;
}
@media screen and (max-width: 991px) {
  .index_about .box .imgbox .btns.c-play {
    display: block;
  }
}
.index_about .box .imgbox .btns img {
  display: block;
  width: 100%;
}
.index_solution {
  width: 100%;
  overflow: hidden;
}
.index_solution .contain {
  width: calc(83.33333333333333% + 42px);
}
@media screen and (max-width: 1260px) {
  .index_solution .contain {
    width: 100%;
  }
}
.index_solution .contain .i-title {
  width: calc(100% - 42px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .i-title {
    width: 90%;
  }
}
.index_solution .contain .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 21px;
  padding-right: 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.index_solution .contain .swiper.mySwiper1 {
  padding-top: 0.5rem;
  width: calc(100% - 42px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper1 {
    width: 90%;
  }
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide {
  width: auto;
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
  padding: 0 0.24rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item {
    height: 0.72rem;
    border-radius: 0.36rem;
  }
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide .item img {
  display: inline-block;
  margin-right: 0.12rem;
  width: 0.29rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item {
  color: #FFFFFF;
  background: #dc8da3;
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide.active .item img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide:hover .item {
  color: #FFFFFF;
  background: #dc8da3;
}
.index_solution .contain .swiper.mySwiper1 .swiper-wrapper .swiper-slide:hover .item img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.index_solution .contain .swiper.mySwiper2 {
  margin-top: 0.3rem;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w {
  width: 68.75%;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem {
    flex-wrap: wrap;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox {
  width: 45.45454545454545%;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox {
    width: 100%;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox .withinswiper2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox .withinswiper2 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .imgbox .withinswiper2 .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox {
  width: 54.54545454545455%;
  background: #f5f5f5;
  padding: 0.6rem 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox {
    width: 100%;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .subtit {
  font-family: "HONORSansCN-Bold";
  font-size: .3rem;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .subtit {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .subtit {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .subtit {
    font-size: .38rem;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 0.35rem;
  height: 160px;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper {
  flex-direction: column;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 0%;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide .text {
  padding: 0.1rem 0;
  color: #a6a6a6;
  font-size: 0.2rem;
  line-height: 1.2;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide .text {
    font-size: .28rem;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide.active::before {
  height: 100%;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .withinswiper1 .swiper-wrapper .swiper-slide.active .text {
  color: #000000;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .left_w .swiperitem .textbox .underline {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  /* 改为宽度 */
  background: #007aff;
  height: 33.33%;
  /* 单个 slide 的高度 (100% / slidesPerView) */
  transition: transform 0.3s ease;
  /* 平滑动画 */
  z-index: 10;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w {
    width: 100%;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem {
  height: 100%;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .img {
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .img img {
  max-width: 100%;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .text {
  background: #f5f5f5;
  padding: 0.4rem;
  box-sizing: border-box;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .text .subtit {
  font-size: .24rem;
  color: #000000;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .text .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .text .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-wrapper .swiper-slide .proitem .text .subtit {
    font-size: .32rem;
  }
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-pagination {
  right: 5%;
  bottom: 0.3rem;
  width: 90%;
  text-align: right;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0;
  margin: 0 0.05rem;
  background: #000000;
  opacity: 0.1;
}
.index_solution .contain .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .right_w .proswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d3899d;
}
.index_news {
  position: relative;
}
.index_news::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 65.5%;
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .i-title {
    order: 1;
  }
}
.index_news .wrap .generalbtns {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .generalbtns {
    order: 3;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.index_news .wrap .box {
  margin-top: 0.5rem;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .box {
    order: 2;
  }
}
.index_news .wrap .box .swiper {
  position: relative;
  width: 100%;
  overflow: inherit;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .box .swiper {
    overflow: hidden;
    box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
  }
}
.index_news .wrap .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.index_news .wrap .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.index_news .wrap .box .swiper .swiper-wrapper .swiper-slide .newitem {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .index_news .wrap .box .swiper .swiper-wrapper .swiper-slide .newitem {
    box-shadow: none;
  }
}
.index_news .wrap .box .swiper .swiper-wrapper .swiper-slide .newitem .generalbtns {
  margin-left: 0;
}
.index_news .wrap .box .swiper .swiper-pagination {
  left: auto;
  right: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 0.48rem;
  width: 50%;
}
.index_news .wrap .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.1;
  background: #000000;
  border-radius: 0;
}
.index_news .wrap .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d3899d;
  opacity: 1;
}
.newitem {
  width: 100%;
  min-height: 5.5rem;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
}
.newitem:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newitem .img {
  position: relative;
  width: 100%;
  padding-bottom: 42.30769230769231%;
  overflow: hidden;
}
.newitem .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newitem .text {
  padding: 0.4rem 0.5rem 0.6rem;
  box-sizing: border-box;
  background: #FFFFFF;
}
@media screen and (max-width: 1900px) {
  .newitem .text {
    padding: 5.7% 8.5% 11%;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text {
    padding: 0.4rem;
  }
}
.newitem .text .date {
  color: #d3899d;
  font-size: 0.18rem;
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 1260px) {
  .newitem .text .date {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .date {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .newitem .text .date {
    font-size: .26rem;
  }
}
.newitem .text .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .newitem .text .subtit {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .subtit {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .newitem .text .subtit {
    font-size: .28rem;
  }
}
.index_join .box {
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .index_join .box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.index_join .box .imgbox {
  width: 61.875%;
}
@media screen and (max-width: 991px) {
  .index_join .box .imgbox {
    width: 100%;
  }
}
.index_join .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_join .box .textbox {
  width: 38.125%;
  padding: 3.75%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .index_join .box .textbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.index_join .box .textbox .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .index_join .box .textbox .subtit {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .index_join .box .textbox .subtit {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .index_join .box .textbox .subtit {
    font-size: .38rem;
  }
}
.index_join .box .textbox .text {
  margin-top: 0.18rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .index_join .box .textbox .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .index_join .box .textbox .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .index_join .box .textbox .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .service .box {
    flex-wrap: wrap;
  }
}
.service .box .leftsidebar {
  position: sticky;
  top: 0.7rem;
  z-index: 10;
  width: 25%;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .service .box .leftsidebar {
    width: 28%;
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .service .box .leftsidebar {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.service .box .leftsidebar ul {
  padding: 0;
}
.service .box .leftsidebar ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.service .box .leftsidebar ul li:last-child {
  border-bottom: none;
}
.service .box .leftsidebar ul li .title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 0.8rem;
  font-family: "HONORSansCN-Bold";
  font-size: .24rem;
  color: #000000;
  padding: 0 0.3rem;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .service .box .leftsidebar ul li .title {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .service .box .leftsidebar ul li .title {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .service .box .leftsidebar ul li .title {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .service .box .leftsidebar ul li .title {
    padding: 0rem 0.4rem;
    min-height: 0.9rem;
  }
}
.service .box .leftsidebar ul li .title:hover {
  color: #FFFFFF;
  background: #dc8da3;
}
.service .box .leftsidebar ul li .title:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.service .box .leftsidebar ul li .title i {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../images/icon21.png) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service .box .leftsidebar ul li ul {
  display: none;
  padding: 0.25rem 0.3rem;
}
@media screen and (max-width: 991px) {
  .service .box .leftsidebar ul li ul {
    padding: 0.3rem 0.4rem;
  }
}
.service .box .leftsidebar ul li ul li {
  border-bottom: none;
}
.service .box .leftsidebar ul li ul li.on a {
  color: #dc8da3;
}
.service .box .leftsidebar ul li ul li:hover a {
  color: #dc8da3;
}
.service .box .leftsidebar ul li ul li a {
  display: flex;
  align-items: center;
  min-height: 0.4rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .service .box .leftsidebar ul li ul li a {
    font-size: 14px;
    min-height: 0.45rem;
  }
}
@media screen and (max-width: 1260px) {
  .service .box .leftsidebar ul li ul li a {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .service .box .leftsidebar ul li ul li a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .service .box .leftsidebar ul li ul li a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .service .box .leftsidebar ul li ul li a {
    min-height: 0.6rem;
  }
}
.service .box .leftsidebar ul li.on .title {
  color: #FFFFFF;
  background: #dc8da3;
}
.service .box .leftsidebar ul li.on .title i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.service .box .rightbox {
  width: 68.75%;
}
@media screen and (max-width: 991px) {
  .service .box .rightbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.service .box .rightbox .service-edit {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
}
.service .box .rightbox .service-edit .title h3 {
  font-family: "HONORSansCN-Bold";
  font-size: .4rem;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .service .box .rightbox .service-edit .title h3 {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .service .box .rightbox .service-edit .title h3 {
    font-size: .4rem;
  }
}
.service .box .rightbox .service-edit .text {
  padding-top: 0.2rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
.service .box .rightbox .service-edit .text ul{
	padding-left: revert;
}
.service .box .rightbox .service-edit .text ul li{
	list-style: inherit;
}
@media screen and (max-width: 1580px){
	.service .box .rightbox .service-edit .text{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .service .box .rightbox .service-edit .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .service .box .rightbox .service-edit .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .service .box .rightbox .service-edit .text {
    font-size: .26rem;
  }
}
.pro_advantage .box {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .pro_advantage .box {
    flex-wrap: wrap;
  }
}
.pro_advantage .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  text-align: center;
  padding: 4.6875% 3%;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
  box-sizing: border-box;
}
.pro_advantage .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .pro_advantage .box .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .pro_advantage .box .item:nth-child(3n) {
    margin-right: 3%;
  }
  .pro_advantage .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pro_advantage .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
    padding: 0.4rem;
  }
}
.pro_advantage .box .item .icon img {
  width: 0.89rem;
}
.pro_advantage .box .item .subtit {
  margin-top: 0.45rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .pro_advantage .box .item .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .pro_advantage .box .item .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .pro_advantage .box .item .subtit {
    font-size: .32rem;
  }
}
.pro_advantage .box .item .text {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .pro_advantage .box .item .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_advantage .box .item .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .pro_advantage .box .item .text {
    font-size: .26rem;
  }
}
.pro_mcu {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pro_mcu .box {
  margin-top: 1.45rem;
  text-align: center;
}
.pro_mcu .box ul {
  display: inline-block;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pro_mcu .box ul li:first-child .w2::before {
  content: '';
  position: absolute;
  left: -0.09rem;
  top: -0.68rem;
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/img14.png) center no-repeat;
  background-size: 100%;
}
.pro_mcu .box ul li:first-child .w2::after {
  content: '';
  position: absolute;
  left: -2px;
  top: -0.68rem;
  width: 2px;
  height: 0.68rem;
  background: #dc8da3;
}
.pro_mcu .box ul li:last-child .w2 {
  border-bottom: #dc8da3 solid 2px;
}
.pro_mcu .box ul li:last-child .w2::after {
  content: '';
  position: absolute;
  right: -0.02rem;
  bottom: -0.08rem;
  width: 0.16rem;
  height: 0.14rem;
  background: url(../images/img14.png) center no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pro_mcu .box ul li .w1 {
  width: 12.5%;
  text-align: right;
  padding-right: 0.35rem;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.18rem;
}
@media screen and (max-width: 1580px){
	.pro_mcu .box ul li .w1{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .pro_mcu .box ul li .w1 {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_mcu .box ul li .w1 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .pro_mcu .box ul li .w1 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_mcu .box ul li .w1 {
    width: 90px;
    text-align: left;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .pro_mcu .box ul li .w1 {
    width: 80px;
  }
}
.pro_mcu .box ul li .w2 {
  position: relative;
  /*max-width: 8.4rem;*/
  gap: 0.12rem;
  padding-left: 0.35rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  box-sizing: border-box;
  border-left: #dc8da3 solid 2px;
  border-bottom: #dc8da3 dashed 2px;
}
@media screen and (max-width: 991px) {
  .pro_mcu .box ul li .w2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.pro_mcu .box ul li .w2 span,
.pro_mcu .box ul li .w2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 0.5rem;
  padding: 0.15rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  word-break: break-word;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px){
  .pro_mcu .box ul li .w2 span,
	.pro_mcu .box ul li .w2 a{
		height: 0.56rem;
  	font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .pro_mcu .box ul li .w2 span,
  .pro_mcu .box ul li .w2 a {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_mcu .box ul li .w2 span,
  .pro_mcu .box ul li .w2 a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .pro_mcu .box ul li .w2 span,
  .pro_mcu .box ul li .w2 a {
    font-size: .26rem;
  }
}
.pro_mcu .box ul li .w2 span:hover,
.pro_mcu .box ul li .w2 a:hover {
  color: #FFFFFF;
  background: #dc8da3;
}
.pro_gs32 .box {
  margin-top: 0.4rem;
}
.pro_gs32 .box .imgbox {
  position: relative;
}
.pro_gs32 .box .imgbox .videoimg {
  display: block;
  width: 100%;
}
.pro_gs32 .box .imgbox .btns {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.82rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .pro_gs32 .box .imgbox .btns.playButton {
    display: none;
  }
}
.pro_gs32 .box .imgbox .btns.c-play {
  display: none;
}
@media screen and (max-width: 991px) {
  .pro_gs32 .box .imgbox .btns.c-play {
    display: block;
  }
}
.pro_gs32 .box .imgbox .btns img {
  display: block;
  width: 100%;
}
.pro_gs32 .box .textbox {
  max-width: 12.8rem;
  width: 100%;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .pro_gs32 .box .textbox {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_gs32 .box .textbox {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .pro_gs32 .box .textbox {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .pro_gs32 .box .textbox {
    margin-top: 0.4rem;
  }
}
body.lock {
  overflow: hidden;
}
.product-list .box {
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-list .box {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-list .box .commonbtns {
  flex-shrink: 0;
  margin-bottom: 0.25rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  /*min-height: 0.5rem;*/
}
/*@media screen and (max-width: 1580px) {
	.product-list .box .commonbtns{
		min-height: 40px;
	}
}*/
@media screen and (max-width: 1260px) {
  .product-list .box .commonbtns {
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .commonbtns {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.product-list .box .commonbtns .filter-btn {
  display: flex;
  align-items: baseline;
  color: #dc8da3;
  font-size: 0.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1580px){
	.product-list .box .commonbtns .filter-btn{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .product-list .box .commonbtns .filter-btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .commonbtns .filter-btn {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .commonbtns .filter-btn {
    font-size: .28rem;
  }
}
.product-list .box .commonbtns .filter-btn img {
  display: inline-block;
  margin-right: 0.12rem;
  max-width: 19px;
}
.product-list .box .commonbtns .reset-btn {
  display: flex;
  align-items: baseline;
  margin-left: 10px;
  color: #000000;
  font-size: 0.18rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1580px) {
  .product-list .box .commonbtns .reset-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .commonbtns .reset-btn {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .commonbtns .reset-btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .commonbtns .reset-btn {
    font-size: .26rem;
  }
}
.product-list .box .commonbtns .reset-btn img {
  display: inline-block;
  margin-right: 0.12rem;
  max-width: 13px;
}
.product-list .box .commonbtns .not-selected-all {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  height: 0.45rem;
  color: #FFFFFF;
  font-size: 0.18rem;
  background: #dc8da3;
  padding: 0.05rem 0.1rem;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .product-list .box .commonbtns .not-selected-all {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .commonbtns .not-selected-all {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .commonbtns .not-selected-all {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .commonbtns .not-selected-all {
    padding: 0 0.3rem;
    height: 36px;
  }
}
.product-list .box .phone-toggle-leftside-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .product-list .box .phone-toggle-leftside-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    background: #dc8da3;
    border-radius: 5px;
    padding: 6px 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 1580px) {
  .product-list .box .phone-toggle-leftside-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 991px) {
  .product-list .box .phone-toggle-leftside-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 480px) {
  .product-list .box .phone-toggle-leftside-btn {
    font-size: 14px;
  }
}
.product-list .box .leftside {
  z-index: 12;
  position: sticky;
  top: 0.7rem;
  width: 4rem;
  max-height: calc(100vh - 0.7rem);
}
@media screen and (max-width: 1260px) {
  .product-list .box .leftside {
    top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .leftside {
    position: fixed;
    left: 100%;
    width: 100%;
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    padding: 20px 0;
    box-sizing: border-box;
    background: #fcfcfc;
    z-index: 200;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.product-list .box .leftside.hide {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .product-list .box .leftside.show {
    left: 0%;
  }
}
.product-list .box .leftside .commonbtns .reset-btn {
  opacity: 1;
  visibility: visible;
}
.product-list .box .leftside .commonbtns .not-selected-all {
  opacity: 1;
  visibility: visible;
}
.product-list .box .leftside .select-criteria {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  background: #fcfcfc;
  padding: 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-list .box .leftside .select-criteria {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.product-list .box .leftside .select-criteria .label-gather {
  overflow-y: auto;
}
.product-list .box .leftside .select-criteria .label-gather label {
  padding: 0.05rem 0;
  margin-bottom: 0.06rem;
  user-select: none;
  cursor: pointer;
  display: block;
}
@media (max-width: 991px) {
  .product-list .box .leftside .select-criteria .label-gather label {
    padding: 4px 0;
    margin-bottom: 5px;
  }
}
.product-list .box .leftside .select-criteria .label-gather label input {
  display: none;
}
.product-list .box .leftside .select-criteria .label-gather label input:checked + .label-text::before {
  background: url(../images/icon24.png) center no-repeat;
  background-size: 100% auto;
}
.product-list .box .leftside .select-criteria .label-gather label .label-text {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1580px) {
  .product-list .box .leftside .select-criteria .label-gather label .label-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .leftside .select-criteria .label-gather label .label-text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .leftside .select-criteria .label-gather label .label-text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .leftside .select-criteria .label-gather label .label-text {
    font-size: .26rem;
  }
}
.product-list .box .leftside .select-criteria .label-gather label .label-text::before {
  content: "";
  flex-shrink: 0;
  display: block;
  margin-top: 0.04rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url(../images/icon23.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1580px){
	.product-list .box .leftside .select-criteria .label-gather label .label-text::before{
		width: 14px;
    height: 14px;
    margin-top: 2px;
	}
}
@media screen and (max-width: 991px) {
  .product-list .box .leftside .select-criteria .label-gather label .label-text::before {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 9px;
  }
}
.product-list .box .rightside {
  width: 100%;
  flex-shrink: 0;
  transition: width .3s, 0.3s;
  overflow-x: clip;
}
.product-list .box .rightside.sidebar_on {
  width: calc(100% - 4rem);
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside.sidebar_on {
    width: 100%;
  }
}
.product-list .box .rightside.sidebar_on .main_top .operate {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside.sidebar_on .main_top .operate {
    padding-top: 20px;
  }
}
.product-list .box .rightside.sidebar_on .main_top .operate .commonbtns {
  opacity: 0;
  z-index: -99;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside.sidebar_on .main_top .operate .commonbtns {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-list .box .rightside.sidebar_on .main_top .operate .commonbtns .reset-btn {
  opacity: 1;
  visibility: visible;
}
.product-list .box .rightside.sidebar_on .main_top .operate .commonbtns .not-selected-all {
  opacity: 1;
  visibility: visible;
}
.product-list .box .rightside .main_top {
  z-index: 10;
  position: sticky;
  top: 0.7rem;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top {
    top: 60px;
  }
}
.product-list .box .rightside .main_top .operate {
  padding-bottom: 0.25rem;
  background: #FFFFFF;
  padding-left: 4rem;
  box-sizing: border-box;
  /*display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 0.5rem;*/
}
/*@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_top .operate{
		min-height: 40px;
	}
}*/
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
.product-list .box .rightside .main_top .operate .commonbtns {
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .commonbtns {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .searchfor {
    width: 100%;
  }
}
.product-list .box .rightside .main_top .operate .searchfor form {
  display: flex;
  width: 4rem;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
.product-list .box .rightside .main_top .operate .searchfor form .text {
  border: none;
  outline: none;
  background: none;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 0.5rem);
  height: 0.48rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_top .operate .searchfor form .text{
		font-size: 14px;
		width: calc(100% - 40px);
		height: 40px;
	}
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .operate .searchfor form .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .searchfor form .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .searchfor form .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .searchfor form .text {
    height: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .searchfor form .text {
    height: 0.7rem;
  }
}
.product-list .box .rightside .main_top .operate .searchfor form .btns {
  width: 0.5rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: inherit;
  background: none;
  border: none;
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_top .operate .searchfor form .btns{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .searchfor form .btns {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .searchfor form .btns {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.product-list .box .rightside .main_top .operate .searchfor form .btns img {
  max-width: 36%;
}
.product-list .box .rightside .main_top .operate .searchfor .prompt_text {
  display: inline-block;
  margin-left: 0.3rem;
  color: #000000;
  font-size: 0.18rem;
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_top .operate .searchfor .prompt_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .operate .searchfor .prompt_text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .searchfor .prompt_text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .searchfor .prompt_text {
    font-size: .26rem;
  }
}
.product-list .box .rightside .main_top .operate .searchfor .prompt_text span {
  display: inline-block;
  color: #e7b0bf;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .other {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.product-list .box .rightside .main_top .operate .other a {
  margin-left: 0.25rem;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .other a {
    margin-left: 0;
  }
}
.product-list .box .rightside .main_top .operate .other a.contrast_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 0.45rem;
  color: #FFFFFF;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  border-radius: 5px;
  box-sizing: border-box;
  background: #dc8da3;
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_top .operate .other a.contrast_btn {
    font-size: 14px;
    height: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .operate .other a.contrast_btn {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .other a.contrast_btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .other a.contrast_btn {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .other a.contrast_btn {
    height: 36px;
  }
}
.product-list .box .rightside .main_top .operate .other a.download-btn {
  display: inline-block;
  color: #e7b1c0;
  font-size: 0.18rem;
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_top .operate .other a.download-btn{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .operate .other a.download-btn {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .operate .other a.download-btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .operate .other a.download-btn {
    font-size: .26rem;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items {
  display: flex;
  justify-content: flex-end;
  width: min-content;
  position: relative;
  padding-left: 11.98vw;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items {
    padding-left: 140px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-1 .item {
  background: #dc8da3;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  background: #f4f4f4;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item:last-child .optionbox .option {
    left: auto;
    right: 0;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/icon25a.png) center no-repeat;
  background-size: 64% auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .icon {
    width: 24px;
    height: 24px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  padding: 0.16rem;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option {
    width: 200px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather {
  padding: 0.16rem 0;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label {
  padding: 0.05rem 0;
  margin-bottom: 0.06rem;
  user-select: none;
  cursor: pointer;
  display: block;
}
@media (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label {
    padding: 3px 0;
    margin-bottom: 4px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label input {
  display: none;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label input:checked + .label-text i::before {
  opacity: 1;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text {
    font-size: 14px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text i {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  margin-top: 0.03rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: rgba(0, 0, 0, 0.4) solid 1px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text i {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 9px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #dc8da3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text i::before {
    width: 9px;
    height: 9px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .option-gather label .label-text span {
  flex: 1;
  overflow: hidden;
  white-space: normal;
  word-break: break-all;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting {
    font-size: 14px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox .option .reseting a:hover {
  color: #dc8da3;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox:hover .icon {
  background: url(../images/icon25.png) center no-repeat;
  background-size: 64% auto;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items.items-2 .item .optionbox.active .icon {
  background: url(../images/icon25.png) center no-repeat;
  background-size: 64% auto;
}
.product-list .box .rightside .main_top .filter-bar .wrap .items .item {
  display: flex;
  align-items: center;
  width: 11.98vw;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-size: 0.2rem;
  color: #ffffff;
  padding: 0.1rem 0.16rem;
  min-height: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item {
    width: 100px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items .item.item-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_top .filter-bar .wrap .items .item.item-absolute {
    width: 140px;
  }
}
.product-list .box .rightside .main_top .filter-bar .wrap .items .item.item-absolute .compareicon {
  cursor: pointer;
}
.product-list .box .rightside .main_top .scroll-line {
  width: 100%;
  overflow: auto;
  padding-top: 2px;
  margin-bottom: 6px;
  border-radius: 4px;
  background: #FFFFFF;
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .scroll-line {
    opacity: 0;
  }
}
.product-list .box .rightside .main_top .scroll-line .bar {
  height: 4px;
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_top .scroll-line .bar {
    height: 2px;
  }
}
.product-list .box .rightside .main_bottom .substance {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_bottom .substance {
    overflow-x: auto;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .items {
  display: flex;
  position: relative;
  padding-left: 11.98vw;
  width: min-content;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .items {
    padding-left: 0;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.18rem;
  min-height: 0.7rem;
  padding: 0.1rem 0.16rem;
  width: 11.98vw;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_bottom .substance .wrap .item{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item {
    width: 100px;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item.item-absolute {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 11.98vw;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item.item-absolute {
    position: sticky;
    height: auto;
    width: 140px;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox {
  width: 100%;
  overflow: hidden;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink {
  flex: 1;
  overflow: hidden;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  white-space: normal;
  word-break: break-all;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1580px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink {
    font-size: .26rem;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox .prolink:hover {
  color: #dc8da3;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label {
  user-select: none;
  cursor: pointer;
  display: block;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label input {
  display: none;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label input:checked + .label-text::before {
  background: url(../images/icon24.png) center no-repeat;
  background-size: 100% auto;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text {
    font-size: .26rem;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text::before {
  content: "";
  flex-shrink: 0;
  display: block;
  margin-top: 0.04rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url(../images/icon23.png) center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1580px){
	.product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text::before{
		width: 14px;
		height: 14px;
	}
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .modelbox label .label-text::before {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 9px;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox {
  min-height: 24px;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox span {
  padding-top: 5px;
  padding-right: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.18rem;
  word-break: break-word;
  white-space: normal;
}
@media screen and (max-width: 1260px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox span {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox span {
    font-size: .26rem;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox i {
  margin-top: 4px;
  background: url(../images/icon23.png) center no-repeat;
  background-size: 100% 100%;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox i {
    margin-top: 2px;
  }
}
.product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox i::before {
  display: none;
}
.product-list .box .rightside .main_bottom .substance .wrap .item .layui-form-checkbox.layui-form-checked i {
  background: url(../images/icon24.png) center no-repeat;
  background-size: 100% 100%;
}
.product-list .box .rightside .main_bottom .page {
  margin-top: 0.5rem;
}
.product-comparison .box {
  margin-top: 0.4rem;
  width: 100%;
  overflow: hidden;
}
.product-comparison .box .sidetitle {
  width: 18.75%;
  border-left: rgba(0, 0, 0, 0.1) solid 1px;
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .sidetitle {
    width: 170px;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .sidetitle {
    width: 150px;
  }
}
.product-comparison .box .sidetitle ul {
  padding: 0;
}
.product-comparison .box .sidetitle ul li {
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.8);
  padding: 0rem 0.18rem;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .sidetitle ul li {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-comparison .box .sidetitle ul li {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .sidetitle ul li {
    font-size: .28rem;
  }
}
.product-comparison .box .sidetitle ul li:last-child {
  border-bottom: none;
}
.product-comparison .box .content {
  width: 81.25%;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .content {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .content {
    width: calc(100% - 150px);
  }
}
.product-comparison .box .content .addedbox {
  overflow-x: auto;
}
.product-comparison .box .content .addedbox .contrastdiv {
  width: 100%;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
.product-comparison .box .content .addedbox .contrastdiv dl {
  display: flex;
  align-items: stretch;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd {
  width: 13.8vw;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 0.2rem;
  height: 0.7rem;
  background: #dc8da3;
  border-right: #FFFFFF solid 1px;
  padding: 0rem 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .content .addedbox .contrastdiv dl:first-child dd {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-comparison .box .content .addedbox .contrastdiv dl:first-child dd {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .content .addedbox .contrastdiv dl:first-child dd {
    font-size: .28rem;
  }
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd:first-child {
  width: 15.625vw;
  flex-shrink: 0;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad {
  justify-content: center;
  border-right: #dc8da3 solid 1px;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .compareicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .compareicon img {
  max-width: 0.2rem;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  padding: 12px;
  box-sizing: border-box;
  display: none;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox .stitle {
  color: #000000;
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: #f0f0f0 solid 1px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox ul {
  overflow-y: auto;
  max-height: 200px;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox ul li a {
  position: relative;
  padding-left: 25px;
  background: url(../images/icon23.png) left center no-repeat;
  background-size: 16px auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox ul li:hover a {
  background: url(../images/icon24.png) left center no-repeat;
  background-size: 16px auto;
}
.product-comparison .box .content .addedbox .contrastdiv dl:first-child dd.tablepad .table_compare .comparebox ul li.on a {
  background: url(../images/icon24.png) left center no-repeat;
  background-size: 16px auto;
}
.product-comparison .box .content .addedbox .contrastdiv dl dd {
  display: flex;
  align-items: center;
  width: 13.8vw;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  height: 0.7rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0rem 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .content .addedbox .contrastdiv dl dd {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-comparison .box .content .addedbox .contrastdiv dl dd {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .content .addedbox .contrastdiv dl dd {
    font-size: .26rem;
  }
}
.product-comparison .box .content .addedbox .contrastdiv dl dd:first-child {
  width: 15.625vw;
  flex-shrink: 0;
}
.product-comparison .box .content .addedbox .contrasttable {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
.product-comparison .box .content .addedbox .contrasttable th {
  min-width: 12vw;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 0.2rem;
  height: 0.7rem;
  background: #dc8da3;
  border-right: #FFFFFF solid 1px;
  padding: 0rem 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .content .addedbox .contrasttable th {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-comparison .box .content .addedbox .contrasttable th {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .content .addedbox .contrasttable th {
    font-size: .28rem;
  }
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right: #dc8da3 solid 1px;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .compareicon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 0.7rem;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .compareicon img {
  max-width: 0.2rem;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
  padding: 12px;
  box-sizing: border-box;
  display: none;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox .stitle {
  color: #000000;
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: #f0f0f0 solid 1px;
  white-space: nowrap;
  margin-bottom: 15px;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox ul {
  overflow-y: auto;
  max-height: 200px;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox ul li a {
  position: relative;
  padding-left: 25px;
  background: url(../images/icon23.png) left center no-repeat;
  background-size: 16px auto;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox ul li:hover a {
  background: url(../images/icon24.png) left center no-repeat;
  background-size: 16px auto;
}
.product-comparison .box .content .addedbox .contrasttable th.tablepad .table_compare .comparebox ul li.on a {
  background: url(../images/icon24.png) left center no-repeat;
  background-size: 16px auto;
}
.product-comparison .box .content .addedbox .contrasttable td {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
  height: 0.7rem;
  white-space: nowrap;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0rem 0.18rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .product-comparison .box .content .addedbox .contrasttable td {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-comparison .box .content .addedbox .contrasttable td {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-comparison .box .content .addedbox .contrasttable td {
    font-size: .26rem;
  }
}
.commonsection {
  padding-top: 0.7rem;
  margin-top: -0.7rem;
}
.product-details .commonsection:nth-child(even) .item {
  background: #f5f5f5;
}

.product-details .commonsection .item .editbox {
  margin-top: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .product-details .commonsection .item .editbox {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item .editbox {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item .editbox {
    font-size: .26rem;
  }
}
.product-details .commonsection .item .editbox table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item .editbox table {
    min-width: 720px;
  }
}
.product-details .commonsection .item .editbox table th {
  text-align: left;
  color: #FFFFFF;
  font-size: 0.2rem;
  height: 0.6rem;
  background: #dc8da3;
  border: #FFFFFF solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.product-details .commonsection .item .editbox table th{
		height: 50px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1260px) {
  .product-details .commonsection .item .editbox table th {
  	height: 0.66rem;
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item .editbox table th {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item .editbox table th {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item .editbox table th {
    height: 0.8rem;
  }
}
.product-details .commonsection .item .editbox table td {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  /*height: 0.6rem;*/
 	height: 60px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.product-details .commonsection .item .editbox table td{
		height: 50px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .product-details .commonsection .item .editbox table td {
  	height: 0.66rem;
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item .editbox table td {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item .editbox table td {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item .editbox table td {
    height: 0.8rem;
  }
}
.product-details .commonsection .item .editbox table td .img img{
	max-height: 80px;
}
.product-details .commonsection .item.series_intro .box {
  padding: 3.75% 3.375%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_intro .box {
    padding: 0.4rem;
  }
}
.product-details .commonsection .item.series_intro .box .img {
  text-align: center;
  overflow: hidden;
}
.product-details .commonsection .item.series_intro .box .img img {
  /*max-width: 100%;*/
  max-width: 420px;
}
.product-details .commonsection .item.series_intro .box .text {
  margin-top: 4.5%;
  font-size: 16px;
}
.product-details .commonsection .item.series_intro .box{
	font-size: 16px;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_intro .box .text {
    margin-top: 0.5rem;
    font-size: 14px;
  }
  .product-details .commonsection .item.series_intro .box{
		font-size: 14px;
	}
}
.product-details .commonsection .item.series_intro .box .text ul{
	padding-left: revert;
}
.product-details .commonsection .item.series_intro .box .text ul li{
	list-style: inherit;
}
.product-details .commonsection .item.series_intro .box .text>ul{
	padding-left: 0;
}
.product-details .commonsection .item.series_intro .box .text>ul>li {
  width: 48%;
  margin-right: 4%;
  list-style: none;
}
.product-details .commonsection .item.series_intro .box .text>ul>li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_intro .box .text ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.product-details .commonsection .item.series_intro .box .text>ul>li .subtit {
  color: #000000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .product-details .commonsection .item.series_intro .box .text>ul>li .subtit {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_intro .box .text>ul>li .subtit {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .product-details .commonsection .item.series_intro .box .text>ul>li .subtit {
    font-size: .28rem;
  }
}
.product-details .commonsection .item.series_intro .box a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-details .commonsection .item.series_intro .box a:hover {
  color: #dc8da3;
}
.product-details .commonsection .item.series_roadmap .box img {
  display: block;
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_infor .box {
    overflow-x: auto;
  }
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_tools .box {
    overflow-x: auto;
  }
}
.product-details .commonsection .item.series_application .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_application .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.product-details .commonsection .item.series_application .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.product-details .commonsection .item.series_application .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.product-details .commonsection .item.series_application .box .swiper .swiper-pagination {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .product-details .commonsection .item.series_application .box .swiper .swiper-pagination {
    display: block;
  }
}
.product-details .commonsection .item.series_application .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
  opacity: 0.1;
  background: #000000;
}
.product-details .commonsection .item.series_application .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dc8da3;
  opacity: 1;
}
.application-item {
  position: relative;
  display: block;
  width: 100%;
}
.application-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.application-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.application-item .img {
  width: 100%;
  overflow: hidden;
}
.application-item .img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.application-item .text {
  position: absolute;
  left: 0;
  bottom: 0.25rem;
  z-index: 2;
  width: 100%;
  padding: 0 0.35rem;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: .24rem;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .application-item .text {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .application-item .text {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .application-item .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .application-item .text {
    bottom: 0.3rem;
    padding: 0 0.4rem;
  }
}
.edit-item {
  width: 32.5%;
  text-align: center;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 5.625% 3.5%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.edit-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .edit-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .edit-item:nth-child(3n) {
    margin-right: 3%;
  }
  .edit-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .edit-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
    padding: 0.5rem 0.4rem;
  }
}
.edit-item .icon img {
  display: block;
  margin: auto;
  width: 1.08rem;
}
.edit-item .subtit {
  margin-top: 0.6rem;
  font-size: .24rem;
  color: #000000;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1580px) {
  .edit-item .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1260px) {
  .edit-item .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .edit-item .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .edit-item .subtit {
    font-size: .32rem;
  }
}
.edit-item .text {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
}
@media screen and (max-width: 1580px) {
  .edit-item .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .edit-item .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .edit-item .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .edit-item .text {
    font-size: .26rem;
  }
}
.common-form.layui-form {
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .common-form.layui-form {
    gap: 0.3rem;
  }
}
.common-form.layui-form .layui-form-item {
  width: 100%;
  margin-bottom: 0;
}
.common-form.layui-form .layui-form-item.w1 {
  width: 100%;
}
.common-form.layui-form .layui-form-item.w2 {
  width: calc((((100% - 0.4rem) / 3) * 2) + 0.2rem);
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item.w2 {
    width: 100%;
  }
}
.common-form.layui-form .layui-form-item.w3 {
  width: calc((100% - 0.4rem) / 3);
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item.w3 {
    width: 100%;
  }
}
.common-form.layui-form .layui-form-item.active .layui-input-block .layui-form-label {
  transform: translateX(-0.15rem) translateY(-0.28rem) scale(0.64);
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item.active .layui-input-block .layui-form-label {
    display: none;
  }
}
.common-form.layui-form .layui-form-item.textarea .layui-input-block .layui-textarea:focus ~ .layui-form-label {
  transform: translateX(-0.15rem) translateY(-0.2rem) scale(0.64);
}
.common-form.layui-form .layui-form-item.textarea .layui-input-block .layui-form-label {
  top: 0.35rem;
  -webkit-transform: none;
  transform: none;
}
.common-form.layui-form .layui-form-item.textarea.active .layui-input-block .layui-form-label {
  transform: translateX(-0.15rem) translateY(-0.2rem) scale(0.64);
}
.common-form.layui-form .layui-form-item .layui-input-block {
  position: relative;
  margin-left: 0;
  width: 100%;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-input {
  position: relative;
  z-index: 5;
  height: 0.9rem;
  padding: 0.1rem 0.35rem 0;
  box-sizing: border-box;
  border: rgba(1, 1, 1, 0.1) solid 2px;
  border-radius: 10px;
  background: none;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1260px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-input {
    padding-top: 0;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-input:focus {
  border-color: #dc8da3 !important;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-input:focus ~ .layui-form-label {
  backgroumd-color: #fff;
  transform: translateX(-0.15rem) translateY(-0.28rem) scale(0.64);
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-input:focus ~ .layui-form-label {
    display: none;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-input:hover {
  border-color: #dc8da3 !important;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-textarea {
  position: relative;
  z-index: 5;
  height: 3rem;
  padding: 0.4rem 0.35rem;
  box-sizing: border-box;
  border: rgba(1, 1, 1, 0.1) solid 2px;
  border-radius: 10px;
  background: none;
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-textarea {
    padding-top: 0.3rem;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-textarea:focus {
  border-color: #dc8da3 !important;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-textarea:focus ~ .layui-form-label {
  backgroumd-color: #fff;
  transform: translateX(-0.15rem) translateY(-0.28rem) scale(0.64);
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-textarea:focus ~ .layui-form-label {
    display: none;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-textarea:hover {
  border-color: #dc8da3 !important;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-label {
  position: absolute;
  left: 0.35rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.2rem;
  padding: 0;
  width: auto;
  min-width: 1rem;
  text-align: left;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-form-label {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-form-label {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-form-label {
    font-size: .28rem;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 0.6rem;
  border-radius: 10px;
  background: #dc8da3;
  color: #FFFFFF;
  font-size: 0.2rem;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.7rem;
  }
}


.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-input {
  padding-top: 0;
  padding-right: 0.52rem;
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-input {
    padding-right: 0.6rem;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-edge {
  margin-top: 0;
  top: 0;
  right: 0.35rem;
  border: none;
  width: 0.16rem;
  height: 100%;
  background: url(../images/icon27.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .common-form.layui-form .layui-form-item .layui-input-block .layui-form-select .layui-select-title .layui-edge {
    width: 0.25rem;
  }
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 100%;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  padding: 0 0.35rem;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-select-tips {
  padding-left: 0.35rem !important;
}
.common-form.layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #dc8da3;
}


@media screen and (max-width: 991px) {
  .about_intro .box {
    flex-wrap: wrap;
  }
}
.about_intro .box .i-title {
  order: 1;
  width: 100%;
  padding-left: 8.333333333333333%;
  padding-right: 8.333333333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .i-title {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .i-title {
    flex-wrap: wrap;
  }
}
.about_intro .box .i-title .headline {
  width: 36.25%;
}
@media screen and (max-width: 991px) {
  .about_intro .box .i-title .headline {
    width: 100%;
  }
}
.about_intro .box .i-title .text {
  width: 50%;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .about_intro .box .i-title .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.about_intro .box .about_nums {
  order: 3;
  width: 50%;
  padding-right: 8.333333333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .about_nums {
    padding-right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .about_nums {
    order: 2;
    width: 100%;
    padding-left: 5%;
    margin-top: 0.5rem;
  }
}
.about_intro .box .about_nums ul {
  padding: 0;
}
.about_intro .box .about_nums ul li {
  padding: 0.25rem 0;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.about_intro .box .about_nums ul li:first-child {
  border-top: #e5e5e5 solid 1px;
}
.about_intro .box .about_nums ul li .text .t1 {
  font-family: "HONORSansCN-Bold";
  color: #dc8da3;
  margin-right: 0.3rem;
}
.about_intro .box .about_nums ul li .text .t1 .timer {
  font-size: .5rem;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .about_nums ul li .text .t1 .timer {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .about_nums ul li .text .t1 .timer {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .about_nums ul li .text .t1 .timer {
    font-size: .45rem;
  }
}
.about_intro .box .about_nums ul li .text .t1 .sp1 {
  font-size: .4rem;
}
@media screen and (max-width: 991px) {
  .about_intro .box .about_nums ul li .text .t1 .sp1 {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .about_nums ul li .text .t1 .sp1 {
    font-size: .4rem;
  }
}
.about_intro .box .about_nums ul li .text .t1 .sp2 {
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .about_nums ul li .text .t1 .sp2 {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .about_intro .box .about_nums ul li .text .t1 .sp2 {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .about_nums ul li .text .t1 .sp2 {
    font-size: .38rem;
  }
}
.about_intro .box .about_nums ul li .text .t2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .about_nums ul li .text .t2 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .about_nums ul li .text .t2 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .about_nums ul li .text .t2 {
    font-size: .28rem;
  }
}
.about_intro .box .about_nums ul li .icon img {
  max-width: 0.4rem;
}
.about_intro .box .imgbox {
  order: 2;
  width: 38.54166666666667%;
  margin-top: 0.4rem;
}
@media screen and (max-width: 991px) {
  .about_intro .box .imgbox {
    position: relative;
    order: 3;
    width: 100%;
    margin-top: 0.6rem;
  }
}
.about_intro .box .imgbox .playicon {
  margin-left: 21.62162162162162%;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .imgbox .playicon {
    margin-left: 13.621622%;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .imgbox .playicon {
    margin-left: 5%;
  }
}
.about_intro .box .imgbox .playicon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 0.7rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
  cursor: pointer;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .about_intro .box .imgbox .playicon span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .imgbox .playicon span {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .about_intro .box .imgbox .playicon span {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .about_intro .box .imgbox .playicon span {
    height: 0.8rem;
  }
}
.about_intro .box .imgbox .playicon span i {
  display: inline-block;
  width: 0.51rem;
  height: 0.51rem;
  margin-right: 0.2rem;
  background: url(../images/icon34.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .about_intro .box .imgbox .playicon span i {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.about_intro .box .imgbox .img {
  margin-top: 0.8rem;
  width: 100%;
  overflow: hidden;
}
.about_intro .box .imgbox .img img {
  display: block;
  width: 100%;
}
.about_develop {
  min-height: 100vh;
  box-sizing: border-box;
}
.about_develop .box {
  margin-top: 0.6rem;
  align-items: stretch;
}
@media screen and (max-width: 1260px) {
  .about_develop .box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.about_develop .box .left_w {
  width: 32.1%;
  padding-left: 8.333333333333333%;
  padding-right: 4%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .about_develop .box .left_w {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    margin-top: 0.5rem;
  }
}
.about_develop .box .left_w ul {
  padding: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}
.about_develop .box .left_w ul li {
  position: relative;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition: all 0.5s;
}
.about_develop .box .left_w ul li:first-child {
  opacity: 1;
}
.about_develop .box .left_w ul li.active {
  opacity: 1;
}
.about_develop .box .left_w ul li.active-next {
  opacity: 0.2;
  filter: blur(4px);
}
.about_develop .box .left_w ul li.active-next2 {
  opacity: 0.1;
  filter: blur(4px);
}
.about_develop .box .left_w ul li .text .date {
  font-family: "HONORSansCN-Bold";
  color: #dc8da3;
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .about_develop .box .left_w ul li .text .date {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .about_develop .box .left_w ul li .text .date {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .left_w ul li .text .date {
    font-size: .38rem;
  }
}
.about_develop .box .left_w ul li .text .txt {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .about_develop .box .left_w ul li .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about_develop .box .left_w ul li .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .left_w ul li .text .txt {
    font-size: 14px;
  }
}
.about_develop .box .right_w {
  width: 67.9%;
}
@media screen and (max-width: 1260px) {
  .about_develop .box .right_w {
    width: 100%;
  }
}
.about_develop .box .right_w ul {
  position: relative;
  padding: 0;
}
.about_develop .box .right_w ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  list-style: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.about_develop .box .right_w ul li:first-child {
  position: relative;
  opacity: 1;
}
.about_develop .box .right_w ul li.active {
  opacity: 1;
}
.about_develop .box .right_w ul li .item {
  position: relative;
}
.about_develop .box .right_w ul li .item .img {
  width: 100%;
  overflow: hidden;
}
.about_develop .box .right_w ul li .item .img img {
  display: block;
  width: 100%;
}
.about_develop .box .right_w ul li .item .date {
  position: absolute;
  left: 5%;
  top: 10%;
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: .5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media screen and (max-width: 1260px) {
  .about_develop .box .right_w ul li .item .date {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .about_develop .box .right_w ul li .item .date {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .right_w ul li .item .date {
    font-size: .45rem;
  }
}
.about_develop .box .right_w ul li .item i {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 2px;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1260px) {
  .about_develop .box .right_w ul li .item i {
    left: calc(5% + 50px);
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .right_w ul li .item i {
    left: calc(5% + 45px);
  }
}
.about_develop .box .right_w ul li .item i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.16rem;
  background: #ffffff;
}
.about_develop .box .right_w ul li .item i::after {
  content: '';
  position: absolute;
  left: -0.08rem;
  top: -0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .about_develop .box .right_w ul li .item i::after {
    left: -0.06rem;
  }
}
.about_develop .box .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 33.85416666666667vw;
}
.about_develop .box .swiper.mySwiper1::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  pointer-events: none;
}
.about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide {
  height: auto;
}
.about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .date {
  font-family: "HONORSansCN-Bold";
  color: #dc8da3;
  font-size: .3rem;
}
@media screen and (max-width: 1260px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .date {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .date {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .date {
    font-size: .38rem;
  }
}
.about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .txt {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .swiper.mySwiper1 .swiper-wrapper .swiper-slide .text .txt {
    font-size: 14px;
  }
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item {
  position: relative;
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .img img {
  display: block;
  width: 100%;
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .date {
  position: absolute;
  left: 5%;
  top: 10%;
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: .5rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media screen and (max-width: 1260px) {
  .about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .date {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .date {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item .date {
    font-size: .45rem;
  }
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item i {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 2px;
  height: 70%;
  background: rgba(255, 255, 255, 0.1);
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2.16rem;
  background: #ffffff;
}
.about_develop .box .swiper.mySwiper2 .swiper-wrapper .swiper-slide .item i::after {
  content: '';
  position: absolute;
  left: -0.08rem;
  top: -0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #FFFFFF;
  border-radius: 50%;
}
.about_office .box {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .about_office .box {
    margin-top: 0.4rem;
  }
}
.about_office .box .item {
  margin-right: 0.52083333333333%;
  margin-bottom: 0.52083333333333%;
}
.about_office .box .item:nth-child(4n+1) {
  margin-left: 0.52083333333333%;
}
.about_office .box .item:nth-child(2n) {
  margin-right: 0;
}
.about_office .box .item.w1 {
  width: 58.85416666666667%;
}
.about_office .box .item.w2 {
  width: 40.10416666666667%;
}
.about_office .box .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .contact_infor .box {
    flex-wrap: wrap;
  }
}
.contact_infor .box .textbox {
  width: 43.75%;
  padding: 3.75%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .contact_infor .box .textbox {
    width: 100%;
    padding: 0.5rem 0.4rem;
  }
}
.contact_infor .box .textbox .content .i-title .text {
  margin-top: 0.15rem;
}
.contact_infor .box .textbox .content ul {
  margin-top: 0.2rem;
  padding: 0;
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 767px) {
  .contact_infor .box .textbox .content ul {
    flex-wrap: wrap;
    margin-top: 0.3rem;
  }
}
.contact_infor .box .textbox .content ul li {
  list-style: none;
  width: 50%;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
  padding-right: 0.1rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .contact_infor .box .textbox .content ul li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_infor .box .textbox .content ul li {
    width: 100%;
  }
}
.contact_infor .box .textbox .content ul li .t1 {
  color: #888888;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .contact_infor .box .textbox .content ul li .t1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .contact_infor .box .textbox .content ul li .t1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact_infor .box .textbox .content ul li .t1 {
    font-size: 14px;
  }
}
.contact_infor .box .textbox .content ul li .t2 {
  margin-top: 0.1rem;
  color: #000000;
  font-size: 0.2rem;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .contact_infor .box .textbox .content ul li .t2 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_infor .box .textbox .content ul li .t2 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_infor .box .textbox .content ul li .t2 {
    font-size: .28rem;
  }
}
.contact_infor .box .imgbox {
  width: 56.25%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .contact_infor .box .imgbox {
    width: 100%;
  }
}
.contact_infor .box .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_address .box {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .contact_address .box {
    flex-wrap: wrap;
  }
}
.contact_address .box .item {
  width: 49.375%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
.contact_address .box .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1260px) {
  .contact_address .box .item {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_address .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
}
.contact_address .box .item .img {
  position: relative;
  width: 100%;
  padding-bottom: 53.16455696202532%;
  overflow: hidden;
}
.contact_address .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_address .box .item .text {
  padding: 5% 6.3%;
  box-sizing: border-box;
}
.contact_address .box .item .text .t1 {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
  margin-bottom: 0.15rem;
  padding-bottom: 0.1rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 1260px) {
  .contact_address .box .item .text .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .contact_address .box .item .text .t1 {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_address .box .item .text .t1 {
    font-size: .32rem;
  }
}
.contact_address .box .item .text .t2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .contact_address .box .item .text .t2 {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_address .box .item .text .t2 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_address .box .item .text .t2 {
    font-size: .26rem;
  }
}
.contact_follow {
  background: #f5f5f5;
}
.contact_follow .box {
  margin-top: 0.45rem;
}
.contact_follow .box ul {
  padding: 0;
}
.contact_follow .box ul li {
  list-style: none;
  width: 16.25%;
}
@media screen and (max-width: 767px) {
  .contact_follow .box ul li {
    width: 110px;
  }
}
.contact_follow .box ul li .img {
  width: 100%;
  overflow: hidden;
}
.contact_follow .box ul li .img img {
  display: block;
  width: 100%;
}
.contact_follow .box ul li .text {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .contact_follow .box ul li .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .contact_follow .box ul li .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .contact_follow .box ul li .text {
    font-size: .28rem;
  }
}
.contact_message .box {
  margin-top: 0.4rem;
}
.news .cherry-pick {
  width: 100%;
  overflow: hidden;
}
.news .cherry-pick .box {
  width: calc(83.33333333333333% + 60px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .news .cherry-pick .box {
    width: 100%;
  }
}
.news .cherry-pick .box .swiper {
  position: relative;
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .news .cherry-pick .box .swiper {
    padding: 5%;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item {
  position: relative;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item {
    flex-wrap: wrap;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .tag {
  position: absolute;
  right: 5%;
  top: 0;
  background: url(../images/icon35.png) center no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 16px;
  min-width: 43px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1580px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .tag {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .tag {
    font-size: 14px;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .imgbox {
	display: flex;
	align-items: center;
	justify-content: center;
  width: 45%;
  overflow: hidden;
  background: #ffffff;
  padding: 3% 0 3% 3.75%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .imgbox {
    width: 100%;
    padding: 0;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
  /*height: 100%;
  object-fit: cover;*/
}
.news .cherry-pick .box .swiper .swiper-slide .item .textbox {
  width: 55%;
  /*box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  padding: 3.75% 3.75% 3.75% 5.625%;*/
 	padding: 3.75%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox {
    width: 100%;
    padding: 0.4rem;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .textbox .date {
  font-family: "HONORSansCN-Bold";
  color: #d3899d;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1260px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .date {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .date {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .date {
    font-size: .28rem;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .textbox .title {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .4rem;
  line-height: 1.2;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .title {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .title {
    font-size: .4rem;
  }
}
.news .cherry-pick .box .swiper .swiper-slide .item .textbox .text {
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1260px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .news .cherry-pick .box .swiper .swiper-slide .item .textbox .text {
    font-size: .26rem;
  }
}
.news .cherry-pick .box .swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: calc(3.75% + 30px);
  bottom: calc(3.125vw + 30px);
  width: 30%;
  text-align: right;
}
@media screen and (max-width: 1260px) {
  .news .cherry-pick .box .swiper .swiper-pagination {
    right: 8.5%;
    bottom: 8vw;
  }
}
@media screen and (max-width: 991px) {
  .news .cherry-pick .box .swiper .swiper-pagination {
    right: calc(5% + 0.4rem);
    bottom: calc(5% + 0.4rem);
  }
}
.news .cherry-pick .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.05rem;
  border-radius: 0;
  background: #000000;
  opacity: 0.1;
}
.news .cherry-pick .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #d3899d;
}
.news .new-list {
  padding-top: 1.5625%;
}
@media screen and (max-width: 991px) {
  .news .new-list {
    padding-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .news .new-list {
    padding-top: 0.5rem;
  }
}
.news .new-list .box {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.news .new-list .box .newitem {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.news .new-list .box .newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .news .new-list .box .newitem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .news .new-list .box .newitem:nth-child(3n) {
    margin-right: 3%;
  }
  .news .new-list .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .news .new-list .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page .page-list span,
.page .page-list a {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 .1rem;
  min-width: .6rem;
  height: .6rem;
  border-radius: 0.3rem;
  margin-bottom: .1rem;
  margin-right: .1rem;
  text-align: center;
  font-family: "HONORSansCN-Bold";
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.6);
  background-color: #FFFFFF;
  border: rgba(0, 0, 0, 0.1) solid 2px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1260px) {
  .page .page-list span,
  .page .page-list a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span,
  .page .page-list a {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span,
  .page .page-list a {
    min-width: .56rem;
    height: .56rem;
    margin-bottom: .1rem;
    margin-right: .1rem;
    font-size: 12px;
  }
}
.page .page-list span:last-child,
.page .page-list a:last-child {
  margin-right: 0;
}
.page .page-list span:hover,
.page .page-list a:hover {
  color: #FFFFFF;
  background: #dc8da3;
  border: #dc8da3 solid 2px;
}
.page .page-list span.fyprev,
.page .page-list a.fyprev {
  background: #FFFFFF url(../images/icon36.png) center no-repeat;
  background-size: 0.1rem auto;
}
.page .page-list span.fyprev.disabled,
.page .page-list a.fyprev.disabled {
  pointer-events: none;
}
.page .page-list span.fyprev:hover,
.page .page-list a.fyprev:hover {
  background: #dc8da3 url(../images/icon36a.png) center no-repeat;
  background-size: 0.1rem auto;
}
.page .page-list span.fynext,
.page .page-list a.fynext {
  background: #FFFFFF url(../images/icon37.png) center no-repeat;
  background-size: 0.1rem auto;
}
.page .page-list span.fynext.disabled,
.page .page-list a.fynext.disabled {
  pointer-events: none;
  background: none;
}
.page .page-list span.fynext:hover,
.page .page-list a.fynext:hover {
  background: #dc8da3 url(../images/icon37a.png) center no-repeat;
  background-size: 0.1rem auto;
}
.page .page-list span.on,
.page .page-list a.on {
  color: #FFFFFF;
  background: #dc8da3;
  border: #dc8da3 solid 2px;
}
.page .page-list span {
  min-width: 0.3rem;
  background: none;
}
.page .page-list span.els {
  color: #999999;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .page .page-list span.els {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span.els {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span.els {
    font-size: .32rem;
  }
}
.page .page-list span:hover {
  background: none;
}
.new-details .public-crumbs .contain {
  width: 100%;
  padding-left: 2.34375%;
  padding-right: 2.34375%;
  box-sizing: border-box;
}
.new-details .box {
  max-width: 10rem;
  width: 100%;
  margin: 6.5% auto 0;
}
@media screen and (max-width: 1260px) {
  .new-details .box {
    max-width: 100%;
  }
}
.new-details .box .portion {
  padding-bottom: 0.2rem;
  border-bottom: #e5e5e5 solid 2px;
}
.new-details .box .portion .i-title {
  flex: 1;
}
.new-details .box .portion .i-title .text {
  margin-top: 0.25rem;
  color: #000000;
  font-size: 0.2rem;
  gap: 0.45rem;
}
@media screen and (max-width: 1260px) {
  .new-details .box .portion .i-title .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .i-title .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .new-details .box .portion .i-title .text {
    font-size: .28rem;
  }
}
.new-details .box .content {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .new-details .box .content {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .new-details .box .content {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .new-details .box .content {
    font-size: .28rem;
  }
}
.new-details .box .content img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.new-details .box .content .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .new-details .box .content .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .new-details .box .content .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .new-details .box .content .subtit {
    font-size: .32rem;
  }
}
.new-details .box .content .iframebox,
.new-details .box .content iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .new-details .box .content .iframebox,
  .new-details .box .content iframe {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .new-details .box .content .iframebox,
  .new-details .box .content iframe {
    height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .new-details .box .content .iframebox,
  .new-details .box .content iframe {
    height: 300px;
  }
}
.article-operate {
  padding-top: 0.3rem;
  border-top: #e5e5e5 solid 2px;
}
@media screen and (max-width: 991px) {
  .article-operate {
    display: none;
  }
}
.article-operate ul {
  padding: 0;
  width: 100%;
}
.article-operate ul li {
  list-style: none;
  border-bottom: #e5e5e5 solid 2px;
  display: flex;
  width: 100%;
}
.article-operate ul li a {
  display: inline-block;
  max-width: 100%;
  padding: 0.24rem 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .article-operate ul li a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .article-operate ul li a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .article-operate ul li a {
    font-size: .28rem;
  }
}
.article-operate ul li a:hover {
  color: #dc8da3;
}
.other-news {
  width: 100%;
  overflow: hidden;
}
.other-news .box {
  margin-top: 0.4rem;
}
.other-news .box .swiper {
  position: relative;
  width: 100%;
  overflow: inherit;
}
@media screen and (max-width: 991px) {
  .other-news .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.other-news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.other-news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.other-news .box .swiper .swiper-wrapper .swiper-slide a {
  height: 100%;
}
.other-news .box .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.other-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #000000;
  opacity: 0.1;
  border-radius: 0;
}
.other-news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dc8da3;
  opacity: 1;
}
.recruitment {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 36.71875vw;
  box-sizing: border-box;
}
.recruitment .i-title .text {
  margin-top: 0.2rem;
}
.recruitment .i-title .text a {
  color: #dc8da3;
  font-size: .24rem;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .recruitment .i-title .text a {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .recruitment .i-title .text a {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitment .i-title .text a {
    font-size: .32rem;
  }
}
.recruitList .wrap {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  .recruitList .wrap {
    flex-wrap: wrap;
  }
}
.recruitList .wrap .i-title {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .recruitList .wrap .i-title {
    flex: auto;
    width: 100%;
  }
}
.recruitList .wrap .layui-form {
  flex-shrink: 0;
  width: 58.75%;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .recruitList .wrap .layui-form {
    width: 64%;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .wrap .layui-form {
    width: 100%;
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
.recruitList .wrap .layui-form .layui-form-item {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .recruitList .wrap .layui-form .layui-form-item {
    flex-wrap: wrap;
  }
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline {
  position: relative;
  z-index: 5;
  float: none;
  width: 31.9%;
  margin-right: 2.15%;
  left: auto !important;
  margin-left: 0 !important;
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline:nth-child(2) {
  z-index: 4;
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline:nth-child(3) {
  z-index: 3;
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.25rem;
  }
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
  width: 100%;
  height: 0.7rem;
  border: #e5e5e5 solid 1px;
  padding: 0 0.5rem 0 0.3rem;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1260px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-input {
    height: 0.8rem;
  }
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select .layui-select-title .layui-edge {
  right: 0.3rem;
  border-top-color: #999999;
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl {
  top: 0.7rem;
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
  line-height: 0.4rem;
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
    line-height: 0.56rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd {
    line-height: 0.64rem;
  }
}
.recruitList .wrap .layui-form .layui-form-item .layui-input-inline .layui-form-select dl dd.layui-this {
  background: #dc8da3;
}
.recruitList .box {
  margin-top: 0.7rem;
}
@media screen and (max-width: 991px) {
  .recruitList .box {
    margin-top: 0.4rem;
  }
}
.recruitList .box ul {
  margin-bottom: 0.7rem;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .recruitList .box ul {
    margin-bottom: 0.9rem;
  }
}
.recruitList .box ul li {
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.1rem;
  list-style: none;
  background: #f5f5f5;
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitList .box ul li {
    padding: 0.2rem 0.35rem;
    margin-bottom: 0.3rem;
  }
}
.recruitList .box ul li .crosshead {
  position: relative;
  min-height: 0.9rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  overflow: hidden;
}
.recruitList .box ul li .crosshead .post {
  flex: 1;
  font-family: "HONORSansCN-Bold";
  font-size: .24rem;
  color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .crosshead .post {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .crosshead .post {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .crosshead .post {
    font-size: .32rem;
  }
}
.recruitList .box ul li .crosshead .recruit_btn {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .crosshead .recruit_btn {
    margin-left: 0.25rem;
  }
}
.recruitList .box ul li .crosshead .recruit_btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.6rem;
  height: 0.4rem;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 0.18rem;
  background: #dc8da3;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .crosshead .recruit_btn span {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .crosshead .recruit_btn span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .crosshead .recruit_btn span {
    font-size: .26rem;
  }
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .crosshead .recruit_btn span {
    height: 0.5rem;
  }
}
.recruitList .box ul li .crosshead .recruit_btn span i {
  display: inline-block;
  margin-left: 0.15rem;
  width: 0.13rem;
  height: 0.08rem;
  background: url(../images/icon38.png) center no-repeat;
  background-size: 100% auto;
}
.recruitList .box ul li .brief {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
  row-gap: 0.15rem;
  column-gap: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .brief {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .brief {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .brief {
    font-size: .26rem;
  }
}
.recruitList .box ul li .content {
  display: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .content {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .content {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .content {
    font-size: .26rem;
  }
}
.recruitList .box ul li .content .text {
  min-width: 15%;
  margin-bottom: 0.4rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.recruitList .box ul li .content .text.half {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .content .text.half {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruitList .box ul li .content .text {
    width: 100%;
  }
}
.recruitList .box ul li .content h5 {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .content h5 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .recruitList .box ul li .content h5 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .content h5 {
    font-size: .28rem;
  }
}
.recruitList .box ul li .content a,
.recruitList .box ul li .content .email_txt {
  font-family: "HONORSansCN-Bold";
  color: #dc8da3;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .content a,
  .recruitList .box ul li .content .email_txt {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .recruitList .box ul li .content a,
  .recruitList .box ul li .content .email_txt {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .recruitList .box ul li .content a,
  .recruitList .box ul li .content .email_txt {
    font-size: .32rem;
  }
}
.recruitList .box ul li .content .code img {
  max-width: 100px;
}
.advantages .i-title .text {
  margin-top: 0.15rem;
}
.advantages .box {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .advantages .box {
    flex-wrap: wrap;
  }
}
.advantages .box .item {
  width: 24.34375%;
  margin-right: 0.875%;
  margin-bottom: 0.875%;
  text-align: center;
  padding: 0.8rem 0.4rem;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
.advantages .box .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .advantages .box .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .advantages .box .item:nth-child(4n) {
    margin-right: 2%;
  }
  .advantages .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .advantages .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.3rem;
    padding: 0.6rem 0.3rem;
  }
}
.advantages .box .item .icon img {
  max-width: 0.85rem;
}
.advantages .box .item .txt {
  margin-top: 0.5rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .advantages .box .item .txt {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .advantages .box .item .txt {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .advantages .box .item .txt {
    font-size: .32rem;
  }
}
.ApplicationCases {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .ApplicationCases {
    padding-bottom: 1.8rem;
  }
}
.ApplicationCases .wrap .swiper-bar {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .ApplicationCases .wrap .swiper-bar {
    position: absolute;
    left: 5%;
    bottom: 0.7rem;
    width: 90%;
  }
}
.ApplicationCases .wrap .swiper-bar .swiper-pagination {
  position: static;
  width: auto;
  font-family: "HONORSansCN-Bold";
  font-size: .24rem;
  color: #000000;
  margin-right: 0.4rem;
}
@media screen and (max-width: 1260px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination {
    font-size: .32rem;
  }
}
.ApplicationCases .wrap .swiper-bar .swiper-pagination .swiper-pagination-total {
  font-size: 16px;
}
@media screen and (max-width: 1580px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .ApplicationCases .wrap .swiper-bar .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
  }
}
.ApplicationCases .wrap .swiper-bar .swiper-scrollbar {
  position: static;
  width: 3.3rem;
  height: 2px;
}
@media screen and (max-width: 991px) {
  .ApplicationCases .wrap .swiper-bar .swiper-scrollbar {
    flex: 1;
    overflow: hidden;
  }
}
.ApplicationCases .box {
  margin-top: 0.5rem;
  box-sizing: border-box;
}
.ApplicationCases .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 8.333333333333333%;
  padding-right: 54.16666666666667%;
}
@media screen and (max-width: 1260px) {
  .ApplicationCases .box .swiper {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .ApplicationCases .box .swiper {
    padding-right: 35%;
  }
}
@media screen and (max-width: 767px) {
  .ApplicationCases .box .swiper {
    padding-right: 20%;
  }
}
@media screen and (max-width: 480px) {
  .ApplicationCases .box .swiper {
    padding-right: 15%;
  }
}
.ApplicationCases .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.ApplicationCases .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item {
  display: block;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}
.ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .img img {
  max-width: 100%;
}
.ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .subtit {
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .ApplicationCases .box .swiper .swiper-wrapper .swiper-slide .item .subtit {
    font-size: .32rem;
  }
}
.application-details {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.application-details .public-crumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .application-details .box {
    flex-wrap: wrap;
  }
}
.application-details .box .textbox {
  width: 48.75%;
}
@media screen and (max-width: 1260px) {
  .application-details .box .textbox {
    width: 53.25%;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .textbox {
    width: 100%;
  }
}
.application-details .box .textbox .title {
  font-size: .5rem;
  color: #FFFFFF;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .application-details .box .textbox .title {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .textbox .title {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details .box .textbox .title {
    font-size: .45rem;
  }
}
.application-details .box .textbox .text {
  margin-top: 0.25rem;
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .application-details .box .textbox .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .application-details .box .textbox .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details .box .textbox .text {
    font-size: .26rem;
  }
}
.application-details .box .textbox .generalbtns {
  margin-top: 0.5rem;
}
.application-details .box .textbox .related_txt {
  margin-top: 0.4rem;
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .application-details .box .textbox .related_txt {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .application-details .box .textbox .related_txt {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .application-details .box .textbox .related_txt {
    font-size: .32rem;
  }
}
.application-details .box .textbox .related_txt a {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.application-details .box .textbox .related_txt a:hover {
  color: #dc8da3;
}
.application-details .box .imgbox {
  width: 43.75%;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .application-details .box .imgbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.application-details .box .imgbox img {
  max-width: 100%;
  max-height: 5rem;
}
.parameter .box {
  margin-top: 0.4rem;
}
@media screen and (max-width: 991px) {
  .parameter .box {
    margin-top: 0.3rem;
  }
}
.parameter .box .section {
  border-top: rgba(0, 0, 0, 0.1) solid 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.parameter .box .section:last-child {
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
}
.parameter .box .section .subtit {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .parameter .box .section .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .parameter .box .section .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .parameter .box .section .subtit {
    font-size: .32rem;
  }
}
.parameter .box .section .text {
  margin-top: 0.1rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .parameter .box .section .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .parameter .box .section .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .parameter .box .section .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .parameter .box .section .text {
    margin-top: 10px;
  }
}
.parameter .box .section .text img {
  max-width: 100%;
}
.parameter .box .section .text ul {
  padding-left: revert;
}
.parameter .box .section .text ul li {
  list-style: inherit;
}
.related_product {
  width: 100%;
  overflow: hidden;
}
.related_product .box {
  margin-top: 0.4rem;
}
.related_product .box .swiper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .related_product .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.related_product .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.related_product .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.related_product .box .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.related_product .box .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #000000;
  opacity: 0.1;
  border-radius: 0;
  margin: 0 5px;
}
.related_product .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #dc8da3;
  opacity: 1;
}
.product-item {
  display: block;
  width: 100%;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
}
.product-item .img {
  width: 100%;
  overflow: hidden;
}
.product-item .img img {
  max-width: 100%;
}
.product-item .subtit {
  margin-top: 0.2rem;
  padding-bottom: 0.3rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .product-item .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .product-item .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .product-item .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .overview .box {
    flex-wrap: wrap;
  }
}
.overview .box .textbox {
  width: 48.75%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .overview .box .textbox {
    width: 100%;
    padding-bottom: 0;
  }
}
.overview .box .textbox .i-title .text {
  margin-top: 0.1rem;
  min-height: 1.3rem;
}
@media screen and (max-width: 1580px) {
  .overview .box .textbox .i-title .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .overview .box .textbox .i-title .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .overview .box .textbox .i-title .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .overview .box .textbox .i-title .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .overview .box .textbox .i-title .text {
    margin-top: 8px;
  }
}
.overview .box .textbox .i-title .text a {
  color: rgba(0, 0, 0, 0.6);
}
.overview .box .imgbox {
  width: 43.75%;
  min-height: 20.83333333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  background: #f4f7fa;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .overview .box .imgbox {
    width: 100%;
    min-height: 250px;
  }
}
.overview .box .imgbox img {
  max-width: 100%;
  max-height: 5rem;
}
.explanation {
  background: #f5f5f5;
}
.explanation .wrap .expand_btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  height: 0.42rem;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 0.18rem;
  background: #dc8da3;
  cursor: pointer;
  padding: 0 0.25rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .explanation .wrap .expand_btn span {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .explanation .wrap .expand_btn span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .explanation .wrap .expand_btn span {
    font-size: .26rem;
  }
}
@media screen and (max-width: 1260px) {
  .explanation .wrap .expand_btn span {
    height: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .explanation .wrap .expand_btn span {
    height: 0.6rem;
  }
}
.explanation .box {
  margin-top: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .explanation .box {
    margin-top: 0.4rem;
  }
}
.explanation .box ul {
  background: #ffffff;
  padding: 0;
}
.explanation .box ul li {
  list-style: none;
  padding: 0 0.3rem;
  border-bottom: rgba(0, 0, 0, 0.1) solid 2px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .explanation .box ul li {
    padding: 0 0.4rem;
  }
}
.explanation .box ul li:last-child {
  border-bottom: none;
}
.explanation .box ul li.on .crosshead span {
  color: #dc8da3;
}
.explanation .box ul li.on .crosshead i {
  background: url(../images/icon40.png) center no-repeat;
  background-size: 100% auto;
}
.explanation .box ul li .crosshead {
  padding: 0.15rem 0;
}
@media screen and (max-width: 991px) {
  .explanation .box ul li .crosshead {
    padding: 0.22rem 0;
  }
}
.explanation .box ul li .crosshead span {
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .explanation .box ul li .crosshead span {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .explanation .box ul li .crosshead span {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .explanation .box ul li .crosshead span {
    font-size: .28rem;
  }
}
.explanation .box ul li .crosshead i {
  display: inline-block;
  margin-left: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon39.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .explanation .box ul li .crosshead i {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: 0.05rem;
  }
}
.explanation .box ul li .content {
  display: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .explanation .box ul li .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .explanation .box ul li .content {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .explanation .box ul li .content {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .explanation .box ul li .content {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .explanation .box ul li .content {
    padding-top: 0.36rem;
    padding-bottom: 0.36rem;
  }
}
.resource-download .box {
  margin-top: 0.4rem;
}
@media screen and (max-width: 991px) {
  .resource-download .box {
    overflow-x: auto;
  }
}
.resource-download .box table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .resource-download .box table {
    min-width: 720px;
  }
}
.resource-download .box table th {
  text-align: left;
  color: #FFFFFF;
  font-size: 0.2rem;
  height: 0.6rem;
  background: #dc8da3;
  border: #FFFFFF solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .resource-download .box table th {
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .resource-download .box table th {
    font-size: .24rem;
    height: 0.66rem;
  }
}
@media screen and (max-width: 991px) {
  .resource-download .box table th {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .resource-download .box table th {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .resource-download .box table th {
    height: 0.8rem;
  }
}
.resource-download .box table td {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  height: 0.6rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .resource-download .box table td {
    font-size: 14px;
    height: 50px;
  }
}
@media screen and (max-width: 1260px) {
  .resource-download .box table td {
    font-size: .22rem;
    height: 0.66rem;
  }
}
@media screen and (max-width: 991px) {
  .resource-download .box table td {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .resource-download .box table td {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .resource-download .box table td {
    height: 0.8rem;
  }
}
.characteristics {
  background: #f5f5f5;
}
.characteristics .box {
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1580px) {
  .characteristics .box {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .characteristics .box {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .characteristics .box {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .characteristics .box {
    font-size: .26rem;
  }
}
.characteristics .box ul {
  padding-left: revert;
}
.characteristics .box ul li {
  list-style: inherit;
}
@media screen and (max-width: 991px) {
  .design-resources .wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .design-resources .wrap .i-title {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .design-resources .wrap .commonsearch {
    margin-top: 0.35rem;
  }
}
.design-resources .box {
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .design-resources .box {
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.design-resources .box .navside {
  position: sticky;
  top: 1.2rem;
  z-index: 10;
  width: 18.75%;
  background: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .design-resources .box .navside {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.design-resources .box .navside ul {
  padding: 0.12rem;
}
@media screen and (max-width: 991px) {
  .design-resources .box .navside ul {
    padding: 15px;
  }
}
.design-resources .box .navside ul li {
  list-style: none;
  background: #FFFFFF;
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 991px) {
  .design-resources .box .navside ul li {
    margin-bottom: 10px;
  }
}
.design-resources .box .navside ul li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0.2rem 0.25rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
}
@media screen and (max-width: 1580px){
	.design-resources .box .navside ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .design-resources .box .navside ul li a {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .design-resources .box .navside ul li a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .design-resources .box .navside ul li a {
    font-size: .26rem;
  }
}
.design-resources .box .navside ul li a i {
  display: inline-block;
  margin-right: 0.1rem;
  margin-top: 0.04rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon23.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1901px){
	.design-resources .box .navside ul li a i{
		width: 14px;
  	height: 14px;
  	margin-right: 8px;
	}
}
@media screen and (max-width: 991px) {
  .design-resources .box .navside ul li a i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.design-resources .box .navside ul li a span {
  flex: 1;
  overflow: hidden;
}
.design-resources .box .navside ul li.on a i {
  background: url(../images/icon24.png) center no-repeat;
  background-size: 100% auto;
}
.design-resources .box .rightside {
  width: 79.0625%;
}
@media screen and (max-width: 991px) {
  .design-resources .box .rightside {
    width: 100%;
    margin-top: 0.4rem;
    overflow-x: auto;
  }
}
.design-resources .box .rightside table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .design-resources .box .rightside table {
    min-width: 720px;
  }
}
.design-resources .box .rightside table th {
  text-align: left;
  color: #FFFFFF;
  font-size: 0.2rem;
  height: 0.6rem;
  background: #dc8da3;
  border: #FFFFFF solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.design-resources .box .rightside table th{
		height: 50px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1260px) {
  .design-resources .box .rightside table th {
  	height: 0.66rem;
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .design-resources .box .rightside table th {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .design-resources .box .rightside table th {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .design-resources .box .rightside table th {
    height: 0.8rem;
  }
}
.design-resources .box .rightside table td {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  height: 0.6rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.design-resources .box .rightside table td{
		height: 50px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .design-resources .box .rightside table td {
  	height: 0.66rem;
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .design-resources .box .rightside table td {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .design-resources .box .rightside table td {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .design-resources .box .rightside table td {
    height: 0.8rem;
  }
}
.design-resources .box .rightside table td a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.design-resources .box .rightside table td a:hover {
  color: #dc8da3;
}
.commonsearch {
  width: 25.625%;
}
@media screen and (max-width: 1580px){
	.commonsearch {
	  width: 28%;
	}
}
@media screen and (max-width: 1260px){
	.commonsearch {
	  width: 32%;
	}
}
@media screen and (max-width: 991px) {
  .commonsearch {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .commonsearch {
    max-width: 100%;
  }
}
.commonsearch .form {
  display: flex;
  width: 100%;
  border-radius: 0.3rem;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 1901px){
	.commonsearch .form{
		border-radius: 30px;
	}
}
@media screen and (max-width: 991px) {
  .commonsearch .form {
    border-radius: 0.4rem;
  }
}
.commonsearch .form .text {
  border: none;
  outline: none;
  background: none;
  padding: 0 0.4rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 1rem);
  height: 0.58rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px){
	.commonsearch .form .text{
		font-size: 14px;
		height: 50px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 1260px) {
  .commonsearch .form .text {
    font-size: .22rem;
    height: 0.64rem;
  }
}
@media screen and (max-width: 991px) {
  .commonsearch .form .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .commonsearch .form .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .commonsearch .form .text {
    height: 0.64rem;
  }
}
@media screen and (max-width: 480px) {
  .commonsearch .form .text {
    height: 0.75rem;
  }
}
.commonsearch .form .btns {
  width: 1rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: inherit;
  background: #dc8da3;
  border: none;
  border-radius: 0.3rem;
}
@media screen and (max-width: 1901px){
	.commonsearch .form .btns{
		width: 90px;
		height: 54px;
		border-radius: 30px;
	}
}
@media screen and (max-width: 1580px){
	.commonsearch .form .btns{
		width: 80px;
		height: 50px;
	}
}
@media screen and (max-width: 1260px){
	.commonsearch .form .btns{
		width: 1rem;
		height: 0.64rem;
		border-radius: 0.4rem;
	}
}
@media screen and (max-width: 991px) {
  .commonsearch .form .btns {
    height: 0.64rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .commonsearch .form .btns {
    width: 1.25rem;
    height: 0.75rem;
  }
}
.commonsearch .form .btns img {
  max-width: 18%;
}
@media screen and (max-width: 991px) {
  .commonsearch .form .btns img {
    max-width: 25%;
  }
}
.hardware-tools .box {
  margin-top: 0.3rem;
}
@media screen and (max-width: 1260px) {
  .hardware-tools .box {
    margin-top: 0.4rem;
  }
}
#tools-list {
  padding-top: 0.7rem;
  margin-top: -0.7rem;
}
@media screen and (max-width: 1260px) {
  #tools-list {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap {
    flex-wrap: wrap;
  }
}
.tools-list .wrap .leftside {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .i-title {
    flex: 1;
    overflow: hidden;
  }
}
.tools-list .wrap .leftside .selectli {
  position: relative;
  z-index: 10;
  width: 180px;
  margin-left: 0.35rem;
}
@media screen and (max-width: 1580px) {
  .tools-list .wrap .leftside .selectli {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli {
    width: 180px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .wrap .leftside .selectli {
    width: 150px;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  background: #FFFFFF;
  border-radius: 5px;
}
@media screen and (max-width: 1580px){
	.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title {
    font-size: .26rem;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input {
  color: rgba(0, 0, 0, 0.6);
  background: #FFFFFF;
  border: #dc8da3 solid 1px;
  padding: 0 0.36rem 0 0.2rem;
  height: 0.45rem;
  border-radius: 5px;
}
@media screen and (max-width: 1580px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input {
  	height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input {
    padding: 0 32px 0 16px;
    height: 36px;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input:focus {
  border: #dc8da3 solid 1px !important;
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-input:hover {
  border: #dc8da3 solid 1px !important;
}
.tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-edge {
  margin-top: -0.08rem;
  right: 0.2rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/icon43.png) center no-repeat;
  background-size: 100% auto;
  border: none;
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select .layui-select-title .layui-edge {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 16px;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select dl {
  top: 100%;
  border: none;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
@media screen and (max-width: 1580px){
	.tools-list .wrap .leftside .selectli .layui-form-select dl{
		top: 40px;
	}
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl {
    top: 42px;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select dl dd {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  padding: 0 0.2rem;
}
@media screen and (max-width: 1580px){
	.tools-list .wrap .leftside .selectli .layui-form-select dl dd{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd {
    padding: 0 16px;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select dl dd.layui-select-tips {
  padding: 0 0.2rem !important;
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd.layui-select-tips {
    padding: 0 16px !important;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select dl dd.layui-this {
  color: #FFFFFF;
  padding: 0 0.2rem !important;
  background: #dc8da3;
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select dl dd.layui-this {
    padding: 0 16px !important;
  }
}
.tools-list .wrap .leftside .selectli .layui-form-select.layui-form-selected .layui-edge {
  margin-top: -0.1rem;
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .leftside .selectli .layui-form-select.layui-form-selected .layui-edge {
    margin-top: -8px;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .wrap .commonsearch {
    margin-top: 0.35rem;
  }
}
.tools-list .box {
  margin-top: 0.4rem;
}
@media screen and (max-width: 991px) {
  .tools-list .box {
    overflow-x: auto;
    margin-top: 0.5rem;
  }
}
.tools-list .box table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .tools-list .box table {
    min-width: 720px;
  }
}
.tools-list .box table th {
  text-align: left;
  color: #FFFFFF;
  font-size: 0.2rem;
  height: 0.6rem;
  background: #dc8da3;
  border: #FFFFFF solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .tools-list .box table th {
    height: 50px;
		font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .tools-list .box table th {
  	height: 0.66rem;
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .box table th {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .box table th {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .box table th {
    height: 0.8rem;
  }
}
.tools-list .box table td {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  height: 0.6rem;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1580px) {
  .tools-list .box table td {
    height: 50px;
		font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .tools-list .box table td {
  	height: 0.66rem;
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .tools-list .box table td {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .box table td {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .tools-list .box table td {
    height: 0.8rem;
  }
}
.tools-list .box table td a {
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tools-list .box table td a:hover {
  color: #dc8da3;
}
.tools-list .box table td .img {
  text-align: center;
}
.tools-list .box table td .img img {
  max-width: 100%;
  max-height: 80px;
}
.sample-application .box {
  margin-top: 0.3rem;
}
.reference-design .box {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 991px) {
  .reference-design .box {
    margin-top: 0.4rem;
  }
}
.reference-design .box .item {
  padding: 0.5rem 0.35rem;
  box-sizing: border-box;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.reference-design .box .item:first-child {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .reference-design .box .item {
    padding: 0.5rem 0rem;
  }
}
@media screen and (max-width: 767px) {
  .reference-design .box .item {
    flex-wrap: wrap;
  }
}
.reference-design .box .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.reference-design .box .item .img {
  width: 26.1437908496732%;
  overflow: hidden;
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .reference-design .box .item .img {
    width: 100%;
    margin-right: 0;
  }
}
.reference-design .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.reference-design .box .item .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reference-design .box .item .text {
    flex: auto;
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
.reference-design .box .item .text .subtit {
  font-family: "HONORSansCN-Bold";
  font-size: .3rem;
  color: #000000;
}
@media screen and (max-width: 1260px) {
  .reference-design .box .item .text .subtit {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .reference-design .box .item .text .subtit {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .reference-design .box .item .text .subtit {
    font-size: .38rem;
  }
}
.reference-design .box .item .text .txt {
  flex-grow: 1;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1260px) {
  .reference-design .box .item .text .txt {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .reference-design .box .item .text .txt {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .reference-design .box .item .text .txt {
    font-size: .26rem;
  }
}
.software-tool .box {
  margin-top: 0.4rem;
}
.softwareitem {
  width: 49.375%;
  text-align: left;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
  padding: 2.8125% 3.75%;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .softwareitem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
.softwareitem:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .softwareitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
    padding: 0.5rem 0.4rem;
  }
}
.softwareitem .icon img {
  max-width: 0.84rem;
}
@media screen and (max-width: 767px) {
  .softwareitem .icon img {
    max-width: 1rem;
  }
}
.softwareitem .subtit {
  margin-top: 0.3rem;
  font-size: .24rem;
  color: #000000;
  font-family: "HONORSansCN-Bold";
}
@media screen and (max-width: 1260px) {
  .softwareitem .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .softwareitem .subtit {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .softwareitem .subtit {
    font-size: .32rem;
  }
}
.softwareitem .text {
  margin-top: 0.15rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
}
@media screen and (max-width: 1260px) {
  .softwareitem .text {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .softwareitem .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .softwareitem .text {
    font-size: .26rem;
  }
}
.third-party-tools .box {
  margin-top: 0.4rem;
}
.third-party-tools .box .edit-item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.third-party-tools .box .edit-item:hover {
  box-shadow: 0px 0px 21px rgba(0, 174, 255, 0.15);
}
.third-party-tools .box .edit-item .icon img {
  display: block;
  margin: auto;
  width: 1.56rem;
}
@media screen and (max-width: 991px) {
  .technology-sharing .wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .technology-sharing .wrap .i-title {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .technology-sharing .wrap .commonsearch {
    margin-top: 0.35rem;
  }
}
.technology-sharing .box {
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
}
.technology-sharing .box .newitem {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.technology-sharing .box .newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .technology-sharing .box .newitem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .technology-sharing .box .newitem:nth-child(3n) {
    margin-right: 3%;
  }
  .technology-sharing .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .technology-sharing .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.application-overview .box {
  margin-top: 0.8rem;
}
@media screen and (max-width: 991px) {
  .application-overview .box {
    margin-top: 0.5rem;
  }
}
.application-overview .box .item {
  background: #FFFFFF;
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.08);
  margin-bottom: 0.4rem;
}
.application-overview .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .application-overview .box .item {
    flex-wrap: wrap;
  }
}
.application-overview .box .item .imgbox {
  max-width: 43.75%;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .application-overview .box .item .imgbox {
  	max-width: 100%;
    width: 100%;
  }
}
.application-overview .box .item .imgbox img {
  /*display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;*/
 	max-width: 100%;
 	max-height: 5rem;
}
@media screen and (max-width: 991px) {
	.application-overview .box .item .imgbox img{
		display: block;
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
		max-height: 100%;
	}
}
.application-overview .box .item .textbox {
  /*width: 56.25%;*/
	flex: 1;
	overflow: hidden;
  padding: 3% 4.6875%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .application-overview .box .item .textbox {
  	flex: auto;
    width: 100%;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .application-overview .box .item .textbox {
    padding: 0.45rem 0.4rem;
  }
}
.application-overview .box .item .textbox .wrap {
  min-height: 3.5rem;
}
.application-overview .box .item .textbox .wrap .subtit {
  width: 100%;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .3rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1260px) {
  .application-overview .box .item .textbox .wrap .subtit {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .application-overview .box .item .textbox .wrap .subtit {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .application-overview .box .item .textbox .wrap .subtit {
    font-size: .38rem;
  }
}
@media screen and (max-width: 991px) {
  .application-overview .box .item .textbox .wrap .subtit {
    margin-bottom: 12px;
  }
}
.application-overview .box .item .textbox .wrap .txt {
  width: 100%;
  flex-grow: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .application-overview .box .item .textbox .wrap .txt {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .application-overview .box .item .textbox .wrap .txt {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .application-overview .box .item .textbox .wrap .txt {
    font-size: .26rem;
  }
}
.application-overview .box .item .textbox .wrap .txt ul {
  padding-left: 20px;
}
.application-overview .box .item .textbox .wrap .txt ul li {
  list-style: inherit;
}
.application-overview .box .item .textbox .wrap .generalbtns {
  margin-top: 0.4rem;
}
.search-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.search-banner > img {
  width: 100%;
}
.search-banner .public-crumbs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.search-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
.search-banner .box .headline {
  font-family: "HONORSansCN-Bold";
  color: #FFFFFF;
  font-size: .5rem;
}
@media screen and (max-width: 1260px) {
  .search-banner .box .headline {
    font-size: .48rem;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .headline {
    font-size: .4rem;
  }
}
@media screen and (max-width: 480px) {
  .search-banner .box .headline {
    font-size: .45rem;
  }
}
.search-banner .box .searchbox {
  margin-top: 0.25rem;
  max-width: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox {
    max-width: 100%;
  }
}
.search-banner .box .searchbox .layui-form .layui-row {
  width: 100%;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  box-sizing: border-box;
  border-radius: 0.4rem;
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input {
  flex: 1;
  color: #FFFFFF;
  font-size: 0.18rem;
  height: 0.58rem;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1260px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    height: 0.7rem;
    padding: 0 0.4rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-webkit-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-moz-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-ms-input-placeholder {
  font-family: "HONORSansCN-Regular";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn {
  width: 1rem;
  background: #dc8da3;
  border-radius: 0.3rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn {
    width: 1.25rem;
    height: 0.7rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
  max-width: 18%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
    max-width: 22%;
  }
}
.search-result .prompt-text {
  font-size: 0.2rem;
  color: #000000;
  padding: 0.4rem 0;
}
@media screen and (max-width: 1260px) {
  .search-result .prompt-text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .prompt-text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result .prompt-text {
    font-size: .28rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .prompt-text {
    margin-bottom: 15px;
  }
}
.search-result .prompt-text span {
  color: #dc8da3;
}
.search-result .result-tab {
  position: relative;
}
.search-result .result-tab::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.06);
}
.search-result .result-tab ul {
  display: flex;
  align-items: stretch;
  column-gap: 0.8rem;
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul {
    column-gap: 0.6rem;
  }
}
.search-result .result-tab ul li a {
  position: relative;
  display: block;
  padding-bottom: 0.15rem;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: .3rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .search-result .result-tab ul li a {
    font-size: .34rem;
  }
}
@media screen and (max-width: 1260px) {
  .search-result .result-tab ul li a {
    font-size: .36rem;
  }
}
@media screen and (max-width: 480px) {
  .search-result .result-tab ul li a {
    font-size: .38rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .result-tab ul li a {
    padding-bottom: 10px;
  }
}
.search-result .result-tab ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #dc8da3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-result .result-tab ul li.active a {
  color: #dc8da3;
}
.search-result .result-tab ul li.active a::before {
  width: 100%;
}
.search-result .result-tab ul li:hover a {
  color: #dc8da3;
}
.search-result .result-tab ul li:hover a::before {
  width: 100%;
}
.search-result .box {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.search-result .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.search-result .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .search-result .box .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .search-result .box .item:nth-child(3n) {
    margin-right: 3%;
  }
  .search-result .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}




.credentials {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 4% 0;
}
@media screen and (max-width: 991px) {
  .credentials {
    margin: 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .credentials {
    margin: 7% 0;
  }
}
.credentials .item {
  display: flex;
  flex-direction: column;
  width: 32.66666666666667%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding-bottom: 4%;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
  text-align: center;
}
.credentials .item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .credentials .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .credentials .item:nth-child(3n) {
    margin-right: 2%;
  }
  .credentials .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .credentials .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
    padding-bottom: 7%;
  }
  .credentials .item:last-child {
		margin-bottom: 0;
	}
}
.credentials .item:hover .img .icon {
  opacity: 1;
}
.credentials .item .img {
	position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12% 5%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .credentials .item .img {
    padding: 7%;
  }
}
.credentials .item .img > img {
  max-width: 100%;
  max-height: 2.35rem;
}
@media screen and (max-width: 1900px) {
  .credentials .item .img > img {
    max-height: 12.23958333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .credentials .item .img > img {
    max-height: 235px;
  }
}
.credentials .item .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #dc8da3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .credentials .item .img .icon {
    width: 2.604166666666667vw;
    height: 2.604166666666667vw;
  }
}
@media screen and (max-width: 991px) {
  .credentials .item .img .icon {
    width: 48px;
    height: 48px;
  }
}
.credentials .item .img .icon img {
  max-width: 36%;
}
.credentials .item .sp {
  flex-shrink: 0;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.18rem;
  padding: 0 4%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .credentials .item .sp {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .credentials .item .sp {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .credentials .item .sp {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .credentials .item .sp {
    font-size: .26rem;
  }
}


.positions{
	position: absolute;
	top: 0.7rem;
}
.pt120.service{
	padding-top: 0.7rem;
	margin-top: -0.7rem;
}
.pt120.service .contain {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pt120.service .contain {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1260px) {
	.pt120.service{
		padding-top: 70px;
		margin-top: -70px;
	}
	.positions{
		top: 70px;
	}
}


.model_sequence {
  width: 100%;
  border: #e5e5e5 solid 1px;
}
.model_sequence a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0.54rem;
  padding: 0.1rem 0.4rem;
  color: #000000;
  font-size: 0.2rem;
  font-family: "HONORSansCN-Regular";
  background: #ffffff;
  box-sizing: border-box;
  word-break: break-all;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .model_sequence a {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .model_sequence a {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .model_sequence a {
    font-size: .28rem;
  }
}
.model_sequence a:nth-child(even) {
  background: #f5f5f5;
}
.model_sequence a:hover {
  color: #dc8da3;
}
@media screen and (max-width: 1260px) {
  .model_sequence a {
    min-height: 0.64rem;
  }
}
@media screen and (max-width: 991px) {
  .model_sequence a {
    min-height: 45px;
  }
}


@media screen and (max-width: 991px) {
  .about_honor .wrap {
    flex-wrap: wrap;
  }
}
.about_honor .wrap .i-title {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.about_honor .wrap .generalbtns {
  flex-shrink: 0;
  margin-left: 0.2rem;
  margin-top: 0;
}
.about_honor .wrap .generalbtns span {
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
}
.about_honor .box {
  margin-top: 0.4rem;
  padding: 3.75% 0;
  box-shadow: 0px 0px 21px rgba(4, 0, 0, 0.08);
  row-gap: 0.6rem;
}
@media screen and (max-width: 1580px) {
  .about_honor .box {
    padding: 3.75% 2%;
  }
}
@media screen and (max-width: 991px) {
  .about_honor .box {
    padding: 40px 0;
    row-gap: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .about_honor .box {
    padding: 30px 10px;
  }
}
.about_honor .box .item {
  width: 25%;
  padding: 0 2%;
  box-sizing: border-box;
  text-align: center;
}
.about_honor .box .item.hidden {
  display: none;
}
@media screen and (max-width: 991px) {
  .about_honor .box .item {
    width: 50%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .about_honor .box .item {
    padding: 0 3.5%;
  }
}
.about_honor .box .item .img {
  width: 100%;
  overflow: hidden;
}
.about_honor .box .item .img img {
  max-width: 100%;
}
.about_honor .box .item .text {
  margin-top: 10%;
  font-family: "HONORSansCN-Bold";
  color: #000000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .about_honor .box .item .text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .about_honor .box .item .text {
    font-size: .26rem;
  }
}
@media screen and (max-width: 480px) {
  .about_honor .box .item .text {
    font-size: .28rem;
  }
}




@media screen and (max-width: 991px) {
  .addtool .box {
    flex-wrap: wrap;
  }
}
.addtool .box .imgbox {
  width: 53.125%;
  padding: 3.125%;
  text-align: center;
  background: #f4f7fa;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .addtool .box .imgbox {
    width: 100%;
  }
}
.addtool .box .imgbox img {
  max-width: 100%;
}
.addtool .box .textbox {
  width: 41%;
  overflow: hidden;
  min-height: 5rem;
}
@media screen and (max-width: 991px) {
  .addtool .box .textbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.addtool .box .textbox .content .i-title .text {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1580px){
	.addtool .box .textbox .content .i-title .text{
		font-size: 14px;
	}
}
@media screen and (max-width: 1260px) {
  .addtool .box .textbox .content .i-title .text{
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .addtool .box .textbox .content .i-title .text{
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .addtool .box .textbox .content .i-title .text{
    font-size: .26rem;
  }
}
.addtool .box .textbox .content .dlbox {
  margin-top: 0.5rem;
}
.addtool .box .textbox .content .dlbox ul {
  padding: 0;
}
.addtool .box .textbox .content .dlbox ul li {
  list-style: none;
  display: flex;
  margin-bottom: 0.25rem;
}
.addtool .box .textbox .content .dlbox ul li a {
  display: inline-flex;
  align-items: center;
  font-family: "HONORSansCN-Bold";
  color: #dc8da3;
  font-size: .24rem;
}
@media screen and (max-width: 1260px) {
  .addtool .box .textbox .content .dlbox ul li a {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .addtool .box .textbox .content .dlbox ul li a {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .addtool .box .textbox .content .dlbox ul li a {
    font-size: .32rem;
  }
}
.addtool .box .textbox .content .dlbox ul li a i {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.15rem;
  width: 0.3rem;
  height: 0.12rem;
  background: url(../images/icon46.png) center no-repeat;
  background-size: 100% auto;
}
.addtool .box .textbox .content .dlbox ul li a span {
  flex: 1;
  overflow: hidden;
}
.add-overview .i-title .text {
  margin-top: 0.15rem;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
	.add-overview .i-title .text{
		font-size: 14px;
	}
}
/*@media screen and (max-width: 1580px) {
  .add-overview .i-title .text{
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .add-overview .i-title .text{
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .add-overview .i-title .text{
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .add-overview .i-title .text{
    font-size: .26rem;
  }
}*/
.add-overview .content {
  margin-top: 0.25rem;
}
.add-overview .content .addpart {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #e5e5e5 solid 2px;
}
.add-overview .content .addpart:first-child {
  border-top: #e5e5e5 solid 2px;
}
.add-overview .content .addpart .addtitle {
  color: #000000;
  font-size: .24rem;
  font-family: "HONORSansCN-Bold";
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .add-overview .content .addpart .addtitle {
    font-size: .28rem;
  }
}
@media screen and (max-width: 1260px) {
  .add-overview .content .addpart .addtitle {
    font-size: .3rem;
  }
}
@media screen and (max-width: 480px) {
  .add-overview .content .addpart .addtitle {
    font-size: .32rem;
  }
}
.add-overview .content .addpart .desc {
  font-family: "HONORSansCN-Regular";
  /*font-size: 0.18rem;*/
 	font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
}
/*@media screen and (max-width: 1580px) {
  .add-overview .content .addpart .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .add-overview .content .addpart .desc {
    font-size: .22rem;
  }
}
@media screen and (max-width: 991px) {
  .add-overview .content .addpart .desc {
    font-size: .24rem;
  }
}
@media screen and (max-width: 480px) {
  .add-overview .content .addpart .desc {
    font-size: .26rem;
  }
}*/
@media screen and (max-width: 991px) {
  .add-overview .content .addpart .desc {
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.add-overview .content .addpart .desc .facet {
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .add-overview .content .addpart .desc .facet {
    width: 100%;
    padding-right: 0;
  }
}
.add-overview .content .addpart .desc .facet ul {
  padding-left: revert;
}
.add-overview .content .addpart .desc .facet ul li {
  list-style: inherit;
}

.about_honor .box .item .img {
  min-height: 13.5416vw;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1260px){
        .about_honor .box .item .img{
                min-height: 14vw;
        }
}
@media screen and (max-width: 991px){
        .about_honor .box .item .img{
                min-height: 28vw;
        }
}

.about_honor .box{
  align-items:stretch;
}
.about_honor .box .item{
  display:flex;
  flex-direction:column;
}
.about_honor .box .item .img{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.about_honor .box .item .text{
  flex-shrink: 1;
}