body {
  background: #F3F5F7;
}

.homeBox {
  display: flex;
  border: 1px solid #000;
}

.homeBox .feedBox {
  width: 300px;
  border: 1px solid #f00;
}

.videoActivityList {
  display: flex;
}

.videoActivityList .item {
  width: 100px;
}

.videoActivityList .img {
  width: 100px;
}

.videoActivityList .title {}

.LatestTop .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.LatestTop {
  display: inline-block;
  width: 55%;
}

.LatestTop .imgBox {
  position: relative;
  width: 260px;
  height: 145px;
}

.LatestTop .body {
  position: relative;
  width: 400px;
  height: 145px;
  padding-left: 20px;
}

.LatestTop .item {
  display: flex;
}

.LatestTop .item3 {
  margin-top: 20px;
}

.LatestTop .meta {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  color: rgb(148, 150, 150);
}

.LatestTop .title {
  font-size: 20px;
  font-weight: bold;
}



.float {
  width: 768px;
  left: 0;
  top: 0;
  height: 100%;
  position: fixed;
  left: 0;
  top: 60px;
  /* margin-left: -384px; */
  background-color: rgba(32, 35, 38, 0.8);
  z-index: 9999999999;
  display: none;
}

.float>.f-navlist {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999;
  display: none;
}

.float>.f-navlist>ul {
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.float>.f-navlist>ul>li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.float>.f-navlist>ul>li+li {}

.float>.f-navlist>ul>li>a {
  color: #fff !important;
  display: block;
  font-size: 16px;
}

.float>.f-navlist>ul>li>a>i {
  color: #FFF;
  font-size: 14px;
}

.float>.f-navlist>ul>li:hover {
  background-color: #000;
}

.float>.f-navlist>ul>li:hover>a,
.float>.f-navlist>ul>li>a:hover,
.float>.f-navlist>ul>li:hover>a>i,
.float>.f-navlist>ul>li:hover>a:hover>i {
  color: #FFF !important;
}

.nav-btn {
  width: 24px;
  height: 16px;
  cursor: pointer;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 10px;

}

.nav-btn span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: flex;
  position: absolute;
  transition: .5s;
}

.nav-btn span:nth-child(1) {
  top: 0;
  left: 0;
}

.nav-btn span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.nav-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}

.nav-btn-active span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-btn-active span:nth-child(2) {
  opacity: 0;
}

.nav-btn-active span:nth-child(3) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.row {
  margin-bottom: 10px;
}

.row .main-body div {
  margin-top: 20px;
}

.s-col-3 {
  display: inline-block;
  width: 32.66%;
  float: left;
}

.s-col-3:nth-child(-n+2) {
  margin-right: 1%;
}

.loading {
  text-align: center;
  padding: 60px;
}

/*精彩评论 start*/
.comment-list {
  padding: 0 10px;
}

.comment-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.comment-list li:last-child {
  border-bottom: none;
}

.comment-list li .comment-header a:hover {
  color: #428bca;
}

.comment-list li .comment-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.comment-list li a {
  font-size: .9em;
}

.comment-list li .comment-body a {
  display: block;
  padding: 10px;
  background-color: #f5f5f5;
  color: #666;
  margin: 12px 0 8px 0;
  position: relative;
  border-radius: 2px;
  font-size: .9em;
}

.comment-list li .comment-body a:before {
  position: absolute;
  content: '';
  height: 0;
  top: -9px;
  left: 13px;
  border-width: 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent #f5f5f5 transparent;
}

.comment-list li .comment-body a:hover {
  background-color: #666;
  color: #fff;
}

.comment-list li .comment-body a:hover:before {
  border-bottom-color: #666;
}

.comment-list li .comment-footer a:hover {
  color: rgba(100, 100, 100, 0.8);
}

/*精彩评论 end*/

@media (max-width:800px) {

  .l-s,
  .r-s,
  .s-col-3 {
    width: 100%;
    float: none;
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .banner-list {
    margin-bottom: 0;
  }

  .big-right {
    width: 100% !important;

  }

  /* .main-latest-articles .sec-header{
        display: none;
    }*/
  .swiper-wrapper .banner-content h2 {
    font-size: .9em !important;
    margin: 0 0 0 0 !important;
  }
}

.banner-list {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  margin-bottom: 1%
}

.banner-list .banner-big {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.banner {
  display: block;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}

.big-right {
  width: 32.7%;
  float: right;
}

.big-right .banner {
  padding-bottom: 121.6513%;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.banner .mask,
.banner .hover-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hover-mask {
  background-color: #000;
  opacity: 0.7;
  display: none;
}

.banner .mask img {
  width: 100%;
  height: 100%;
}

.banner .banner-content,
.swiper-wrapper .banner-content {
  /* position: absolute; */
  /* bottom: 12%;*/
  /* bottom: 5%; */
  /*margin-right: 30%;*/
  /* padding: 0 10px 0 10px; */
  /*background-color: rgba(0,0,0,0.8);*/
}

.banner-type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  color: #fff;
  background: #FC363B;
}

.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba(0,0,0,0.5); */
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 30%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, .1) 30%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, .1) 45%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, .1) 30%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, .1) 30%);
}

