/* 主体 */

/* banner============================================================================================== */

#container .banner #bannerScoller,
#container .banner #bannerScoller .carousel-inner,
#container .banner #bannerScoller .carousel-inner .carousel-item {
  width: 100%;
  height: 5.6rem;
}

#container .banner #bannerScoller .carousel-inner .carousel-item img {
  width: 120%;
  height: 100%;
  top: 0;
  left: -10%;
  position: absolute;
  animation: scaleImg 5s 1 linear;
}

@keyframes scaleImg {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#container .banner #bannerScoller .carousel-indicators {
  margin-bottom: 0.36rem;
}

#container .banner #bannerScoller .carousel-indicators .line {
  width: 40px;
  height: 13px;
  border-bottom: 2px dotted #fff;
}

#container .banner #bannerScoller .carousel-indicators button {
  width: 0.22rem;
  height: 0.22rem;
  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: 0.1rem;
  height: 0.1rem;
  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-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#container .product-introduce .container h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
}

#container .product-introduce .container .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.8rem;
}

#container .product-introduce .container .product-introduce-content h4 {
  font-size: 0.24rem;
  font-weight: 400;
  color: #0060eb;
  margin-bottom: 0.1rem;
}

#container .product-introduce .container .product-introduce-content .line {
  width: 0.8rem;
  height: 0.08rem;
  background: #0060eb;
  margin: 0 auto;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller {
  margin-top: 0.2rem;
  width: 100%;
  background: #fff;
  width: 6.7rem;
  height: 4.24rem;
  box-sizing: border-box;
  padding: 0.16rem 0;
  background: #ffffff;
  border-radius: 4px;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .carousel-inner
  .carousel-item,
#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .carousel-inner
  .carousel-item
  img {
  width: 100%;
  height: 3.92rem;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .scale {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  right: 0.2rem;
  top: 0.2rem;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .carousel-indicators {
  margin-bottom: 0.16rem;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .carousel-indicators
  button {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 0;
  background: #d8d8d8;
}

#container
  .product-introduce
  .container
  .product-introduce-content
  #productScoller
  .carousel-indicators
  button.active {
  background: #0060eb;
}

/* 产品场景======================================================================================================================================================== */

#container .product-scene {
  width: 100%;
}

#container .product-scene .container.title-box {
  padding: 0.4rem;
  background: url(../img/index/sbg-m.png) no-repeat top center;
  background-size: 100%;
}

#container .product-scene .container.title-box h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.08rem;
}

#container .product-scene .container.title-box .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

#container .product-scene .product-scene-content {
  padding-bottom: 0.8rem;
  margin-top: 0.8rem;
}

#container .product-scene .product-scene-content .scroll-box {
  overflow: auto;
}

#container .product-scene .product-scene-content .product-scene-pannel {
  width: 27.5rem;
}

#container .product-scene .product-scene-content .product-scene-pannel .items {
  width: 4.4rem;
  /* height: 2.66rem; */
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 0.08rem;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-pannel
  .items
  .title-box {
  background: #0060eb;
  color: #fff;
  padding: 0.14rem 0.5rem;
  border-radius: 0.08rem 0.08rem 0 0;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-pannel
  .items
  .title-box
  img {
  margin-right: 0.2rem;
  height: 0.38rem;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-pannel
  .items
  .title-box
  h4 {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 600;
  color: #ffffff;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-pannel
  .items
  .functions {
  padding: 0.4rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  /* width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

#container .product-scene .product-scene-content .product-scene-functions {
  margin-top: 0.2rem;
}

#container .product-scene .product-scene-content .product-scene-functions .one {
  padding: 0.4rem;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 0.08rem;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-functions
  .cret {
  display: block;
  width: 0.04rem;
  height: 0.36rem;
  background: #c9c9c9;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-functions
  .one
  span {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-functions
  .one
  .first,
#container
  .product-scene
  .product-scene-content
  .product-scene-functions
  .one
  .second {
  margin-bottom: 0.2rem;
}

#container
  .product-scene
  .product-scene-content
  .product-scene-functions
  .two
  div {
  width: 47%;
  padding: 0.4rem;
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 0.08rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  letter-spacing: 1px;
  margin-top: 0.2rem;
  text-align: center;
}

/* 产品架构======================================================================================================================================================== */

#container .product-architecture {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  /* background: url(../img/index/abg.svg) no-repeat;
  background-size: cover;
  background-position: 25% 0%; */
  height: 7.66rem;
  box-sizing: border-box;
  position: relative;
  /* animation: bgMove 10s infinite linear; */
}

#container .product-architecture .container {
  position: relative;
  z-index: 99;
}
#container .product-architecture .container h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.08rem;
}

#container .product-architecture .container .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
#container .product-architecture .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  z-index: 1;
}
#container .product-architecture .img-box img {
  height: 100%;
}

