/*共享样式*/
:root {
  --color1: #0047BA;
  --color2: #00B2E3;
  --color3: #0246ba;
  --color5A: #5A5A5A;
  --color7F: #7F7F7F;
  --colorFF: #FFFFFF;
  --colorF2: #F2F2F2;
  --color22: #222222;
  --colorAA: #222222;
  --colorF4: #F4F4F4;
  --colorB6: #B6B6B6;
  --navheight: 90px;
  --border20: 20px; }

.all {
  width: 100%;
  margin: 0 auto; }

/**动画时间****/
.time02 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.time03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.time04 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.time05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.time1 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.mobile {
  display: none; }

.web {
  display: inline-block; }

.webb {
  display: block; }

.mobileb {
  display: none; }

.flex-web {
  display: flex; }

.flex-mob {
  display: none; }

.webbb {
  display: block; }

.mobilebb {
  display: none; }

/**下划线********/
.maxbline {
  border: transparent 1px solid;
  position: relative; }

.maxbline::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color18);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }

.maxbline:hover::before,
.maxbline.active::before {
  width: 100%;
  height: 1px;
  left: 0; }

/**下划线********/
.bline {
  border: transparent 1px solid;
  position: relative; }

.bline::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--colorAA);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden; }

.center-line .bot-line {
  position: absolute;
  content: '';
  width: 0;
  overflow: hidden;
  height: 4px;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  background: var(--color1);
  border-radius: 2px; }

.center-line:hover .bot-line,
.center-line.active .bot-line {
  width: 100%; }

.threeline-box {
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center; }
  .threeline-box.active .threeline {
    background-color: var(--colorFF); }
  .threeline-box.active .threeline-1 {
    transform: translateY(10px) rotate(-45deg); }
  .threeline-box.active .threeline-3 {
    transform: translateY(-12px) rotate(45deg); }
  .threeline-box.active .threeline-2 {
    width: 0; }
  .threeline-box .threeline {
    margin: 4px 0;
    height: 3px;
    border-radius: 1px;
    background-color: var(--color1);
    transition: all .3s; }
  .threeline-box .threeline-1 {
    width: 30px; }
  .threeline-box .threeline-2 {
    width: 24px; }
  .threeline-box .threeline-3 {
    width: 30px; }

.openline-p .openline {
  position: relative;
  width: 14px;
  height: 12px;
  cursor: pointer; }

.openline-p.active .openline::before {
  top: 100%;
  opacity: 0; }

.openline::after,
.openline::before {
  content: '';
  position: absolute;
  background-color: var(--color2);
  transition: all .3s; }

.openline::after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

.openline::before {
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 1; }

.color7f {
  color: var(--color7F); }

.hover-color1 {
  transition: all .3s; }

.hover-color1:hover {
  color: var(--color1); }

.hover-color2 {
  transition: all .3s; }

.hover-color2:hover {
  color: var(--color2); }

.opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  .opac0-1.active {
    opacity: 1;
    visibility: visible; }

.opac0-1-box.active .opac0-1 {
  opacity: 1;
  visibility: visible; }

.opac0-1-box .opac0-1 {
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }

.zzbox.active .zz {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.zzbox .zz {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%); }

.toggleshow.active .toshow {
  opacity: 0; }

.toggleshow.active .tohide {
  opacity: 1; }

.toggleshow .toshow {
  opacity: 1;
  transition: all .3s; }

.toggleshow .tohide {
  opacity: 0;
  transition: all .3s; }

/*94%的内容*/
.container {
  width: 92%;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  position: relative; }
  .container.w1000 {
    max-width: 1000px; }
  .container.w1400 {
    max-width: 1400px; }

.pagemain {
  position: relative;
  z-index: 1; }

.f2 {
  background-color: #f2f2f2; }

.hidden {
  overflow: hidden; }

.relative {
  position: relative; }

/*图片通用样式*/
.img-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover; }

.imgabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-background-size: contain; }

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block; }

.clearfix:after {
  clear: both; }

.flex {
  display: flex; }

/*Flex居中样式*/
.flex-center {
  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; }

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

/*文字溢出*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.max100 {
  width: 100%;
  height: 100%; }

.lr-tb {
  display: flex; }

.fz80 {
  font-size: 80px; }

.fz56 {
  font-size: 56px; }

.fz50 {
  font-size: 50px; }

.fz46 {
  font-size: 46px; }

.fz40 {
  font-size: 40px;
  font-weight: 700; }

.fz38 {
  font-size: 38px;
  font-weight: 700; }

.fz36 {
  font-size: 36px;
  font-weight: 500; }

.fz30 {
  font-size: 30px; }

.fz28 {
  font-size: 28px; }

.fz24 {
  font-size: 24px; }

.fz22 {
  font-size: 22px; }

.fz20 {
  font-size: 20px; }

.fz18 {
  font-size: 18px; }

.fz16 {
  font-size: 16px; }

.fz14 {
  font-size: 14px; }

.fz12 {
  font-size: 12px; }

.mt0 {
  margin-top: 0; }

.pt0 {
  padding-top: 0; }

.mt3 {
  margin-top: 30px; }

.mt4 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 100px; }

.fw700 {
  font-weight: 700; }

.noscroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent; }

.hasscroll::-webkit-scrollbar {
  height: 4px;
  border-radius: 2px; }

.hasscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent; }

.hasscroll::-webkit-scrollbar-thumb {
  height: 4px;
  border-radius: 2px;
  background: #dfdfdf;
  -webkit-box-shadow: inset 0 0 6px #dfdfdf;
  opacity: 1; }

.hasscroll::-webkit-scrollbar-thumb:window-inactive {
  background: transparent; }

.y-hasscroll {
  padding-right: 10px; }
  .y-hasscroll::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px; }
  .y-hasscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px transparent; }
  .y-hasscroll::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background: #dfdfdf;
    -webkit-box-shadow: inset 0 0 6px #dfdfdf;
    opacity: 1; }
  .y-hasscroll::-webkit-scrollbar-thumb:window-inactive {
    background: transparent; }

/**翻转****/
.r0 {
  transform: rotateY(0deg); }

.r180 {
  transform: rotateY(180deg); }

.r-180 {
  transform: rotateY(-180deg); }

.r360 {
  transform: rotateY(360deg); }

.tborder {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0 0 60px 0; }

.footer-page .page-box {
  display: flex;
  justify-content: center; }

.footer-page div.select,
.footer-page div.f-right {
  display: none; }

.footer-page a.null {
  display: none; }

.footer-page a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555555;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  transition: all 0.5s; }
  .footer-page a span {
    transition: all 0.5s; }
  .footer-page a.on {
    border-color: var(--color1);
    background-color: var(--color1); }
    .footer-page a.on span {
      color: var(--colorFF); }
  .footer-page a:hover {
    border-color: var(--color1);
    background-color: var(--color1); }
    .footer-page a:hover span {
      color: var(--colorFF); }

.footer-page a.prev,
.footer-page a.next {
  font-weight: 700;
  font-family: '宋体';
  color: #464646; }

.videobox {
  cursor: pointer; }
  .videobox .videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    opacity: 0.8;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .videobox .videoBtn .tt {
      margin-top: 14px;
      color: var(--colorFF); }
  .videobox:hover .videoBtn {
    opacity: 1; }

.vcover {
  object-fit: cover; }

.addClass,
.pointer {
  cursor: pointer; }

#main-linelist {
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #main-linelist.ishide {
    display: none; }
  #main-linelist.color1 .mline.swiper-pagination-bullet-active {
    opacity: 1; }
  #main-linelist.color1 .mline:hover {
    opacity: 1; }
  #main-linelist.color1 .mline .mline-tt {
    color: var(--color1); }
  #main-linelist.color1 .mline::after {
    background-color: var(--color1); }
  #main-linelist.color2 .mline.swiper-pagination-bullet-active {
    opacity: 1; }
  #main-linelist.color2 .mline:hover {
    opacity: 1; }
  #main-linelist.color2 .mline .mline-tt {
    color: var(--color2); }
  #main-linelist.color2 .mline::after {
    background-color: var(--color2); }
  #main-linelist .mline {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 0.8;
    transition: all .3s;
    display: flex;
    align-items: center; }
    #main-linelist .mline.swiper-pagination-bullet-active {
      opacity: 1; }
      #main-linelist .mline.swiper-pagination-bullet-active::after {
        width: 40px; }
    #main-linelist .mline:hover {
      opacity: 1; }
      #main-linelist .mline:hover .mline-tt {
        opacity: 1;
        visibility: visible;
        transition: all .3s; }
      #main-linelist .mline:hover::after {
        width: 40px; }
    #main-linelist .mline .mline-tt {
      opacity: 0;
      visibility: hidden;
      transition: all .3s;
      font-size: 14px;
      color: var(--colorFF); }
    #main-linelist .mline::before {
      display: inline-block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 4;
      width: 100%;
      height: 20px; }
    #main-linelist .mline::after {
      margin-left: 6px;
      z-index: 5;
      display: inline-block;
      content: '';
      width: 30px;
      height: 2px;
      opacity: 0.7;
      transition: all .3s;
      background-color: var(--colorFF);
      transition: all .3s;
      border-radius: 1px; }

.bigzz::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 6; }

.bigzz05::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 6; }

.bigzz3::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6; }

.top-100 {
  position: relative;
  top: -100px; }

.otherimg {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  z-index: 99999;
  display: none; }

.otherimg:before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4); }

.otherimg.posvideo:before {
  background: rgba(0, 0, 0, 0.7); }

.otherimg img,
.otherimg iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  max-height: 92%;
  max-width: 92%; }

.otherimg.on {
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0; }

.otherimg video {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%); }

.r-common.active .r090 {
  transform: rotate(90deg); }

.r-common.active .r0180 {
  transform: rotate(180deg); }

.r-common.active .r0-90 {
  transform: rotate(-90deg); }

.r-common.active .r0-180 {
  transform: rotate(-180deg); }

.r090,
.r0180,
.r0-90,
.r0-180 {
  transition: all .3s; }

.mrt40 {
  margin-top: 0.4rem; }

.mrt20 {
  margin-top: 20px; }

.mrb0 {
  margin-bottom: 0 !important; }

.com-gomore {
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all .3s; }
  .com-gomore + .com-gomore {
    margin-left: 0.3rem; }
  .com-gomore.bb {
    border: 1px solid var(--color3); }
    .com-gomore.bb .tt {
      color: var(--color3); }
    .com-gomore.bb .ii {
      color: var(--color3); }
    .com-gomore.bb:hover .tt {
      color: var(--colorFF); }
    .com-gomore.bb:hover .ii {
      color: var(--colorFF); }
  .com-gomore.tb {
    border: 1px solid var(--color3);
    background-color: var(--color3); }
    .com-gomore.tb .tt {
      color: var(--colorFF); }
    .com-gomore.tb .ii {
      color: var(--colorFF); }
  .com-gomore:hover {
    border: 1px solid transparent;
    background-color: var(--color3); }
    .com-gomore:hover .ii {
      transform: translateX(14px); }
  .com-gomore .tt {
    font-size: 14px;
    color: var(--colorFF);
    transition: all .3s; }
  .com-gomore .ii {
    margin-left: 14px;
    font-size: 14px;
    color: var(--colorFF);
    transition: all .3s; }

.submitform {
  padding: 70px 0 116px;
  border-bottom: 1px solid #E6E6E6;
  position: relative; }
  .submitform.hasdd {
    padding: 0; }
    .submitform.hasdd::after {
      background-color: #f2f2f2;
      height: 210px;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 5; }
    .submitform.hasdd .container {
      padding: 40px 100px 90px;
      border-radius: var(--border20);
      background-color: #fff; }
  .submitform .tt {
    font-weight: 700;
    text-align: center;
    color: var(--color22); }
  .submitform .container {
    z-index: 6;
    padding: 0 100px; }

.common-form .myinfo {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .common-form .myinfo .my-inline-block {
    width: 49%; }
    .common-form .myinfo .my-inline-block:nth-child(n+3) {
      margin-top: 24px; }
    .common-form .myinfo .my-inline-block.w100 {
      width: 100%; }
  .common-form .myinfo .my-label {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--color22);
    line-height: 1.1; }
    .common-form .myinfo .my-label .xin {
      color: #E70000; }
  .common-form .myinfo .my-input {
    width: 100%; }
    .common-form .myinfo .my-input .inp {
      width: 100%;
      border: 1px solid #dcdcdc;
      height: 50px;
      line-height: 50px;
      padding: 0 10px;
      font-size: 16px;
      border-radius: 6px;
      transition: all .3s; }
      .common-form .myinfo .my-input .inp:focus {
        border: 1px solid var(--color1) !important; }
    .common-form .myinfo .my-input .text {
      width: 100%;
      height: 150px;
      border: 1px solid #dcdcdc;
      padding: 10px;
      font-size: 16px;
      border-radius: 6px;
      transition: all .3s; }
      .common-form .myinfo .my-input .text:focus {
        border: 1px solid var(--color1) !important; }

.common-form .submitbtn {
  cursor: pointer;
  margin: 40px auto 0;
  width: 400px;
  height: 60px;
  background: var(--color1);
  border-radius: 5px;
  color: var(--colorFF); }
  .common-form .submitbtn .btn-tj {
    cursor: pointer;
    width: 100%;
    height: 100%; }

.big05:hover .bview {
  transform: scale(1.05); }

.big05 .bview {
  transition: all ease-in-out .5s; }

.y20box {
  transition: all .3s;
  transform: translate(0, 0); }
  .y20box:hover {
    transform: translate(0, -20px); }

.y10box {
  transition: all .3s;
  transform: translate(0, 0); }
  .y10box:hover {
    transform: translate(0, -10px); }

.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed; }

.boxshadow {
  position: relative; }
  .boxshadow::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100%;
    height: 124px;
    background: url("/phone/images/shadow.png") no-repeat top; }