.swiper-container .swiper-slide {
  position: relative;
}

/* .banner .banner-content h2,.swiper-wrapper .banner-content h2{
    font-size: .9em;
    font-weight: 600;
    color: #fff;
} */
/* .swiper-wrapper .banner-content h2{
    font-size: 1.3em;
    margin: 0 0 10px 10px;
} */
.swiper-container .icon-play {
  /*position: absolute;
    left: 20px;
    bottom: 70px;*/
  font-size: 40px;
  color: #fff;
  display: block;
  padding: 15px 8px;
}


.banner-big .banner .banner-content {
  /* background-color: rgba(255,51,51,0.6);*/
}

.s-col-3:nth-of-type(3n+1) .banner-content {
  /* background-color: rgba(0,178,89,0.6);*/
}

.s-col-3:nth-of-type(3n+2) .banner-content {
  /*background-color: rgba(0,128,255,0.6);*/
}

.s-col-3:nth-of-type(3n+3) .banner-content {
  /*background-color: rgba(255,176,1,0.6);*/
}

.banner-big .banner .banner-content h2 {
  /* font-size: 1.3em; */
}

/*.banner:hover .hover-mask{
    display: block;
}
.banner:hover .banner-content{
    top: 45%;
}*/
.swipe-products {
  margin-top: 10px;
  padding-bottom: 30px;
}

.card {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.card .img-wrapper {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #efefef;
}

.card .info {
  text-align: center;
  padding: 6px;
}

.card .info .title {
  font-size: 1em;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card .info .like-info {
  color: #1683FB;
  font-size: 1em;
}

.card .info .iconfont {
  margin-right: 6px;
  font-size: 1em;
  vertical-align: middle;
}

.main-latest-articles .tabhead {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #eee;
}

.main-latest-articles .tabhead:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.main-latest-articles .tabhead>div {
  width: 50%;
  float: left;
  background-color: #eee;
}

.main-latest-articles .tabhead .iconfont {
  color: #00ab6b;
  font-size: 23px;
  vertical-align: middle;
}

.main-latest-articles .tabhead div.active {
  background-color: #fff;
}

.icon-shoprecommend {
  color: #00ab6b;
  font-size: 23px;
}

.f-sec .new-recommend {
  color: #444;
}

@media (min-width:800px) {
  .main-latest-articles .tabhead {
    display: none;
  }
}

.hottag-list {
  padding: 10px 10px 0 10px;
}

.hottag-list a {
  display: inline-block;
  padding: 1px 8px;
  margin: 5px 3px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(116, 178, 247, 0.3);
  color: #666;
  font-size: 13px;
  border-radius: 3px;
}

.hottag-list a:hover {
  background-color: rgba(116, 178, 247, 1);
  color: #fff
}

/*磁贴板样式 start*/
.techhot-citie-containner {
  margin-bottom: 10px;
  width: 100%;
}

.techhot-citie-containner .techhot-header {
  border: 1px solid #f2f2f2;
  border-bottom: none;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.techhot-citie-containner .techhot-header img {
  width: 202px;
  height: 28px;
  vertical-align: middle;
}

.techhot-citie-containner .techhot-item {
  display: block;
  position: relative;
  float: left;
}

.techhot-citie-containner .techhot-item a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width:800px) {
  .techhot-citie-containner .techhot-item a:hover .pic-wrapper {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16);
  }
}

/*.techhot-citie-containner .techhot-item[data-index='0']{
    width: 100%;
    padding-bottom: 50%;
}
.techhot-citie-containner .techhot-item[data-index='0'] a{
    background: #00ab6b;
}*/

.techhot-citie-containner .techhot-item[data-index='0'] {
  width: 50%;
  padding-bottom: 50%;

}

.techhot-citie-containner .techhot-item[data-index='0'] a {
  background: #e91e63;
}

.techhot-citie-containner .techhot-item[data-index='1'] {
  width: 50%;
  padding-bottom: 50%;

}

.techhot-citie-containner .techhot-item[data-index='1'] a {
  background: #12ab56;
}

.techhot-citie-containner .techhot-item[data-index='2'] {
  width: 33.3%;
  padding-bottom: 33.3%;

}

.techhot-citie-containner .techhot-item[data-index='2'] a {
  background: #f50057;
}

.techhot-citie-containner .techhot-item[data-index='3'] {
  width: 33.3%;
  padding-bottom: 33.3%;

}

.techhot-citie-containner .techhot-item[data-index='3'] a {
  background: #9c27b0;
}

.techhot-citie-containner .techhot-item[data-index='4'] {
  width: 33.3%;
  padding-bottom: 33.3%;

}

.techhot-citie-containner .techhot-item[data-index='4'] a {
  background: #cae156;
}

/*.techhot-citie-containner .techhot-item[data-index='6']{
    width: 59.1%;
    padding-bottom: 40.9%;
}
.techhot-citie-containner .techhot-item[data-index='6'] a{
    background: #5677fc;
}
.techhot-citie-containner .techhot-item[data-index='7']{
    width: 40.9%;
    padding-bottom: 40.9%;
}
.techhot-citie-containner .techhot-item[data-index='7'] a{
    background: #8bc34a;
}*/
.techhot-citie-containner .zan-container {
  position: absolute;
  display: inline-block;
  left: 5%;
  bottom: 5%;
}

.techhot-citie-containner .zan-container span {
  color: #fff;
}

.techhot-citie-containner .icon-play {
  display: inline-block;
  position: absolute;
  /*left: 37%;
    top: 32%;*/
  font-size: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #eee;
}

.techhot-citie-containner .icon-play:hover {
  color: #ddd;
}

.techhot-citie-containner .more-techhots span {
  display: inline-block;
  width: 35px;
  height: 20px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

/*.techhot-citie-containner .swiper-container-citie .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}*/
.banner-container .r-s {
  width: 30.7%;
}

.techhot-citie-containner .item-body-word {
  padding: 20px;
  color: #fff;
  overflow: hidden;
}

@media (max-width:800px) {
  .mobile-citie-container {
    width: 100%;
  }

  .f-sec .sec-header {
    margin-bottom: 5px;
    padding-left: 6px;
  }
}

/*磁贴板样式 end*/
.banner-container {
  margin-bottom: 10px;
}

.swiper-pagination-bullet-active {
  background: #20CE65;
}

@media (min-width:800px) {
  .load-more-btn {
    margin: 0 auto;
  }
}

.checkIn-wrap {
  border: 1px solid #eee;
  margin: 20px 0 15px;
}

.checkIn-time {
  width: 40%;
  height: 100px;
  text-align: center;
}

.checkIn-time #day-show {
  color: #444;
  font-size: 20px;
  margin-top: 25px;
  display: inline-block;
}

.checkIn-action {
  width: 59%;
  height: 100px;
  line-height: 100px;
  position: relative;
}

.checkIn-action #checkIn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #00ab6b;
  text-align: center;
  font-size: 25px;
}

