/*@font-face {*/
/*  font-family: DOUYU;*/
/*  src: url('../font/douyuFont-2.otf');*/
/*}*/
.tab-content .img-01 {
  max-width: 660px;
  max-height: 412px;
  padding: 0;
}

.homt-img {
  margin-left: 40px;
}

.box-02-sign {
  margin-bottom: 10px !important;
}

.jingdiancase .text-14 {
  width: 85%;
  margin: 0 auto;
}

.w85 {
  width: 85%;
  margin: 0 auto;
}

.home-new {
  background-image: url(../img/home/new-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 100px 0 50px;
  text-align: center;
  width: 100%;
  /*max-height: 1080px;*/
}

.news-list {
  width: 75%;
  margin: 90px auto;
  display: grid;
  grid-template-columns: repeat(3, 31.4%);
  gap: 40px;
}

.news-list .new-item {
  background: #FFF;
  cursor: pointer;
  position: relative;
}

.news-list .new-item .n-img {
  height: 240px;
  overflow: hidden;
}

.news-list .new-item .n-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-list .new-item .n-date {
  min-width: 140px;
  height: 40px;
  background: #2568EF;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
}

.news-list .new-item .n-cont {
  padding: 40px 30px 0;
  min-height: 240px;
  background: #FFF;
  border: 1px solid #E2E2E2;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.news-list .new-item .n-cont h4 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}

.news-list .new-item .n-cont p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 26px;
  min-height: 52px;
}

.new-item:hover .n-img>img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.new-item:hover .n-cont>h4 {
  color: #2568EF;
}

.news-list .new-item .n-cont .n-detial {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #2568EF;
  line-height: 24px;
  border-top: 1px solid #E2E2E2;
  padding: 16px 0;
  text-align: center;
}

.more-new {
  width: 134px;
  height: 44px;
  background: #FFF;
  border: 1px solid #2568EF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2568EF;
  margin: 0 auto 30px;
  cursor: pointer;
}

.more-new SVG {
  margin-left: 10px;
}

.more-new:hover {
  background: #2568EF;
  color: #fff;
}

.more-new:hover svg path {
  fill: #fff;
}

/*.viewImgs-carousel-item{*/
/*    width: 754px;*/
/*    height: 532px;*/
/*}*/
@media (min-width: 1620px) {

  .home-box-03,
  .home-box-05 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1920px) {

  .home-box-03,
  .home-box-05 {
    padding-left: 260px;
    padding-right: 260px;
  }
}

@media (max-width: 768px) {
  .tab-content .img-01 {
    max-width: auto;
  }

  .homt-img {
    margin-left: 0;
  }

  /* #home-box-03-tab .nav-link img{
    display:none;
  }
  #home-box-03-tab .nav-link{
    font-size: 14px;
  } */
  #home-box-03-tab {
    flex-direction: column;
  }
}

#cooperative-carousel .carousel-item {
  padding: 0;
}

#cooperative-carousel button {
  width: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#viewImgs-carousel .carousel-control-prev {
  left: 60px;
}

#viewImgs-carousel .carousel-control-next {
  right: 60px;
}

#cooperative-carousel .carousel-control-prev-icon,
#cooperative-carousel .carousel-control-next-icon {
  width: 30px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  font-weight: bolder;
  color: #2568ef;
  background-color: #c7d5f3;
  background-image: none;
}

.cooperative-carousel-item {
  width: 140px;
  height: 140px;
  background: #fff;
  margin: 10px 0;
}

.cooperative-carousel-item img {
  width: 100% !important;
  height: 100% !important;
  padding: 16px;
  border: 1px solid #f8f8f8;
  object-fit: contain;
}

.banner-txt {
  color: #fff;
  font-size: 66px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
  font-weight: bold;
  /*font-family: DOUYU!important;*/
}

#viewImgs-carousel .carousel-item {
  padding: 0;
}

#viewImgs-carousel button {
  width: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

#viewImgs-carousel .carousel-control-prev-icon,
#viewImgs-carousel .carousel-control-next-icon {
  width: 30px;
  height: 74px;
  line-height: 74px;
  font-size: 22px;
  font-weight: bolder;
  color: #2568ef;
  background-color: #c7d5f3;
  background-image: none;
}

.home-box-link {
  width: 70%;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}

.c-item {
  display: grid;
  /* grid-template-columns: repeat(8,150px); */
  grid-template-columns: repeat(auto-fill, 142px);
  grid-gap: 20px 20px;
  grid-template-rows: 140px;
}

.h_index-title {
  text-align: center;
  font-size: 32px;
  color: #333;
  font-weight: 700;
  margin-top: 58px;
}

.h_morecase .text-14 {
  text-align: center;
}

.h_morecase-cont {
  margin-top: 5px;
}

.case-item .tempWrap {
  width: 100% !important;
}

.case-box {
  width: 100%;
  height: 164px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

.case-box ul {
  width: 100%;
  height: 164px;
  left: 0;
  top: 10px;
  position: absolute;
  display: flex;
  align-items: center;
}

.case-box ul li {
  width: 236px;
  height: 133px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0px 0px 10px 0px rgba(49, 56, 73, 0.07);
  float: left;
  margin: -5px 36px 20px 0;
}

/*.h_morecase-cont .case-item:nth-child(2) ul li {*/
/*  margin: -5px 0 20px 36px;*/
/*}*/
.case-box ul li img {
  display: block;
  width: 236px;
  height: 133px;
}

.tab-pane-item-01 {
  margin-left: 60px;
}

@media (min-width: 1200px) {
  .homt-img {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .news-list {
    display: block;
    width: 90%;
    margin: 40px auto;
  }

  .news-list .new-item {
    margin-bottom: 16px;
  }

  .home-new {
    padding: 50px 0 30px;
  }
}

.home-box-04-left {
  position: relative;
}

.home-box-04-right {
  position: relative;
}

.home-box-04-left .leftPrve {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/home/left.png) no-repeat center #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  cursor: pointer;
  color: #999999;
  top: 50%;
  margin-left: -10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-box-04-right .rightPrve {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/home/right.png) no-repeat center #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  cursor: pointer;
  color: #999999;
  top: 50%;
  right: 10%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-box-04-left:hover .leftPrve {
  background: url(../img/home/left_on.png) no-repeat center #2568EF;
  border: 1px solid #2568EF;
  color: #fff;
}

.home-box-04-right:hover .rightPrve {
  background: url(../img/home/right_on.png) no-repeat center #2568EF;
  border: 1px solid #2568EF;
  color: #fff;
}