@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700,800,900');
body {
  overflow-y: hidden;
  background-color: #f1eeec;
  height: 100vh;
  overflow: hidden;
}

.scroll-content {
  white-space: nowrap;
  font-size: 0;
}

.scrollbar-track {
  opacity: 0 !important;
}

.pace .pace-progress:after {
  margin-left: 116px;
}

#loader .logo {
  margin-left: -240px;
}

#loader .loadnum {
  position: absolute;
  width: 117px;
  height: 115px;
  left: 50%;
  margin-left: -75px;
  top: 50vh;
  margin-top: -57px;
  z-index: 3;
  font-size: 114px;
  font-weight: bold;
  color: #252525;
  text-align: center;
  line-height: 115px;
}

#loader .rock_ani {
  margin-left: 50px;
}

#loader .loadnum div {
  display: block;
  height: 110px;
  overflow: hidden;
  position: relative;
}

#loader .loadnum div b {
  position: relative;
}

#loader .loadnum span {
  display: block;
  position: relative;
}

#menu.homemenu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  width: 605px;
  z-index: 99;
  background-color: transparent;
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#menu.homemenu.show {
  opacity: 1;
  transform: translateX(0);
}
#menu.homemenu:before {
  content: '';
  background-color: white;
  height: 50vh;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: 60px;
}
#menu.homemenu:after {
  content: '';
  background-color: white;
  height: 50vh;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 50%;
  margin-bottom: 60px;
}
#menu.homemenu.close {
  width: 245px;
}
#menu.homemenu.close .logo:before {
  width: 40px;
}
#menu.homemenu.close .logo:after {
  width: 136px;
}
#menu.homemenu.close .logo svg {
  margin-left: -31px;
}
#menu.homemenu.close .logo .bg img {
  opacity: 1;
}
#menu.homemenu.close .copyright {
  width: 100px;
}
#menu.homemenu.close .cloud {
  opacity: 1;
}
#menu.homemenu.close .closebg {
  margin-top: -166px;
  opacity: 1;
}
#menu.homemenu .closebg {
  position: absolute;
  z-index: -1;
  top: 50%;
  margin-top: -87px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, margin 2s ease;
  -moz-transition: opacity 0.5s ease, margin 2s ease;
  -o-transition: opacity 0.5s ease, margin 2s ease;
  -ms-transition: opacity 0.5s ease, margin 2s ease;
  transition: opacity 0.5s ease, margin 2s ease;
}
#menu.homemenu .title {
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  left: 50px;
  top: 50px;
  line-height: 16px;
  z-index: 3;
}
#menu.homemenu .line {
  position: absolute;
  background-color: #dbdbdb;
  width: 1px;
  height: calc(100vh - 282px);
  display: block;
  left: 76px;
  top: 235px;
  z-index: 3;
}
#menu.homemenu .logo {
  position: absolute;
  width: 100%;
  height: 145px;
  left: 0;
  margin-left: 0;
  top: 50%;
  margin-top: -75px;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu.homemenu .logo:before {
  content: '';
  background-color: white;
  width: 100px;
  left: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu.homemenu .logo:after {
  content: '';
  background-color: white;
  width: 100px;
  right: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu.homemenu .logo svg {
  width: 513px;
  fill: #ffffff;
  margin-left: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Animated COSMO logo video (replaces the static SVG wordmark in the home view).
   Keep overflow:hidden + the white :before/:after side bars: the menu panel is
   transparent over the liquid-hero canvas, and those white bars are what keep the
   logo band opaque white. A solid white logo background backs the video too. */
#menu.homemenu .logo {
  height: 188px;
  margin-top: -94px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
}
/* The logo box now has its own solid white background, so the old SVG-wipe
   side bars are redundant — and the right bar was clipping the wordmark's last
   letter. Remove them. */
#menu.homemenu .logo:before,
#menu.homemenu .logo:after {
  display: none;
}
#menu.homemenu .logo .logo-video {
  display: block;
  width: 460px;
  max-width: 86%;
  height: auto;
  margin-left: 92px;
  background: #ffffff;
  object-fit: contain;
}
#menu.homemenu .logo .bg {
  width: 100%;
  height: 100px;
  overflow: hidden;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-mask-image: url('../images/cosmo.svg');
  mask-image: url('../images/cosmo.svg');
}
#menu.homemenu .logo .bg img {
  position: absolute;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#menu.homemenu .logo .bg:after {
  content: '';
  background: #4d1f43;
  background: -moz-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, #4d1f43),
    color-stop(100%, #23294e)
  );
  background: -webkit-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
  background: -o-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
  background: -ms-radial-gradient(center, ellipse cover, #4d1f43 0%, #23294e 100%);
  background: radial-gradient(ellipse at center, #4d1f43 0%, #23294e 100%);
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  left: 0;
  top: 0;
}
#menu.homemenu .copyright {
  position: absolute;
  font-size: 12px;
  color: #434343;
  font-weight: 400;
  bottom: 44px;
  left: 102px;
  transform: scale(0.9);
  transform-origin: left;
  opacity: 0.7;
  line-height: 20px;
  width: 150px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
#menu.homemenu .btn {
  position: absolute;
  width: 52px;
  height: 52px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  cursor: pointer;
  top: 160px;
  left: 50px;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu.homemenu .btn.close {
  transform: rotate(90deg);
}
#menu.homemenu .btn.close .t1 {
  height: 0;
}
#menu.homemenu .btn.close .t2 {
  top: 15px;
  transform: rotate(45deg);
  margin-left: 0;
}
#menu.homemenu .btn.close .t3 {
  transform: rotate(-45deg);
  top: 15px;
  margin-left: 0;
}
#menu.homemenu .btn span {
  position: absolute;
  height: 19px;
  width: 2px;
  background-color: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu.homemenu .btn .t1 {
  top: 15px;
  left: 50%;
}
#menu.homemenu .btn .t2 {
  top: 15px;
  left: 50%;
  margin-left: -5px;
}
#menu.homemenu .btn .t3 {
  top: 15px;
  left: 50%;
  margin-left: 5px;
}
#menu.homemenu .cloud {
  position: absolute;
  bottom: 98px;
  left: 100px;
  width: 90px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#menu.homemenu .cloud a {
  width: 22px;
  display: block;
  margin-bottom: 6px;
}

