.title_common {
  text-align: center;
  padding: 80px 0 40px;
}
.title_common h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
.title_common p {
  color: rgb(93 100 111);
  margin-top: 15px;
}
/**/
.homepage .banner {
  background: url(../images/home_banner.png) center no-repeat;
  background-size: cover;
  height: 460px;
  display: flex;
  align-items: center;
}
.homepage .banner h3 {
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0;
}
.homepage .banner p {
  color: rgb(107 114 128);
  max-width: 50%;
  line-height: 1.625;
  margin-bottom: 40px;
}
.homepage .banner a {
  height: 40px;
  width: 128px;
  align-items: center;
  border: 1px solid #24bcbd;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  color: #24bcbd;
}
.homepage .banner a:hover,
.homepage .fire .more a:hover {
  background: #24bcbd;
  color: #fff;
}
.homepage .one {
  position: relative;
  transform: translateY(-24px);
}
.homepage .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.homepage .one .bd ul li {
  width: 25%;
  padding: 8px;
}
.homepage .one .bd ul a {
  display: flex;
  align-items: center;
  box-shadow: 0 0 6px #0000001a;
  border-radius: 8px;
  padding: 24px 16px;
  background: linear-gradient(90deg, #fff 0, #3ac4c5);
}
.homepage .one .bd ul img {
  width: 60px;
  margin-right: 10px;
}
.homepage .one .bd ul li:nth-child(2) a {
  background: linear-gradient(90deg, #3ac4c5 0, #ffffff);
}
.homepage .one .bd ul li:nth-child(3) a {
  background: linear-gradient(90deg, #3ac4c5 0, #ffffff);
}
.homepage .one .bd ul li:nth-child(4) a {
  background: linear-gradient(90deg, #3ac4c5 0, #ffffff);
}
.homepage .one .bd dt {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.homepage .one .bd dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: rgb(93 100 111);
}
.homepage .two {
  padding-bottom: 60px;
}
.homepage .two .bd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: -20px;
}
.homepage .two .bd ul li {
  width: 33.333%;
  padding: 20px;
}
.homepage .two .bd ul li dd {
  color: rgb(93 100 111);
}
.homepage .two .bd ul li dt {
  font-weight: bold;
  line-height: 32px;
  font-size: 24px;
  padding: 16px 0;
}
.homepage .three .bd {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.homepage .three .bd .box {
  border-radius: 10px;

  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.homepage .three .bd .box dl {
  padding: 20px;
}
.homepage .three .bd .box ul {
  display: flex;
  flex-wrap: wrap;
}
.homepage .three .bd .box ul li {
  width: 50%;
  padding: 20px;
}
.homepage .three .bd .box dt {
  font-weight: bold;
  padding: 20px 0;
  font-size: 20px;
}
.homepage .three .bd .box dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.625;
  color: rgb(93 100 111);
}
.homepage .three .bd .box dd b {
  color: #24bcbd;
  font-size: 24px;
}
.homepage .three .bd .box ul li:nth-child(odd) {
  border-right: 1px solid #eee;
}
.homepage .three .bd .box ul li:nth-child(2),
.homepage .three .bd .box ul li:first-child {
  border-bottom: 1px solid #eee;
}
.homepage .three .bd .box ul p {
  margin-top: 8px;
}
.homepage .four {
  background: url(../images/home_bg.png) center no-repeat #f8f9fc;
  background-size: cover;
  padding-bottom: 60px;
}
.homepage .fire {
  background: url(../images/home_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  color: #fff;
}
.homepage .fire .bd {
  background: #fff;
}
.homepage .fire .more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.homepage .fire .more a {
  height: 40px;
  width: 128px;
  border: 1px solid #24bcbd;
  color: #24bcbd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.homepage .six {
  padding-bottom: 60px;
  background-color: rgb(248 249 252);
}
.homepage .six .bd {
  display: flex;
}
.homepage .six .bd .side {
  width: 300px;
  background: url(../images/home_td-bg-gray.png) center no-repeat;
  background-size: cover;
  margin-right: 20px;
  padding: 32px 40px;
}
.homepage .six .bd .side li {
  color: #fff;
}
.homepage .six .more {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.homepage .six .bd dt {
  font-weight: bold;
  color: #24bcbd;
  line-height: 28px;
  margin-bottom: 20px;
  font-size: 18px;
}
.homepage .six .bd ul {
  padding-left: 20px;
}
.homepage .six .bd ul li {
  position: relative;
  margin-top: 12px;
  list-style-type: disc;
  color: rgb(93 100 111);
  line-height: 20px;
}
.homepage .six .bd ol {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.homepage .six .bd ol > li {
  width: 50%;
  padding: 10px;
}
.homepage .six .bd ol > li .box {
  height: 180px;
  border: 1px solid #ddd;
  transition: all 0.3s;
  padding: 30px 20px;
  background: url(../images/home_bg.svg) center no-repeat;
  background-size: cover;
}
.homepage .six .bd ol > li .box:hover {
  background:#24bcbd;
  background-size: cover;
}
.homepage .six .bd ol > li .box:hover li,
.homepage .six .bd ol > li .box:hover dt {
  color: #fff;
}
.homepage .seven {
  padding-bottom: 50px;
}
.homepage .seven .pic img {
  height: 220px;
}
.homepage .seven .in {
  padding: 16px;
}
.homepage .seven .mySwiper {
  padding-bottom: 30px;
}
.homepage .seven .bd h4 {
  font-weight: bold;
  font-size: 20px;
}
.homepage .seven .bd p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.625;
  color: rgb(93 100 111);
  min-height: 68px;
  margin-top: 16px;
}
.homepage .seven .brdge {
  display: flex;
  flex-wrap: wrap;
}
.homepage .seven .brdge span {
  border-radius: 6px;
  padding: 4px 6px;
  margin-right: 6px;
  color: rgb(93 100 111);
  display: flex;
  border-radius: 5px;
  border: 1px solid #eee;
}
.homepage .seven .box {
  border-radius: 10px;
  margin: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.homepage .eight {
  background-color: rgb(248 249 252);
  padding-bottom: 60px;
}
.homepage .eight .bd .flex {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.homepage .eight .bd .pic {
  width: 504px;
}
.homepage .eight .bd .flex_item {
  position: relative;
  padding: 0 96px;
  line-height: 1.625;
}
.homepage .eight .bd .flex_item::before {
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  left: 32px;
  top: 0;
  background: url(../images/quota.svg) center no-repeat;
  background-size: 100% 100%;
}
.homepage .eight .bd .flex_item::after {
  content: "";
  width: 34px;
  height: 29px;
  position: absolute;
  right: 32px;
  bottom: 0;
  transform: rotate(180deg);
  background: url(../images/quota.svg) center no-repeat;
  background-size: 100% 100%;
}
.homepage .eight .bd .flex_item p {
  margin-bottom: 8px;
  color: rgb(93 100 111);
}
.homepage .eight .bd .flex_item h4 {
  text-align: right;
}
.homepage .eight .more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.homepage .eight .more a,
.homepage .six .more a {
  height: 40px;
  width: 128px;
  background: #24bcbd;
  border: 1px solid #24bcbd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.homepage .eight .more a:hover,
.homepage .six .more a:hover,
.homepage .ten .more a:hover {
  background: none;
  color: #24bcbd;
}
.homepage .nine .more a:hover {
  color: #24bcbd;
  background: #fff;
  border-color: #fff;
}
.homepage .nine {
  background: url(../images/home23.svg) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
  position: relative;
}
.homepage .nine .more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .nine .more a {
  height: 40px;
  width: 128px;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.homepage .nine .bd ul {
  display: flex;
  margin: -44px;
  flex-wrap: wrap;
}
.homepage .nine .bd ul li {
  width: 25%;
  padding: 44px;
}
.homepage .ten {
  padding-bottom: 60px;
}
.homepage .ten .tabtitle {
  display: flex;
  text-align: center;
  background-color: rgb(248 249 252);
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 1px solid rgb(229 231 235);
}
.homepage .ten .tabtitle li {
  flex: 1;
  height: 40px;
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.homepage .ten .tabtitle li.on {
  color: #fff;
  background: #24bcbd;
}
.homepage .ten .tabtitle li.on:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.homepage .ten .bd {
  padding-top: 40px;
}
.homepage .ten .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -25px;
}
.homepage .ten .bd ul li {
  width: 20%;
  padding: 16px 25px;
}
.homepage .ten .bd ul li .pic {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.homepage .ten .bd ul li img {
  max-height: 80px;
}
.homepage .ten .more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.homepage .ten .more a {
  height: 40px;
  width: 128px;
  color: #fff;
  background: #24bcbd;
  border: 1px solid #24bcbd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.homepage .elaven {
  background-color: rgb(248 249 252);
  padding-bottom: 60px;
}
.homepage .elaven .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.homepage .elaven .bd ul li {
  width: 50%;
  padding: 10px;
}
.homepage .elaven .bd ul .box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px #0000001a;
}
.homepage .elaven .bd ul dl {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .elaven .bd ul img {
  width: 100%;
}
.homepage .elaven .bd ul dt {
  font-weight: bold;
  font-size: 20px;
}
.homepage .elaven .bd ul dd {
  font-weight: bold;
  padding: 20px 0 32px;
  font-size: 28px;
  color: rgb(54 103 240);
}
.homepage .elaven .bd ul li:last-child dd {
  color: #24bcbd;
}
.homepage .elaven .bd ul a {
  color: rgb(93 100 111);
  display: flex;
  align-items: center;
}
.homepage .elaven .bd ul a:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  margin-left: 3px;
  border-color: rgb(93 100 111);
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
/**/
.banner_info {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.banner_info dt {
  font-size: 44px;
  padding: 20px 0;
  font-weight: bold;
}
.case .one {
  background-color: #24bcbd;
  color: #fff;
  padding: 24px 0;
}
.case .one ul {
  display: flex;
  flex-wrap: wrap;
}
.case .one ul li {
  width: 25%;
  display: flex;
  justify-content: center;
}
.case .one ul li dd {
  font-size: 30px;
  font-weight: bold;
}
.case .one ul li dd::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  margin: 10px 0;
  width: 50px;
}
/**/
.tabinfo {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  background: #fff;
  position: sticky;
  top: 64px;
  left: 0;
}
.tabinfo ul {
  display: flex;
  justify-content: center;
}
.tabinfo ul li {
  width: 20%;
}
.tabinfo ul li.on a {
  color: #fff;
  background-color: #24bcbd;
  font-weight: bold;
}
.tabinfo ul a {
  max-width: 180px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .info {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}
.newsside {
  width: 280px;
  margin-left: 20px;
  padding: 16px;
  background: #fff;
  max-height: 600px;
}
.newsside .tabtitle {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.newsside .tabtitle li {
  margin-right: 32px;
  position: relative;
  cursor: pointer;
}
.newsside .tabtitle li.on {
  color: #24bcbd;
}
.newsside .tabtitle li.on:after {
  content: "";
  border-bottom: 2px solid #24bcbd;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.newsside .tabbox li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.newsside .tabbox li a {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  flex: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsside .tabbox li span {
  height: 32px;
  width: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
  border-radius: 6px;
}
.newsside .tabbox li:first-child span {
  background-color: #e30012;
  color: #fff;
}
.newsside .tabbox li:nth-child(2) span {
  background-color: #ff704e;
  color: #fff;
}
.newsside .tabbox li:nth-child(3) span {
  background-color: #24bcbd;
  color: #fff;
}
.news .info .bd li {
  padding: 24px 0;
  border-bottom: 1px solid #ddd;
}
.news .info .bd li a {
  display: flex;
  align-items: center;
}
.news .info .bd li .pic {
  background: url(../images/knowledge1.svg) center no-repeat;
  background-size: cover;
  width: 240px;
  height: 160px;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  margin-right: 16px;
  justify-content: center;
}
.news .info .bd li .pic h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  font-size: 22px;
  overflow: hidden;
}
.news .info .bd li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(93 100 111);
  line-height: 20px;
  margin: 16px 0;
}
.news .info .bd li .flex_item h4 {
  font-size: 20px;
}
.news .info .bd li .data {
  color: rgb(93 100 111);
  display: flex;
  align-items: center;
}
.news .info .bd li .data span {
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.news .info .bd li .data span img {
  margin-right: 5px;
}
.news .info .bd li:hover a {
  transform: translateY(-3px);
  background-color: rgb(248 249 252);
}
.pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606266;
  margin-top: 40px;
}
.pages ul {
  display: flex;
  align-items: center;
}
.pages ul li {
  margin-right: 8px;
}
.pages ul a {
  background: #f0f2f5;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
}
.pages ul .on a {
  color: #fff;
  background: #24bcbd;
  font-weight: bold;
}
.pages ul li input {
  width: 56px;
  height: 32px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ddd;
}
/**/
.newsitem {
  background-color: rgb(248 249 252);
  padding: 40px 0;
}
.bread ul {
  display: flex;
  align-items: center;
  color: rgb(93 100 111);
}
.bread ul a {
  color: rgb(93 100 111);
}
.bread ul li {
  display: flex;
  align-items: center;
}
.bread ul li + li::before {
  content: "";
  content: " ";
  display: inline-block;
  height: 6px;
  margin: 0 10px 0 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #888;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.newsitem .info {
  display: flex;
  margin-top: 32px;
  align-items: flex-start;
}
.newsitem .box {
  padding: 40px;
  background: #fff;
}
.newsitem .box .hd {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.newsitem .box .hd h1 {
  font-weight: bold;
  font-size: 28px;
  padding: 20px 0;
}
.newsitem .box .hd p {
  color: rgb(93 100 111);
  line-height: 1.625;
}
.newsitem .box .hd p span + span {
  margin-left: 40px;
}
/**/
.aboutus .one {
  padding-bottom: 60px;
}
.aboutus .one .hd img {
  width: 480px;
  margin-left: 16px;
}
.aboutus .one .hd p {
  line-height: 1.625;
  color: rgb(93 100 111);
  margin-top: 12px;
}
.aboutus .one .hd h4 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 8px;
}
.aboutus .one .bd {
  margin-top: 40px;
}
.aboutus .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.aboutus .one .bd ul li {
  width: 33.333%;
  padding: 16px;
  text-align: center;
}
.aboutus .one .bd dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  padding: 12px 0;
}
.aboutus .one .bd img {
  height: 150px;
}
.aboutus .one .bd dd {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(93 100 111);
  line-height: 20px;
}
.aboutus .two {
  background-color: #24bcbd;
  padding-bottom: 60px;
  color: #fff;
}
.aboutus .two .bd {
  margin-top: 40px;
}
.aboutus .two .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutus .two .bd ul li {
  width: 25%;
  text-align: center;
}
.aboutus .two .bd ul dt {
  font-size: 24px;
  font-weight: 600;
  padding: 8px 0;
}
.aboutus .two .bd ul dd,
.aboutus .two .title_common p {
  color: #fffc;
}
.aboutus .two .bd ul img {
  height: 64px;
}
.aboutus .three .tabtitle {
  display: flex;
  justify-content: center;
}
.aboutus .three .tabtitle li {
  cursor: pointer;
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(240 242 247);
  border-radius: 8px;
}
.aboutus .three .tabtitle li + li {
  margin-left: 32px;
}
.aboutus .three .tabtitle li.on {
  color: #fff;
  background-color: #24bcbd;
}
.aboutus .three .tabbox ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: -8px;
}
.aboutus .three .tabbox ul li {
  width: 25%;
  padding: 8px;
}
.aboutus .three .tabcontent {
  background-color: rgb(248 249 252);
  padding: 40px 0 60px;
  margin-top: 20px;
}
.aboutus .three .tabbox ul li .img {
  padding: 30px;
  background: #fff;
  margin-bottom: 16px;
}
.aboutus .three .tabbox ul li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aboutus .three .tabbox ul li .img img {
  width: 100%;
}
.aboutus .four {
  background: url(../images/introduction9.png) center no-repeat;
  background-size: cover;
  height: 640px;
  color: #fff;
}
.aboutus .four .title_common p {
  color: #fff;
}
.aboutus .four .hd {
  font-size: 18px;
  text-align: center;
}
.aboutus .four .hd .line {
  border-bottom: 2px solid #fff;
  margin-bottom: 8px;
  position: relative;
}
.aboutus .four .hd .line i {
  background: #fff;
  border-radius: 50%;
  bottom: -5px;
  height: 10px;
  left: 50%;
  outline: 2px solid #24bcbd;
  position: absolute;
  transform: translate(-50%);
  width: 10px;
  z-index: 5;
}
.aboutus .four .hd .line i::before {
  border-left: 1px solid #24bcbd;
  bottom: 100%;
  content: " ";
  display: flex;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  z-index: 4;
}
.aboutus .four .hd span {
  display: block;
  height: 75px;
}
.aboutus .four .hd .swiper-slide-thumb-active {
  font-size: 20px;
  font-weight: 600;
  color: #24bcbd;
}
.aboutus .four .hd .swiper-slide-thumb-active .line i {
  outline: 4px solid #24bcbd;
  width: 12px;
  height: 12px;
}
.aboutus .four .hd .swiper-slide-thumb-active .line i::before {
  border-left: 3px solid #24bcbd;
}
.aboutus .four .bd {
  position: relative;
  padding: 0 50px;
}
.aboutus .four .bd ul {
  background: #0003;
  color: #fff;
  line-height: 32px;
  margin-top: 20px;
  padding: 10px 30px;
  height: 260px;
}
.aboutus .four .bd ul li {
  display: flex;
  align-items: center;
}
.aboutus .four .bd ul li b {
  color: #24bcbd;
  margin-right: 20px;
  font-size: 18px;
  width: 40px;
  text-align: right;
}
.aboutus .four .bd ul li .flex_item {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.aboutus .four .bd .swiper-button-next,
.aboutus .four .bd .swiper-button-prev {
  background-color: #24bcbd;
  border-radius: 50%;
  color: #fff;
  height: 36px;
  opacity: 0.5;
  outline: none;
  transition: 0.3s;
  width: 36px;
  z-index: 99;
}
.aboutus .four .bd .swiper-button-next:after,
.aboutus .four .bd .swiper-button-prev:after {
  font-size: 16px;
}
/**/
.partner .one {
  padding-bottom: 60px;
}
.partner .one .bd ul {
  display: flex;
  margin: -14px;
  flex-wrap: wrap;
}
.partner .one .bd ul li {
  width: 25%;
  padding: 14px;
}
.partner .one .bd ul li dd {
  color: rgb(93 100 111);
  line-height: 20px;
  margin-top: 8px;
}
.partner .one .bd ul li dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.partner .one .bd ul li .pic {
  margin-bottom: 20px;
}
.partner .one .bd ul li:nth-child(even) .pic {
  margin: 20px 0 0 0;
}
.partner .two {
  background-color: rgb(248 249 252);
}
.partner .two .swiper-slide {
  padding: 40px 0;
  color: #fff;
}
.partner .two .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  opacity: 0.8;
  overflow: hidden;
}
.partner .two .hd img {
  height: 60px;
}
.partner .two .bd h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding: 20px 0;
}
.partner .two .ul img {
  height: 32px;
}
.partner .two .bd ul {
  display: flex;
  margin-top: 80px;
}
.partner .two .bd ul li {
  flex: 1;
}
.partner .two .bd ul li + li {
  margin-left: 32px;
}
.partner .two .bd ul dt {
  font-weight: bold;
  padding: 12px 0;
}
.partner .three {
  padding-bottom: 60px;
  background-color: rgb(248 249 252);
}
.partner .three .bd ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.partner .three .bd ul:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #24bcbd;
  position: absolute;
  left: 13%;
  top: 78px;
  animation: myfirst 7s infinite;
  -webkit-animation: myfirst 7s infinite; /* Safari 与 Chrome */
}
@keyframes myfirst {
  0% {
    left: 13%;
  }
  100% {
    left: 90%;
  }
}

@-webkit-keyframes myfirst /* Safari 与 Chrome */ {
  0% {
    left: 13%;
  }
  100% {
    left: 87%;
  }
}
.partner .three .bd ul::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 85px;
  border-bottom: 4px dotted #000;
}
.partner .three .bd ul li {
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 18px;
  z-index: 5;
  line-height: 28px;
  font-weight: 600;
  padding: 0 16px;
}
.partner .three .bd ul li img {
  height: 140px;
}
.partner .four::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.partner .four {
  background-color: rgb(62 62 91);
  position: relative;
  padding-bottom: 60px;
  color: #fff;
}
.partner .four .title_common p {
  color: #fffc;
}
.partner .four .hd {
  display: flex;
  font-size: 22px;
  color: #24bcbd;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
.partner .four .hd dl {
  padding: 0 40px;
}
.partner .four .hd dd {
  margin-top: 10px;
}
.partner .four .bd {
  max-width: 800px;
  margin: 40px auto;
}
.partner .four .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.partner .four .bd ul li {
  width: 50%;
  padding: 20px;
}
.partner .four .bd ul .flex {
  background-color: rgb(89 89 116);
}
.partner .four .bd ul .flex input {
  width: 100%;
  height: 42px;
  background: none;
  color: #fff;
  padding-left: 15px;
}
.partner .four .bd ul .flex span {
  background-color: #24bcbd80;
  width: 88px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner .four .btn {
  width: 128px;
  height: 32px;
  border-radius: 5px;
  background: none;
  display: block;
  color: #24bcbd;
  border: 1px solid #6cd2e9;
  margin: 0 auto;
}
/**/
.accelbanner {
  text-align: left;
}
.accelbanner dd {
  color: #fffc;
}
.accelbanner .btn {
  height: 40px;
  width: 128px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #24bcbd;
  border: 1px solid #24bcbd;
}
.accel .one {
  padding-bottom: 60px;
}
.accel .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.accel .one .bd ul li {
  width: 25%;
  padding: 12px;
}
.accel .one .bd ul li .box {
  box-shadow: 0 0 4px #0000001a;
  border-radius: 6px;
  height: 100%;
}
.accel .one .bd ul li dl {
  padding: 20px;
}
.accel .one .bd ul li dd {
  color: rgb(93 100 111);
  line-height: 20px;
  margin-top: 12px;
}
.accel .one .bd ul li dt {
  font-weight: bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.accel .two {
  padding-bottom: 40px;
  background: url(../images/saasAccel_bg.svg) center no-repeat;
  background-size: cover;
}
.accel .two .side {
  width: 42%;
  margin-left: 42px;
  border-radius: 8px;
  line-height: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 4px #0000001a;
  color: rgb(93 100 111);
}
.accel .two .side h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 16px 0 8px;
  color: #000;
}
.accel .two .side li {
  margin-bottom: 12px;
}
.accel .two .side li b {
  color: #24bcbd;
}
.accel .two .side li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #24bcbd;
  margin-right: 10px;
}
.accel .three {
  padding-bottom: 60px;
}
.accel .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.accel .three .bd ul li {
  width: 25%;
  padding: 16px;
}
.accel .three .bd dl {
  position: relative;
  padding: 24px;
  height: 260px;
  background-image: linear-gradient(
    to bottom,
    rgb(243 245 250),
    rgb(254 254 255)
  );
  border-radius: 10px;
}
.accel .three .bd dl .img {
  position: absolute;
  right: 0;
  opacity: 0.1;
  width: 138px;
  bottom: 0;
}
.accel .three .bd dl dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.accel .three .bd dl dt img {
  width: 56px;
  margin-right: 8px;
}
.accel .three .bd dl:hover .img {
  opacity: 0.6;
}
.accel .three .bd dl dd {
  margin-top: 24px;
  line-height: 1.625;
  color: rgb(93 100 111);
}
.accel .four {
  padding-bottom: 40px;
  background: url(../images/relevant-bg.svg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.accel .four .bd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px;
}
.accel .four .bd ul li {
  width: 33.333%;
  padding: 20px;
  text-align: center;
}
.accel .four .bd ul img {
  height: 60px;
  margin-bottom: 12px;
}
.accel .four .bd ul li a {
  background: #fff;
  box-shadow: 0 0 4px #0000001a;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #000;
  justify-content: center;
}
.accel .fire {
  padding-bottom: 60px;
  background: url(../images/saasAccel_case-bg.svg) center no-repeat;
  background-size: cover;
}
.accel .fire .bd {
  padding: 0 60px;
  position: relative;
}
.accel .fire .swiper-slide {
  background: #fff;
  margin: 50px 0;
  font-size: 12px;
  overflow: hidden;
  height: 332px;
  transition: 300ms;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.accel .fire .swiper-slide dl {
  padding: 0 20px;
}
.accel .fire .swiper-slide dt {
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}
.accel .fire .swiper-slide dd {
  color: rgb(93 100 111);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.625;
}
.accel .fire .swiper-slide-active {
  transform: scale(1.3);
  z-index: 99;
}
.accel .fire .swiper-slide-active dd {
  transform: scale(0.9);
}
.accel .fire .swiper-button-next,
.accel .fire .swiper-button-prev {
  color: rgb(156 163 175);
}
.accel .fire .swiper-button-next:after,
.accel .fire .swiper-button-prev:after {
  font-size: 32px;
}
.accel .fire .swiper-pagination {
  bottom: 0;
}
.accel .fire .swiper-container {
  padding-bottom: 20px;
}
.accel .fire .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #c0c4cc;
  border-radius: 0;
}
.accel .six .side {
  width: 54%;
  margin-left: 16px;
}
.accel .six .bd dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.accel .six .bd dd {
  color: rgb(93 100 111);
  margin: 4px 0 22px;
  line-height: 20px;
}
.accel .seven {
  padding-bottom: 60px;
  background-color: rgb(248 249 252);
}
.accel .seven .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.accel .seven .bd ul li {
  width: 50%;
  padding: 16px;
}
.accel .seven .bd ul li .box {
  background: #fff;
}
.accel .seven .bd ul li dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 20px;
  overflow: hidden;
  margin-top: 16px;
  color: rgb(93 100 111);
  height: 100px;
}
.accel .seven .bd ul li dl {
  padding: 24px;
}
.accel .seven .bd ul li dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accel .seven .bd ul li dt img {
  margin-right: 12px;
  width: 32px;
}
/**/
.service .banner .accelbanner {
  color: #000;
}
.service .banner .accelbanner dd {
  color: rgb(107 114 128);
}

.service .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.service .one .bd ul li {
  width: 33.333%;
  padding: 10px;
}
.service .one .bd ul li:last-child,
.service .one .bd ul li:nth-child(4) {
  width: 50%;
}
.service .one .bd ul li dl {
  position: relative;
  transition: all 0.3s;
  padding: 20px 120px 20px 20px;
  background: url(../images/service_bg-a.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 180px;
}
.service .one .bd ul li dl:hover {
  background: #24bcbd;
  background-size: cover;
}
.service .one .bd ul li dl .img {
  position: absolute;
  right: 12px;
  width: 120px;
  bottom: 12px;
}
.service .one .bd ul li dt {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.service .one .bd ul li dd {
  margin-top: 24px;
  line-height: 1.625;
  color: rgb(93 100 111);
}
.service .two {
  padding-bottom: 60px;
}
.service .two .title_common h2 {
  background: url(../images/service_t-bg.svg) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 15px;
}
.service .two .tabtitle {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 16px;
  justify-content: center;
}
.service .two .tabtitle li {
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  justify-content: center;
}
.service .two .tabtitle li.on {
  font-weight: bold;
  background: #24bcbd;
  color: #fff;
}
.service .two .tabtitle li.on:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.service .two .tabcontent {
  background: rgb(248 249 252);
  padding-top: 32px;
  border-top: 1px solid #eee;
}
.service .three {
  background: rgb(248 249 252);
  padding-bottom: 60px;
}
.service .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.service .three .bd ul li {
  width: 25%;
  padding: 6px;
  transition: all 0.3s;
  color: #fff;
}
.service .three .bd ul li.on1 {
  width: 20%;
}
.service .three .bd ul li.on {
  width: 40%;
}
.service .three .bd ul li.on p {
  display: block;
}
.service .three .bd ul li .box {
  height: 400px;
  position: relative;
}
.service .three .bd ul li dl {
  padding: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.service .three .bd ul li dl img {
  height: 48px;
  margin-bottom: 8px;
}
.service .three .bd ul li dl dd {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.service .three .bd ul li p {
  color: #ffffffa6;
  display: none;
}
.service .four {
  background: url(../images/service_yl-bg.jpg) top center no-repeat;
  background-size: cover;
}
.service .four .bd {
  background: #fff;
  transform: translateY(30px);
  margin-top: -30px;
}
.service .fire {
  background: url(../images/home_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.service .fire .title_common {
  color: #fff;
}
.service .fire .tabtitle {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.service .fire .tabtitle li {
  background: #fff;
  display: flex;
  padding: 8px 40px;
  cursor: pointer;
  border-radius: 60px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.service .fire .tabtitle li.on {
  background: #24bcbd;
}
.service .fire .tabtitle li img {
  margin-right: 8px;
  height: 32px;
  width: 32px;
  object-fit: inherit;
}
.service .fire .tabtitle li + li {
  margin-left: 40px;
}
.service .fire .tabcontent {
  background: #fff;
  transform: translateY(-25px);
  border-radius: 15px;
  overflow: hidden;
}
.service .fire .more {
  display: flex;
  justify-content: center;
}
.service .fire .more a {
  height: 40px;
  width: 128px;
  background: #24bcbd;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .six {
  padding-bottom: 40px;
}
.service .six .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.service .six .bd ul li {
  width: 25%;
  padding: 16px;
}
.service .six .bd ul li .box {
  height: 230px;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #ddd;
  position: relative;
}
.service .six .bd ul li dt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
.service .six .bd ul li dd {
  color: rgb(93 100 111);
  line-height: 20px;
}
.service .six .bd ul li .img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service .six .bd ul li p {
  margin-top: 90px;
}
.service .six .bd ul li p a {
  color: #24bcbd;
  display: flex;
  align-items: center;
}
.service .six .bd ul li p a::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #24bcbd;
  margin-left: 5px;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.service .six .ft {
  margin-top: 32px;
}
.service .seven {
  padding-bottom: 60px;
  background: rgb(248 249 252);
}
.service .seven .bd {
  display: flex;
}
.service .seven .tabtitle {
  margin: -10px 22px -10px -10px;
  display: flex;
  flex-wrap: wrap;
}
.service .seven .tabtitle li {
  width: 50%;
  padding: 10px;
}
.service .seven .tabtitle li dl {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  background: url(../images/service_bg.svg) right bottom no-repeat;
  background-size: cover;
  padding: 32px 20px;
  cursor: pointer;
  height: 100%;
}
.service .seven .tabtitle li.on dl,
.service .seven .tabtitle li:hover dl {
  background: #24bcbd;
  background-size: cover;
}
.service .seven .tabtitle li.on dl dt,
.service .seven .tabtitle li:hover dl dt,
.service .seven .tabtitle li.on dl dd,
.service .seven .tabtitle li:hover dl dd {
  color: #fff;
}
.service .seven .tabtitle li dt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #24bcbd;
}
.service .seven .tabtitle li dd {
  color: rgb(93 100 111);
  line-height: 20px;
  margin-top: 20px;
}
.service .seven .tabcontent {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.service .eight {
  padding-bottom: 60px;
}
.service .nine {
  padding-bottom: 60px;
  background: rgb(248 249 252);
  text-align: center;
}
.service .nine .tabtitle {
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  background: #fff;
}
.service .nine .tabtitle li {
  flex: 1;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.service .nine .tabtitle li + li::before {
  content: "";
  border-left: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
}
.service .nine .tabtitle li img {
  width: 160px;
}
.service .nine .tabtitle li.on {
  background-image: linear-gradient(
    to bottom,
    rgba(232, 181, 53, 0),
    rgba(36,188,189,0.4)
	
  );
}
.service .nine .tabtitle li.on:after {
  border: 20px solid transparent;
  border-top: 12px solid #24bcbd;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 0;
  z-index: 10;
}
.service .nine .tabbox {
  padding: 20px;
}
.service .nine .tabbox ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px;
}
.service .nine .tabbox ul li {
  width: 33.333%;
  padding: 16px;
}
.service .nine .tabbox ul li img {
  height: 60px;
  margin-bottom: 12px;
}
.service .nine .tabbox ul li a {
  padding: 20px;
  box-shadow: 0 0 4px #0000001a;
  display: block;
  background-image: linear-gradient(
    to bottom,
    rgb(232 235 243),
    rgba(252, 252, 253, 0)
  );
}
