/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family:"Google Sans", sans-serif,-apple-system,system-ui,BlinkMacSystemFont,"Helvetica Neue","Helvetica",sans-serif;}
body {font-size: 14px;color: #333333;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.p30 {padding: 30px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;display: none;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #fff;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.logo-img {
  display: block;
  max-width: 306px;
}

 html,body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }


.bb {border-bottom: 1px solid #a0a0a0;}

.pages {
  text-align: center;
  padding: 50px 0;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

.pages li {
  display: inline-flex;
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  border-radius: 4px;
}

.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  width: 32px;
}

.pages li:hover {
  text-decoration: underline;
}

.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  width: 32px;
}

.pages .iconfont {font-size: 18px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#5fbcdd;
  color: #fff;
}

.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}



.banner-i {
  width: 100%;
  display: block;
}

.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

/* .swiper-normal-button.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
}

.swiper-normal-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px #5fbcdd;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #fff;
}

.swiper-normal-button::after {
  font-size: 20px;
  color: #5fbcdd;
} */

.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #5fbcdd;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}
.normal-place :-moz-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}
.normal-place :-ms-input-placeholder{
  font-size: 14px;
  color: #999999;
  font-family:"Noto Sans SC", sans-serif;;
}


.lan-icon {
  display: inline-block;
  background:url(../img/lan.png) no-repeat center center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}

.lan-select {
  background: url(../img/arr-down.png) no-repeat right center;
  background-size: auto;
  padding: 10px 25px 10px 15px;
  font-size: 16px;
}


.underline {text-decoration: underline;}
.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}
.mt50 {margin-top: 50px;}
label {cursor: pointer;}
img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover,.head-right-links:hover {color: #5fbcdd;}
.hover-under:hover {text-decoration: underline;}
.hover-tit a:hover [class*=tit] {color: #5fbcdd;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {}
.col-yel {color: #5fbcdd;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 60px;
    opacity: 0;
  }
  100% {
      padding-top: 40px;
      opacity: 1;
  }
}

@keyframes hideIndex2{
  0%{ padding-top: 20px;opacity: 0; }
  100%{padding-top: 10px; opacity: 1;}
}




input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.center-box .hidden{
  display: none;
}
.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.responsive-y::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 4px;
  background: #76c5e1;
}


.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;background-color: #fff;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;}

.block {
  display: block;
  width: 100%;
}

.swiper-banner-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  border-radius: 999px;
  background-color: #fff;
  opacity: 1;
}
.swiper-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5fbcdd;
}

.nav-ul {
  font-size: 16px;
  gap: 20px;
}

.nav-ul>li.on .drop-tab a,.nav-ul>li:hover .drop-tab a {
    color:#5fbcdd;
}

.logo-white {
  display: none;
}

.white-theme:not(.blur) .logo-white {
  display: block;
}

.white-theme:not(.blur) .logo-black {
  display: none;
}

.white-theme:not(.blur),.white-theme:not(.blur) a,.white-theme:not(.blur) .lan-select{
  color: #fff;
}

.white-theme:not(.blur) .lan-icon {
  background-image: url(../img/lan-white.png);
}

.white-theme:not(.blur) .lan-select {
  background-image: url(../img/arr-down-white.png);
}
.white-theme:not(.blur) .lan-select option {
  color: #333;
}

