@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', '黑体';
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input {
  outline: none;
  border: none;
}
img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  border: none;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nowrap {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.mob_show {
  display: none;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* header */
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  transition: all 0.3s ease;
  
}
.logo {
  transition: all 0.3s ease;
}
.index-header {
  padding-top: 0;
}

.h-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
nav ul li {
  float: left;
  margin-left: 30px;
}
nav ul li a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 90px;
  font-size: 18px;
  color: #fff;
  transition: all .3s ease;
}
nav ul li.active a {
  background: rgba(54, 171, 156, 0.05);
  color: #36ab9c;
}
nav ul li.active a::after{
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  bottom: -1px;
  border-bottom: 4px solid #36ab9c;
}
nav ul li:hover a{
  color: #36ab9c;
}
.fixed-header{
  height: 70px;
  background: #333;
  border-bottom: 1px solid #000;
}
.fixed-header .logo{
  height: 40px;
}
.fixed-header nav ul li a {
  font-size: 16px;
  line-height: 70px;
}

.register-btn a{
  display: block;
  width: 100px;
  line-height: 40px;
  background: #36ab9c;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

/* banner */
.sytip-banner {
  z-index: 333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  min-height: 100vh;
}

.sytip-banner h2 {
  display: block;
  margin-top: 30px;
  font-size: 54px;
  height: 80px;
  letter-spacing: 2px;
  
}

.sytip-banner h3{
  font-size: 38px;
  font-weight: lighter;
}
.sytip-banner li{
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-top: 80px;
  font-size: 32px;
  font-family: "STFangsong", "华文仿宋", "STSong", "华文宋体", serif;
  letter-spacing: 1px;
}
.sytip-banner li::after{
  position: absolute;
  content: '';
  right: -1px;
  top: 3px;
  height: 28px;
  border-left: 2px solid #ddd;
}
.sytip-banner li:last-child:after{
  display: none;
}

.sytip-banner a {
  display: inline-block;
  width: 180px;
  margin-top: 80px;
  height: 60px;
  margin-right: 20px;
  background: #36ab9c;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  line-height: 60px;
  opacity: .9;
  transition: all .2s ease-in;
}
.sytip-banner  a:last-child{
  background: #f67401;
}
.sytip-banner a:hover{
  opacity: 1;
}
.background-media{
  z-index: 996;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#starCanvas {
  position: absolute;
  display: block;
}
/*  */


/* 类别 */
.title{
  position: relative;
  color: #333;
  text-align: center;
  padding-top: 70px;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.title h2{
  font-size: 32px;
  letter-spacing: 1px;
}

.title span{
  display: block;
  margin-top: 15px;
  font-size: 22px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-top: 4px solid #36ab9c;
}
#starCanvas{
  width: 100%;
}


/* 关于我们 */
.sytdl-about{
  margin-top: 60px;
}
.sytdl-about-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sytdl-about-box .title{
  padding-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
.sytdl-about-box .title::after{
  left: 0;
  margin-left: 0;
}
.sytdl-about-box p{
  color: #555;
  line-height: 2;
}
.sytdl-about .ab-con{
  width: 60%;
  padding-right: 40px;
}
.sytdl-about .ab-img{
  text-align: right;
  background: url(../images/ab.png) left no-repeat;
}
.sytdl-about .ab-img img{
  display: inline-block;
  width: 90%;
}
.sytdl-about ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  text-align: center;
}
.sytdl-about li{
  font-size: 38px;
  color: #36ab9c;
}
.sytdl-about li span{
  display: block;
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.sytdl-about li  strong{
  font-size: 42px;
}

/* 服务 */
.sytdl-service{
  margin-top: 90px;
  padding-bottom: 160px;
  background: url(../images/zx_bg.jpg) bottom no-repeat;
  background-size: 100%;
}
.sytdl-service .title{
  padding-bottom: 100px;
  background: url(../images/bg02.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.sytdl-service .title::after{
  top: 190px;
  bottom: auto;
}
.sytdl-service .title p{
  margin-top: 80px;
  color: #ccc;
}
.sytdl-service i{
  position: absolute;
  content: '';
  bottom: -35px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: #fff url(../images/down.png) center no-repeat;
  background-size: 20px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.sytdl-service i::after{
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, .2);
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.syt-type{
  margin-top: 120px;
}
.syt-type .swiper{
  padding: 0 18px;
}
.syt-type-content{
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 25px;
}
.syt-type-box{
  width: 30.5%;
  height: 444px;
  padding: 30px;
  padding-top: 25px;
  background-image: url(../images/bg01.png) ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 15px 16px rgba(6, 167, 131, 0.05);
}
.syt-type-box:nth-of-type(2){
  background-image: url(../images/bg02.png) ;
  box-shadow: 0px 15px 16px rgba(54, 171, 156, 0.05);
}
.syt-type-box:nth-of-type(3){
  background-image: url(../images/bg03.png);
  box-shadow: 0px 15px 16px rgba(246, 116, 1, 0.05);
}
.syt-type-box h3{
  padding-bottom: 20px;
  font-size: 26px;
  color: #06a783;
}
.syt-type-box:nth-of-type(2) h3{
  color: #36ab9c;
}
.syt-type-box:nth-of-type(3) h3{
  color: #f67401;
}
.syt-type-box h3 span{
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.syt-type-box strong{
  display: block;
  padding-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #333;
}
.syt-type-box strong:nth-of-type(2){
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #f5f5f5;
}
.syt-type-box p{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
.syt-type-box li{
  display: inline-block;
  margin-top: 5px;
  padding: 3px 6px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
}
.syt-type-box a{
  display: block;
  width: 120px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  color: #06a783;
  border: 1px solid #06a783;
  border-radius: 2px;
}
.syt-type-box:nth-of-type(2) a{
  color: #36ab9c;
  border-color: #36ab9c;
}
.syt-type-box:nth-of-type(3) a{
  color: #f67401;
  border-color:#f67401;
}

/* 使用场景 */
.sytdl-take{
  background: #333;
}
.sytdl-take{
  position: relative;
  padding-bottom: 30px;
  background: url(../images/banner.jpg) bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sytdl-take::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.92);
}
.sytdl-take .title{
  z-index: 11;
  color: #fff;
}

.sytdl-take ul{
  position: relative;
  z-index: 11;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sytdl-take li{
  position: relative;
  width: 30%;
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
}
.sytdl-take li i{
  display: block;
  font-size: 54px;
  color: #36ab9c;
}
.sytdl-take li h3{
  padding-top: 15px;
  margin-bottom: 18px;
  font-size: 22px;
}
.sytdl-take li p{
  line-height: 1.8;
  color: #bbb;
}
/* 优势 */


/* news */
.sytdl-help{
  padding-bottom: 90px;
  background: #fff;
}
.help-content .swiper-slide .h-top{
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  background: #36ab9c url(../images/help_1.png) center no-repeat;
}
.help-content .swiper-slide:nth-of-type(2) .h-top{
  background: #ee6003 url(../images/help_2.png) center no-repeat;
}
.help-content .swiper-slide:nth-of-type(3) .h-top{
  background: #36ab9c url(../images/help_3.png) center no-repeat;
}
.help-content .h-fir{
  position: relative;
  padding: 30px 0;
  padding-left: 138px;
  border-bottom: 1px dashed rgba(0, 0, 0, .17) ;
}
.help-content .h-fir div{
  position: absolute;
  top: 30px;
  left: 0;
  width: 121px;
  height: 75px;
  
}
.help-content .h-fir h3{
  font-size: 18px;
}
.help-content .h-fir p{
  margin-top: 8px;
  font-size: 14px;
  opacity: .66;
}
.help-content ul li{
  position: relative;
  margin-top: 16px;
  padding-left: 46px;
  padding-right: 15px;
  line-height: 22px;
  
}
.help-content ul li::before{
  position: absolute;
  content: '1';
  left: 0;
  top: 0;
  width: 30px;
  height: 22px;
  font-size: 14px;
  color: #fff;
  background: #a0a0a0;
  text-align: center;
}
.help-content ul li:nth-of-type(1):before{
  background: #ee6003;
}
.help-content ul li:nth-of-type(2):before{
  content: '2';
  background: #36ab9c;
}
.help-content ul li:nth-of-type(3):before{
  content: '3';
}
.help-content ul li:nth-of-type(4):before{
  content: '4';
}
.help-content ul li:nth-of-type(5):before{
  content: '5';
}
.help-content ul li a{
  display: block;
  font-size: 17px;
  opacity: .85;
  transition: all .3s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.help-content ul li:hover a{
  
  color: #36ab9c;
  transform: translateX(5px);
}
/*  */
.sytip-register {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  color: #f67401;
  background: url(../images/banner3.jpg) no-repeat;
  background-attachment: fixed;background-size: cover;
}
.sytip-register::after{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.8);
}
.sytip-register .container {
  z-index: 11;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sytip-register h2{
  font-size: 32px;
  color: #333;
}
.sytip-register p {
  font-size: 34px;
  color: #fff;
}
.sytip-register a {
  display: block;
  width: 140px;
  margin-left: 15%;
  line-height: 50px;
  background: #36ab9c;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}

/* footer */
footer {
  padding-top: 40px;
  background: #333;
}
.foot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.foot-top div i {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-style: normal;
}
.foot-top div span {
  display: block;
  margin-bottom: 10px;
  color: #ddd;
  letter-spacing: 1px;
}
.foot-top p {
  margin-top: 25px;
  color: #ddd;
}
.foot-top li{
  display: inline-block;
  margin-left: 15px;
  color: #bbb;
  text-align: center;
}
.foot-top li img {
  width: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ft-bot {
  background: #000;
  padding: 20px 0;
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .mob_show {
    display: block;
  }
  .mob_none {
    display: none !important;
  }
  .container {
    padding: 0 20px;
  }

  .index-header{
    
    height: 70px;
  }
  .h-container{
    height: 70px;
  }
  .fixed-header .logo {
    height: 38px;
  }
  .logo {
    height: 45px;
  }
  .register-btn a{
    width: 80px;
    line-height: 36px;
  }
  
  header .icon-ego-menu {
    padding-left: 18%;
    margin-top: 4px;
    font-size: 34px;
    color: #36ab9c;
  }
  nav {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -60%;
    width: 60%;
    height: 100%;
    padding-top: 80px;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.9);
  }
  nav li {
    float: none;
  }
  nav .icon-guanbi {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 36px;
    color: #fff;
  }
  nav ul li a {
    color: #fff;
  }

  .login {
    margin-top: 5px;
    margin-left: 10px;
  }
  .login a {
    padding: 6px 12px;
    font-size: 12px;
  }

  /*  */
  .sytip-banner h2 {
    font-size: 24px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .sytip-banner h3{
    font-size: 20px;
  }
  .sytip-banner li{
    padding: 0 15px;
    margin-top: 20px;
    font-size: 16px;
  }
  .sytip-banner li::after{
    height: 16px;
  }
   .sytip-banner a{
    width: 110px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    margin: 0 5px;
    margin-top: 40px;
   }

  /*  */
  .title{
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .title h2{
    font-size: 22px;
  }
  .title span{
    font-size: 18px;
  }
  .title h2::before, .title h2::after{
    display: none;
  }

  .sytdl-about-box{
    display: block;
  }
  .sytdl-about .ab-con{
    width: 100%;
    padding-right: 0;
  }
  .sytdl-about-box .title{
    text-align: center;
    margin-bottom: 30px;
  }
  .sytdl-about-box .title::after{
    left: 50%;
    margin-left: -20px;
  }
  .sytdl-about .ab-img img{
    width: 100%;
    margin-top: 30px;
  }
  .sytdl-about ul{
    flex-wrap: wrap;
  }
  .sytdl-about li{
    width: 50%;
    margin-bottom: 30px;
  }
  .sytdl-about li strong{
    font-size: 30px;
  }
  .sytdl-about li span{
    margin-top: 8px;
  }

  /*  */
  .sytip-scene{
    padding-bottom: 60px;
  }
  .sytip-scene-content{
    width: 100%;
    padding-left: 0;
  }
  .table-nav{
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .table-nav span{
    width: 31%;
    border-radius: 5px;
    font-size: 14px;
  }
  .table-nav span.on{
    width: 31%;
  }
  .table-content .table-box{
    margin-top: 20px;
    padding-left: 10px;
    border: none;
  }
  .table-box h3{
    font-size: 20px;
  }
  .table-box p{
    font-size: 14px;
  }
  .table-box h4{
    font-size: 16px;
  }
  .table-box a{
    width: 110px;
    line-height: 36px;
    font-size: 14px;
  }
  .table-box li{
    margin-right: 15px;
    font-size: 14px;
  }

  .sytdl-service{
    margin-top: 30px;
    padding-bottom: 100px;
  }
  .sytdl-service .title::after{
    top: 130px;
  }
  .sytdl-service i{
    bottom: -20px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
  .sytdl-service i::after{
    width: 60px;
    height: 60px;
  }
   .swiper{
    padding-bottom: 40px!important;
  }
    .swiper-pagination span{
      display: inline-block;
      width: 20px;
      height: 6px;
      border-radius: 2px;
    }
  .swiper .swiper-pagination-bullet-active{
    width: 30px;
    background: #36ab9c;
  }
  /*  */
  .sytdl-take li{
    width: 100%;
    padding-left: 90px;
    text-align: left;
  }
  .sytdl-take li i{
    position: absolute;
    left: 0;
    top: 10px;
  }
  .sytdl-take li h3{
    padding-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
  }
  .sytdl-take li p{
    font-size: 13px;
  }
  .sytdl-help{
    padding-bottom: 0px;
  }
  .help-nav li {
    font-size: 16px;
    color: #36ab9c;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(54, 171, 156, .8);
  }
  .help-nav li.swiper-slide-thumb-active {
    background: #fdf8f4;
    color: #ee6003;
    border: 1px solid #ee6003;
    color: #ee6003;
  }
  /*  */
  footer{
    margin-top: 60px;
  }
  .foot-top {
    display: block;
  }

  .syt-type{
    margin-top: 70px;
  }
  .syt-type-box h3{
    font-size: 20px;
  }
  .syt-type-box strong{
    font-size: 16px;
  }
  /*  */
  .art-content .art-tit {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .viof span {
    font-size: 12px;
  }
  .art-body p {
    font-size: 14px;
  }
  .art-content ul {
    padding: 10px;
  }
  .art-content ul li {
    font-size: 14px;
  }
  .ab-content .fr {
    width: 60%;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .art-content .fl {
    width: 100%;
  }
}

/*  */
.art-content .art-tit {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.8;
  font-weight: normal;
  text-align: center;
}
.viof {
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.viof span {
  display: inline-block;
  margin: 0 15px;
  color: #666;
}
.art-body p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #555;
}
.art-body img {
  margin: 0 auto;
}
.art-content .fl {
  width: calc(100% - 280px);
}
.art-content .fl ul {
  padding: 20px;
  margin-top: 40px;
  background: #f5f5f5;
}
.art-content .fl ul li {
  line-height: 36px;
  color: #666;
}
.ab-content {
  padding-top: 30px;
  overflow: hidden;
}
.ab-content .fr {
  width: 38%;
  margin-left: 50px;
  margin-bottom: 20px;
  animation: move 2.5s ease-in-out infinite;
}
.ab-content p {
  margin-bottom: 20px;
  line-height: 2;
  text-align: justify;
}
.ab-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}
.art-content .fr {
  width: 220px;
}
.art-content .fr span {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.art-content .fr li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.art-content .fr li time {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  color: #777;
}
.art-content .fr li a {
  font-size: 14px;
}