.readmore {
  position: relative;
  display: block;
  background-color: white;
  width: 200px;
  text-align: center;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.readmore:after {
  content: '';
  background-image: url('../images/logobg.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  left: 0;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#main5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#main5 canvas {
  width: 100%;
}

#home {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translateY(0px);
}
#home.active {
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
  transform: translateY(0);
}
#home .top_arrow {
  position: fixed;
  z-index: 20;
  top: 40px;
  left: 50%;
  width: 916px;
  margin-left: -458px;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .top_arrow.show {
  opacity: 1;
}
#home .top_arrow .icon {
  position: absolute;
  top: -13px;
  left: 0;
  z-index: 5;
  width: 37px;
}
#home .top_arrow .icon:after {
  content: '';
  background-color: white;
  position: absolute;
  width: calc(100% - 43px);
  height: 1px;
  top: 39px;
}
#home .top_arrow .icon svg {
  position: absolute;
  fill: white;
  width: 37px;
  transform: rotate(44deg);
  top: 21px;
  right: 0;
}
#home .top_arrow .s {
  position: relative;
  width: 226px;
  border-bottom: 1px solid #666580;
  height: 27px;
  margin-right: 3px;
  cursor: pointer;
}
#home .top_arrow .s .img {
  width: 15px;
}
#home .top_arrow .s .img svg {
  fill: #666580;
}
#home #scroll {
  position: relative;
  height: 100vh;
  display: block;
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
}
#home .sec_box {
  display: inline-block;
  height: 100vh;
  min-width: 60vw;
  overflow: hidden;
  position: relative;
}
#home .sec1 {
  position: relative;
  margin-left: 0;
  background-color: #091221;
  width: 100vw;
}
#home .sec1 .slide-wrapper {
  opacity: 0;
}
#home .sec1 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
#home .sec1 .link {
  position: absolute;
  left: 650px;
  color: white;
  font-size: 80px;
  font-weight: bold;
  line-height: 85px;
  top: 50%;
  margin-top: -130px;
  margin-left: 0;
}
#home .sec1 .slogan {
  position: absolute;
  left: 650px;
  margin-left: 0;
  color: white;
  font-size: 18px;
  top: 50%;
  letter-spacing: 8px;
  margin-top: 235px;
  opacity: 0;
  z-index: 3;
}
#home .sec1 .contact_link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 182px;
  height: 110px;
  background-color: #2d2c51;
  color: white;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 110px;
  text-align: center;
  padding-left: 37px;
  opacity: 0;
  z-index: 3;
  overflow: hidden;
}
#home .sec1 .contact_link:after {
  content: '';
  background-image: url('../images/logobg.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  left: 0;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#home .sec1 .contact_link svg {
  fill: white;
  width: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -10px;
  opacity: 1 !important;
}
#home .sec1 .contact_link span {
  position: relative;
}
#home .sec1 .contact_link span:after {
  content: '!';
  position: relative;
  transform: translateX(0px);
  display: inline-block;
}
#home .sec2 {
  width: 1655px;
  color: white;
}
#home .sec2:before {
  content: '';
  background: #091121;
  background: -moz-linear-gradient(left, #091121 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #091121), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #091121 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #091121 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, #091121 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, #091121 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 19vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
}
#home .sec2 .bg {
  position: absolute;
  background-color: black;
  width: 97%;
  height: 100%;
  background-image: url('../images/home/sec3.jpg');
  background-position: left bottom;
  background-size: 1490px auto;
  background-repeat: no-repeat;
  z-index: -1;
}
#home .sec2 .en {
  position: absolute;
  font-size: 14px;
  width: 90px;
  font-weight: bold;
  bottom: 50px;
  left: 125px;
  line-height: 25px;
  white-space: normal;
  z-index: 5;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .sec2 .en.show {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#home .sec2 .target {
  position: relative;
}
#home .sec2 .circle1 {
  position: absolute;
  left: -279px;
  bottom: 0;
  z-index: -1;
}
#home .sec3 .circle_box {
  position: absolute;
  overflow: hidden;
  height: 100vh;
  width: 1800px;
}
#home .sec2 .circle2 {
  position: absolute;
  left: 63px;
  top: -132px;
  z-index: -1;
}
#home .sec2 .target_box {
  position: relative;
  left: 225px;
  top: 160px;
  z-index: 5;
}
#home .sec2 .target_box.show .num {
  opacity: 1;
  transform: translateX(0);
}
#home .sec2 .target_box.show .num::after {
  width: 100%;
  -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s;
}
#home .sec2 .target_box.show .text {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.8s ease 0.8s;
  -moz-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  -ms-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}