.head-inner-pd {
  padding:30px 0 20px;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.head-posi {
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-banner .swiper-pagination {
  bottom: 8vw;
}

.banner-bg {
  position: absolute;
  bottom: 0;
  transform: translate(0,calc(100% - 5vw));
  width: 100%;
  height: auto;
  z-index: 1;
}

.hot-swiper-top-img {
  height: 286px;
}

.hot-swiper-bottom-tit {
  font-size: 20px;
  margin-top: 20px;
}

.hot-swiper-bottom-desc {
  color: #666;
  margin-top: 15px;
}

.swiper-hot-prev,.swiper-hot-next {
  position: static;
}
.swiper-hot-prev,.swiper-hot-next {
  height: auto;
  margin: 0;
  transform: translate(0,0);
}
.swiper-hot-prev::after,.swiper-hot-next::after {
  color: #7c7b80;
  font-size: 20px;
}

.normal-tit {
  font-size: 38px;
  font-weight: 600;
}

.hot-prodcut {
  position: relative;
  z-index: 10;
  background-color: #f5f3fc;
}

.service-ul {
  gap: 25px;
  margin-top: 30px;
}
.service-ul>li {
  background-color: #faf9fd;
  padding: 60px 20px 50px;
  text-align: center;
  width: calc(calc(100% - 75px) / 4);
  
}

.category-grid {
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-template-rows: auto auto;
  grid-template-columns:1.22fr 1fr 1fr;
  gap: 20px;
}
.category-grid-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.category-grid-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.b-img {
  height: 60px;
}

.service-ul-bottom-tit {
  font-size: 20px;
  margin-top: 20px;
}

.service-ul-bottom-desc {
  color: #666;
  line-height: 1.6em;
  margin-top: 20px;
}

.normal-more {
  font-size: 16px;
  color: #666666;
}

.normal-more:hover {
  text-decoration: underline;
}

.normal-pd {
  padding: 70px 0;
}

.category-grid-item:nth-of-type(1) {
  grid-row: span 2;
}

.category-grid-item-mask {
  position: absolute;
  width: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
  color: #fff;
  bottom: 0;
  padding: 25px;
  font-size: 30px;
}

.printing-show {
  font-size: 16px;
  line-height: 1.4em;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.more-btn {
  display: inline-flex;
  width: 155px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.more-btn.on,.more-btn:hover {
  background-color: #5fbcdd;
  color: #fff;
  border-color: #5fbcdd;
}

.more-btn:hover {
  text-decoration: underline;
}

.normal-bj {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-us-left {
  width:48%;
}

.about-us-right {
  width: 47.2%;
}

.about-us-desc {
  font-size: 16px;
  line-height: 1.8em;
  padding-right: 3.125vw;
}

.about-us-desc1 {
  max-height: 230.4px;
}

.about-us-right-img {
  display: block;
  border-radius: 10px;
}

.about-us-right-img1 {
  max-width: 55%;
}



.news {
  background-color: #fdfbe7;
}

.news-swiper-time {
  color: #999;
}

.news-swiper-tit {
  font-size: 20px;
  line-height: 1.4em;
}

.news-swiper-more {
  color: #5fbcdd;
  text-decoration: underline;
}

.normal-tit-desc {
  color: #999;
}

.form-row {
  gap: 3.125vw;
}

.el-form-dl {
  width: calc(calc(100% - 3.125vw - 3.125vw) / 3);
}

.el-form-dl>dt {
  font-size: 16px;
  font-weight: 600;
}

.el-form-input {
  height: 40px;
  font-size: 14px;
  width: 100%;
  flex: 1;
}

.el-form-dl>dd:focus-within {
  border-bottom-color:  #5fbcdd;
}

.el-form-dl>dd  {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 10px;
}

.el-form-dl-last {
  width: 100%;
}

.br10 {
  border-radius: 10px;
}

.el-form-select {
  height: 40px;
  font-size: 14px;
  color: #999999;
  background: url(../img/arr-down1.png) no-repeat right center;
  background-size: auto auto;
  width: 100%;
}

.el-form-select.change {
  color: #333;
}

.submit-btn {
  display: inline-flex;
  width: 155px;
  height: 50px;
  background-color: #5fbcdd;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 999px;
}

.submit-btn:hover {
  text-decoration: underline;
}

.normal-mt {
  margin-top: 60px;
}

.partner-img {
  max-height: 90px;
}

.swiper-partner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-normal-btn::after {
  font-size: 30px;
  color: #333333;
}

.partner {
  background-color: #eff8fc;
}

.footer-logo {
  max-width: 212px;
}

.footer {
  background-color: #333333;
}

.footer-top {
  padding: 60px 0 40px;
}

.footer-link {
  display: block;
  margin-top: 10px;
}

.footer-top {
  gap: 60px;
}

.footer-links {
  margin-top: 15px;
}

.footer-right-ul-tit {
  font-size: 16px;
  font-weight: 600;
}

.footer-bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.head-right-info {
  background-color: #5fbcdd;
  height: 35px;
  display: inline-flex;
  padding: 0 15px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}

.head.blur {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

.banner-list-word {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 60px;
}

.banner-list-word-tit {
  font-size: 44px;
  font-weight: 600;
  color: #000;
  display: none;
}

.banner-list-word-desc {
  font-size: 28px;
  margin-top: 20px;
  max-width: 500px;
}

.main-product-left-tit {
  width: 100%;
  height: 70px;
  background-color: #5fbcdd;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
}

.main-product-left {
  width: 280px;
}

.main-product-left-ul-tit {
  font-size: 20px;
  font-weight: 600;
}

.pro-arr-dwon {
  display: inline-block;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}


.main-product-left-ul-list-item {
  display: block;
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
}
.main-product-left-ul-list-item.active{
     color: #60bcdd;
}
.main-product-left-ul>li {
  background-color: #f4f4f4;
  padding: 20px;
  margin-top: 10px;
}

.main-product-left-ul-list {
  display: none;
}

.main-product-right {
  padding-left: 40px;
}

.nav-position-pd {
  padding: 30px 0;
}

.nav-position a:hover {
  color: #60bcdd;
}

.main-product-right-ul>li {
  margin-top: 60px;
  width: 33.33%;
  padding: 0 40px;
  position: relative;
}

.main-product-right-ul>li::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ebebeb;
  top: 0;
  left: 0;
  position: absolute;
}

.main-product-right-ul>li:nth-of-type(3n+1) {
  padding-left: 0;
}

.main-product-right-ul>li:nth-of-type(3n+1)::before {
  display: none;
}

.main-product-right-ul-nav {
  border-bottom: 1px solid #ebebeb;
  gap: 2.60vw;
}

.main-product-right-ul-nav>li {
  padding: 20px 0;
  position: relative;
  font-size: 16px;
}

.main-product-right-ul-nav>li a {
  color: #666;
}

.main-product-right-ul-nav>li::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #5fbcdd;
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 0;
  transition: width 0.3s ease;
  transform: translate(-50%,0);
}

.main-product-right-ul-nav>li.on::after,.main-product-right-ul-nav>li:hover::after {
  width: 100%;
}

.main-product-right-ul-nav>li.on a,.main-product-right-ul-nav>li:hover a {
  color: #333333;
}

.normal-bg {
  background-color: #f7f7f7;
}

._pro-deta_left {
  width: 47.2%;
}

.swiper-main-box {
  padding-top: 100%;
}

#swiper-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

#swiper-main .swiper-slide {
  height:  auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-main-prev,.swiper-main-next,.swiper-printing-prev,.swiper-printing-next {
  display: inline-flex;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .4);
  border-radius: 50%;
}

.swiper-main-next::after,.swiper-main-prev::after,.swiper-printing-next::after,.swiper-printing-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.pro-dl {
  font-size: 16px;
  line-height: 2em;
}

.pro-dl>dt {
  width: 210px;
  color: #666;
}

._pro-deta-right {
  width: 49.2%;
}

.pro-deta-right-tit {
  font-size: 36px;
  font-weight: 600;
}

.pro-deta-right-desc {
  color: #666;
  line-height: 1.5em;
  margin-top: 15px;
}

.pro-deta-right-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}

.normal-pb {
  padding-bottom: 70px;
}

.producti-ntro-tit {
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
}

.producti-ntro-tit-span {
  position: relative;
  padding: 20px 0;
  display: inline-block;
}

.producti-ntro-tit-span::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #5fbcdd;
  bottom: 0;
  left: 0;
  position: absolute;
}

.producti-ntro-content {
  font-size: 16px;
  line-height: 1.7em;
  padding: 30px 0;
}

.producti-ntro-content1 {
  padding: 30px;
}

.send-btn {
  display: inline-flex;
  width: 280px;
  height: 60px;
  background-color: #5fbcdd;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.design-tab-ul>li a{
  display: inline-flex;
  min-width: 180px;
  height: 50px;
  border: 1px solid #60bcdd;
  border-radius: 999px;
  color: #60bcdd;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}


.design-tab-ul>li.on a,.design-tab-ul>li:hover a {
  background-color: #60bcdd;
  color: #fff;
}

.design-tab-box {
  padding: 50px 0;
}

.design-tab-box1 {
  padding: 30px 0;
}

.design-tab-ul {
  gap: 25px;
}

.illustration-right {
  width: 48.96%;
  padding-right: 2.08vw;
  padding-bottom: 2.08vw;
}

.illustration-left {
  width: 44%;
}

.illustration-desc {
  font-size: 18px;
  line-height: 1.6em;
  color: #666;
}

.illustration-right-img-box::before {
  content: "";
  width: 42%;
  height: 73%;
  background-color: #d9ecf3;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(2.08vw,2.08vw);
}

.normal-tit-desc-width {
  max-width: 750px;
}

.services-include-ul {
  gap: 30px;
}

.services-include-ul>li {
  width: calc(calc(100% - 60px) / 3);
  border-bottom: 4px solid #d9ecf3;
  background-color: #f7fbfd;
}

.services-include-ul-bottom {
  padding: 25px;
  font-size: 16px;
  line-height: 1.6em;
}

.whychoose-right {
  width: 48%;
}

.whychoose-left {
  width: 47.36%;
}

.whychoose-left-desc p {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.whychoose-left-desc {
  font-size: 16px;
  line-height: 1.4em;
}

.advantages-img {
  width: 70px;
}

.advantages-ul {
  gap:30px;
}
.advantages-ul>li {
  background-color: #f7fbfd;
  padding: 30px;
  width: calc(calc(100% - 30px) / 2);
  padding: 10px;
}

.advantages-ul-right-tit {
  font-size: 24px;
  font-weight: 600;
}

.advantages-ul-right-desc {
  color: #666666;
  line-height: 1.6em;
  margin-top: 10px;
}

.printing-technology-ul-left {
  width: 50%;
}

.printing-technology-ul-right {
  width: 50%;
  padding: 3.125vw;
}

.printing-technology-ul-right-tit {
  font-size: 36px;
  position: relative;
  font-weight: 600;
}

.printing-technology-ul-right-tit::before {
  content: "";
  width: 100px;
  height: 5px;
  background-color: #bfe4f1;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.printing-technology-ul-right-desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6em;
  margin-top: 20px;
}

.printing-technology-ul {
  gap: 60px;
  display: flex;
  flex-direction: column;
}

.printing-technology-ul>li {
  background-color: #fff;
}

.printing-technology-ul>li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.printing-detail-ul {
  gap:40px
}

.printing-detail-ul>li {
  position: relative;
  padding: 15px 0;
  color: #999999;
}

.printing-detail-ul>li a {
  color: #999999;
  font-size: 20px;
}
.printing-detail-ul>li::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #5fbcdd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  width: 0;
  transition: width 0.3s ease;
}

.printing-detail-ul>li.on::after,.printing-detail-ul>li:hover::after {
  width: 60px;
}

.printing-detail-ul>li.on a,.printing-detail-ul>li:hover a {
  color: #333;
}

.printing-detail-left {
  width: 45.6%;
}

.printing-detail-right {
  width: 50%;
}

.printing-detail-left-tit {
  font-size: 38px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.printing-detail-left-desc {
  font-size: 16px;
  line-height: 1.6em;
}

.prev-next-box {
  padding: 30px;
}

.prev-next a:hover {
  color: #5fbcdd;
}

.about-us-tit {
  font-size: 24px;
  color: #5fbcdd;
}

.certificates-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
}

.certificates-ul>li {
  position: relative;
  overflow: hidden;
}

.certificates-mask-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-40px);
  transition: transform .3s ease;
}

