<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* banner */
.g-carousel {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  overflow: hidden;
}
.g-carousel .g-carousel-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.g-carousel .g-carousel-content .g-carousel-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item {
  margin: 0 auto;
  text-align: center;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item img {
  height: 280px;
}
.banner-content{
  display: inline-block;
  position: absolute;
  left: 360px;
  top: 100px;
  height: 120px;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.banner-content .title{
  font-size: 40px;
  font-weight: 300;
  color: #32dbdb;
}
.banner-content .desc{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}
/* 广告形式 */
.about{
  height: 848px;
}
.about .main{
  background: inherit;
  height: 100%;
}
.about .ititle{
  font-size: 40px;
  color: #333;
}
.about .desc{
  font-size: 14px;
  line-height: 34px;
  color: #666;
}
.about .map{
  margin-top: 40px;
  min-width: inherit;
  max-width: 1200px;
  overflow: hidden;
}
.about .map img{
  max-width: inherit;
}
/* cooperator */
.cooperator{
  height: 444px;
  background-color: #f9f9f9;
}
.cooperator .main {
  background: inherit;
  height: inherit;
}
.cooperator .desc{
  margin: 0 auto;
  width: 920px;
}
.cooperator .impression{
  margin: 30px auto 0;
  width: 1200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cooperator .impression .logo-item{
  display: inline-block;
  padding: 10px 53px;
}
</pre></body></html>