#home .sec2 .target_box .num {
  position: relative;
  font-size: 120px;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#home .sec2 .target_box .num:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#home .sec2 .target_box .text {
  position: relative;
  font-size: 18px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#home .sec2 .target_box .box {
  position: absolute;
}
#home .sec2 .target_box .box:nth-child(1) {
  left: 0;
}
#home .sec2 .target_box .box:nth-child(2) {
  left: 8%;
  top: 190px;
}
#home .sec2 .target_box .box:nth-child(3) {
  left: 22%;
  top: 335px;
}
#home .sec2 .text_box {
  position: absolute;
  left: 51%;
  z-index: 3;
  bottom: 20%;
  font-size: 18px;
}
#home .sec2 .text_box .text {
  position: relative;
  width: 267px;
  line-height: 35px;
  margin-bottom: 32px;
}
#home .sec2 .text_box .more {
  position: relative;
  display: block;
  width: 200px;
  text-align: center;
  height: 60px;
  font-weight: bold;
  line-height: 60px;
  font-size: 14px;
}
#home .sec2 .text_box .more span {
  position: relative;
}
#home .sec2 .imgs {
  position: absolute;
}
#home .sec2 .imgs01 {
  left: 70%;
  top: 0;
  z-index: 1;
  width: 540px;
}
#home .sec2 .imgs02 {
  right: -10%;
  bottom: 0;
  z-index: 2;
  width: 640px;
}
#home .sec2 .imgs02 img {
  float: left;
}
#home .sec3 {
  position: relative;
  width: auto;
  background-color: #f2f2f2;
  display: inline-flex;
  overflow: visible;
}
#home .sec3 .planet {
  position: absolute;
  left: 345px;
  top: 7%;
  z-index: 2;
  width: 360px;
}
#home .sec3 .planet2 {
  position: absolute;
  right: -570px;
  bottom: -0;
  z-index: 3;
  width: 766px;
}
#home .sec3 .spaceman {
  position: absolute;
  left: 28%;
  top: 26%;
  z-index: 2;
  transform: scale(0.5) translateX(50px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#home .sec3 .spaceman.show {
  opacity: 1;
  transform: scale(0.8) translateX(0);
  -webkit-transition: all 0.8s ease 1.5s;
  -moz-transition: all 0.8s ease 1.5s;
  -o-transition: all 0.8s ease 1.5s;
  -ms-transition: all 0.8s ease 1.5s;
  transition: all 0.8s ease 1.5s;
}
#home .sec3 .colorball {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 1055px;
  top: -220px;
  border-radius: 50%;
  z-index: 1;
  background: #f2bded;
  background: -moz-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f2bded), color-stop(100%, #c3ebf2));
  background: -webkit-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
  background: -o-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
  background: -ms-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
  background: linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
}
#home .sec3 .award {
  position: relative;
  height: 100%;
  z-index: 3;
  width: 1000px;
  display: inline-block;
}
#home .sec3 .award .title {
  position: relative;
  float: left;
  top: 13%;
  left: 100px;
}
#home .sec3 .award .title .main_name{
  position: absolute;
  font-size: 18px;
  color: black;
  top: -11px;
  transform: translateY(-100%)translateX(50px);
  right: 0;
  line-height: 18px;
  opacity: 0;
  transition: all .8s ease;
}

#home .sec3 .award .title.show .main_name{
  opacity: 1;
  transform: translateY(-100%)translateX(0);
}


#home .sec3 .award .title span {
  position: relative;
}
#home .sec3 .award .award_block {
  position: absolute;
  bottom: 30px;
  left: 10px;
  font-size: 13px;
  line-height: 18px;
  width: 590px;
  margin-left: 140px;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#home .sec3 .award .award_block.show {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
#home .sec3 .award .award_block .box {
  position: relative;
  display: flex;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
  align-items: center;
}
#home .sec3 .award .award_block .box:last-child {
  border-bottom: 0;
}
#home .sec3 .award .award_block .box .imgs {
  position: relative;
  width: 210px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: left;
}
#home .sec3 .award .award_block .box .name {
  position: relative;
  font-weight: bold;
  width: 110px;
}
#home .sec3 .award .award_block .box .memo {
  position: relative;
  font-size: 12px;
  margin-left: 40px;
  width: 190px;
}

#home .sec3 .circle1 {
  position: absolute;
  left: 791px;
  z-index: 2;
  top: -300px;
}
#home .sec3 .circle2 {
  position: absolute;
  left: 1165px;
  z-index: 2;
  top: -300px;
  overflow: hidden;
}
#home .sec3 .three_box {
  position: relative;
  width: 1100px;
  display: inline-flex;
  z-index: 5;
  opacity: 0;
  transition: all .8s ease;
  transform: translateX(50px);
}
#home .sec3 .three_box.show {
  opacity: 1;
  transform: translateX(0);
}

#home .sec3 .three_box .bgline {
  position: absolute;
  width: 1756px;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
}
#home .sec3 .three_box .bgline.show b {
  height: 100%;
}
#home .sec3 .three_box .bgline b {
  position: relative;
  width: 328px;
  border-left: 1px solid #00000029;
  height: 0;
  display: inline-block;
  margin-left: 39px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .sec3 .three_box .bgline b:nth-child(1) {
  -webkit-transition: all 1s ease 0;
  -moz-transition: all 1s ease 0;
  -o-transition: all 1s ease 0;
  -ms-transition: all 1s ease 0;
  transition: all 1s ease 0;
}
#home .sec3 .three_box .bgline b:nth-child(2) {
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}
#home .sec3 .three_box .bgline b:nth-child(3) {
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}
#home .sec3 .three_box .bgline b:nth-child(4) {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  -o-transition: all 1s ease 1.5s;
  -ms-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}
#home .sec3 .three_box .bgline b:nth-child(5) {
  -webkit-transition: all 1s ease 2s;
  -moz-transition: all 1s ease 2s;
  -o-transition: all 1s ease 2s;
  -ms-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}
#home .sec3 .three_box .bgline b:last-child {
  margin-left: 0;
}
#home .sec3 .three_box .link {
  opacity: 1;
  position: relative;
  transform: translateX(50px);
  width: auto;
  height: auto;
  margin-top: 8%;
  align-self: flex-start;
  transform: translateY(calc(92vh - 536px ));
  transition: transform 1.15s ease;
}

#home .sec3 .three_box .link.swiper-slide-active,
#home .sec3 .three_box .link.swiper-slide-duplicate-active{
  transform: translateY(0);
}
#home .sec3 .three_box .link.swiper-slide-next,
#home .sec3 .three_box .link.swiper-slide-duplicate-next{
  transform:translateY(calc(58vh - 400px));
}
#home .sec3 .three_box .link.swiper-slide-prev,
#home .sec3 .three_box .link.swiper-slide-duplicate-prev{
  transform: translateY(-80px);
}

#home .sec3 .swiper-button-prev{
  position: absolute;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: 0;
  bottom: 0;
  top: auto;
  margin-bottom: 54px;
  margin-top: auto;
  left: 77px;
  transition: all .3s ease;
  outline: none;
}
#home .sec3 .swiper-button-prev::before{
  content: '';
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .sec3 .swiper-button-prev::after{
  content: '';
  transition: all 0.3s ease;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -4px;
  transform: rotate(-135deg);
}
#home .sec3 .swiper-button-next{
  position: absolute;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-size: 0;
  bottom: 0;
  top: auto;
  margin-bottom: 54px;
  margin-top: auto;
  left: 145px;
  outline: none;
  transition: all .3s ease;
}