.certificates-mask-img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.certificates-mask-tit {
  font-size: 30px;
}

.certificates-mask-desc {
  font-size: 16px;
  line-height: 1.6em;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 0 40px;
}


.certificates-mask:hover{
  background-color: rgba(95, 188, 221, .9);
}

.certificates-mask:hover .certificates-mask-inner {
  transform: translate(-50%,-50%);
}

.certificates-mask:hover .certificates-mask-desc {
  opacity: 1;
  visibility: visible;
}

.swiper-hornor .swiper-slide {
  text-align: center;
  font-size: 18px;
}

.awards {
  background-color: #fdfbe7;
}

.swiper-hornor-bottom {
  margin-top: 20px;
}

.swiper-process-tit{
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
} 

.swiper-process-desc {
  margin-top: 10px;
}



@media (min-width:1290px) {
  .swiper-partner-prev,.swiper-hornor-prev {
    left: -20px;
    transform: translate(-100%,0);
  }
  .swiper-partner-next,.swiper-hornor-next {
    right: -20px;
    transform: translate(100%,0);
  }
}

.swiper-partner-prev::after,.swiper-partner-next::after,.swiper-hornor-prev::after,.swiper-hornor-next::after,.swiper-normal-button::after {
  font-size: 25px;
  color: #5fbcdd;
  font-weight: 600;
}