.shadow-container {
  display: none;
}

.shadow-container .shadow-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.shadow-container .checkIn-container {
  width: 600px;
  height: 400px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  z-index: 2000;
}

.checkIn-container .checkIn-header {
  height: 190px;
  line-height: 190px;
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  position: relative;
}

.checkIn-container .checkIn-header i {
  font-size: 30px;
  color: #F3DD13;
}

.checkIn-container .checkIn-header .icon-close {
  position: absolute;
  top: -78px;
  right: 10px;
}

.checkIn-container .checkIn-body p {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}

.checkIn-body .item-list li {
  float: left;
  width: 20%;
  text-align: center;
  margin: 8px 0;
}

.checkIn-body .item-list li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #999;
  margin: 0 auto;
  color: #999;
}

.checkIn-body .item-list li a i {
  font-size: 20px;
}

.checkIn-body .item-list li span {
  display: block;
}

/*选品助手start*/
.helper-container {
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}

.helper-container .helper-header {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.helper-container .helper-header i {
  vertical-align: sub;
  font-size: 25px;
}

.helper-container .helper-header span {
  font-size: 20px;
  color: #444;
}

.helper-container .helper-body {
  padding-bottom: 10px;
}

.helper-container .tag-list a {
  display: inline-block;
  background: #48C271;
  color: #fff;
  font-size: 14px;
  padding: 5px 11px;
  margin: 6px 10px;
}

.helper-container .tag-list a:hover {
  opacity: 0.8;
}

/*选品助手end*/

/*问答主题wrap*/
.theme-list {
  padding-top: 15px;
}

/*.theme-list li {
    display: inline-block;
    vertical-align: top;
}*/

.theme-list li .theme-container {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px #eee;
}

.theme-list li .theme-container:hover {
  box-shadow: 0 0 10px #ccc;
}

.theme-list li .theme-container .img-wrapper {
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #efefef;
  position: relative;
}

.theme-list li .theme-container .img-wrapper .title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
}

.theme-list li .theme-container .info {
  text-align: center;
  /*padding: 6px;*/
}

.theme-list li .theme-container .info .like-info {
  color: #00ab6b;
  font-size: 1em;
  display: block;
}

.theme-list li .theme-container .info .iconfont {
  margin-right: 6px;
  font-size: 1em;
  vertical-align: middle;
}


.load-more-block {
  margin-top: 5px;
}

.like-info {
  /*border-top: 1px solid #eee;*/
}

.like-info .f-l {
  width: 49%;
  text-align: center;
  border-right: 1px solid #eee;
  line-height: 45px;
}

.like-info .f-r {
  width: 49%;
  text-align: center;
  line-height: 45px;
}

.info .name {
  line-height: 45px;
}

@media(min-width:800px) {
  .theme-container>a {
    display: block;
    width: 34%;
    float: left;
  }

  .theme-container .title-container {
    width: 45%;
    height: 166px;
    overflow: hidden;
  }

  .theme-container .info {
    width: 20%;
  }

  .theme-container .info .like-info a {
    display: block;
    line-height: 50px;
    height: 50px;
    border: 1px solid #eee;
    width: 70%;
    margin-top: 20px;
    margin-left: 10px;
  }

  .title-container .title,
  .title-container .intro {
    padding: 13px 22px;
    line-height: 25px;
  }

  .title-container .intro:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 1.4em;
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, white 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 60%, white 90%);
  }

  .title-container .title a {
    font-size: 16px;
    font-weight: bold;
    color: #222;
  }

}

