/* 首页样式 */
/* 头部 */
.header-section {
  background: rgba(255, 255, 255, 0.50);
}
/* .header-section .menu-box .menu-item>a{
  color: #fff;
}
.header-section.bg .menu-box .active{
  color: #fff;
}
.header-section .menu-box .menu-item.active>a{
  color: #fff !important;
}
.header-section:hover .menu-box .menu-item.active>a {
  color: #222 !important;
}
.header-section.bg .menu-box .menu-item.active>a {
  color: #222 !important;
}
.header-section .about-us-item>a::after{
      background: url(../images/index/icon-down-active.svg);
}
.header-section:hover .menu-box .menu-item>a{
  color: #222;
}
.index .header-section .menu-box .menu-item:hover {
  color: #222 !important;
}
.header-section.bg .menu-box .menu-item >a {
  color: #222;
}
.header-section.bg .about-us-item>a::after{
      background: url(../images/index/icon-down.png);
} */
/* 轮播图 */
.banner-section {
  width: 100%;
  height: 100vh;
  max-height: 1920px;
  aspect-ratio: 1920/1080;
  margin: auto;
  position: relative;
}
.banner-section .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-section .swiper .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-section .swiper .swiper-container a {
  display: block;
  height: 100%;
}
.banner-section .swiper .swiper-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1080;
  /* object-fit: cover; */
}
.banner-section .swiper .btns {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 9;
}
.banner-section .swiper .btns .btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.banner-section .swiper .btns .center {
  display: flex;
  align-items: center;
  margin: 0 40px;
  color: #fff;
}
.banner-section .swiper .btns .center .page {
  font-size: 40px;
  font-family: Square721 BT;
}
.banner-section .swiper .btns .center .total {
  font-size: 20px;
  font-family: Square721 BT;
}
.banner-section .swiper .btns .rightBtn img {
  transform: rotate(180deg);
}

/* 解决方案 */
.jjfa {
  /* height: 1080px; */
  background: #f6f8fb;
  padding-bottom: 40px;
}
.jjfa .card-content {
  position: relative;
  display: none;
}
.jjfa .card-content.active {
  display: flex;
}
.jjfa .card-content .card {
  position: relative;
  width: 396px;
  height: 600px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 4px solid #fff;
}
.jjfa .card-content .card:hover img{
  transform: scale(1.03);
}
.jjfa .swiper-container-jjfa {
  width: 1280px;
  overflow: hidden;
}
.jjfa .card-content .card .img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}
.jjfa .card-content .card:hover{
  box-shadow: 0px 4px 12px 0px rgba(22, 100, 255, 0.12);
  background: linear-gradient(91deg, #E1ECFF 0%, rgba(241, 246, 255, 0.00) 100%);
  border-bottom: 4px solid #004EC3;
}
.jjfa .card-content .card:hover .content .title{
  color: #004EC3;
}
.jjfa .card-content .card:hover .content .info {
  color: #004EC3;
}
.jjfa .card-content .card .content {
  padding: 40px 20px;
}
.jjfa .card-content .card .content .title {
  font-size: 18px;
  color: #222;
  line-height: 18px;
  font-weight: 550;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
}
.jjfa .card-content .card .content .info {
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}
.jjfa .card-content .card .btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 40px;
  right: 20px;
  display: flex;
  color: #004ec3;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.jjfa .card-content .card .btn img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.jjfa .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  z-index: 9;
}
.jjfa .swiper-btn.btn1 {
  left: -108px;
  background-image: url("/templates/website/images/index/btn-left.png");
}
.jjfa .swiper-btn.btn1.active {
  background-image: url("/templates/website/images/index/btn-right.png");
  transform: translateY(-50%) rotate(-180deg);
  cursor: pointer;
}
.jjfa .swiper-btn.btn2.active {
  background-image: url("/templates/website/images/index/btn-left.png");
  transform: translateY(-50%) rotate(-180deg);
}
.jjfa .swiper-btn.btn2 {
  right: -108px;
  background-image: url("/templates/website/images/index/btn-right.png");
  cursor: pointer;
}
@media (max-width: 1366px) {
  .jjfa .swiper-btn.btn1 {
    left: -72px;
  }
  .jjfa .swiper-btn.btn2 {
    right: -72px;
  }
}
@media (max-width: 1366px) {
  .jjfa .swiper-btn.btn1{
    left: -40px;
  }
  .jjfa .swiper-btn.btn2{
    right: -40px;
  }
}
/* 经典案例 */
.jdal {
  position: relative;
  /* height: 1080px; */
  background: #fff;
  padding-bottom: 40px;
  /* margin-bottom: 40px; */
}
.jdal .jdal-contnet {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 72px;
}
.jdal .jdal-contnet .left {
  position: relative;
  width: 400px;
  height: 600px;
  margin-right: 40px;
  z-index: 9;
  overflow: auto;
}
.jdal .jdal-contnet .left .right {
  display: none;
}
.jdal .jdal-contnet .left .li {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 400;
  color: #222222;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.jdal .right .content:hover img{
  transform: scale(1.03);
}
.jdal .jdal-contnet .left .li::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("/templates/website/images/index/arrow-right.svg");
}
.jdal .jdal-contnet .left .active,.jdal .jdal-contnet .left .li:hover {
  padding: 0 20px;
  color: #004ec3;
  font-size: 20px;
  font-style: normal;
  font-weight: 550;
  border: 1px solid rgba(22, 100, 255, 0.5);
  background: linear-gradient(91deg, #e1ecff 0%, #f1f6ff 100%);
  /* 卡片投影 */
  box-shadow: 0px 4px 12px 0px rgba(22, 100, 255, 0.12);
}
.jdal .jdal-contnet .left .active::after,.jdal .jdal-contnet .left .li:hover::after {
  content: "";
  display: none;
}
.jdal .jdal-contnet .left .active::before ,.jdal .jdal-contnet .left .li:hover::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("/templates/website/images/index/arrow-right-active.svg");
}
.jdal .right {
  position: relative;
  flex: 1;
}
.jdal .right .content {
  display: none;
  position: relative;
  z-index: 9;
    cursor: pointer;
    overflow: hidden;
}
.jdal .right .content.active {
  display: block;
}
.jdal .right .content img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
.jdal .right .content .bottom {
  width: 100%;
  height: 130px;
  padding: 15px 20px;
  background: rgba(224, 235, 240, 0.5);
  backdrop-filter: blur(6px);
}
.jdal .right .content .info {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  color: #666;
  font-weight: 400;
  line-height: 20px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}