#home .sec3 .swiper-button-next::before{
  content: '';
  width: 16px;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .sec3 .swiper-button-next::after{
  content: '';
  transition: all 0.3s ease;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 50%;
  top: 50%;
  margin-left: -0;
  margin-top: -4px;
  transform: rotate(45deg);
}
#home .sec3 .swiper-pagination{
  position: absolute;
  bottom: 76px;
  top: auto;
  left: 226px;
  width: auto;
  font-size: 14px;
  letter-spacing: 2px;
}


#home .sec3 .three_box .link:nth-child(1) {
  /* align-self: flex-start; */
  /* margin-top: 8%; */
  /* -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease; */
}
#home .sec3 .three_box .link:nth-child(2) {
  /* align-self: center; */
  /* -webkit-transition: all 0.8s ease 0.5s;
  -moz-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  -ms-transition: all 0.8s ease 0.5s;
  transition: all 0.8s ease 0.5s; */
}
#home .sec3 .three_box .link:nth-child(3) {
  /* align-self: flex-end; */
  /* -webkit-transition: all 0.8s ease 1s;
  -moz-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  -ms-transition: all 0.8s ease 1s;
  transition: all 0.8s ease 1s; */
}








#home .sec3 .three_box .link .imgs {
  position: relative;
  height: auto;
  display: inline-block;
}
#home .sec3 .three_box .link .imgs .color {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .sec3 .three_box .link .imgs .color img {
  float: left;
}
#home .sec3 .three_box .link .imgs .color.black {
  position: absolute;
  left: 0;
  bottom: 0;
  filter: grayscale(1);
  opacity: 0;
  z-index: 3;
}
#home .sec3 .three_box .link .logo {
  position: absolute;
  right: 38px;
  top: 220px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .sec3 .three_box .link .text_box {
  position: relative;
  background-color: transparent;
  color: black;
  width: 300px;
  margin-left: 40px;
  margin-top: -3px;
  height: 155px;
  padding: 48px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .sec3 .three_box .link .text_box:after,
#home .sec3 .three_box .link .text_box:before {
  content: '';
  background-color: black;
  width: 230px;
  height: 2px;
  position: absolute;
  top: 37px;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
#home .sec3 .three_box .link .text_box:after {
  width: 0;
  background-color: white;
  z-index: 2;
}
#home .sec3 .three_box .link .text_box .en {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
#home .sec3 .three_box .link .text_box .tw {
  position: relative;
  font-size: 16px;
}
#home .sec3 .work_box {
  position: relative;
  width: 300px;
  display: block;
  align-self: center;
  margin-left: 145px;
  margin-right: 220px;
  z-index: 5;
}
#home .sec3 .work_box.show .memo,
#home .sec3 .work_box.show .more {
  opacity: 1;
  transform: translateX(0);
}
#home .sec3 .work_box .title {
  position: relative;
  color: black;
}
#home .sec3 .work_box .title span {
  position: relative;
}
#home .sec3 .work_box .title span:after {
  background-color: black;
}
#home .sec3 .work_box .memo {
  position: relative;
  font-size: 16px;
  color: #434343;
  margin-top: 66px;
  margin-bottom: 30px;
  line-height: 28px;
  white-space: normal;
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
#home .sec3 .work_box .more {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease 0.8s, color 0.5s ease;
}
#home .footer {
  position: relative;
  width: 660px;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: black;
}
#home .footer .copyright {
  display: none;
}
#home .footer .bg {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: black;
}
#home .footer .rock_ani {
  transform: rotateY(180deg);
  right: 115px;
  top: auto;
  bottom: 50px;
}
#home .footer .light {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 1363px;
  top: 0;
}
#home .footer .cloud {
  position: absolute;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  top: 20%;
  width: 100%;
  padding-left: 116px;
  padding-right: 116px;
  /* margin-top: 30%; */
}
#home .footer .cloud .link {
  position: relative;
}
#home .footer .cloud .link img {
  width: 28px;
}
#home .footer .circle1 {
  position: absolute;
  left: 39%;
  bottom: 0;
  z-index: 2;
}
#home .footer .info {
  position: absolute;
  color: white;
  top: 30%;
  font-size: 14px;
  line-height: 22px;
  z-index: 5;
  padding-left: 125px;
  padding-right: 125px;
  width: 100%;
}
#home .footer .info .company_name{
  position: relative;
  border-bottom: 1px solid #fff;
  font-size: 14px;

  padding-bottom: 30px;
  margin-bottom: 25px;
}
#home .footer .info .disclaimer{
  width: 90px;
  height: auto;
  padding: 10px 0;
  display: block;
  border: 1px solid #3b383e;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 85px;
  color: #fff;
  z-index: 13;
  right: 125px;
  font-size: 12px;
  line-height: 12px;
}
#home .footer .info .title {
  position: absolute;
  font-size: 24px;
  opacity: 1;
  right: 125px;
  top: 18px;
  z-index: 3;
  cursor: pointer;
  font-family: "Microsoft JhengHei", Myriad Pro, Myriad, Aria, sans-serif;
  color: white;
  font-weight: bold;
}
#home .footer .info .two_box{
  display: flex;
}
#home .footer .info .two_box .box:first-child{
  margin-right: 40px;
}
#home .footer .info .box {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: block;
}
#home .footer .info .box:after {
  content: '';
  background-color: #38416d;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .footer .info .box .name {
  position: relative;
  opacity: 0.5;
  margin-bottom: 8px;
}
#home .footer .info .box .field {
  position: relative;
  color: white;
}
#home .footer .info .box .field a {
  color: white;
}
#phone_menu{
  display: none;
}

