@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('https://at.alicdn.com/t/webfont_dn6rkk356j6.eot'); /* IE9*/
  src: url('https://at.alicdn.com/t/webfont_dn6rkk356j6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://at.alicdn.com/t/webfont_dn6rkk356j6.woff2') format('woff2'),
  url('https://at.alicdn.com/t/webfont_dn6rkk356j6.woff') format('woff'), /* chrome、firefox */
  url('https://at.alicdn.com/t/webfont_dn6rkk356j6.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('https://at.alicdn.com/t/webfont_dn6rkk356j6.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
}
.web-font{
  font-family:"webfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';
  src: url('https://at.alicdn.com/t/font_2141117_hx1ftk0tor.woff2?t=1648106493646') format('woff2'),
       url('https://at.alicdn.com/t/font_2141117_hx1ftk0tor.woff?t=1648106493646') format('woff'),
       url('https://at.alicdn.com/t/font_2141117_hx1ftk0tor.ttf?t=1648106493646') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #323333;
}
a {
  text-decoration: none;
  color:#323333;
}
a:visited,a:active,a:hover {
  color:#323333;
}
p{
  margin:0;
}
.mt-80{
  margin-top:80px;
}
.mt-160{
  margin-top:160px;
}
.header-wrap-m{
  padding: 21px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 600;
}
.footer{
  background:#3D3E49;
  padding:32px;
}
.el-link.el-link--default{
  color: #fff !important;
}
.footer-title{
  font-size:16px;
  line-height: 18px;
  color:#fff;
  margin-bottom:16px;
  font-weight: 500;
}
.footer-list{
  font-size: 14px;
  opacity: 0.6;
  color:#fff;
  margin-bottom: 8px;
}
.footer-list:hover{
  opacity: 1;
  cursor: pointer;
}
.copyright,.copyright a{
  font-size: 14px;
  opacity: 0.6;
  color:#fff!important;
}
.title{
  margin-bottom:40px;
}
.line{
  width:288px;
  border:none;
  height:0.8px;
  background-color:rgba(0,0,0,.12);
  margin: 0 20px;
}
.flex-center {
  display:flex;
  align-items:center;
  justify-content:center;
}
.circle p {
  width: 16px;
  height: 16px;
  background-color: #1dd8d3;
  border-radius: 50%;
  display: inline-block
}

.circle p:last-child {
  background-color: #FF9800;
  margin-left: 4px
}
.line-content{
  padding:0 89px;
  text-align: center;
}
.line-content p{
  color:#919199;
  font-size: 14px;
  margin-bottom:4px
}
.line-content h2{
  margin: 0px 0px 4px;
}
.product{
  background:#fff;
  cursor: pointer;
}
.product:hover{
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);
  outline: 12px solid #fff;
}
.product:hover .img {
  transform: scale(1.05);
}
.imgbox{
  height:400px;
  overflow: hidden;
  
}
.imgbox>.img{
  width:100%;
  height:100%;
  transition: all 200ms linear;
}
.product-en {
  font-size:14px;
  color:rgba(50, 51, 51, 0.56);
}
.el-tabs__item{
  font-size: 16px;
}
.menu {
  width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-menu-item{
  font-size: 16px;
}
.el-menu--horizontal>.el-menu-item {
  line-height: 80px;
  height: 80px;
  color: #323333;
}
.el-menu.el-menu--horizontal{
  border-bottom: 0;
  line-height: 80px;
  height: 80px;
}
.content{
  width: 1152px;
  margin: 0 auto;
}
.w-20{
  width:20%;
}
.mb-20{
  margin-bottom: 20px;
}
.t-right {
  text-align: right;
}
.t-left {
  text-align: left;
}
.nav-bar {
  display: flex;
  align-items: center;
}

.header-wrap {
  position:fixed;
  top:0;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
}

.header-wrap .header-content {
  position: relative;
  width: 1152px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.header-wrap .header-content .logo {
  position: absolute;
  left: 0;
  top: 20px;
  width: 160px
}

.header-wrap .header-content .logo img {
  width: auto;
  height: 40px;
}

.nav-bar .tabs {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none
}

.nav-bar .tabs .active {
  color: #fff;
  background-color: #323333;
  font-weight: 600
}

.nav-bar .tabs .active a {
  color: #fff!important;
}

.nav-bar .tabs .active .change-color {
  color: #fff!important
}

.nav-bar .tabs .active:hover a {
  color: #fff;
  font-weight: 600;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}

.nav-bar .tabs .active:hover:before {
  color: #fff;
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center
}

.nav-bar .tabs .active:after {
  display: none
}

.nav-bar .tabs li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 33px 28px;
  color: #16161a;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  /* -webkit-transition: all .36s ease;
  transition: all .36s ease; */
}

.nav-bar .tabs li .tab-wrap {
  height: 22px;
  overflow: hidden
}

.nav-bar .tabs li .tab-wrap .change-color {
  color: #000
}

.nav-bar .tabs li .tab-wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  color:#323333;
  -webkit-transition:-webkit-transform .3s linear;
  transition:-webkit-transform .3s linear;
  transition:transform .3s linear;
  transition:transform .3s linear,-webkit-transform .3s linear;
}