.swiper-process-next::after,.swiper-process-prev::after {
    color: #fff;
}


.swiper-process-index {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid #fff;
}

.swiper-process .swiper-slide {
  padding: 0 10px;
}
.swiper-process .swiper-slide::before,.swiper-process .swiper-slide::after {
  position: absolute;
  width: calc(calc(100% - 40px) / 2);
  border-top: 1px dashed #fff;
  content: "";
  top: 20px;
  transform: translate(0,50%);
}

.swiper-process .swiper-slide::before {
  left: 0;
}

.swiper-process .swiper-slide::after {
  right: 0;
}


.swiper-process .swiper-slide:first-child::before {
  display: none;
}

.swiper-process .swiper-slide:last-child::after {
  display: none;
}

.faq-ul-q {
  display: inline-flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--color);
  border-radius: 4px;
}

.active .pro-arr-dwon {
  border-top-color: #5fbcdd;
  border-right-color: #5fbcdd;
  transform: rotate(-45deg);
}

.active .faq-ul-tit {
  color: #5fbcdd;
}

.faq-ul-tit {
  font-size: 22px;
}

.faq-ul-top {
  padding: 25px 0;
  cursor: pointer;
}

.faq-ul>li + li {
  border-top: 1px solid #ebebeb;
}

.faq-ul-bottom {
  
  font-size: 16px;
  line-height: 1.6em;
  color: #666666;
  display: none;
  padding: 25px 0;
  padding-left: 40px;
}

