/* Demo Styles */
a,
h2,
h3,
h4 {
    font-weight: 400;
}


/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "阿里妈妈方圆体 VF Regular";
    src: url("//at.alicdn.com/wf/webfont/JhyxSaTUPzIM/9XrcjUsTLmS9.woff2") format("woff2"),
        url("//at.alicdn.com/wf/webfont/JhyxSaTUPzIM/ity8P06zTJK2.woff") format("woff");
    font-variation-settings: "wght" 200, "BEVL" 1;
    font-display: swap;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1759122366624') format('woff2'),
        url('../font/iconfont.woff?t=1759122366624') format('woff'),
        url('../font/iconfont.ttf?t=1759122366624') format('truetype');
}





body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  outline-color: #8a6e4b;
}
body {
  font: 12px "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
.english * {
  font-family: en_word;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}


/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  backface-visibility: hidden;
}
a {
  outline: none;
}

html {

}

body{font-size: 1rem;}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 1.4;
}
p {
  line-height: 1.7;
}
.english h1,
.english h2,
.english h3,
.english h4,
.english h5 {
  font-family: en_wb;
}

.inter {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateX(-50%) translateY(5px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: 50%;
}
.inter .items .imgBox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}
.inter .items .imgBox > img {
  max-width: 1.5rem;
}
.inter .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter .items > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #8a6e4b transparent transparent transparent;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.inter:hover .items {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.inter.on .items {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  visibility: visible;
}
.inter_right {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter_right > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter_right .items {
  position: absolute;
  visibility: hidden;
  left: 99%;
  opacity: 0;
  transform: translateX(-5px) translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inter_right .items .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid #8a6e4b;
}
.inter_right .items .imgBox > img {
  max-width: 1.5rem;
}
.inter_right .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter_right .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter_right .items > ul > li {
  background-color: #fff;
}
.inter_right .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter_right .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter_right .items > span {
  position: relative;
  width: 20px;
  display: block;
  height: 1rem;
}
.inter_right .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent #8a6e4b transparent transparent;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.inter_right:hover .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_right.on .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_left {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.inter_left > a {
  background-color: #fff;
  border-radius: 50px;
  font-size: 0.2rem;
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inter_left .items {
  position: absolute;
  visibility: hidden;
  right: 99%;
  opacity: 0;
  transform: translateX(-5px) translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  top: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inter_left .items .imgBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 2px solid #264b7a;
}
.inter_left .items .imgBox > img {
  max-width: 13.5rem;
}

.imgBox_num{background: #e6831f;  font-weight: bold;}
.inter_left .items > img {
  border: 2px solid #fff;
  max-width: 1.5rem;
}
.inter_left .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter_left .items > ul > li {
  background-color: #fff;
}
.inter_left .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter_left .items > ul > li > a:hover {
  color: #8a6e4b;
  text-decoration: underline;
}
.inter_left .items > span {
  position: relative;
  width: 20px;
  display: block;
  height: 1rem;
}
.inter_left .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #8a6e4b;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.inter_left:hover .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
.inter_left.on .items {
  opacity: 1;
  transform: translateX(0px) translateY(-50%);
  visibility: visible;
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 3rem;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: -2px;
  padding-top: 32px;
  padding-bottom: 0.3rem;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(1) translate(0rem, 0.35rem);
  transform: scale(1) translate(0rem, 0.35rem);
  border-bottom-left-radius: 0.5rem;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 0.15rem 0.4rem;
  color: #333;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #8a6e4b;
}
.dropdown > ul > li.active > a {
  color: #8a6e4b;
  background-color: #fff;
}
.dropdown > span {
  cursor: pointer;
  padding: 22px 0.4rem;
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  color: #333;
  border-radius: 1000px;
  background-color: #fff;
  font-size: 0.18rem;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 0.35rem;
  background: #99A3BA;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 0.35rem;
  background: #99A3BA;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0rem, 0.4rem);
  transform: scale(1) translate(0rem, 0.4rem);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: 600;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  backface-visibility: hidden;
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  backface-visibility: hidden;
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  backface-visibility: hidden;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}


.scaleIn {
  animation-name: scaleIn;
}
.getGray {
  -webkit-filter: grayscale(100%);
  /* CSS3 filter方式，webkit内核方式，firefox外的绝大部分的现代浏览器*/
  -moz-filter: grayscale(100%);
  /* 目前没有实现 */
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* CSS3 filter方式，标准写法*/
  /*filter: url("https://www.zsjr.com/templates/dist/css/filters.svg#grayscale");*/
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
.img-ani {
  transform: scaleX(0.5) scaleY(0.5) scaleZ(1) translate(0, 50%);
  transition: all .9s ease;
  opacity: 0;
}
.img-ani .img-child {
  transform: scaleX(1.5) scaleY(1.5) scaleZ(1);
  transition: all 1.5s ease;
}
.img-ani.go {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
  opacity: 1;
}
.img-ani.go .img-child {
  transform: scaleX(1) scaleY(1) scaleZ(1) translate(0);
}
.bx {
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ph .pic {
  position: absolute;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  left: -30px;
  top: -30px;
  backface-visibility: hidden;
}
@media screen and (orientation: portrait) {
  .ph .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
  }
}
.after_top:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background-color: #fff;
}
.scr > img {
  width: 100%;
}
.contactTree {
  position: fixed;
  right: 0;
  height: 23rem;
  box-shadow: 0 7px 40px -10px rgba(29, 48, 48, 0.25);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  align-items: center;
  width: 65px;
}
.contactTree > a,
.contactTree > li {
  padding: 1rem 0;
  width: 100%;
  text-align: center;
}
.contactTree > a > i,
.contactTree > li > i {
  color: #a0a0a0;
  font-size: 2rem;
  line-height: 1;
  display: block;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.contactTree > a > i:hover,
.contactTree > li > i:hover {
  color: #8a6e4b;
}
.contactTree > a svg,
.contactTree > li svg {
  cursor: pointer;
  width: 2rem;
  display: block;
  margin: 0 auto;
}
.contactTree > a svg path,
.contactTree > li svg path {
  fill: #a0a0a0;
  transition: fill 0.3s ease-in-out;
}
.contactTree > a svg:hover path,
.contactTree > li svg:hover path {
  fill: #8a6e4b;
}
.contactTree > a.wb svg,
.contactTree > li.wb svg {
  width: 2rem;
}
.contactTree > a.wx svg,
.contactTree > li.wx svg {
  width: 2rem;
}


























.logo img {
    display: none;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.webfont {
    font-family: "阿里妈妈方圆体 VF Regular";
    font-variation-settings: "wght" 200, "BEVL" 1;
    /* Chrome 140 以下版本需要 */
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.swiper-slide {
    width: 500px;
    height: 100%;
}

.swiper-slide .title {

    font-size: 42px;

    margin-bottom: 0;
    line-height: 45px;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
}

.solution_right .pagination {
    position: static;
}


.swiper-pagination-switch {
    display: inline-block;
    width: 100px;
    height: 8px;

    background: #fff;
    margin-right: 5px;
    opacity: 0.8;

    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #6d6d6d;
}

.index_newlist_title {
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    align-items: center;

    margin: 30px 0px;
}




.index_newlist {
    padding: 0 6%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.index_newlist_list ul {
    display: flex;
    justify-content: space-between;
}

.index_newlist_title h2 {
    font-weight: 400;
    font-size: 2rem;
    color: #141414;
}

.index_more {
    font-size: 1.2rem;
}

.index_new_title {

    color: #9c9c9c;
    line-height: 2rem;
    font-weight: 200;
    font-size: 1.4rem;
    color: #9c9c9c;
    line-height: 2rem;
    margin: 20px 0px;
}



.index_advantage_list li{}

.index_newlist_list>ul>li {
    width: 32.5%;
}

.index_newlist_list>ul>li img {
    width: 100%;
}

.index_new_day {
    line-height: 1.2rem;
    font-weight: 200;
    font-size: 1.4rem;
    color: #9c9c9c;
}

.index_prducts {
    background: #264a7a;
    padding: 40px 0;
}


.device .arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.device .arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 999;
}

.device {}

.title_text {
    font-size: 1.4rem;
    margin-top: 8px;
}

.title_img img {
    max-width: 100%;
}

.index_prducts .swiper-slide {}

.title_text {
    color: #fff;
    text-align: center;
}


.index_advantage_title {
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    color: #141414;
}


.index_advantage_list ul {
    display: flex;
    justify-content: space-between;
}

.index_advantage_list {
    padding: 0 6%;
    box-sizing: border-box;
    margin-bottom: 60px;
}


.index_advantage_list_text {
    height: 100%;
    position: absolute;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 99;

}

.index_advantage_list_text h2 {
    font-size: 2rem;
}

.index_advantage_list_text {
    width: 100%;
}

.index_advantage_list li {
    position: relative;   
}

.text_p {
    font-size: 1rem;
    width: 70%;
    margin-bottom: 30px;
}

.index_advantage_list_img {
    background: #0370ff6d;
}

.index_advantage_list_img img {}

.index_advantage_list_img_bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .6;
}

.index_advantage_list li:hover .index_advantage_list_img_bg {
    opacity: 0;

}
.index_advantage_list_img_bg{ transition: 1s all;}
.index_advantage_title {
    margin: 50px 0;
}


.footer {
    background: #264a7a;
    padding: 4% 6% 2% 6%;
    box-sizing: border-box;
}

.footer_top {
    display: flex;
    justify-content: space-between;
}

.footer_top_right {
    display: flex;
    justify-content: space-between;
}

.search_footer {
    background: none;
    border: solid 1px #93a5bd;
}

.footer_top_right_buttom {

    border: solid 1px #93a5bd;
    border-left: solid 0px #93a5bd;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;

    width: 100px;
    font-size: 1.3rem;
}

.search_footer {
    width: 230px;
    color: #fff;
    padding: 0 5px;

}

.footer_center {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.footer_center {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}

.footer_center_right_img ul {
    display: flex;
    justify-content: space-between;
}

.footer_center_right_title {
    color: #fff;
}

.footer_center_right_img ul li {
    margin-right: 20px;color: #fff; text-align: center;
}

.footer_center_right_img ul li:nth-child(3n) {
    margin-right: 0px;
}

.footer_center_right_title {
    text-align: center;
}

.footer_center_left {
    color: #fff;
}

.footer_center_left_top h2 {
    font-size: 1.5rem;
}

.footer_center_left_top h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.footer_center_left_bottom {
    display: flex;
    margin-bottom: 10px;
}

.footer_center_left_bottom_text_bt {
    width: 80px;
    display: flex;
    text-align: justify;
    text-align-last: justify;
    /* 控制最后一行对齐方式 */

    display: inline-block;
    /* 解决块级元素单行对齐问题 */
    line-height: 1.5;
    /* 优化行高避免文字拥挤 */
    /* 兼容处理 */
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    color: #909fb7;
}

.footer_center_left_bottom_text_nr {
    color: #909fb7;
}

.footer_center_right_title {
    margin-top: 30px;
}

.footer_top {
    margin-bottom: 60px;
}

.footer_bottom {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.about_banner img {
    width: 100%;
}

.inside_nav {
    width: 100%;
    background: #ebebeb;
    padding: 0 8%;
    box-sizing: border-box;
    background: #ebebeb;
}

.inside_nav ul {
    display: flex;
}

.inside_nav ul>li>a {
    font-size: 1rem;
    line-height: 4rem;
}

.inside_nav ul>li {
    border-left: 1px solid #d5d5d5;
    width: 10%;
    display: flex;
    justify-content: center;
}

.inside_nav ul>li:last-child {
    border-right: 1px solid #d5d5d5
}

.inside_nav_on_nav {
    border-bottom: 3px solid #818181;
    box-sizing: border-box;
}

.about_top {
    padding: 0 8%;
    box-sizing: border-box;
}

.about_top_title h2 {
    text-align: center;
    font-size: 1.8rem;
    color: #141414;
}

.about_top_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: #707070;
}


.about_top_sild .swiper-pagination-switch {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}


.about_top_member ul {
    display: flex;
    justify-content: space-between;
}

.about_top_member_img img {
    max-width: 100%;
}

.about_top_member_img {
    overflow: hidden;
    border-radius: 6px;
}

.about_top_member li {
    width: 28%;
}

.about_top_member_name {
    color: #707070;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 15px 0px 25px 0px;
}

.about_top_member_text {
    font-size: 1rem;
    color: #707070;
    line-height: 1.8rem;
}

.about_top_title h2 {
    margin: 42px 0px;
}

.about_top_title {
    margin-bottom: 36px;
}

.about_top_title2 .about_top_title h2 {
    margin: 22px 0px;
}

.about_top_title2 .about_top_title {
    margin: 0px;
}

.about_top_sild2 {
    background: #264b7a;
}

.about_top_sild2_play {
    display: flex;
    justify-content: center;
    width: 1100px;
    position: relative;
    padding: 0 6%;
}

.about_top_sild2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_top_sild2_title {
    color: #fff;
}

.about_top_sild2_title {
    font-size: 1.8rem;
    margin: 40px 0px;
}


.slide_name {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

.about_top_sild2 {
    margin-top: 20px;
}

.about_top_sild2_play .swiper {
    position: static;
}

.about_top_sild2_play .swiper-button-next {
    background: url(../images/sys_05.png) no-repeat;
    height: 120px;
    width: 50px;
    transform: translate(0%, -50%);
}

.about_top_sild2_play .swiper-button-prev {
    background: url(../images/sys_04.png) no-repeat;
    height: 120px;
    width: 50px;
    transform: translate(0%, -50%);
}

.about_top_sild2_play .swiper-button-next:after,
.about_top_sild2_play .swiper-rtl .swiper-button-prev:after {
    content: ""
}


.about_top_sild2_play .swiper-button-prev:after,
.about_top_sild2_play .swiper-rtl .swiper-button-next:after {
    content: ""
}

.about_top_title3 .about_top_title h2 {
    margin-bottom: 0px;
}

.about_case_list {
    padding: 0 8%;
    box-sizing: border-box;
}

.about_case_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_case_list ul li {
    width: 49%;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #e7e8ea;
    border: 1px #ebebeb solid;
}

.about_case_list ul li img {
    max-width: 100%;
}

.about_case_list_main_text {
    position: absolute;
    bottom: 4%;
    left: 4%
}

.about_case_list_main li {
    position: relative;
}

.about_case_list_main_text h2 {
    font-size: 2rem;
    font-family: "阿里妈妈方圆体 VF Regular";
    font-variation-settings: "wght" 200, "BEVL";
    font-weight: bold;
}

.about_case_list_main_text p {
    font-size: 1.5rem;
}

.about2_top {
    display: flex;
    justify-content: center;
    padding: 0 8%;
    box-sizing: border-box;
    margin: 74px 0px;
}

.about2_top_img {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 40px 8px 40px 8px;
}

.about2_top_text {
    font-size: 1.2rem;
    color: #707070;
    text-indent: 2em;
    width: 50%;
    margin-right: 4%;
}

.about2_top_text p {
    line-height: 3rem;
}

.slide_text_p {
    position: absolute;
    padding: 0 16%;
    box-sizing: border-box;
    top: 20%
}

.slide_text_p h2 {
    text-align: left;
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.slide_text_p p {
    text-align: left;
    font-size: 1.5rem;
    padding-right: 22%;
    box-sizing: border-box;
    line-height: 3rem;
}

.about2_banner .title {
    max-width: 100%;
}

.about2_case_list_img {
    display: flex;
    justify-content: center;
}

.about_case_list_main {
    display: flex;
    justify-content: center;
}

.about_case_list_left {
    width:28%;
   
    margin-top: 6.5%;
}

.about_case_list_right {
    width: 30%;
}

.about_case_list_left_zf {
    width: 8px;
    height: 8px;
    background: #ff4401;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.about_case_list_left h2 {
    text-align: right;
    color: #ff4401;
}

.about_case_list_main2 {
    padding: 0 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.about_case_list_right h2 {

    color: #ff4401;
}

.about_case_list_right {
    width: 28%;
}

.about_case_list_center {
  height: auto;

  display: flex;
  width: 20px;
}

.about_case_list_left li {
    margin-bottom: 28%;
}

.about_case_list_left li:nth-child(2) {
    margin-bottom: 22%;
}

.about_case_list_left li:nth-child(3) {
    margin-bottom: 26%;
}


.about_case_list_right li {
    margin-bottom: 26%;
    margin-top: 14%;
}

.about_case_list_right li:nth-child(2) {
    margin-bottom: 26%;
}

.about_case_list_right li:nth-child(3) {
    margin-bottom: 24%;
}

.about_case_list_right li:nth-child(4) {
    margin-bottom: 34%;
}

.about_case_list_right li:nth-child(5) {
    margin-bottom: 36%;
}

.banner .title img {
    max-width: 100%;
}

.headerNav li a span {
    color: #264b7a;
}

li.active a span {
    font-weight: bold;
}

.language-ul::after {
    content: "\e740";
    width: 10px;
    transform: rotate(180deg);
}

.language-ul {
    display: flex;
    align-items: center;
}

.inside_nav_jie .inside_nav ul {
    display: flex;
    justify-content: space-between;
}

.inside_nav_jie .inside_nav ul li {
    text-align: center;
    width: 100%;
}

.solution {
    padding: 0 8%;
    box-sizing: border-box;
}

.solution_banner {
    border-bottom: 1px solid #ececee;
    padding: 20px 0px;
}

.oneclass a {
    font-weight: 400;


    width: 100%;

}

.oneclass {
    display: flex;
}

.towclass ul>li {
    display: flex;
    flex-direction: column;
    line-height: 3rem;
}

.towclass ul>li a {
    border-bottom: 1px solid #ececee;
    padding-left: 10px;
    box-sizing: border-box;
}

.solution_main {
    display: flex;
    justify-content: space-around;
}

.solution_left {
    width: 16%;
    margin-right: 4%;
}

.solution_right {
    width: 80%;
}

.solution_right ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.solution_right ul li {
    width: 32%;
    margin-right: 2%;
}

.solution_right ul li:nth-child(3n) {
    margin-right: 0;
}

.solution_banner img {
    max-width: 100%;
}

.solution_right_img img {
    max-width: 100%;
}

.solution_right_title {
    border-bottom: 1px solid #ececee;
    padding-bottom: 30px;
    margin: 30px 0px;
}

.towclass li a:hover {
    background: #ececee;
    transition: all 2s;
}

.oneclass_on {
    background: #ececee;
}

.news_main_newlist ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news_main_newlist ul li {
    width: 32%;
    margin-right: 2%;
    border: solid #ececec 1px;
    box-sizing: border-box;
    margin-bottom: 4%;
}

.news_main_newlist ul li:nth-child(3n) {
    margin-right: 0;
}

.news_main {
    padding: 0 8%;
    box-sizing: border-box;
}

.news_main_newlist ul li img {
    max-width: 100%;
}

.news_main_newlist_title {
    text-align: center;
}

.news_main_breadcrumb {
    text-align: right;
}

.news_main_newlist_title {
    font-size: 2rem;
    margin: 40px 0px 20px 0px;
}

.news_main_breadcrumb {
    margin: 20px 0px;
}

.news_main_newlist_text {
    padding: 10px;
    box-sizing: border-box;
}

.news_main_newlist_day {
    color: #b4b4b4;
}

.news_main_newlist_p {
    color: #707070;
    font-size: 1.2rem;
    line-height: 2rem;
}


.news_main_newlist_more {
    margin: 10px 0px;
}

.news_main_newlist_p {
    margin-top: 10px;
}

.news_main_con_title {
    border-bottom: 1px solid #bfc5d3;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.news_main_con_title h2 {
    font-size: 1.5rem;
}

.news_main_con_title h3 {
    font-size: 1.5rem;
}

.news_main_con_text {
    color: #707070;
    line-height: 2rem;
    font-size: 1rem;
}

.news_main_con_text_main {
    margin-bottom: 30px;
}

.news_main_map {
    margin-bottom: 80px;
}

.two-box {
    display: flex;
}


.espcms_page_botton {
    display: flex;
    justify-content: center
}

.oneclass+.towclass {
    height: auto;
    transition: 2s all;
}



.towclass {
    height: 0;
    overflow: hidden;
}

.solution_left_list li:hover .towclass {
    height: auto;
    transition: 2s all;
}



.towclass {
 
  transition: 2s all;
}





.product_main_l_list li:hover {
    overflow: initial;
    height: auto;
}

.product_main_l_list .dangqian {
    overflow: initial;
    height: auto;
}



.product_main_l_list li {
    font-size: 17px;

    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 3px;
    height: 45px;
}



.background_width {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}

.dangqian .background_width::after {

    transform: rotate(90deg);


}

.oneclass .one_class {
    font-size: 1.3rem;
}

.oneclass {
    flex-direction: column;
}

.background_width span {
    font-style: normal;
}


.one_class {
    font-size: 1.3rem;
}


.solution_left_list .oneclass {
    height: auto;
}


.solution_left_list li {

    border-bottom: 1px #f3f3f3 solid;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0px;
}

.solution_left_list li dl {
    display: none;
    flex-direction: column;
}

.solution_left_list .oneclass dl {
    display: flex;
}

.solution_left_list li:hover dl {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.solution_left_list li dl dd {
    width: 100%;
    border-bottom: 1px #f3f3f3 solid;
    line-height: 3rem;
}

.solution_left_list li {
    display: flex;
    flex-direction: column;
}

.solution_left_list .oneclass dl {
    width: 100%;
}

.solution_left_list li dl:last-child {
    border-bottom: 0px #f3f3f3 solid;
}

.solution_left_list .oneclass {
    border-bottom: 0px #f3f3f3 solid;
}

.solution_left_list li dl dd:last-child {
    border-bottom: 0px #f3f3f3 solid;
}


.pagination span:nth-child(1) {
    background: #fff;
    color: #000;
}

.pagination span:nth-child(2) {
    background: #fff;
    color: #000;
}

.news_main_newlist {
    display: flex;
    flex-direction: column;
}


.news_main_newlist .pagination {
    position: static;
    transform: translate(0, 0);
}

.zhedie li {
    background: #ebebeb;
    border-radius: 16px;
    overflow: hidden;
    line-height: 4rem;
    margin-bottom: 25px;
}

.ny_about_main_k {
    padding: 0 8%;
    box-sizing: border-box;
}

.layui-row {
    padding: 0 20px;
    box-sizing: border-box;
}

.layui-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhaopin_title_r {
    width: 12%;
    display: flex;
    justify-content: flex-end;
}

.zptext {
    padding: 0 20px;
    box-sizing: border-box;
}

.zptext_one {
    display: flex;
    justify-content: space-between;
    color: #806645;
    padding-right: 10px;
}

.zhaopin_title_r .date {
    font-size: 1.3rem;
    padding-right: 20px;
}

.zptext_one h2 {
    font-size: 1rem
}

.zhaopintitle_text p {
    line-height: 1.5rem;
}

.fa-angle-down {
    transition: .6s all;
}

.on .fa-angle-down {
    transform: rotate(90deg);
}

.on .layui-row {
    border-bottom: 1px solid #e5e5e5;
}


.zhaopin_anniu {
    width: 180PX;
    height: 50PX;
    background-color: #ebebeb;
    border-radius: 40PX;
    border: 1px solid #dbd9d7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #775b37;
    transition: 1s all;

    margin: 30px 0px;
}

.zhaopin_anniu::before {
    content: "\e6c4";
    padding-right: 10px;
}

.zhaopin_anniu:hover {
    background: #fff;
}



.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;

    background: #fff;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.zhedie .layui-col-md3 {
    display: flex;
}

.zhedie .zhaopintitle_text p {
    color: #000;
    text-align: left;
}


.join .pagination {
    z-index: 20;
    bottom: 10px;
    position: static;
    transform: translate(0, 0)
}

.news_main_newmain_title {
    text-align: center;
    font-size: 1.5rem;
}


.news_main_newmain_time {
    border-top: solid #ececec 1px;
    border-bottom: solid #ececec 1px;
}

.news_main_newlist .news_main_newmain_time li {
    width: auto;
    border: none;
    margin-bottom: 0%;
    line-height: 3rem;
}


.news_main_newmain_text {
    margin: 40px 0px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.news_guanlian_list_title {
    font-size: 1.2rem;
    margin: 20px 0px;
}


.news_main_newlist .news_guanlian_list ul li {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-right: 0;
    margin-bottom: 0;
}

.news_main_newlist .news_guanlian_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_guanlian_list {
    margin-bottom: 60px;
}

.news_guanlian_list_title_t {
    font-size: 1.4rem;
    margin: 20px 0px;
}

.news_main_newmain_title {
    margin-bottom: 30px;
}

.news_main_newmain_text {
    min-height: 500px;
}


.solution_main_xx {
    display: flex;
    justify-content: space-between;
    width: 100%;

    align-items: center;
}

.solution_left_xx {
    width: 40%;
}

.solution_right_xx {
    width: 55%;
}


.e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgb(241 241 241);
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 78px;
    padding-right: 78px;

    display-radio: flex;
}


.e_h1-4 {
 
    font-size:2rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;  font-weight: 100;
}


.e_line-27 {
    max-height: 1px;
}


.e_text-46 {
    font_radio: 2;
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    display-radio: 1;
    max-width: 177.59px;
}

.e_text-25 {
    font_radio: 2;
    color: rgba(153, 153, 153, 1);
    display-radio: 1;
    font-size: 16px;
    font-family: Arial;
}

.e_container-49 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    max-width: 458px;
    margin-top: 5%;
}

.e_container-49>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.e_button-52 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 100px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    background-color: rgba(255, 255, 255, 0.04);
    border-color: rgb(0 0 0 / 20%);
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: rgba(107, 107, 107, 1);
    min-width: 190px;
    min-height: 56px;
    line-height: 2.5;
    font-size: 16px;
    font-family: Arial;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
}

.e_h1-4 {
    font_radio: 2;
    display-radio: 1;
    font-size: 34px;
    color: #333333;
    line-height: 1;
}

.e_container-3>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.cbox-3-0 {
    width: 100%;
}

.e_container-24 {
    display: flex;
}

.e_container-49 {
    display: flex;
    justify-content: flex-start;
}


.e_button-52 {
    border: 1px solid rgb(0 0 0 / 20%);    
    border-radius: 40px;
    font-size: 1rem;
    line-height: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;  width: 100%;   display: flex;margin-right: 23px;
}

.e_button-52 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    padding-right: 40px;
    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022060114502272174/cms/image/1548988e-fdac-4be6-9f60-df8fa460b4a4.png);
    background-position: 83%;
    background-repeat: no-repeat;
    transition: 0.3s all;
}

.cbox-49-0 {width: 150px;  display: flex;}

.e_button-52::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.e_container-24{padding:10px 0px;}
.e_container-43{padding:10px 0px;}


.e_button-52:hover {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,1);
}

.e_button-52:hover::after {
    opacity: 1; color: #fff;
}


.e_button-52:hover span {
    background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022060114502272174/cms/image/12345e8f-83fd-45d5-9611-d7c6888a24e5.png);
}

.solution_main_xx{margin: 40px 0px}

.solution_main_box{display: flex;  flex-direction: column;}



.solution_main2{padding: 0 8%; box-sizing: border-box; margin-bottom: 30px;}

.solution_main_xx_b li{display: flex; justify-content: flex-start;     margin-bottom: 30px;  }

.solution_main_xx_b li .solution_main_xx_b_title{    display: flex;  flex-direction: column;  font-size: 1rem; font-weight: bold; min-width: 8%; text-align: right; }
.solution_main_xx_b_text_title{font-weight: bold;}
.solution_main_xx_b_text{font-size: 1rem; padding-left: 40px; box-sizing: border-box; }


.solution_main_xx_b h2{padding-bottom: 10px;  border-bottom: 1px solid #c2c2c2; margin-bottom: 20px;}

.solution_main_xx_b_text{margin-bottom: 20px;}
.products_message{
    display-radio: 1;
    background-color: rgba(250,250,250,1);
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 0px;
    background_radio: 2;padding:2%  8%     4%   8%; box-sizing: border-box;

}


.products_message_title{text-align: center;}

.products_message_from{background-color: rgba(255,255,255,1);  padding:40px; box-sizing: border-box; width: 80%;}

.products_message_main{width: 100%;    display: flex; 
    flex-direction: column;
    align-items: center;} 



    .products_message_title{
        font-size: 2rem;
        margin: 30px 0px;
    }

.products_message_from li{
    display: flex;
    align-items: center;
    margin: 0 auto;
    height: 56px;
    padding: 0 20px;
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    box-sizing: border-box;
    transition: .5s;     margin-bottom: 1rem; width: 100%;}

    .products_message_from li input{border: none;  background: none;}

    .products_message_from li:nth-child(4)  {height: auto; border: none;}
    .products_message_from li:nth-child(4)  textarea{border: none;  background: none; }

    .message_buttom{border: 1px solid #818181;}

    .products_message_from ul{display: flex;  justify-content: center; flex-direction: column; align-items: center;}

    .message_buttom{width: 200px;  line-height: 3rem; margin: 20px 0px; text-align: center; transition: 1s all;}


    .message_buttom:hover{ background: #000; color: #fff;}
    .message_buttom:hover span{color: #fff;}

    .news_main_newlist_img {overflow: hidden;  }

    .news_main_newlist_img img:hover{transform: scale(1.5);}

    .news_main_newlist ul li{overflow: hidden; }

    .news_main_newlist_img img{transition: 2s all;}

.solution_right_img  img:hover{transform: scale(1.5);}

.solution_right_img{overflow: hidden;  }

.solution_right_img  img{transition: 2s all;}

.index_new_img img:hover{transform: scale(1.5);}

.index_new_img img{transition: 2s all;}

.index_new_img{overflow: hidden;}

.imgBox_num{width: 160px;  line-height: 2rem;}


.footer_top_right_buttom input{border: 0;}

#botton{border: none; background: none;}

.message_buttom:hover #botton{color: #fff;}
.message_buttom:hover  #botton{border: none; background: none;}

.message_but{border: none; background: none;}
.message_but:hover{color: #fff;}
.products_message_from li:nth-child(4){min-height: 60px;}

.res_message ul{display: flex;  flex-wrap: wrap; justify-content: space-between;}

.res_message ul li{width: 32%;}

.res_message_in{    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem; padding-left: 20px; box-sizing: border-box;}

    .res_message{ padding-left:20px; box-sizing: border-box; font-size: 1.2rem; }

    /* 按钮基础样式 */
   .upload-btn {
    padding: 10px 20px;
    background-color: #ebebeb;
    color:#000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size
    transition: background-color 0.3s; border-radius: 100px; height: 4rem; line-height: 3rem;
}
/* 按钮 hover 效果 */
.upload-btn:hover {
    background-color: #b5b5b5; color: #000;
}
/* 隐藏原生文件选择框 */
#file-input {
    display: none;
}
/* 表单提交按钮样式（用于区分） */
.submit-btn {
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #67c23a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;  color: #000;
}





/* 隐藏原生文件选择框 */
.file-input {
    display: none;
}
/* 表单提交按钮样式 */
.submit-btn {
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #67c23a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
/* 按钮容器样式 */
.button-group {
    margin-bottom: 15px;
}

.res_message{margin-bottom: 20px;}

.res_message ul li {margin-bottom: 40px;}

#form2 .message_buttom{ display: flex; justify-content: center;}

.message_but{border-radius: 50px;  background: #264a7a; color: #fff; width: 100%; line-height: 3rem;}
#form2 .message_buttom{border: none; width: 100%;}


#form2 .message_but{ width: 200px;}

#form2  .message_buttom:hover{background:none; }


.zptext_one{margin: 10px 0px;}



.index_prducts .swiper-slide{background: none;}

.about_top_sild2_play{margin-bottom: 30px;}

.solution_right_title{display: flex;  justify-content: space-between;}

.about_top_sild2 img{max-width: 100%;}

.solution_right_serach{display: flex;}
.cloumn{display: flex;  justify-content: center; flex-direction: column;}

.solution_right_serach_tijiao{width: 50px;}

.about_top_sild2_play .swiper-slide{background: none;}

.listnext::before{content: "<"; display: block; color: #707070;}
.listpre::before{content: ">"; display: block; color: #707070;}

.news_main_newmain_text p img{text-align: center; display: inline-block;}


.espcms_page_botton .layui-btn{background: none; height: 20px;
  line-height: 20px;
  padding: 0 4px;  border-radius: 20px; border: none;}
.news_main_newmain_text {display: flex;  justify-content: center;  flex-direction: column; } 

.espcms_page_botton  .pagination button.active{border-radius: 60px; height: 20px; width: 20px; background-color: #e6821e;}

.search{display: flex;  justify-content: flex-start; flex-direction: column;}
.news_main_newmain img{max-width: 100%;}

.search ul{display: flex;   justify-content: flex-start; flex-wrap: wrap;}

.search ul li{width: 24%; margin-right: 1%;}


.message_buttom{border: none;}

.message_buttom:hover {
  background: none;
  color: #fff;
}


.about_case_list_center_line{    height: auto;
  background: #ff4c01;
  border-radius: 4px;
  width: 100%;}

.search ul li:nth-child(4n){margin-right: 0;}

.about_case_list_title_line_l{width: 30px;  height: 16px; background: #ff4c01; border-top-left-radius: 2px; border-bottom-left-radius: 2px;}
.about_case_list_title_line_r{width: 8px;  height: 16px; background: #fd0402;}
.about_case_list_title{display: flex;   justify-content: flex-end;   align-items: center;}
.about_case_list_title_line{display: flex;   justify-content: flex-end;}

.about_case_list_title h2{margin-right: 10px;}

.about_case_list_left_kuang{margin-right: 46px;}


.about_case_list_title_line2_l{width: 8px;  height: 16px; background: #fd0402;}
.about_case_list_title_line2_r{width: 30px;  height: 16px; background: #ff4c01; border-top-right-radius: 2px; border-bottom-right-radius: 2px;}

.about_case_list_left_kuang2 {
  margin-left: 46px;
}
.about_case_list_title2 h2{margin-left: 8px;}

.about_case_list_left_zf2 {
  width: 8px;
  height: 8px;
  background: #ff4401;

  margin-top: 5px;
  margin-right: 5px;
}
.swiper-pagination2{position: absolute;    z-index: 9999;}

.about_case_list_title2{display: flex;  align-items: center; justify-content: flex-start;}




.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {

  left: 50%;
  display: flex;
  transform: translate(-50%,0);
  justify-content: center;

}

.banner .swiper-pagination-bullet  {width: 70px;
  border-radius: 0; height: 6px;}

  .banner  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    background: #707070;
}
@media (max-width: 768px) {






  .index_newlist_list ul{flex-direction: column;}

  .index_newlist_list>ul>li{width: 100%; margin-bottom: 30px;}
  .index_newlist_title h2{font-size: 1rem;}

  .index_newlist_title{margin: 10px 0px;}
.index_more{font-size: 1rem;}

.index_new_title {
  color: #9c9c9c;
  line-height: 2rem;
  font-weight: 200;
  font-size: 0.8rem;
  color: #9c9c9c;
  line-height: 1rem;
  margin: 10px 0px  0px 0px;
}
.index_new_day {
  line-height: 1.2rem;
  font-weight: 200;
  font-size: .7rem;
  color: #9c9c9c;
}


.headerInnerBox .right {
  margin-right: 80px;
}

.index_advantage_title {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #141414;
}


.index_advantage_title {
  margin: 20px 0;
}


.index_advantage_list ul{flex-wrap: wrap;}
.index_advantage_list ul li{  width: 48%;  margin-bottom: 4%;}
.index_advantage_list ul li img{max-width: 100%;}
.index_advantage_list_text h2{font-size: 1rem;}

.text_p{font-size: .8rem;width: 90%;}


.footer_center{flex-direction: column;}

.footer_center_left_top h2 {
  font-size: 1.5rem;
}
.footer_center_left_top h3 {
  font-size: 1rem;
  font-weight: bold;
}


.footer_center_right_img ul li{width: 30%;}


.footer_center_right_img ul li img{max-width: 100%;}
.footer_top{flex-direction: column;}
.footer_top{margin-bottom: 20px;}
.footer_top_left{margin-bottom: 20px;}
.inside_nav ul>li {

  width: 32%;

}
.about2_top_img img{max-width: 100%;}




.about2_top{flex-direction: column;}



.about2_top_img{order: 1; width: 50%;}
.about2_top_text{order: 2;     width: 100%;}
.about2_top{margin-top: 20px;}


.about2_top_text p {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-top: 10px;
}

.about2_top{padding: 0 4%; justify-content: center; align-items: center;}


.about_top {
  padding: 0 4%;
 
}



.solution_main2{padding: 0 4%; }

.ny_about_main_k {
  padding: 0 4%;
}

.ny_about_main_k {
  padding: 0 4%;

}

.about_case_list {
  padding: 0 4%;

}

.title_text {
  font-size: .9rem;
  margin-top: 8px;
}

.index_prducts{padding-bottom: 20px;}


.about_case_list_left {
  width: 30%;
  width: 42%;
  margin-top: 6.5%;
}




.about_case_list_right {
  width: 42%;
}

.about_top_title3 .about_top_title h2 {
font-size: 1rem;
}
.about2_case_list_img img{max-width: 100%;}

.about_top_title h2 {
  font-size: 1rem;
}
.about_top_title p{font-size: .8rem;}


.about_top_title h2 {
  margin: 22px 0px;
}

.about_top_member_name {

  font-size: .9rem;

}

.about_top_member_text {
  font-size: .8rem;

}


.about_top_sild2_title {
  font-size: 1rem;
  margin: 40px 0px;
}

.about_case_list_main_text h2 {
  font-size: 1rem;

}

.about_case_list_main_text p {
  font-size: .8rem;



}







.about_top_sild2_play {

  width: 100%;

}

.about_top_sild2_play  img {
  max-width: 100%;

}

.about_top_sild img{max-width: 100%;}


.slide_name {

  font-size: .8rem;

}
.about_top_sild .swiper-pagination-switch {
  width: 10px;
  height: 10px;
  
}



.layui-col-xs11 h1{font-size: .8rem;}

.news_main_newlist_title {
  font-size: 1rem;

}


.solution_left{display: none;}

.solution_right{width: 100%;}
.inside_nav_jie .inside_nav ul{flex-wrap: wrap;}

.inside_nav_jie .inside_nav ul li{width: 32%;}


.inside_nav_jie{display: none;}

.solution_right_title_right img{max-width: 100%;}
.solution_right ul li{ width: 48%;}
.solution_right ul{justify-content: space-between;}
.pagination {    transform: translate(0, 0);}

.solution_main_xx{flex-direction: column;}
.solution_left_xx{width: 100%;}
.solution_right_xx{width: 100%;}

.e_container-3{padding: 4%;}




.solution {
  padding: 0 4%;
 
}



.solution_main_xx_b li {
  display: flex;
flex-direction: column;
}

.solution_main_xx_b_text {
line-height: 1.6rem;
}

.products_message{    padding: 2% 4% 4% 4%;}


.products_message_from {

  width: 98%;
}



.message_buttom{border: none;}

.e_button-52{    min-width: 128px;}
.news_main{padding:0 4%;}

.news_main_newlist ul {justify-content: space-between;}
.news_main_newlist ul li{width: 100%;   margin-right: 0;}
.news_main_newlist_p {

  font-size:.8rem;
  line-height: 1rem;
}

.news_main_newmain_title{font-size: 1rem;}
.news_guanlian_list_title_t {
  font-size: 1rem;

}
.news_guanlian_list_title {
  font-size: .8rem; width: 80%;
  
}


}
