<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Palette generated by Material Palette - materialpalette.com/indigo/pink */
/* Base16 Atelier Sulphurpool Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Sulphurpool Comment */
.hljs-comment {
  color: #898ea4; }

/* Atelier-Sulphurpool Red */
.hljs-variable, .hljs-tag, .hljs-regexp, .hljs-name, .ruby .hljs-constant, .xml .hljs-tag .hljs-title, .xml .hljs-pi, .xml .hljs-doctype, .html .hljs-doctype, .css .hljs-id, .css .hljs-class, .css .hljs-pseudo {
  color: deepskyblue; }

.hljs-attribute {
  color: lightskyblue; }

/* Atelier-Sulphurpool Orange */
.hljs-number, .hljs-preprocessor, .hljs-built_in, .hljs-literal, .hljs-params, .hljs-constant {
  color: #c76b29; }

/* Atelier-Sulphurpool Yellow */
.ruby .hljs-class .hljs-title, .css .hljs-rule .hljs-attribute {
  color: #c08b30; }

/* Atelier-Sulphurpool Green */
.hljs-string, .hljs-value, .hljs-inheritance, .hljs-header, .ruby .hljs-symbol, .xml .hljs-cdata {
  color: darkorange; }

/* Atelier-Sulphurpool Aqua */
.hljs-title, .css .hljs-hexcolor {
  color: #22a2c9; }

/* Atelier-Sulphurpool Blue */
.hljs-function, .python .hljs-decorator, .python .hljs-title, .ruby .hljs-function .hljs-title, .ruby .hljs-title .hljs-keyword, .perl .hljs-sub, .javascript .hljs-title, .coffeescript .hljs-title {
  color: #3d8fd1; }

/* Atelier-Sulphurpool Purple */
.hljs-keyword, .javascript .hljs-function {
  color: #6679cc; }

.hljs {
  display: block;
  overflow-x: auto;
  background: #202746;
  color: #979db4;
  padding: 0.5em;
  -webkit-text-size-adjust: none; }

.coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {
  opacity: 0.5; }

body {
  font-family: Helvetica,Tahoma;
  margin: 0;
  padding: 0;
  overflow-x: hidden;background-color: #1a3ed9; }

*, *:before, *:after {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #FF4081; }

/**
 * Backgrounds
 */
.backgrounds {
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -1; }
  .backgrounds .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: fixed; }

.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3F51B5;
  opacity: 0.8; }

/**
 * Hero
 */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  background:center top no-repeat url(../img/tou_bei_01.jpg); 
}

.hero-center {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); 
}
.hero-center  h1{
  text-align: center;
}

.hero__logo {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.5); }

.hero__text {
  font-weight: normal;
  opacity: 0.8; }

.hero__text&gt;.zhu_fu_bt{
  position: relative;
  margin:0 auto;
  width: 810px;

}
.hero__text&gt;.zhu_fu_bt&gt;.guang{
  position: absolute;
  top: -30px;
  left: 300px;
/*  opacity:0.2;
  filter:alpha(opacity=100); /* é’ˆå¯¹ IE8 ä»¥åŠæ›´æ—©çš„ç‰ˆæœ¬ */
}
.hero__scroll {
  position: absolute;
  bottom: 30px;
  width: 200px;
  margin: auto;
  display: block;
  cursor: pointer;
  padding-bottom: 40px;
  left: 0;
  right: 0;
  text-transform: uppercase; }
  .hero__scroll .chevron {
    margin-top: 20px;
    display: block;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    color: #fdc909; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }

  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.octocat {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px; }
  .octocat img {
    display: block;
    width: 100%; }

.chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 20px; }

.chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.chevron.bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

/**
 * Sections
 */
.section {
  width: 100%;
  float: left;

}
.section_1{
 width: 100%;
  float: left;
  background:center top no-repeat url(../img/haida.png);

}
.section_2{

}
.section-title {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  padding:130px 0;/*
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
  width: 100%;
  clear: both;

}
.container {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  overflow: hidden;
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
    
}

.kuang_n{
  height: 650px;
}

.diyi_buf{
  width: 100%;
  background: #fff;
  height: 163px;
}
.diyi_buf&gt;div{
  width: 1200px; 
  position: relative;
  margin:0 auto;
}
.diyi_buf&gt;div img{
  position: absolute;
  top: -420px;
  left: 200px;

}
.code {
  width: 33%;
  clear: both;
  height: 267px; 
  border-radius: 2px;
  margin:5vh 0;
  /*padding: 10px; */

}

.code_baom{
   width: 50%;
  /*clear: both;*/
  height: 625px; 
  border-radius: 2px;
  margin:5vh 0;
  /*padding: 10px; */
}
.code_a{
   width: 33%;
  /*clear: both;*/
  height: 267px; 
  border-radius: 2px;
  margin: 5vh 0;
  /*padding: 10px; */
}
.code_yuey{
  width: 100%;
  height: 157px;
  margin:6vh 0 0 0;
}
.code_b img{
  float: right;
}
.code_c{
  text-align: center;
}
 
  .code pre, .code code {
    height: 100%;
    margin: 0; }
  .code code {
    padding: 20px 0 0 20px; }
  .code--small code {
    padding-top: 75px; }
  .code--left {
    float: left; }
  .code--right {
    float: right; }
  .code--wider {
    width: 60%; }
    .code--wider code {
      padding-top: 60px; }

.section--more {
  color: #FFF;
  background: #0E0F34;
  padding: 20px 0 40px 0; }

.section-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 0; }
  .section-group h3 {
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .section-group h4 {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6); }
  .section-group code {
    padding: 20px;
    font-size: 1.2em; }
  .section-group .btn {
    margin-right: 20px; }

.btn {
  padding: 10px 20px;
  border: 1px solid #FF4081;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  overflow: hidden; }
  .btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FF4081;
    -webkit-transition: -webkit-transform 0.2s ease;
            transition: transform 0.2s ease;
    z-index: 0;
    opacity: 0; }
  .btn span {
    position: relative;
    z-index: 5; }
  .btn:hover {
    color: #FFF; }
    .btn:hover:before {
      -webkit-transform: scaleX(200);
          -ms-transform: scaleX(200);
              transform: scaleX(200);
      opacity: 1; }

.yi_bm{
  width: 89%;
  height: 625px;
  /*padding: 80px 50px;*/
  box-sizing: border-box;
  background:no-repeat url(../img/baom_yez.png);
  position: relative;
}

.gundong{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
} 

.yi_bm ul{
  height:100%;
  list-style:none;
  animation: activity-gundong 50s linear infinite;
}

.yi_bm ul li{
  text-align: center;
  color: white;
  margin: 12px auto;
  letter-spacing: 5px;
  font-size: 16px;
}
.yi_bm ul li em{
  font-family: "é»‘ä½“";
  font-style: normal;
   margin: 0px 30px;
}

@keyframes activity-gundong{
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: -675px;
    }
  }

.yi_bm&gt;div{
  width: 445px;
  height: 470px;
  overflow: hidden;
  position: absolute;
  top: 95px;
  left: 60px;
  color: #fff;
}

.baom_i{
  height: 625px;
  background:no-repeat url(../img/ds.png);
  position: relative;
}

.baom_i&gt;div{
  padding: 50px;
}
.baom_i&gt;div input{
  width: 490px;
    height: 70px;
    border: none;
    padding:5px 5px 5px 20px;
    border-radius: 4px;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.baom_i&gt;div input.mingz{
  width: 285px;
  float: left;
}

.baom_i&gt;div select{
  width: 185px;
  height: 70px;
  padding:5px 10px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  float: left;
  margin-left: 18px;
}

.baom_i&gt;div select option{
  font-size: 16px;

}
.baom_i&gt;div .button{
  margin:30px 0 0 0
}
.baom_i&gt;div .button button{
  width: 290px;
  height: 90px;
  border-radius: 8px;
  background: #fdc909;
  border: none;
  cursor:pointer;
  font-size: 36px;
  color: #fff;
  float: left;
}

.baom_i&gt;div .button button.b2{
background: #1ad705;
font-size: 30px;
width: 190px;
line-height: 10px;
margin-left: 10px;
}
.baom_i&gt;div .button button.b2 p{
line-height: 15px; 
margin:0 0 10px 0;
}
.baom_i&gt;div .button button.b2 span{
  font-size:16px;
  letter-spacing:3px
}

.xiangq_beij{
  height:736px;
  background:center no-repeat url(../img/xq.jpg);
}

.code_az{
    width: 100%;
  clear: both;
  height: 416px; 
  border-radius: 2px;
  margin:5vh 0;
  /*padding: 10px; */
}

.code_zaix_zix{
   width: 100%;
  clear: both;
  height: 100px; 
  border-radius: 2px;
  margin:5vh 0;
  /*padding: 10px; */
  text-align: center;
}

.section-title-div{
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  padding-top: 70px;
}

.section-title-div .section-title{
  padding: 0px;
}

.section-title p{
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.section-title span{
  color: #b6c7ed;
  font-size: 30px;
  letter-spacing: 3px;
}

.section-title span i{
  color: #fec909;
  font-style: normal;
}

.con-body{
  width: 100%;
  max-width: 100%;
  background: white;
}

.con-body img{
  display: block;
}

.center{
  width: 1200px;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
}

.code-center div{
  margin: 0px;
  width: 50%;
  float: left;
  clear: none;
  height: auto;
  overflow: hidden;
}

.code-center div img{
  width: 100%;
  height: auto;
  display: block;
}

.code-bottom div{
  width: 396px;
  height: auto;
  margin-right: 6px;
}

.code-bottom div:last-child{
  margin-right: 0px;
}

.canjia{
  width: 1200px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 50px;
}

.canjia-code{
  width: 380px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: #fdc909;
}

.canjia-code div{
  width: 100%;
  height: 100%;
  margin: 0px;
  color: white;
  font-size: 38px; 
  line-height: 100px;
  text-align: center;
}

.end-div{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.end-div div{
  width: 50%;
  clear: none !important;
  color: white;
  height: auto;
  margin: 28px auto;
  font-size: 28px;
  text-align: center;
}
.container-yssc{
  position: relative;
}

.yssc{
  top: 190px;
  left:0px;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
}

.yssc-center{
  float: none !important;
  color: white;
  width: 765px;
  height: 305px;
  margin: 0 auto;
  background: rgba(41,79,174,0.8);
}

.yssc-center h1{
  padding-top: 50px;
  margin: 0px auto 30px auto;
  color: white;
  font-size:36px;
  font-weight: 800;
  text-align: center;
}

.yssc-center p{
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 3px;
}

</pre></body></html>