.pagefull {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .pagefull > .swiper-wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical; }
    .pagefull > .swiper-wrapper > .swiper-slide {
      height: auto; }
      .pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n+1) .scrollitem.teshu {
        background-color: #e9e8e8; }
      .pagefull > .swiper-wrapper > .swiper-slide:nth-child(2n) .scrollitem.teshu {
        background-color: var(--colorFF); }

@keyframes downup {
  0% {
    bottom: 1rem;
    opacity: 1; }
  100% {
    bottom: 0.4rem;
    opacity: 1; } }

.scrollitem {
  width: 100%;
  overflow: hidden; }
  .scrollitem.active .scrollinfo {
    transform: translate(0, 0); }
    .scrollitem.active .scrollinfo .infobg {
      opacity: 1;
      transform: translate(0, 0); }
  .scrollitem.teshu .fixbox::after {
    display: none; }
  .scrollitem.vh100 {
    position: relative; }
    .scrollitem.vh100 .fixbox .down {
      content: '';
      width: 35px;
      height: 35px;
      z-index: 11;
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      bottom: 1rem;
      opacity: 1;
      background: url("/html/phone/images/down.png") no-repeat center;
      background-size: 100%;
      cursor: pointer;
      animation: downup 1s ease-in-out 0s infinite alternate  forwards; }
  .scrollitem .fixbox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .scrollitem .fixbox::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35);
      z-index: 6; }
  .scrollitem .scrollbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    z-index: 5; }
  .scrollitem .jt {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 180px;
    bottom: 180px;
    z-index: 10; }
  .scrollitem .scrollinfo {
    position: relative;
    width: calc(758 / 1920 *100%);
    padding: calc(232 / 1920 *100%) calc(67 / 1920 *100%) calc(90 / 1920 *100%) calc(260 / 1920 *100%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(0, 200%);
    transition: all ease-in-out 1s;
    justify-content: center; }
    .scrollitem .scrollinfo.fangan {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 70px 20%;
      border: none;
      border-radius: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .scrollitem .scrollinfo.fangan.detail .pdesc {
        margin-bottom: 40px; }
      .scrollitem .scrollinfo.fangan.teshu {
        padding: 0; }
      .scrollitem .scrollinfo.fangan.noline::before {
        content: '';
        display: none; }
      .scrollitem .scrollinfo.fangan.noline::after {
        content: '';
        display: none; }
      .scrollitem .scrollinfo.fangan::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 25%;
        height: 5px;
        background: var(--color2);
        border-radius: 0px 3px 3px 0px;
        z-index: 1; }
      .scrollitem .scrollinfo.fangan::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: calc(1435  / 1920 * 100%);
        height: 5px;
        background: var(--color1);
        border-radius: 3px 0 0 3px;
        z-index: 2; }
      .scrollitem .scrollinfo.fangan .ptt {
        text-align: center;
        margin-bottom: 40px; }
        .scrollitem .scrollinfo.fangan .ptt::after {
          display: none; }
      .scrollitem .scrollinfo.fangan .pdesc {
        margin-bottom: 152px; }
    .scrollitem .scrollinfo .infobg {
      margin-top: 20px;
      max-height: 60vh;
      padding: 0.2rem 0;
      opacity: 0;
      transform: translate(0, 200%);
      transition: all ease-in-out 1s .5s;
      display: flex;
      justify-content: center; }
    .scrollitem .scrollinfo .pimg {
      position: relative;
      padding: 6px 0 0 23px; }
      .scrollitem .scrollinfo .pimg::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 12px;
        height: 12px;
        border: 1px solid #F5F5F5;
        border-radius: 3px;
        z-index: 1; }
      .scrollitem .scrollinfo .pimg::after {
        content: '';
        position: absolute;
        left: 6px;
        top: 6px;
        width: 17px;
        height: 17px;
        background: #0CACE6;
        border-radius: 3px;
        z-index: 2; }
      .scrollitem .scrollinfo .pimg .img {
        width: 80px;
        height: 80px; }
    .scrollitem .scrollinfo .ptt {
      color: var(--colorFF);
      position: relative;
      margin-bottom: 40px; }
      .scrollitem .scrollinfo .ptt::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -20px;
        transform: translateY(100%);
        width: 25px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 3px; }
    .scrollitem .scrollinfo .pdesc {
      width: 100%;
      text-indent: 2em;
      color: var(--colorFF);
      margin-bottom: 92px;
      line-height: 1.6;
      opacity: 0.8; }

.newsbanner {
  padding: 0.6rem 0 0.7rem;
  background-color: var(--colorF2); }
  .newsbanner .tt {
    font-weight: 700; }
  .newsbanner .share {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .newsbanner .share .timer {
      display: flex;
      align-items: center; }
      .newsbanner .share .timer .dd {
        line-height: 1;
        font-size: 16px;
        color: #828282;
        margin-left: 5px; }
    .newsbanner .share .sharelist {
      display: flex;
      align-items: center; }
      .newsbanner .share .sharelist .stt {
        color: #9FA0A0;
        margin-right: 10px; }

.pagebanner {
  width: 100%;
  height: 50vh;
  max-height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .pagebanner.h610 {
    padding: 0.8rem 0;
    height: auto;
    max-height: 610px; }
  .pagebanner.h750 {
    height: 75vh;
    max-height: 750px; }
  .pagebanner .l-r {
    z-index: 6;
    display: flex;
    align-items: center; }
    .pagebanner .l-r .ltxt {
      flex: 1; }
      .pagebanner .l-r .ltxt .ltt {
        color: var(--color1); }
      .pagebanner .l-r .ltxt .ldd {
        margin-top: 24px;
        text-indent: 2em; }
    .pagebanner .l-r .rbg {
      padding: 0 10px;
      height: 50vh; }
  .pagebanner .bannerbg {
    z-index: 5; }
  .pagebanner .bannerbg2 {
    max-height: 60vh;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagebanner .bbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 92%;
    margin: 0 auto;
    max-width: 720px;
    z-index: 6; }
  .pagebanner .tt {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    color: var(--colorFF);
    z-index: 6; }
  .pagebanner .dd {
    text-align: center;
    margin-top: 24px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: var(--colorFF);
    z-index: 6; }
  .pagebanner .bannerimg {
    width: 50vh;
    z-index: 6;
    position: relative;
    display: flex;
    justify-content: center; }

.floatbox {
  position: relative;
  left: 0;
  top: -4vh;
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0.5rem 1.2rem 0.5rem;
  background: #FFFFFF;
  border-radius: var(--border20) var(--border20) 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 7; }
  .floatbox.active .fdd {
    display: block; }
  .floatbox.active .fmm {
    display: none; }
  .floatbox.active .fmm2 {
    display: block; }
  .floatbox.hasbb {
    border-bottom: 1px dashed #D2D2D2; }
  .floatbox .ftt {
    color: var(--color1); }
  .floatbox .fdd {
    text-indent: 2em;
    margin-top: 23px;
    color: #5A5A5A; }
  .floatbox .fmm {
    text-align: center;
    margin-top: 23px;
    color: var(--color2); }
  .floatbox .fmm2 {
    text-align: center;
    margin-top: 23px;
    color: var(--color2);
    display: none; }

.lh1 {
  line-height: 1; }

.h80 {
  height: 80px; }

.h675 {
  height: 675px; }

.h138 {
  height: 138px; }

.h116 {
  height: 116px; }

.h124 {
  height: 124px; }

.vh100 {
  height: 100vh; }
  .vh100.hasnav {
    height: calc(100vh - var(--navheight)); }

.mainzw {
  height: var(--navheight); }

.mainbanner {
  position: relative; }
  .mainbanner.isday .myday {
    display: block; }
  .mainbanner.isday .mynight {
    display: none; }
  .mainbanner.isnight .myday {
    display: none; }
  .mainbanner.isnight .mynight {
    display: block; }
  .mainbanner .scrollvideo {
    line-height: 0; }
  .mainbanner .conbox {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 7;
    left: 50%;
    top: 0;
    transform: translate(-50%); }
  .mainbanner .breathli {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    z-index: 6; }
    .mainbanner .breathli.showleft .breathtt {
      order: 0; }
    .mainbanner .breathli.showleft .breath {
      order: 1; }
    .mainbanner .breathli.showleft.active .breathtt {
      width: auto;
      opacity: 1;
      visibility: visible;
      transform: translate(-14px, 0); }
    .mainbanner .breathli.active {
      z-index: 10; }
      .mainbanner .breathli.active .breathtt {
        width: auto;
        opacity: 1;
        visibility: visible;
        transform: translate(14px, 0); }
    .mainbanner .breathli.my127 {
      left: 32%;
      top: 36%; }
    .mainbanner .breathli.my122 {
      left: 26%;
      top: 48%; }
    .mainbanner .breathli.my126 {
      left: 45%;
      top: 26%; }
    .mainbanner .breathli.my119 {
      left: 41%;
      top: 68%; }
    .mainbanner .breathli.my125 {
      right: 43%;
      top: 26%; }
    .mainbanner .breathli.my121 {
      right: 36%;
      top: 44%; }
    .mainbanner .breathli.my120 {
      right: 37%;
      top: 73%; }
    .mainbanner .breathli.my124 {
      right: 36%;
      top: 35%; }
    .mainbanner .breathli.my320 {
      right: 30%;
      top: 58%; }
    .mainbanner .breathli.my123 {
      right: 20%;
      top: 51%; }
    .mainbanner .breathli .breathtt {
      z-index: 6;
      position: relative;
      padding: 4px 14px 4px 6px;
      width: 0;
      border-radius: 23px;
      height: 46px;
      background-color: rgba(0, 71, 186, 0.8);
      display: flex;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: transform .5s,opacity .5s,width 0s; }
      .mainbanner .breathli .breathtt:hover .ii {
        transform: translate(2px, 0); }
      .mainbanner .breathli .breathtt:hover .ic .img {
        transform: scale(1.05); }
      .mainbanner .breathli .breathtt .ic {
        background-color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0; }
        .mainbanner .breathli .breathtt .ic .img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          overflow: hidden;
          transition: all .3s; }
      .mainbanner .breathli .breathtt .tt {
        flex: 1;
        margin: 0 12px;
        color: var(--colorFF);
        line-height: 1; }
      .mainbanner .breathli .breathtt .ii {
        flex-shrink: 0;
        color: var(--colorFF);
        font-size: 12px;
        transition: all .3s; }

.breath {
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer; }
  .breath .brecc {
    position: relative;
    background: var(--colorFF);
    border: 8px solid var(--color1);
    border-radius: 50%;
    z-index: 5;
    width: 100%;
    height: 100%; }
  .breath::before {
    animation: breath1 3s ease-in-out 1s infinite normal forwards; }
  .breath::after {
    animation: breath1 3s ease-in-out 0s infinite normal forwards; }

.breath::before,
.breath::after {
  z-index: 4;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color1);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1); }

@keyframes breath1 {
  0% {
    opacity: 1;
    transform: scale(1); }
  50% {
    opacity: 0;
    transform: scale(2.5); }
  100% {
    opacity: 0;
    transform: scale(2.5); } }

.section-tt {
  position: relative;
  display: flex;
  justify-content: center; }
  .section-tt.hasdd {
    flex-direction: column;
    align-items: center; }
  .section-tt .ttb {
    display: inline-block;
    position: relative; }
    .section-tt .ttb .tt {
      height: 100%;
      font-weight: bold;
      color: var(--color22);
      display: flex;
      align-items: center; }
  .section-tt .dd {
    margin-top: 34px;
    font-size: 16px;
    color: #828282; }
  .section-tt .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(-50%); }
    .section-tt .line::before {
      content: '';
      width: 24%;
      height: 100%;
      background-color: var(--color2);
      border-radius: 1px; }
    .section-tt .line::after {
      content: '';
      width: 72%;
      height: 100%;
      background-color: var(--color1);
      border-radius: 1px; }
  .section-tt.ff .tt {
    color: var(--colorFF); }
  .section-tt.left {
    justify-content: flex-start; }
    .section-tt.left .line {
      position: absolute;
      left: 0;
      transform: translateX(0%); }
  .section-tt.right {
    justify-content: flex-end; }
    .section-tt.right .line {
      position: absolute;
      left: inherit;
      right: 0;
      transform: translateX(0%); }
  .section-tt.notop .tt {
    align-items: flex-start; }

.main-swiperitem {
  background-color: var(--colorF2); }
  .main-swiperitem .bbox {
    padding: calc(var(--navheight) + 20px) 0 0.9rem; }
    .main-swiperitem .bbox .mySwiper-top {
      padding: 0 0 0.5rem 0; }
    .main-swiperitem .bbox .swiper-slide {
      width: calc(433 / 1400 * 100%); }
    .main-swiperitem .bbox .sliditem {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
      border-radius: var(--border20); }
      .main-swiperitem .bbox .sliditem .imgbox {
        width: 100%;
        padding-top: calc(313/433 * 100%);
        position: relative;
        border-radius: var(--border20) var(--border20) 0 0;
        overflow: hidden; }
      .main-swiperitem .bbox .sliditem .info {
        padding: 26px 30px 26px; }
        .main-swiperitem .bbox .sliditem .info .info-t1 {
          color: var(--color1); }
        .main-swiperitem .bbox .sliditem .info .info-t2 {
          margin-top: 16px;
          color: var(--color22);
          line-height: 30px; }
  .main-swiperitem .swiper-pagination {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--colorFF); }
    .main-swiperitem .swiper-pagination .swiper-pagination-progressbar-fill {
      background-color: var(--color2); }

/*三角形伪类*/
.sj-l {
  position: relative; }

.sj-l:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: '';
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-right: transparent;
  border-top: transparent; }

.sj-r {
  position: relative; }

.sj-r:before {
  position: absolute;
  right: 0;
  top: 49%;
  content: '';
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent; }

.sj-d {
  position: relative; }

.sj-d:before {
  position: absolute;
  right: 2%;
  top: 35%;
  content: '';
  width: 0;
  height: 0;
  height: 0.08rem;
  width: 0.08rem;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border-width: 0.02rem;
  border-style: solid;
  border-left: transparent;
  border-bottom: transparent; }

.sj-t {
  position: relative; }