.jdal .right .content .btn {
  position: absolute;
  right: -20px;
  bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 40px;
  color: #004ec3;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.jdal .right .content .btn img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

/* 关于我们 */
.about-us-section {
  width: 100%;
  padding-bottom: 40px;
  background: url("/templates/website/images/index/about-us-bg.png") no-repeat;
  background-size: 100% 100%;
}
.about-us-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.about-us-content .left {
  width: 600px;
}
.about-us-content .left .title {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 24px;
  font-weight: 550;
  color: #222;
  line-height: 24px;
}
.about-us-content .left .info {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-all;
}
.about-us-content .left .btn {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  color: #004ec3;
  cursor: pointer;
}
.about-us-content .left .btn img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.about-us-content .left .list {
  margin-top: 40px;
  border-top: 1px solid #cfcfcf;
}
.about-us-content .left .list .li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 50px 0 10px;
  border-bottom: 1px solid #cfcfcf;
  color: #222;
  font-size: 16px;
}
.about-us-content .left .list .li .en {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
.about-us-content .left .list .li .en::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  background: #999;
  border-radius: 50%;
}
.about-us-content .left .list .li .num {
  position: relative;
  color: #004ec3;
  font-family: Square721 BT;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}
.about-us-content .left .list .li:not(:nth-child(3)) .num::after {
  content: "+";
  position: absolute;
  color: #004ec3;
  font-size: 20px;
  margin-left: 5px;
}
.about-us-content .left .list .li:nth-child(3) .num::after {
  content: "年";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  color: #004ec3;
  font-size: 20px;
}
.about-us-content .right {
  flex: 1;
}
.about-us-content .right .chart {
  width: 100%;
  height: 100%;
}

