
.swiper {
  width:100vw;
	height: calc(100vh - 100px);
}

.banner-1 {
  display: flex;
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  user-select: none;
}

.banner-1-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-1-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-1-head {
  font-size: 30px;
  color: #e9e9e9c9;
  font-weight: 100;
  border: 1px solid #e9e9e9c9;
  border-radius: 27px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-1-title {
  font-size: 74px;
  color: white;
  font-weight: 100;
  margin-top: 20px;
}

.banner-1-content-ch {
  font-size: 25px;
  color: white;
  font-weight: 100;
  margin-top: 40px;
}

.banner-1-content-en {
  font-size: 18px;
  color: white;
  font-weight: 100;
  margin-bottom: 80px;
}

.banner-1-more {
  font-size: 30px;
  background-color: white;
  color: rgb(99,185,222);
  font-weight: 100;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .banner-1-title {
    font-size: 60px;
  }

  .banner-1-content-ch {
    font-size: 22px;
  }
  .banner-1-content-en {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) {
  .banner-1-title {
    font-size: 50px;
  }

  .banner-1-content-ch {
    font-size: 20px;
  }
  .banner-1-content-en {
    font-size: 14px;
  }
}

@media screen and (max-width: 1020px) {
  .banner-1-title {
    font-size: 50px;
  }

  .banner-1-content-ch {
    margin-top: 10px;
    font-size: 18px;
  }

  .banner-1-content-en {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .banner-1-head {
    font-size: 26px;
  }
}

@media screen and (max-width: 820px) {
  .banner-1 {
    width: 90%;
  }

  .banner-1-title {
    font-size: 30px;
  }

  .banner-1-content-ch {
    font-size: 16px;
    color: white;
    text-shadow:2px 3px 10px rgb(0, 0, 0);
  }

  .banner-1-content-en {
    font-size: 10px;
    color: white;
    text-shadow:2px 3px 10px rgb(0, 0, 0);
  }

  .banner-1-head {
    font-size: 20px;
  }

  .banner-1-more {
    font-size: 20px;
  }
}

@media screen and (max-width: 660px) {

  .banner-1 {
    margin-top: 5px;
  }

  .banner-1-title {
    font-size: 23px;
    margin-top: 5px;
  }
  
  .banner-1-content-ch {
    font-size: 14px;
    margin-top: 5px;
  }

  .banner-1-content-en {
    font-size: 8px;
    margin-bottom: 5px;
  }

  .banner-1-more {
    font-size: 12px;
  }

  .banner-1-head {
    font-size: 15px;
  }

  .banner-1-more {
    font-size: 15px;
    font-weight: 100;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.banner-2 {
  width: 85%;
}

.banner-2-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-2-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-2-product {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 50%;
  margin-left: -50%;
  margin-top: -21%;
}

.banner-2-product > img {
  width: 55%;
}

@media screen and (max-width: 1130px) {
  .banner-2-product {
    margin-left: -60%;
  }
}

@media screen and (max-width: 840px) {
  .banner-2-product {
    margin-left: -70%;
  }
}

@media screen and (max-width: 725px) {
  .banner-2-product {
    margin-left: -75%;
  }
}

@media screen and (max-width: 585px) {
  .banner-2-product > img {
    width: 45%;
  }
}

.banner-2-intro {
  display: flex;
  padding-top: 20%;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: right;
  user-select: none;
}

.banner-2-intro-title {
  font-size: 60px;
  color: rgb(99,185,222);
  font-weight: 600;
}

.banner-2-intro-content-ch {
  font-size: 25px;
  color: #333333;
  font-weight: 100;
  margin-top: 10px;
}

.banner-2-intro-content-en {
  font-size: 18px;
  color: #333333;
  font-weight: 100;
  margin-bottom: 40px;
}

.banner-2-intro-more {
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}

@media screen and (max-width: 1650px) {
  .banner-2-intro {
    padding-top: 27%;
  }
}

@media screen and (max-width: 1320px) {
  .banner-2-intro {
    padding-top: 25%;
  }

  .banner-2-intro-title {
    font-size: 42px;
  }

  .banner-2-intro-content-ch {
    font-size: 22px;
    margin-top: 5px;
  }
  
  .banner-2-intro-content-en {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .banner-2-intro-more {
    font-size: 16px;
    color: #333333;
  }
}

@media screen and (max-width: 1000px) {
  .banner-2-intro-title {
    font-size: 32px;
  }

  .banner-2-intro-content-ch {
    font-size: 18px;
  }
  
  .banner-2-intro-content-en {
    font-size: 14px;
  }
  
  .banner-2-intro-more {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {
  .banner-2-intro-content-en {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .banner-2-intro-title {
    font-size: 18px;
  }

  .banner-2-intro-content-ch {
    font-size: 12px;
    margin-top: 0px;
  }
  
  .banner-2-intro-content-en {
    font-size: 8px;
    margin-bottom: 0px;
  }
  
  .banner-2-intro-more {
    font-size: 8px;
  }
}

@media screen and (max-width: 535px) {
  .banner-2 {
    width: 95%;
  }

  .banner-2-intro {
    padding-top: 25%;
  }
}


@media screen and (max-width: 1650px) {
  .swiper {
    height:80vh;
  }
}

@media screen and (max-width: 1320px) {
  .swiper {
    height:60vh;
  }
}

@media screen and (max-width: 1025px) {
  .swiper {
    height:48vh;
  }
}

@media screen and (max-width: 820px) {
  .swiper {
    height:40vh;
  }
}

@media screen and (max-width: 650px) {
  .swiper {
    height:30vh;
  }
}

@media screen and (max-width: 450px) {
  .swiper {
    height:26.5vh;
  }
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.product {
  min-height: 1236px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.product-left {
  padding-top: 150px;
}

.product-left-title-en {
  font-size: 64px;
  color: rgb(99,185,222);
  line-height: 90%;
  margin-bottom: 20px;
}

.product-left-title-ch {
  font-size: 48px;
  margin-top: 45px;
  margin-bottom: 80px;
}

.product-left-title-img > img {
  width: 100%;
}

.product-right {
  padding-top: 150px;
  width: 100%;
  padding-left: 50px;
}

.product-swiper {
  width:100%;
}

.product-right-intro {
  display: flex;
  width: 100%;
}

.product-right-intro-text {
  flex-basis: 38%;
  background-color: rgb(102,186,222);
  color: #FFF;
  text-align: left;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 40px;
  height: 600px;
}

.product-right-intro-text-title {
  font-size: 40px;
}

.product-right-intro-text-leftline {
  height: 75px;
  border-left: 1px solid #FFF;
  margin-bottom: 20px;
}

.product-right-intro-text-content {
  font-size: 16px;
}

.product-right-intro-text-more {
  margin-top: 100px;
  font-size: 18px;
  cursor: pointer;
}

.product-right-intro-img {
  flex-basis: 62%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

.product-right-intro-img > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.product-right-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-right-select-img {
  margin-top: 40px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 210px;
  height: 120px;
  cursor: pointer;
}

.product-right-select-img > img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.product-right-select-img-active {
  border: 5px solid rgb(102,186,222);
}

.product-right-select-more {
  margin-top: 40px;
  width: 210px;
  height: 120px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.product-right-select-more > img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1650px) {
  .product {
    min-height: 1086px;
  }

  .product-right-select-img {
    width: 180px;
    height: 100px;
    margin-right: 20px;
  }

  .product-right-select-more {
    width: 180px;
    height: 100px;
  }

  .product-right-intro-text-title {
    font-size: 34px;
  }

  .product-right-intro-text-leftline {
    height: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .product-left-title-img {
    display: none;
  }
  .product-right-select {
    margin-bottom: 50px;
  }

  .product-right {
    padding-top: 0px;
    padding-left: 0px;
  }

  .product-left {
    padding-top: 50px;
  }

  .product-left-title-en {
    font-size: 40px;
  }
  
  .product-left-title-ch {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .product-right {
    padding-top: 30px;
    padding-left: 0px;
  }

  .product-right-intro-text-title {
    font-size: 32px;
  }

  .product-right-intro-text-leftline {
    display: none;
  }

  .product-right-intro-text-more {
    margin-top: 50px;
  }
}

@media screen and (max-width: 660px) {
  .product-right-intro-text {
    flex-basis: 300px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .product-right-intro-img {
    flex-basis: 500px;
    height: 500px;
  }

  .product-right-intro-img > img {
    width: 90%;
    height: 90%;
    object-fit: contain;
  }

  .product-right-select {
    display: none;
  }

  .product-right {
    margin-bottom: 20px;
  }

  .product-right-intro {
    flex-direction: column;
  }

  .product-left {
    padding-top: 50px;
  }
  
  .product-left-title-en {
    font-size: 32px;
    color: rgb(99,185,222);
    line-height: 90%;
  }
  
  .product-left-title-ch {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.about {
  min-height: 839px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.about-left {
  padding-top: 200px;
  padding-right: 100px;
}

.about-left-title-en {
  font-size: 60px;
  color: rgb(99,185,222);
}

.about-left-title-ch {
  font-size: 48px;
  color: #333333;
}

.about-left-title-underline {
  width: 142px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 4px solid rgb(99,185,222);
  margin-bottom: 30px;
}

.about-left-content {
  color: #333333;
  font-size: 16px;
  line-height: 200%;
  font-weight: 600;
}

.about-left-content-en {
  color: #333333;
  font-size: 16px;
  line-height: 170%;
  font-weight: 600;
}


.about-left-more {
  width: 146px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid rgb(99,185,222);
  margin-top: 30px;
  cursor: pointer;
}

.about-left-more:hover {
  transition: all 0.5s;
  background-color: rgb(99,185,222);
}

.about-right {
  margin-top: 225px;
  padding-bottom: 30px;
  width:100%;
  overflow: hidden;
}

.about-swiper {
  width:100%;
}

.about-img {
  width: 100%;
}

.about-right-swiper-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: right;
}

.about-right-swiper-pagination-item {
  margin-left: 20px;
  background-color: #FFF;
  width: 86px;
  height: 6px;
  cursor: pointer;
}

.about-right-swiper-pagination-item-active {
  background-color: rgb(99,185,222);
}

@media screen and (max-width: 1400px) {
  .about {
    min-height: 739px;
  }

  .about-right {
    margin-bottom: 20px;
  }

  .about-left {
    padding-top: 130px;
    padding-right: 0px;
  }

  .about-right {
    margin-top: 130px;
  }

  .about-left-title-underline {
    margin-bottom: 40px;
  }

  .about-left-title-en {
    font-size: 40px;
  }
  
  .about-left-title-ch {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .about-left {
    padding-top: 100px;
  }

  .about-right {
    margin-top: 50px;
  }
}

@media screen and (max-width: 660px) {
  .about-right {
    margin-top: 30px;
  }

  .about-left {
    padding-top: 50px;
  }

  .about-left-title-en {
    font-size: 30px;
  }
  
  .about-left-title-ch {
    font-size: 30px;
  }
  
  .about-left-title-underline {
    width: 71px;
    height: 15px;
    margin-bottom: 30px;
  }
}
.news {
  min-height: 855px;
  width: 100%;
  background-color: rgb(248, 248, 248);
  padding-left: 5%;
  padding-right: 5%;
}

.news-left {
  padding-top: 175px;
  writing-mode: vertical-lr;
  width: 100%;
}

.news-left-title-en {
  font-size: 60px;
  color: rgb(102,186,222);
}

.news-left-title-ch {
  font-size: 48px;
  color: #333333;
  padding-right: 50px;
}

.news-left-title-img {
  padding-right: 5%;
  width: 75%;
}

.news-left-title-img > img {
  width: 100%;
}

.news-right {
  width: 100%;
  padding-top: 175px;
  overflow: hidden;
}

.news-col {
  display: flex;
  height: 220px;
  border-bottom: 1px solid rgb(53, 146, 185);
  margin-bottom: 10px;
  cursor: pointer;
}

@keyframes dateAnimate {
  from{
      transform: translateX(-70px);
      background-color: rgba(255, 255, 255, 0);
      border-bottom: 1px solid rgb(53, 146, 185);
  }
  to {
      transform: translateX(0px);
      background-color: #FFF;
      border-bottom: 1px solid rgb(255, 255, 255);
  }
}

.news-col:hover {
  animation: dateAnimate 1s;
  background-color: #FFF;
  border-bottom: 0px;
}

.news-col:hover .news-col-date {
  display: flex;
}

.news-col-date {
  display: none;
  text-align: center;
  width: 70px;
  background-color: rgb(99,185,222);
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-col-day {
  display: inline;
  font-size: 32px;
  margin-top: 30px;
}

.news-col-day > span {
  font-size: 16px;
}

.news-col-month {
  font-size: 32px;
  margin-bottom: 30px;
}

.news-col-month > span {
  font-size: 16px;
}

.news-col-line {
  width: 50%;
  border-bottom: 3px solid white;
  margin-top: 30px;
  margin-bottom: 30px;
  transform:rotate(-45deg);
}

.news-col-text {
  color: #333333;
  width: 90%;
  padding-left: 40px;
  padding-top: 20px;
}

.news-col-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-col-content {
  font-size: 16px;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-more {
  float: right;
  user-select: none;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 183px;
  background-color: rgb(102,186,222);
  border: 0px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 1800px) {
  .news-col {
    height: 180px;
  }

  .news-col-text {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1600px) {
  .news-col {
    height: 160px;
  }

  .news-col-text {
    padding-top: 5px;
  }

  .news-col-content {
    -webkit-line-clamp: 2;
  }
}


@media screen and (max-width: 1200px) {
  .news-col {
    height: 180px;
  }

  .news-col-content {
    -webkit-line-clamp: 3;
  }
  
  .news-left-title-img {
    padding-right: 0;
    width: 80%;
  }
}


@media screen and (max-width: 800px) {
  .news-left-title-img {
    padding-right: 0;
    width: 65%;
  }
}

@media screen and (max-width: 700px) {
  .news-left-title-img {
    padding-right: 5%;
    width: 60%;
  }

  .news-left-title-ch {
    padding-right: 20px;
  }
}


@media screen and (max-width: 1400px) {
  .news {
    min-height: 755px;
    width: 100%;
    background-color: rgb(248, 248, 248);
    padding-left: 5%;
    padding-right: 5%;
  }

  .news-left {
    padding-top: 100px;
  }
  
  .news-right {
    padding-top: 60px;
  }

  .news-left-title-img {
    padding-right: 0%;
    width: 80%;
  }

  .news-right {
    margin-bottom: 20px;
  }

  .news-left-title-en {
    font-size: 40px;
  }
  
  .news-left-title-ch {
    font-size: 30px;
  }
}

@media screen and (max-width: 660px) {
  .news-left-title-en {
    font-size: 26px;
  }
  
  .news-left-title-ch {
    font-size: 26px;
    padding-right: 10px;
  }

  .news-left-title-img {
    width: 80%;
  }
}

.news-detail {
	text-align: center;
}

.news-detail-title {
	margin-top: 20px;
	font-size: 36px;
	font-weight: 600;
}

.news-detail-info {
	margin-top: 20px;
	font-size: 10px;
	color: #666666;
}

.news-detail-content {
	margin-top: 20px;
	text-align: left;
}