.download-icon {
  width: 32px;
  height: 32px;
  background: url(../img/down-icon.png) no-repeat center center;
  background-size: 100% auto;
  margin-left: 20px;
}

.download-zone-ul {
  gap:20px 0 ;
}
.download-zone-ul>li {
  width: 47.6%;
}
.download-zone-ul>li a{
  background-color: #eef5f7;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 4px;
}
.news-detail-top-box {
  background-color: #f8f8f8;
  padding: 30px;
}

.news-detail-tit {
  font-size: 34px;
  font-weight: 600;
}

.news-detail-info {
  color: #999;
}

.map-dl + .map-dl {
  margin-top: 40px;
}
.map-dl>dd {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 21px;
}

.map-iframe {
  height: 450px;
}

.right-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 98;
}
.right-fixed-ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.right-fixed-ul>li a {
  display: inline-flex;
  width: 47px;
  height: 47px;
  border-radius: 4px;
  background-color: #0099cc;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.news-ul {
  gap: 60px;
}

.news-ul>li {
  width: calc(calc(100% - 120px) / 3);
}

.footer-left {
    width: 300px;
}

.swiper-news-left {
    width: 36%;
}

.swiper-news-tit {
    font-size: 16px;
}

.swiper-footer-news-pagination {
    position: static;
}

.swiper-footer-news-pagination .swiper-pagination-bullet-active {
    background-color: #5fbcdd;
}


@media (min-width:993px) {
   
    .about-us-right-img2 {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 66%;
      transform: translate(0,20%);
    }
  .map-left {
    position: absolute;
    width: 35.2%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
  }
  
  .about-us-right {
      max-height: 380px;
  }
}

@media (min-width:1920px) {
 
}

.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff a{
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #5fbcdd;}