/* 新闻中心 */
.news-section {
  background: #FCFDFF;
}
.news-section .news-content {
  display: none;
}
.news-section .news-content.active {
  display: flex;
}
.news-section .tabs {
  margin-bottom: 30px;
}
.news-section .news-content .left {
  position: relative;
  width: calc((100% - 460px));
  cursor: pointer;
  overflow: hidden;
}
.news-section .news-content .left:hover img {
  transform: scale(1.03);
}
.news-section .news-content .left .img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.news-section .news-content .left .info {
  width: 100%;
  height: 100px;
  padding: 20px;
  background: rgba(224, 235, 240, 0.5);
}
.news-section .news-content .left .info .row1 {
  font-size: 18px;
  font-weight: 550;
  color: #222;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-section .news-content .left .info .row2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* font-family: DIN Alternate; */

}
.news-section .news-content .left .info .row2 .img1 {
  cursor: pointer;
  width: 24.051px;
  height: 31.32px;
  color: #666;
}
.news-section .news-content .right {
  width: 440px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.news-section .news-content .right .li {
  position: relative;
  margin-left:20px;
  padding: 24px 0 20px 0;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}
.news-section .news-content .right .li .title {
  width: 100%;
  color: #222;
  margin-bottom: 16px;
  text-align: justify;
  font-size: 16px;
  font-weight: 550;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section .news-content .right .li .info {
  display: none;
}
.news-section .news-content .right .li.active .row,.news-section .news-content .right .li:hover .row{
  position: absolute;
  bottom: 20px;
}
.news-section .news-content .right .li .time {
  color: #848485;
  text-align: justify;
  /* font-family: DIN Alternate; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.news-section .news-content .right .li.active,.news-section .news-content .right .li:hover {
  height: 196px;
  padding: 20px;
  margin: 0;
  border: 1px solid;
  border-image: linear-gradient(134deg, rgba(22.000000588595867, 100.00000163912773, 255, 0.5), rgba(22.000000588595867, 100.00000163912773, 255, 0)) 1 1;
  background: linear-gradient(135deg, #E1ECFF 0%, rgba(241, 246, 255, 0) 100%);
  box-shadow: 0px 4px 12px 0px rgba(22, 100, 255, 0.12);
}
.news-section .news-content .right .li.active .info,.news-section .news-content .right .li:hover .info {
  width: 100%;
  flex:1;
  display: block;
  margin-bottom: 22px;
  color: #666;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.news-section .news-content .right .li.active .title, .news-section .news-content .right .li:hover .title {
       overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      /* height: 48px; */
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      word-break: break-all;
      padding-right: 0;
      white-space: normal;
      line-height: 24px;
      margin-bottom: 10px;
}
.news-section .news-content .right .li.active .row,.news-section .news-content .right .li:hover .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 合作伙伴 */
.hzhb-section{
    background-image: url("/templates/website/images/index/hzhb-bg.png");
      background-repeat: no-repeat;
      background-position: bottom;
}
.hzhb-section .hzhb-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
  padding-bottom: 130px;
}
.hzhb-section .hzhb-content a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-sizing: content-box; */
  width: 240px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url('/templates/website/images/index/hzhb-bg.svg') no-repeat;
  background-size: 100% 100%;
}
.hzhb-section .hzhb-content a:nth-child(5n){
  margin-right: 0;
}
.hzhb-section .hzhb-content img {
  width: auto;
}
.hzhb-section .hzhb-content a:hover img{
    transform: scale(1.03);
}
.hzhb-section .hzhb-content a:hover::after{
    content: '';
    position: absolute;
    display: block;
    width: 240px;
    height: 100px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(91deg, rgba(22, 100, 255, 0.12) 0%, rgba(241, 246, 255, 0.00) 100%);
}

/* 地图弹框 */
.custom-tooltip-box {
  position: relative;
  width: 403px;
  /* height: 107px; */
  padding: 20px 40px;
  padding-top: 30px;
  border: 1px solid rgba(22, 100, 255, 0.5);
  background: linear-gradient(91deg, #e1ecff 0%, #f1f6ff 100%);
}
.custom-tooltip-box::after{
  /* content: '';
  position: absolute;
  bottom: -53px;
  left: -40px;
  display: block;
  width: 166px;
  height: 53px;
  background: url('/templates/website/images/index/map-line.png'); */
}
.custom-tooltip-box .title {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 550;
  line-height: 16px;
}
.custom-tooltip-box img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.custom-tooltip-box .address {
  width: 100%;
  width: 403px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-left: 24px;
  white-space: wrap;
}

