<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
  width: 100%;
  height: 760px;
  background: rgb(0, 0, 0) url(../images/banner01.png) center no-repeat;
}

.h-about {
  padding-top: 127px;
}

.h-about h3 {
  font-weight: normal;
  text-align: center;
  height: 34px;
  font-size: 32px;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 70px;
}

.h-about h3 span {
  color: #03C8FC;
}

.h-about p {
  width: 989px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 2px;
}

.h-about a {
  width: 165px;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 58px auto 0;
  text-align: center;
  color: #03C8FC;
  border: 1px solid #ffffff;
  font-size: 16px;
}

.service {
  border-bottom: 1px solid #E6E7EB;
  padding-bottom: 140px;
}

.index-tit {
  padding-top: 90px;
}

.index-tit h2 {
  height: 30px;
  font-size: 28px;
  color: #2C2C2C;
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 28px;
}

.index-tit div {
  width: 72px;
  height: 5px;
  margin: 0 auto;
  background: #03C8FC;
}

.service ul {
  overflow: hidden;
  padding-top: 90px;
}

.service ul li {
  float: left;
  width: 20%;
}

.service-li {
  padding: 0 20px;
}

.service-img {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  background: url('../images/icon1.png') no-repeat center center;
}

.service-img1 {
  background-position: -22px -25px;
}

.service-img2 {
  background-position: -22px -131px;
}

.service-img3 {
  background-position: -22px -237px;
}

.service-img4 {
  background-position: -22px -343px;
}

.service-img5 {
  background-position: -22px -449px;
}

.service-li h2 {
  font-size: 16px;
  color: #3A3F4B;
  padding-top: 20px;
  font-weight: normal;
  text-align: center;
}

.service-li em {
  display: block;
  width: 36px;
  height: 2px;
  margin: 12px auto;
  background-color: #6A6A6A;
}

.service-li p {
  color: #999999;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px 30px;
}

.service-li a {
  display: block;
  width: 88px;
  text-align: center;
  color: #fff;
  border: 2px solid #ccc;
  font-size: 12px;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
}

.service-li:hover .service-img1 {
  background-position: -135px -25px;
}

.service-li:hover .service-img2 {
  background-position: -135px -131px;
}

.service-li:hover .service-img3 {
  background-position: -135px -237px;
}

.service-li:hover .service-img4 {
  background-position: -135px -343px;
}

.service-li:hover .service-img5 {
  background-position: -135px -449px;
}

.service-li:hover .service-img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team {
  padding-top: 140px;
  padding-bottom: 170px;
}
.team .fl {
  float: left;
  padding-left: 50px;
  width: 560px;
}

.team .fr {
  float: left;
  padding-left: 90px;
  width: 610px;
}

.team h3 {
  height: 36px;
  font-size: 28px;
  color: #2C2C2C;
  line-height: 36px;
  font-weight: normal;
  border-left: 6px solid #03C8FC;
  padding-left: 25px;
  margin-bottom: 52px;
}

.team p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 55px;
}

.team a {
  width: 225px;
  height: 56px;
  background: #03C8FC;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  display: block;
  line-height: 56px;
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.25);
}

.cases .scrolllist {
  width: 1287px;
  height: 410px;
  margin: 0 auto;
  padding-top: 75px;
}

.cases .scrolllist .imglist_w {
  width: 1187px;
  height: 410px;
  overflow: hidden;
  float: left;
  position: relative;
}

