/* 主体 */
/* banner============================================================================================== */
#container .banner #bannerScoller,
#container .banner #bannerScoller .carousel-inner,
#container .banner #bannerScoller .carousel-inner .carousel-item {
  width: 100%;
  height: 100vh;
}
#container .banner #bannerScoller .carousel-inner .carousel-item img {
  width: 100%;
  position: relative;
  top: -60px;
  animation: scaleImg 5s 1 linear;
}
@keyframes scaleImg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#container .banner #bannerScoller .carousel-indicators {
  margin-bottom: 60px;
}
#container .banner #bannerScoller .carousel-indicators .line {
  width: 40px;
  height: 13px;
  border-bottom: 2px dotted #fff;
}
#container .banner #bannerScoller .carousel-indicators button {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin: 0;
  opacity: 1 !important;
}
#container .banner #bannerScoller .carousel-indicators button span {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
#container .banner #bannerScoller .carousel-indicators button.active {
  border: 1px solid #60c0f3;
}

#container .banner #bannerScoller .carousel-indicators button.active span {
  background: #60c0f3;
}
/* 产品介绍======================================================================================================================================================== */
#container .product-introduce {
  width: 100%;
  background: url(../img/index/pbg.png) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 127px;
}
#container .product-introduce .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
#container .product-introduce .container .tips {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-bottom: 60px;
}
#container .product-introduce .container .product-introduce-content {
  width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list {
  width: 372px;
  height: 566px;
  box-sizing: border-box;
  background: url(../img/index/plistbg.png) no-repeat center center;
  padding: 36px;
  background-size: 129%;
  border-radius: 4px 0 0 4px;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list
  li {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
  position: relative;
  cursor: pointer;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list
  li.active,
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list
  li:hover {
  color: #fff;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list
  li.active::after {
  content: "";
  width: 58px;
  height: 8px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-list
  .line {
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-show {
  width: 768px;
  height: 566px;
  box-sizing: border-box;
  position: relative;
  padding: 54px 0;
  background: #fff;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 0 4px 4px 0;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-show
  .scale {
  position: absolute;
  /* width: 34px;
  height: 34px; */
  top: -24px;
  right: -23px;
  cursor: pointer;
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-show
  .scale:hover {
  transform: scale(1.1);
}
#container
  .product-introduce
  .container
  .product-introduce-content
  .product-introduce-show
  .show-details {
  width: 100%;
  height: 459px;
}

/* 产品场景======================================================================================================================================================== */
#container .product-scene {
  width: 100%;
  background: url(../img/index/sbg.svg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .product-scene .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#container .product-scene .container .tips {
  text-align: center;
  font-size: 20px;
  width: 668px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 89px;
}
#container .product-scene .container .product-scene-content {
  width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel {
  margin-bottom: 30px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items {
  width: 165px;
  height: 300px;
  background: #fff;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 89px;
  transition: all 0.5s;
  cursor: pointer;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items
  img {
  width: 39px;
  height: 47px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items
  .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items
  .functions {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  height: 0px;
  transition: all 0.5s;
  overflow: hidden;
}

#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items.active,
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items:hover {
  padding-top: 40px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items.active
  .title,
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items:hover
  .title {
  color: #0d57c8;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items.active
  .functions,
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-pannel
  .items:hover
  .functions {
  height: inherit;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  .one {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
  padding: 20px 50px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  .one
  .first {
  margin-bottom: 20px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  .two {
  background: #fff;
  box-shadow: 0px 11px 5px 0px rgba(211, 218, 228, 0.26);
  padding: 20px 50px;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  .cret {
  display: block;
  width: 2px;
  height: 18px;
  background: #6b6b6b;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
#container
  .product-scene
  .container
  .product-scene-content
  .product-scene-functions
  span:hover {
  color: #0060eb;
  cursor: pointer;
}
/* 产品架构======================================================================================================================================================== */
#container .product-architecture {
  width: 100%;
  background: url(../img/index/abg.svg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
  box-sizing: border-box;
}
#container .product-architecture .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#container .product-architecture .container .tips {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 89px;
  opacity: 0.8;
}

/* 产品技术======================================================================================================================================================== */

#container .product-tech {
  width: 100%;
  background: url(../img/index/tbg.svg) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .product-tech .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
#container .product-tech .container .tips {
  text-align: center;
  font-size: 20px;
  width: 668px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 89px;
  opacity: 0.8;
}
#container .product-tech .container .product-tech-content {
  width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
}
#container .product-tech .container .product-tech-content .product-tech-items {
  width: 470px;
  height: 154px;
  padding: 0 43px;
  margin-bottom: 30px;
  cursor: pointer;

  background: url(../img/index/unselected.svg) no-repeat center center;
  transition: top 0.5s;
  position: relative;
  top: 0;
  /* background: rgba(255, 255, 255, 0.17);
  border: 1px solid #fff;
  border-image: linear-gradient(
      136deg,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 1)
    )
    1 1;
  border-radius: 4px; */
}
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items
  img {
  margin-right: 43px;
}
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items
  .info-box
  .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items
  .info-box
  .details {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items.active,
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items:hover {
  background: url(../img/index/selected.png) no-repeat center center;
  background-size: 104%;
  background-position: 0px 0px;
  top: -5px;
}

#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items.active
  .title,
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items:hover
  .title,
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items.active
  .details,
#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items:hover
  .details {
  color: #333;
}

/* 最新动态======================================================================================================================================================== */

#container .news-recently {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#container .news-recently .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
#container .news-recently .container .tips {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  margin-bottom: 71px;
}
#container .news-recently .news-recently-content {
  width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
#container .news-recently .news-recently-content .scroll-show-list {
  position: relative;
  left: 0;
  transition: all 0.2s;
}
#container .news-recently .news-recently-content .scroll-show-item {
  width: 360px;
  height: 408px;
  /* background: #f2f4f7; */
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#container .news-recently .news-recently-content .scroll-show-item img {
  width: 100%;
  height: 288px;
  background: #60c0f3;
  border-radius: 8px 8px 0px 0px;
}
#container .news-recently .news-recently-content .scroll-show-item .text-info {
  width: 100%;
  background: #f2f4f7;
  box-sizing: border-box;
  padding: 20px;
  height: 120px;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item:hover
  .text-info {
  height: 200px;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .text-info
  .title {
  font-size: 19px;
  color: #333;
  width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .text-info
  .details {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#container .news-recently .news-recently-content .scroll-show-item .options {
  padding-top: 50px;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .options
  button {
  width: 85px;
  height: 27px;
  text-align: center;
  border: 1px solid #0060eb;
  color: #0060eb;
  line-height: 20px;
  font-size: 12px;
  border-radius: 16px;
  background: transparent;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .options
  button:hover {
  background: #0060eb;
  color: #fff;
}
#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .options
  span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#container .news-recently .news-recently-content .direct-box {
  width: 154px;
  margin: 50px auto 0;
}
#container .news-recently .news-recently-content .direct-box img {
  cursor: pointer;
  width: 13px;
  height: 21px;
}
#container .news-recently .news-recently-content .direct-box .disabled img {
  opacity: 0.3;
}
#container .news-recently .news-recently-content .direct-box .left {
  width: 55px;
  height: 55px;
  background: #f2f4f7;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  transform: rotate(180deg);
}
#container .news-recently .news-recently-content .direct-box .right {
  width: 55px;
  height: 55px;
  background: #f2f4f7;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
}
/* 合作方======================================================================================================================================================== */

#container .product-compane {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 117px;
  background: #f2f4f7;
  position: relative;
}
#container .product-compane .container {
  width: 100%;
  overflow: hidden;
}
#container .product-compane .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
#container .product-compane .container .tips {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 71px;
}
#container .product-compane .container .tips .num {
  font-size: 48px;
  font-weight: bold;
  color: #0d57c8;
  margin-left: 10px;
  margin-right: 5px;
}
#container .product-compane .container .tips .num.unitsNum {
  width: 137px;
}
#container .product-compane .container .tips .num.tixiNum {
  width: 60px;
}
#container .product-compane .container .tips .num span {
  vertical-align: text-top;
  font-size: 24px;
  font-weight: bold;
  margin-left: 3px;
}
#container .product-compane .container .tips .cret {
  margin-left: 38px;
  margin-right: 38px;
  display: inline-block;
  border-left: 1px solid #979797;
  position: relative;
  height: 39px;
  top: -2px;
}
#container .product-compane .container .product-compane-content {
  width: 100%;
  margin: 0 auto;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items {
  width: 100%;
  max-width: 1543px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.odd {
  left: 38px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.even {
  right: 38px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items
  img {
  width: 239px;
  height: 70px;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  /* cursor: pointer; */
  margin-left: 10px;
  margin-right: 10px;
}
#container .product-compane .left {
  position: absolute;
  width: 55%;
  height: 500px;
  background: linear-gradient(270deg, rgba(242, 244, 247, 0) 0%, #f2f4f7 80%);
  left: 0;
  bottom: 66px;
}
#container .product-compane .right {
  position: absolute;
  width: 55%;
  height: 500px;
  background: linear-gradient(270deg, #f2f4f7 20%, rgba(242, 244, 247, 0) 100%);
  right: 0;
  bottom: 66px;
}

#imgmodal {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
#imgmodal .showimg {
  width: 100%;
  height: 100%;
}
#imgmodal .scale {
  position: absolute;
  top: -24px;
  right: -23px;
  cursor: pointer;
}
#imgmodal .scale:hover {
  transform: scale(1.1);
}
