ol,ul {
  list-style: none
}


.wrap-other-media {
  min-height: 185px;
  margin-bottom: 40px;
  /*overflow: hidden;*/
}
.wrap-other-media .media-badge {
  height: 35px;
  padding: 8px 15px;
  margin: 10px 5px;
  border-radius: 100px;
  background-color: #f5f5f5;
  font-size: 14px;
  word-break: keep-all;
  float: left;
}

.wrap-other-media .media-badge a {
  color: #17b5fe;
}

.footPart {
  min-height: 210px;
  padding-bottom: 5px;
  /*height: 210px;*/
  width: 100%;
  font-family: 微软雅黑;
  background: url(./img/footPart.png) center center / cover no-repeat;
}

.trends {
  min-height: 800px;
  background: url(./img/ggBg.png) center no-repeat;
  background-size: 100% 100%;
  padding-top: 79px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}




.site {
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 50px;

}

.site .img {
  width: 200px;
  height: 200px;
  border: solid 1px #eeeeee;
  float: left;
  position: relative;
}

.site .img img {
  max-width: 100%;
  max-height: 100%;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*margin-left: -51px;*/
  /*margin-top: -51px;*/
}

.site .details {
  width: calc(100% - 220px);
  float: left;
  margin-left: 20px;
}

.site .details h3 {
  font-size: 20px;
  line-height: 36px;
  color: #333;
}

.site .details .desc {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin-top: 10px;
}

