@import "../../css/swiper.css";
#main {
  padding-bottom: 0;
}
.swiper {
  --swiper-theme-color: #54b2bd;
}
.c--column {
  padding: 50px 0;
  position: relative;
}
.c--column.bg-grey {
  background: #F5F7FA;
}
.c--column.bg-blue-light {
  background: #f5fbf9;
}
.c--column > .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.c--column .column-header {
  text-align: center;
  margin-bottom: 20px;
}
.c--column .column-header .title {
  font-size: 32px;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 11px;
  display: flex;
  justify-content: center;
}
.c--column .column-header .title .en,
.c--column .column-header .title .fuhao {
  letter-spacing: 0;
}
.c--column .column-header .title .fuhao {
  font-size: 18px;
  margin: 0 3px 0 2px;
}
.c--column .column-header .title .fuhao.plus {
  margin-top: 12px;
}
.c--column .column-header .sub-title {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
}
.c--column .column-content {
  min-height: 200px;
}
.column-team {
  padding-bottom: 70px;
  width: 100%;
  overflow: hidden;
  background: #F0F9FA;
}
.column-team .column-header {
  margin-bottom: 50px;
}
.column-team .auth-step {
  display: flex;
  justify-content: center;
  margin: 0 0 45px;
}
.column-team .auth-step .arrow {
  width: 45px;
  height: 56px;
  background: url(/images/home/arrow2022.png) no-repeat right bottom;
  background-size: cover;
  margin: 58px 40px 0 47px;
}
.column-team .auth-step .item {
  padding: 30px 0 35px;
  flex: 1;
  text-align: center;
  border: 1px dashed #dcdfe6;
  border-radius: 15px;
  width: 300px;
  box-sizing: border-box;
  background: #ffffff url(/images/team/bg1.png) no-repeat right bottom;
}
.column-team .auth-step .item > h4 {
  font-size: 18px;
  color: #303133;
  margin-bottom: 15px;
}
.column-team .auth-step .item ul li {
  margin-bottom: 8px;
}
.column-team .auth-step .item.before {
  border-color: #B3D8FF;
}
.column-team .auth-step .item.pending {
  border-color: #F5DAB1;
  background-image: url(/images/team/bg2.png);
}
.column-team .auth-step .item.after {
  border-color: #C2E7B0;
  background-image: url(/images/team/bg3.png);
}
.column-team .team-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
}
.column-team .team-avatar > img {
  width: 80px;
  height: auto;
  margin: 0 30px;
  cursor: pointer;
}
.column-team .team-detail {
  position: relative;
  width: 580px;
  margin: 0 auto;
  border-radius: 60px;
  background: #fffff1;
  background: #fdfdfd;
  box-sizing: border-box;
  padding: 7px 30px 18px;
}
.column-team .team-detail .names {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.column-team .team-detail .names > li {
  width: 96px;
  height: 26px;
  line-height: 26px;
  margin: 0 22px;
  text-align: center;
  cursor: pointer;
}
.column-team .team-detail .names > li:hover {
  background: #f5fbf9;
  background: #fbfbfb;
  color: #54b2bd;
  border-radius: 5px;
}
.column-team .team-detail .names > li.active {
  color: #54b2bd;
  position: relative;
}
.column-team .team-detail .names > li.active:after {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -4.5px;
  border-radius: 9px;
  background: #54b2bd;
}
.column-team .team-detail .member {
  text-align: center;
}
.column-team .team-detail .member .name {
  font-size: 15px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 6px;
}
.column-team .footer-mask {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 4000px;
  height: 0px;
  pointer-events: none;
  transform: translateX(-50%);
  border-width: 2000px;
  border-style: solid solid none;
  border-color: #ffffff #ffffff;
  border-image: initial;
  border-top: 140px solid transparent;
  border-bottom: none;
  box-sizing: border-box;
}
.column-lab {
  background: #F0F9FA;
  background: #fff;
}
.column-lab .tab-wrap {
  position: relative;
}
.column-lab .tab-wrap .dot-left {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid #dcdfe6;
  border-radius: 7px;
  background: #fff;
}
.column-lab .tab-wrap .dot-right {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 5px;
  height: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #dcdfe6;
}
.column-lab .swiper {
  width: 1200px;
  --swiper-navigation-color: #54b2bd;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 36px;
  /* 设置按钮大小 */
  position: static;
}
.column-lab .swiper .swiper-button-prev {
  left: -30px;
}
.column-lab .swiper .swiper-button-next {
  right: -30px;
}
.column-lab .lab-intro {
  position: relative;
  text-align: center;
}
.column-lab .lab-intro .sub-title {
  margin-bottom: 20px;
}
.column-lab .lab-intro .swiper-slide {
  display: flex;
}
.column-lab .lab-intro .swiper-slide .lab > img {
  margin: 0 20px 8px;
}
.column-lab .cert-intro {
  position: relative;
  text-align: center;
}
.column-lab .cert-intro .swiper-slide {
  display: flex;
}
.column-lab .cert-intro .swiper-slide .cert .img-wrap {
  width: 210px;
  height: 297px;
  background: #fff;
  border-radius: 3px;
  margin: 0 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-lab .cert-intro .swiper-slide .cert .img-wrap > img {
  width: 100%;
  border-radius: 3px;
}
.column-customer {
  margin-bottom: 50px;
  padding-bottom: 0px;
}
.column-customer .column-header {
  margin-bottom: 50px;
}
.column-customer .logos .row {
  display: flex;
  justify-content: center;
}
.column-customer .logos img {
  width: 150px;
  height: 100px;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  margin: 0 15px 35px;
}
.column-customer .customer-comment {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
.column-customer .customer-comment .item {
  flex: 1;
  margin: 0 18px;
  background: #fff;
  border-radius: 5px;
  padding: 15px 20px 18px;
}
.column-customer .customer-comment .item .people {
  position: relative;
  padding-left: 75px;
  margin-bottom: 12px;
  height: 60px;
  border-bottom: 1px dashed #ebeef5;
}
.column-customer .customer-comment .item .people .name {
  font-size: 15px;
  color: #303133;
  margin-bottom: 3px;
  padding-top: 5px;
}
.column-customer .customer-comment .item .people .intro {
  color: #909399;
}
.column-customer .customer-comment .item .people > img {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.column-customer .customer-comment .item .ta-shuo {
  line-height: 21px;
}
.column-customer .hu-bian {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: 60px;
  background: #f5f7fa;
  background: #fff;
}
.column-customer .hu-bian .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 600%;
  height: 8000px;
  border-radius: 50%;
  background-color: #f5f7fa;
  transform: translate(-50%, 0);
}
.column-news {
  padding-bottom: 30px;
}
.column-news .column-header {
  margin-bottom: 30px;
}
.column-news .news-list {
  border-top: 1px dashed #dcdfe6;
  border-bottom: 1px dashed #dcdfe6;
  padding: 22px 0 0;
}
.column-news .news-list > ul {
  display: flex;
  margin: 0 -20px 30px;
}
.column-news .news-list > ul > li {
  width: 50%;
}
.column-news .article {
  margin: 0 20px 0;
  position: relative;
  padding-left: 242px;
}
.column-news .article .title {
  margin-bottom: 6px;
}
.column-news .article .title > a {
  font-size: 15px;
  color: #111;
  font-weight: bold;
}
.column-news .article .title > a:hover {
  color: #54b2bd;
}
.column-news .article .summary {
  color: #909399;
  margin-bottom: 6px;
}
.column-news .article .thumb {
  width: 225px;
  position: absolute;
  left: 0;
  top: 1px;
}
.column-news .article .thumb > img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}
.column-news .article .desc {
  line-height: 24px;
}
.column-news .more-news {
  padding-top: 22px;
  text-align: center;
}
.column-news .more-news > a {
  display: inline-block;
  padding: 9px 16px 8px;
  border-radius: 30px;
  line-height: 1;
  color: #54b2bd;
  background: #f5fbf9;
  border: 1px solid #f5fbf9;
  background: #fff;
  border-color: #fff;
}
.column-news .more-news > a:hover {
  border-color: #54b2bd;
  box-shadow: 0 0 3px #ccc;
}
.home-foot {
  background: #54B2BD;
  height: 175px;
}
.home-foot .inner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 146px;
  background: url(/images/home-foot.png) no-repeat 0 -8px;
  background-size: cover;
}
.home-foot .inner .button {
  background: #ff9812;
  position: absolute;
  right: 145px;
  top: 57px;
  border-color: #ff9812;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0 0 4px #555;
}
.home-foot .inner .button:hover {
  box-shadow: 0 0 4px #333;
  background: #ff9c1c;
}
.column-first {
  background: #f5fbf9;
  min-height: 420px;
  border-bottom: 1px solid #e4e7ed;
  border-color: #324558;
  padding: 0;
}
.column-first .swiper-pagination {
  bottom: 10px;
}
.column-first .swiper-slide .inner {
  width: 1200px;
  margin: 0 auto;
  height: 420px;
  position: relative;
}
.column-first .swiper-slide .tu-wen .tu {
  position: absolute;
  right: 10px;
  top: 40%;
}
.column-first .swiper-slide .tu-wen .wen {
  padding-top: 90px;
}
.column-first .swiper-slide .tu-wen .wen > h3 {
  font-size: 42px;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.column-first .swiper-slide .tu-wen .wen > p {
  font-size: 18px;
  color: #303133;
  margin-bottom: 25px;
}
.column-first .swiper-slide .tu-wen .wen .button.order-online {
  font-size: 15px;
  background: #54b2bd;
  border: 0;
  color: #fffff1;
}
.column-first .swiper-slide .tu-wen .wen .button.order-online:hover {
  box-shadow: 0 0 3px #999;
  background: #45a7b3;
}
.column-first .the-slogan {
  background-color: #f5fbf9;
}
.column-first .the-slogan .tu-wen .tu {
  width: 450px;
  height: 150px;
  background: url(/images/home/cert.png) no-repeat;
  background-size: cover;
  right: -20px;
  top: 88px;
}
.column-first .the-slogan .tu-wen .wen {
  padding-top: 80px;
}
.column-first .the-slogan .tu-wen .icon {
  width: 80px;
  height: 80px;
  background: url(/images/home/ha.png) no-repeat;
  background-size: cover;
  left: 150px;
  top: 188px;
  left: 10px;
  bottom: -5px;
  top: auto;
  position: absolute;
  z-index: 1;
  opacity: 0.7;
}
.column-first .the-slogan .tu-wen .tu-br {
  width: 1000px;
  height: 148px;
  background: url(/images/home/help.png) no-repeat right bottom;
  right: 5px;
  bottom: 0;
  position: absolute;
  opacity: .65;
}
.banner-youshi {
  text-align: center;
  background: url(/images/banner/11.png) no-repeat right top;
}
.banner-youshi h3 {
  font-size: 30px;
  letter-spacing: 1px;
  color: #303133;
  padding: 30px 0 20px;
}
.banner-youshi .banner {
  margin: -30px -50px 0 0;
}
.zhao-hq.v1 {
  margin-top: -13px;
  border-bottom: 1px solid #ebeef5;
  padding-bottom: 30px;
}
.zhao-hq.v1 .column-header {
  margin-bottom: 30px;
}
.zhao-hq.v1 .inner .row {
  flex: 1;
  display: flex;
  margin: 0 -15px;
}
.zhao-hq.v1 .inner .item {
  border: 1px solid #dcdfe6;
  flex: 1;
  margin: 0 12px 24px;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  border-radius: 3px;
}
.zhao-hq.v1 .inner .item > img {
  width: 158px;
  height: 158px;
  border-radius: 3px;
}
.zhao-hq.v1 .inner .item .content {
  padding: 16px 45px 24px 28px;
}
.zhao-hq.v1 .inner .item .content > h4 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 15px;
  display: flex;
}
.zhao-hq.v1 .inner .item .content > p {
  margin-bottom: 13px;
  line-height: 1.6;
  display: flex;
}
.zhao-hq.v1 .inner .item .content > p:last-child {
  margin-bottom: 0;
}
.zhao-hq.v1 .inner .item .content > p > strong {
  font-weight: bold;
  color: #303133;
  width: 65px;
}
.zhao-hq.v1 .inner .item .content > p > span {
  flex: 1;
}
.zhao-hq.v1 .inner .item .content > i {
  position: absolute;
  left: 16px;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/images/you-shi/zy.png) no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.zhao-hq.v2 .inner > .center {
  width: 96px;
  height: 96px;
  border-radius: 96px;
  background: #f5fbf9;
  border: 1px solid #e4e7ed;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  margin-left: -48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhao-hq.v2 .inner > .center img {
  width: 76.8px;
  border-radius: 86.4px;
}
.zhao-hq.v2 .inner > .center {
  background: #fff;
  border-color: #dcdfe6;
}
.zhao-hq.v2 .inner > .center.v-1 img {
  width: 72px;
  border-radius: 96px;
}
.zhao-hq.v2 .inner > .center.v-4 img {
  width: 86.4px;
  border-radius: 96px;
}
.zhao-hq.v2 .inner > .center.v-3 {
  overflow: hidden;
}
.zhao-hq.v2 .inner > .center.v-3 img {
  width: 96px;
  border-radius: 96px;
  margin-top: 2px;
}
.zhao-hq.v2 .inner > .center.v-5 img {
  width: 96px;
  border-radius: 96px;
}
.zhao-hq.v3 .inner .item.left .content {
  width: 100%;
  padding-right: 28px;
  padding-left: 45px;
}
.zhao-hq.v3 .inner .item.left .content > h4 {
  justify-content: flex-end;
}
.zhao-hq.v3 .inner .item.left .content > p {
  position: relative;
  padding-right: 65px;
}
.zhao-hq.v3 .inner .item.left .content > p > strong {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.zhao-hq.v3 .inner .item.left .content > p > span {
  flex: 1;
  text-align: right;
}
.zhao-hq.v3 .inner > .center {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  margin-top: -55px;
  margin-left: -43px;
  background: #fff;
}
.zhao-hq.v3 .inner > .center img {
  border-radius: 20px;
  width: 55.9px;
}
.zhao-hq.v99 {
  padding: 0;
  border-bottom: 1px solid #e4e7ed;
  background: #fff;
}
.zhao-hq.v99 .inner {
  display: flex;
  padding: 26px 0;
}
.zhao-hq.v99 .inner > .item {
  flex: 1;
  padding: 0 40px 0 60px;
  position: relative;
}
.zhao-hq.v99 .inner > .item.first {
  padding-left: 40px;
}
.zhao-hq.v99 .inner > .item.last {
  padding-right: 0;
}
.zhao-hq.v99 .inner > .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: linear-gradient(to bottom, #ffffff, #e0e0e0, #ffffff);
  position: absolute;
  right: 0;
  top: 30px;
}
.zhao-hq.v99 .inner > .item.last:after {
  display: none;
}
.zhao-hq.v99 .inner > .item > h4 {
  font-size: 20px;
  letter-spacing: 1px;
  text-indent: -1px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 12px;
  display: flex;
}
.zhao-hq.v99 .inner > .item > p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.zhao-hq.v99 .inner > .item > p:last-child {
  margin-bottom: 0;
}
.zhao-hq.v99 .inner > .item > p > strong {
  font-weight: bold;
  color: #303133;
  margin-right: 3px;
}
.zhao-hq.v99 .inner > .item > i {
  position: absolute;
  left: 16px;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/images/you-shi/zy.png) no-repeat;
  background-size: cover;
  opacity: 0.7;
}
.zhao-hq.v99 .inner > .item.zy > i {
  left: 0;
}
.zhao-hq.v99 .inner > .item.xl > i {
  background: url(/images/you-shi/xl.png) no-repeat;
  background-size: cover;
}
.zhao-hq.v99 .inner > .item.gx > i {
  background: url(/images/you-shi/gx.png) no-repeat;
  background-size: cover;
}
.zhao-hq.v99 .inner > .item.jy > i {
  background: url(/images/you-shi/jy.png) no-repeat;
  background-size: cover;
}