.theme-container .img-wrapper .label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;
  background: #ff5b00;
  color: #fff;
}

/*问答主题end*/

/*提问wrap*/
.question-list .question-wrap .question-container {
  border-top: 1px solid #ccc;

  margin: 15px 0;
  width: 100%;
}

.question-container .question-poster {
  padding-top: 10px;
}

.question-container .poster-container .label {
  padding: 2px 8px;
  background: #ff5b00;
  color: #fff;
  margin-right: 10px;
}

.question-container .poster-container img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: middle;
}

.question-container .poster-container span {
  margin-left: 5px;
}

.question-container .question-title {
  padding-left: 10px;
  padding-top: 5px;
}

.question-container .question-title a {
  color: #666;
  font-weight: bold;
}

.question-container .ans-poster,
.question-container .ans-content {
  line-height: 30px;
  padding-left: 10px;
}

.question-container .ans-content p {
  line-height: 24px !important;
  font-size: 16px !important;
}

.question-container .relative-status {
  line-height: 45px;
  padding: 0 3px;
}


/*提问end*/

/*product-list start*/

.product-list li {
  display: inline-block;
  /*float: left;*/
  vertical-align: top;
}

.product-list li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px #eee;
}

.product-list li a:hover {
  box-shadow: 0 0 10px #ccc;
}

.product-list li a .img-wrapper {
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #efefef;
}

.product-list li a .info {
  text-align: center;
  padding: 6px;
}

.product-list li a .info .title {
  font-size: 1em;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list li a .info .like-info {
  color: #00ab6b;
  font-size: 1em;
  display: block;
}

.product-list li a .info .iconfont {
  margin-right: 6px;
  font-size: 1em;
  vertical-align: middle;
}

.hotProduct-head .sec-header {
  border-bottom: none;
}

/*product-list end*/

.main-latest-articles {
  margin-top: 10px;
}

/* 联系我们弹窗 */
.contact-box {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1000000;
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.contact-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  width: 394px;
  height: 568px;
  border-radius: 4px;
  /* margin: 0 auto 0 auto; */
  transform: translate(-50%, -50%)
}

.contact-box .header {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box .header .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}

.contact-box .header .icon {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 18px;
  cursor: pointer;

}

.contact-box .body {
  padding: 22px 40px;
}

.contact-box .title-box {
  position: relative;
}

.contact-box .body .title {
  position: relative;
  z-index: 1000;
  font-weight: bold;
  margin-bottom: 18px;
}

.contact-box .title-box .line {
  content: " ";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #03AB6C;
  position: relative;
  top: -24px;
  /* opacity: .8; */
  z-index: 100;
}

.contact-box .info {
  padding-left: 84px;
  margin-bottom: 10px;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
}

.contact-box .body .icon {
  margin-right: 8px;
  margin-top: 2px;
  color: rgb(129, 213, 182)
}

.contact-box .value {
  color: rgba(0, 0, 0, 0.65);
}

.contact-box .view-detail {
  color: #28B781;
}

.contact-box .btn-ok {
  display: block;
  width: 140px;
  margin: 42px auto 0 auto;
  /* margin-top: 42px; */
  color: #fff;
  background: #03AB6C;
  border-radius: 4px;
}

.contact-box .qrcode {
  display: block;
  border: 1px solid #ccc;
  width: 80px;
  height: 80px;
  margin-top: 8px;
}

.shop-box {
  display: block;
  margin-bottom: 20px;
}

.contact-btn {
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #28B781;
  border-radius: 4px;
  cursor: pointer;
}

.contact-btn:hover {
  background-color: rgb(21, 156, 104);
}

.line-box {
  height: 6px;
  margin-bottom: 12px;
  background-color: #28B781;
}

.gridBox {
  margin-bottom: 25px;
}

.gridBox * {
  box-sizing: border-box;
}

.gridBox .gridRow {
  display: flex;
  flex-wrap: wrap;
}

.gridBox .gridItem {
  flex-shrink: 0;
  width: 24%;
  height: 163.83px;
  margin-right: 1.333%;
  margin-bottom: 1.333%;
  overflow: hidden;
}

.gridBox .gridItem:nth-child(4n) {
  margin-right: 0;
}

.gridBox .gridItem.right {
  margin-right: 0;
}

.gridBox .gridItem.big {
  width: 741px;
  height: 424px;
}

.gridBox .gridItem.big img {
  transition: all 0.5s;
}

.gridBox .gridItem.big:hover {
  opacity: 0.8;
}

.gridBox .gridLink {
  display: block;
  width: 100%;
  height: 100%;
}

.gridBox .gridImg {
  width: 100%;
  height: 100%;
}

.gridBox .videoItem {
  position: relative;
}

.gridBox .videoItem:hover {
  opacity: 0.8;
}

.gridBox .videoItem:hover .bg {
  transform: scale(1.16);
}

.gridBox .videoItem .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s;
}

.gridBox .videoItem .titleBox {
  position: absolute;
  bottom: 16px;
  left: 12px;
}

.gridBox .videoItem .link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gridBox .videoItem .content {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0px 0px 5px 5px;
  padding-top: 35px;
  padding-left: 12px;
  padding-right: 12px;
}