.cases .scrolllist .imglist_w ul {
  width: 20000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cases .scrolllist .imglist_w li {
  width: 280px;
  float: left;
  padding: 0 8px;
  height: 410px;
}

.cases .scrolllist .imglist_w li img {
  display: block;
}

.cases .scrolllist .imglist_w li .cases-box {
  text-decoration: none;
  width: 268px;
  padding: 6px;
}

.cases .scrolllist .imglist_w li .cases-box:hover img {
  filter: alpha(opacity=86);
  -moz-opacity: 0.86;
  opacity: 0.86;
}

.cases .scrolllist .imglist_w li .cases-box:hover {
  background: url(../images/case_bg.png) no-repeat;
}

.cases a.abtn {
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  background: url('../images/arrow_left.png') center center no-repeat;
  margin-top: 84px;
}

.cases a.aleft {
  float: left;
}

.cases a.agrayleft {
  cursor: default;
  background: none;
}

.cases a.aright {
  float: right;
  background: url('../images/arrow_right.png') center center no-repeat;
}

.cases a.agrayright {
  cursor: default;
  background: none;
}

.cases {
  background: #03C8FC url('../images/anli_bg.png');
  padding-bottom: 39px;
}

.cases .index-tit {
  padding-top: 55px;
}

.cases .index-tit h2 {
  color: #ffffff;
}

.cases .index-tit div {
  background: #ffffff;
}

.cases .scrolllist .imglist_w li .cases-info {
  height: 150px;
  padding: 6px;
}

.cases-info div {
  height: 26px;
  padding-top: 10px;
  overflow: hidden;
}

.cases-info div a {
  font-size: 18px;
  color: #ffffff;
}

.cases-info em {
  margin: 15px 0;
  display: block;
  width: 36px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.cases-info p {
  height: 70px;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}

.cases-info a {
  font-size: 12px;
  color: #ffffff;
}

.news {
  background-color: #F4F5F9;
}

.news ul {
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding: 70px 100px 50px;
}

.news ul li {
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  width: 570px;
}

.news ul li a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.news ul li h2 {
  font-size: 18px;
  float: left;
  font-weight: normal;
}

.news ul li span {
  float: right;
  font-size: 14px;
  color: #666666;
}

.news ul li p {
  color: #808080;
  margin-top: 15px;
  line-height: 22px;
}

.news ul img {
  position: absolute;
}

.news ul img.news-bg1 {
  top: -16px;
  left: 30px;
}

.news ul img.news-bg2 {
  right: 30px;
  bottom: -6px;
}

.aliyun-bg {
  background-color: #2B3033;
  margin-top: 55px;
}

.aliyun .scrolllist {
  width: 1400px;
  height: 408px;
  margin: 0 auto;
  position: relative;
}

.aliyun .scrolllist .imglist_w {
  width: 1400px;
  height: 408px;
  overflow: hidden;
  float: left;
  position: relative;
}

.aliyun .scrolllist .imglist_w ul {
  width: 20000px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.aliyun .scrolllist .imglist_w li {
  width: 280px;
  float: left;
  height: 408px;
  position: relative;
}

.aliyun .scrolllist .imglist_w li img {
  display: block;
}

.aliyun .scrolllist .imglist_w li .ali-box {
  text-decoration: none;
  width: 280px;
}

.aliyun .scrolllist .imglist_w li .ali-box:hover img {
  filter: alpha(opacity=86);
  -moz-opacity: 0.86;
  opacity: 0.86;
}

.aliyun a.abtn {
  display: block;
  overflow: hidden;
  background: url(../images/arrow_left.png) center center no-repeat;
  position: absolute;
  height: 408px;
  width: 60px;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.3);
}

.aliyun a.aleft {
  float: left;
}

.aliyun a.agrayleft {
  cursor: default;
  background: none;
}

.aliyun a.aright {
  float: right;
  background: url('../images/arrow_right.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
}

.aliyun a.agrayright {
  cursor: default;
  background: none;
  display: none;
}

.ali-info {
  position: absolute;
  top: 0px;
  left: 0;
  width: 280px;
  height: 408px;
  background-color: rgba(0, 0, 0, 0.6);
}

.aliyun {
  background: #F4F5F9;
}

.aliyun .ali-info img {
  display: block;
  padding-top: 120px;
  width: 88px;
  margin: 0 auto;
}

.ali-info h2 {
  padding-top: 5px;
  height: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  line-height: 25px;
}

.ali-info:hover {
  background-color: rgba(3, 200, 252, 0.9)
}

.aliyun .alibtn1 {
  top: 0;
  left: 0px;
}

.aliyun .alibtn2 {
  top: 0;
  right: 0px;
}

.partner {
  background-color: #F4F5F9;
  width: 100%;
  padding-bottom: 150px;
}

.partner ul {
  padding: 40px 85px 0 85px;
}

.partner ul li {
  float: left;
  width: 220px;
  height: 110px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 5px;
}

.partner ul li a {
  display: block;
  padding: 10px 12px;
  width: 186px;
  height: 80px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.2);
  box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.2);
}

.partner ul li p {
  background: #ffffff url('../images/partner.png');
  width: 186px;
  height: 80px;
  text-indent: -9999px;
}

.partner ul li a:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(31, 31, 31, 0.6);
  box-shadow: 0px 0px 15px rgba(31, 31, 31, 0.6);
}

