﻿.product-container {
  width: 100%;
  height: calc(567 /1920 *100vw);
  background: #f1f7fb;
  padding-top: calc(50 /1920 *100vw);
}

.title-top {
  height: calc(72 /1920 *100vw);
  margin: 0 auto;
  background-size: contain;
  font-size: calc(32 /1920 *100vw);
  padding: calc(15 /1920 *100vw) calc(12 /1920 *100vw);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
}

.product-container .center {
  margin-top: calc(47 /1920 *100vw);
  justify-content: center;
}

.product-container .bottom {
  margin-top: calc(75 /1920 *100vw);
  justify-content: center;
}

.product-container .product-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(268 /1920 *100vw);
}

.center .product-item + .product-item {
  margin-left: 16%;
}

.bottom .product-item + .product-item {
  margin-left: 9%;
}

.product-container .product-item .product-img {
  width: calc(124 /1920 *100vw);
  height: calc(124 /1920 *100vw);
  vertical-align: middle;
}

.product-container .product-item .name {
    font-size: calc(21 /1920 *100vw);
    font-weight: 400;
    color: #1068bf;
    margin: calc(10 /1920 *100vw) 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: calc(3 /1920 *100vw);
}

.product-container .product-item .description {
  letter-spacing: calc(1 /1920 *100vw);
    font-size: calc(14 /1920 *100vw);
    font-weight: bold;
    color: #969fa8;
    line-height: calc(20 /1920 *100vw);
    text-align: center;
    width: calc(300 /1920 *100vw);
}

