<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;
}
/* 广告形式 */
.adstyle{
  height: 695px;
}
.adstyle .main{
  background: inherit;
  height: 100%;
}
.adstyle .ititle{
  color: #333;
}
.adstyle .impression{
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.adstyle .impression .g-flex-item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 412px;
          flex: 0 0 412px;
  width: 412px;
}
.adstyle .impression .g-flex-item:nth-of-type(1){
  padding-top: 50px;
  padding-left: 40px;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li{
  display: none;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;.active{
  display: block;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li .num{
  width: 64px;
  height: 100px;
  line-height: 1;
  background: url("../img/ad-ps-num.png") no-repeat;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li .num div:first-of-type{
  padding-top: 16px;
  padding-left: 7px;
  font-size: 30px;
  color: #42a4ff;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li .num div:last-of-type{
  padding-top: 8px;
  padding-left: 34px;
  font-size: 24px;
  color: #999;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li&gt;.title{
  margin-top: 30px;
  line-height: 1;
  font-size: 36px;
  font-weight: 300;
  color: #333;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li&gt;.title-line{
  margin: 20px 0;
}
.adstyle .impression .g-flex-item:nth-of-type(1)&gt;ul.contents&gt;li&gt;.desc{
  margin-top: 20px;
  width: 335px;
  line-height: 24px;
  font-size:14px;
  color: #999;
}
.adstyle .impression .g-flex-item:nth-of-type(2){
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 376px;
  height: 534px;
  background: url("../img/ad-icon-phone.png") no-repeat center top;
  overflow: hidden;
}
.adstyle .impression .g-flex-item:nth-of-type(2)&gt;ul.images{
  padding: 85px 20px 0 15px;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.adstyle .impression .g-flex-item:nth-of-type(2)&gt;ul.images&gt;li{
  display: none;
}
.adstyle .impression .g-flex-item:nth-of-type(2)&gt;ul.images&gt;li.active{
  display: block;
}
.adstyle .impression .g-flex-item:nth-of-type(3){
  position: relative;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose{
  position: relative;
  width: 412px;
  height: 534px;
  background: url("../img/ad-ps-cho.png") no-repeat;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li{
  position: absolute;
  padding-left: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(1){
  left: 215px;
  top: 58px;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(2){
  left: 260px;
  top: 112px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(3){
  left: 288px;
  top: 172px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(4){
  left: 298px;
  top: 226px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(5){
  left: 296px;
  top: 284px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(6){
  left: 284px;
  top: 342px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(7){
  left: 256px;
  top: 398px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(8){
  left: 208px;
  top: 456px;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:hover,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li.active{
  color: #42a4ff;
  -webkit-transform: translate(15px,0);
  transform: translate(15px,0);
  -webkit-transition: -webkit-transform ease-in .3s;
  transition: -webkit-transform ease-in .3s;
  transition: transform ease-in .3s;
  transition: transform ease-in .3s, -webkit-transform ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li::before{
  display: inline-block;
  content: '';
  position: absolute;
  left: -50px;
  top: -10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 34.39px;
  color: #fff;
  background-color: #42a4ff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity ease-in .3s;
  transition: opacity ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li.active,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:hover{
  font-weight: bold;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li.active::before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:hover::before{
  font-weight: normal;
  opacity: 1;
  -webkit-transition: opacity ease-in .3s;
  transition: opacity ease-in .3s;
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(1).active::before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(1):hover::before{
  content: '信';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(2).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(2):hover::before{
  content: '全';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(3).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(3):hover::before{
  content: '插';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(4).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(4):hover::before{
  content: '横';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(5).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(5):hover::before{
  content: '文';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(6).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(6):hover::before{
  content: '封';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(7).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(7):hover::before{
  content: '插';
}
.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(8).active:before,.adstyle .impression .g-flex-item:nth-of-type(3)&gt;ul.choose li:nth-of-type(8):hover::before{
  content: '富';
}

/* 瑞鲨优势 */
.operation{
  height: 518px;
  background: #f9f9f9;
}
.operation .main{
  background: inherit;
  height: 100%;
}
.operation .ititle{
  padding-top: 60px;
  color: #333;
}
.operation .impression{
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.operation .impression .count-item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  line-height: 1;
}
.operation .impression .count-item:nth-of-type(5),.operation .impression .count-item:nth-of-type(6),.operation .impression .count-item:nth-of-type(7),.operation .impression .count-item:nth-of-type(8){margin-top: 50px;}
.operation .impression .count-item .icon{
  display:inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  background-image: url("../img/ad-icon-pstyle.png");
  background-repeat: no-repeat;
}
.operation .impression .count-item:nth-of-type(1) .icon{
  background-position: 0 0;
}
.operation .impression .count-item:nth-of-type(2) .icon{
  background-position: -300px 0;
}
.operation .impression .count-item:nth-of-type(3) .icon{
  background-position: -600px 0;
}
.operation .impression .count-item:nth-of-type(4) .icon{
  background-position: -900px 0;
}
.operation .impression .count-item:nth-of-type(5) .icon{
  background-position: 0 -174px;
}
.operation .impression .count-item:nth-of-type(6) .icon{
  background-position: -300px -174px;
}
.operation .impression .count-item:nth-of-type(7) .icon{
  background-position: -600px -174px;
}
.operation .impression .count-item:nth-of-type(8) .icon{
  background-position: -900px -174px;
}
.operation .impression .count-item .title{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
  color: #333;
}
.operation .impression .count-item .desc{
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
/* cooperator */
.cooperator{
  height: 444px;
}
.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>