.partner ul li.m-r-0 {
  margin-right: 0px;
}

.footer {
  padding-top: 0px;
}

.partner ul li .partner1 p {
  background-position: 0px 0px;
}

.partner ul li .partner2 p {
  background-position: 0px -80px;
}

.partner ul li .partner3 p {
  background-position: 0px -160px;
}

.partner ul li .partner4 p {
  background-position: 0px -240px;
}

.partner ul li .partner5 p {
  background-position: 0px -320px;
}

.partner ul li .partner6 p {
  background-position: 0px -400px;
}

.partner ul li .partner7 p {
  background-position: 0px -480px;
}

.partner ul li .partner8 p {
  background-position: 0px -560px;
}

.partner ul li .partner9 p {
  background-position: 0px -640px;
}

.partner ul li .partner10 p {
  background-position: 0px -720px;
}

.partner ul li .partner1:hover p {
  background-position: 186px 0px;
}

.partner ul li .partner2:hover p {
  background-position: 186px -80px;
}

.partner ul li .partner3:hover p {
  background-position: 186px -160px;
}

.partner ul li .partner4:hover p {
  background-position: 186px -240px;
}

.partner ul li .partner5:hover p {
  background-position: 186px -320px;
}

.partner ul li .partner6:hover p {
  background-position: 186px -480px;
}

.partner ul li .partner7:hover p {
  background-position: 186px -400px;
}

.partner ul li .partner8:hover p {
  background-position: 186px -560px;
}

.partner ul li .partner9:hover p {
  background-position: 186px -640px;
}

.partner ul li .partner10:hover p {
  background-position: 186px -720px;
}

@media screen and (max-width: 800px) {
  .w-auto {
    width: 100%;
  }
  .header-menu {
    display: none;
  }
  .logo {
    padding-top: 5px;
  }
  .logo img {
    height: 50px;
  }
  .header {
    height: 560px;
  }
  .h-about {
    padding-top: 57px;
  }
  .h-about h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .h-about p {
    line-height: 32px;
    width: 80%;
    font-size: 15px;
  }
  .h-about a {
    width: 165px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 38px auto 0;
    text-align: center;
    color: #03C8FC;
    border: 1px solid #ffffff;
    font-size: 14px;
  }
  .index-tit {
    padding-top: 40px;
  }
  .service {
    padding-bottom: 20px;
  }
  .service ul li {
    width: 50%;
  }
  .service ul {
    padding-top: 40px;
  }
  .service-li h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .team {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .team .fl {
    display: none;
  }
  .team .fr {
    width: 100%;
    padding: 0px;
  }
  .team h3 {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .team p {
    padding: 0px 20px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 35px;
  }
  .team a {
    margin: 0 auto;
  }
  .cases .scrolllist {
    width: 100%;
  }
  .cases .scrolllist .imglist_w {
    width: 100%;
  }
  .cases a.aleft {
    position: absolute;
    left: 0px;
    z-index: 999;
  }
  .cases a.aright {
    position: absolute;
    right: 0px;
    z-index: 999;
  }
  .aliyun-bg .scrolllist,
  .aliyun .scrolllist .imglist_w,
  .aliyun .scrolllist {
    width: 100%;
  }

}


@media screen and (max-width: 800px) {
  .partner ul {
    padding: 15px 0;
}
.partner ul li {
  width: 50%;
  max-width: 188px;
  margin-right: 0px;
  height: auto;
  margin-top: 0px;padding:0px;
}
.partner ul li a {
  padding:0px;
  width: 100%;
  width: 100%;
}
.partner ul li p {
  width: 100%;
}
}</pre></body></html>