.sj-t:before {
  position: absolute;
  right: 50%;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  height: 10px;
  width: 10px;
  transform: rotate(315deg) translate(50%, 0%);
  -webkit-transform: rotate(315deg) translate(50%, 0%);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background-color: #fff; }

.y-100 {
  transform: translateY(-100%); }

.showson {
  cursor: pointer; }
  .showson.active .isshowson {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .showson .isshowson {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); }

.y-10 {
  cursor: pointer; }
  .y-10.active .isshowson {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .y-10 .isshowson {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); }

.hoverson {
  cursor: pointer; }
  .hoverson.active .ishoverson {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .hoverson .ishoverson {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); }

.navhide {
  display: block; }

.navshow {
  display: none; }

.isshowmap .navhide {
  display: none; }

.isshowmap .navshow {
  display: block; }

.shide {
  display: block; }

.sshow {
  display: none; }

.isshow .shide {
  display: none; }

.isshow .sshow {
  display: block; }

.isshow2 .shide {
  display: none; }

.isshow2 .sshow {
  display: block; }

.ispageshow .shide {
  display: none; }

.ispageshow .sshow {
  display: block; }

.nav-header {
  height: var(--navheight);
  z-index: 10;
  position: relative;
  transition: all .3s; }
  .nav-header.ismain {
    height: 0; }
    .nav-header.ismain .nav-hader-content::after {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 4; }
  .nav-header.ispageshow.isall {
    height: 0; }
  .nav-header.ispageshow .nav-hader-content {
    border-bottom: 1px solid  #ebebeb;
    background-color: var(--colorFF); }
    .nav-header.ispageshow .nav-hader-content .menu .mul .mli .a {
      color: var(--colorAA); }
    .nav-header.ispageshow .nav-hader-content .other .showMenu .navView {
      border-left: 1px solid #ebebeb; }
      .nav-header.ispageshow .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
        background-color: var(--colorFF); }
      .nav-header.ispageshow .nav-hader-content .other .showMenu .navView .threeline {
        background-color: var(--color1); }
  .nav-header.ondown {
    opacity: 0; }
  .nav-header.isshow {
    opacity: 1; }
    .nav-header.isshow .nav-hader-content {
      border-bottom: 1px solid  #ebebeb;
      background-color: var(--colorFF); }
      .nav-header.isshow .nav-hader-content .menu .mul .mli .a {
        color: var(--colorAA); }
      .nav-header.isshow .nav-hader-content .other .showMenu .navView {
        border-left: 1px solid #ebebeb; }
        .nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
          background-color: var(--colorFF); }
        .nav-header.isshow .nav-hader-content .other .showMenu .navView .threeline {
          background-color: var(--color1); }
  .nav-header.isshow2 .nav-hader-content {
    border-bottom: 1px solid  #ebebeb;
    background-color: var(--colorFF); }
    .nav-header.isshow2 .nav-hader-content .menu .mul .mli .a {
      color: var(--colorAA); }
    .nav-header.isshow2 .nav-hader-content .other .showMenu .navView {
      border-left: 1px solid #ebebeb; }
      .nav-header.isshow2 .nav-hader-content .other .showMenu .navView .threeline-box.active .threeline {
        background-color: var(--colorFF); }
      .nav-header.isshow2 .nav-hader-content .other .showMenu .navView .threeline {
        background-color: var(--color1); }
  .nav-header .nav-hader-content {
    width: 100%;
    height: var(--navheight);
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box; }
    .nav-header .nav-hader-content.isshowmap {
      background-color: var(--color1); }
    .nav-header .nav-hader-content .logo {
      z-index: 5;
      padding: 0 0 0 0.6rem; }
      .nav-header .nav-hader-content .logo .colorlogo {
        height: 30px; }
    .nav-header .nav-hader-content .menu {
      z-index: 5;
      flex: 1; }
      .nav-header .nav-hader-content .menu .mul {
        display: flex;
        justify-content: flex-end;
        height: 100%; }
        .nav-header .nav-hader-content .menu .mul .mli {
          height: 100%;
          margin: 0 0.32rem;
          position: relative; }
          .nav-header .nav-hader-content .menu .mul .mli:hover .dbox .a {
            color: var(--color1); }
          .nav-header .nav-hader-content .menu .mul .mli.active .dbox .a {
            color: var(--color1); }
          .nav-header .nav-hader-content .menu .mul .mli .a {
            color: var(--colorFF); }
          .nav-header .nav-hader-content .menu .mul .mli .mli-box {
            position: fixed;
            left: 0;
            top: var(--navheight);
            width: 100vw;
            height: 0;
            background-color: #f5f5f5; }
            .nav-header .nav-hader-content .menu .mul .mli .mli-box.active {
              height: 110px; }
            .nav-header .nav-hader-content .menu .mul .mli .mli-box:hover {
              height: 110px;
              opacity: 1;
              visibility: visible; }
            .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              margin: 0 0.3rem;
              color: var(--color22); }
              .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a:hover .tt {
                color: var(--color1); }
              .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a:hover .icn_box .ii {
                transform: translateX(-50px);
                filter: drop-shadow(50px 0 var(--color1));
                -webkit-backdrop-filter: drop-shadow(50px 0 var(--color1));
                -webkit-filter: drop-shadow(50px 0 var(--color1)); }
              .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .icn_box {
                width: 50px;
                height: 50px;
                overflow: hidden; }
                .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .icn_box .ii {
                  transform: translateX(-50px);
                  filter: drop-shadow(50px 0 #989898);
                  -webkit-backdrop-filter: drop-shadow(50px 0 #989898);
                  -webkit-filter: drop-shadow(50px 0 #989898);
                  width: 50px;
                  height: 50px;
                  box-sizing: content-box;
                  border-right: 50px solid transparent; }
              .nav-header .nav-hader-content .menu .mul .mli .mli-box .mli-box-a .tt {
                color: var(--color22);
                line-height: 2.1; }
    .nav-header .nav-hader-content .other {
      z-index: 5;
      display: flex; }
      .nav-header .nav-hader-content .other .lang {
        padding: 0 0.3rem;
        position: relative; }
        .nav-header .nav-hader-content .other .lang .lang-i {
          height: 100%; }
          .nav-header .nav-hader-content .other .lang .lang-i .nowLang {
            color: var(--color1);
            margin: 0 8px; }
          .nav-header .nav-hader-content .other .lang .lang-i .iconbox {
            width: 17px;
            height: 16px; }
          .nav-header .nav-hader-content .other .lang .lang-i .xiala {
            width: 10px;
            height: 7px; }
        .nav-header .nav-hader-content .other .lang .lang-b {
          position: absolute;
          width: 90px;
          top: calc( 100% - 10px);
          left: 50%;
          transform: translateY(10px) translate(-50%, 0);
          text-align: left;
          height: 0;
          opacity: 0;
          overflow: hidden;
          border-radius: 4px;
          background-color: var(--colorFF); }
          .nav-header .nav-hader-content .other .lang .lang-b a {
            width: 100%;
            height: 26px;
            line-height: 26px;
            padding: 0 15px;
            float: left;
            color: var(--color7F);
            font-size: 12px; }
            .nav-header .nav-hader-content .other .lang .lang-b a:hover {
              color: var(--color5A);
              background: var(--colorF4); }
        .nav-header .nav-hader-content .other .lang.active .lang-b {
          padding: 10px 0;
          height: auto;
          opacity: 1;
          transform: translateY(0) translate(-50%, 0); }
      .nav-header .nav-hader-content .other .showMenu .navView {
        width: var(--navheight);
        border: 1px solid transparent; }
        .nav-header .nav-hader-content .other .showMenu .navView.active {
          width: 150px;
          border-left: 1px solid var(--color1); }
        .nav-header .nav-hader-content .other .showMenu .navView .threeline {
          background-color: var(--colorFF); }
      .nav-header .nav-hader-content .other .showMenu .showbox {
        position: absolute;
        left: 0;
        top: var(--navheight);
        width: 100%;
        height: 0;
        background-color: #fff; }
        .nav-header .nav-hader-content .other .showMenu .showbox.active {
          height: calc(100vh - var(--navheight)); }
          .nav-header .nav-hader-content .other .showMenu .showbox.active .container {
            opacity: 1;
            visibility: visible; }
        .nav-header .nav-hader-content .other .showMenu .showbox .container {
          opacity: 0;
          visibility: hidden; }
        .nav-header .nav-hader-content .other .showMenu .showbox .maplist {
          padding: 0.6rem 0 0.9rem;
          overflow: scroll; }
          .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;
            padding: 0 0.4rem;
            border-left: 1px solid #e3e3e3; }
            .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol:last-child {
              border-right: 1px solid #e3e3e3; }
            .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
              padding-bottom: 24px;
              border-bottom: 1px solid #e3e3e3;
              font-weight: 500;
              display: flex; }
            .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
              padding-top: 10px; }
              .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li.active .li-title a {
                color: var(--color1); }
              .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li:hover .li-title a {
                color: var(--color1); }
              .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
                height: 44px; }
                .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title a {
                  cursor: pointer;
                  transition: all .3s;
                  color: var(--color5A); }
              .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
                padding: 0.2rem 30px;
                width: 100%;
                background-color: var(--colorF2);
                display: none;
                border-radius: 10px; }
                .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t {
                  position: relative;
                  display: block;
                  line-height: 1.4;
                  color: var(--color22); }
                  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t + .li-show-t {
                    margin-top: 9px; }
                  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t:hover {
                    color: var(--color2); }
                  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show .li-show-t::after {
                    content: '';
                    position: absolute;
                    left: -11px;
                    top: 8px;
                    width: 5px;
                    height: 5px;
                    background-color: var(--color2);
                    border-radius: 50%; }
            .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other {
              display: flex;
              flex-direction: column; }
              .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-other .col-other-t {
                font-weight: 500;
                height: 52px;
                line-height: 52px; }

.nav-footer {
  position: relative;
  z-index: 6;
  background-color: var(--colorFF); }
  .nav-footer .footer-top.en .pbox .left-list .list-li:not(:last-child) {
    padding-right: 0.4rem; }
  .nav-footer .footer-top .pbox {
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between; }
  .nav-footer .footer-top .left-list {
    display: flex; }
    .nav-footer .footer-top .left-list .list-li:not(:last-child) {
      padding-right: 0.8rem; }
    .nav-footer .footer-top .left-list .list-li .item + .item {
      margin-top: 0.3rem; }
    .nav-footer .footer-top .left-list .list-li .item .item-tt {
      font-weight: 500; }
    .nav-footer .footer-top .left-list .list-li .item .item-ul {
      margin-top: 0.26rem; }
      .nav-footer .footer-top .left-list .list-li .item .item-ul .item-li {
        line-height: 30px; }
  .nav-footer .footer-top .right-info {
    width: calc(326 / 1400 *100%); }
    .nav-footer .footer-top .right-info .info-tt {
      color: #919191; }
    .nav-footer .footer-top .right-info .info-select {
      margin-top: 0.3rem;
      position: relative;
      z-index: 6; }
      .nav-footer .footer-top .right-info .info-select .select-tt {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        padding-right: 22px;
        cursor: pointer; }
        .nav-footer .footer-top .right-info .info-select .select-tt .tt {
          padding: 0 22px;
          color: var(--color22); }
      .nav-footer .footer-top .right-info .info-select .select-show {
        position: absolute;
        left: 0;
        top: 110%;
        width: 100%;
        border: 1px solid #E2E2E2;
        border-radius: 5px;
        padding: 5px 22px;
        background-color: #fff;
        display: flex;
        flex-direction: column; }
        .nav-footer .footer-top .right-info .info-select .select-show .select-li {
          height: 32px;
          line-height: 32px; }
    .nav-footer .footer-top .right-info .info-qrcode {
      z-index: 5;
      margin-top: 0.4rem;
      display: flex; }
      .nav-footer .footer-top .right-info .info-qrcode .qrcode {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .nav-footer .footer-top .right-info .info-qrcode .qrcode + .qrcode {
          margin-left: 30px; }
        .nav-footer .footer-top .right-info .info-qrcode .qrcode .img {
          width: 92px; }
        .nav-footer .footer-top .right-info .info-qrcode .qrcode .code-t {
          margin-top: 14px;
          color: #7F7F7F; }
  .nav-footer .footer-bot {
    display: flex; }
    .nav-footer .footer-bot .bot-logo {
      height: 80px;
      padding-right: 32px;
      width: 25%;
      background-color: var(--color2);
      border-radius: 0px 20px 0px 0px;
      justify-content: flex-end; }
    .nav-footer .footer-bot .bot-info {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 2.6rem 0 0.3rem;
      margin-left: 5px;
      width: calc(1435  / 1920 * 100%);
      background-color: var(--color1);
      border-radius: var(--border20) 0px 0px 0px;
      color: #7f96d4; }
      .nav-footer .footer-bot .bot-info .info-l a {
        color: #7f96d4; }

.three-tab .tul {
  padding: 80px 0;
  display: flex; }

.three-tab .tli {
  flex: 1;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 1s; }
  .three-tab .tli + .tli {
    margin-left: 2px; }
  .three-tab .tli.active {
    flex: 2; }
    .three-tab .tli.active .showinfo {
      align-items: flex-start; }
      .three-tab .tli.active .showinfo .info3 {
        margin-top: 20px;
        opacity: 1;
        visibility: visible;
        height: auto; }
  .three-tab .tli .showinfo {
    position: relative;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .5s; }
    .three-tab .tli .showinfo .info1 {
      height: 80px; }
    .three-tab .tli .showinfo .info2 {
      margin-top: 20px;
      font-size: 23px;
      font-weight: 700;
      color: var(--colorFF); }
    .three-tab .tli .showinfo .info3 {
      font-size: 16px;
      line-height: 26px;
      color: var(--colorFF);
      height: 0; }

.concept-list {
  padding: 40px 0 0; }
  .concept-list .conceptul {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap; }
    .concept-list .conceptul .conceptli {
      width: calc(350/1200 *100%);
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      transition: all ease-in-out .3s;
      margin: 30px calc(70/1200*100%) 0 0; }
      .concept-list .conceptul .conceptli:nth-child(-n+3) {
        margin-top: 0; }
      .concept-list .conceptul .conceptli:nth-child(3n) {
        margin-right: 0; }
      .concept-list .conceptul .conceptli .li-cc {
        border-top: 1px solid #dddddd;
        padding: 0.4rem 0;
        color: #828282; }
      .concept-list .conceptul .conceptli .li-tt {
        padding: 0.2rem 0;
        display: flex;
        align-items: center;
        transition: all ease-in-out .7s; }
        .concept-list .conceptul .conceptli .li-tt .icn_box {
          width: 50px;
          height: 50px;
          overflow: hidden; }
          .concept-list .conceptul .conceptli .li-tt .icn_box .ii {
            width: 100%;
            height: 100%; }
        .concept-list .conceptul .conceptli .li-tt .tt {
          flex: 1;
          padding-left: 0.24rem;
          font-weight: 700;
          color: var(--color1);
          line-height: 1.4; }

.process-tab {width: 1200px;margin: 88px auto 0 auto;}
  .process-tab .processul {
    display: flex;
    margin-top: 40px; }
    .process-tab .processul .processli {
      display: flex;height: 768px;position: relative;
      flex-direction: column;
      align-items: center;
      padding: 34px 0 60px 0;
      flex: 1;
      box-sizing: border-box;
      border-left: 1px dashed #D2D2D2;
      /*background-color: var(--colorF2);*/
      transition: all ease-in-out .3s; }.process-tab .processul .processli.en .li-cc .tt {
        margin-top: 0.5rem;
        writing-mode: lr-tb;
        line-height: 1.2;
        font-size: 18px; }
      .process-tab .processul .processli:last-child {
        border-right: 1px dashed #D2D2D2; }
      .process-tab .processul .processli.active {
        /*background-color: var(--color1);*/
        border-radius: var(--border20);
        flex: 1.3;
        border-color: transparent; }
      .process-tab .processul .processli.active .processli_bg {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;background: rgba(0, 0, 0, 0.5);}
      .process-tab .processul .processli.active .processli_bg::before {content: '';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 1;}
      .processli_con {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
      .process-tab .processul .processli.li1.active {background: url(../images/1.jpg) no-repeat center;background-size: cover;}
      .process-tab .processul .processli.li2.active {background: url(../images/4.jpg) no-repeat center;background-size: cover;}
      .process-tab .processul .processli.li3.active {background: url(../images/2.jpg) no-repeat center;background-size: cover;}
      .process-tab .processul .processli.li4.active {background: url(../images/5.jpg) no-repeat center;background-size: cover;}
      .process-tab .processul .processli.li5.active {background: url(../images/3.jpg) no-repeat center;background-size: cover;}
      
        .process-tab .processul .processli.active .li-tt {
          font-size: 18px;
          color: var(--colorF2); }
        .process-tab .processul .processli.active .li-cc {
          margin-top: 0;
          flex: 1;
          justify-content: center; }
          .process-tab .processul .processli.active .li-cc .icn_box {
            width: 80px;
            height: 80px;
            overflow: hidden; }
            .process-tab .processul .processli.active .li-cc .icn_box .ii {
              transform: translateX(-80px);
              filter: drop-shadow(80px 0 var(--colorFF));
              -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
              -webkit-filter: drop-shadow(80px 0 var(--colorFF)); }
          .process-tab .processul .processli.active .li-cc .tt {
            writing-mode: lr-tb;
            width: auto;
            font-size: 22px;
            font-weight: 700;
            color: var(--colorFF); }
      .process-tab .processul .processli .li-tt {
        font-size: 16px;text-align: center;}
        .process-tab .processul .processli .li-tt span {color: #bc0e55;}
        .process-tab .processul .processli.active .li-tt {color: #fff;}
        .process-tab .processul .processli.active .li-tt span {color: #fff;}
      .process-tab .processul .processli .li-cc {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all ease-in-out .7s; }
        .process-tab .processul .processli .li-cc .icn_box {
          width: 80px;
          height: 80px;
          overflow: hidden; }
          .process-tab .processul .processli .li-cc .icn_box .ii {
            width: 80px;
            height: 80px;
            box-sizing: content-box;
            border-right: 80px solid transparent; }
        .process-tab .processul .processli .li-cc .tt {
          writing-mode: tb-rl;letter-spacing: 2px;font-weight: bold;
          margin-top: 20px;
          color: var(--color5A);
          font-size: 18px;
          text-align: center;
          line-height: 1; display: block;}
          .process-tab .processul .processli .tt_i {position: absolute;bottom: 30px;text-align: center;font-size: 16px;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;opacity: 1;
    visibility: visible;
    transition: all .3s;padding: 0 23px;box-sizing: border-box;}
    .process-tab .processul .processli.active .tt_i {width: auto;height: auto;opacity: 0;visibility: hidden;}

.show-address {
  position: relative;
  background-color: var(--color7F);
  max-height: 800px; }
  .show-address .addresslist {
    position: relative;
    width: calc(720 / 1920 *100%);
    padding: calc(38 / 1920 *100%) calc(40 / 1920 *100%) 0 calc(360 / 1920 *100%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden; }
    .show-address .addresslist .listbox {
      width: 100%; }
    .show-address .addresslist .address-swiperbox {
      position: relative;
      margin-top: 40px;
      height: 398px;
      padding-left: 17px;
      overflow: hidden; }
      .show-address .addresslist .address-swiperbox .mySwiper-address {
        height: 100%; }
      .show-address .addresslist .address-swiperbox .swiper-wrapper {
        flex-direction: column; }
        .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
          width: 100%;
          height: 80px;
          margin-bottom: 14px;
          cursor: pointer; }
          .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
            background: var(--color1); }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
              color: var(--color2); }
          .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
            width: 100%;
            height: 100%;
            padding: 26px;
            background: rgba(255, 255, 255, 0.35);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            color: var(--colorFF);
            transition: all .3s; }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
              font-weight: 700;
              transition: all .3s; }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
              font-weight: 700; }
      .show-address .addresslist .address-swiperbox .swiper-pagination {
        position: absolute;
        width: 2px;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.35); }
        .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
          background-color: white; }
  .show-address .addressbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
    .show-address .addressbg .addressbg-li {
      opacity: 0;
      transition: all ease-in-out .3s; }
      .show-address .addressbg .addressbg-li.active {
        opacity: 1; }

.plan-item {
  padding-top: 40px;
  background-color: var(--colorFF); }
  .plan-item:nth-child(2n) {
    background-color: #e9e8e8; }
  .plan-item .cc {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .plan-item .item-btn {
    margin-top: 40px; }
  .plan-item .plan-item-box {
    flex: 1;
    display: flex;
    align-items: center; }
    .plan-item .plan-item-box .imgbox {
      overflow: hidden;
      display: flex;
      align-items: center;
      margin: 0 auto;
      width: 70vw; }

.company-profile {
  padding-top: 0.6rem;
  position: relative; }
  .company-profile .graybg {
    position: absolute;
    left: 0;
    top: 0;
    width: 65.6%;
    height: 113%;
    background-color: var(--colorF2); }
  .company-profile .container {
    align-items: center; }
  .company-profile .l-info {
    position: relative;
    flex: 1;
    padding-right: 0.7rem; }
    .company-profile .l-info .dd {
      margin-top: 32px;
      color: #828282;
      line-height: 30px; }
  .company-profile .r-img {
    position: relative;
    width: 50%;
    padding-top: calc(420 / 1200 *100%);
    border-radius: var(--border20);
    overflow: hidden; }

.myhistory .bg {
  position: relative;
  z-index: 5; }

.myhistory .myhistorybox {
  position: absolute;
  left: 0;
  top: 17%;
  width: 100%;
  z-index: 6; }
  .myhistory .myhistorybox .viewbox {
    position: relative; }
    .myhistory .myhistorybox .viewbox .viewlist {
      z-index: 5; }
      .myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
        width: 100%;
        overflow: visible; }
      .myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 147px 0 33px;
        align-items: flex-start;
        opacity: 0 !important;
        visibility: hidden;
        transition: all .3s; }
        .myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
          opacity: 1 !important;
          visibility: visible; }
        .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
          position: relative;
          width: 20%;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(1) {
            order: 3;
            margin-right: 20%; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(2) {
            order: 2; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(3) {
            order: 1; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
            order: 0;
            margin-right: 0%; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
            order: 4;
            margin-top: 92px; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
            transform: translate(-50%, 10px); }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
            background-color: var(--color1); }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
            background-color: var(--colorFF); }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
            color: var(--color1); }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
            opacity: 0; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
            width: 45px;
            height: 45px;
            position: relative;
            background-color: var(--colorFF);
            border-radius: 50%;
            z-index: 5; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              width: 32px;
              height: 32px;
              border-radius: 50%;
              background-color: var(--colorF2);
              transition: all ease-in-out .3s; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background-color: var(--color2);
              transition: all ease-in-out .3s; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
            color: #9FA0A0;
            z-index: 5; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
            color: var(--color1);
            z-index: 5; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
            z-index: 6;
            position: absolute;
            width: 129%;
            left: 50%;
            top: 100%;
            transform: translate(-50%, 20px);
            background: var(--colorFF);
            border-radius: 10px;
            padding: 22px 18px 14px;
            box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17); }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
              color: #828282;
              padding-bottom: 17px; }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
                position: relative;
                line-height: 24px;
                font-size: 14px;
                padding-left: 14px; }
                .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
                  content: '';
                  width: 5px;
                  height: 5px;
                  border-radius: 50%;
                  background-color: var(--color2);
                  position: absolute;
                  left: 0;
                  top: 10px; }
                .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
                  margin-top: 4px; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
              text-align: right;
              height: 34px;
              line-height: 34px;
              border-top: 1px solid #e5e5e5;
              color: #9FA0A0; }
    .myhistory .myhistorybox .viewbox .viewtab {
      z-index: 6;
      position: absolute;
      right: 0;
      top: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .myhistory .myhistorybox .viewbox .viewtab .yeartab {
        margin-top: 40px;
        display: flex; }
        .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
          margin-left: 5px; }

