/* @import './adapter.css'; */
.cpjs {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.biaoti {
  font-size: 44px;
  color: #001B50;
  margin-bottom: 50px;
  /* font-family: Source Han Sans CN; */
  /* font-style: italic; */
}
.carou {
  width: 100%;
  margin-top: 113px;
}
.productionBox{
  width:100%;
  height:650px;
  box-shadow: 4px 0px 40px 0px rgba(0, 0, 0, 0.2);

}
.productionBox .row{
  margin-left: 0;
}
.rowYeWu{
  position: relative;
  height: 560px;
}
.postionInt{
  position: absolute;
  z-index: 999;
  right: 622px;
  .posIconTitle{
    margin-top: 22px;
    color: #fff;
    font-weight: 500;
    width: 54px;
    margin-left: -5px;
    font-size: 16px;
  }
}
.posDian1{
 position: absolute;
 z-index: 998;
}
.posDian2{
  position: absolute;
  z-index: 996;
}
.hide{
  display: none;
}
@keyframes warn {
  0%  { transform: scale(0);   opacity: 0;  }

  50% { opacity: 1;   }

  100% { transform: scale(0.3); opacity: 0; -webkit-transform: scale(0.3); -moz-transform: scale(0.3); -ms-transform: scale(0.3); -o-transform: scale(0.3); }
}
.icon-warnCom {
  position: absolute;
  width: 42px;
  height: 42px;
  /* background-color: #fff; */
  /* border-radius: 100%; */
  top: 284px;
  left: -300px;
  cursor: pointer;
  .img{
    width: 100%;
  }
}
.icon-warns {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.icon-warnCom:hover .dot,.icon-warnCom2:hover .dot{
  opacity: 1;
  -webkit-animation: warn 1.5s ease-out;
  -moz-animation: warn 1.5s ease-out;
  animation: warn 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.icon-warnCom:hover.pulse,.icon-warnCom2:hover.pulse{
  opacity: 1;
  -webkit-animation: war 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: war 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.postionInt .active .dot{
  opacity: 1;
  -webkit-animation: warn 1.5s ease-out;
  -moz-animation: warn 1.5s ease-out;
  animation: warn 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.postionInt .active .pulse{
  opacity: 1;
  -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* 保持大小不变的小圆圈  */
.dot {
  position: absolute;
  left: -53px;
  top: -53px;
  width: 128px;
  height: 128px;
  border: 4px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}
/* 产生动画（向外扩散变大）的圆圈  */
.pulse {
  position: absolute;
  left: -78px;
  top: -78px;
  width: 178px;
  height: 178px;
  border: 4px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  opacity: 0
}

.icon-warnCom2 {
  position: absolute;
  width: 42px;
  height: 42px;
  /* background-color: #fff; */
  /* border-radius: 100%; */
  top: 284px;
  left: 194px;
  cursor: pointer;
  .img{
    width: 100%;
  }
}
.proLeft{
  width: 40%;
  height:100%;
  padding: 180px 32px;
  .title{
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom:30px;
    font-weight: 500;
    /* 官网/文案/标题 */
    color: #001B50;
  }
  .content{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    text-align: justify; /* 浏览器可能不支持 */
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    /* 官网/文案/标题 */
    color: #001B50;
    margin-bottom:30px;
  }
  .more a{
    font-size: 16px;
    color: #001B50;
  }
  .more a:hover{
    cursor: pointer;
    color: #AAD026;
  }
}
a{
  color: #fff;
}
a:hover{
  cursor: pointer;
  color: #AAD026;
}
.lingyu {
  margin-top: -160px;
}
.lingyu a{
  position: relative;
  margin-left: 12px;
  font-size: 16px;
  margin-top: 20px;
}

.proRight{
  width: 60%;
  height:100%;
  position: relative;
}
.proRight:after{
  content: "";
  position: absolute;
  left: 51.5%;
  top: 1px;
  width: 2px;
  background: #fff;
  height: 648px;
}
.mousemove {
    width: 15vh;
    height: 15vh;
    bottom: 4%;
    left: 50%;
    margin-left: -78px;
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: center;
}
.anmiteBox {
  width: 4vh;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  height: 7vh;
  margin: 10px auto;
}

.borderLitter {
  position: absolute;
  bottom:66%;
  left: 49%;
  min-height: 0px;
  height: 0.8vh;
  width: 2px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.5vh;
  animation: Beating 0.3s infinite alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.mT10 {
  margin-top: 10px;
}

@keyframes Beating {
  0% {
    webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}
.miaoDian{
  height: 750px;
  position: relative;
}
.miaoIframe{
  width: 100%;
  height: 100%;
  border: none;
}
.qrcodeBox{
  position: fixed;
  bottom: 70px;
  right: 70px;
}
.qrcode{
	position: relative;
  display:inline-block;vertical-align:middle;
  background:  url(../img/home/wechat.png) center top no-repeat;background-size: cover;
  height: 42px;width: 42px;
}
.qrcode:hover{
  background: url(../img/home/wechatHover.png) center top no-repeat;background-size: cover;
}
.qrcode img{
  	position: absolute;
  	height: 160px;
  	width: 160px;
  	top: -140px;
  	right: -55px;
  	transform-origin: bottom;
  	transform: scale(0);
  	opacity: 0;
  	-webkit-transition: all .4s ease-in-out;
  	-o-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
}
.qrcode:hover img {
  	transform: scale(1);
  	opacity: 1;
}