@media only screen and (max-height: 850px) {
  #home .sec3 .award .award_block .box {
    padding: 10px 0;
  }

  #home .sec3 .three_box .link:nth-child(1) {
    margin-top: 5%;
  }

  #home .sec2 .imgs01 {
    left: 50%;
  }

  #home .footer .info {
    margin-top: 0;
    top: auto;
    bottom:10%;
  }
}
@media only screen and (max-height: 750px)  and (min-width: 1025px){
  #home .footer .cloud{
    top: 73px;
  }
  #home .top_arrow{
    top: 15px;
  }
  #home .sec3 .three_box .link:nth-child(1) {
    margin-top: 2%;
  }

  #home .sec3 .three_box .link:nth-child(2) {
    margin-top: 5%;
  }

  #home .sec2 .target_box .box:nth-child(2) {
    left: 8%;
    top: 130px;
  }

  #home .sec2 .target_box .box:nth-child(3) {
    left: 22%;
    top: 235px;
  }

  #home .sec2 .en {
    left: 92px;
  }

  #home .sec2 .imgs02 {
    width: 460px;
  }

  #home .sec2 .imgs01 {
    left: 70%;
    width: 400px;
  }

  #home .sec3 .award .award_block .box .imgs {
    height: 36px;
  }

  #home .sec1 .link,
  .maintitle {
    font-size: 60px;
    line-height: 70px;
  }

  #home .sec3 .award .title {
    top: 11%;
  }

  #home .sec3 .award .award_block {
    bottom: 15px;
  }
}


@media only screen and (min-width: 1200px) and (max-height: 750px) {
  #home .sec3 .swiper-button-next,#home .sec3 .swiper-button-prev{
    margin-bottom: 10px;
  }
  #home .sec3 .swiper-pagination{
    bottom: 30px;
  }
  #home .sec3 .three_box .link{
    margin-top: 6%;
  }
  #home .sec3 .three_box .link.swiper-slide-next, #home .sec3 .three_box .link.swiper-slide-duplicate-next {
    transform: translateY(calc(58vh - 370px));
  }
}

