.main-left {
  float: left;
  width: 300px;
}

.main-left h2 {
  display: none;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 15px;
  background: var(--active-color);
  font-size: 20px;
  color: #fff;
  font-family: var(--font-family1);
  text-transform: uppercase;
  position: relative;
}

.main-left h2::after {
  display: block;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  right: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.sidemenu {
  margin: 0 0 20px;
}

.sidemenu>ul {}

.sidemenu>ul>li {
  margin-top: 1px;
  position: relative;
}

.sidemenu>ul>li h3 {
  height: 76px;
  display: block;
  padding: 0 20px;
  background: #455172;
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.sidemenu>ul>li h3 a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

.sidemenu>ul>li ul {
  display: none;
  background: #fff;
  padding: 0 11px;
  text-align: center;
}

.sidemenu>ul>li ul li {
  line-height: 24px;
  border-bottom: 1px solid #989898;
  padding: 16px 0;
}

.sidemenu>ul>li ul li:last-child {
  border-bottom: none;
}

.sidemenu>ul>li>ul>li>a {
  font-size: 16px;
  display: block;
  color: #666;
  text-transform: capitalize;
}

.sidemenu>ul>li>ul>li.active>a,
.sidemenu>ul>li>ul>li>a:hover {
  color: var(--active-color);
}

.sidemenu>ul>li:hover h3 {
  background: #0178D6;
}

.sidemenu>ul>li:hover>ul {
  display: block;
}

.sidemenu>ul>li.active h3 {
  background: #0178D6;
}

.sidemenu>ul>li.active>ul {
  display: block;
}


.sidenav {
  margin: 0 0 20px;
}

.sidenav ul {}

.sidenav ul li {
  display: block;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  position: relative;
}

.sidenav ul li a {
  color: #333;
  display: block;
  padding: 10px 30px 10px 18px;
}

.sidenav ul li:last-child a {
  border-bottom: none;
}

.sidenav ul li::after {
  color: #555;
  font-family: "qico";
  content: "\e7eb";
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 44px;
}

.sidenav ul li.active::after {
  display: block;
  color: var(--active-color);
}

.sidenav ul li.active a,
.sidenav ul li a:hover {
  color: var(--active-color);
}

@media screen and (max-width:1441px) {
  .main-left {float: left;width: 260px;}
}

@media screen and (max-width:1281px){
  .main-left {width: 240px;}
}

@media screen and (max-width:992px) {
  .main-left {
    float: none;
    width: 100%;
  }

  .main-left h2 {
    display: block
  }

  .sidemenu>ul {
    display: none;
  }

  .sidemenu>ul>li {
    margin-top: 4px;
  }

  .sidemenu>ul>li h3 {
    height: auto;
    padding: 10px 10px;
  }

  .sidemenu>ul>li h3 a {
    font-size: 16px;
    line-height: 22px;
  }

  .sidemenu>ul>li ul {
    padding: 0 10px;
  }

  .sidemenu>ul>li ul li {
    line-height: 22px;
    padding: 12px 0;
  }
}

.glite-multi-pic-text {
  padding: 0px 0 80px;
  text-align: center;
}
.glite-multi-pic-text > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

.glite-multi-pic-text h3 {
}
.glite-multi-pic-text h6 {
  font-size: 20px;
  color: #fff;
  margin: 40px 0 0;
}
.glite-multi-pic-text p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 30px 0 0;
}

.glite-multi-pic-text .txt {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 80px;
}
.glite-multi-pic-text .txt h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  text-transform: uppercase;
  font-weight: 700;
}
.glite-multi-pic-text .txt h6 {
  color: #000;
}
.glite-multi-pic-text .txt p {
  color: #414141;
}
.glite-multi-pic-text .txt .more {
  margin: 40px 0 0;
  display: inline-block;
  line-height: 30px;
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
.glite-multi-pic-text .txt .more:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.glite-multi-pic-text ul {
  width: 696px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.glite-multi-pic-text ul li {
  width: 232px;
  height: 232px;
  background: #f6f6f6;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}
.glite-multi-pic-text ul li .ico {
  background: #fff;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.glite-multi-pic-text ul li .ico img {
  -webkit-animation: mk_tossing 2s infinite linear;
  -ms-animation: mk_tossing 2s infinite linear;
}
.glite-multi-pic-text ul li p {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  margin: 20px 10px 0;
}
.glite-multi-pic-text ul li:hover {
  background: #4F93D0;
}
.glite-multi-pic-text ul li:hover p {
  color: #fff;
}

.glite-multi-pic-text .pic {
  margin: 50px 0 0;
}

@-webkit-keyframes mk_tossing {
  0% {
    -webkit-transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
  }
}
@keyframes mk_tossing {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}

@media screen and (max-width: 1500px) {
  .glite-multi-pic-text h3 {
    font-size: 52px;
  }
}

@media screen and (max-width: 1441px) {
  .glite-multi-pic-text {
    padding: 60px 0 40px;
  }
  .glite-multi-pic-text h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .glite-multi-pic-text h3 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1281px) {
  .glite-multi-pic-text h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1171px) {
  .glite-multi-pic-text h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .glite-multi-pic-text h3 {
    font-size: 32px;
  }

  .glite-multi-pic-text > div {
    flex-direction: column;
  }

  .glite-multi-pic-text .txt {
    margin-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .glite-multi-pic-text h3 {
    font-size: 30px;
  }
  .glite-multi-pic-text p {
    font-size: 15px;
    line-height: 24px;
    margin: 15px 0 0;
  }
  .glite-multi-pic-text h6 {
    font-size: 17px;
    margin: 15px 0 0;
  }

  .glite-multi-pic-text {
    padding: 30px 0;
  }
  .glite-multi-pic-text .wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .glite-multi-pic-text .txt .more {
    margin: 20px 0 0;
  }

  .glite-multi-pic-text ul {
    width: 100%;
    margin: 20px 0 0;
  }
  .glite-multi-pic-text ul li {
    width: 50%;
    height: 200px;
  }
  .glite-multi-pic-text ul li .ico {
    width: 100px;
    height: 100px;
  }
  .glite-multi-pic-text ul li .ico img {
    max-width: 70px;
    max-height: 70px;
  }
  .glite-multi-pic-text ul li p {
    font-size: 15px;
    margin: 15px 10px 0;
  }

  .glite-multi-pic-text .pic {
    margin: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .glite-multi-pic-text h3 {
    font-size: 26px;
  }
  .glite-multi-pic-text ul li .ico {
    width: 90px;
    height: 90px;
  }
  .glite-multi-pic-text ul li .ico img {
    max-width: 50px;
    max-height: 50px;
  }
}

.home-process-guanxiang .main-href {
	margin-top: 50px;
	text-align: center;
}

.home-process-guanxiang h2 a,
.home-process-guanxiang h3 a {
    font-family: var(--title-font-family);
}

.home-process-guanxiang h2,
.home-process-guanxiang h2 a {
    font-size: 22px;
}

.home-process-guanxiang h3,
.home-process-guanxiang h3 a {
    font-size: 20px;
}

.home-process-guanxiang p {
    line-height: 24px;
}

.home-process-guanxiang .title {
	width: 94%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

.home-process-guanxiang .container {
	width: 1400px;
	margin: 0 auto;
}

.home-process-guanxiang .wpb {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.home-process-guanxiang .title h2,
.home-process-guanxiang .title h2 a {
	font-size: clamp(24px, 2.5vw, 48px);
	text-transform: uppercase;
	font-weight: 700;
}

.home-process-guanxiang .title h2 a:hover {
	color: var(--color-primary);
	text-decoration: underline;
}

.home-process-guanxiang .title p {
	font-size: 18px;
}

.home-process-guanxiang {
	background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/348888/647/35c2f0421eb9623dafd98ebea167d8b5/bg04.webp) no-repeat;
	background-size: 100% 100%;
}

.home-process-guanxiang .home-processcon {
	margin-top: 30px;
	background: url(./pics/line04.png) no-repeat center 26px;
	background-size: 80% auto;
}

.home-process-guanxiang .home-processcon ul li {
	width: 24%;
	text-align: center;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}

.home-process-guanxiang .home-processcon ul li:hover {
	transform: translate(0, -8px);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
}

.home-process-guanxiang .home-processcon ul li span {
	display: inline-block;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background: #4F93D0;
	text-align: center;
	line-height: 155px;
}

.home-process-guanxiang .home-processcon ul li h3 {
	margin-top: 30px;
}

.padding-guanxiang {
	padding: 90px 0;
}

.margin-top-guanxiang {
}

.home-process-guanxiang .home-processcon ul li span img {
	vertical-align: middle;
}

@media screen and (min-width: 1921px) {
	.home-process-guanxiang {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 1580px) {
	.home-process-guanxiang .container {
		width: 82%;
	}

	.home-process-guanxiang .title p {
		font-size: 16px;
	}

	.home-process-guanxiang .home-processcon ul li span {
		width: 140px;
		height: 140px;
		line-height: 140px;
	}

	.home-process-guanxiang .home-processcon ul li span img {
		/* -webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9); */
	}

	.padding-guanxiang {
		padding: 80px 0;
	}

	.margin-top-guanxiang {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1400px) {

	.home-process-guanxiang .title h2,
	.home-process-guanxiang .title h2 a {
		font-size: 34px;
	}

	.home-process-guanxiang p {
		line-height: 24px;
	}
}

@media screen and (max-width: 1280px) {

	.home-process-guanxiang .title h2,
	.home-process-guanxiang .title h2 a {
		font-size: 32px;
		line-height: 42px;
	}

	.home-process-guanxiang .home-processcon ul li span{
		width: 120px;
		height: 120px;
		line-height: 120px;
	}

	.padding-guanxiang {
		padding: 70px 0;
	}

	.margin-top-guanxiang {
		margin-top: 70px;
	}
}

@media screen and (max-width: 960px) {
	.home-process-guanxiang .container {
		width: 88%;
	}

	.home-process-guanxiang p {
		margin-top: 16px;
		font-size: 15px;
		line-height: 22px;
	}

	.home-process-guanxiang .home-processcon ul li span {
		width: 92px;
		height: 92px;
		line-height: 92px;
	}

	.home-process-guanxiang .home-processcon ul li h3,
	.home-service ul li h3 {
		margin-top: 20px;
	}

	.home-process-guanxiang .title h2,
	.home-process-guanxiang .title h2 a {
		font-size: 26px;
		line-height: 30px;
	}

	.home-process-guanxiang h3,
	.home-process-guanxiang h3 a {
		font-size: 18px;
	}

	.home-process-guanxiang .title p {
		font-size: 15px;
	}

	.home-process-guanxiang .home-processcon ul li{
		width: 100%;
		margin-top: 30px;
	}
	.home-process-guanxiang .home-processcon ul li:first-child{
		margin-top: 0;
	}

	.padding-guanxiang {
		padding: 50px 0;
	}

	.margin-top-guanxiang {
		margin-top: 50px;
	}
}

:root {
  --mach-homechoose-padding-top: 90px;
  --mach-homechoose-top-title-size: 97px;
  --mach-homechoose-top-title-leading: 86px;
  --mach-homechoose-sub-title-size: 50px;
  --mach-homechoose-sub-text-size: 16px;
  --mach-homechoose-list-title-size: 20px;
  --mach-homechoose-list-title-bottom: 40px;
  --mach-homechoose-list-title-left: 40px;
}

.mach-homechoose {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.mach-homechoose .top-title {
  height: 70px;
  overflow: hidden;
  text-align: center;
}
.mach-homechoose .top-title h2 {
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 700;
  text-transform: uppercase;
}
.mach-homechoose .top-title p {
  font-size: 18px;
  font-weight: 700;
  text-align:center;
}
.mach-homechoose .sub-title h2 {
  margin-bottom: 20px;
  text-align: center;
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--mach-homechoose-sub-title-size);
  line-height: normal;
  font-weight: normal;
}

.mach-homechoose .sub-title p {
  margin: 0 auto;
  width: 92.78%;
  margin-bottom: 64px;
  text-align: center;
  font-size: var(--mach-homechoose-sub-text-size);
  line-height: 1.9;
}

.mach-homechoose .list {
  width: 100%;
  display: flex;
}

.mach-homechoose .list .content {
  padding: 0;
}

.mach-homechoose .list img {
  width: 100%;
  aspect-ratio: 480/648;
  object-fit: cover;
}

.mach-homechoose .list .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.625em;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 47.36%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.mach-homechoose .list .content:hover .overlay {
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 47.36%);
}

.mach-homechoose .list .text {
  position: absolute;
  left: var(--mach-homechoose-list-title-left);
  bottom: var(--mach-homechoose-list-title-bottom);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.mach-homechoose .list .text a {
  color: #fff;
  text-decoration: none;
  font-size: var(--mach-homechoose-list-title-size);
}
.mach-homechoose .list .text h3 a:hover {
  text-decoration: none;
}
.mach-homechoose .list .text p {
  display: none;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.mach-homechoose .content:hover p {
  display: block;
}
@media screen and (max-width: 1500px) {
  :root {
    --mach-homechoose-padding-top: 80px;
    --mach-homechoose-top-title-size: 92px;
    --mach-homechoose-sub-title-size: 46px;
    --mach-homechoose-sub-text-size: 15px;
    --mach-homechoose-list-title-left: 30px;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --mach-homechoose-padding-top: 70px;
    --mach-homechoose-top-title-size: 86px;
    --mach-homechoose-sub-title-size: 42px;
    --mach-homechoose-sub-text-size: 15px;
    --mach-homechoose-list-title-left: 20px;
    --mach-homechoose-list-title-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  :root {
    --mach-homechoose-padding-top: 60px;
    --mach-homechoose-top-title-size: 75px;
  }
  .mach-homechoose .list img {
    aspect-ratio: 0.9;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --mach-homechoose-padding-top: 50px;
    --mach-homechoose-top-title-size: 70px;
    --mach-homechoose-top-title-leading: 110px;
    --mach-homechoose-sub-title-size: 32px;
    --mach-homechoose-list-title-size: 16px;
    --mach-homechoose-list-title-bottom: 30px;
  }
  .mach-homechoose .list .text li p {
    font-size: 14px;
  }
  .mach-homechoose .sub-title p{
    margin-bottom: 30px;
  }
  .mach-homechoose .list img {
    aspect-ratio: 0.9;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --mach-homechoose-padding-top: 44px;
    --mach-homechoose-top-title-size: 50px;
    --mach-homechoose-sub-title-size: 30px;
    --mach-homechoose-sub-text-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --mach-homechoose-padding-top: 44px;
    --mach-homechoose-top-title-size: 40px;
    --mach-homechoose-sub-title-size: 24px;
    --mach-homechoose-sub-text-size: 14px;
  }
  .mach-homechoose .list img {
    aspect-ratio: 1.4;
  }
}


.sutong-intro {
  padding: 70px 0;
  text-align: center;
  background: #1E1B1B;
}

.sutong-intro h5 {
  font-size: 40px;
  color: #fff;
  line-height: 1.47;
}

.sutong-intro h5 strong {
  font-weight: 600;
}

.sutong-intro .highlighted  {
  color: var(--color-second);
}

.sutong-intro .more1 {
  margin: 34px 0 0;
  padding: 0 14px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #BEBEBE;
  position: relative;
}

.sutong-intro .more1 i {
  margin-left: 16px;
}

.sutong-intro .more1:hover {
  background: var(--color-second);
  border-color: var(--color-second);
  color: #fff;
}

.sutong-intro .highlighted {
  color: var(--color-second);
}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1280px) {
  .sutong-intro h5 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .sutong-intro h5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  .sutong-intro h5 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sutong-intro h5 {
    font-size: 24px;
  }

  .sutong-intro {
    padding: 35px 0;
  }

  .sutong-intro h5 {
    line-height: 1.2;
  }

  .sutong-intro .more1 {
    margin: 25px 0 0;
  }
}

@media screen and (max-width: 576px) {
  .sutong-intro h5 {
    font-size: 20px;
  }
}

.huake-indexC {
    padding: 50px 0;
    background: url(./pics/ibg3.png) no-repeat center top 50px;
}

.huake-indexC .cl {
    zoom: 1
}

.huake-indexC .cl:before,
.huake-indexC .cl:after {
    display: table;
    content: " ";
}

.huake-indexC .cl:after {
    clear: both;
}

/* .huake-indexC .cert {
    float: left;
    width: 320px;
} */

.huake-indexC .cert h3 {
    font-size: clamp(24px, 2.5vw, 48px);
    text-transform: uppercase;
    font-weight: 700;
}

.huake-indexC .cert ul {}

.huake-indexC .cert ul li {
    float: left;
    margin: 20px 0 0;
    width: 33.33333%;
    text-align: center;
}

.huake-indexC .cert img {
    height: 80px;
}

.huake-indexC .list {
    /* float: right;
    width: 800px; */
    position: relative;
}

.huake-indexC .list .swiper-slide {
    float: left;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.huake-indexC .list .swiper-slide img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.huake-indexC .list .swiper-slide p {
    border-bottom: 1px solid #D9D9D9;
    line-height: 62px;
    height: 62px;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.huake-indexC .swiper-button-prev,
.huake-indexC .swiper-button-next {
    width: 34px;
    height: 34px;
    border-radius: 0;
    background: none;
    margin-top: -22px;
    text-align: center;
}

.huake-indexC .swiper-button-prev::after,
.huake-indexC .swiper-button-next::after {
    display: none
}

.huake-indexC .swiper-button-prev i,
.huake-indexC .swiper-button-next i {
    font-size: 30px;
    line-height: 34px;
    color: #a8a8a8;
}

.huake-indexC .swiper-button-prev,
.huake-indexC .swiper-container-rtl .swiper-button-next {
    left: -20px;
    right: auto;
}

.huake-indexC .swiper-button-next,
.huake-indexC .swiper-container-rtl .swiper-button-prev {
    right: -20px;
    left: auto;
}

.huake-indexC .swiper-button-prev:hover,
.huake-indexC .swiper-button-next:hover {}

.huake-indexC .swiper-button-prev:hover i,
.huake-indexC .swiper-button-next:hover i {
    color: var(--color-primary);
}

.huake-indexC .swiper-pagination {
    position: static;
    width: 100%;
    margin-top: 25px;
    display: none;
}

.huake-indexC .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 3px;
    background: #A8A8A8;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
}

.huake-indexC .swiper-pagination-bullet-active {
    background: var(--bg-color);
}

.huake-indexC .more {
    color: #037214;
    font-size: 16px;
    width: 222px;
    border: 2px solid #027317;
    height: 46px;
    line-height: 46px;
    border-radius: 30px;
    display: block;
    background: #fff;
    text-align: center;
    margin: 60px auto 0;
}

.huake-indexC .more:hover {
    background: var(--bg-color);
    color: #fff;
}

@media screen and (max-width:1300px) {

    .huake-indexC .swiper-button-prev,
    .huake-indexC .swiper-button-next {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .huake-indexC {
        padding: 30px 0;
    }

    .huake-indexC .cert {
        float: none;
        width: 100%;
    }

    .huake-indexC .cert h3 {
        font-size: 24px;
        text-align: center;
    }

    .huake-indexC .cert ul {
        overflow: hidden;
    }

    .huake-indexC .list {
        float: none;
        width: 100%;
        margin: 20px 0 0;
    }

    .huake-indexC .swiper-button-prev,
    .huake-indexC .swiper-button-next {
        display: none;
    }

    .huake-indexC .swiper-pagination {
        display: block;
    }


}

@media screen and (max-width:400px) {
    .huake-indexC .cert h3 {
        font-size: 20px;
    }

}
