<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: none;
}

.cl {
  zoom: 1;
}

.cl:before {
  content: "";
  display: block;
}

.cl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

a {
  text-decoration: none;
}

.index {
  width: 100%;
  min-height: 100%;
}
.top {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.logoinfo {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  width: 30px;
  height: 30px;
}
.logo p {
  margin-left: 5px;
  color: #000;
  font-size: 17px;
}
.logoinfo button {
  width: 96px;
  height: 32px;
  background: url("../images/btnbg.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}
.janjie {
  width: 100%;
  text-align: center;
  background: url("../images/leftbg.png") no-repeat;
  background-size: 50% 80%;
  /* background-image: linear-gradient(
      90deg,
      rgba(117, 205, 255, 0.15),
      rgba(255, 255, 255, 1)
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)); */
}
.janjieinfo {
  padding-top: 30px;
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
}
.title {
  width: 100%;
  text-align: left;
}
.title p {
  width: 123px;
  height: 28px;
  line-height: 28px;
  text-indent: 30px;
  background: url("../images/titlebg.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.janjieinfo .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.janjieinfo .info .text {
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 30px;
}
.janjieinfo .info .text span {
  font-weight: bold;
  font-size: 18px;
}
.janjieinfo .info img {
  margin-left: 15px;
  width: 200px;
  height: auto;
}
.down {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.downinfo {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
}
.downlist {
  width: 70%;
  height: auto;
  display: flex;
  margin: 0 auto;
}
.downlist .listitem {
  padding: 15px 0;
  flex: 1;
  display: flex;
  flex-direction: column;

  align-items: center;
}
.downlist .listitem .ewm {
  width: 150px;
  height: auto;
}
.downlist .listitem p {
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
.downlist .listitem .downbtn {
  width: auto;
  height: 30px;
}
/* .video {
  width: 100%;
  text-align: center;
}
.videoinfo {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
}
.videolist {
  width: 100%;
}
.videolist video {
  width: 100%;
} */
.bottom {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
}
.bottominfo {
  width: 400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottominfo p {
  color: #999;
  font-size: 12px;
}
.clearfix {
  clear: both;
}

@media all and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
  (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
  (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
  :root {
    font-size: 10px;
  }
  .container-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 53px;
    color: #333333;
    margin-bottom: 10px;
  }
  .container-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 42px;
    color: #999999;
  }
  .container-second {
    position: absolute;
    left: 52px;
  }

  .header-right {
    padding-top: 40px;
  }
}
</pre></body></html>