@media only screen and (max-width: 1700px) {
  #home .sec2 .imgs01 {
    left: 50%;
  }
}
@media only screen and (max-width: 1500px) {
  #home .sec1 .link,
  .maintitle {
    font-size: 60px;
    line-height: 70px;
  }

  #menu.close .logo svg {
    margin-left: -10px;
  }

  #menu.close .logo:after {
    width: 145px;
  }

  #menu.homemenu {
    width: 520px;
  }

  #menu.homemenu {
    width: 440px;
  }

  #menu.homemenu .logo {
    margin-top: -65px;
  }

  #menu.homemenu.close .logo svg {
    margin-left: -8px;
  }

  #menu.homemenu.close .logo:after {
    width: 142px;
  }

  #menu.homemenu .logo svg {
    width: 410px;
    fill: #ffffff;
    margin-left: 45px;
  }

  #menu:before {
    margin-top: 30px;
  }

  #menu.homemenu .logo:after {
    width: 40px;
  }

  #home .sec1 .link,
  #home .sec1 .slogan {
    left: 475px;
  }
}
@media only screen and (max-width: 1200px) {
  #home .footer .info .two_box{
    display: block;
  }
  #menu.homemenu {
    width: 245px;
  }
  #menu.homemenu .logo:before {
    width: 40px;
  }
  #menu.homemenu .logo:after {
    width: 145px;
  }
  #menu.homemenu .logo svg {
    margin-left: -10px;
  }
  #menu.homemenu .logo .bg img {
    opacity: 1;
  }
  #menu.homemenu .copyright {
    width: 100px;
  }
  #menu.homemenu .cloud {
    opacity: 1;
    bottom: 21px;
    left: auto;
    right: 120px;
    opacity: 1;
  }
  #menu.homemenu .closebg {
    margin-top: -166px;
    opacity: 1;
  }

  #home .sec1 .link,
  #home .sec1 .slogan {
    left: 286px;
  }

}
@media only screen and (min-width: 1025px) {
  #home .sec3 .swiper-button-next:hover,
  #home .sec3 .swiper-button-prev:hover{
    background-color: #242c51;
  }
  .readmore:hover {
    color: white;
    background-color: transparent;
  }
  .readmore:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: all 1.2s cubic-bezier(0.4, 0, 0, 1);
  }

  #home .sec1 .contact_link:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: all 1.2s cubic-bezier(0.4, 0, 0, 1);
  }

  #menu.homemenu .btn:hover {
    transform: rotate(90deg);
  }

  #home .sec3 .three_box .link:hover .imgs .color.black {
    opacity: 1;
  }
  #home .sec3 .three_box .link:hover .logo {
    opacity: 1;
    transform: translateY(-20px);
  }
  #home .sec3 .three_box .link:hover .text_box {
    background-color: #242c51;
    color: white;
  }
  #home .sec3 .three_box .link:hover .text_box:after {
    width: 230px;
  }

  #home .footer .info .box:hover:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #menu.homemenu .btn.close {
    transform: scale(0.8) rotate(90deg);
  }
  #home .footer .info .disclaimer{
    right: 7px;
    bottom: 57px;
  }
  #home .sec2:before {
    display: none;
  }

  #menu.homemenu {
    width: 100%;
    height: 78px;
    background-color: white;
    opacity: 1;
    transform: translateX(0);
  }
  #menu.homemenu.close {
    width: 100%;
  }
  #menu.homemenu.close .logo {
    /* width: 260px; */
  }
  #menu.homemenu.close .logo svg {
    margin-left: 0;
  }
  #menu.homemenu .btn {
    right: 5%;
    left: auto;
    top: 14px;
    transform: scale(0.7);
  }
  /* #menu.homemenu .logo {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 82px;
  }
  #menu.homemenu .logo svg {
    margin-left: 0;
    background-color: black;
    width: 300px;
    top: -7px;
    position: absolute;
    left: 0;
  } */
  #menu.homemenu .logo {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 215px;
}
#menu.homemenu .logo svg {
    margin-left: 0;
    background-color: black;
    width: 230px;
    top: 4px;
    position: absolute;
    left: 0;
}

  #menu.homemenu .closebg,
  /* #menu.homemenu .cloud, */
  #menu.homemenu .copyright,
  #menu.homemenu .line,
  #menu.homemenu .logo:after,
  #menu.homemenu .logo:before,
  #menu.homemenu .title {
    display: none;
  }

  #home #scroll {
    max-height: none;
    display: block;
    height: auto;
  }
  #home #scroll:after {
    content: '';
    clear: both;
    display: block;
  }

  #home .sec2 .en {
    display: none;
  }

  body {
    overflow-y: auto;
  }

  #home {
    height: auto;
    overflow: auto;
    transform: translateY(0);
  }

  .slide-wrapper {
    position: absolute;
  }

  #home .sec1 .contact_link {
    display: none;
  }

  #home .sec_box {
    height: auto;
    float: left;
    display: block;
    width: 100%;
  }

  #home .sec1 {
    width: 100%;
    height: 90vw;
    margin-top: 78px;
    float: left;
    overflow: visible;
    max-height: 85vh;
  }

  #main5 {
    overflow: hidden;
    pointer-events: none;
  }

  #home .sec1 .link,
  #home .sec1 .slogan {
    left: 0;
    padding-left: 50px;
    position: relative;
  }

  #home .sec1 .link {
    top: 0;
    margin-top: 35vw;
  }

  #home .sec1 .slogan {
    top: 0;
    position: relative;
    margin-top: 55px;
  }

  #home .sec1 .link,
  .maintitle {
    font-size: 48px;
    line-height: 55px;
    display: inline-block;
  }

  #home .sec1 .rock_ani {
    transform: rotate(90deg);
    right: 50%;
    margin-right: -64px;
    top: auto;
    bottom: 0;
  }

  .rock_ani .icon {
    width: 70px;
    height: 70px;
  }

  .rock_ani .icon svg {
    position: relative;
    fill: #161616;
    width: 30px;
    transform: rotate(44deg);
    top: 20px;
  }

  .maintitle span:before {
    width: 100%;
  }

  #home .top_arrow {
    display: none;
  }

  #home .sec2 {
    width: 100%;
    float: left;
    display: block;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    background-color: black;
    padding-bottom: 115px;
  }

  #home .sec2 .bg {
    width: 100%;
    height: 100%;
    top: -2px;
    left: 0;
    z-index: 1;
    transform: rotateX(180deg) rotateY(0);
  }

  #home .sec2 .target_box .num {
    opacity: 1;
    transform: translateX(0);
  }

  #home .sec2 .target_box .num {
    font-size: 90px;
  }

  #home .sec2 .target_box {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
    padding: 0 50px;
    margin-bottom: 10px;
    z-index: 3;
  }

  #home .sec2 .target_box .box {
    position: relative;
  }

  #home .sec2 .target_box .box:nth-child(1) {
    left: 0;
  }

  #home .sec2 .target_box .box:nth-child(2) {
    left: 0;
    top: 0;
    margin-top: 90px;
  }

  #home .sec2 .target_box .box:nth-child(3) {
    left: 0;
    top: 0;
    margin-top: 183px;
  }

  #home .sec2 .imgs {
    position: relative;
    left: 0;
    width: 65%;
  }
  #home .sec2 .imgs:after {
    content: '';
    clear: both;
    display: block;
  }

  #home .sec2 .imgs02 {
    right: 0;
    width: 76%;
    float: right;
    margin-top: -80px;
  }

  #home .sec2 .text_box {
    left: 50px;
    bottom: 16%;
  }
  #home .sec3 .swiper-button-next{
    left: 50%;
    margin-left: 15px;
    bottom: -22px;    margin-bottom: 30px;
  }
  #home .sec3 .swiper-button-prev{
    left: 50%;
    margin-left: -71px;
    bottom: -22px;    margin-bottom: 30px;
  }

  #home .sec3 .planet {
    position: absolute;
    left: 50px;
    top: -57px;
    z-index: 2;
    width: 330px;
  }

  #home .sec3 .award {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: block;
    float: left;
    margin-top: 90px;
    margin-bottom: 50px;
  }
  #home .sec3 .award .title .main_name{
    right: auto;
    left: 0;
  }
  #home .sec3 .award .title {
    position: relative;
    float: left;
    top: 0;
    left: 60px;
  }

  #home .sec3 .award .award_block {
    position: relative;
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 145px;
    bottom: auto;
    float: left;
  }

  #home .sec3 .award .award_block .box .imgs {
    background-position: 50px;
    width: 250px;
  }

  #home .footer .circle1,
  #home .footer .light,
  #home .sec3 .circle1,
  #home .sec3 .circle2,
  #home .sec3 .planet2,
  #home .sec3 .three_box .bgline {
    display: none;
  }

  #home .sec3 .three_box {
    position: relative;
    width: 100%;
    display: block;
    z-index: 5;
    float: left;
    padding-left: 0;
  }
  #home .sec3 .three_box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5a5a5a;
  }
  #home .sec3 .three_box .swiper-pagination-bullet {
    background-color: #b9b9b9;
    width: 13px;
    height: 13px;
    margin: 0 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #home .sec3 .three_box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
  }

  #home .sec3 .colorball {
    left: auto;
    background: none;
    width: 320px;
    overflow: hidden;
    border-radius: 0;
    right: 0;
    bottom: 208px;
    top: auto;
  }
  #home .sec3 .colorball:after {
    content: '';
    position: absolute;
    width: 650px;
    height: 650px;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    background: #f2bded;
    background: -moz-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #f2bded), color-stop(100%, #c3ebf2));
    background: -webkit-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
    background: -o-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
    background: -ms-linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
    background: linear-gradient(45deg, #f2bded 0%, #c3ebf2 100%);
  }

  #home .sec3 .award .award_block .box .name {
    width: 20%;
  }

  #home .sec3 .spaceman {
    left: auto;
    right: 0;
    z-index: 8;
    top: 80vw;
  }

  #home .sec3 .work_box {
    display: none;
  }

  #home .sec3 .three_box .link,
  #home .sec3 .three_box .link:nth-child(1),
  #home .sec3 .three_box .link:nth-child(2),
  #home .sec3 .three_box .link:nth-child(3),
  #home .sec3 .three_box .link:nth-child(4),
  #home .sec3 .three_box .link:nth-child(5),
  #home .sec3 .three_box .link:nth-child(6) {
    opacity: 1;
    margin-top: 0;
    transform: translateX(0);
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
  }

  #home .sec3 .three_box .link .text_box {
    padding-left: 20px;
  }

  #home .sec3 .three_box .link .text_box:after,
  #home .sec3 .three_box .link .text_box:before {
    width: 195px;
    background-color: black;
  }

  #home .sec3 .three_box.show .link {
    width: 330px;
  }

  .swiper-container {
    width: 100%;
    margin-bottom: 50px;
    padding-bottom: 68px;
  }

  #home .footer .bg {
    background-color: #15161a;
    position: absolute;
  }

  #home .footer .cloud {
    margin-top: 90px;
    position: relative;
    padding: 0;
  }

  #home .footer .info {
    margin-top: 75px;
    padding: 0 9px;
    position: relative;
  }

  #home .footer {
    min-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 200px;
  }

  #home .footer .info .box:after {
    width: 100%;
    display: none;
  }

  #home .footer .info .box:nth-child(2):after {
    display: block;
  }

  #home .footer .copyright {
    display: block;
    color: #777777;
    position: absolute;
    bottom: 60px;
    z-index: 3;
    font-size: 12px;
    transform: scale(0.9);
    transform-origin: left;
    padding-left: 10px;
    line-height: 16px;
  }
  #home .footer .copyright a {
    color: #777777;
  }

  #home .footer .rock_ani {
    transform: rotate(-90deg);
    right: 90px;
    bottom: 133px;
    top: auto;
  }

  #home .footer .info .title {
    right: 10px;
    color: white;
  }

  #home .sec2 .circle1 {
    position: absolute;
    left: -63vw;
    bottom: auto;
    z-index: 5;
    transform: scale(0.8);
    top: -193vw;
    z-index: 1;
  }

  #home .sec2 .circle2 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  #home .sec3 .award .award_block .box .imgs {
    background-position: 0;
    background-size: contain;
  }

  #home .sec3 .spaceman,
  #home .sec3 .spaceman.show {
    transform: scale(0.7) translateX(40px);
    top: 85vw;
  }

  #home .sec3 .award .award_block .box .imgs {
    width: 155px;
  }