.aboutvideo .videoview {
  width: 100%; }

.withculture {
  padding: 0.4rem 0 0.8rem; }
  .withculture .culture-list {
    margin-top: 40px; }
    .withculture .culture-list .bbox {
      position: relative;
      padding-top: calc(675 / 1200 * 100%); }
    .withculture .culture-list .cultureul {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: calc(220 / 675 *100%);
      display: flex;
      border-radius: 0 0 20px 20px;
      overflow: hidden; }
      .withculture .culture-list .cultureul .cultureli {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .3s;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
        border-left: 1px solid transparent; }
        .withculture .culture-list .cultureul .cultureli.active {
          border-color: var(--color1);
          background-color: var(--color1); }
        .withculture .culture-list .cultureul .cultureli .icn_box {
          position: relative;
          width: 80px;
          height: 80px;
          overflow: hidden; }
          .withculture .culture-list .cultureul .cultureli .icn_box .ii {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px;
            height: 80px; }
          .withculture .culture-list .cultureul .cultureli .icn_box .ii2 {
            position: absolute;
            left: 0;
            top: 0;
            width: 80px;
            height: 80px; }
        .withculture .culture-list .cultureul .cultureli .tt {
          width: 92%;
          text-align: center;
          margin-top: 26px;
          color: var(--colorFF); }
    .withculture .culture-list .bgul {
      border-radius: var(--border20);
      overflow: hidden; }
      .withculture .culture-list .bgul .mySwiper-culture .swiper-slide {
        width: 86%;
        margin: 0 2%; }
      .withculture .culture-list .bgul .mySwiper-culture .bgli {
        opacity: 1; }
      .withculture .culture-list .bgul .bgli {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 60px;
        opacity: 0;
        transition: all ease .3s;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: calc(240/1200 * 100%); }
        .withculture .culture-list .bgul .bgli.active {
          opacity: 1; }
          .withculture .culture-list .bgul .bgli.active .tt {
            opacity: 1;
            transform: translateY(0); }
        .withculture .culture-list .bgul .bgli .tt {
          position: relative;
          z-index: 6;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          opacity: 0;
          transform: translateY(40px);
          transition: all ease .3s .3s; }
          .withculture .culture-list .bgul .bgli .tt .tt1 {
            font-weight: 700;
            color: var(--colorFF); }
          .withculture .culture-list .bgul .bgli .tt .tt2 {
            position: relative;
            color: var(--colorFF);
            margin-top: 30px;
            display: flex;
            align-items: center; }
            .withculture .culture-list .bgul .bgli .tt .tt2::before {
              content: '';
              width: 34px;
              height: 1px;
              background-color: var(--color2);
              margin-right: 8px; }