.gridBox .videoItem .title {
  width: 264px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.gridBox .videoItem .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  cursor: pointer;
}

.gridBox .videoItem .column:hover {
  background: #000 !important;
}

.gridBox .videoItem .time {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}

.gridBox .iconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gridBox .playIcon {
  font-size: 20px;
  color: #fff;
}

.gridBox .imgItem:hover img {
  opacity: 0.8;
}

.homeMain {
  width: 100%;
  display: flex;
}

.homeMain .homeLeft {
  flex: 1 0 auto;
  width: 0;
  margin-right: 0px;
}

.homeMain .homeRight {
  width: 333px;
  margin-left: 20px;
}

.sectionArticleList {
  display: flex;
  flex-wrap: wrap;
}

.sectionArticleList * {
  box-sizing: border-box;
}

.sectionArticleList .item {
  position: relative;
  width: 400px;
  height: 322px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f4f4f4;
  border-radius: 5px 5px 0px 0px;
}

.sectionArticleList .item:nth-child(2n) {
  margin-right: 0;
}

.sectionArticleList .item:hover {
  opacity: 0.8;
}

.sectionArticleList .item:hover .img {
  transform: scale(1.16);
}

.sectionArticleList .imgBox {
  width: 100%;
  height: 225px;
  overflow: hidden;
}

.sectionArticleList .img {
  height: 225px;
  background-size: cover;
  transition: all 0.5s;
}

.sectionArticleList .body {
  padding: 10px 15px;
}

.sectionArticleList .titleBox {
  height: 48px;
}

.sectionArticleList .title {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 20px;
}

.sectionArticleList .title:hover {
  color: #0A7FFF;
}

.sectionArticleList .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}

.sectionArticleList .column:hover {
  background-color: #000 !important;
}

.sectionArticleList .meta {
  display: flex;
  justify-content: space-between;
}

.sectionArticleList .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}

.sectionArticleList .userName:hover {
  color: #0A7FFF;
}

.sectionArticleList .comment {
  display: flex;
  align-items: center;
}

.sectionArticleList .comment:hover .commentText,
.sectionArticleList .comment:hover .commentIcon {
  color: #0A7FFF;
}

.sectionArticleList .commentText {
  font-size: 16px;
  font-weight: 400;
  color: #888;
  line-height: 1;
}

.sectionArticleList .commentIcon {
  font-size: 18px;
  margin-left: 10px;
  color: #888;
  line-height: 1;
}

.homeSwiper {
  height: 100%;
}

.coopBox {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(222deg, #3f424d 0%, #292b30 100%);
  cursor: pointer;
}

.coopBox * {
  box-sizing: border-box;
}

.coopBox:hover {
  opacity: 0.8;
}

.coopBox .tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 34px;
  background: #01ba7e;
  border-radius: 5px 0px 50px 0px;
  padding-top: 5px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}

.coopBox .qrText {
  position: absolute;
  top: 5px;
  right: 63px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}

.coopBox .list {
  padding: 46px 36px 0 36px;
  display: flex;
  justify-content: space-between;
}

.coopBox .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coopBox .list .qrcode {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.coopBox .list .qrcode:hover {
  transform: scale(2);
}

.coopBox .list .name {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.coopBox .list .code {
  display: none;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}

.latestArticleList {
  box-sizing: border-box;
}

.latestArticleList .item {
  position: relative;
  padding: 20px 0;
}

.latestArticleList .item:hover .shadow {
  display: block;
}

.latestArticleList .item:hover .title {
  color: #0A7FFF;
}

.latestArticleList .shadow {
  display: none;
  position: absolute;
  left: -16px;
  right: -16px;
  top: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
}

.latestArticleList .link {
  position: relative;
  z-index: 2;
  display: flex;
}

.latestArticleList .imgBox {
  position: relative;
  width: 256px;
  height: 153.6px;
}

.latestArticleList .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.latestArticleList .body {
  flex-grow: 1;
  position: relative;
  width: 74%;
  margin-right: 1%;
}

.latestArticleList .title {
  /* width: 547px; */
  font-size: 26px;
  font-weight: 600;
  color: #2E2E2E;
  line-height: 33px;
}

.latestArticleList .desc {
  font-size: 18px;
  color: #535353;
  line-height: 36px;
  margin-top: 4px;
}

.latestArticleList .column {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 25px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
  border-radius: 9px 0px 13px 0px;
}

.latestArticleList .column:hover {
  background-color: #000 !important;
}

.latestArticleList .meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  padding-right: 16px;
  left: 0;
  bottom: 0;
  padding-bottom: 4px;
}

.latestArticleList .user {
  display: flex;
  align-items: center;
  color: #888;
  font-size: 16px;
  line-height: 22px;
}

.latestArticleList .comment {
  padding-right: 16px;
}

.latestArticleList .comment:hover {
  color: #0A7FFF !important;
}

.latestArticleList .commentText {
  color: #aaa;
  font-size: 14px;
}

.latestArticleList .commentIcon {
  color: #aaa;
  margin-left: 8px;
  font-size: 14px;
}

.latestArticleList .userName:hover {
  color: #0A7FFF !important;
}

.latestArticleList .comment {
  display: flex;
  align-items: center;
}

.recommendBox {
  position: relative;
  width: 1200px;
  margin-top: 20px;
  box-sizing: border-box;
  border-top: 1px solid #D8D8D8;
}

.recommendBox * {
  box-sizing: border-box;
}

.recommendBox .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.recommendBox .goodTitle {
  display: flex;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 20px;
  border-top: 4px solid var(--color-primary);
}

.recommendBox .goodTitle span {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
}

.recommendBox .goodTitle .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 12px;
  margin-right: 12px;
  background: #000;
  border-radius: 4px;
}