/* 20210708 */
  #home .sec1 {
    height: 165vw;
    max-height: 90vh;
  }
}
@media only screen and (max-width: 600px) {
  #menu.homemenu .cloud{
    bottom: 12px;
    right: 80px;
    left: auto;

  }
  #home #scroll{
    white-space: normal;
  }
  #home .footer .info .disclaimer{
    right: 7px;
    bottom: auto;
    top: 454px;
  }
  #home .footer .info .box .field.fax{
        width: calc(100% - 115px);
        display: block;
  }
  #loader .logo {
    margin-left: -167px;
  }

  #loader .rock_ani {
    margin-left: 26px;
  }

  #loader .loadnum {
    transform: SCALE(0.7);
    margin-left: -55px;
  }

  .pace .pace-progress:after {
    font-size: 13px;
    margin-left: 61px;
    margin-top: -21px;
  }

  #menu.homemenu {
    height: 61px;
  }

  /* #menu.homemenu .logo {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 34px;
    left: 8%;
  }

  #menu.homemenu .logo svg {
    width: 250px;
    left: -34px;
  } */
  #menu.homemenu .logo {
    height: 38px;
    top: 12px;
    margin-top: 0;
    width: 123px;
    left: 6%;
}
#menu.homemenu .logo svg {
  width: 160px;
  left: -19px;
  top: -6px;
}

  #menu.homemenu.close .logo {
    width: 140px;
  }

  #menu.close .logo {
    /* width: 140px; */
  }
  #menu.close .logo svg {
    /* width: 180px;
    left: -21px;
    top: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; */
  }

  #menu.homemenu .btn {
    right: 8%;
    left: auto;
    top: 5px;
    transform: scale(0.65);
    margin-right: -8px;
  }

  #menu_box {
    width: 100%;
    height: calc(100% - 61px);
    right: 0;
    top: 61px;
  }

  #menu_box .link .en {
    font-size: 20px;
  }

  #menu.homemenu .btn.close {
    transform: scale(0.7) rotate(90deg);
  }

  .top_lang {
    right: 8%;
    margin-right: 62px;
    top: 25px;
  }

  #menu_box .link.about img {
    top: 50%;
    margin-top: -34vw;
  }

  #menu_box .link.work img {
    top: 50%;
    margin-top: -34vw;
  }

  #menu_box .link.news img {
    top: 10vh;
  }

  #menu_box .link .tw,
  #menu_box .link.contact .tw {
    top: 25px;
  }

  #menu_box .link.contact svg {
    width: 18px;
    bottom: 26px;
  }

  #home .sec1 .link,
  .maintitle {
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
  }

  .maintitle span:after {
    height: 1px;
  }

  #home .sec1 {
    height: 80vh;
    margin-top: 60px;
  }

  #home .sec1 .link {
    top: 0;
    margin-top: 57%;
  }

  #home .sec1 .slogan {
    /* font-size: 12px; */
    margin-top: 40px;
  }

  #home .sec1 .link,
  #home .sec1 .slogan {
    left: 0;
    padding-left: 8%;
    position: relative;
  }

  .rock_ani {
    padding-right: 38px;
  }
  .rock_ani .icon {
    transform: scale(0.7);
  }

  #home .sec1 .rock_ani {
    margin-right: -56px;
  }

  .rock_ani.show:before {
    width: 40px;
  }

  .rock_ani .line {
    left: -20px;
    transform: scale(0.7);
  }

  #home .sec2 .target_box .num {
    font-size: 50px;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }

  #home .sec2 .target_box .num:after {
    height: 1px;
  }

  #home .sec2 .target_box {
    padding: 0;
    justify-content: space-between;
    margin-top: 45px;
  }

  #home .sec2 {
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 256px;
  }

  #home .sec2 .target_box .text {
    font-size: 12px;
    letter-spacing: 1px;
  }

  #home .sec2 .target_box .box:nth-child(2) {
    left: 0;
    top: 0;
    margin-top: 62px;
  }

  #home .sec2 .target_box .box:nth-child(3) {
    margin-top: 126px;
  }

  #home .sec2 .circle1 {
    left: -166vw;
    transform: scale(0.6);
    top: -298vw;
  }

  #home .sec2 .bg {
    background-size: cover;
    background-position: 50%;
  }

  #home .sec2 .imgs02 {
    margin-top: -48px;
  }

  #home .sec2 .text_box .text {
    position: relative;
    width: 100%;
    line-height: 28px;
    margin-bottom: 18px;
    font-size: 16px;
  }

  #home .sec2 .text_box {
    left: auto;
    bottom: 110px;
    right: 8%;
    width: 64%;
  }

  #home .sec2 .text_box .more {
    width: 150px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
  }

  #home .sec3 .planet {
    position: absolute;
    left: -73px;
    top: -57px;
    z-index: 2;
    width: 258px;
  }

  #home .sec3 .award .title {
    left: 0;
  }
  #home .sec3 .award .title .main_name{
    top: -2px;
  }
  #home .sec3 .award {
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 60px;
    margin-bottom: 130px;
  }

  #home .sec3 .award .award_block .box .memo {
    display: none;
  }

  #home .sec3 .award .award_block .box .imgs {
    min-width: 160px;
  }

  #home .sec3 .award .award_block .box .name {
    width: 70%;
  }

  #home .sec3 .award .award_block {
    margin-top: 110px;
  }

  #home .sec3 .spaceman,
  #home .sec3 .spaceman.show {
    transform: scale(1) translateX(0px);
    top: auto;
    transition: none;
    width: 92px;
    bottom: 538px;
    right: 53px;
  }

  #home .sec3 .three_box .link,
  #home .sec3 .three_box.show .link {
    width: 280px;
    height: 415px;
  }

  #home .sec3 .three_box .link .imgs,
  #home .sec3 .three_box.show .link .imgs{
    left: 50%;
    transform: translateX(-50%);
    margin-left: -7px;
    width: 324px;
  }




  .swiper-container {
    margin-bottom: 30px;
  }

  #home .sec3 .colorball:after {
    width: 364px;
    height: 364px;
    right: -105px;
    left: auto;
  }

  #home .sec3 .colorball {
    left: auto;
    background: none;
    width: 320px;
    overflow: hidden;
    border-radius: 0;
    right: 0;
    bottom: 86px;
    top: auto;
    height: 500px;
  }

  #home .sec3 .three_box .link .text_box .en {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #home .sec3 .three_box .link .text_box .tw{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #home .sec3 .three_box .link .text_box:after,
  #home .sec3 .three_box .link .text_box:before {
    width: 180px;
  }

  #home .sec3 .three_box .link .text_box {
    padding-left: 0;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -16px;
    padding-right: 0;
  }

  #home .sec3 .three_box .link .logo {
    display: none;
  }
  #home .sec3 .swiper-button-next {
    left: auto;
    margin-left: 0;
    bottom: auto;
    margin-bottom: auto;
    transform: scale(.7);
    right: 0;
    top: 162px;
    margin-top: 0;
}