.global {
  position: relative;
  background-color: #e3e7ec; }
  .global .bg {
    position: relative;
    line-height: 0;
    z-index: 5; }
  .global .globalcc {
    z-index: 6; }
  .global .fixbox {
    padding-top: 40px; }
  .global .dotlist .dotli {
    position: absolute; }
    .global .dotlist .dotli.de {
      left: 24.5%;
      top: 47%; }
      .global .dotlist .dotli.de .line {
        right: -10px;
        top: 0;
        transform: translate(100%, -50%); }
      .global .dotlist .dotli.de .info {
        align-items: flex-end; }
        .global .dotlist .dotli.de .info .en {
          color: var(--color2); }
    .global .dotlist .dotli.dong {
      left: 48%;
      top: 59%; }
      .global .dotlist .dotli.dong .line {
        left: 50%;
        top: 0;
        transform: translate(0%, -100%); }
    .global .dotlist .dotli.wu {
      left: 59.2%;
      top: 44.3%; }
      .global .dotlist .dotli.wu .line {
        left: 0;
        top: 31%;
        transform: translate(-148%, 0); }
    .global .dotlist .dotli.chang {
      left: 59.2%;
      top: 53.3%; }
      .global .dotlist .dotli.chang .line {
        left: 0;
        top: 6%;
        transform: translate(-118%, 0); }
    .global .dotlist .dotli.zhu {
      left: 59.2%;
      top: 60.3%; }
      .global .dotlist .dotli.zhu .line {
        left: 0;
        top: -88%;
        transform: translate(-148%, 0); }
    .global .dotlist .dotli.active .desc {
      transform: translate(60%, -43%); }
    .global .dotlist .dotli .line {
      position: absolute; }
    .global .dotlist .dotli .info {
      display: flex;
      flex-direction: column; }
      .global .dotlist .dotli .info .en {
        font-weight: 700;
        color: var(--color1); }
      .global .dotlist .dotli .info .cn {
        color: var(--color22);
        font-weight: 700; }
    .global .dotlist .dotli .desc {
      position: absolute;
      left: 0;
      top: 0;
      transform: translate(66%, -43%);
      border-radius: var(--border20);
      box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
      background-color: var(--colorFF);
      z-index: 6; }
      .global .dotlist .dotli .desc .sjl {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-30px, -50%);
        width: 9px;
        height: 13px; }
      .global .dotlist .dotli .desc .gs {
        width: 280px;
        padding-top: 186px; }
        .global .dotlist .dotli .desc .gs .img {
          border-radius: var(--border20) var(--border20) 0 0; }
      .global .dotlist .dotli .desc .title {
        padding: 19px 24px 39px; }
        .global .dotlist .dotli .desc .title .tt1 {
          color: var(--color1);
          font-weight: 700; }
        .global .dotlist .dotli .desc .title .tt2 {
          margin-top: 14px;
          display: flex;
          align-items: center;
          color: var(--color2); }
          .global .dotlist .dotli .desc .title .tt2 .ii {
            width: 12px;
            margin-right: 4px; }
        .global .dotlist .dotli .desc .title .tt3 {
          margin-top: 10px;
          color: #828282; }

.mypartner {
  padding: 0.4rem 0; }
  .mypartner .mySwiper-mypartner {
    margin-top: 40px; }
    .mypartner .mySwiper-mypartner .list {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .mypartner .mySwiper-mypartner .list .list-li {
        height: 100px;
        padding: 0 132px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #f5f5f5; }
        .mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
          border-top: 1px solid #f5f5f5; }
        .mypartner .mySwiper-mypartner .list .list-li .list-li-item {
          width: 20%;
          display: flex;
          justify-content: center; }
    .mypartner .mySwiper-mypartner .prev {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 99;
      width: 50px;
      height: 50px;
      cursor: pointer; }
    .mypartner .mySwiper-mypartner .next {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 99;
      width: 50px;
      height: 50px;
      cursor: pointer; }

.detail-feature {
  padding: 0.5rem 0 0.8rem;
  position: relative; }
  .detail-feature.hasfloat {
    padding: 0 0 0.8rem; }
  .detail-feature .feature-list {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    .detail-feature .feature-list .feature-item {
      width: calc(100% / 3);
      padding: 0 0.6rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: all .3s; }
      .detail-feature .feature-list .feature-item:nth-child(n+4) {
        margin-top: 35px; }
      .detail-feature .feature-list .feature-item:hover {
        transform: translateY(-20px); }
      .detail-feature .feature-list .feature-item .imgbox {
        width: 137px;
        height: 137px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .detail-feature .feature-list .feature-item .tt {
        display: block;
        margin-top: 23px;
        text-align: center;
        color: var(--color5A); }

.detailvideo {
  padding: 0.5rem 0; }
  .detailvideo.hasfloat {
    padding: 0  0.5rem; }
  .detailvideo .videoview {
    position: relative;
    margin-top: 40px;
    padding-top: calc(400 /1200 * 100%);
    border-radius: var(--border20);
    overflow: hidden; }

.containbox {
  background-color: var(--colorF2);
  padding: 0.5rem 0 0.8rem; }
  .containbox .contain-list {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .containbox .contain-list .contain-list-item {
      width: calc(50% - 10px);
      background-color: var(--colorFF);
      border-radius: 10px;
      overflow: hidden;
      height: 258px;
      display: flex; }
      .containbox .contain-list .contain-list-item:nth-child(n+3) {
        margin-top: 20px; }
      .containbox .contain-list .contain-list-item .viewsleft {
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0 25px 0;
        color: var(--color1);
        font-weight: 700; }
        .containbox .contain-list .contain-list-item .viewsleft .nn {
          position: absolute;
          left: 0;
          top: 0;
          width: 90px;
          height: 78px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 0 0 10px 0;
          border: 1px solid #EBEBEB;
          border-top: none;
          border-left: none;
          color: #DDDDDD; }
      .containbox .contain-list .contain-list-item .viewsright {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(356/590*100%);
        background-color: #e9e8e8; }

.swiperprev,
.swipernext {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer; }

.swiperprev {
  left: 0;
  transform: translate(-0.75rem, -50%); }

.swipernext {
  right: 0;
  transform: translate(0.75rem, -50%); }

.system-show {
  padding: 28px 0 53px; }
  .system-show .showimg {
    line-height: 0;
    margin-top: 48px; }
  .system-show .application-list {
    display: flex;
    flex-wrap: wrap; }
    .system-show .application-list .app-item {
      position: relative;
      width: calc(278/1200*100%);
      padding-top: calc(168/1200*100%);
      margin: calc(29 / 1200 *100%) calc(29 / 1200 *100%) 0 0;
      border-radius: var(--border20);
      overflow: hidden; }
      .system-show .application-list .app-item:nth-child(4n) {
        margin-right: 0; }
      .system-show .application-list .app-item:hover .desc {
        width: 100%;
        height: 100%;
        background-color: var(--color1);
        justify-content: center; }
      .system-show .application-list .app-item .desc {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 92.8%;
        height: 45px;
        border-radius: 0 20px 0 0;
        display: flex;
        align-items: center;
        padding: 0 24px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        font-weight: 700;
        color: var(--colorFF);
        transition: all .3s; }

.productdetail {
  padding: 0.5rem 0.8rem; }
  .productdetail .detail-list {
    display: flex;
    flex-wrap: wrap; }
    .productdetail .detail-list .detail-item {
      position: relative;
      width: calc(377/1200*100%);
      margin: calc(30 / 1200 *100%) calc(34 / 1200 *100%) 0 0;
      border-radius: var(--border20);
      overflow: hidden;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 84px; }
      .productdetail .detail-list .detail-item:nth-child(3n) {
        margin-right: 0; }
      .productdetail .detail-list .detail-item:hover .dshow::after {
        width: 100%; }
      .productdetail .detail-list .detail-item .dshow {
        position: relative;
        width: 290px;
        height: 290px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .productdetail .detail-list .detail-item .dshow::after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 16.5%;
          height: 2px;
          transform: translate(-50%, 0);
          transition: all .3s;
          background-color: #DDDDDD; }
        .productdetail .detail-list .detail-item .dshow .productbb {
          width: 200px;
          height: 200px;
          border: 1px solid var(--color1);
          padding: 6px;
          background-color: var(--colorFF);
          border-radius: 50%;
          overflow: hidden; }
          .productdetail .detail-list .detail-item .dshow .productbb .img {
            border-radius: 50%; }
      .productdetail .detail-list .detail-item .ddesc {
        max-width: 80%;
        margin-top: 23px;
        line-height: 1.8;
        max-height: 146px;
        overflow-y: scroll; }
      .productdetail .detail-list .detail-item .dnn {
        font-size: 100px;
        color: #DDDDDD;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 43%);
        font-family: DIN-Bold; }

.productspec {
  padding: 0.5rem 0 0.8rem;
  background-color: var(--colorF2); }
  .productspec .specbox {
    margin-top: 20px; }
    .productspec .specbox .ccbox {
      position: relative;
      display: flex;
      padding: 40px calc(40/1200*100%) 30px 0; }
      .productspec .specbox .ccbox::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 87.5%;
        height: 100%;
        border-radius: var(--border20);
        background-color: var(--colorFF); }
      .productspec .specbox .ccbox .specbox-l {
        position: relative;
        z-index: 5;
        width: calc(260/1200*100%);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .productspec .specbox .ccbox .specbox-l .sepcname {
          height: 50px;
          background-color: var(--color1);
          border-radius: 5px;
          padding: 0 15px;
          display: flex;
          align-items: center;
          color: var(--colorFF);
          font-weight: 700;
          margin-bottom: 3rem; }
        .productspec .specbox .ccbox .specbox-l .sepcimg {
          transform: scale(1.5); }
      .productspec .specbox .ccbox .specbox-r {
        position: relative;
        z-index: 5;
        flex: 1;
        padding-left: calc(50/1200*100%); }
        .productspec .specbox .ccbox .specbox-r .spec-table .table-li {
          display: flex;
          align-items: center;
          color: var(--color5A);
          border-bottom: 1px solid #e6e6e6;
          padding: 18px 12px;
          transition: all .5s; }
          .productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
            background-color: rgba(242, 242, 242, 0.2); }
          .productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
            background-color: var(--colorF2); }
          .productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
            width: calc(272/850*100%); }
          .productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
            flex: 1; }
        .productspec .specbox .ccbox .specbox-r .tips {
          padding: 18px 12px;
          color: var(--color2); }

.core-show {
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat; }
  .core-show .showbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .core-show .container {
    max-width: 1220px; }
  .core-show .mySwiper-core {
    padding: 40px 0 80px;
    display: flex; }
    .core-show .mySwiper-core .swiper-wrapper {
      max-width: 1200px; }
    .core-show .mySwiper-core .list {
      display: flex;
      width: 305px; }
      .core-show .mySwiper-core .list .views {
        background: #FFFFFF;
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 0 10px;
        overflow: hidden;
        width: 100%; }
        .core-show .mySwiper-core .list .views .core {
          position: relative;
          width: 100%;
          padding-top: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .core-show .mySwiper-core .list .views .tt {
          text-align: center;
          font-weight: 700;
          height: 78px;
          line-height: 78px;
          color: var(--color1);
          padding: 0 10px; }

.customerstory {
  padding: 1rem 0 0.8rem; }
  .customerstory .sbox {
    display: flex;
    align-items: center; }
  .customerstory .customerswiper {
    z-index: 8; }
  .customerstory .swiper-slide.swiper-slide-active .story-l {
    transform: translate(0, 0); }
    .customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
      opacity: 1; }
    .customerstory .swiper-slide.swiper-slide-active .story-l .desc {
      opacity: 1; }
  .customerstory .swiper-slide.swiper-slide-active .story-r {
    opacity: 1;
    transform: translate(0, 0); }
  .customerstory .story-l {
    padding-right: 30px;
    flex: 1;
    position: relative;
    z-index: 6;
    height: 100%;
    padding-top: 74px;
    transition: all .3s;
    transform: translate(0, 40px); }
    .customerstory .story-l .tt2 {
      color: var(--color1);
      font-weight: 700;
      opacity: 0;
      transition: all .3s; }
    .customerstory .story-l .desc {
      position: relative;
      transform: translate(84px, 0);
      margin-top: 34px;
      color: var(--color5A);
      padding: 45px 33px 55px;
      background-color: var(--colorF2);
      line-height: 1.8;
      opacity: 0;
      transition: all .3s; }
      .customerstory .story-l .desc::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-94px, 0);
        width: 60px;
        height: 40px;
        background: url("/phone/images/yinghao.png") no-repeat top; }
      .customerstory .story-l .desc::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 123%;
        background-color: #e0e0e0; }
  .customerstory .story-r {
    position: relative;
    z-index: 5;
    border-radius: var(--border20);
    overflow: hidden;
    width: calc(600/1200*100%);
    padding-top: calc(408/1200*100%);
    position: relative;
    transition: all .5s;
    transform: translate(0, 40px);
    opacity: 0; }
  .customerstory .titlebox {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 6; }
  .customerstory .tabbtn {
    position: relative;
    z-index: 7;
    display: flex;
    color: var(--color2); }
    .customerstory .tabbtn .ii {
      cursor: pointer;
      width: 50px;
      height: 50px; }
      .customerstory .tabbtn .ii + .ii {
        margin-left: 70px; }

.contact-list {
  background-color: var(--colorF2); }
  .contact-list .cc {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 60px; }
  .contact-list .contact-item {
    position: relative;
    width: calc(287/1200*100%);
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20);
    padding: 30px;
    overflow: hidden;
    word-wrap: break-word; }
    .contact-list .contact-item.address .pbox {
      display: none; }
      .contact-list .contact-item.address .pbox:nth-of-type(-n+5) {
        display: block; }
    .contact-list .contact-item.address.active .pbox {
      display: block; }
    .contact-list .contact-item.address.active .morea {
      opacity: 0;
      visibility: hidden; }
    .contact-list .contact-item::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: url("/phone/images/bluebg.png") no-repeat top; }
    .contact-list .contact-item .icc {
      width: 100%;
      height: 42px;
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .contact-list .contact-item .icc .img {
        width: 42px;
        height: 42px; }
      .contact-list .contact-item .icc .icct1 {
        margin-left: 15px;
        color: #222222;
        font-weight: 700;
        font-size: 18px;
        line-height: 1; }
    .contact-list .contact-item .t1 {
      color: #222222;
      font-size: 18px;
      position: relative;
      padding-left: 14px; }
      .contact-list .contact-item .t1:nth-child(2n) {
        margin-top: 10px; }
      .contact-list .contact-item .t1::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--color2); }
    .contact-list .contact-item .t2 {
      color: var(--color1);
      font-weight: 700;
      font-size: 18px;
      margin-top: 10px;
      position: relative;
      padding-left: 14px; }
      .contact-list .contact-item .t2.black {
        color: var(--color5A);
        font-weight: 400; }
      .contact-list .contact-item .t2 .s {
        font-size: 16px; }
    .contact-list .contact-item .p1 {
      position: relative;
      padding-left: 14px;
      color: #222222;
      font-size: 14px;
      margin-top: 14px; }
      .contact-list .contact-item .p1::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--color2); }
    .contact-list .contact-item .p2 {
      position: relative;
      padding-left: 14px;
      color: #828282;
      font-size: 14px;
      margin-top: 4px; }
      .contact-list .contact-item .p2.black {
        color: var(--color5A); }
    .contact-list .contact-item .a2 {
      position: relative;
      padding-left: 14px;
      color: #828282;
      font-size: 14px;
      margin-top: 4px;
      text-decoration: underline; }
    .contact-list .contact-item .morea {
      opacity: 1;
      transition: all .3s;
      display: block;
      margin: 30px auto 0;
      text-align: center; }
      .contact-list .contact-item .morea .moret {
        color: var(--color2);
        font-size: 14px; }
      .contact-list .contact-item .morea .morei {
        margin-left: 5px; }
    .contact-list .contact-item .com-gomore {
      margin-top: 30px; }

