<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
hr {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.banner {
  min-width: 1200px;
  height: 650px;
  background: url("../img/images/indexImg/banner.jpg") no-repeat 100% center;
  background-size: 100% 100%;
}
.banner .banner-title {
  min-width: 1200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner .banner-title .nav {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .logo {
  width: 110px;
  height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .logo img {
  width: 51px;
  height: 35px;
}
.banner .banner-title .nav .logo span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.banner .banner-title .nav ul {
  width: 800px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.banner .banner-title .nav ul li {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 4px solid transparent;
  cursor: pointer;
}
.banner .banner-title .nav ul li a {
  color: #ffffff;
}
.banner .banner-title .nav ul li:hover {
  border-bottom: 4px solid #00a18c;
}
.banner .banner-title .nav ul li:hover a {
  color: #00a18c;
}
.banner .banner-title .nav .login-register {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.banner .banner-title .nav .login-register p {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.banner .banner-title .nav .login-register p a {
  color: #ffffff;
}
.banner .banner-title .nav .login-register p:hover {
  background-color: #fff;
}
.banner .banner-title .nav .login-register p:hover a {
  color: #000;
}
.foot {
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 111px;
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 48px;
}
.foot .foot-msg,
.foot .foot-copy {
  width: 600px;
  margin: 0 auto;
}
.foot .foot-msg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.foot .foot-msg .foot-msg-l {
  text-align: center;
}
.foot .foot-msg .foot-msg-l p {
  color: #ffffff;
}
.foot .foot-msg .foot-msg-r {
  height: 80px;
}
.foot .foot-msg .foot-msg-r p {
  margin-bottom: 16px;
  color: #ffffff;
}
.foot .foot-copy {
  margin-top: 30px;
}
.foot .foot-copy p {
  width: 600px;
  text-align: center;
  color: #7d7d7d;
}
.banner {
  position: relative;
}
.banner-btn {
  width: 145px;
  height: 53px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31%;
  margin: auto;
}
.banner-btn button {
  width: 145px;
  height: 53px;
  background-color: #00a18c;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
}
.experience {
  width: 1200px;
  height: 520px;
  margin: 0 auto;
}
.experience .experience-title {
  width: 590px;
  height: 185px;
  margin: 0 auto;
}
.experience .experience-title p {
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}
.experience .experience-title p .line {
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #e6e6e6;
  position: relative;
}
.experience .experience-title p span:nth-child(2) {
  font-size: 30px;
}
.experience ul {
  height: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.experience ul li {
  width: 190px;
  height: auto;
  text-align: center;
}
.experience ul li p {
  margin-top: 10px;
}
.experience button {
  width: 320px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-color: #00a18c;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 20px;
}
.illustration {
  min-width: 1200px;
  height: 300px;
  background: url(../img/images/indexImg/illustration_02.jpg) no-repeat 100% center;
  background-size: 100% 100%;
}
.illustration p {
  color: #fff;
  font-size: 30px;
  text-align: center;
  height: 300px;
  line-height: 300px;
}
.function {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.function p {
  text-align: center;
  font-size: 30px;
}
.function .classify {
  margin-top: 50px;
}
.function .classify ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.function .classify ul li {
  margin-bottom: 20px;
}
.function .classify ul li a {
  position: relative;
}
.function .classify ul li a span {
  display: inline-block;
  width: 140px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.clients {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.clients p {
  text-align: center;
  font-size: 25px;
}
.clients .swiper-container {
  width: 1080px;
  height: 450px;
  margin-top: 50px;
}
.clients .swiper-container .swiper-slide {
  width: 540px;
  height: 406px;
  position: relative;
}
.clients .swiper-container .swiper-slide .label {
  width: 380px;
  height: 90px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 80px;
  bottom: -40px;
}
.clients .swiper-container .swiper-slide .label p:first-child {
  margin-top: 20px;
}
</pre></body></html>