.flow-container {
  width: 100%;
  height: calc(1110 /1920 *100vw);
  padding-top: calc(30 /1920 *100vw);
  background-image: linear-gradient(to bottom right, #092c52, #0f69c1);

}

.flow-container .content {
  display: flex;
  justify-content: center;
  margin-top: calc(80 /1920 *100vw);
}

.flow-container .center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.flow-container .center .center-img {
  margin-bottom: calc(42 /1920 *100vw);
}

.flow-container .title-top {
  color: #010101;
}
.littleTitle {
  width: 100%;
  height: calc(10 /1920 *100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #959fa9;
}

.flow-container .flow-item {
  display: flex;
  justify-content: space-between;
  width: calc(420 /1920 *100vw);
  height: calc(200 /1920 *100vw);

  margin-bottom: calc(103 /1920 *100vw);
}

.flow-container .flow-item .left{
  width: 40%;
  height: 100%;
 
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow-container .flow-item .left img{
  width: 60%;
}

.flow-container .flow-item .right{
  width: 60%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flow-container .flow-item .right .one{
  margin-top: calc(35 /1920 *100vw);
  width: 10%;
  height: calc(5 /1920 *100vw);
  background-color: #0f82f7;
  /* background-image: linear-gradient(#092c52, #21cef0, #092c52); */
}

.flow-container .flow-item .right .two{
  margin-top: calc(5 /1920 *100vw);
  width: 100%;
  font-size: calc(20 /1920 *100vw);
  color: white;
  letter-spacing: calc(1 /1920 *100vw);

  margin-bottom: calc(8 /1920 *100vw);
}
.flow-container .flow-item .right .three{
  font-size: calc(14 /1920 *100vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #d3d8dc;
}
.flow-container .flow-item .right .three span{
  margin-bottom: calc(4 /1920 *100vw);
}

.flow-container .flow-item .left2{
  width: 60%;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flow-container .flow-item .left2 .one{
  margin-top: calc(35 /1920 *100vw);
  width: 10%;
  height: calc(5 /1920 *100vw);
  background-color: #0f82f7;
  margin-left: 90%;
  /* background-image: linear-gradient(#092c52, #21cef0, #092c52); */
}

.flow-container .flow-item .left2 .two{
  margin-top: calc(5 /1920 *100vw);
  width: 100%;
  font-size: calc(20 /1920 *100vw);
  color: white;
  letter-spacing: calc(1 /1920 *100vw);
  
  margin-bottom: calc(8 /1920 *100vw);
  display: flex;
  justify-content: flex-end;
}
.flow-container .flow-item .left2 .three{
  font-size: calc(14 /1920 *100vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    color: #d3d8dc;
    
}
.flow-container .flow-item .left2 .three span{
  margin-bottom: calc(4 /1920 *100vw);
}

.flow-container .flow-item .right2{
  width: 40%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-container .flow-item .right2 img{
  width: 60%;
}

/* .flow-container .flow-item + .flow-item {
  margin-top: 60px;
}

.flow-container .flow-item img {
  width: 140px;
  height: 144px;
  vertical-align: middle;
}

.flow-container .flow-item .name {
  font-size: 18px;
  color: #fff;
  margin: 12px 0 4px;
}

.flow-container .flow-item .description {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 300px;
} */

.scene-container {
  width: 100%;
  height: calc(769 /1920 *100vw);
  background: #f1f7fb;
  padding-top: calc(80 /1920 *100vw);
  overflow: hidden;
}

.scene-container .content {
  display: flex;
  justify-content: center;
  margin-top: calc(101 /1920 *100vw);
}

.scene-container .content .content-left {
  margin-right: calc(244 /1920 *100vw);
}

.scene-container .scene-item {
  width: calc(453 /1920 *100vw);
}

.scene-container .scene-item img {
  width: calc(158 /1920 *100vw);
  height: calc(150 /1920 *100vw);
  vertical-align: middle;
}

.scene-container .scene-item .right {
  display: flex;
  flex-direction: column;
  width: calc(295 /1920 *100vw);
  margin-left: calc(24 /1920 *100vw);
}

.scene-container .scene-item + .scene-item {
  margin-top: calc(145 /1920 *100vw);
}

.scene-item .right .title {
  font-size: calc(18 /1920 *100vw);
  font-weight: 400;
  color: #333;
  margin-top: calc(9 /1920 *100vw);
}

.scene-item .right .description {
  margin-top: calc(17 /1920 *100vw);
  font-size: calc(14 /1920 *100vw);
  font-weight: 400;
  color: rgba(51, 51, 51, 0.4);
}

.information-container {
  width: 100%;
  height: calc(402 /1920 *100vw);
  background: url('../images/info-bg.png') center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.information-container .info-item {
  display: flex;
  flex-direction: column;
}

.information-container .info-item + .info-item {
  margin-left: calc(44 /1920 *100vw);
}

.information-container .info-item .top {
  font-family: 'AdiHaus', 'AdiHaus-Bold';
  font-weight: 700;
  margin-bottom: calc(4 /1920 *100vw);
  font-size: calc(40 /1920 *100vw);
  background: linear-gradient(180deg, #1ee7a9, #06bda0 72%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.information-container .info-item .bottom {
  color: #333;
  font-size: calc(16 /1920 *100vw);
  font-weight: 400;
}

.cooperation-container {
  width: 100%;
  height: calc(470 /1920 *100vw);
  position: relative;
  overflow: hidden;
  background-color: #f7fbfd;
}

.cooperation-container .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc( 803/1920 *100vw);
  height: calc(226 /1920 *100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: url('../images/filter.png') center center no-repeat;
  background-size: cover;
  z-index: 99;
}

.cooperation-container .title span {
  font-size: calc(32 /1920 *100vw);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.cooperation-container ul li {
  display: block;
  width: 800%;
  overflow: hidden;
}

.cooperation-container ul li:nth-child(odd) .imgList {
  animation-duration: 15s;
  animation-delay: 1s;
}

@keyframes move {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.cooperation-container .imgList {
  float: left;
  animation: move 15s linear infinite forwards;
}




.contactUs{
  width: 100%;
  height: calc( 400/1920 *100vw);

  background: url('../images/3.1.png') center center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.contactUs .font{
  letter-spacing: calc(2 /1920 *100vw);
    margin-top: calc(148 /1920 *100vw);
    font-size: calc(33 /1920 *100vw);
    color: #0F65BA;
    font-weight: 500;
}
.contactUs .btn{
  border-radius: calc( 40/1920 *100vw);
    margin-top: calc(32 /1920 *100vw);
    width: calc(366 /1920 *100vw);
    height: calc(71 /1920 *100vw);
  
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0E68C0;
    font-size: calc(18 /1920 *100vw);
    color: white;
    letter-spacing: calc(3 /1920 *100vw);
    cursor: pointer;
}

.foot{
  width: 100%;
  height: calc(200 /1920 *100vw);
  border: 1px solid black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #242331;
}
.foot .left{
  margin-left: calc(270 /1920 *100vw);
  width: calc(534 /1920 *100vw);
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.foot .left img{
  margin-top: calc(21 / 1920 *100vw);
  width: calc(117 /1920 *100vw);
}
.foot .left .linkBox{
  width: 100%;
  height: calc(20 /1920 *100vw);

  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: calc(20 /1920 *100vw);

}
.foot .left .linkBox span{
  color: #cfd1db;
  padding-left: calc(20 /1920 *100vw);
  padding-right: calc(20 /1920 *100vw);
    /* margin-right: 35px; */
    font-size: calc(15 /1920 *100vw);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot .middle{
  width: calc(400 /1920 *100vw);
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.foot .middle .phone{
  font-weight: 600;
    margin-top: calc(75 /1920 *100vw);
    font-size: calc(28 /1920 *100vw);
    color: white;
}
.foot .middle .font{
  color: white;
}
.foot .right{
  width: calc(400 /1920 *100vw);
  height: 100%;

  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: calc(200 /1920 *100vw);
}
.foot .right .ewm{
  width: calc(150 /1920 *100vw);
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}

.foot .right .ewm .squareBox{
  margin-top: calc(30 /1920 *100vw);
    width: calc(120 /1920 *100vw);
    height: calc(120 /1920 *100vw);
    border: calc(1 /1920 *100vw) solid white;
    border-radius: calc(10 /1920 *100vw);
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot .right .ewm .squareBox .img{
  width: calc( 105/1920 *100vw);
  height: calc(105 /1920 *100vw);
  background-color: #fff;
  border-radius: calc(10 /1920 *100vw);
}
.foot .right .ewm .squareBox .img img{
  width: 100%;
}

.foot .right .ewm .font{
  font-size: calc(14 /1920 *100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: calc(10 /1920 *100vw);
}