#home .sec3 .swiper-button-prev {
  left: auto;
  margin-left: 0;
  bottom: auto;
  margin-bottom: auto;
  transform: scale(.7);
  top: 162px;
  margin-top: 0;
}

  #home .footer .bg {
    background-color: #151618;
    border-bottom: 1px solid black;
  }

  #home .footer .copyright {
    bottom: 115px;
  }

  #home .footer {
    min-width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 180px;
  }
  #home .footer .info {
    font-size: 13px;
    margin-top: 65px;
  }
  #home .footer .info .title {
    font-size: 18px;
  }
  #home .footer .rock_ani .icon {
    transform: scale(0.5);
    left: -8px;
  }
  #home .footer .rock_ani.show:before {
    width: 27px;
    opacity: 0.8;
  }
  #home .footer .rock_ani .line {
    left: -18px;
    transform: scale(0.5);
  }
  #home .footer .rock_ani {
    transform: rotate(-90deg);
    right: 8%;
    bottom: 50px;
    top: auto;
    width: 79px;
    /* margin-right: -16px; */
  }
  #home .footer .cloud {
    margin-top: 46px;
  }


  #phone_menu{
    position: fixed;
    top: 60px;
    width: 100%;
    background-color: #242c51;
    z-index: 10;
    font-size: 14px;
    display: flex;
    height: 37px;
    align-items: center;
    transform: translateY(-60px);
    opacity: 0;
    transition: all .6s ease;
  }
  #phone_menu.show{
    transform: translateY(-0);
    opacity: 1;
  }
  #phone_menu .link{
    color: white;
    width: 25%;
    text-align: center;
    border-right: 1px solid #53619e;
    height: 100%;
    line-height: 38px;
  }
  #phone_menu .link:last-child{
    border-right: 0;
  }




}


/* 20211215  start */
#menu.homemenu{
  opacity:transform .3s ;

}
#menu.homemenu.leaver{
  transform: translateX(-100%);
}

/* 20211215  end */

/* Derrick add logo */
.logo_empty {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  opacity: 0;
}

.logo_empty::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 29px;
  background: #fff;
}

.logo_empty-video {
  width: 480px;
  -webkit-transform: translate(50px, 29px);
          transform: translate(50px, 29px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border: none;
}

.logo_mask {
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

@media all and (min-width: 1201px) {
  .logo_empty {
    opacity: 1;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  .logo_empty-video {
    width: 380px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(59px, 23px);
            transform: translate(59px, 23px);
  }
}

@media all and (min-width: 1201px) {
  #menu.homemenu::before {
    top: calc(50% + 10px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #menu.homemenu::after {
    bottom: calc(50% - 15px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #menu.homemenu .logo {
    height: 166px;
  }
  #menu.homemenu .logo::before {
    width: 55px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  #menu.homemenu .logo::after {
    width: 80px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  #menu.homemenu .logo svg {
    opacity: 0;
  }
  #menu.homemenu.close .logo svg {
    opacity: 1;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  #menu.homemenu::before {
    top: 50%;
  }
  #menu.homemenu::after {
    bottom: calc(50% - 18px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #menu.homemenu .logo::before {
    width: 65px;
  }
  #menu.homemenu .logo::after {
    width: 20px;
    -webkit-transition: all 0.8s cubic-bezier(0.95, 0.05, 0.8, 0.04);
    transition: all 0.8s cubic-bezier(0.95, 0.05, 0.8, 0.04);
  }
}