.price {
  height: 100px;
  width: calc(100% - 220px);
  background-color: #fafafa;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

  .price .pricenum {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  padding: 15px 0px;
}

.price .pricenum::after {
  position: absolute;
  width: 1px;
  height: 80px;
  content: "";
  background: #e9e9e9;
  top: 10px;
  right: 0;
}

.price .pricenum:last-child:after {
  position: absolute;
  width: 1px;
  height: 80px;
  content: "";
  background: #fafafa;
  top: 10px;
  right: 0;
}

.price .pricenum span {
  font-size: 24px;
  line-height: 36px;
  color: #ff6868;
}

.price .pricenum p {
  font-size: 16px;
  line-height: 36px;
  color: #888888;
}

.classify {
  width: calc(100% - 220px);
  float: right;
  margin-top: 10px;
}

.classify ul {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #888888;
  overflow: hidden;
}

.classify ul li {
  float: left;
  width: 33.33%;

}

.classify ul li a {
  color: #17b5fe;
}

.classify .went {
  width: 150px;
  height: 35px;
  background-color: #17b5fe;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  margin-left:5px;
  float:left;
}

.classify .went a {
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  background-color: #17b5fe;
  display: block;
}


@media only screen and (max-width: 641px){
  .price {
      height: auto;
      width: 100% !important;
      margin-left: 0;
  }

  .price .pricenum span {
      font-size: 12px !important;
  }

  .price .pricenum::after {
      display: none;
  }

  .classify {
      width: 100% !important;
  }

  .classify ul li {
       float: none;
       width: 100%;
  }
}

/* qxy */

.pt5{padding-top:5px!important}
.pr5{padding-right:5px!important}
.pb5{padding-bottom:5px!important}
.pl5{padding-left:5px!important}

.mt20 {
  margin-top: 20px!important;
}
.ml100 {
  margin-left: 100px!important;
}

.pb40{padding-bottom:40px!important}

.pb10 {
  padding-bottom: 10px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.pl40 {
  padding-left: 40px!important;
}
.pr40 {
  padding-right: 40px!important;
}

.fs14 {
  font-size: 14px!important;
}
.fs16 {
  font-size: 16px!important;
}


.threec {
  color: #999;
}

.bold {
  font-weight: bold;
}
.onec {
  color: #333!important;
}


.ss-flex ol, .ss-flex ul {
  list-style: none;
}

.ss-flex img {
  max-width: none;
}


.ss-flex{
  display:-webkit-box;display: -webkit-flex;display: flex;
  align-items: center;
}
.ss-flex-aic{align-items: center}
.ss-flex-aie{align-items: flex-end}
.ss-flex-item-1{-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.ss-flex-item-2{-webkit-box-flex: 2;-webkit-flex: 2;flex: 2;}
.ss-justify-content-center{justify-content:center }
.ss-justify-content-between{justify-content:space-between }
.ss-justify-content-around{justify-content:space-around}
.ss-justify-content-end{justify-content:flex-end }
.ss-flex-direction-column {flex-direction: column  }
.ss-row-reverse{ flex-direction: row-reverse}

.ss-flex li a:hover p {
  color: #17b5fe;
}

.ss-flex ul li p {
  margin : 10px 0;
}

.ss-flex ul li p a {
  color: #999;
}

.ss-flex ul li p a:hover {
  color: #17b5fe;
}
.ss-big-banner-box {
  width: 900px;
  height: 600px;
}
.relative {
  position: relative;
}

.ss-scalebs-1{ animation:scalebs 3s infinite; }
.ss-scalebs-2{ animation:scalebs 2s infinite; }
.ss-scalebs-3{ animation:scalebs 3s infinite; }
.ss-scalebs-4{ animation:scalebs 3s infinite; }
.ss-scalebs-5{ animation:scalebs 3s infinite; }

.ss-cdimg01{left: 240px; top: 30px}
.ss-cdimg02{left: 580px; top: 40px}
.ss-cdimg03{left: 80px; top: 480px}
.ss-cdimg04{left: 400px; top: 500px}
.ss-cdimg05{left: 560px; top: 480px}

.absolute {
  position: absolute;
}

.circle_01{animation:rotateS 6s cubic-bezier(0.45, 0.05, 0.55, 0.95)  0.5s infinite; }
.circle_02{animation:rotateS 3s linear 0.5s infinite;}

@-webkit-keyframes rotateS{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}
@-moz-keyframes rotateS{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}
@-ms-keyframes rotateS{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(360deg)}}
@keyframes rotateS{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes scalebs{0%{transform: scale(1);  } 25%{ transform: scale(0.8); }50%{ transform: scale(1);  } 75%{transform: scale(0.8);}}
@keyframes scalebs-s{0%{transform: scale(1);  } 25%{ transform: scale(0.95); }50%{ transform: scale(1);  } 75%{transform: scale(0.95);}}

.z1{z-index: 1}
.z2{z-index: 2}
.z3{z-index: 3}
.z4{z-index: 4}

.ss-mbtn-01 {
  transition: all ease .2s;
  background: #17b5fe;
  border: 1px solid #17b5fe;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}
.ss-mbtn-02 {
  transition: all ease .2s;
  background: #fff;
  border: 1px solid #17b5fe;
  border-radius: 100px;
  color: #17b5fe;
  cursor: pointer;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/*kj*/


.footPart h2 {
  font-size: 26px;
  padding: 40px 0 30px 0;
  color: #ebf1fe;
  letter-spacing: 7px;
  font-weight: 400;
}

.btn_shen {
  padding: 10px 40px;
  border: 1px solid #fff;
  color: #ebf1fe;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  font-size: 20px;
  letter-spacing: 3px;
}

.center {
  text-align: center;
}



.trends-card {
  /*width: 50%;*/
  min-height: 104px;
  /*float: left;*/
  padding: 23px 10px;
  box-sizing: border-box;
}

.trends-card:hover {
  box-shadow: 0px 8px 29px 0px #F2F2F5;
  background: #FFF;
}

@media only screen and (max-width: 641px){
  .trends-card:nth-child(2n) {
      background: #FFF;
  }
}


.trends-card-btn {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background-color: #F6F9FF;
  border-radius: 28px;
  float: left;
  font-size: 14px;
  color: #17b5fe;
  cursor: pointer;
}
.trends-card:active .trends-card-btn {
  background-color: #96B5FF;
}

.trends-card-text-title {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.trends-card-text {
  width: 325px;
  float: left;
  text-align: left;
  margin: 0 23px 0 6px;
}

.trends-card-text-content {
  font-size: 14px;
  color: #9AA3B7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.trends-p1 {
  color: #34404b;
  font-size: 3rem;
  font-family: "Helvetica Neue", "PingFangSC-Light", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.trends-p2 {
  font-size: 16px;
  color: #666;
  margin: 21px 0 94px;
}

.trends-p2 a {
  color: #666;

}