.topnews {
  margin-top: 0.8rem; }
  .topnews .topviews {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
    border-radius: var(--border20);
    display: flex;
    overflow: hidden; }
    .topnews .topviews .topviews-l {
      width: calc(500/1200*100%);
      padding-top: calc(362/1200*100%);
      position: relative;
      overflow: hidden; }
    .topnews .topviews .topviews-r {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .topnews .topviews .topviews-r .t1 {
        color: #9FA0A0; }
      .topnews .topviews .topviews-r .t2 {
        margin-top: 18px;
        color: var(--color22); }
      .topnews .topviews .topviews-r .t3 {
        margin-top: 28px;
        color: #828282;
        line-height: 1.7; }
      .topnews .topviews .topviews-r .com-gomore {
        margin-top: 0.5rem; }

.newslist {
  margin-top: 0.8rem;
  padding-bottom: 20px;
  overflow: hidden; }
  .newslist .cc {
    display: flex;
    flex-wrap: wrap; }

.newsitem {
  width: calc(373 / 1200 * 100%);
  margin: calc(40/1200 * 100%) calc(40/1200 * 100%) 0 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20); }
  .newsitem:nth-child(-n+3) {
    margin-top: 0px; }
  .newsitem:nth-child(3n) {
    margin-right: 0px; }
  .newsitem .imgbox {
    width: 100%;
    padding-top: calc(270/373 * 100%);
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden; }
  .newsitem .info {
    padding: 23px 24px 26px; }
    .newsitem .info .info-t1 {
      color: var(--color1); }
    .newsitem .info .info-t2 {
      margin-top: 16px;
      color: var(--color22);
      line-height: 30px; }

.prolist {
  padding: 0.8rem 0;
  background-color: var(--colorF2); }
  .prolist .cc {
    display: flex;
    flex-wrap: wrap; }

.proitem {
  width: calc(373 / 1200 * 100%);
  margin: calc(40/1200 * 100%) calc(40/1200 * 100%) 0 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
  border-radius: var(--border20); }
  .proitem:nth-child(-n+3) {
    margin-top: 0px; }
  .proitem:nth-child(3n) {
    margin-right: 0px; }
  .proitem .imgbox {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: var(--border20) var(--border20) 0 0;
    overflow: hidden; }
  .proitem .info {
    padding: 23px 24px 26px;
    border-top: 1px solid #E6E6E6; }
    .proitem .info .info-t1 {
      color: var(--color22); }
    .proitem .info .info-t2 {
      margin-top: 16px;
      color: #878686;
      line-height: 1.6; }

.footer-page {
  margin-top: 0.6rem; }

.newscontent {
  padding: 80px 0 73px; }
  .newscontent .cc {
    display: flex;
    align-items: flex-start; }
  .newscontent .con-l {
    max-width: calc(860/1200*100%);
    flex: 1;
    padding-right: calc(80/1200*100%); }
    .newscontent .con-l .rich {
      padding-bottom: 40px; }
    .newscontent .con-l .tabb {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #ebebeb;
      padding: 40px 0; }
      .newscontent .con-l .tabb .tabb-l {
        width: 70%;
        display: flex;
        flex-direction: column; }
        .newscontent .con-l .tabb .tabb-l .ne {
          margin-top: 10px; }
  .newscontent .con-r {
    position: sticky;
    top: calc(var(--navheight) + var(--navheight));
    width: calc(340/1200*100%); }
    .newscontent .con-r .title {
      margin-bottom: 20px; }
      .newscontent .con-r .title .tt {
        margin-left: 10px;
        font-weight: 700; }
    .newscontent .con-r .infoul .infoli {
      padding: 20px 0;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #eaeaea; }
      .newscontent .con-r .infoul .infoli:first-child {
        border-top: 1px solid #eaeaea; }
      .newscontent .con-r .infoul .infoli .time {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(70/340*100%);
        color: #9FA0A0;
        line-height: 1;
        position: relative; }
        .newscontent .con-r .infoul .infoli .time::after {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          width: 1px;
          height: 50%;
          transform: translate(0, -50%);
          background-color: #e7e7e7; }
        .newscontent .con-r .infoul .infoli .time .s {
          margin-top: 4px; }
      .newscontent .con-r .infoul .infoli .desc {
        flex: 1;
        padding: 0 20px;
        color: #222222; }

@media only screen and (max-width: 1600px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1400px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1280px) {
  /* 公共样式自适应start*/
  .fz14 {
    font-size: 12px; }
  .h80 {
    height: 65px; }
  .h116 {
    height: 85px; }
  .h124 {
    height: 90px; }
  .h138 {
    height: 100px; }
  :root {
    --navheight: 60px;
    --border20: 15px; }
  .container {
    width: 88%; }
  .detail-feature .feature-list .feature-item .imgbox {
    width: 110px;
    height: 110px; }
  .mainbanner .breathli.showleft.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-14px, 0); }
  .mainbanner .breathli.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(14px, 0); }
  .mainbanner .breathli .breathtt {
    padding: 4px 14px 4px 6px;
    width: 0;
    border-radius: 23px;
    height: 46px; }
    .mainbanner .breathli .breathtt .ic {
      width: 38px;
      height: 38px; }
    .mainbanner .breathli .breathtt .tt {
      margin: 0  12px;
      color: var(--colorFF);
      line-height: 1; }
  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px; }
    .breath .brecc {
      position: relative;
      background: var(--colorFF);
      border: 5px solid var(--color1);
      border-radius: 50%;
      z-index: 5;
      width: 100%;
      height: 100%; }
  .vh100.mvw50 {
    height: 50vw; }
  .vh100.mvw70 {
    height: 70vw; }
  .vh100.mvw100 {
    height: 100vw; }
  .fz80 {
    font-size: 50px; }
  .fz56 {
    font-size: 40px; }
  .fz50 {
    font-size: 36px; }
  .fz46 {
    font-size: 34px; }
  .fz40 {
    font-size: 30px; }
  .fz38 {
    font-size: 30px;
    font-weight: 700; }
  .fz36 {
    font-size: 28px;
    font-weight: 500; }
  .fz30 {
    font-size: 26px; }
  .fz28 {
    font-size: 24px; }
  .fz24 {
    font-size: 20px; }
  .fz22 {
    font-size: 17px; }
  .fz20 {
    font-size: 17px; }
  .fz18 {
    font-size: 16px; }
  .fz16 {
    font-size: 14px; }
  .com-gomore {
    height: 46px;
    padding: 0 30px; }
    .com-gomore + .com-gomore {
      margin-left: 0.3rem; }
  .global .dotlist .dotli .desc {
    transform: translate(80%, -36%); }
    .global .dotlist .dotli .desc .gs {
      width: 230px;
      padding-top: 153px; }
  .global .dotlist .dotli.active .desc {
    transform: translate(66%, -36%); }
  .scrollitem .fixbox .scrollinfo {
    width: 45vw;
    padding: 16vh calc(260 / 1920 *100%) 10vh calc(260 / 1920 *100%); }
    .scrollitem .fixbox .scrollinfo.fangan {
      width: 92%;
      margin: 0 auto; }
    .scrollitem .fixbox .scrollinfo.teshu {
      padding: 0; }
    .scrollitem .fixbox .scrollinfo .pdesc {
      margin-bottom: 4%; }
  .nav-header .nav-hader-content .logo .colorlogo {
    height: 25px; }
  .nav-header .nav-hader-content .menu .mul .mli {
    margin: 0 0.16rem; }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 0.16rem; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1024px) {
  .container {
    width: 92%; }
  .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-show {
    padding: 0.3rem 30px; }
  .threeline-box {
    width: 24px; }
    .threeline-box.active .threeline {
      background-color: var(--colorFF); }
    .threeline-box.active .threeline-1 {
      transform: translateY(7px) rotate(-45deg); }
    .threeline-box.active .threeline-3 {
      transform: translateY(-10px) rotate(45deg); }
    .threeline-box.active .threeline-2 {
      width: 0; }
    .threeline-box .threeline {
      margin: 3px 0;
      height: 2px;
      border-radius: 1px;
      background-color: var(--color1);
      transition: all .3s; }
    .threeline-box .threeline-1 {
      width: 24px; }
    .threeline-box .threeline-2 {
      width: 18px; }
    .threeline-box .threeline-3 {
      width: 24px; }
  .lr-tb {
    display: flex;
    flex-direction: column; }
  .web {
    display: none; }
  .mobile {
    display: inline-block; }
  .webb {
    display: none; }
  .mobileb {
    display: block; }
  .flex-web {
    display: none; }
  .flex-mob {
    display: flex; }
  :root {
    --navheight: 50px;
    --border20: 10px; }
  .nav-footer .footer-top .left-list {
    width: auto; }
  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0.8rem; }
  .nav-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .nav-footer .footer-top .pbox {
      padding: 30px 0; }
      .nav-footer .footer-top .pbox.ismain {
        padding: calc(var(--navheight) + 20px) 0 0.3rem; }
    .nav-footer .footer-top .left-list {
      width: 100%;
      flex-direction: column; }
      .nav-footer .footer-top .left-list .list-li {
        padding-right: 0; }
        .nav-footer .footer-top .left-list .list-li + .list-li {
          margin-top: 0.3rem; }
    .nav-footer .footer-top .right-info {
      width: 100%;
      margin-top: 0.3rem;
      display: flex;
      flex-direction: column; }
      .nav-footer .footer-top .right-info .info-qrcode {
        justify-content: center; }
    .nav-footer .footer-bot {
      display: flex;
      flex-direction: column; }
      .nav-footer .footer-bot .bot-logo {
        padding-right: 0;
        width: 100%;
        background-color: var(--color2);
        border-radius: var(--border20) var(--border20) 0px 0px;
        justify-content: center; }
      .nav-footer .footer-bot .bot-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.3rem 0 0.3rem;
        margin-left: 0;
        width: 100%;
        background-color: var(--color1);
        border-radius: 0;
        color: #7f96d4; }
        .nav-footer .footer-bot .bot-info .info-l {
          width: 80%; }
  .section-tt {
    position: relative;
    display: flex;
    justify-content: center; }
    .section-tt.hasdd {
      flex-direction: column;
      align-items: center; }
    .section-tt .ttb {
      display: inline-block;
      position: relative; }
      .section-tt .ttb .tt {
        height: 100%;
        font-weight: bold;
        color: var(--color22);
        display: flex;
        align-items: center;
        text-align: center; }
    .section-tt .dd {
      margin-top: 34px;
      font-size: 16px;
      color: #828282; }
    .section-tt .line {
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 50px;
      height: 2px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateX(-50%); }
      .section-tt .line::before {
        content: '';
        width: 24%;
        height: 100%;
        background-color: var(--color2);
        border-radius: 1px; }
      .section-tt .line::after {
        content: '';
        width: 72%;
        height: 100%;
        background-color: var(--color1);
        border-radius: 1px; }
    .section-tt.ff .tt {
      color: var(--colorFF); }
    .section-tt.left {
      justify-content: flex-start; }
      .section-tt.left .line {
        position: absolute;
        left: 0;
        transform: translateX(0%); }
    .section-tt.right {
      justify-content: flex-end; }
      .section-tt.right .line {
        position: absolute;
        left: inherit;
        right: 0;
        transform: translateX(0%); }
    .section-tt.notop .tt {
      align-items: flex-start; }
  .com-gomore {
    height: 40px;
    padding: 0 22px; }
    .com-gomore + .com-gomore {
      margin-left: 0;
      margin-top: 0.3rem; }
  .submitform.hasdd .container {
    z-index: 6;
    padding: 4%; }
    .submitform.hasdd .container .ttb {
      height: 80px; }
  .submitform .container {
    z-index: 6;
    padding: 0; }
  .tborder {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--border20); }
  .floatbox {
    padding: 4%; }
  .pagebanner {
    height: 50vw; }
    .pagebanner.h610 {
      padding: 0.8rem 0;
      height: auto;
      max-height: none; }
    .pagebanner.h750 {
      height: 40vh; }
    .pagebanner .tt {
      font-size: 40px; }
    .pagebanner .l-r {
      z-index: 6;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .pagebanner .l-r .ltxt {
        flex: 1; }
        .pagebanner .l-r .ltxt .ltt {
          text-align: center;
          color: var(--color1); }
        .pagebanner .l-r .ltxt .ldd {
          margin-top: 24px; }
      .pagebanner .l-r .rbg {
        padding: 20px 0;
        width: 80%; }
  .detailvideo .videoview {
    padding-top: 80%; }
  .scrollitem .fixbox.pt20 {
    padding-top: 20px; }
  .scrollitem .fixbox .scrollinfo {
    width: 92%;
    padding: 4%;
    margin: 0 auto;
    top: 8%; }
    .scrollitem .fixbox .scrollinfo.fangan {
      padding: 0;
      top: 0; }
  .plan-item .plan-item-box .imgbox {
    width: 100%; }
  .nav-header .nav-hader-content .logo {
    padding: 0 0 0 0.4rem; }
    .nav-header .nav-hader-content .logo .colorlogo {
      height: 25px; }
  .nav-header .nav-hader-content .menu {
    display: none; }
  .nav-header .nav-hader-content .other {
    display: flex; }
    .nav-header .nav-hader-content .other .lang {
      padding: 0 0.6rem; }
    .nav-header .nav-hader-content .other .showMenu .navView.active {
      width: 80px; }
    .nav-header .nav-hader-content .other .showMenu .showbox .maplist {
      border: 1px solid #e3e3e3;
      border-top: none;
      border-bottom: none; }
      .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol {
        height: auto;
        flex: 0 1 auto;
        border: none !important; }
        .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-title {
          font-weight: 500;
          height: 52px;
          line-height: 52px;
          border-bottom: 0;
          padding-bottom: 0; }
        .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul {
          border-bottom: 1px solid #e3e3e3;
          padding-top: 0;
          display: none; }
          .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol .col-more .more-ul .more-li .li-title {
            height: 40px; }
        .nav-header .nav-hader-content .other .showMenu .showbox .maplist .mapcol + .mapcol {
          margin-top: 0; }
  .detail-feature .feature-list .feature-item {
    width: calc(100% / 2); }
  .detail-feature .feature-list .feature-item:nth-child(n+4) {
    margin-top: 0; }
  .detail-feature .feature-list .feature-item:nth-child(n+3) {
    margin-top: 30px; }
  .containbox {
    background-color: var(--colorF2); }
    .containbox .contain-list {
      margin-top: 40px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .containbox .contain-list .contain-list-item {
        width: 100%;
        background-color: var(--colorFF);
        border-radius: 10px;
        overflow: hidden;
        height: 40vw;
        display: flex; }
        .containbox .contain-list .contain-list-item:nth-child(n+3) {
          margin-top: 0; }
        .containbox .contain-list .contain-list-item + .contain-list-item {
          margin-top: 20px; }
        .containbox .contain-list .contain-list-item .viewsleft {
          flex: 1;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          padding: 0 25px 0;
          color: var(--color1);
          font-weight: 700; }
          .containbox .contain-list .contain-list-item .viewsleft .nn {
            position: absolute;
            left: 0;
            top: 0;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0 0 10px 0;
            border: 1px solid #EBEBEB;
            border-top: none;
            border-left: none;
            color: #DDDDDD; }
        .containbox .contain-list .contain-list-item .viewsright {
          display: flex;
          align-items: center;
          width: calc(356/590*100%);
          background-color: #e9e8e8; }
  .system-show {
    padding: 0.5rem 0 0.8rem; }
    .system-show .showimg {
      line-height: 0;
      margin-top: 48px; }
    .system-show .application-list {
      display: flex;
      flex-wrap: wrap; }
      .system-show .application-list .app-item {
        position: relative;
        width: 48%;
        padding-top: calc(168/375*100%);
        margin: 20px 1% 0;
        border-radius: var(--border20);
        overflow: hidden; }
        .system-show .application-list .app-item:nth-child(4n) {
          margin-right: 0; }
        .system-show .application-list .app-item:hover .desc {
          width: 100%;
          height: 100%;
          background-color: var(--color1);
          justify-content: center; }
        .system-show .application-list .app-item .desc {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 92.8%;
          height: 45px;
          border-radius: 0 20px 0 0;
          display: flex;
          align-items: center;
          padding: 0 24px;
          border: 1px solid rgba(255, 255, 255, 0.5);
          font-weight: 700;
          color: var(--colorFF);
          transition: all .3s; }
  .topnews {
    margin-top: 0.8rem; }
    .topnews .topviews {
      background: #FFFFFF;
      box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.08);
      border-radius: var(--border20);
      display: flex;
      flex-direction: column;
      overflow: hidden; }
      .topnews .topviews .topviews-l {
        width: 100%;
        padding-top: calc(362/500*100%);
        position: relative;
        overflow: hidden; }
      .topnews .topviews .topviews-r {
        flex: 1;
        padding: 4%;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .topnews .topviews .topviews-r .t1 {
          color: #9FA0A0; }
        .topnews .topviews .topviews-r .t2 {
          margin-top: 2%;
          color: var(--color22); }
        .topnews .topviews .topviews-r .t3 {
          margin-top: 2%;
          color: #828282; }
        .topnews .topviews .topviews-r .com-gomore {
          margin-top: 6%; }
  .newsitem {
    width: 48%;
    margin: 4% 4% 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20); }
    .newsitem:nth-child(-n+3) {
      margin-top: 4%; }
    .newsitem:nth-child(3n) {
      margin-right: 4%; }
    .newsitem:nth-child(-n+2) {
      margin-top: 0px; }
    .newsitem:nth-child(2n) {
      margin-right: 0px; }
    .newsitem .imgbox {
      width: 100%;
      padding-top: calc(270/373 * 100%);
      position: relative;
      border-radius: var(--border20) var(--border20) 0 0;
      overflow: hidden; }
    .newsitem .info {
      padding: 6%; }
      .newsitem .info .info-t1 {
        color: var(--color1); }
      .newsitem .info .info-t2 {
        font-size: 14px;
        margin-top: 2%;
        color: var(--color22);
        line-height: 1.2; }
  .proitem {
    width: 48%;
    margin: 4% 4% 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20); }
    .proitem:nth-child(-n+3) {
      margin-top: 4%; }
    .proitem:nth-child(3n) {
      margin-right: 4%; }
    .proitem:nth-child(-n+2) {
      margin-top: 0px; }
    .proitem:nth-child(2n) {
      margin-right: 0px; }
    .proitem .imgbox {
      width: 100%;
      padding-top: 100%;
      position: relative;
      border-radius: var(--border20) var(--border20) 0 0;
      overflow: hidden; }
    .proitem .info {
      padding: 6%;
      border-top: 1px solid #E6E6E6; }
      .proitem .info .info-t1 {
        color: var(--color22); }
      .proitem .info .info-t2 {
        margin-top: 2%;
        font-size: 14px;
        color: #878686;
        line-height: 1.6; }
  .newscontent {
    padding: 60px 0 0; }
    .newscontent .con-l {
      max-width: none;
      flex: 1;
      padding-right: 0;
      width: 100%; }
      .newscontent .con-l .rich {
        padding-bottom: 40px; }
      .newscontent .con-l .tabb {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border-top: 1px solid #ebebeb;
        padding: 40px 0; }
        .newscontent .con-l .tabb .tabb-l {
          width: 100%;
          display: flex;
          flex-direction: column; }
          .newscontent .con-l .tabb .tabb-l .ne {
            margin-top: 10px; }
        .newscontent .con-l .tabb .tabb-r {
          width: 100%;
          margin-top: 20px; }
    .newscontent .con-r {
      position: relative;
      top: 0;
      width: 100%; }
      .newscontent .con-r .title {
        margin-bottom: 20px; }
        .newscontent .con-r .title .tt {
          margin-left: 10px;
          font-weight: 700; }
      .newscontent .con-r .infoul .infoli {
        padding: 20px 0;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eaeaea; }
        .newscontent .con-r .infoul .infoli:first-child {
          border-top: 1px solid #eaeaea; }
        .newscontent .con-r .infoul .infoli .time {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: calc(70/340*100%);
          color: #9FA0A0;
          line-height: 1;
          position: relative; }
          .newscontent .con-r .infoul .infoli .time::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 1px;
            height: 50%;
            transform: translate(0, -50%);
            background-color: #e7e7e7; }
          .newscontent .con-r .infoul .infoli .time .s {
            margin-top: 4px; }
        .newscontent .con-r .infoul .infoli .desc {
          flex: 1;
          padding: 0 20px;
          color: #222222; }
  /*.process-tab {
    background-color: var(--colorF2);
    padding: 40px 0; }
    .process-tab .processul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 40px;
      border-radius: var(--border20); }
      .process-tab .processul .processli {
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        width: 49%;
        flex: 0 1 auto;
        height: 60vw;
        box-sizing: border-box;
        border-left: none;
        background-color: var(--color1);
        border-radius: var(--border20);
        transition: all ease-in-out .3s; }
        .process-tab .processul .processli:last-child {
          border-right: none; }
        .process-tab .processul .processli:nth-child(n+3) {
          margin-top: 20px; }
        .process-tab .processul .processli.active {
          background-color: var(--color1);
          border-radius: var(--border20);
          flex: 0 1 auto;
          border-color: #D2D2D2; }
          .process-tab .processul .processli.active .li-tt {
            font-size: 18px;
            color: var(--colorF2); }
          .process-tab .processul .processli.active .li-cc {
            margin-top: 30px;
            flex: 1;
            justify-content: center; }
            .process-tab .processul .processli.active .li-cc .icn_box {
              width: 80px;
              height: 80px;
              overflow: hidden; }
              .process-tab .processul .processli.active .li-cc .icn_box .ii {
                transform: translateX(-80px);
                filter: drop-shadow(80px 0 var(--colorFF));
                -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
                -webkit-filter: drop-shadow(80px 0 var(--colorFF)); }
            .process-tab .processul .processli.active .li-cc .tt {
              writing-mode: lr-tb;
              width: auto;
              font-size: 22px;
              font-weight: 700;
              color: var(--colorFF); }
        .process-tab .processul .processli .li-tt {
          font-size: 18px;
          color: var(--colorF2); }
        .process-tab .processul .processli .li-cc {
          display: flex;position: relative;
          flex-direction: column;
          align-items: center;
          transition: all ease-in-out .7s;
          margin-top: 30px;
          flex: 1;
          justify-content: center; }
          .process-tab .processul .processli .li-cc .icn_box {
            width: 80px;
            height: 80px;
            overflow: hidden; }
            .process-tab .processul .processli .li-cc .icn_box .ii {
              width: 80px;
              height: 80px;
              box-sizing: content-box;
              border-right: 80px solid transparent;
              transform: translateX(-80px);
              filter: drop-shadow(80px 0 var(--colorFF));
              -webkit-backdrop-filter: drop-shadow(80px 0 var(--colorFF));
              -webkit-filter: drop-shadow(80px 0 var(--colorFF)); }
          .process-tab .processul .processli .li-cc .tt {
            writing-mode: lr-tb;
            width: auto;
            font-size: 22px;
            font-weight: 700;
            color: var(--colorFF);
            text-align: center;
            line-height: 1; }*/
  .show-address {
    position: relative;
    background-color: var(--color7F); }
    .show-address .addresslist {
      position: relative;
      width: 92%;
      padding: 0 4%;
      z-index: 6;
      margin: 0 20px;
      top: 4%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden; }
      .show-address .addresslist .listbox {
        width: 100%; }
      .show-address .addresslist .address-swiperbox {
        position: relative;
        margin-top: 20px;
        height: 398px;
        padding-left: 20px;
        overflow: hidden; }
        .show-address .addresslist .address-swiperbox .mySwiper-address {
          height: 100%; }
        .show-address .addresslist .address-swiperbox .swiper-wrapper {
          flex-direction: column; }
          .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
            width: 100%;
            height: 70px;
            margin-bottom: 14px;
            cursor: pointer; }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
              background: var(--color1); }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
                color: var(--color2); }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
              width: 100%;
              height: 100%;
              padding: 26px;
              background: rgba(255, 255, 255, 0.35);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
              border-radius: 10px;
              color: var(--colorFF);
              transition: all .3s;
              display: flex;
              align-items: center; }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
                font-weight: 700;
                transition: all .3s; }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
                margin-left: 10px;
                font-weight: 700; }
        .show-address .addresslist .address-swiperbox .swiper-pagination {
          position: absolute;
          width: 2px;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.35); }
          .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
            background-color: white; }
    .show-address .addressbg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .show-address .addressbg .addressbg-li {
        opacity: 0;
        transition: all ease-in-out .3s; }
        .show-address .addressbg .addressbg-li.active {
          opacity: 1; }
  .contact-list {
    background-color: var(--colorF2); }
    .contact-list .cc {
      display: flex;
      justify-content: space-between;
      padding: 40px 0;
      flex-direction: column; }
    .contact-list .contact-item {
      position: relative;
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
      border-radius: var(--border20);
      padding: 8% 4%;
      overflow: hidden;
      word-wrap: break-word; }
      .contact-list .contact-item + .contact-item {
        margin-top: 4%; }
      .contact-list .contact-item.address .pbox {
        display: none; }
        .contact-list .contact-item.address .pbox:nth-of-type(-n+5) {
          display: block; }
      .contact-list .contact-item.address.active .pbox {
        display: block; }
      .contact-list .contact-item.address.active .morea {
        opacity: 0;
        visibility: hidden; }
      .contact-list .contact-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10px;
        background: url("/phone/images/bluebg.png") no-repeat top;
        background-size: 100%; }
      .contact-list .contact-item .icc {
        margin-bottom: 30px; }
      .contact-list .contact-item .p1:nth-child(2n) {
        margin-top: 10px; }
      .contact-list .contact-item .p1::after {
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: var(--color2); }
      .contact-list .contact-item .morea {
        opacity: 1;
        transition: all .3s;
        display: block;
        margin: 30px auto 0;
        text-align: center; }
        .contact-list .contact-item .morea .moret {
          color: var(--color2);
          font-size: 14px; }
        .contact-list .contact-item .morea .morei {
          margin-left: 5px; }
      .contact-list .contact-item .com-gomore {
        margin-top: 30px; }
  .company-profile .graybg {
    width: 100%;
    height: 100%;
    background-color: var(--colorF2); }
  .company-profile .container {
    align-items: center; }
  .company-profile .l-info {
    position: relative;
    flex: 1;
    padding-right: 0; }
    .company-profile .l-info .dd {
      margin-top: 32px;
      color: #828282;
      line-height: 30px; }
  .company-profile .r-img {
    position: relative;
    width: 100%;
    padding-top: 0;
    border-radius: var(--border20);
    overflow: hidden;
    margin-top: 1rem; }
    .company-profile .r-img .imgabs {
      position: relative; }
  .myhistory .container {
    width: 100%;
    overflow: hidden; }
  .myhistory .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .myhistory .myhistorybox {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    padding-bottom: 2rem; }
    .myhistory .myhistorybox .viewbox {
      position: relative; }
      .myhistory .myhistorybox .viewbox .viewlist {
        z-index: 5; }
        .myhistory .myhistorybox .viewbox .viewlist .mySwiper-history {
          width: 100%;
          overflow: visible; }
        .myhistory .myhistorybox .viewbox .viewlist .swiper-slide {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          padding: 40% 0 0 0;
          align-items: flex-start;
          opacity: 0 !important;
          visibility: hidden;
          transition: all .3s; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide.swiper-slide-active {
            opacity: 1 !important;
            visibility: visible; }
          .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            order: 0 !important; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(4) {
              margin-right: 0; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem:nth-child(n+5) {
              margin-top: 0; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem + .viewitem {
              margin-top: 1rem; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .showbox {
              transform: translate(0, 0); }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::before {
              background-color: var(--colorF2); }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .yuan::after {
              background-color: var(--color2); }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .year {
              color: var(--color1); }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem.active .look {
              opacity: 0; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
              width: 102px;
              height: 102px;
              position: relative;
              background-color: var(--colorFF);
              border-radius: 50%;
              z-index: 5; }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 68px;
                height: 68px;
                border-radius: 50%;
                background-color: var(--colorF2);
                transition: all ease-in-out .3s; }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background-color: var(--color2);
                transition: all ease-in-out .3s; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
              font-size: 60px;
              margin-top: 0;
              color: #9FA0A0;
              z-index: 5; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
              color: var(--color1);
              z-index: 5; }
            .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox {
              margin-left: 14%;
              z-index: 6;
              position: relative;
              width: 80%;
              left: inherit;
              right: 0;
              top: 100%;
              background: var(--colorFF);
              border-radius: 10px;
              padding: 22px 18px 14px;
              box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17); }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox::before {
                right: 88%; }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc {
                color: #828282;
                padding-bottom: 17px; }
                .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p {
                  position: relative;
                  line-height: 24px;
                  font-size: 14px;
                  padding-left: 14px; }
                  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p::after {
                    content: '';
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: var(--color2);
                    position: absolute;
                    left: 0;
                    top: 10px; }
                  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .desc p + p {
                    margin-top: 4px; }
              .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .showbox .coll {
                text-align: right;
                height: 34px;
                line-height: 34px;
                border-top: 1px solid #e5e5e5;
                color: #9FA0A0; }
      .myhistory .myhistorybox .viewbox .viewtab {
        z-index: 6;
        position: absolute;
        right: 6%;
        top: 6%;
        display: flex;
        flex-direction: column;
        align-items: flex-end; }
        .myhistory .myhistorybox .viewbox .viewtab .yeartab {
          margin-top: 40px;
          display: flex; }
          .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
            margin-left: 5px; }
  .withculture {
    padding: 0.4rem 0 0.8rem; }
    .withculture .culture-list {
      width: 100%;
      margin-top: 40px; }
      .withculture .culture-list .bbox {
        position: relative;
        padding-top: calc(675 / 1200 * 100%); }
      .withculture .culture-list .cultureul {
        display: none; }
      .withculture .culture-list .bgul {
        border-radius: 0;
        overflow: hidden; }
        .withculture .culture-list .bgul .bgli {
          border-radius: var(--border20);
          overflow: hidden;
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 0 0.6rem;
          opacity: 0;
          transition: all ease .3s;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-bottom: calc(240/1200 * 100%); }
          .withculture .culture-list .bgul .bgli.active {
            opacity: 1; }
            .withculture .culture-list .bgul .bgli.active .tt {
              opacity: 1;
              transform: translateY(0); }
          .withculture .culture-list .bgul .bgli .tt {
            position: relative;
            z-index: 6;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            opacity: 0;
            transform: translateY(40px);
            transition: all ease .3s .3s; }
            .withculture .culture-list .bgul .bgli .tt .tt1 {
              font-weight: 700;
              color: var(--colorFF); }
            .withculture .culture-list .bgul .bgli .tt .tt2 {
              position: relative;
              color: var(--colorFF);
              margin-top: 30px;
              display: flex;
              align-items: center; }
              .withculture .culture-list .bgul .bgli .tt .tt2::before {
                content: '';
                width: 34px;
                height: 1px;
                background-color: var(--color2);
                margin-right: 8px; }
  .global {
    position: relative;
    background-color: #e3e7ec; }
    .global .bg {
      position: relative;
      line-height: 0;
      z-index: 5; }
    .global .globalcc {
      z-index: 6;
      position: relative; }
    .global .fixbox {
      padding: 4% 0; }
    .global .dotlist {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 4%; }
      .global .dotlist .dotli {
        width: 48%;
        position: relative;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important; }
        .global .dotlist .dotli.active .desc {
          transform: translate(0, 0); }
        .global .dotlist .dotli:nth-child(n+3) {
          margin-top: 4%; }
        .global .dotlist .dotli .line {
          display: none; }
        .global .dotlist .dotli .info {
          display: none; }
        .global .dotlist .dotli .desc {
          position: relative;
          opacity: 1;
          visibility: visible;
          left: 0;
          top: 0;
          transform: translate(0, 0);
          border-radius: var(--border20);
          box-shadow: 1px 1px 12px 2px rgba(0, 0, 0, 0.17);
          background-color: var(--colorFF);
          z-index: 6; }
          .global .dotlist .dotli .desc .sjl {
            display: none; }
          .global .dotlist .dotli .desc .gs {
            width: 100%;
            padding-top: calc(186/280 * 100%); }
            .global .dotlist .dotli .desc .gs .img {
              border-radius: var(--border20) var(--border20) 0 0; }
          .global .dotlist .dotli .desc .title {
            padding: 6%; }
            .global .dotlist .dotli .desc .title .tt1 {
              color: var(--color1);
              font-weight: 700; }
            .global .dotlist .dotli .desc .title .tt2 {
              margin-top: 6px;
              display: flex;
              align-items: center;
              color: var(--color2); }
              .global .dotlist .dotli .desc .title .tt2 .ii {
                width: 12px;
                margin-right: 4px; }
            .global .dotlist .dotli .desc .title .tt3 {
              margin-top: 6px;
              color: #828282; }
  .mypartner {
    padding: 0 0 10%; }
    .mypartner .mySwiper-mypartner {
      margin: 40px auto 0; }
      .mypartner .mySwiper-mypartner .swiper-wrapper {
        width: 80%; }
      .mypartner .mySwiper-mypartner .list {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .mypartner .mySwiper-mypartner .list .list-li {
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid #f5f5f5; }
          .mypartner .mySwiper-mypartner .list .list-li:nth-child(1) {
            border-top: 1px solid #f5f5f5; }
          .mypartner .mySwiper-mypartner .list .list-li .list-li-item {
            width: 33.3%;
            display: flex;
            justify-content: center; }
      .mypartner .mySwiper-mypartner .prev {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 99;
        width: 30px;
        height: 30px;
        cursor: pointer; }
      .mypartner .mySwiper-mypartner .next {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 99;
        width: 30px;
        height: 30px;
        cursor: pointer; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 1200px) {
  /* 公共样式自适应start*/
  /* 公共样式自适应end*/ 

  .process-tab {width: 7.29rem;margin-top: 0;}
  .process-tab .processul {display:none;}
}

@media only screen and (max-width: 768px) {
  .process-tab {width: 7.29rem;margin-top: 0;}
  .process-tab .processul {display:none;}



  .nav-footer .footer-top .left-list .list-li {
    padding-right: 0 !important; }
  .nav-footer {
    min-height: 100vh; }
  .global .dotlist .dotli {
    width: 100%; }
    .global .dotlist .dotli:nth-child(2) {
      margin-top: 4%; }
    .global .dotlist .dotli .relative {
      width: 100%;
      height: 100%; }
  .webbb {
    display: none; }
  .mobilebb {
    display: block; }
  .pagebanner .bannerbg2 {
    max-height: 36vw; }
  .floatbox {
    top: 0; }
  .zzbox.ishow .zz {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .pagebanner .tt {
    font-size: 24px; }
  .fz80 {
    font-size: 40px; }
  .fz56 {
    font-size: 36px; }
  .fz40 {
    font-size: 26px; }
  .fz38 {
    font-size: 28px;
    font-weight: 700; }
  .fz36 {
    font-size: 28px;
    font-weight: 500; }
  .fz30 {
    font-size: 24px; }
  .fz28 {
    font-size: 22px; }
  .fz24 {
    font-size: 18px; }
  .fz22 {
    font-size: 16px; }
  .fz20 {
    font-size: 16px; }
  .fz18 {
    font-size: 14px; }
  .fz16 {
    font-size: 14px; }
  .concept-list {
    padding: 40px 0 0; }
    .concept-list .conceptul {
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .concept-list .conceptul .conceptli {
        width: 48%;
        margin: 30px 0 0 0; }
        .concept-list .conceptul .conceptli:nth-child(n+3) {
          margin: 30px 0 0 0; }
        .concept-list .conceptul .conceptli:nth-child(3n) {
          margin-right: 0; }
  .mainbanner {
    min-height: 79vw; }
    .mainbanner .breathli.showleft.active .breathtt {
      width: auto;
      opacity: 1;
      visibility: visible;
      transform: translate(-14px, 0); }
    .mainbanner .breathli.active .breathtt {
      width: auto;
      opacity: 1;
      visibility: visible;
      transform: translate(14px, 0); }
    .mainbanner .breathli.my127 {
      left: 15%;
      top: 35%; }
    .mainbanner .breathli.my122 {
      left: 4%;
      top: 47%; }
    .mainbanner .breathli.my126 {
      left: 37%;
      top: 25%; }
    .mainbanner .breathli.my119 {
      left: 31%;
      top: 67%; }
    .mainbanner .breathli.my125 {
      right: 43%;
      top: 26%; }
    .mainbanner .breathli.my121 {
      right: 34%;
      top: 44%; }
    .mainbanner .breathli.my120 {
      right: 34%;
      top: 74%; }
    .mainbanner .breathli.my124 {
      right: 31%;
      top: 33%; }
    .mainbanner .breathli.my320 {
      right: 22%;
      top: 58%; }
    .mainbanner .breathli.my123 {
      right: 4%;
      top: 50%; }
    .mainbanner .breathli .breathtt {
      padding: 4px 14px 4px 6px;
      width: 0;
      border-radius: 23px;
      height: 46px; }
      .mainbanner .breathli .breathtt .ic {
        width: 38px;
        height: 38px; }
      .mainbanner .breathli .breathtt .tt {
        margin: 0  12px;
        color: var(--colorFF);
        line-height: 1; }
  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px; }
    .breath .brecc {
      position: relative;
      background: var(--colorFF);
      border: 5px solid var(--color1);
      border-radius: 50%;
      z-index: 5;
      width: 100%;
      height: 100%; }
  .otherimg video {
    max-width: 96%;
    max-height: 96%; }
  .otherimg.posvideo:before {
    background: rgba(0, 0, 0, 0.9); }
  .newsitem {
    width: 100%;
    margin: 4% 0 0 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
    border-radius: var(--border20); }
    .newsitem:nth-child(-n+3) {
      margin-top: 4%; }
    .newsitem:nth-child(3n) {
      margin-right: 0; }
    .newsitem:nth-child(-n+2) {
      margin-top: 4%; }
    .newsitem:nth-child(2n) {
      margin-right: 0px; }
    .newsitem .imgbox {
      width: 100%;
      padding-top: calc(313/432 * 100%);
      position: relative;
      border-radius: var(--border20) var(--border20) 0 0;
      overflow: hidden; }
    .newsitem .info {
      padding: 4%; }
      .newsitem .info .info-t1 {
        color: var(--color1); }
      .newsitem .info .info-t2 {
        font-size: 14px;
        margin-top: 2%;
        color: var(--color22);
        line-height: 1.2; }
  .videobox {
    cursor: pointer; }
    .videobox .videoBtn {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.8;
      transition: all .5s; }
      .videobox .videoBtn img {
        width: 40px;
        height: 40px; }
    .videobox:hover .videoBtn {
      opacity: 1; }
  .nav-header .nav-hader-content .logo .colorlogo {
    height: 20px; }
  .nav-header .nav-hader-content .other .lang {
    padding: 0 6px; }
  #main-linelist {
    display: none; }
  .main-swiperitem .bbox {
    padding: calc(var(--navheight) + 20px) 0 0.9rem; }
    .main-swiperitem .bbox .swiper-slide {
      width: 100%; }
    .main-swiperitem .bbox .sliditem {
      width: 100%;
      background: #FFFFFF;
      box-shadow: 0px 5px 20px 0px rgba(4, 0, 0, 0.05);
      border-radius: var(--border20); }
      .main-swiperitem .bbox .sliditem .imgbox {
        width: 100%;
        padding-top: calc(313/433 * 100%);
        position: relative;
        border-radius: var(--border20) var(--border20) 0 0;
        overflow: hidden; }
      .main-swiperitem .bbox .sliditem .info {
        padding: 14px; }
        .main-swiperitem .bbox .sliditem .info .info-t1 {
          color: var(--color1); }
        .main-swiperitem .bbox .sliditem .info .info-t2 {
          margin-top: 10px;
          color: var(--color22);
          line-height: 1.4; }
  .main-swiperitem .swiper-pagination {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--colorFF); }
    .main-swiperitem .swiper-pagination .swiper-pagination-progressbar-fill {
      background-color: var(--color2); }
  .core-show .container {
    width: 76%; }
  .core-show .mySwiper-core {
    padding: 40px 0 80px;
    display: flex; }
    .core-show .mySwiper-core .swiper-wrapper {
      max-width: 1200px; }
    .core-show .mySwiper-core .list {
      display: flex;
      width: 100%; }
      .core-show .mySwiper-core .list .views {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin: 0 10px;
        overflow: hidden; }
        .core-show .mySwiper-core .list .views .core {
          position: relative;
          width: 100%;
          padding-top: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        .core-show .mySwiper-core .list .views .tt {
          text-align: center;
          font-weight: 700;
          height: 78px;
          line-height: 78px;
          color: var(--color1);
          padding: 0 10px; }
  .swiperprev {
    left: 0;
    transform: translate(-80%, -50%); }
  .swipernext {
    right: 0;
    transform: translate(80%, -50%); }
  .customerstory .sbox {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .customerstory .customerswiper {
    z-index: 8; }
  .customerstory .swiper-slide.swiper-slide-active .story-l {
    transform: translate(0, 0); }
    .customerstory .swiper-slide.swiper-slide-active .story-l .tt2 {
      opacity: 1; }
    .customerstory .swiper-slide.swiper-slide-active .story-l .desc {
      opacity: 1; }
  .customerstory .swiper-slide.swiper-slide-active .story-r {
    opacity: 1;
    transform: translate(0, 0); }
  .customerstory .story-l {
    padding-right: 0;
    flex: 1;
    position: relative;
    z-index: 6;
    height: 100%;
    padding-top: 74px;
    transition: all .3s;
    transform: translate(0, 40px); }
    .customerstory .story-l .tt2 {
      color: var(--color1);
      font-weight: 700;
      opacity: 0;
      transition: all .3s; }
    .customerstory .story-l .desc {
      position: relative;
      transform: translate(0);
      margin-top: 30px;
      color: var(--color5A);
      padding: 20px;
      background-color: var(--colorF2);
      line-height: 1.8;
      opacity: 0;
      transition: all .3s; }
      .customerstory .story-l .desc::before {
        display: none;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-94px, 0);
        width: 60px;
        height: 40px;
        background: url("/phone/images/yinghao.png") no-repeat top; }
      .customerstory .story-l .desc::after {
        display: none;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 123%;
        background-color: #e0e0e0; }
  .customerstory .story-r {
    position: relative;
    z-index: 5;
    margin-top: 30px;
    border-radius: var(--border20);
    overflow: hidden;
    width: 100%;
    padding-top: calc(408/600*100%);
    position: relative;
    transition: all .5s;
    transform: translate(0, 40px);
    opacity: 0; }
  .customerstory .titlebox {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 6; }
  .customerstory .tabbtn {
    position: relative;
    z-index: 7;
    margin-top: 30px;
    display: flex;
    color: var(--color2); }
    .customerstory .tabbtn .ii {
      cursor: pointer;
      width: 50px;
      height: 50px; }
      .customerstory .tabbtn .ii + .ii {
        margin-left: 70px; }
  .productdetail .detail-list {
    display: flex;
    flex-wrap: wrap; }
    .productdetail .detail-list .detail-item {
      position: relative;
      width: 100%;
      margin: 20px 0;
      border-radius: var(--border20);
      overflow: hidden;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 84px; }
      .productdetail .detail-list .detail-item:nth-child(3n) {
        margin-right: 0; }
      .productdetail .detail-list .detail-item:hover .dshow::after {
        width: 100%; }
      .productdetail .detail-list .detail-item .dshow {
        position: relative;
        width: 290px;
        height: 290px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .productdetail .detail-list .detail-item .dshow::after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 16.5%;
          height: 2px;
          transform: translate(-50%, 0);
          transition: all .3s;
          background-color: #DDDDDD; }
        .productdetail .detail-list .detail-item .dshow .productbb {
          width: 200px;
          height: 200px;
          border: 1px solid var(--color1);
          padding: 6px;
          background-color: var(--colorFF);
          border-radius: 50%;
          overflow: hidden; }
          .productdetail .detail-list .detail-item .dshow .productbb .img {
            border-radius: 50%; }
      .productdetail .detail-list .detail-item .ddesc {
        max-width: 80%;
        margin-top: 23px;
        line-height: 1.8; }
      .productdetail .detail-list .detail-item .dnn {
        font-size: 100px;
        color: #DDDDDD;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 43%);
        font-family: DIN-Bold; }
  .productspec {
    background-color: var(--colorF2); }
    .productspec .specbox {
      margin-top: 20px; }
      .productspec .specbox .ccbox {
        position: relative;
        display: flex;
        padding: 40px 20px; }
        .productspec .specbox .ccbox::before {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: var(--border20);
          background-color: var(--colorFF); }
        .productspec .specbox .ccbox .specbox-l {
          position: relative;
          z-index: 5;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .productspec .specbox .ccbox .specbox-l .sepcname {
            height: 50px;
            background-color: var(--color1);
            border-radius: 5px;
            padding: 0 15px;
            display: flex;
            align-items: center;
            color: var(--colorFF);
            font-weight: 700;
            margin-bottom: 20px; }
          .productspec .specbox .ccbox .specbox-l .sepcimg {
            transform: scale(1); }
            .productspec .specbox .ccbox .specbox-l .sepcimg .bview {
              margin: 0 auto;
              display: block; }
        .productspec .specbox .ccbox .specbox-r {
          margin-top: 20px;
          position: relative;
          z-index: 5;
          flex: 1;
          padding-left: 0; }
          .productspec .specbox .ccbox .specbox-r .spec-table .table-li {
            display: flex;
            align-items: center;
            color: var(--color5A);
            border-bottom: 1px solid #e6e6e6;
            padding: 18px 12px;
            transition: all .5s; }
            .productspec .specbox .ccbox .specbox-r .spec-table .table-li:hover {
              background-color: rgba(242, 242, 242, 0.2); }
            .productspec .specbox .ccbox .specbox-r .spec-table .table-li.th {
              background-color: var(--colorF2); }
            .productspec .specbox .ccbox .specbox-r .spec-table .table-li .key {
              width: calc(272/850*100%); }
            .productspec .specbox .ccbox .specbox-r .spec-table .table-li .value {
              flex: 1; }
          .productspec .specbox .ccbox .specbox-r .tips {
            padding: 18px 12px;
            color: var(--color2); }
  .three-tab .tul {padding:0.5rem 0 1.63rem 0;
    display: flex;
    flex-direction: column; }
  .three-tab .tli {
    flex: 0 1 auto;
    height: 3.77rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: var(--border20);
    overflow: hidden;
    transition: all 1s; }
    .three-tab .tli + .tli {
      margin-left: 0;
      margin-top: 0.35rem; }
    .three-tab .tli.active {
      flex: 0 1 auto; }
      .three-tab .tli.active .showinfo {
        align-items: flex-start; }
        .three-tab .tli.active .showinfo .info3 {
           margin-top: 0.3rem;
          height: auto; }
    .three-tab .tli .showinfo {
      position: relative;
      padding: 0.31rem;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      transition: all .5s; }
      .three-tab .tli .showinfo .info1 {
        height: 0.85rem;margin-left: -0.3rem;}
      .three-tab .tli .showinfo .info2 {
        font-size: 0.32rem;margin-top: 0.18rem;
        font-weight: 700;
        color: var(--colorFF); }
      .three-tab .tli .showinfo .info3 {
        font-size: 0.24rem;
        line-height: 1.4;
        color: var(--colorFF);
        margin-top: 0.3rem;
        height: auto;
        opacity: 1;
        visibility: visible; }
  .process-tab .processul .processli {
    padding: 20px; }
    .process-tab .processul .processli.en .li-cc .tt {
      width: auto;
      margin-top: 0;
      font-size: 16px; }
    .process-tab .processul .processli.active .li-tt {
      font-size: 16px; }
    .process-tab .processul .processli.active .li-cc {
      margin-top: 20px;
      flex: 1;
      justify-content: center; }
      .process-tab .processul .processli.active .li-cc .tt {
        font-size: 16px; }
    .process-tab .processul .processli .li-tt {
      font-size: 16px; }
    .process-tab .processul .processli .li-cc {
      margin-top: 20px;
      flex: 1;
      justify-content: center; }
      .process-tab .processul .processli .li-cc .tt {
        margin-top: 0;
        font-size: 16px;
        line-height: 1.4; }
  .show-address {
    position: relative;
    background-color: var(--color7F); }
    .show-address .addresslist {
      position: relative;
      width: 92%;
      padding: 0 4%;
      z-index: 6;
      margin: 0 auto;
      top: 4%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      overflow: hidden; }
      .show-address .addresslist .listbox {
        width: 100%; }
      .show-address .addresslist .address-swiperbox {
        position: relative;
        margin-top: 20px;
        height: 70vw;
        padding-left: 20px;
        overflow: hidden; }
        .show-address .addresslist .address-swiperbox .mySwiper-address {
          height: 100%; }
        .show-address .addresslist .address-swiperbox .swiper-wrapper {
          flex-direction: column; }
          .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide {
            width: 100%;
            height: auto;
            margin-bottom: 14px;
            cursor: pointer; }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item {
              background: var(--color1); }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide.active .swiper-slide-item .nn {
                color: var(--color2); }
            .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item {
              width: 100%;
              height: 100%;
              padding: 10px 20px;
              background: rgba(255, 255, 255, 0.35);
              box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
              border-radius: 10px;
              color: var(--colorFF);
              transition: all .3s;
              display: flex;
              align-items: center; }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .nn {
                font-weight: 700;
                transition: all .3s; }
              .show-address .addresslist .address-swiperbox .swiper-wrapper .swiper-slide .swiper-slide-item .tt {
                margin-left: 10px;
                font-weight: 700; }
        .show-address .addresslist .address-swiperbox .swiper-pagination {
          position: absolute;
          width: 2px;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(255, 255, 255, 0.35); }
          .show-address .addresslist .address-swiperbox .swiper-pagination .swiper-pagination-progressbar-fill {
            background-color: white; }
    .show-address .addressbg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
      .show-address .addressbg .addressbg-li {
        opacity: 0;
        transition: all ease-in-out .3s; }
        .show-address .addressbg .addressbg-li.active {
          opacity: 1; }
  .containbox .contain-list .contain-list-item .viewsleft .nn {
    width: 40px;
    height: 40px; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 640px) {
  /* 公共样式自适应start*/
  .common-form .myinfo .my-inline-block {
    width: 100%; }
  .common-form .myinfo .my-inline-block:nth-child(n+3) {
    margin-top: 0; }
  .common-form .myinfo .my-inline-block + .my-inline-block {
    margin-top: 24px; }
  .common-form .submitbtn {
    width: 100%; }
  .concept-list {
    padding: 40px 0 0; }
    .concept-list .conceptul {
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: space-between; }
      .concept-list .conceptul .conceptli {
        width: 100%;
        margin: 30px 0 0 0; }
        .concept-list .conceptul .conceptli:nth-child(-n+1) {
          margin: 0 0 0 0; }
        .concept-list .conceptul .conceptli:nth-child(3n) {
          margin-right: 0; }
        .concept-list .conceptul .conceptli:nth-child(n+2) {
          margin: 5px 0 0 0; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
      width: 40px;
      height: 40px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
      width: 10px;
      height: 10px; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 30px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5; }
  /* 公共样式自适应end*/ }

@media only screen and (max-width: 500px) {
  .fz80 {
    font-size: 38px; }
  .fz56 {
    font-size: 34px; }
  .fz40 {
    font-size: 24px; }
  .fz38 {
    font-size: 20px;
    font-weight: 700; }
  .fz28 {
    font-size: 20px; }
  .fz24 {
    font-size: 16px; }
  .fz22 {
    font-size: 14px; }
  .fz20 {
    font-size: 14px; }
  .fz18 {
    font-size: 12px; }
  .fz16 {
    font-size: 12px; }
  .h80 {
    height: 60px; }
  .h116 {
    height: 70px; }
  .h124 {
    height: 80px; }
  .h138 {
    height: 90px; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 64px;
    height: 64px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
      width: 40px;
      height: 40px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
      width: 10px;
      height: 10px; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 28px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5; }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .myhistory .myhistorybox .viewbox .viewtab .yeartab {
      margin-top: 20px;
      display: flex; }
      .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
        margin-left: 5px; } }

@media only screen and (max-width: 415px) {
  /* 公共样式自适应start*/
  .mainbanner .breathli.showleft.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(-14px, 0); }
  .mainbanner .breathli.active .breathtt {
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translate(14px, 0); }
  .mainbanner .breathli .breathtt {
    padding: 4px 10px 4px 6px;
    width: 0;
    border-radius: 17px;
    height: 34px; }
    .mainbanner .breathli .breathtt .ic {
      width: 26px;
      height: 26px; }
    .mainbanner .breathli .breathtt .tt {
      margin: 0 6px;
      color: var(--colorFF);
      line-height: 1;
      max-width: 100px;
      overflow: hidden;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis; }
  .breath {
    position: relative;
    z-index: 5;
    width: 16px;
    height: 16px; }
    .breath .brecc {
      position: relative;
      background: var(--colorFF);
      border: 5px solid var(--color1);
      border-radius: 50%;
      z-index: 5;
      width: 100%;
      height: 100%; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan {
    width: 50px;
    height: 50px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::before {
      width: 35px;
      height: 35px; }
    .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .yuan::after {
      width: 10px;
      height: 10px; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .year {
    font-size: 30px;
    margin-top: 0;
    color: #9FA0A0;
    z-index: 5; }
  .myhistory .myhistorybox .viewbox .viewlist .swiper-slide .viewitem .look {
    color: var(--color1);
    z-index: 5; }
  .myhistory .myhistorybox .viewbox .viewtab {
    z-index: 6;
    position: absolute;
    right: 6%;
    top: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .myhistory .myhistorybox .viewbox .viewtab .yeartab {
      margin-top: 20px;
      display: flex; }
      .myhistory .myhistorybox .viewbox .viewtab .yeartab .yearnext {
        margin-left: 5px; }
  /* 公共样式自适应end*/ }
