.transition-100 {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.transition-200 {
  transition: all 0.2s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.transition-300 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.transition-500 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.trans-slowest {
  transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -webkit-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -o-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
}
.delay-1 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.delay-6 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.delay-7 {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.delay-8 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.delay-9 {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.delay-10 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.view-opacity {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
}
.view-up {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.view-up-half {
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-up-80 {
  opacity: 0;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}
.view-down {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.view-down-half {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.view-down-80 {
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
}
.view-left {
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.view-left-down {
  opacity: 0;
  transform: translateX(-100%) translateY(100%);
  -webkit-transform: translateX(-100%) translateY(100%);
  -moz-transform: translateX(-100%) translateY(100%);
  -ms-transform: translateX(-100%) translateY(100%);
  -o-transform: translateX(-100%) translateY(100%);
}
.view-left-half {
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.view-left-80 {
  opacity: 0;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
}
.view-right {
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.view-right-half {
  opacity: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.view-right-80 {
  opacity: 0;
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
}
.view-rotate-x {
  opacity: 0;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.view-rotate-x90 {
  opacity: 0;
  transform: rotateX(80deg);
  -webkit-transform: rotateX(80deg);
  -moz-transform: rotateX(80deg);
  -ms-transform: rotateX(80deg);
  -o-transform: rotateX(80deg);
}
.view-rotate-y {
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.view-rotate-y90 {
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}
.view-rotate-z {
  opacity: 0;
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
}
.view-rotate-z90 {
  opacity: 0;
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
}
.view-scale {
  opacity: 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
.view-scale-z {
  opacity: 0;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(0.5, 0.5);
}
.view-scale-x {
  opacity: 0;
  transform: scale(0.1, 1);
  -webkit-transform: scale(0.1, 1);
  -moz-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  -o-transform: scale(0.1, 1);
}
.view-scale-y {
  opacity: 0;
  transform: scale(1, 0.1);
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  -o-transform: scale(1, 0.1);
}
#works_body {
  overflow: hidden;
}
#works_info {
  padding-bottom: 0;
  background: #ffffff;
  background-size: 100%;
  color: #36393d;
}
#works_info .box {
  width: 1070px;
}
#works_info .box .works_logo {
  padding: 0;
}
#works_info .box .right {
  display: flex;
  justify-content: space-between;
}
#works_info .box .right .info_txt {
  width: 500px;
}
#works_info .box .ewm {
  text-align: right;
}
.pos {
  position: absolute;
}
#img_box {
  padding-top: 50px;
}
#img_box .img {
  position: relative;
}
#img_box .box1 {
  z-index: 6;
}
#img_box .box1 .p1 {
  width: 33.39%;
  top: -7%;
  left: 10%;
}
#img_box .box1 .p2 {
  width: 32.91%;
  top: 15%;
  right: 10%;
}
#img_box .box1 .p3 {
  width: 18.63%;
  top: 28%;
  right: 17%;
}
#img_box .box1 .p4 {
  width: 18.63%;
  top: 44%;
  right: 27%;
}
#img_box .box1 .p5 {
  width: 18.63%;
  top: 44%;
  right: 7%;
}
#img_box .box1 .p6 {
  width: 18.39%;
  right: 16%;
  top: 71%;
}
#img_box .box1 .p7 {
  width: 35.59%;
  left: 0;
  top: -50px;
}
#img_box .box2 {
  z-index: 2;
}
#img_box .box2 .p1 {
  width: 28.75%;
  left: 45%;
  top: 21%;
  z-index: 2;
}
#img_box .box2 .p9 {
  width: 31.96%;
  left: 66%;
  top: 12%;
}
#img_box .box2 .p2 {
  width: 32.91%;
  top: 0;
  left: 10.7%;
}
#img_box .box2 .p3 {
  width: 18.63%;
  top: 9%;
  left: 18%;
}
#img_box .box2 .p4 {
  width: 18.63%;
  top: 21.5%;
  left: 8%;
}
#img_box .box2 .p5 {
  width: 18.63%;
  top: 21.5%;
  left: 27%;
}
#img_box .box2 .p6 {
  width: 18.39%;
  top: 60%;
  left: 30%;
  top: 44%;
  left: 18%;
}
#img_box .box2 .p7 {
  width: 43.21%;
  left: 0;
  bottom: 1%;
}
#img_box .box2 .p8 {
  width: 61.19%;
  right: 4%;
  bottom: -17%;
}
@keyframes rot1 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot1 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot2 {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot2 {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#img_box .box3 .p1 {
  width: 27.61%;
  top: 10%;
  left: 16%;
}
#img_box .box3 .p2 {
  width: 27.79%;
  top: 10%;
  right: 16%;
}
#img_box .box3 .con {
  width: 41.66%;
  top: 37%;
  position: absolute;
  animation: rot1 15s linear infinite;
  -moz-animation: rot1 15s linear infinite;
  -webkit-animation: rot1 15s linear infinite;
  -o-animation: rot1 15s linear infinite;
}
#img_box .box3 .con .big-cir {
  width: 100%;
}
#img_box .box3 .con .cir {
  width: 16%;
  animation: rot2 15s linear infinite;
  -moz-animation: rot2 15s linear infinite;
  -webkit-animation: rot2 15s linear infinite;
  -o-animation: rot2 15s linear infinite;
  transform-origin: 50% 33%;
}
#img_box .box3 .con .center {
  width: 59.42%;
  top: 25%;
  left: 19%;
  animation: rot2 15s linear infinite;
  -moz-animation: rot2 15s linear infinite;
  -webkit-animation: rot2 15s linear infinite;
  -o-animation: rot2 15s linear infinite;
}
#img_box .box3 .con1 {
  right: 50%;
}
#img_box .box3 .con1 .c1 {
  top: 5%;
  left: 42%;
}
#img_box .box3 .con1 .c2 {
  top: 12%;
  right: 19%;
}
#img_box .box3 .con1 .c3 {
  top: 31%;
  right: 4.5%;
}
#img_box .box3 .con1 .c4 {
  top: 55%;
  right: 4.5%;
}
#img_box .box3 .con1 .c5 {
  top: 75%;
  right: 19%;
}
#img_box .box3 .con1 .c6 {
  bottom: 0%;
  left: 42%;
}
#img_box .box3 .con1 .c7 {
  top: 75%;
  left: 19%;
}
#img_box .box3 .con1 .c8 {
  top: 55%;
  left: 4.5%;
}
#img_box .box3 .con1 .c9 {
  top: 31%;
  left: 4.5%;
}
#img_box .box3 .con1 .c10 {
  top: 12%;
  left: 19%;
}
#img_box .box3 .con2 {
  left: 50%;
}
#img_box .box3 .con2 .c1 {
  top: 5%;
  left: 42%;
}
#img_box .box3 .con2 .c2 {
  top: 17%;
  right: 13%;
}
#img_box .box3 .con2 .c3 {
  top: 44.5%;
  right: 2.5%;
}
#img_box .box3 .con2 .c4 {
  top: 71.5%;
  right: 15%;
}
#img_box .box3 .con2 .c5 {
  bottom: 0%;
  left: 42%;
}
#img_box .box3 .con2 .c6 {
  top: 71.5%;
  left: 15%;
}
#img_box .box3 .con2 .c7 {
  top: 44.5%;
  left: 2.5%;
}
#img_box .box3 .con2 .c8 {
  top: 17%;
  left: 13%;
}
#img_box .box4 {
  z-index: 2;
}
#img_box .box4 .p1 {
  width: 36.07%;
  top: 2.5%;
  right: 0;
}
#img_box .box4 .p2 {
  width: 46.6%;
  top: 19%;
  right: 10%;
}
#img_box .box4 .p3 {
  width: 48.09%;
  bottom: 1%;
  right: 30%;
}
#img_box .box4 .p4 {
  width: 18.39%;
  right: 10%;
  bottom: 8%;
}
#img_box .box4 .p5 {
  width: 56.54%;
  left: 0;
  top: -15%;
}
#img_box .box5 {
  z-index: 1;
}
#img_box .box5 .p1 {
  width: 94.64%;
  top: 3%;
  right: 0;
  z-index: 2;
}
#img_box .box5 .p2 {
  width: 63.45%;
  right: 0;
  top: 13%;
  z-index: 3;
}
#img_box .box5 .p3 {
  width: 92.5%;
  right: 0;
  top: 13.5%;
  z-index: 1;
}
#img_box .box5 .p4 {
  width: 52.5%;
  left: 0;
  bottom: 10%;
}
#img_box .box5 .p5 {
  width: 12.97%;
  top: 3%;
  right: 27%;
  z-index: 4;
}
#img_box .box5 .p6 {
  width: 44.22%;
  right: 2%;
  bottom: -9%;
}
#img_box .box5 .p7 {
  width: 43.63%;
  right: 0;
  bottom: 8%;
  z-index: 4;
}
#img_box .box6 .p1 {
  width: 42%;
  top: 11%;
  left: 29%;
}
#img_box .box6 .txt-box {
  width: 710px;
  top: 11%;
  left: 50%;
  margin-left: -355px;
}
#img_box .box6 .txt-box .title {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  line-height: 50px;
}
#img_box .box6 .txt-box .con {
  width: 710px;
  height: 290px;
  background: #013161;
  border: 4px solid #fff;
  border-radius: 18px;
  padding: 55px 0 0 90px;
  box-sizing: border-box;
}
#img_box .box6 .txt-box .con p {
  color: #fff;
  line-height: 42px;
  margin: 0;
  text-align: left;
  font-size: 18px;
}
#img_box .box6 .txt-box .con p span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 4px solid #52f2ff;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 8px;
  box-sizing: border-box;
}
#img_box .box6 .p2 {
  width: 35.17%;
  top: 36%;
  left: 25%;
}
#img_box .box6 .p3 {
  width: 38.8%;
  top: 39%;
  left: 41%;
}
#img_box .box6 .p4 {
  width: 34.88%;
  top: 53%;
  left: 59%;
}
#img_box .box6 .p5 {
  width: 37.91%;
  left: 10%;
  top: 49%;
}
#img_box .box6 .p6 {
  width: 35.05%;
  top: 61.5%;
  left: 34%;
}
#img_box .box6 .point {
  width: 2.44%;
}
#img_box .box6 .point1 {
  top: 37%;
  left: 19%;
}
#img_box .box6 .point2 {
  top: 32%;
  left: 39%;
}
#img_box .box6 .point3 {
  top: 25%;
  left: 64%;
}
#img_box .box6 .point4 {
  top: 48%;
  left: 14%;
}
#img_box .box6 .point5 {
  top: 55%;
  left: 54%;
}
#img_box .box6 .point6 {
  top: 52%;
  left: 63%;
}
#img_box .box6 .point7 {
  top: 50%;
  left: 79%;
}
#img_box .box6 .point8 {
  top: 60%;
  left: 19%;
}
