@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;
  border-bottom: 1px solid #000;
  background: #333;
}
.logo {
  transition: all 0.3s ease;
}
.index-header {
  padding-top: 0;
}

.h-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
nav ul li {
  float: left;
  margin-left: 10px;
}
nav ul li a {
  position: relative;
  display: block;
  padding: 0 20px;
  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;
}
.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 */
.syt-banner {
  position: relative;
  padding-top: 180px;
  padding-bottom: 90px;
  background: #333;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.4);
}

.syt-banner .fl {
  width: 54%;
  margin-top: 30px;
  color: #fff;
}
.syt-banner .fr {
  width: 46%;
}
.syt-banner .fl h2 {
  display: block;
  font-size: 48px;
  letter-spacing: 2px;
}
.syt-banner .fl span{
  display: block;
  margin-top: 30px;
  font-size: 22px;
  opacity: .7;
  line-height: 2;
}
.syt-banner .fl a {
  display: inline-block;
  width: 160px;
  margin-top: 60px;
  height: 50px;
  margin-right: 20px;
  background: #36ab9c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  line-height: 50px;
  opacity: .9;
  transition: all .2s ease-in;
}
.syt-banner .fl a:last-child{
  background: #f67401;
}
.syt-banner .fl a:hover{
  opacity: 1;
}
/*  */
.syt-top-list{
  padding: 40px 0;
  box-shadow: 4px 0 16px rgba(0, 0, 0, 0.16);
}
.syt-top-list ul{
  display: flex;
  justify-content: space-between;
}
.syt-top-list li{
  position: relative;
  padding-left: 56px;
}
.syt-top-list li::after{
  position: absolute;
  content: '';
  right: -30%;
  bottom: 0;
  height: 50px;
  border-right: 1px solid #Eee;
}
.syt-top-list li:last-child:after{
  display: none;
}
.syt-top-list li img{
  position: absolute;
  top: 8px;
  left: 0;
}
.syt-top-list li h3{
  font-size: 18px;
  color: #333;
}
.syt-top-list li p{
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}
/* 类别 */
.title{
  color: #333;
  text-align: center;
  margin-bottom: 70px;
}
.title h2{
  position: relative;
  padding-top: 70px;
  padding-bottom: 40px;
  font-size: 34px;
}
.title h2::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  border-top: 6px solid #36ab9c;
}
.title p{
  margin-top: 25px;
  font-size: 18px;
  color: #666;
}
.syt-type{
  padding-bottom: 150px;
  background: url(../images/zx_bg.jpg) bottom no-repeat;
  background-size: 100%;
}
.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;
}
/* 我们的优势 */
.syt-ys{
  padding-bottom: 60px;
  background: url(../images/ys_bg.jpg) no-repeat;
  background-size: cover;
}
.syt-ys .title{
  color: #fff;
}
.syt-ys .title p{
  color: #eee;
}
.syt-ys ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syt-ys ul li{
  width: 31%;
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
  transition: all .25s ease;
}
.syt-ys ul li:hover{
  transform: translateY(-5px);
}
.syt-ys ul li img{
  display: inline-block;
  height: 60px;
}
.syt-ys ul li h3{
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
}
.syt-ys ul li p{
  font-size: 16px;
  color: #777;
  line-height: 28px;
}

/* 使用场景 */
.syt-cj .cj-nav{
  width: 740px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}