/* 产品技术======================================================================================================================================================== */

#container .product-tech {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

#container .product-tech .container h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
}

#container .product-tech .container .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.8rem;
}

#container .product-tech .container .product-tech-content .product-tech-items {
  width: 100%;
  background: url(../img/index/selected.png) no-repeat top center;
  background-size: 130%;
  padding: 0.48rem 0.3rem;
  margin-bottom: 0.2rem;
  border-radius: 0.08rem;
}

#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items
  .title {
  font-size: 0.32rem;
  font-weight: 600;
  color: #0060eb;
  margin-bottom: 0.2rem;
}

#container
  .product-tech
  .container
  .product-tech-content
  .product-tech-items
  .details {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
}

/* 动态资讯======================================================================================================================================================== */

#container .news-recently {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #fff;
  overflow: hidden;
}

#container .news-recently .container h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
}

#container .news-recently .container .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #666;
  margin-bottom: 0.8rem;
}

#container .news-recently .news-recently-content {
  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: 5.88rem;
  border: none;
  cursor: pointer;
  margin-right: 0.2rem;
}

#container .news-recently .news-recently-content .scroll-show-item img {
  width: 100%;
  height: 4.34rem;
  background: #60c0f3;
  border-radius: 0.16rem 0.16rem 0px 0px;
}

#container .news-recently .news-recently-content .scroll-show-item .text-info {
  width: 100%;
  background: #f2f4f7;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0px 0px 0.16rem 0.16rem;
}

#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .text-info
  .title {
  font-size: 0.28rem;
  color: #333;
  width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}

#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .text-info
  .details {
  font-size: 0.24rem;
  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: 0.4rem;
}

#container
  .news-recently
  .news-recently-content
  .scroll-show-item
  .options
  button {
  width: 1.7rem;
  height: 0.54rem;
  text-align: center;
  border: 1px solid #0060eb;
  color: #0060eb;
  line-height: 0.4rem;
  font-size: 0.24rem;
  border-radius: 0.27rem;
  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: 0.2rem;
  font-weight: 400;
  color: #666666;
}

#container .news-recently .news-recently-content .direct-box {
  width: 1.75rem;
  margin: 0.4rem auto 0;
}

#container .news-recently .news-recently-content .direct-box img {
  cursor: pointer;
  width: 0.1rem;
  height: 0.2rem;
}

#container .news-recently .news-recently-content .direct-box .disabled img {
  opacity: 0.3;
}

#container .news-recently .news-recently-content .direct-box .left {
  width: 0.52rem;
  height: 0.52rem;
  background: #f2f4f7;
  border-radius: 50%;
  text-align: center;
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container .news-recently .news-recently-content .direct-box .right {
  width: 0.52rem;
  height: 0.52rem;
  background: #f2f4f7;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 合作方======================================================================================================================================================== */

#container .product-compane {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#container .product-compane .container h3 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.7rem;
}

#container .product-compane .container .tips {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.8rem;
}

#container .product-compane .container .tips .num {
  font-size: 0.48rem;
  font-weight: bold;
  color: #0d57c8;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#container .product-compane .container .tips .num span {
  vertical-align: text-top;
  font-size: 0.32rem;
  font-weight: bold;
  margin-left: 0.06rem;
}

#container .product-compane .container .product-compane-content {
  width: 100%;
  margin: 0 auto;
}

#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.1rem;
}

#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.odd {
  left: 40px;
}

#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.even {
  left: 0;
}

#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items
  img {
  width: 40rem !important;
  height: 0.8rem;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

#container .product-compane .left {
  position: absolute;
  width: 20%;
  height: 5rem;
  background: linear-gradient(270deg, rgba(242, 244, 247, 0) 0%, #f2f4f7 80%);
  left: 0;
  bottom: 1rem;
}

#container .product-compane .right {
  position: absolute;
  width: 20%;
  height: 5rem;
  background: linear-gradient(270deg, #f2f4f7 20%, rgba(242, 244, 247, 0) 100%);
  right: 0;
  bottom: 1rem;
}

#imgmodal {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  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);
}
