@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);
.in-banner {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .in-banner {
    height: 220px;
    margin-top: 60px;
  }
}
.in-banner.pr-bn {
  background: url("../../images/frontend/prbn.jpg") no-repeat center;
  background-size: cover;
}
.in-banner .txt h2 {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt h2 {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.in-banner .txt .path {
  display: flex;
  flex-wrap: wrap;
}
.in-banner .txt .path a {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path a {
    font-size: 12px;
  }
}
.in-banner .txt .path span {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path span {
    font-size: 12px;
  }
}
.in-banner .txt .path p {
  font-weight: bold;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path p {
    font-size: 12px;
  }
}

.prde-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #222222;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .prde-title {
    font-size: 20px;
  }
}

.prde-p {
  color: #7D8A90;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .prde-p {
    line-height: 1.5;
  }
}

.section-description {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-description {
    padding-bottom: 40px;
  }
}
.section-description .top-flex {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 999px) {
  .section-description .top-flex {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
.section-description .left-primg {
  flex: 0 0 auto;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  border: 1px solid #EEF7FF;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .section-description .left-primg {
    max-width: 500px;
  }
}
@media only screen and (max-width: 999px) {
  .section-description .left-primg {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg {
    padding: 15px;
  }
}
.section-description .left-primg .pic-area {
  width: 100%;
  padding-bottom: 62.5%;
  position: relative;
  margin-bottom: 10px;
}
.section-description .left-primg .pic-area .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-description .left-primg .pic-area .imgbox img {
  max-width: 100%;
  max-height: 100%;
}
.section-description .left-primg .bottom-area {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .bottom-area {
    flex-wrap: wrap;
    width: 100%;
  }
}
.section-description .left-primg .bottom-area .left-item {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .bottom-area .left-item {
    width: 100%;
  }
}
.section-description .left-primg .bottom-area .left-item .arr-area {
  display: flex;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .bottom-area .left-item .arr-area {
    margin-left: 10px;
    width: 30%;
  }
}
.section-description .left-primg .bottom-area .left-item .arr-area .btnarr {
  position: relative;
  border: 1px solid #EEF5FF;
  width: 50px;
  height: 50px;
  top: 0;
  margin: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .bottom-area .left-item .arr-area .btnarr {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .section-description .left-primg .bottom-area .left-item .arr-area .btnarr:hover {
    transition: all 0.3s;
    background: #EEF5FF;
  }
}
.section-description .left-primg .bottom-area .magnifier {
  width: 50px;
  height: 50px;
  border: 1px solid #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .section-description .left-primg .bottom-area .magnifier:hover {
    transition: all 0.3s;
    background: #EEF5FF;
  }
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .bottom-area .magnifier {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 20;
    border-radius: 0 10px 0px 20px;
    width: 40px;
    height: 40px;
  }
  .section-description .left-primg .bottom-area .magnifier svg {
    width: 20px;
    height: auto;
  }
}
.section-description .left-primg .pic-select {
  width: 230px;
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .pic-select {
    width: 70%;
    margin: 0;
  }
}
.section-description .left-primg .pic-select .swiper-slide {
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EEF5FF;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .section-description .left-primg .pic-select .swiper-slide:hover {
    transition: all 0.3s;
    border: 1px solid #00DDFF;
  }
}
@media only screen and (max-width: 767px) {
  .section-description .left-primg .pic-select .swiper-slide {
    width: 60px;
  }
}
.section-description .left-primg .pic-select .swiper-slide.now {
  border: 4px solid #00DDFF;
}
.section-description .left-primg .pic-select .swiper-slide.now:hover {
  border: 4px solid #00DDFF;
}
.section-description .left-primg .pic-select .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.section-description .right-cont {
  padding-left: 50px;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .section-description .right-cont {
    padding-left: 0;
  }
}
.section-description .right-cont h2 {
  font-size: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 999px) {
  .section-description .right-cont h2 {
    font-size: 40px;
  }
}
.section-description .right-cont .inf {
  font-size: 20px;
  color: #4670A0;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .section-description .right-cont .inf {
    font-size: 18px;
  }
}
.section-description .right-cont .contactbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #088CFF;
  padding: 0px 30px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .section-description .right-cont .contactbtn:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
}
@media only screen and (max-width: 999px) {
  .section-description .right-cont .contactbtn {
    height: 60px;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-description .right-cont .contactbtn {
    max-width: 100%;
    padding: 0px 20px;
  }
  .section-description .right-cont .contactbtn svg {
    width: 40px;
    height: auto;
  }
}
.section-description .right-cont .contactbtn p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.section-feature-specification {
  background: #F3F9FF;
  padding: 60px 0px;
}
@media only screen and (max-width: 767px) {
  .section-feature-specification {
    padding: 40px 0px;
  }
}
.section-feature-specification .ul-style1 {
  list-style: none;
}
.section-feature-specification .ul-style1 li {
  display: flex;
  color: #7D8A90;
  margin-bottom: 8px;
}
.section-feature-specification .ul-style1 li .dot {
  flex: 0 0 auto;
  margin-right: 5px;
}
.section-feature-specification .itemmarb {
  margin-bottom: 40px;
}
.section-feature-specification .itemmarb:last-child {
  margin-bottom: 0;
}
.section-feature-specification .ul-style2 li {
  display: flex;
  align-items: flex-start;
  color: #7D8A90;
  margin-bottom: 8px;
}
.section-feature-specification .ul-style2 li .left-area {
  display: flex;
  font-weight: bold;
  flex: 0 0 auto;
  width: 220px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .section-feature-specification .ul-style2 li .left-area {
    width: 50%;
  }
}
.section-feature-specification .ul-style2 li .left-area .dot {
  flex: 0 0 auto;
  margin-right: 5px;
}
.section-related {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-related {
    padding-top: 40px;
  }
}
.section-related .top-area {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.section-related .top-area .des-txt {
  flex: 0 0 auto;
}
@media only screen and (max-width: 999px) {
  .section-related .top-area .des-txt {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section-related .top-area .des-txt {
    max-width: 100%;
  }
}
.section-related .top-area .swiper-pagination {
  position: relative;
  top: initial;
  left: initial;
  text-align: right;
  bottom: initial;
}
@media only screen and (max-width: 767px) {
  .section-related .top-area .swiper-pagination {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
}
.section-related .top-area .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 60px;
  height: 6px;
  background: #CAD7E6;
  opacity: 1;
}
@media only screen and (max-width: 1279px) {
  .section-related .top-area .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-related .top-area .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.section-related .top-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00DDFF;
}
.section-related .mySwiper3 .swiper-slide a {
  border: 1px solid #CAD7E6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1000px) {
  .section-related .mySwiper3 .swiper-slide a:hover .pic-area .img-area {
    transform: scale(1.1);
    transition: all 0.3s;
  }
}
.section-related .mySwiper3 .swiper-slide a .pic-area {
  position: relative;
  width: 100%;
  padding-bottom: 68.5714285714%;
  overflow: hidden;
}
.section-related .mySwiper3 .swiper-slide a .pic-area .img-area {
  transform: scale(1);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.section-related .mySwiper3 .swiper-slide a .pic-area .img-area img {
  max-width: 100%;
  max-height: 100%;
}
.section-related .mySwiper3 .swiper-slide a .titlebox {
  background: #F3F9FF;
  padding: 15px 20px;
}
.section-related .mySwiper3 .swiper-slide a .titlebox h3 {
  color: #333333;
  font-size: 24px;
}
.section-related .mySwiper3 .swiper-slide a .short-inf {
  background: #E5EEF7;
  font-size: 18px;
  color: #7D8A90;
  line-height: 1.4;
  padding: 15px 20px;
}

.pr-list-fn {
  margin-bottom: 30px;
}
.pr-list-fn ul {
  display: flex;
  flex-wrap: wrap;
}
.pr-list-fn li {
  border-radius: 10px;
  width: calc(33.3333333333% - 26.6666666667px);
  margin-right: 40px;
  display: flex;
  background: #FFF;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  .pr-list-fn li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pr-list-fn li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pr-list-fn li:nth-child(3n) {
  margin-right: 0;
}
.pr-list-fn li:hover {
  transition: all 0.3s;
  box-shadow: 0px 10px 30px rgba(8, 140, 255, 0.4);
}
.pr-list-fn li:hover .border-hover {
  transition: all 0.3s;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.pr-list-fn li .border-hover {
  border: 6px solid #00DDFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .pr-list-fn li .border-hover {
    border: 4px solid #00DDFF;
  }
}
.pr-list-fn a {
  border: 1px solid #CAD7E6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.pr-list-fn a .pic-area {
  position: relative;
  width: 100%;
  padding-bottom: 68.5714285714%;
  overflow: hidden;
}
.pr-list-fn a .pic-area .img-area {
  transform: scale(1);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.pr-list-fn a .pic-area .img-area img {
  max-width: 100%;
  max-height: 100%;
}
.pr-list-fn a .titlebox {
  background: #F3F9FF;
  padding: 15px 20px;
}
.pr-list-fn a .titlebox h3 {
  color: #333333;
  font-size: 24px;
}
.pr-list-fn a .short-inf {
  background: #E5EEF7;
  font-size: 18px;
  color: #7D8A90;
  line-height: 1.4;
  padding: 20px 20px;
  height: 100%;
}
.pr-list-fn a .short-inf .line_ellipsis_2 {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.more-card {
  border: 1px solid #CAD7E6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
  max-width: 470px;
  width: 100%;
  transition: all 0.3s;
}
.more-card p {
  color: #00A3E0;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
.more-card svg path {
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .more-card:hover {
    background: #00DDFF;
    border: 1px solid #00DDFF;
    transition: all 0.3s;
  }
  .more-card:hover p {
    color: #FFF;
    transition: all 0.3s;
  }
  .more-card:hover svg path {
    transition: all 0.3s;
    fill: #FFFFFF;
  }
}

.header {
  background: #000;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 50;
  padding-right: 70px;
}
@media only screen and (max-width: 999px) {
  .header {
    height: 60px;
    padding-right: 0;
    top: 0;
    left: 0;
  }
}
.header .logo {
  display: block;
}
.header .logo img {
  display: block;
  max-height: 70px;
}
@media only screen and (max-width: 1599px) {
  .header .logo img {
    width: 25vw;
  }
}
@media only screen and (max-width: 1279px) {
  .header .logo img {
    width: 20vw;
  }
}
@media only screen and (max-width: 999px) {
  .header .logo img {
    width: 45.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header .logo img {
    width: 50vw;
  }
}
.header .mb-hambruger {
  display: none;
  z-index: 50;
}
@media only screen and (max-width: 999px) {
  .header .mb-hambruger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    background: #00A3E0;
    height: 60px;
  }
}
.header .mb-hambruger .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 45px;
  height: 60px;
}
.header .mb-hambruger .hamRotate.active {
  transform: rotate(45deg);
}
.header .mb-hambruger .hamRotate180.active {
  transform: rotate(180deg);
}
.header .mb-hambruger .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #FFF;
  stroke-width: 4;
  stroke-linecap: round;
}
.header .mb-hambruger .ham4 .top {
  stroke-dasharray: 40 121;
}
.header .mb-hambruger .ham4 .bottom {
  stroke-dasharray: 40 121;
}
.header .mb-hambruger .ham4.active .top {
  stroke-dashoffset: -68px;
}
.header .mb-hambruger .ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.header .flex-box {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 20px;
}
@media only screen and (max-width: 1279px) {
  .header .flex-box {
    padding: 0px 0px 0px 10px;
  }
}
.header .main-menu {
  list-style: none;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .header .main-menu {
    position: fixed;
    flex-direction: column;
    background: #FFF;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: auto;
    display: none;
  }
}
.header .main-menu li {
  height: 100%;
}
@media only screen and (max-width: 999px) {
  .header .main-menu li {
    height: initial;
  }
}
.header .main-menu li .big-title {
  font-weight: bold;
  height: 100%;
  color: #FFF;
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu li .big-title {
    font-size: 16px;
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu li .big-title {
    font-size: 16px;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 999px) {
  .header .main-menu li .big-title {
    padding: 20px;
    color: #333;
    height: initial;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (min-width: 1000px) {
  .header .main-menu li:hover .big-title {
    transition: all 0.3s;
    color: #00A3E0;
    background: #FFF;
  }
  .header .main-menu li:hover .menu2 {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
.header .main-menu .menu2 {
  width: 100%;
  padding: 60px 0px 60px 0;
  position: absolute;
  top: 70px;
  background: #FFF;
  z-index: 100;
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  visibility: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 {
    padding: 40px 0px 40px 0;
  }
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 {
    position: relative;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    visibility: visible;
    padding: 0;
    box-shadow: none;
    display: none;
  }
}
.header .main-menu .menu2 .mb-prmenu {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .mb-prmenu {
    display: block;
  }
}
.header .main-menu .menu2 .mb-prmenu .mb-1 {
  display: none;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .flex-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #eee;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .flex-box.now .arr1, .header .main-menu .menu2 .mb-prmenu .mb-1 .flex-box.now .arrg {
  transform: rotate(180deg);
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .flex-box .catatitle {
  color: #555;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .mb-2 {
  display: none;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .mb-2 .flex-box {
  padding: 12px 20px 12px 40px;
  font-weight: normal;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .mb-2 .flex-box .catatitle {
  font-weight: normal;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .mb-3 {
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}
.header .main-menu .menu2 .mb-prmenu .mb-1 .mb-3 .flex-box {
  padding: 5px 20px 5px 40px;
  border-bottom: 0;
}
.header .main-menu .menu2 .title-area {
  color: #555;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .title-area {
    display: none;
  }
}
.header .main-menu .menu2 .defultbox {
  width: 100%;
  height: 100%;
  background: #F8FCFF;
  border-radius: 15px;
  color: #B9CADB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}
.header .main-menu .menu2 .sp-main1620 {
  max-width: 1660px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .sp-main1620 {
    display: none;
  }
}
.header .main-menu .menu2 .sp-main1620o {
  max-width: 1660px;
  padding: 0px 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .sp-main1620o {
    padding-top: 20px;
  }
}
.header .main-menu .menu2 .flex-list1 {
  list-style: none;
  display: flex;
  align-items: stretch;
}
.header .main-menu .menu2 .flex-list1 .li {
  border-right: 1px solid #DDDDDD;
  height: initial;
}
.header .main-menu .menu2 .flex-list1 .li:nth-child(1) {
  width: 320px;
  flex: 0 0 auto;
  padding-right: 40px;
}
.header .main-menu .menu2 .flex-list1 .li:nth-child(2) {
  padding: 0px 30px;
  min-width: 690px;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-list1 .li:nth-child(2) {
    min-width: initial;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-list1 .li:nth-child(2) {
    padding: 0px 20px;
  }
}
.header .main-menu .menu2 .flex-list1 .li:nth-child(3) {
  padding: 0px 30px;
  min-width: 470px;
  border-right: 0;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-list1 .li:nth-child(3) {
    min-width: initial;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-list1 .li:nth-child(3) {
    padding: 0px 20px;
  }
}
.header .main-menu .menu2 .flex-list1 .li .item1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-list1 .li .item1 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .header .main-menu .menu2 .flex-list1 .li .item1:hover .catatitle {
    color: #00A3E0;
    transition: all 0.3s;
  }
  .header .main-menu .menu2 .flex-list1 .li .item1:hover .arr {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s;
  }
}
.header .main-menu .menu2 .flex-list1 .li .item1.now .catatitle {
  color: #00A3E0;
}
.header .main-menu .menu2 .flex-list1 .li .item1.now .arr {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .flex-list1 .li .item1 .catatitle {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-list1 .li .item1 .catatitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-list1 .li .item1 .catatitle {
    font-size: 18px;
  }
}
.header .main-menu .menu2 .flex-list1 .li .item1 .arr {
  flex: 0 0 auto;
  margin-left: 15px;
  transition: all 0.3s;
  margin-top: 3px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .flex-list1 .li .item1 .arr svg {
  display: block;
}
.header .main-menu .menu2 .flex-piclist {
  display: flex;
}
.header .main-menu .menu2 .flex-piclist .left-picbox {
  background: #00A3E0;
  padding: 30px 20px;
  height: 325px;
  border-radius: 15px;
  width: 275px;
  margin-right: 40px;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-piclist .left-picbox {
    width: 220px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-piclist .left-picbox {
    display: none;
  }
}
.header .main-menu .menu2 .flex-piclist .left-picbox h3 {
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.header .main-menu .menu2 .flex-piclist .left-picbox .icon-area {
  width: 100%;
}
.header .main-menu .menu2 .flex-piclist .left-picbox .icon-area img {
  max-width: 100%;
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2:hover .catatitle {
    color: #00A3E0;
    transition: all 0.3s;
  }
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2:hover .arr {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s;
  }
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2.now .catatitle {
  color: #00A3E0;
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2.now .arr {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 .catatitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 .catatitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 .catatitle {
    font-size: 16px;
  }
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 .arr {
  flex: 0 0 auto;
  margin-left: 15px;
  transition: all 0.3s;
  margin-top: 3px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .flex-piclist .right-cata-list2 .item2 .arr svg {
  display: block;
}
.header .main-menu .menu2 .item3 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .item3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .item3 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .header .main-menu .menu2 .item3:hover .catatitle {
    color: #00A3E0;
    transition: all 0.3s;
  }
  .header .main-menu .menu2 .item3:hover .arr {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s;
  }
}
.header .main-menu .menu2 .item3.now .catatitle {
  color: #00A3E0;
}
.header .main-menu .menu2 .item3.now .arr {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .item3 .catatitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .item3 .catatitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  .header .main-menu .menu2 .item3 .catatitle {
    font-size: 16px;
  }
}
.header .main-menu .menu2 .item3 .arr {
  flex: 0 0 auto;
  margin-left: 15px;
  transition: all 0.3s;
  margin-top: 3px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
.header .main-menu .menu2 .item3 .arr svg {
  display: block;
}
.header .main-menu .menu2 .facmenu {
  flex-wrap: wrap;
  display: flex;
}
.header .main-menu .menu2 .facmenu a {
  display: flex;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 40px;
  width: 280px;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .facmenu a {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .main-menu .menu2 .facmenu a {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .header .main-menu .menu2 .facmenu a:hover .left-iconbox {
    background: #00DDFF;
    transition: all 0.3s;
  }
  .header .main-menu .menu2 .facmenu a:hover .left-iconbox svg path {
    transition: all 0.3s;
    fill: #FFF;
  }
  .header .main-menu .menu2 .facmenu a:hover .left-iconbox .icon-hover {
    display: block;
  }
  .header .main-menu .menu2 .facmenu a:hover .left-iconbox .icon-img {
    display: none;
  }
  .header .main-menu .menu2 .facmenu a:hover p {
    color: #00A3E0;
    transition: all 0.3s;
  }
}
.header .main-menu .menu2 .facmenu a .left-iconbox {
  border: 1px solid #BEE3FD;
  border-radius: 10px;
  width: 140px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  margin-right: 30px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1599px) {
  .header .main-menu .menu2 .facmenu a .left-iconbox {
    width: 100px;
    height: 80px;
    padding: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .main-menu .menu2 .facmenu a .left-iconbox {
    width: 80px;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 15px;
  }
}
.header .main-menu .menu2 .facmenu a .left-iconbox svg, .header .main-menu .menu2 .facmenu a .left-iconbox img {
  max-width: 100%;
  max-height: 100%;
}
.header .main-menu .menu2 .facmenu a .left-iconbox .icon-img {
  display: block;
}
.header .main-menu .menu2 .facmenu a .left-iconbox .icon-hover {
  display: none;
}
.header .main-menu .menu2 .facmenu a p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .main-menu .menu2 .facmenu a p {
    font-size: 16px;
  }
}
.header .main-menu .menu2 .conpli {
  justify-content: space-between;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .conpli {
    flex-wrap: wrap;
  }
}
.header .main-menu .menu2 .conpli a {
  display: flex;
  width: 33.3333333333%;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .conpli a {
    width: 100%;
    margin-bottom: 10px;
  }
}
.header .main-menu .menu2 .conpli a .picbox {
  width: 59.2592592593%;
  border-radius: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  .header .main-menu .menu2 .conpli a .picbox {
    width: 100px;
    margin-right: 15px;
  }
}
.header .main-menu .menu2 .conpli a .picbox img {
  max-width: 100%;
  max-height: 100%;
}
.header .main-menu .menu2 .conpli a p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .main-menu .menu2 .conpli a p {
    font-size: 16px;
  }
}
.header .fixedright-menu {
  width: 70px;
  height: 100%;
  position: fixed;
  background: #000;
  right: 0px;
  top: 0;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu {
    height: 60px;
    width: initial;
    right: 45px;
    display: flex;
  }
}
.header .fixedright-menu .header-search-box {
  border-bottom: 1px solid #56BFEA;
  cursor: pointer;
  background: #00A3E0;
  width: 100%;
  height: 150px;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .header .fixedright-menu .header-search-box:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
}
.header .fixedright-menu .header-search-box.open .unclick {
  display: none;
}
.header .fixedright-menu .header-search-box.open .click {
  display: block;
}
.header .fixedright-menu .header-search-box.open .search-cont {
  display: flex;
  animation: searchcont 0.5s 0s linear forwards;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box.open .search-cont {
    animation: searchcontm 0.5s 0s linear forwards;
  }
}
.header .fixedright-menu .header-search-box #searchop-btn {
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box #searchop-btn {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .fixedright-menu .header-search-box svg {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box {
    height: 60px;
    width: 45px;
    border-bottom: 0;
    border-right: 1px solid #7B93AF;
    border-left: 1px solid #7B93AF;
    background: none;
  }
  .header .fixedright-menu .header-search-box svg {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .header .fixedright-menu .header-search-box svg circle, .header .fixedright-menu .header-search-box svg path, .header .fixedright-menu .header-search-box svg line {
    stroke: #00A3E0;
  }
}
.header .fixedright-menu .header-search-box p {
  color: #FFF;
  text-transform: uppercase;
  transform: rotate(90deg);
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box p {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box .unclick {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header .fixedright-menu .header-search-box .click {
  display: none;
}
.header .fixedright-menu .header-search-box .click svg {
  display: block;
  width: 30px;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box .click svg {
    width: 100%;
    height: auto;
  }
  .header .fixedright-menu .header-search-box .click svg path {
    fill: #00A3E0;
    stroke: none;
  }
}
.header .fixedright-menu .header-search-box .search-cont {
  position: absolute;
  width: 875px;
  z-index: -1;
  max-width: 100vw;
  background: #FFF;
  right: 0px;
  height: 150px;
  border-radius: 0px 0px 0px 20px;
  top: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 20px 40px;
  align-items: center;
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box .search-cont {
    position: fixed;
    width: 100vw;
    top: 60px;
    height: 80px;
    padding: 15px 20px;
    border-radius: 0px 0px 15px 15px;
  }
}
.header .fixedright-menu .header-search-box .search-cont input {
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  font-size: 24px;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box .search-cont input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header .fixedright-menu .header-search-box .search-cont input {
    padding: 0px 15px 0px 5px;
  }
}
.header .fixedright-menu .header-search-box .search-cont button {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1000px) {
  .header .fixedright-menu .header-search-box .search-cont button:hover {
    transition: all 0.3s;
  }
  .header .fixedright-menu .header-search-box .search-cont button:hover span {
    color: #00DDFF;
    transition: all 0.3s;
  }
  .header .fixedright-menu .header-search-box .search-cont button:hover svg path {
    transition: all 0.3s;
    fill: #00DDFF;
  }
}
.header .fixedright-menu .header-search-box .search-cont button span {
  color: #088CFF;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .fixedright-menu .header-search-box .search-cont button span {
    display: none;
  }
}
.header .fixedright-menu .header-search-box .search-cont button svg {
  width: 45px;
  height: auto;
  display: block;
  margin-left: 10px;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .header-search-box .search-cont button svg {
    width: 30px;
  }
}
.header .fixedright-menu .header-search-box .search-cont button svg path {
  transition: all 0.3s;
}
.header .fixedright-menu .mail {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  transition: all 0.3s;
  background: #00A3E0;
}
@media only screen and (max-width: 999px) {
  .header .fixedright-menu .mail {
    height: 60px;
    width: 45px;
    border-right: 1px solid #7B93AF;
    padding: 0px 10px;
    background: none;
  }
  .header .fixedright-menu .mail svg path {
    fill: #00A3E0;
  }
}
.header .fixedright-menu .mail svg {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .header .fixedright-menu .mail:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
}

.go-top {
  background: #222222;
  width: 70px;
  height: 90px;
  display: flex;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .go-top:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
}
@media only screen and (max-width: 767px) {
  .go-top {
    width: 35px;
    height: 45px;
  }
  .go-top svg {
    width: 15px;
    height: auto;
  }
}
.go-top svg {
  display: block;
}

.footer {
  width: 100%;
  padding: 80px 0;
  background: url("../../images/frontend/footerbg.svg") no-repeat bottom center;
  background-size: cover;
  background-color: #000;
  position: relative;
  z-index: 10;
}
.footer .center-logo {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .center-logo {
    display: none;
  }
}
.footer .center-logo img {
  width: 418px;
  max-width: 100%;
  height: auto;
}
.footer .ftflex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .footer .ftflex-box {
    justify-content: center;
  }
}
.footer .ftflex-box ul {
  display: flex;
  list-style: none;
}
@media only screen and (max-width: 999px) {
  .footer .ftflex-box ul {
    display: none;
  }
}
.footer .ftflex-box ul li {
  margin-right: 70px;
}
.footer .ftflex-box ul li:last-child {
  margin-right: 0;
}
.footer .ftflex-box ul li a {
  display: block;
  transition: all 0.3s;
}
.footer .ftflex-box ul li a:hover {
  transition: all 0.3s;
  color: #00DDFF;
}
.footer .ftflex-box ul li .big-t {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .ftflex-box ul li .small-t {
  font-size: 16px;
  margin-bottom: 15px;
  color: #B2DBFF;
}
.footer .ftflex-box .right-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .footer .ftflex-box .right-item {
    align-items: center;
  }
}
.footer .ftflex-box .right-item .linkmail {
  border: 1px solid #00DDFF;
  border-radius: 10px;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 999px) {
  .footer .ftflex-box .right-item .linkmail {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .ftflex-box .right-item .linkmail {
    max-width: 100%;
  }
}
.footer .ftflex-box .right-item .linkmail:hover {
  transition: all 0.3s;
  background: #00DDFF;
}
.footer .ftflex-box .right-item .linkmail:hover svg path {
  fill: #FFF;
}
.footer .ftflex-box .right-item .linkmail svg {
  display: block;
}
.footer .ftflex-box .right-item .linkmail p {
  color: #FFF;
  margin-left: 15px;
}
.footer .ftflex-box .right-item .bottom-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: 999px) {
  .footer .ftflex-box .right-item .bottom-txt {
    text-align: center;
    align-items: center;
  }
}
.footer .ftflex-box .right-item .bottom-txt .policy {
  color: #B2DBFF;
  font-size: 16px;
}
.footer .ftflex-box .right-item .bottom-txt .policy:hover {
  transition: all 0.3s;
  color: #00DDFF;
}
@media only screen and (max-width: 767px) {
  .footer .ftflex-box .right-item .bottom-txt .policy {
    text-decoration: underline;
    margin-bottom: 5px;
    color: #00DDFF;
  }
}
.footer .ftflex-box .right-item .bottom-txt h6 {
  font-size: 16px;
  color: #3885C9;
  font-weight: normal;
}
.footer .ftflex-box .right-item .bottom-txt h6 a {
  color: #3885C9;
}
@media only screen and (max-width: 767px) {
  .footer .ftflex-box .right-item .bottom-txt h6 a {
    display: block;
    color: #00DDFF;
    text-decoration: underline;
  }
}
.footer .ftflex-box .right-item .bottom-txt h6 a:hover {
  transition: all 0.3s;
  color: #00DDFF;
}

.s1-kv-area {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area {
    height: auto;
    padding-top: 60px;
  }
}
.s1-kv-area .wave-area {
  position: absolute;
  bottom: -17vw;
  z-index: 10;
}
@media only screen and (max-width: 999px) {
  .s1-kv-area .wave-area {
    bottom: -48vw;
  }
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .wave-area {
    bottom: -35vh;
  }
}
.s1-kv-area .kv-bg {
  width: 100%;
  height: 100vh;
  background: url("../../images/frontend/kvbg1.jpg") no-repeat center;
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .kv-bg {
    display: none;
  }
}
.s1-kv-area .kv-bg-m {
  width: 100%;
  height: 100%;
  background: url("../../images/frontend/kvbg1.jpg") no-repeat center;
  background-size: cover;
  display: none;
  padding-bottom: 177.8666666667%;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .kv-bg-m {
    display: block;
  }
}
.s1-kv-area .mask {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .mask {
    padding-right: 10.6666666667vw;
  }
}
.s1-kv-area .mask .center-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.s1-kv-area .mask .center-txt .logo-img {
  max-width: 100%;
}
.s1-kv-area .mask .center-txt .logo-img img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .mask .center-txt .logo-img img {
    width: 50vw;
  }
}
.s1-kv-area .mask .center-txt h2 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 75px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .mask .center-txt h2 {
    font-size: 8vw;
    line-height: 1.3;
  }
}
.s1-kv-area .swiper-horizontal > .swiper-pagination-progressbar, .s1-kv-area .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: initial;
  bottom: 0;
  background: #DFEFFA;
  height: 8px;
}
@media only screen and (max-width: 767px) {
  .s1-kv-area .swiper-horizontal > .swiper-pagination-progressbar, .s1-kv-area .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 6px;
  }
}
.s1-kv-area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00DDFF;
}
.s1-kv-area .swiper-button-next, .s1-kv-area .swiper-button-prev {
  color: #00DDFF;
}
.s1-kv-area .scalemove .kv-bg {
  animation: scalemove 4s 0s linear forwards;
}

.s2-about {
  padding: 60px 0px 80px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .s2-about {
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s2-about .right-flex {
    display: flex;
    justify-content: flex-end;
  }
}
.s2-about .right-pic {
  position: absolute;
  width: 27.0833333333vw;
  right: 0;
  top: 138px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .s2-about .right-pic {
    position: relative;
    top: 0px;
    width: 69.3333333333vw;
  }
}
.s2-about .right-pic .img-area {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.s2-about .right-pic .img-area img {
  position: absolute;
  width: 100%;
  top: -20%;
}
.s2-about .right-pic .img-area .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../../images/frontend/movev1.png") no-repeat center;
  background-size: 100% auto;
}
.s2-about .left-pic {
  position: absolute;
  width: 22.9166666667vw;
  left: 0;
  bottom: 155px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .s2-about .left-pic {
    position: relative;
    width: 66.6666666667vw;
    bottom: -50px;
  }
}
.s2-about .left-pic img {
  position: absolute;
  width: 100%;
  top: -50%;
}
.s2-about .left-pic .img-area {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .s2-about .left-pic .img-area {
    padding-bottom: 76%;
  }
}
.s2-about .left-pic .img-area .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../../images/frontend/kvbg1.jpg") no-repeat center;
  background-size: cover;
}
.s2-about .aminationWave {
  opacity: 0.5;
}
.s2-about .center-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 960px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .s2-about .center-box {
    height: 510px;
    align-items: flex-end;
  }
}
.s2-about .center-box svg.bgcir {
  width: 960px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -480px;
  top: 50%;
  margin-top: -480px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .s2-about .center-box svg.bgcir {
    width: 510px;
    margin-left: -255px;
    margin-top: -255px;
  }
}
.s2-about .center-box .center-txt {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
}
.s2-about .center-box .center-txt h3 {
  text-align: center;
}
.s2-about .center-box .center-txt h2 {
  text-align: center;
}
.s2-about .center-box .center-txt p {
  text-align: center;
}

.section-3-facilities {
  position: relative;
  padding-bottom: 60px;
}
.section-3-facilities .left-area {
  float: left;
  width: 50%;
  padding-right: 10px;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .left-area {
    width: 100%;
    float: initial;
    position: relative;
    top: 0px;
    margin-top: 50px;
  }
}
.section-3-facilities .left-area .flex-end {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .section-3-facilities .left-area .flex-end {
    flex-direction: column;
  }
}
.section-3-facilities .left-area .link-more {
  flex: 0 0 auto;
}
.section-3-facilities .left-area .index-inftxt {
  margin-bottom: 30px;
}
.section-3-facilities .left-area .img {
  width: 100%;
}
.section-3-facilities .left-area .img img {
  max-width: 100%;
  height: auto;
}
.section-3-facilities .right-list {
  float: right;
  padding-left: 120px;
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .section-3-facilities .right-list {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list {
    width: 100%;
    float: initial;
    padding-left: 0;
  }
}
.section-3-facilities .right-list ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list ul {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section-3-facilities .right-list ul li {
  list-style: none;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list ul li {
    width: calc(50% - 10px);
  }
}
.section-3-facilities .right-list ul li a {
  display: flex;
  padding: 35px 10px;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list ul li a {
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1000px) {
  .section-3-facilities .right-list ul li a:hover .border-line {
    width: 100%;
    transition: all 0.3s;
  }
  .section-3-facilities .right-list ul li a:hover .icon-area {
    background: #00DDFF;
    transition: all 0.3s;
  }
  .section-3-facilities .right-list ul li a:hover .icon-area svg path {
    transition: all 0.3s;
    fill: #FFF;
  }
  .section-3-facilities .right-list ul li a:hover .icon-area .icon-img {
    display: none;
  }
  .section-3-facilities .right-list ul li a:hover .icon-area .icon-hover {
    display: block;
  }
}
.section-3-facilities .right-list ul li a .border-line {
  width: 0%;
  transition: all 0.3s;
  bottom: -1px;
  left: 0;
  position: absolute;
  height: 4px;
  background: #00DDFF;
}
.section-3-facilities .right-list ul li a h3 {
  font-size: 24px;
  color: #222;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list ul li a h3 {
    font-size: 15px;
  }
}
.section-3-facilities .right-list ul li a .icon-area {
  transition: all 0.3s;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-3-facilities .right-list ul li a .icon-area {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    padding: 0;
  }
}
.section-3-facilities .right-list ul li a .icon-area svg, .section-3-facilities .right-list ul li a .icon-area img {
  max-width: 100%;
  max-height: 100%;
}
.section-3-facilities .right-list ul li a .icon-area svg path, .section-3-facilities .right-list ul li a .icon-area img path {
  transition: all 0.3s;
}
.section-3-facilities .right-list ul li a .icon-area .icon-img {
  display: block;
}
.section-3-facilities .right-list ul li a .icon-area .icon-hover {
  display: none;
}

.section-4-product {
  position: relative;
  padding: 150px 3.125vw;
  overflow: hidden;
  background: #0C1124;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .section-4-product {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product {
    padding: 60px 20px;
  }
}
.section-4-product .bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  height: 110%;
  background: url("../../images/frontend/se4bg.jpg") no-repeat top;
  background-size: cover;
}
.section-4-product .flex-item1 {
  position: relative;
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item1 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item1 {
    margin-bottom: 15px;
  }
}
.section-4-product .flex-item1 .left-area {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item1 .left-area {
    width: 100%;
  }
}
.section-4-product .flex-item1 .right-area {
  width: 50%;
  padding-left: 80px;
  padding-top: 60px;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item1 .right-area {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.section-4-product .flex-item1 .right-area .index-inftxt {
  width: 480px;
  max-width: 100%;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item1 .right-area .index-inftxt {
    width: 100%;
  }
}
.section-4-product .flex-item1 .right-area .index-inftxt h2 {
  color: #FFF;
}
.section-4-product .flex-item1 .right-area .index-inftxt p {
  color: #B2DBFF;
}
.section-4-product .flex-item2 {
  position: relative;
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item2 {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item2 {
    margin-bottom: 15px;
  }
}
.section-4-product .flex-item2 .wave {
  left: -3.125vw;
  position: absolute;
  width: 70%;
}
.section-4-product .flex-item2 .wave #canvas3 {
  width: 100%;
}
.section-4-product .flex-item2 .left-wave {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item2 .left-wave {
    margin-bottom: 30px;
    width: 100%;
  }
}
.section-4-product .flex-item2 .left-wave img {
  right: 0;
}
.section-4-product .flex-item2 .right-box {
  overflow: hidden;
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.section-4-product .flex-item2 .right-box .prlink-box .lefttxt .icon-area {
  justify-content: center;
}
.section-4-product .flex-item2 .right-box .more-box {
  width: 45%;
  background: #00A3E0;
  padding: 30px 6.3829787234% 30px 6.3829787234%;
  transition: all 0.3s;
  color: #fff;
}
.section-4-product .flex-item2 .right-box .more-box h4 {
  font-size: 24px;
  text-transform: uppercase;
}
.section-4-product .flex-item2 .right-box .more-box .link-more .centerdot .txt {
  color: #FFF;
}
@media only screen and (max-width: 1279px) {
  .section-4-product .flex-item2 .right-box .more-box {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item2 .right-box .more-box {
    width: 100%;
    border-radius: 10px;
    justify-content: space-between;
    padding: 10px 50px 10px 20px;
    display: flex;
  }
  .section-4-product .flex-item2 .right-box .more-box h4 {
    font-size: 18px;
    margin-right: 10px;
    padding-top: 20px;
    width: auto;
  }
  .section-4-product .flex-item2 .right-box .more-box .link-more {
    width: 100px;
    height: 100px;
  }
  .section-4-product .flex-item2 .right-box .more-box .centerdot {
    height: 12px;
    width: 12px;
    background-color: #fff;
  }
  .section-4-product .flex-item2 .right-box .more-box .centerdot .txt {
    font-size: 12px;
    left: 20px;
    color: #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .section-4-product .flex-item2 .right-box .more-box:hover {
    transform: scale(0.95);
    transition: all 0.3s;
    background: #00DDFF;
  }
  .section-4-product .flex-item2 .right-box .more-box:hover .centerdot {
    background: #fff;
  }
  .section-4-product .flex-item2 .right-box .more-box:hover .rotatecir {
    border-color: #fff;
  }
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item2 .right-box {
    width: 100%;
  }
}
.section-4-product .flex-item3 {
  position: relative;
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item3 {
    flex-direction: column;
  }
}
.section-4-product .flex-item3 .left-area {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item3 .left-area {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item3 .left-area {
    margin-bottom: 15px;
  }
}
.section-4-product .flex-item3 .right-area {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item3 .right-area {
    width: 100%;
  }
}
.section-4-product .flex-item3 .right-area .more-box {
  width: 45%;
  background: #00A3E0;
  padding: 50px 6.3829787234% 10px 6.3829787234%;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .section-4-product .flex-item3 .right-area .more-box:hover {
    transform: scale(0.95);
    transition: all 0.3s;
    background: #00DDFF;
  }
}
@media only screen and (max-width: 1279px) {
  .section-4-product .flex-item3 .right-area .more-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item3 .right-area .more-box {
    padding: 10px 20px;
    border-radius: 10px;
    justify-content: space-between;
    padding-right: 50px;
  }
}
.section-4-product .flex-item3 .right-area .more-box h4 {
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .section-4-product .flex-item3 .right-area .more-box h4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item3 .right-area .more-box h4 {
    padding-top: 20px;
    font-size: 18px;
    width: initial;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item3 .right-area .more-box .link-more {
    width: 100px;
    height: 100px;
  }
}
.section-4-product .flex-item3 .right-area .more-box .link-more .border .rotatecir {
  border-color: #FFF;
}
.section-4-product .flex-item3 .right-area .more-box .link-more .centerdot {
  background: #FFF;
}
.section-4-product .flex-item3 .right-area .more-box .link-more .centerdot .txt {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .section-4-product .flex-item3 .right-area .more-box .link-more .centerdot .txt {
    font-size: 12px;
    left: 20px;
  }
}
.section-4-product .link-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-4-product .prlink-box {
  display: flex;
  width: 100%;
  height: 320px;
  position: relative;
  transition: all 0.4s;
}
.section-4-product .prlink-box.marb_30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box.marb_30 {
    margin-bottom: 15px;
  }
}
.section-4-product .prlink-box.rever {
  flex-direction: row-reverse;
}
.section-4-product .prlink-box.rever .lefttxt .arr {
  transform: rotate(180deg);
  right: initial;
  left: -46px;
}
@media only screen and (min-width: 1000px) {
  .section-4-product .prlink-box:hover {
    transform: scale(0.95);
    transition: all 0.4s;
  }
  .section-4-product .prlink-box:hover .right-pic .prpic {
    transition: all 0.7s;
    transform: scale(1);
  }
  .section-4-product .prlink-box:hover .lefttxt {
    transition: all 0.4s;
    background: #00DDFF;
  }
  .section-4-product .prlink-box:hover .lefttxt .icon-area img {
    transition: all 0.4s;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
  .section-4-product .prlink-box:hover .lefttxt .arr svg path {
    fill: #00DDFF;
    transition: all 0.4s;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box {
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
  }
}
.section-4-product .prlink-box .mb-more {
  position: absolute;
  align-items: center;
  display: none;
  left: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .mb-more {
    display: flex;
    z-index: 5;
  }
}
.section-4-product .prlink-box .mb-more .dot {
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00DDFF;
}
.section-4-product .prlink-box .mb-more p {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
}
.section-4-product .prlink-box .lefttxt {
  width: 55%;
  background: #00A3E0;
  position: relative;
  z-index: 3;
  display: flex;
  transition: all 0.4s;
  flex-direction: column;
  padding: 50px 6.3829787234% 10px 6.3829787234%;
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .lefttxt {
    padding: 20px;
    width: 100%;
    flex-direction: row;
  }
}
.section-4-product .prlink-box .lefttxt h4 {
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
  flex: 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .lefttxt h4 {
    font-size: 18px;
    width: 50%;
    padding-top: 10px;
  }
}
.section-4-product .prlink-box .lefttxt .icon-area {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1599px) {
  .section-4-product .prlink-box .lefttxt .icon-area {
    width: 70%;
  }
}
@media only screen and (max-width: 999px) {
  .section-4-product .prlink-box .lefttxt .icon-area {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .lefttxt .icon-area {
    width: 50%;
  }
}
.section-4-product .prlink-box .lefttxt .icon-area img {
  max-width: 100%;
  height: auto;
  transition: all 0.4s;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .lefttxt .icon-area img {
    max-height: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
.section-4-product .prlink-box .lefttxt .arr {
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -44px;
}
.section-4-product .prlink-box .lefttxt .arr svg {
  display: block;
}
.section-4-product .prlink-box .lefttxt .arr svg path {
  transition: all 0.4s;
}
.section-4-product .prlink-box .right-pic {
  width: 45%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-4-product .prlink-box .right-pic {
    display: none;
  }
}
.section-4-product .prlink-box .right-pic .prpic {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  transform: scale(1.1);
}
.section-4-product .prlink-box .right-pic .pr4pic1 {
  background: url("../../images/frontend/pr4pic1.jpg") no-repeat center;
  background-size: cover;
}
.section-4-product .prlink-box .right-pic .pr4pic2 {
  background: url("../../images/frontend/pr4pic2.jpg") no-repeat center;
  background-size: cover;
}
.section-4-product .prlink-box .right-pic .pr4pic3 {
  background: url("../../images/frontend/pr4pic3.jpg") no-repeat center;
  background-size: cover;
}
.section-4-product .prlink-box .right-pic .pr4pic4 {
  background: url("../../images/frontend/pr4pic4.jpg") no-repeat center;
  background-size: cover;
}

.section-5-company {
  padding: 8vw 0px 25vw 0px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .section-5-company {
    padding: 160px 0px 480px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-5-company {
    padding: 50px 0px 200px 0;
  }
}
.section-5-company .main-1200 {
  position: relative;
  z-index: 5;
}
.section-5-company .right-txt {
  position: absolute;
  right: 50%;
  margin-right: -77%;
  top: 45%;
  text-transform: uppercase;
  font-size: 180px;
  color: #00A3E0;
  transform: rotate(90deg);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1599px) {
  .section-5-company .right-txt {
    font-size: 10.7692307692vw;
    margin-right: -63%;
  }
}
@media only screen and (max-width: 999px) {
  .section-5-company .right-txt {
    margin-right: -54%;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-5-company .right-txt {
    font-size: 20vw;
    margin-right: -66%;
    top: inherit;
    bottom: -17%;
  }
}
.section-5-company .w-50 {
  max-width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-5-company .w-50 {
    width: 100%;
    max-width: 100%;
  }
}
.section-5-company .w-50 .mask-cir {
  position: absolute;
  left: -120px;
  top: -120px;
}
@media only screen and (max-width: 767px) {
  .section-5-company .w-50 .mask-cir {
    display: none;
  }
}
.section-5-company .index-inftxt {
  position: relative;
  z-index: 5;
}
.section-5-company .index-inftxt .link-more {
  position: absolute;
  right: -250px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-5-company .index-inftxt .link-more {
    position: relative;
    right: initial;
  }
}
.section-5-company .bgbox {
  position: absolute;
  width: 82.5520833333vw;
  height: 37.5vw;
  left: 50%;
  margin-left: -41.2760416667vw;
  bottom: 140px;
  overflow: hidden;
}
@media only screen and (max-width: 1599px) {
  .section-5-company .bgbox {
    width: 1585px;
    height: 720px;
    margin-left: -793px;
  }
}
@media only screen and (max-width: 767px) {
  .section-5-company .bgbox {
    width: 662px;
    height: 300px;
    margin-left: -170px;
    bottom: 40px;
  }
}
.section-5-company .bgbox .rel {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-5-company .bgbox .rel .mask-l {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 2;
  width: 41.1458333333vw;
}
@media only screen and (max-width: 1599px) {
  .section-5-company .bgbox .rel .mask-l {
    width: 790px;
  }
}
@media only screen and (max-width: 767px) {
  .section-5-company .bgbox .rel .mask-l {
    width: 326px;
  }
}
.section-5-company .bgbox .rel .mask-l svg {
  width: 100%;
  height: auto;
}
.section-5-company .bgbox .rel .masl-r {
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 2;
  width: 41.1458333333vw;
}
@media only screen and (max-width: 1599px) {
  .section-5-company .bgbox .rel .masl-r {
    width: 790px;
  }
}
@media only screen and (max-width: 767px) {
  .section-5-company .bgbox .rel .masl-r {
    width: 326px;
  }
}
.section-5-company .bgbox .rel .masl-r svg {
  width: 100%;
  height: auto;
}
.section-5-company .bgbox .rel .img-area {
  position: absolute;
  top: -55%;
  width: 100%;
  height: 100%;
}
.section-5-company .bgbox .rel .img-area img {
  width: 100%;
}

.section-6-contact {
  background: #000;
  padding: 110px 0px 20vw 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .section-6-contact {
    padding-bottom: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-6-contact {
    padding-bottom: 30vw;
  }
}
.section-6-contact .wave-area {
  position: absolute;
  top: 50%;
  margin-top: -36vw;
}
@media only screen and (max-width: 1279px) {
  .section-6-contact .wave-area {
    margin-top: -40vw;
  }
}
.section-6-contact .bg-earth {
  z-index: 1;
  position: absolute;
  bottom: -10%;
  width: 70.7291666667vw;
  left: 50%;
  margin-left: -35.3645833333vw;
}
@media only screen and (max-width: 999px) {
  .section-6-contact .bg-earth {
    width: 100vw;
    margin-left: -50vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-6-contact .bg-earth {
    width: 130vw;
    margin-left: -65vw;
    bottom: -15%;
  }
}
.section-6-contact .bg-earth img {
  display: block;
  width: 100%;
}
.section-6-contact .index-inftxt {
  max-width: 570px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0px 50px;
}
@media only screen and (max-width: 767px) {
  .section-6-contact .index-inftxt {
    padding: 0px 20px;
  }
}
.section-6-contact .index-inftxt h3 {
  color: #00DDFF;
  text-align: center;
}
.section-6-contact .index-inftxt h2 {
  color: #FFF;
  text-align: center;
}
.section-6-contact .index-inftxt p {
  color: #B2DBFF;
  text-align: center;
}
.section-6-contact .link-more {
  margin: 0 auto;
}
.section-6-contact .link-more .centerdot .txt {
  color: #FFF;
}

.index-inftxt h3 {
  font-size: 24px;
  color: #00A3E0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .index-inftxt h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.index-inftxt h2 {
  color: #333333;
  margin-bottom: 30px;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .index-inftxt h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.index-inftxt p {
  color: #7D8A90;
  letter-spacing: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .index-inftxt p {
    line-height: 25px;
  }
}

.link-more {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link-more {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 1000px) {
  .link-more:hover .border {
    transition: all 0.4s;
    transform: scale(1.2);
  }
}
.link-more .border {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.4s;
  transform: scale(1);
}
.link-more .border .rotatecir {
  width: 100%;
  height: 100%;
  border: 1px dashed #00DDFF;
  border-radius: 50%;
  animation: rotate360 1s 0s linear infinite;
}
.link-more .centerdot {
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 50%;
  background: #00DDFF;
}
@media only screen and (max-width: 767px) {
  .link-more .centerdot {
    width: 12px;
    height: 12px;
  }
}
.link-more .centerdot .txt {
  font-weight: bold;
  position: absolute;
  color: #333;
  left: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 15px;
}

.loading {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 100%;
  background: rgba(0, 31, 53, 0.8);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.loading .logovivi {
  width: 100%;
  max-width: 700px;
  position: relative;
  top: -100px;
}
.loading canvas {
  position: absolute;
  width: 100%;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .loading canvas {
    width: 60%;
  }
}

.message-box {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.message-box .center-box {
  background: #FFF;
  max-width: 800px;
  width: 100%;
  border-top: 8px solid #00A3E0;
  border-radius: 0px 0px 20px 20px;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .message-box .center-box {
    padding: 20px;
    border-top: 4px solid #00A3E0;
  }
}
.message-box .center-box .xx {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 0px 0px 0px 10px;
  background: #00A3E0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .message-box .center-box .xx:hover {
    background: #00DDFF;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .message-box .center-box .xx {
    width: 40px;
    height: 40px;
  }
  .message-box .center-box .xx svg {
    width: 20px;
    height: auto;
  }
}
.message-box .center-box .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .message-box .center-box .title {
    font-size: 26px;
  }
}
.message-box .center-box .inf {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .message-box .center-box .inf {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.message-box .center-box .inf a {
  color: #00A3E0;
  transition: all 0.3s;
  text-decoration: underline;
}
.message-box .center-box .inf a:hover {
  color: #00DDFF;
  transition: all 0.3s;
}
.message-box .center-box .more-btn {
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 0px 30px;
  max-width: 470px;
  width: 100%;
  background: #088CFF;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .message-box .center-box .more-btn {
    height: 60px;
    padding: 0px 20px;
  }
}
.message-box .center-box .more-btn p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.message-box .center-box .more-btn:hover {
  transition: all 0.3s;
  background: #00DDFF;
}

.gdprbox {
  position: fixed;
  z-index: 200;
  bottom: 0;
  padding: 50px 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-top: 8px solid #00A3E0;
}
@media only screen and (max-width: 767px) {
  .gdprbox {
    padding: 40px 0;
    border-top: 4px solid #00A3E0;
  }
}
.gdprbox .main-1200 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .gdprbox .main-1200 {
    flex-direction: column;
  }
}
.gdprbox .main-1200 .link-more {
  flex: 0 0 auto;
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .gdprbox .main-1200 .link-more {
    margin-left: 0;
  }
}
.gdprbox .main-1200 .link-more .centerdot .txt {
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .gdprbox .main-1200 .txtbox {
    margin-bottom: 20px;
  }
}
.gdprbox .main-1200 .txtbox h3 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 20px;
}
.gdprbox .main-1200 .txtbox .short {
  line-height: 1.5;
  color: #FFF;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .gdprbox .main-1200 .txtbox .short {
    font-size: 15px;
  }
}
.gdprbox .main-1200 .txtbox .short a {
  color: #00A3E0;
  transition: all 0.3s;
  text-decoration: underline;
}
.gdprbox .main-1200 .txtbox .short a:hover {
  color: #00DDFF;
  transition: all 0.3s;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
img {
  margin: 0;
  padding: 0;
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

q::before,
q::after {
  content: "";
}

input,
button,
select,
textarea {
  border: 0;
  outline: none;
}

button {
  background: none;
  cursor: pointer;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

html {
  width: 100%;
}

body {
  width: 100%;
  font-size: 18px;
  font-family: "Urbanist", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.2;
  padding-right: 70px;
}
@media only screen and (max-width: 999px) {
  body {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.main-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
}
@media only screen and (max-width: 767px) {
  .main-1200 {
    padding: 0px 20px;
  }
}

a {
  color: #333;
  transition: all 0.3s;
}
a:hover {
  transition: all 0.3s;
  color: #00DDFF;
}
@keyframes alpha_01 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes alpha_010 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
}
@keyframes w_0100 {
  0% {
    width: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes alpha_top30 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@keyframes alpha_top50 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: translate(0px, 50px);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@keyframes alpha_bottom30 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: translate(0px, -30px);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@keyframes alpha_left30 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: translate(-30px, 0px);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@keyframes alpha_right30 {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: translate(30px, 0px);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0, 0);
  }
}
@keyframes searchcont {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    right: -200px;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    right: 70px;
  }
}
@keyframes searchcontm {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes scalemove {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatebase {
  0% {
    transform: rotate(60deg);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes rotatebase2 {
  0% {
    transform: rotate(-30deg);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
  }
}
.in-banner {
  width: 100%;
  height: 440px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .in-banner {
    height: 220px;
    margin-top: 60px;
  }
}
.in-banner.pr-bn {
  background: url("../../images/frontend/prbn.jpg") no-repeat center;
  background-size: cover;
}
.in-banner.contact-bn {
  background: url("../../images/frontend/contbn.jpg") no-repeat center;
  background-size: cover;
}
.in-banner.resources-bn {
  background: url("../../images/frontend/resbn.jpg") no-repeat center;
  background-size: cover;
}
.in-banner.prs-bn {
  background: url("../../images/frontend/prs.jpg") no-repeat center;
  background-size: cover;
}
.in-banner .mask-bg {
  background: rgba(17, 17, 17, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in-banner .txt {
  position: relative;
  z-index: 5;
}
.in-banner .txt h2 {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt h2 {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.in-banner .txt .path {
  display: flex;
  flex-wrap: wrap;
}
.in-banner .txt .path a {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path a {
    font-size: 12px;
  }
}
.in-banner .txt .path span {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path span {
    font-size: 12px;
  }
}
.in-banner .txt .path p {
  font-weight: bold;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .in-banner .txt .path p {
    font-size: 12px;
  }
}

.container-area {
  padding: 80px 0px 160px 0;
}
@media only screen and (max-width: 767px) {
  .container-area {
    padding: 30px 0px 80px 0px;
  }
}
.container-area h2.fs_50 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .container-area h2.fs_50 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.container-area p.contp {
  color: #7D8A90;
  line-height: 1.6;
}
.container-area .maintitle {
  font-size: 35px;
  color: #1D1D1D;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .container-area .maintitle {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.container-area .top-txt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .container-area .top-txt {
    margin-bottom: 30px;
  }
}
.container-area .top-txt p {
  color: #7D8A90;
  line-height: 1.4;
}
.container-area .pr-list ul {
  display: flex;
  flex-wrap: wrap;
}
.container-area .pr-list ul li {
  border-radius: 10px;
  border: 1px solid #CAD7E6;
  width: calc(33.3333333333% - 26.6666666667px);
  margin-right: 40px;
  display: flex;
  background: #FFF;
  flex-direction: column;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 40px;
}
@media only screen and (max-width: 999px) {
  .container-area .pr-list ul li {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.container-area .pr-list ul li:hover {
  transition: all 0.3s;
  box-shadow: 0px 10px 30px rgba(8, 140, 255, 0.4);
}
.container-area .pr-list ul li:hover .border-hover {
  transition: all 0.3s;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.container-area .pr-list ul li .border-hover {
  border: 6px solid #00DDFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .border-hover {
    border: 4px solid #00DDFF;
  }
}
.container-area .pr-list ul li:nth-child(3n) {
  margin-right: 0;
}
.container-area .pr-list ul li .top-picarea {
  width: 100%;
  padding-bottom: 68.5714285714%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.container-area .pr-list ul li .top-picarea .itembox {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
}
@media only screen and (max-width: 999px) {
  .container-area .pr-list ul li .top-picarea .itembox {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .top-picarea .itembox {
    padding: 30px;
  }
}
.container-area .pr-list ul li .top-picarea .itembox img {
  max-width: 100%;
  max-height: 100%;
}
.container-area .pr-list ul li .selectlist-area {
  border-top: 1px solid #CAD7E6;
  position: relative;
  z-index: 10;
}
.container-area .pr-list ul li .selectlist-area .flextitle {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle {
    align-items: center;
  }
}
.container-area .pr-list ul li .selectlist-area .flextitle p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  min-height: 72px;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle p {
    font-size: 18px;
    min-height: initial;
  }
}
.container-area .pr-list ul li .selectlist-area .flextitle svg {
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle svg {
    margin-top: 0;
  }
}
.container-area .pr-list ul li .selectlist-area .flextitle-a {
  cursor: pointer;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle-a {
    align-items: center;
  }
}
.container-area .pr-list ul li .selectlist-area .flextitle-a p {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  min-height: 72px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle-a p {
    font-size: 18px;
    min-height: initial;
  }
}
.container-area .pr-list ul li .selectlist-area .flextitle-a svg {
  transform: rotate(-90deg);
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .container-area .pr-list ul li .selectlist-area .flextitle-a svg {
    margin-top: 0;
  }
}
.container-area .pr-list ul li .selectlist-area .select-list {
  background: #FFF;
  position: absolute;
  width: 100%;
  border: 1px solid #A4BBD5;
  display: none;
}
.container-area .pr-list ul li .selectlist-area .select-list a {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: space-between;
}
.container-area .pr-list ul li .selectlist-area .select-list a p {
  font-size: 18px;
  line-height: 30px;
  color: #555;
}
.container-area .pr-list ul li .selectlist-area .select-list a svg {
  transition: all 0.3s;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
}
.container-area .pr-list ul li .selectlist-area .select-list a:hover {
  background: #F3F9FF;
  transition: all 0.3s;
}
.container-area .pr-list ul li .selectlist-area .select-list a:hover svg {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.container-area-blue {
  background: #F3F9FF;
  padding: 90px 0px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  .container-area-blue {
    padding: 60px 0;
  }
}
.container-area-blue h2.fs_50 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .container-area-blue h2.fs_50 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.container-area-blue p.contp {
  color: #7D8A90;
  line-height: 1.6;
}
.container-area-blue .contact-top {
  width: 100%;
}
.container-area-blue .contact-top .main-1200 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 999px) {
  .container-area-blue .contact-top .main-1200 {
    flex-direction: column-reverse;
  }
}
.container-area-blue .contact-top .main-1200 .left-inf {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 999px) {
  .container-area-blue .contact-top .main-1200 .left-inf {
    width: 100%;
  }
}
.container-area-blue .contact-top .main-1200 .left-inf .logo {
  width: 440px;
  max-width: 100%;
  margin-bottom: 30px;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li {
  margin-bottom: 25px;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .left-mark {
  flex: 0 0 100px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .container-area-blue .contact-top .main-1200 .left-inf ul li .left-mark {
    margin-right: 10px;
  }
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .left-mark svg {
  flex: 0 0 40px;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .left-mark .title {
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  margin-left: 10px;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .right-txt {
  color: #555;
  font-weight: bold;
  max-width: 290px;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .right-txt p.fs24 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .container-area-blue .contact-top .main-1200 .left-inf ul li .right-txt p.fs24 {
    font-size: 18px;
  }
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .right-txt a {
  color: #00A3E0;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  text-decoration: underline;
  transition: all 0.3s;
}
.container-area-blue .contact-top .main-1200 .left-inf ul li .right-txt a:hover {
  color: #00DDFF;
  transition: all 0.3s;
}
.container-area-blue .contact-top .main-1200 .right-img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .container-area-blue .contact-top .main-1200 .right-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-area-blue .contact-top .main-1200 .right-img img {
    width: 100%;
  }
}

.contact-form .top-inf {
  margin-bottom: 25px;
}
.contact-form .top-inf .titlec {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form .top-inf .titlec {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.contact-form .top-inf p {
  text-align: center;
  color: #7D8A90;
}
.contact-form span.greenstar {
  color: #97D700;
  font-size: 24x;
}
.contact-form .form-area {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-area {
    margin-bottom: 30px;
  }
}
.contact-form .form-area .flex-item {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-area .flex-item {
    flex-direction: column;
  }
}
.contact-form .form-area .flex-item .input-item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-area .flex-item .input-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-form .form-area .flex-item .input-item .title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}
.contact-form .form-area .flex-item .input-item input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #F3F9FF;
  font-size: 18px;
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-area .flex-item .input-item input {
    font-size: 16px;
    height: 50px;
  }
}
.contact-form .form-area .flex-item .input-item select {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  padding: 0px 15px;
  background: url("../../images/frontend/arrselect.svg") no-repeat right 15px center;
  background-color: #F3F9FF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form .form-area textarea {
  background: #F3F9FF;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;
  height: 200px;
  width: 100%;
  resize: none;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-area textarea {
    font-size: 16px;
  }
}
.contact-form .check-area {
  display: flex;
  color: #555;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.2;
}
.contact-form .check-area input {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.contact-form .check-area a {
  color: #088CFF;
  text-decoration: underline;
}
.contact-form .send-btn {
  display: flex;
  justify-content: space-between;
  height: 80px;
  padding: 0px 30px;
  max-width: 470px;
  width: 100%;
  background: #088CFF;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact-form .send-btn {
    height: 60px;
    padding: 0px 20px;
  }
}
.contact-form .send-btn p {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.contact-form .send-btn:hover {
  transition: all 0.3s;
  background: #00DDFF;
}

.sticky-menu {
  background: #222222;
  height: 60px;
  width: 100%;
  display: flex;
  position: sticky;
  top: 70px;
  z-index: 40;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .sticky-menu {
    top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-menu {
    height: 45px;
  }
}
.sticky-menu .left-area {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sticky-menu .left-area {
    display: none;
  }
  .sticky-menu .left-area.resources {
    display: flex;
    width: 100%;
  }
}
.sticky-menu .left-area .btn-back {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu .left-area .btn-back:hover p {
    color: #00DDFF;
    transition: all 0.3s;
  }
  .sticky-menu .left-area .btn-back:hover svg path {
    stroke: #00DDFF;
    transition: all 0.3s;
  }
}
.sticky-menu .left-area .btn-back svg {
  margin-right: 10px;
}
.sticky-menu .left-area .btn-back svg path {
  transition: all 0.3s;
}
.sticky-menu .left-area .btn-back p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin-right: 15px;
  transition: all 0.3s;
}
@media only screen and (max-width: 999px) {
  .sticky-menu .left-area .btn-back p {
    display: none;
  }
}
.sticky-menu .left-area .short-inf {
  color: #FFF;
}
@media only screen and (max-width: 999px) {
  .sticky-menu .left-area .short-inf {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-menu .left-area .select-box {
    width: 100%;
  }
}
.sticky-menu .left-area .select-box select {
  width: 320px;
  height: 100%;
  display: flex;
  font-size: 20px;
  color: #00A3E0;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../../images/frontend/arrd.svg") no-repeat right 15px center;
}
@media only screen and (max-width: 767px) {
  .sticky-menu .left-area .select-box select {
    width: 100%;
    font-size: 16px;
  }
}
.sticky-menu .right-area ul {
  display: flex;
  list-style: none;
}
.sticky-menu .right-area ul li {
  height: 60px;
  padding: 0px 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #FFF;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .sticky-menu .right-area ul li {
    height: 45px;
    padding: 0px 3%;
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 1000px) {
  .sticky-menu .right-area ul li:hover {
    transition: all 0.3s;
    background: #FFF;
    color: #00A3E0;
  }
}
.sticky-menu .right-area ul li.now {
  background: #FFF;
  color: #00A3E0;
}
.sticky-menu .center-tag {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.sticky-menu .center-tag li {
  list-style: none;
  cursor: pointer;
  padding: 0px 20px;
  text-align: center;
  color: #FFF;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .sticky-menu .center-tag li:hover {
    color: #00A3E0;
    background: #FFF;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-menu .center-tag li {
    padding: 0px 2%;
    font-size: 3.5vw;
  }
}
.sticky-menu .center-tag li.now {
  color: #00A3E0;
  background: #FFF;
}

.search-result {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .search-result {
    margin-bottom: 40px;
  }
}
.search-result h3 {
  font-size: 24px;
  color: #003A76;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .search-result h3 {
    font-size: 20px;
  }
}
.search-result .tag {
  display: flex;
  font-size: 16px;
  color: #4670A0;
  background: #ECF3FA;
  padding: 5px 15px;
  line-height: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .search-result .tag {
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
  }
}
.search-result .tag button {
  flex: 0 0 auto;
  margin-left: 10px;
}
.search-result .tag button svg {
  display: block;
}

.res-list li {
  list-style: none;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .res-list li {
    margin-bottom: 40px;
  }
}
.res-list li a {
  display: flex;
}
.res-list li a:hover .cate-iconbox {
  transition: all 0.3s;
  background: #00DDFF;
}
.res-list li a:hover .right-txt .borderline {
  transition: all 0.3s;
  height: 3px;
  bottom: -1px;
  background: #00DDFF;
}
.res-list li .cate-iconbox {
  transition: all 0.3s;
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #00A3E0;
  margin-right: 45px;
}
.res-list li .cate-iconbox img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .res-list li .cate-iconbox {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-right: 20px;
  }
}
.res-list li .right-txt {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .res-list li .right-txt {
    padding-bottom: 20px;
  }
}
.res-list li .right-txt .borderline {
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #CAD7E6;
  height: 1px;
}
.res-list li .right-txt .top-area {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .res-list li .right-txt .top-area {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.res-list li .right-txt .top-area .cata {
  font-weight: bold;
  color: #4670A0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .res-list li .right-txt .top-area .cata {
    margin-bottom: 5px;
  }
}
.res-list li .right-txt .top-area .cata .line {
  margin-right: 10px;
  width: 35px;
  height: 1px;
  background: #4670A0;
}
@media only screen and (max-width: 767px) {
  .res-list li .right-txt .top-area .cata .line {
    width: 15px;
  }
}
.res-list li .right-txt .top-area .date {
  color: #4670A0;
  font-weight: bold;
}
.res-list li .right-txt .title {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .res-list li .right-txt .title {
    font-size: 26px;
  }
}
.res-list li .right-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7D8A90;
  line-height: 1.5;
}

.res-de {
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 999px) {
  .res-de {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .res-de {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.res-de .res-de-border {
  margin-bottom: 90px;
  border: 1px solid #CAD7E6;
  padding: 120px 0px 0px 0;
}
@media only screen and (max-width: 999px) {
  .res-de .res-de-border {
    padding: 60px 0px 0px 0;
  }
}
@media only screen and (max-width: 767px) {
  .res-de .res-de-border {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.res-de .top-area {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .res-de .top-area {
    margin-bottom: 30px;
  }
}
.res-de .top-area .cata-date {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .res-de .top-area .cata-date {
    flex-wrap: wrap;
  }
}
.res-de .top-area .cata-date .catabox {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .res-de .top-area .cata-date .catabox {
    margin-bottom: 10px;
  }
}
.res-de .top-area .cata-date .catabox .line {
  background: #4670A0;
  width: 35px;
  height: 1px;
}
@media only screen and (max-width: 767px) {
  .res-de .top-area .cata-date .catabox .line {
    width: 15px;
  }
}
.res-de .top-area .cata-date .catabox p {
  color: #4670A0;
  margin: 0px 10px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .res-de .top-area .cata-date .catabox p {
    font-size: 18px;
  }
}
.res-de .top-area .cata-date .date {
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #4670A0;
}
@media only screen and (max-width: 999px) {
  .res-de .top-area .cata-date .date {
    font-size: 18px;
  }
}
.res-de .top-area h2 {
  color: #333;
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 999px) {
  .res-de .top-area h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .res-de .top-area h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.res-de .top-area .tag-area {
  display: flex;
  flex-wrap: wrap;
}
.res-de .top-area .tag-area a {
  background: #ECF3FA;
  color: #4670A0;
  padding: 10px 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .res-de .top-area .tag-area a {
    margin-right: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.res-de .top-area .tag-area a:hover {
  transition: all 0.3s;
  color: #ECF3FA;
  background: #4670A0;
}
.res-de .editer {
  margin-bottom: 40px;
}
.res-de .editer .center-pic {
  display: flex;
  justify-content: center;
}
.res-de .editer img {
  margin-bottom: 40px;
  display: block;
  max-width: 100%;
}
.res-de .editer p {
  color: #555;
  line-height: 1.5;
}
.res-de .share-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .res-de .share-area {
    margin-bottom: 40px;
  }
}
.res-de .share-area p {
  color: #4670A0;
}
.res-de .share-area a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border-radius: 50%;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .res-de .share-area a {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .res-de .share-area a svg {
    max-width: 100%;
    max-height: 100%;
  }
}
.res-de .share-area a:hover {
  background: #00DDFF;
  transition: all 0.3s;
}
.res-de .share-area .fb {
  background: #4674E1;
}
.res-de .share-area .line {
  background: #5EBC00;
}
.res-de .page-btn-area {
  border-top: 1px solid #CAD7E6;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .res-de .page-btn-area {
    padding: 0;
  }
}
.res-de .page-btn-area .main-1200 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .res-de .page-btn-area .main-1200 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
}
.res-de .page-btn-area a {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .res-de .page-btn-area a:hover p {
    transition: all 0.3s;
    color: #00DDFF;
  }
}
@media only screen and (max-width: 767px) {
  .res-de .page-btn-area a {
    width: 100%;
    border-bottom: 1px solid #CAD7E6;
    padding: 15px;
    justify-content: center;
  }
  .res-de .page-btn-area a:last-child {
    border-bottom: 0;
  }
}
.res-de .page-btn-area a.disabled p {
  color: #ddd;
}
.res-de .page-btn-area a.disabled p svg path {
  fill: #ddd;
}
.res-de .page-btn-area a p {
  font-size: 20px;
  color: #4670A0;
  font-weight: bold;
}
.res-de .page-btn-area a.pre p {
  margin-left: 30px;
}
.res-de .page-btn-area a.back p {
  margin-left: 30px;
}
.res-de .page-btn-area a.next p {
  margin-right: 30px;
}

.resrelative-area {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .resrelative-area {
    padding-top: 40px;
  }
}
.resrelative-area .top-area {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
.resrelative-area .top-area .des-txt {
  flex: 0 0 auto;
}
@media only screen and (max-width: 999px) {
  .resrelative-area .top-area .des-txt {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .resrelative-area .top-area .des-txt {
    max-width: 100%;
  }
}
.resrelative-area .top-area .swiper-pagination {
  position: relative;
  top: initial;
  left: initial;
  text-align: right;
  bottom: initial;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .top-area .swiper-pagination {
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
  }
}
.resrelative-area .top-area .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 60px;
  height: 6px;
  background: #CAD7E6;
  opacity: 1;
}
@media only screen and (max-width: 1279px) {
  .resrelative-area .top-area .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .resrelative-area .top-area .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.resrelative-area .top-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00DDFF;
}
.resrelative-area .res-listbox a {
  display: flex;
}
.resrelative-area .res-listbox a:hover .cate-iconbox {
  transition: all 0.3s;
  background: #00DDFF;
}
.resrelative-area .res-listbox a:hover .right-txt .borderline {
  transition: all 0.3s;
  height: 3px;
  bottom: -1px;
  background: #00DDFF;
}
.resrelative-area .res-listbox .cate-iconbox {
  transition: all 0.3s;
  flex: 0 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #00A3E0;
  margin-right: 45px;
}
.resrelative-area .res-listbox .cate-iconbox img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .cate-iconbox {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-right: 20px;
  }
}
.resrelative-area .res-listbox .right-txt {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt {
    padding-bottom: 20px;
  }
}
.resrelative-area .res-listbox .right-txt .top-area {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt .top-area {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.resrelative-area .res-listbox .right-txt .top-area .cata {
  font-weight: bold;
  color: #4670A0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt .top-area .cata {
    margin-bottom: 5px;
  }
}
.resrelative-area .res-listbox .right-txt .top-area .cata .line {
  margin-right: 10px;
  width: 35px;
  height: 1px;
  background: #4670A0;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt .top-area .cata .line {
    width: 15px;
  }
}
.resrelative-area .res-listbox .right-txt .top-area .date {
  color: #4670A0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt .top-area .date {
    margin-bottom: 5px;
  }
}
.resrelative-area .res-listbox .right-txt .title {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .resrelative-area .res-listbox .right-txt .title {
    font-size: 26px;
  }
}
.resrelative-area .res-listbox .right-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7D8A90;
  line-height: 1.5;
}

.search-box {
  width: 100%;
  background: #F3F9FF;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .search-box {
    padding: 10px;
  }
}
.search-box input {
  background: none;
  width: 100%;
  padding: 0px 20px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .search-box input {
    font-size: 18px;
    padding: 0px 15px;
  }
}
.search-box button {
  flex: 0 0 auto;
  width: 100%;
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #088CFF;
  height: 80px;
  padding: 0px 30px;
  border-radius: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .search-box button {
    height: 50px;
    padding: 0px 10px;
    width: 50px;
    justify-content: center;
  }
  .search-box button svg {
    width: 25px;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .search-box button:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
}
.search-box button p {
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .search-box button p {
    display: none;
  }
}

.industries-topinf {
  position: relative;
  margin-bottom: 60px;
}
.industries-topinf .contp {
  margin-bottom: 50px;
}
.industries-topinf .marquee {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 999px) {
  .industries-topinf .marquee {
    height: 100px;
  }
}
.industries-topinf .marquee div {
  display: flex;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.industries-topinf .marquee span {
  flex: 0 0 auto;
  font-size: 180px;
  font-weight: bold;
  color: #EEF4FA;
  text-transform: uppercase;
  margin-right: 40px;
}
@media only screen and (max-width: 999px) {
  .industries-topinf .marquee span {
    font-size: 100px;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.industries-list {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .industries-list {
    padding-bottom: 20px;
  }
}
.industries-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .industries-list li {
    flex-direction: column;
  }
}
.industries-list li .txt-infbox {
  width: 50%;
  padding-right: 60px;
  padding-top: 40px;
}
@media only screen and (max-width: 999px) {
  .industries-list li .txt-infbox {
    width: 100%;
    padding-right: 40px;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .industries-list li .txt-infbox {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
  }
}
.industries-list li .txt-infbox h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .industries-list li .txt-infbox h3 {
    font-size: 26px;
  }
}
.industries-list li .txt-infbox .contp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.industries-list li .picbox {
  width: 400px;
  height: 400px;
  position: relative;
  display: block;
  flex: 0 0 auto;
}
@media only screen and (max-width: 999px) {
  .industries-list li .picbox {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .industries-list li .picbox {
    width: 100%;
  }
}
.industries-list li .picbox .ovh {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .industries-list li .picbox .ovh {
    height: 300px;
  }
}
.industries-list li .picbox:hover img.pic {
  transform: scale(1.1);
  transition: all 0.3s;
}
.industries-list li .picbox img.pic {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
  transform: scale(1);
}
.industries-list li .picbox .icon-area {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  background: #088CFF;
}
@media only screen and (max-width: 999px) {
  .industries-list li .picbox .icon-area {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .industries-list li .picbox .icon-area {
    left: -10px;
    bottom: -10px;
  }
}
.industries-list li .picbox .icon-area svg, .industries-list li .picbox .icon-area img {
  max-width: 100%;
  max-height: 100%;
}
.industries-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .industries-list li:nth-child(even) {
    flex-direction: column;
  }
}
.industries-list li:nth-child(even) .txt-infbox {
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 999px) {
  .industries-list li:nth-child(even) .txt-infbox {
    width: 100%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .industries-list li:nth-child(even) .txt-infbox {
    padding-left: 0;
  }
}
.industries-list li:nth-child(even) .picbox .icon-area {
  left: initial;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .industries-list li:nth-child(even) .picbox .icon-area {
    right: -10px;
  }
}

.certifications-logo .img-bg {
  position: relative;
  margin-top: -10px;
}
.certifications-logo .img-bg img {
  width: 100%;
}
.certifications-logo ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  .certifications-logo ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.certifications-logo ul li {
  list-style: none;
}
@media only screen and (max-width: 999px) {
  .certifications-logo ul li {
    margin: 0px 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .certifications-logo ul li {
    display: flex;
    align-items: center;
    margin: 10px 10px;
  }
}
.certifications-logo ul li img {
  display: block;
  max-width: 85px;
  max-height: 110px;
}

.industries-de .center-pic {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .industries-de .center-pic {
    margin-bottom: 30px;
  }
}
.industries-de .center-pic .imgbg {
  width: 100%;
  padding-bottom: 56.25%;
  background: url("../../images/frontend/ccde.png") no-repeat center;
  background-size: cover;
}
.industries-de .center-pic .icon-area {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: #088CFF;
}
@media only screen and (max-width: 999px) {
  .industries-de .center-pic .icon-area {
    width: 60px;
    height: 60px;
  }
}
.industries-de .center-pic .icon-area svg, .industries-de .center-pic .icon-area img {
  max-width: 100%;
  max-height: 100%;
}
.industries-de .editer img {
  margin-bottom: 40px;
  display: block;
  max-width: 100%;
}
.industries-de .editer p {
  color: #7D8A90;
  line-height: 1.5;
}
.industries-de .editer h3.fs_20 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-btn-area {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .page-btn-area {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-top: 60px;
    border: 1px solid #CAD7E6;
  }
}
.page-btn-area a {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .page-btn-area a:hover p {
    transition: all 0.3s;
    color: #00DDFF;
  }
}
@media only screen and (max-width: 767px) {
  .page-btn-area a {
    width: 100%;
    border-bottom: 1px solid #CAD7E6;
    padding: 15px;
    justify-content: center;
  }
  .page-btn-area a:last-child {
    border-bottom: 0;
  }
}
.page-btn-area a.disabled p {
  color: #ddd;
}
.page-btn-area a.disabled p svg path {
  fill: #ddd;
}
.page-btn-area a p {
  transition: all 0.3s;
  font-size: 20px;
  color: #4670A0;
  font-weight: bold;
}
.page-btn-area a.pre p {
  margin-left: 30px;
}
.page-btn-area a.back p {
  margin-left: 30px;
}
.page-btn-area a.next p {
  margin-right: 30px;
}

.about-area {
  padding-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .about-area {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area {
    padding-bottom: 40px;
  }
}
.about-area .ab-1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  .about-area .ab-1 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.about-area .ab-1 .left-area {
  width: 50%;
  padding-right: 80px;
}
@media only screen and (max-width: 1279px) {
  .about-area .ab-1 .left-area {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 999px) {
  .about-area .ab-1 .left-area {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.about-area .ab-1 .left-area h2.fs_50 {
  text-align: left;
  margin-bottom: 30px;
}
.about-area .ab-1 .right-area {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .about-area .ab-1 .right-area {
    width: 100%;
  }
}
.about-area .ab-1 .right-area .img-area {
  width: 100%;
}
.about-area .ab-1 .right-area .img-area img {
  max-width: 100%;
  display: block;
}
.about-area .ab-1 .right-area .chartbox {
  background: #F3F9FF;
  padding: 30px;
  display: flex;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .about-area .ab-1 .right-area .chartbox {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.about-area .ab-1 .right-area .chartbox .pie-area {
  width: 260px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 1279px) {
  .about-area .ab-1 .right-area .chartbox .pie-area {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .ab-1 .right-area .chartbox .pie-area {
    margin-bottom: 20px;
  }
}
.about-area .ab-1 .right-area .chartbox .pie-area iframe, .about-area .ab-1 .right-area .chartbox .pie-area img {
  width: 100%;
}
.about-area .ab-1 .right-area .chartbox .right-inf {
  padding-left: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-area .ab-1 .right-area .chartbox .right-inf {
    padding-left: 0;
  }
}
.about-area .ab-1 .right-area .chartbox .right-inf h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul {
  width: 100%;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area {
  display: flex;
  align-items: center;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area .colorbar {
  flex: 0 0 auto;
  width: 30px;
  margin-right: 8px;
  height: 8px;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area .color1 {
  background: #3377FF;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area .color2 {
  background: #3C00E0;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area .color3 {
  background: #08AEFF;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area .color4 {
  background: #00DDFF;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .color-bar-area p {
  font-size: 16px;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .right-num {
  font-size: 20px;
  font-weight: bold;
}
.about-area .ab-1 .right-area .chartbox .right-inf ul li .right-num span {
  font-size: 14px;
}
.about-area .ab-2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-area .ab-2 {
    margin-bottom: 40px;
  }
}
.about-area .font-family-arial {
  font-family: Arial, Helvetica, sans-serif;
}
.about-area .ab-3-history {
  background: #F3F9FF;
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .about-area .ab-3-history {
    padding: 20px;
  }
}
.about-area .ab-3-history h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.about-area .ab-3-history ul {
  height: 300px;
  overflow-y: auto;
}
@media only screen and (min-width: 1000px) {
  .about-area .ab-3-history ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D5E0EB;
  }
  .about-area .ab-3-history ul::-webkit-scrollbar {
    width: 8px;
  }
}
.about-area .ab-3-history ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-area .ab-3-history ul li h4 {
  color: #555555;
  font-size: 24px;
  flex: 0 0 auto;
  margin-right: 20px;
}
.about-area .ab-3-history ul li p {
  color: #7D8A90;
}

@media only screen and (max-width: 767px) {
  .about-area-2 {
    padding-top: 40px;
  }
}
.about-area-2 .w-box {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .w-box {
    margin-bottom: 40px;
  }
}
.about-area-2 .ab-our .top-area {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-our .top-area {
    flex-direction: column;
  }
}
.about-area-2 .ab-our .top-area .left-img {
  width: 50%;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-our .top-area .left-img {
    width: 100%;
  }
}
.about-area-2 .ab-our .top-area .left-img img {
  width: 100%;
  display: block;
}
.about-area-2 .ab-our .top-area .txt-area {
  width: 50%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 40px;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-our .top-area .txt-area {
    width: 100%;
    padding: 40px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-our .top-area .txt-area {
    padding: 20px 20px 0px 20px;
  }
}
.about-area-2 .ab-our .top-area .txt-area h2.fs_50 {
  text-align: left;
  margin-bottom: 20px;
}
.about-area-2 .ab-our .context {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-our .context {
    padding: 20px;
  }
}
.about-area-2 .ab-what {
  position: relative;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what {
    padding: 20px;
  }
}
.about-area-2 .ab-what h2.fs_50 {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what h2.fs_50 {
    margin-bottom: 15px;
  }
}
.about-area-2 .ab-what h3 {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what h3 {
    margin-bottom: 20px;
  }
}
.about-area-2 .ab-what .chart-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-what .chart-area {
    position: relative;
    padding-top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what .chart-area {
    flex-direction: column;
    padding-top: 280px;
  }
}
.about-area-2 .ab-what .chart-area ul {
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-what .chart-area ul {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what .chart-area ul {
    width: 100%;
  }
}
.about-area-2 .ab-what .chart-area ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area {
  display: flex;
  align-items: center;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .colorbar {
  flex: 0 0 auto;
  width: 30px;
  margin-right: 8px;
  height: 8px;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color1 {
  background: #487FFF;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color2 {
  background: #3C00E0;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color3 {
  background: #00DDFF;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color4 {
  background: #B0EC3A;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color5 {
  background: #706BFF;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color6 {
  background: #0055FF;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color7 {
  background: #3FC69A;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area .color8 {
  background: #E6FF00;
}
.about-area-2 .ab-what .chart-area ul li .color-bar-area p {
  font-size: 16px;
}
.about-area-2 .ab-what .chart-area ul li .right-num {
  font-size: 20px;
  font-weight: bold;
}
.about-area-2 .ab-what .chart-area ul li .right-num span {
  font-size: 14px;
}
.about-area-2 .ab-what .chart-area .center-img {
  width: 320px;
  flex: 0 0 auto;
  margin: 0px 80px;
}
@media only screen and (max-width: 1279px) {
  .about-area-2 .ab-what .chart-area .center-img {
    margin: 0px 40px;
  }
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-what .chart-area .center-img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what .chart-area .center-img {
    width: 260px;
    margin-left: -130px;
  }
}
.about-area-2 .ab-what .chart-area .center-img img {
  width: 100%;
  display: block;
}
.about-area-2 .ab-what-flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-what-flex {
    flex-direction: column-reverse;
  }
}
.about-area-2 .ab-what-flex .left-txt {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what-flex .left-txt {
    padding: 20px;
  }
}
.about-area-2 .ab-what-flex .left-txt h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.about-area-2 .ab-what-flex .right-img {
  width: 500px;
  flex: 0 0 auto;
  min-height: 285px;
}
@media only screen and (max-width: 999px) {
  .about-area-2 .ab-what-flex .right-img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area-2 .ab-what-flex .right-img {
    height: 200px;
    min-height: 10px;
  }
}
.about-area-2 .ab-what-flex .right-img img {
  display: block;
  width: 100%;
}
.about-area-2 .ab-what-flex .right-img .bg1 {
  width: 100%;
  height: 100%;
  background: url("../../images/frontend/abpic3.jpg") no-repeat center;
  background-size: cover;
}
.about-area-2 .ab-what-flex .right-img .bg2 {
  width: 100%;
  height: 100%;
  background: url("../../images/frontend/abpic4.jpg") no-repeat center;
  background-size: cover;
}
.about-area-2 .ab-what-flex .right-img .bg3 {
  width: 100%;
  height: 100%;
  background: url("../../images/frontend/abpic5.jpg") no-repeat center;
  background-size: cover;
}

.facilities-area {
  position: relative;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .facilities-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.facilities-area .main-1200 {
  position: relative;
  z-index: 5;
}
.facilities-area .main-1200 h2.fs_50 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .facilities-area .main-1200 h2.fs_50 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.facilities-area .main-1200 p.contp {
  color: #7D8A90;
  line-height: 1.6;
  margin-bottom: 30px;
}
.facilities-area .bg-area {
  position: absolute;
  width: 100%;
  padding-right: 7.8125vw;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1599px) {
  .facilities-area .bg-area {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1279px) {
  .facilities-area .bg-area {
    padding-right: 0px;
  }
}
.facilities-area .bg-area .top {
  width: 100%;
}
.facilities-area .bg-area .top svg {
  width: 100%;
  display: block;
  height: auto;
}
.facilities-area .bg-area .bgcolor {
  width: 100%;
  margin-top: -5px;
  height: 100%;
  background: #F3F9FF;
}
.facilities-area .topcir-area {
  width: 100%;
  margin: 0 auto;
  height: 860px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .facilities-area .topcir-area {
    height: 500px;
  }
}
.facilities-area .topcir-area svg.bgcir {
  width: 860px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  top: 50%;
  margin-top: -430px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .facilities-area .topcir-area svg.bgcir {
    width: 510px;
    margin-left: -255px;
    margin-top: -255px;
  }
}
.facilities-area .topcir-area .center-circle {
  position: absolute;
  width: 580px;
  height: 580px;
  left: 50%;
  z-index: 5;
  margin-left: -290px;
  top: 50%;
  margin-top: -290px;
}
@media only screen and (max-width: 767px) {
  .facilities-area .topcir-area .center-circle {
    width: 280px;
    height: 280px;
    margin-left: -140px;
    margin-top: -140px;
  }
}
.facilities-area .topcir-area .center-circle svg {
  display: block;
  width: 100%;
  height: auto;
}
.facilities-area .topcir-area .center-circle .base1 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  transform: rotate(60deg);
  animation: rotatebase 0.5s 1s linear forwards;
}
.facilities-area .topcir-area .center-circle .base1 .line1 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  animation: alpha_01 0.3s 1.7s linear forwards;
}
.facilities-area .topcir-area .center-circle .base2 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -209px;
  margin-left: -209px;
  transform: rotate(60deg);
  animation: rotatebase2 0.5s 1.2s linear forwards;
}
@media only screen and (max-width: 767px) {
  .facilities-area .topcir-area .center-circle .base2 {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
  }
}
.facilities-area .topcir-area .center-circle .base2 .line1 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  animation: alpha_01 0.3s 1.7s linear forwards;
}
.facilities-area .topcir-area .center-circle .center-pop {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -110px;
  margin-left: -110px;
  animation: pop 0.4s 1.5s linear forwards;
}
@media only screen and (max-width: 767px) {
  .facilities-area .topcir-area .center-circle .center-pop {
    width: 107px;
    height: 107px;
    margin-top: -53px;
    margin-left: -53px;
  }
}
.facilities-area .marquee {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 999px) {
  .facilities-area .marquee {
    height: 100px;
  }
}
.facilities-area .marquee div {
  display: flex;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}
.facilities-area .marquee span {
  flex: 0 0 auto;
  font-size: 180px;
  font-weight: bold;
  color: #E3F1FE;
  text-transform: uppercase;
  margin-right: 40px;
}
@media only screen and (max-width: 999px) {
  .facilities-area .marquee span {
    font-size: 100px;
  }
}
.facilities-area .short-top {
  margin-top: -50px;
  margin-bottom: 80px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .facilities-area .short-top {
    margin-bottom: 40px;
  }
}
.facilities-area .short-top h3 {
  text-align: center;
  color: #1F5BB1;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
}
.facilities-area .short-top p {
  color: #7D8A90;
  line-height: 1.5;
}
.facilities-area .facilities-list {
  width: 100%;
  position: relative;
  z-index: 10;
}
.facilities-area .facilities-list li {
  display: flex;
  width: 100%;
  margin-bottom: 75px;
}
.facilities-area .facilities-list li:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li:nth-child(even) {
    flex-direction: column;
  }
}
.facilities-area .facilities-list li:nth-child(even) .right-txt {
  padding-left: 0px;
  padding-right: 120px;
}
@media only screen and (max-width: 999px) {
  .facilities-area .facilities-list li:nth-child(even) .right-txt {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li:nth-child(even) .right-txt {
    padding: 0;
  }
}
.facilities-area .facilities-list li:nth-child(even) .icon-area {
  left: -60px;
  right: initial;
}
@media only screen and (max-width: 999px) {
  .facilities-area .facilities-list li:nth-child(even) .icon-area {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li:nth-child(even) .icon-area {
    left: -10px;
  }
}
.facilities-area .facilities-list li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.facilities-area .facilities-list li .pic-area {
  width: 50%;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .facilities-area .facilities-list li .pic-area:hover .pic .bgimg {
    transition: all 0.3s;
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li .pic-area {
    width: 100%;
    margin-bottom: 10px;
  }
}
.facilities-area .facilities-list li .pic-area .pic {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg {
  position: absolute;
  background: url("../../images/frontend/fpic1.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg2 {
  background: url("../../images/frontend/fpic2.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg3 {
  background: url("../../images/frontend/fpic3.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg4 {
  background: url("../../images/frontend/fpic4.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg5 {
  background: url("../../images/frontend/fpic5.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg6 {
  background: url("../../images/frontend/fpic6.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg7 {
  background: url("../../images/frontend/fpic7.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg8 {
  background: url("../../images/frontend/fpic8.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg9 {
  background: url("../../images/frontend/fpic9.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .pic .bgimg.bg10 {
  background: url("../../images/frontend/fpic10.jpg") no-repeat center;
  background-size: cover;
}
.facilities-area .facilities-list li .pic-area .icon-area {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: absolute;
  right: -60px;
  top: 50%;
  margin-top: -60px;
  background: #088CFF;
}
@media only screen and (max-width: 999px) {
  .facilities-area .facilities-list li .pic-area .icon-area {
    width: 80px;
    height: 80px;
    right: -40px;
    margin-top: -40px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li .pic-area .icon-area {
    right: -10px;
  }
}
.facilities-area .facilities-list li .pic-area .icon-area svg, .facilities-area .facilities-list li .pic-area .icon-area img {
  max-width: 100%;
  max-height: 100%;
}
.facilities-area .facilities-list li .right-txt {
  width: 50%;
  padding-left: 120px;
}
@media only screen and (max-width: 999px) {
  .facilities-area .facilities-list li .right-txt {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li .right-txt {
    width: 100%;
    padding-left: 0;
  }
}
.facilities-area .facilities-list li .right-txt h2 {
  color: #333;
  font-size: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .facilities-area .facilities-list li .right-txt h2 {
    margin-bottom: 15px;
  }
}
.facilities-area .facilities-list li .right-txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #7D8A90;
  margin-bottom: 20px;
}

.facilities-de .top-infbox {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .facilities-de .top-infbox {
    flex-direction: column-reverse;
  }
}
.facilities-de .top-infbox .left-inf h2.fs_50 {
  text-align: left;
  margin-bottom: 20px;
}
.facilities-de .top-infbox .left-inf h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .facilities-de .top-infbox .left-inf h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.facilities-de .top-infbox .left-inf p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.facilities-de .top-infbox .right-pic {
  width: 600px;
  flex: 0 0 600px;
  margin-left: 60px;
}
@media only screen and (max-width: 1279px) {
  .facilities-de .top-infbox .right-pic {
    margin-left: 20px;
    width: 400px;
    flex: 0 0 400px;
  }
}
@media only screen and (max-width: 767px) {
  .facilities-de .top-infbox .right-pic {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.facilities-de .top-infbox .right-pic .pic-area {
  width: 100%;
  padding-bottom: 56.3333333333%;
  background: url("../../images/frontend/fpic1.jpg") no-repeat center;
  background-size: cover;
}
.facilities-de .fSwiper {
  margin-bottom: 40px;
}
.facilities-de .fSwiper .swiper-slide {
  width: 100%;
}
.facilities-de .fSwiper .swiper-wrapper {
  margin-bottom: 30px;
}
.facilities-de .fSwiper .sq-pic {
  border: 1px solid #B9CADB;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .facilities-de .fSwiper .sq-pic:hover {
    transition: all 0.3s;
    border: 1px solid #00DDFF;
  }
}
.facilities-de .fSwiper .sq-pic .imgbox {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.facilities-de .fSwiper .sq-pic .imgbox img {
  max-height: 100%;
  max-width: 100%;
}
.facilities-de .fSwiper p {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
.facilities-de .fSwiper .arr-area {
  display: flex;
  justify-content: flex-end;
}
.facilities-de .fSwiper .arr-area .btnarr {
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.facilities-de .fSwiper .arr-area .btnarr svg path {
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .facilities-de .fSwiper .arr-area .btnarr:hover {
    transition: all 0.3s;
    background: #00DDFF;
  }
  .facilities-de .fSwiper .arr-area .btnarr:hover svg path {
    transition: all 0.3s;
    stroke: #FFF;
  }
}
.facilities-de .editer-area .center-pic {
  display: flex;
  justify-content: center;
}
.facilities-de .editer-area img {
  margin-bottom: 40px;
  display: block;
  max-width: 100%;
}
.facilities-de .editer-area h3 {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5;
}
.facilities-de .editer-area p {
  color: #7D8A90;
  line-height: 1.5;
}

.padb_160 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .padb_160 {
    padding-bottom: 80px;
  }
}

.facilitiespop-box {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.facilitiespop-box .rel {
  position: relative;
  width: 100%;
  height: 100%;
  border-top: 10px solid #00A3E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .facilitiespop-box .rel {
    border-top: 5px solid #00A3E0;
  }
}
.facilitiespop-box .rel .xx {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 0px 0px 0px 10px;
  background: #00A3E0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 1000px) {
  .facilitiespop-box .rel .xx:hover {
    background: #00DDFF;
    transition: all 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .facilitiespop-box .rel .xx {
    width: 50px;
    height: 50px;
  }
  .facilitiespop-box .rel .xx svg {
    width: 20px;
    height: auto;
  }
}
.facilitiespop-box .rel .center-box {
  width: 100%;
  max-width: 1000px;
  padding: 0px 20px;
}
.facilitiespop-box .rel .center-box .imgbox {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.facilitiespop-box .rel .center-box img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 200px);
}
.facilitiespop-box .rel .center-box .txt {
  width: 100%;
  max-height: 100px;
  overflow: auto;
}
.facilitiespop-box .rel .center-box p {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 1279px) {
  .facilitiespop-box .rel .center-box p {
    font-size: 16px;
  }
}

.step-line-area {
  position: relative;
  margin-top: 80px;
  padding-top: 240px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .step-line-area {
    padding-top: 0;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area {
    margin-top: 40px;
    padding-left: 30px;
    padding-bottom: 40px;
  }
}
.step-line-area .bg-line {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.step-line-area .bg-line img {
  display: block;
}
@media only screen and (max-width: 999px) {
  .step-line-area .bg-line {
    width: 4px;
    height: 100%;
    background: #088CFF;
    margin-left: 0;
    left: 0;
  }
  .step-line-area .bg-line img {
    display: none;
  }
}
.step-line-area .bg-line .mbart {
  display: none;
}
@media only screen and (max-width: 999px) {
  .step-line-area .bg-line .mbart {
    display: block;
    position: absolute;
    top: -1px;
    left: -13px;
  }
  .step-line-area .bg-line .mbart svg {
    width: 30px;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area .bg-line .mbart {
    left: -10px;
  }
  .step-line-area .bg-line .mbart svg {
    width: 24px;
  }
}
.step-line-area .bg-line .mbarb {
  display: none;
}
@media only screen and (max-width: 999px) {
  .step-line-area .bg-line .mbarb {
    display: block;
    position: absolute;
    bottom: -2px;
    left: -13px;
  }
  .step-line-area .bg-line .mbarb svg {
    width: 30px;
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area .bg-line .mbarb {
    left: -10px;
  }
  .step-line-area .bg-line .mbarb svg {
    width: 24px;
  }
}
.step-line-area .mbdot {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #088CFF;
  top: 40px;
  left: -68px;
  z-index: 10;
  background: #FFF;
}
@media only screen and (max-width: 999px) {
  .step-line-area .mbdot {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area .mbdot {
    width: 16px;
    height: 16px;
    left: -36px;
  }
}
.step-line-area .infbox {
  display: flex;
  position: relative;
  max-width: 620px;
}
.step-line-area .infbox .iconbox {
  width: 140px;
  height: 140px;
  background: #ECF3FA;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 0 0 auto;
  margin-right: 38px;
}
@media only screen and (max-width: 1279px) {
  .step-line-area .infbox .iconbox {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .iconbox {
    width: 23.2vw;
    height: 23.2vw;
    position: absolute;
  }
}
.step-line-area .infbox .iconbox svg, .step-line-area .infbox .iconbox img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .top-area {
    padding-left: 28vw;
    height: 23.2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.step-line-area .infbox .right-box .num {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .num {
    padding-top: 0px;
  }
}
.step-line-area .infbox .right-box .num .line {
  height: 1px;
  margin-right: 5px;
  width: 35px;
  background: #4670A0;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .num .line {
    width: 18px;
  }
}
.step-line-area .infbox .right-box .num p {
  font-size: 24px;
  color: #4670A0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .num p {
    font-size: 14px;
  }
}
.step-line-area .infbox .right-box .title {
  color: #1F5BB1;
  font-size: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .title {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.step-line-area .infbox .right-box .contp {
  font-size: 16px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .step-line-area .infbox .right-box .contp {
    font-size: 15px;
  }
}
.step-line-area .pic-area {
  width: 320px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 999px) {
  .step-line-area .pic-area {
    margin-bottom: 20px;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .step-line-area .pic-area {
    width: 100%;
  }
}
.step-line-area .pic-area .img-area {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: 100%;
}
.step-line-area .pic-area .img-area.primg1 {
  background: url("../../images/frontend/prsimg1.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg2 {
  background: url("../../images/frontend/prsimg2.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg3 {
  background: url("../../images/frontend/prsimg3.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg4 {
  background: url("../../images/frontend/prsimg4.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg5 {
  background: url("../../images/frontend/prsimg5.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg6 {
  background: url("../../images/frontend/prsimg6.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg7 {
  background: url("../../images/frontend/prsimg7.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg8 {
  background: url("../../images/frontend/prsimg8.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .pic-area .img-area.primg9 {
  background: url("../../images/frontend/prsimg9.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .flex-itemstyle1 {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle1 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1279px) {
  .step-line-area .flex-itemstyle1 .pic-area {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle1 .pic-area {
    margin-right: 0;
  }
}
.step-line-area .flex-itemstyle1 .pic-area .img-area {
  padding-bottom: 56.25%;
  width: 100%;
}
.step-line-area .flex-itemstyle1 .pic-area .img-area.primg1 {
  background: url("../../images/frontend/prsimg1.jpg") no-repeat center;
  background-size: cover;
}
.step-line-area .flex-itemstyle2 {
  display: flex;
  position: relative;
  z-index: 5;
}
.step-line-area .flex-itemstyle3 {
  justify-content: flex-end;
  display: flex;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle3 {
    justify-content: flex-start;
  }
}
.step-line-area .flex-itemstyle4 {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 5;
  padding-right: 100px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle4 {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
.step-line-area .flex-itemstyle5 {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 5;
  padding-left: 100px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle5 {
    padding-left: 0;
    flex-direction: column;
  }
}
.step-line-area .flex-itemstyle5 .pic-area {
  width: 250px;
  margin-right: 40px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle5 .pic-area {
    width: 60%;
    margin-right: 0;
  }
}
.step-line-area .flex-itemstyle5.marb_80 {
  padding-left: 50px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .flex-itemstyle5.marb_80 {
    padding-left: 0;
  }
}
.step-line-area .marb_50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_50 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_60 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_70 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_80 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_90 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1279px) {
  .step-line-area .marb_120 {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_120 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_140 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_140 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_160 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1279px) {
  .step-line-area .marb_160 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_160 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_180 {
  margin-bottom: 180px;
}
@media only screen and (max-width: 1279px) {
  .step-line-area .marb_180 {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_180 {
    margin-bottom: 40px;
  }
}
.step-line-area .marb_200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 999px) {
  .step-line-area .marb_200 {
    margin-bottom: 40px;
  }
}