.syt-cj .cj-nav span{
  display: inline-block;
  width: 140px;
  line-height: 36px;
  background: #efefef;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}
.syt-cj .cj-nav .swiper-slide-thumb-active{
  background: #36ab9c;
  color: #fff;
}
.cj-content {
  margin-top: 30px;
}
.cj-content .swiper-wrapper{
  padding: 20px;
}
.cj-content .swiper-slide{
  position: relative;
  width: 860px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.cj-content .swiper-slide::after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.cj-content .swiper-slide-active::after{
  background: transparent;
}
.cj-content .fl{
  width: 51%;
  height: 373px;
  padding: 30px;
  background: #fff;
}
.cj-content .fr{
  width: 49%;
}
.cj-content h3{
  font-size: 26px;
  color: #333;
}
.cj-content p{
  margin-top: 15px;
  margin-bottom: 10px;
  color: #666;
  line-height: 26px;
}
.cj-content li{
  padding-left: 26px;
  line-height: 32px;
  background: url(../images/check.png) left no-repeat;
}
.cj-content a{
  display: inline-block;
  margin-top: 25px;
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #36ab9c;
  border-radius: 2px;
}
/* data */
.syt-data{
  position: relative;
  height: 460px;
  padding-top: 120px;
  padding-bottom: 160px;
  margin-top: 70px;
  margin-bottom: 70px;
  background: url(../images/data_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.syt-data .fl{
  width: 368px;
  padding-right: 20px;
  color: #fff;
}
.syt-data h3{
  font-size: 28px;
}
.syt-data p{
  margin-top: 25px;
  opacity: .9;
  line-height: 2;
}
.syt-data a{
  display: block;
  width: 120px;
  margin-top: 30px;
  line-height: 40px;
  background: #f67401;
  text-align: center;
  opacity: .9;
  color: #fff;
  border-radius: 2px;
}
.syt-data ul{
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 368px);
  height: 200px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.syt-data ul{
  z-index: 11;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  text-align: center;
}
.syt-data ul li div{
  font-size: 36px;
}
.syt-data ul li img{
  display: inline-block;
  margin-bottom: 20px;
}
.syt-data ul li strong{
  color: #333;
}
.syt-data ul li span{
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #999;
}
/* news */
.syt-news-tit{
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.syt-news-tit h2{
  display: inline-block;
  font-size: 34px;
}
.syt-news-tit span{
  display: inline-block;
   position: relative;
   margin-left:60px;
   font-size: 20px;
   line-height: 62px;
   cursor: pointer;
}
.syt-news-tit span.on{
  color: #36ab9c;
}
.syt-news-tit span.on::after{
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  width: 100%;
  border-top: 4px solid #06a783;
}
.syt-news-content .syt-news-box{
  display: none;
}
.syt-news-content .syt-news-box.active{
  display: block;
}
.syt-news-box .fl{
  width: 400px;
}
.syt-news-box .fr{
  width: calc(100% - 425px);
}
.syt-news-box li{
  margin-bottom: 25px;
  overflow: hidden;
}
.syt-news-box li img{
  float: left;
  width: 217px;
  height: 150px;
  margin-right: 20px;
}
.syt-news-box li h3{  
  font-size: 18px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .25s ease;
}
.syt-news-box li:hover h3{
  color: #36ab9c;
}
.syt-news-box li p{
  height: 84px;
  margin-top: 15px;
  font-size: 14px;
  color: #777;
  line-height: 1.8;
  overflow: hidden;
}
.syt-news-box li time{
  display: block;
  font-size: 14px;
  color: #999;
}

/*  */
.syt-register {
  margin-top: 80px;
  height: 308px;
  background: url(../images/rg_bg.png) center no-repeat;
  background-size: 100% 100%;
}
.syt-register .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.syt-register h2{
  font-size: 32px;
  color: #333;
}
.syt-register p {
  margin-top: 25px;
  font-size: 20px;
  margin-bottom: 40px;
  color: #666;
}
.syt-register a {
  display: block;
  width: 120px;
  line-height: 40px;
  background: #36ab9c;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
}

/* footer */
footer {
  padding-top: 10px;
  background: #333;
}
.foot-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.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;
  }

  /*  */
  .syt-banner {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .syt-banner .fl{
    width: 100%;
    text-align: center;
  }
  .syt-banner .fl h2 {
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .syt-banner .fl span{
    font-size: 16px;
  }
   .syt-banner .fl a{
    width: 110px;
    height: 36px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 36px;
    margin-right: 10px;
   }
   /*  */
   .syt-top-list{
    padding: 30px 0  10px 40px;
   }
   .syt-top-list ul{
    display: block;
   }
   .syt-top-list li{
    width: 100%;
    margin-bottom: 25px;
   }
  /*  */
  .title{
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .title h2{
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 22px;
  }
  .title h2::after{
    border-width: 3px;
  }
  .title p{
    font-size: 14px;
  }
  
  .syt-type{
    padding-bottom: 70px;
  }
  .syt-type-box h3{
    font-size: 20px;
  }
  .syt-type-box strong{
    font-size: 16px;
  }
  .syt-ys{
    background: #333;
  }
  .syt-ys ul li{
    width: 100%;
    padding: 0 30px;
    background: none;
    text-align: left;
  }
  .syt-ys ul li img{
    float: left;
    margin-right: 20px;
  }
   .syt-ys ul li h3{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
   }
   .syt-ys ul li p{
    font-size: 12px;
    line-height: 20px;
   }
  /*  */
  .syt-news-tit{
    margin-top: 40px;
    border-bottom: none;
  }
  .syt-news-tit h2{
    display: block;
    text-align: center;
    font-size: 22px;
  }
  .syt-news-tit .fr{
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .syt-news-tit span{
    margin: 0 20px;
    line-height: 40px;
    font-size: 16px;
  }
  .syt-news-tit span.on::after{
    border-width: 3px;
  }
  .syt-news-box .fr{
    width: 100%;
    margin-top: 40px;
  }
  .syt-news-box li img{
    display: none;
  }
 /*  */
 .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;
}
.syt-partner{
  padding-bottom: 60px;
}
.syt-partner .swiper-pagination span{
  background: #fff;
}
  /*  */
  .news-wrap .tit {
    font-size: 28px;
  }
  .news-box {
    width: 100%;
  }
  .news-box ul li a {
    font-size: 14px;
  }
  /*  */
  footer{
    margin-top: 60px;
  }
  .foot-top {
    display: block;
  }
}