.recommendBox .goodTitle .recommendIcon {
  margin-right: 8px;
}

.recommendBox.theme-dark {
  background: #000;
  padding: 0 16px;
}

.recommendBox.theme-dark .goodTitle {
  color: #fff;
}

.recommendBox .leftMore {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1000;
  background: #fff;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  width: 129px;
  height: 237px;
  background: linear-gradient(90deg, #F3F5F7 0%, rgba(243, 245, 247, 0) 100%);
}

.recommendBox .rightMore {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 1000;
  width: 129px;
  height: 237px;
  background: linear-gradient(90deg, rgba(243, 245, 247, 0) 0%, #F3F5F7 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 8px;
}

.recommendBox .leftIcon,
.recommendBox .rightIcon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.recommendBox .leftIcon:hover,
.recommendBox .rightIcon:hover {
  color: #fff;
  background: var(--color-primary);
}

.recommendBox .moreSm {
  flex-shrink: 0;
  width: 400px;
  height: 230px;
  display: flex;
  align-items: center;
  padding-left: 32px;
}

.recommendBox .moreSm .moreSmBtn {
  width: 96px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-primary);
  background-color: #f7f7f7;
}

.recommendBox .moreSm .moreSmBtn:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.sectionArticleListSm {
  width: 1200px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.sectionArticleListSm * {
  box-sizing: border-box;
}

.sectionArticleListSm .item {
  position: relative;
  width: 288.33px;
  flex-shrink: 0;
  margin-right: 16px;
}

.sectionArticleListSm .item:hover {
  opacity: 0.8;
}

.sectionArticleListSm .item:hover .img {
  transform: scale(1.16);
}

.sectionArticleListSm .imgBox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.sectionArticleListSm .img {
  height: 173px;
  transition: all 0.5s;
  background-size: cover;
}

.sectionArticleListSm .titleBox {
  height: 50px;
}

.sectionArticleListSm .title {
  width: 288px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}

.sectionArticleListSm .column {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  background: #01ba7e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 17px;
}

.sectionArticleListSm .column:hover {
  background-color: #000 !important;
}

.sectionArticleListSm .meta {
  display: flex;
  justify-content: space-between;
}

.sectionArticleListSm .userName {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 17px;
}

.sectionArticleListSm .userName:hover {
  color: #0A7FFF;
}

.sectionArticleListSm .comment {
  display: flex;
  align-items: center;
}

.sectionArticleListSm .comment:hover .commentText,
.sectionArticleListSm .comment:hover .commentIcon {
  color: #0A7FFF;
}

.sectionArticleListSm .commentText {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}

.sectionArticleListSm .commentIcon {
  font-size: 16px;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}

.richMore {
  margin-top: 40px !important;
}

.main-container {
  width: 100%;
}

.homeQrcodes {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.homeQrcodes * {
  box-sizing: border-box;
}

.homeQrcodes .item {
  position: relative;
  width: 50%;
  padding: 16px;
  border-right: 1px solid rgba(216, 216, 216, 0.3);
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeQrcodes .item:nth-child(2n) {
  border-right: none;
}

.homeQrcodes .item:hover .itemMask {
  display: flex;
}

.homeQrcodes .logoBox {
  width: 44px;
  height: 44px;
  background: #EEEEEE;
  border-radius: 50%;
  margin-bottom: 12px;
  overflow: hidden;
}

.homeQrcodes .logo {
  width: 44px;
  height: 44px;
}

.homeQrcodes .desc {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.homeQrcodes .itemMask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.homeQrcodes .qrcode {
  width: 116px;
  height: 116px;
}

.mobile-container {
  padding: 0 12px;
}

.mobile-banners {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  box-sizing: border-box;
}

.mobile-banners * {
  box-sizing: border-box;
}

.mobile-banners .item {
  flex: 1 0 auto;
  width: 0;
  height: 96px;
  min-width: 40%;
}

.mobile-banners .link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-banners .bg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.mobile-banners .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px;
  font-size: 10px;
  color: #fff;
}

.mobile-banners .fillImg {
  width: 100%;
  height: 100%;
}

.mobile-banners .iconBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.mobile-banners .playIcon {
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.mobile-section {
  border-top: 1px solid #D8D8D8;
  margin-top: 21px;
}

.mobile-section .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile-section .header .title {
  padding-top: 11px;
  border-top: 4px solid var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
}

.mobile-home-menu-box {
  height: 87px;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.mobile-home-menu-box * {
  box-sizing: border-box;
}

.mobile-home-menu-box .list {
  display: flex;
  justify-content: space-between;
}

.mobile-home-menu-box .item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mobile-home-menu-box .menuIcon {
  width: 23px;
  height: 23px;
  margin-bottom: 6px;
}

.mobile-home-menu-box .label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}

.videoBox {
  display: flex;
  flex-wrap: wrap;
}

.videoBox .homeLeft {
  width: 55%;
}

.videoBox .homeRight {
  width: 44%;
  margin-left: 0;
  margin-right: 1%;
}

.videoBox .latestArticleList .body {
  margin-right: 0;
  margin-left: 1%;
}

.videoBox .latestArticleList .item {
  padding: 0 0 20px 0;
}

.videoBox .latestArticleList .imgBox {
  height: 148px;
}

.videoitem {
  width: 100%;

}

.videoitem .imgBox {
  width: 100%;
  height: 316px;
}

.videoitem .imgBox img {
  width: 100%;
  height: 100%;
}

.videoitem .itbox {
  padding: 20px 20px 26px;
  background-color: #ffffff;
}

.videoitem .itbox h3 {
  font-size: 26px;
  color: #2E2E2E;
  line-height: 42px;
  margin-bottom: 14px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}

.ui-footer .link {
  width: 252px;
  height: auto;
  position: relative;
  z-index: 1190;
}

.ui-footer .link>h3 {
  width: 100%;
  height: 52px;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #DDD;
  padding: 10px 0 10px 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #9E9E9E;
  position: relative;
}

.ui-footer .link>h3>span {
  display: inline-block;
  height: 32px;
  width: 42px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  /*border-left:1px solid #DDD;*/
}

.ui-footer .link>h3::after {
  content: ' ';
  width: 1px;
  height: 32px;
  background-color: #DDD;
  position: absolute;
  left: 208px;
  top: 50%;
  margin-top: -16px;
}

.ui-footer .link>h3>span>i {
  font-size: 14px;
}

.ui-footer .link:hover>h3>span {
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
}

.ui-footer .link>.linkList {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 4px 4px 0 0;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  z-index: 1200;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}

.ui-footer .link>.linkList>ul>li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  font-size: 14px;
}

.ui-footer .link:hover>.linkList {
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
  -webkit-animation: fadeInUp 0.5s ease-in-out;
  z-index: 510;
}


.leader-list4 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  margin-top: 2%;
}

/*荣誉资质*/
.swiper8 .swiper-pagination {
  right: 0;
  display: inline-block;
  padding-top: 2%;
  padding-bottom: 0;
  bottom: 0;
  left: auto;
  text-align: center;
  padding-right: 10px;
  box-sizing: border-box;
  display: none;
}

.swiper6 .swiper-pagination-bullet {
  swiper8: 1;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #d0d0d0;
  color: #999;
}

.swiper8 .swiper-pagination-bullet-active {
  background-color: #1b96d5;
  color: #333;
}

.swiper8 .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.swiper8 .swiper-slide>a {
  width: 100%;
  color: #333 !important;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  padding-bottom: 2px;
  /* padding: 10px; */
}

/**/
.swiper8 .swiper-slide>a>p {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  box-sizing: border-box;
}

.swiper8 .swiper-slide>a>div {
  width: 100%;
  margin: 12px auto;
  padding: 0px 12px;
  background-color: #ffffff;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.swiper8 .swiper-slide>a>p>img {
  width: 100%;
  height: 176px;
  object-fit: fill;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.swiper8 .swiper-slide:hover>a>p>img {
  transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
}

.swiper8 .swiper-slide>a>h3 {
  width: 100%;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  font-weight: normal;
  color: #333 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.leader-list4 .swiper-button-next,
.leader-list4 .swiper-button-prev {
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  height: 60px;
  width: 60px;
  text-align: center;
  background-image: url(none);
  cursor: pointer;
  margin-top: 0;
  top: auto;
  top: 50%;
  margin-top: -30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
  background-color: #FFF;
}

.leader-list4 .swiper-button-next {
  right: 0;
  background-image: url(../images/goRight5.png);
}

.leader-list4 .swiper-button-prev {
  left: 0;
  background-image: url(../images/goLeft5.png);
}


.leader-list5 {
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin-top: 2%;
}

.swiper7 .swiper-pagination {
  right: 0;
  display: inline-block;
  padding-top: 2%;
  padding-bottom: 0;
  bottom: 0;
  left: auto;
  text-align: center;
  padding-right: 10px;
  box-sizing: border-box;
  display: none;
}

.swiper7 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #d0d0d0;
  color: #999;
}

.swiper7 .swiper-pagination-bullet-active {
  background-color: #1b96d5;
  color: #333;
}

/*.swiper7 .swiper-slide{ position:relative;background-color: rgba(255,255,255,0.01); border-radius: 6px;}*/
.swiper7 .swiper-slide {
  position: relative;
  box-sizing: border-box;
}

.swiper7 .swiper-slide>a {
  width: 100%;
  color: #333 !important;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 5px;
}

.swiper7 .swiper-slide>a>p {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  box-sizing: border-box;
  /* padding: 10px; */
}

.swiper7 .swiper-slide>a>div {
  width: 100%;
  margin: 12px auto;
  padding: 0px 12px;
  background-color: #ffffff;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.swiper7 .swiper-slide>a>p>img {
  width: 100%;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.swiper7 .swiper-slide:hover>a>p>img {
  transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
}

.swiper7 .swiper-slide>a>h3 {
  width: 100%;
  font-size: 14px;
  line-height: 3;
  text-align: center;
  font-weight: normal;
  color: #333 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.leader-list5 .swiper-button-next,
.leader-list5 .swiper-button-prev {
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  height: 42px;
  width: 42px;
  text-align: center;
  background-image: url(none);
  cursor: pointer;
  margin-top: 0;
  top: auto;
  top: 50%;
  margin-top: -21px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60% 60%;
}

.leader-list5 .swiper-button-next {
  right: 0px;
  background-image: url(../images/goright5.png);
}

.leader-list5 .swiper-button-prev {
  left: 0px;
  background-image: url(../images/goleft5.png);
}

.boxz {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.listbanner {
  margin-top: 100px;
}

.listMain {
  margin-top: 30px;
}

.titleCont {
  width: 100%;
  text-align: center;
}

.titleCont div {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fontCont{
  line-height: 40px;
  height: 40px;
  width: 100%;
  border-top: #0A7FFF solid 1px;
}
.fontCont .fdate{
  float: right;
}

.imgCont{
  padding-top: 20px;
}
.imgCont img{
  width: 100%;
}
.contentCont img {
  width: 60%;
  display: block;
  margin: 10px auto !important;
}

.contentCont,
.contentCont div,
.contentCont p {
  font-size: 18px;
  color: #000000;
  line-height: 39px;
  text-indent: 2em;
}

.lyCont {
  width: 100%;
  padding: 3% 2%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FBFBFB;
}

.lyCont p {
  color: #6D6D6D;
  font-size: 16px;
}

.videoTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.videoTop .videoTopLeft {
  width: 69.666%;
  height: 416px;
  position: relative;
  overflow: hidden;
}

.videoImg {
  width: 100%;
  height: 100%;
}

.videoTitle {
  width: 96%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2%;
  background: rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoImg img {
  width: 100%;
  height: 100%;
}

.videoTop .videoTopRight {
  width: 29.166%;
  height: 416px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.icon_video {
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 1;
  left: 50%;
  margin-left: -21px;
  top: 50%;
  margin-top: -21px;
}

.videoItem {
  width: 100%;
  height: 200px;
  position: relative;
}

.videoBottom {
  margin-top: 3%;
}

.videoBottomBox {
  /* margin-top: 2%; */
}

.videoBottomBox ul {
  display: flex;
  flex-wrap: wrap;

}

.videoBottomBox ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #F6F6F6;
}

.videoBottomBox ul li:nth-child(3n) {
  margin-right: 0;
}

.tjimgbox {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}

.tjimgbox img:hover {
  transform: scale(1.16);
}

.tjimgbox img:first-child {
  width: 100%;
  height: 100%;
  transition: all 0.5s;

  background-size: cover;
}

.tjwzbox {
  padding: 3% 4%;
}

.tjwzbox div {
  color: #000000;
  font-size: 18px;
}

.tjwzbox p {

  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

.tjwzbox span {
  color: #575757;
  font-size: 14px;
  margin-top: 3%;
  display: block;
}

.videoCont {
  width: 100%;
}

.videoCont video {
  width: 100%;
  max-height: 570px;
}

.videoCont .title {
  font-size: 30px;
  margin-top: 2%;
}

.videoCont span {
  display: block;
  margin-top: 2%;
  margin-bottom: 6%;
  color: #6D6D6D;
  font-size: 18px;
}

.pages {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

.pages>.pageBtn,
.pages>.pageText {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  margin: 0 5px 10px 5px;
}

.pages>ul>li {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
  margin: 0 5px 10px 5px;
}

.pages>.pageBtn {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}

.pages>ul>li:hover,
.pages>ul>li.active {
  border: 1px solid #0A7FFF;
  background-color: #0A7FFF;
  color: #FFF !important;
}

.pages>ul>li:hover a,
.pages>ul>li.active a {
  color: #FFF !important;
}

.pages>ul>li>form a {
  width: 120px;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.pages>ul>li>form a input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
}

.pages>.pageInput {
  width: 72px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  display: flex;
  padding: 5px 10px;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  border-radius: 4px;
  overflow: hidden;
}

.pages>.pageInput input {
  width: 100%;
  height: 20px;
  line-height: 20px;
  border: 0;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.pages>.pageSubmit {
  width: 60px;
  height: 32px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 5px 10px 5px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.pages>.pageSubmit>input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 0;
}

/****/
.listRightz {
  background-color: #FBFBFB;
}

.listRightz .ui-section.card {
  background-color: #FBFBFB;
}

.searchTitle {
  font-size: 20px;
  padding-top: 3%;
}

.searchTitle span {
  color: #0A7FFF;
  font-size: 24px;
  font-weight: bold;
}

.listbannerbox {
  width: 100%;
  height: 35vh;
}

.listbannerbox .homeContainer {
  padding-top: 13vh;
}

.listbannerbox .homeContainer div {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
}

.listbannerbox .homeContainer p {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: bold;
  margin-top: 1%;
}
.qyjs .qyjs_top .qyjs_top_left {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  padding: 22px 0;
}