.nav-bar .tabs li:after {
  position: absolute;
  right: 0;
  top: 33px;
  content: "";
  width: 1px;
  height: 22px;
  background-color: #e3e3e6;
  z-index: 9
}

.nav-bar .tabs li:first-child:before {
  display: none
}

.nav-bar .tabs li:hover a {
  color: #000;
  font-weight: 600;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}

.nav-bar .tabs li:hover:before {
  color: #000;
  content: attr(data-title);
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center
}

.block {
  padding: 80px 0;
}

.swiper-container {
  position: initial;
  overflow: hidden;
}

.swiper-button-black {
  height: 50px !important;
  color: #323333!important;
}

.swiper-pagination2 {
  position: initial !important;
  padding-bottom: 40px;
  text-align: center;
}

.custom-pagination {
  margin: 0 12px;
  font-size: 16px;
  cursor: pointer;
}

.custom-pagination:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #45454d;
  vertical-align: text-top;
  margin-left: 20px;
  margin-top: 4px
}

.custom-pagination:last-child:after {
  display: none
}

.custom-pagination-active {
  font-weight: 600;
  color: #000
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  height: 450px;
}

.swiper-slide .product-name {
  cursor: pointer;
  padding: 50px 0 8px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}

.swiper-slide .tip {
  cursor: pointer;
  padding-bottom: 50px;
  color: #919199;
  font-size: 14px;
  font-weight: 400;
}

.view-btn {
  width: 368px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #000;
  border-radius: 26px;
  cursor: pointer;
}

.view-btn:hover {
  background: #323333;
  color: #fff;
}

#book-process .process-wrap {
  width: 1152px;
  display: flex;
}
#book-process .process-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
#book-process .process-item .item-width,
#book-process .process-item img {
  width: 320px;
}
#book-process .process-item p {
  font-size: 20px;
  color: #45454d;
  font-weight: 600;
}
#book-process .process-item .process-name {
  font-weight: 400;
}
#book-process .process-item .process-name:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 8px auto 14px;
  background-color: #000;
}
#book-process .process-item span {
  font-size: 13px;
  color: #919199;
}
#book-process .process-item:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  background-color: #d8d8d8;
  top: 543px;
  right: -74px;
}
#book-process .process-item:last-child:before {
  display: none;
}
#book-process .process-item:first-child:before {
  right: -78px;
}


.service-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 0 12px;
}

.service-title {
  font-size: 24px;
  padding: 20px 0 2px;
  font-weight: 600;
}

.service-en {
  font-style: oblique;
  padding-bottom: 14px;
  font-size: 14px;
  color: #d4d4d9;
}

.service-desc {
  margin: 5px 0;
  font-size: 13px;
  text-align: left;
}

.el-tabs__nav-scroll {
  display: flex;
  justify-content: center;
}

.el-tabs__nav-wrap::after {
  height: 0;
}

.el-tabs__content {
  padding: 20px;
}

.block-grey {
  background: rgba(29, 216, 211, 0.07);
  padding: 80px 0;
}

.bg-purple {
  height: 532px;
  overflow: hidden;
}

.bg-purple:hover {
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.5);
  outline: 12px solid #fff;
}

.bg-purple:hover .img {
  transform: scale(1.05);
}
.post_title {
  font: 700 38px/48px MicrosoftYaHei Bold,MicrosoftYaHei,Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
  color: #404040;
  margin-top:18px;
}

.news-active{
  font-weight: bold;
  border-bottom: 3px solid #000;
}

.contact{
  position: fixed;
  right: 12px;
  top: 50%;
  cursor: pointer;
  background-color: #1dd8d3;
  padding: 8px;
  color: #fff;
  border-radius: 4px;
}