<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.bg1 {
  background: #1a2127 url(../images/side-bg1.jpg) no-repeat center top
}
.bg3 {
  background: url(../images/ibg6.jpg) no-repeat center top
}

.about {
  position: relative;
  padding-bottom: 80px
}

.about::before {
  content: 'ABOUT';
  top: 430px;
  right: 0;
  position: absolute;
  font-size: 155px;
  font-weight: 700;
  color: rgba(255,255,255,.05);
  letter-spacing: 2px;
  font-family: 'pt serif',serif
}

.about h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif
}

.about .box {
  margin: 39px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.about .box:last-of-type {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about .box:last-of-type .t {
    margin: 0 80px 0 0;
}

.about .t {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 80px
}

.about .t {
  font-size: 18px;
  color: #fff;
  line-height: 36px
}

.about .t p~p {
  margin-top: 15px
}

.about .pic {
  width: 450px;
  position: relative
}

.about .pic a {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block
}

.history {
  padding: 80px 0;
  border-top: 1px solid rgba(255,255,255,.1)
}

.history h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif;
  text-align: center
}

.history .list {
  position: relative;
  margin-top: 65px;
  height: 240px;
  box-sizing: border-box
}

.history .list::after {
  content: '';
  position: absolute;
  left: 0;
  top: 119px;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.3)
}

.history .swiper-slide {
  height: 240px;
  box-sizing: border-box
}

.history .swiper-slide .inner {
  opacity: 1;
  width: 240px;
  height: 240px;
  border: 1px solid transparent;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.history .swiper-slide .inner em {
  width: 113px;
  height: 113px;
  background: #fff;
  font-size: 24px;
  color: #000;
  line-height: 113px;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all .3s ease 0s
}

.history .swiper-slide p {
  display: none;
  margin: 40px 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #fff
}

.history .swiper-slide-active .inner {
  border: 1px solid #fff;
  border-radius: 50%
}

.history .swiper-slide-active .inner em {
  width: 184px;
  height: 184px;
  line-height: 184px;
  font-weight: 700;
  font-size: 48px;
  color: #662870
}

.history .text {
  margin: 45px auto 0;
  max-width: 700px;
  text-align: center
}

.history .text p {
  font-size: 20px;
  line-height: 35px;
  color: #fff
}

.story {
  padding: 50px 0;
  background: #262c32
}

.story h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif;
  text-align: center
}

.story .t {
  margin: 25px 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 30px
}

.story ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.story ul li {
  width: 20%;
  margin: 55px 0 0;
  text-align: center
}

.story ul li em {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif
}

.story ul li p {
  font-size: 18px;
  margin: 30px 0 0;
  line-height: 32px;
  color: #fff;
  text-transform: capitalize
}

.video-list {
  padding: 70px 0 0
}

.video-list h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif;
  text-align: center
}

.video-list .list {
  position: relative;
  margin: 40px 0 0
}

.video-list .swiper-slide {
}

.video-list .swiper-slide ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.video-list .swiper-slide ul li {
  margin: 25px 0 0
}

.video-list .swiper-slide ul li:nth-child(1) {
  width: 36.66666666%
}

.video-list .swiper-slide ul li:nth-child(2) {
  width: 61.66666666%
}

.video-list .swiper-slide ul li:nth-child(3) {
  width: 61.66666666%
}

.video-list .swiper-slide ul li:nth-child(4) {
  width: 36.66666666%
}

.video-list .swiper-slide ul li .v {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden
}

.video-list .swiper-slide ul li .v img {
  width: 100%;
  display: block;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s
}

.video-list .swiper-slide ul li .v::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/v1.png) no-repeat center;
  display: block
}

.video-list .swiper-slide ul li p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 20;
  background: rgba(0,0,0,.5);
  text-transform: capitalize
}

.video-list .swiper-slide ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.video-list .page {
  text-align: right;
  margin: 45px 0 0
}

.video-list .page .swiper-button-prev,.video-list .page .swiper-button-next {
  position: static;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  background: 0 0;
  border-radius: 0;
  margin-top: 0;
  text-align: center;
  vertical-align: top
}

.video-list .page .swiper-button-next {
  margin-left: 13px
}

.video-list .page .swiper-button-prev i,.video-list .page .swiper-button-next i {
  color: inherit;
  font-size: 22px;
  line-height: 45px
}

.video-list .page .swiper-button-prev:hover,.video-list .page .swiper-button-next:hover {
  background: #662870;
  border-color: #662870;
  color: #fff
}

.customer {
  padding: 70px 0 0
}

.customer h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif;
  text-align: center
}

.customer .pic {
  margin: 40px 0 0;
  text-align: center
}

.cert-list {
  padding: 70px 0
}

.cert-list h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'pt serif',serif;
  text-align: center
}

.cert-list .list {
  margin: 25px 0 0;
  text-align: center;
  position: relative
}

.cert-list .swiper-box {
  overflow: hidden
}

.cert-list .swiper-slide {
  width: 340px;
  margin: 20px 0;
  background: #fff
}

.cert-list .swiper-slide a {
  width: 100%;
  display: block
}

.cert-list .swiper-slide img {
  width: 100%;
  display: block;
  box-shadow: rgba(0,0,0,.4) 0 4px 10px 0
}

.cert-list .swiper-slide p {
  display: none;
  margin: 20px 0 0;
  color: #212121;
  font-size: 20px;
  text-transform: uppercase
}

.cert-list .swiper-slide.swiper-slide-active p {
  display: block
}

.cert-list .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px
}

.cert-list .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box
}

.cert-list .swiper-pagination-bullet-active {
  background: #662870
}

.cert-list .swiper-button-prev,.cert-list .swiper-button-next {
  color: #fff;
  overflow: hidden;
  display: inline-block;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  background: 0 0;
  border-radius: 0;
  margin-top: -22px;
  text-align: center
}

.cert-list .swiper-button-prev,.cert-list .swiper-container-rtl .swiper-button-next {
  left: -110px;
  right: auto
}

.cert-list .swiper-button-next,.cert-list .swiper-container-rtl .swiper-button-prev {
  right: -110px;
  left: auto
}

.cert-list .swiper-button-prev i,.cert-list .swiper-button-next i {
  color: inherit;
  font-size: 22px;
  line-height: 45px
}

.cert-list .swiper-button-prev:hover,.cert-list .swiper-button-next:hover {
  background: #662870;
  border-color: #662870;
  color: #fff
}

@media screen and (max-width:1500px) {
  .cert-list .swiper-button-prev,.cert-list .swiper-container-rtl .swiper-button-next{left:-80px;}
  .cert-list .swiper-button-next,.cert-list .swiper-container-rtl .swiper-button-prev{right:-80px;}
}

@media screen and (max-width:1340px) {
  .about h4,.history h3,.story h3,.video-list h3,.customer h3,.cert-list h3{font-size:30px;}

  .about .t{font-size:17px;line-height:30px;}

  .history .text p{font-size:18px;line-height:30px;}

  .story .t{font-size:17px;line-height:28px;}
}

@media screen and (max-width:1100px) {
  .history .list{margin-top:40px;height:200px;}
  .history .list::after{top:100px;}
  .history .swiper-slide{height:200px;}
  .history .swiper-slide .inner{width:200px;height:200px;}
  .history .swiper-slide .inner em{width:80px;height:80px;font-size:20px;line-height:80px;}
  .history .swiper-slide-active .inner em{width:150px;height:150px;line-height:150px;font-size:36px;}  

  .story ul li em{font-size:40px;}
  .story ul li p{font-size:16px;margin:15px 0 0;line-height:24px;}

  .cert-list .swiper-pagination{display:block;}
.cert-list .swiper-button-prev,.cert-list .swiper-button-next{display:none;}
}


@media screen and (max-width:768px) {
  .about{padding-bottom:30px;}
  .about::before{display:none;}
  .about h4{text-align:center;}
  .about .box{margin:20px 0 0;-webkit-flex-direction:column;flex-direction:column;}
  .about .t{margin:20px 0 0;}
  .about .t{font-size:16px;line-height:22px;}
  .about .t p~p{margin-top:6px;}
  .about .pic{width:100%;margin:0 auto;}
  .about .box:last-of-type{-webkit-flex-direction:column;flex-direction:column;}
  .about .box:last-of-type .t{margin:20px 0 0;}

  .history{padding:30px 0;}
  .history .list{margin-top:40px;height:160px;}
  .history .list::after{top:80px;}
  .history .swiper-slide{height:160px;}
  .history .swiper-slide .inner{width:160px;height:160px;}
  .history .swiper-slide .inner em{width:80px;height:80px;font-size:20px;line-height:80px;}
  .history .swiper-slide-active .inner em{width:120px;height:120px;line-height:120px;font-size:30px;}

  .history .text{margin:25px auto 0;}
  .history .text p{font-size:17px;line-height:24px;}

  .story{padding:30px 0;}
  .story .t{margin:20px 0 0;font-size:15px;line-height:24px;}
  .story ul{-webkit-justify-content:center;justify-content:center;}
  .story ul li{width:33.333333%;margin:40px 0 0;}
  .story ul li em{font-size:36px;}
  .story ul li p{font-size:16px;margin:15px 0 0;line-height:24px;}

  .video-list{padding:30px 0 0;}
  .video-list .list{margin:30px 0 0;}
  .video-list .swiper-slide ul li{margin:20px 0 0;}
  .video-list .swiper-slide ul li .v::after{background-size:45px;}
  .video-list .swiper-slide ul li p{font-size:15px;height:36px;line-height:36px;}
  .video-list .page{text-align:center;margin:30px 0 0;}

  .customer{padding:30px 0 0;}
  .customer .pic{margin:30px 0 0;}

  .cert-list{padding:30px 0;}
.cert-list .list{margin:25px 0 0;}
.cert-list .swiper-slide{width:280px;margin:10px 0;}
.cert-list .swiper-pagination{display:block;}
.cert-list .swiper-button-prev,.cert-list .swiper-button-next{display:none;}
}

@media screen and (max-width:480px) {
  .about h4,.history h3,.story h3,.video-list h3,.customer h3,.cert-list h3{font-size:24px;}

  .history .list{margin-top:40px;height:120px;}
  .history .list::after{top:60px;}
  .history .swiper-slide{height:120px;}
  .history .swiper-slide .inner{width:120px;height:120px;}
  .history .swiper-slide .inner em{width:60px;height:60px;font-size:17px;line-height:60px;}
  .history .swiper-slide-active .inner em{width:90px;height:90px;line-height:90px;font-size:24px;}

  .story ul li{width:50%;margin:30px 0 0;}
  .story ul li em{font-size:30px;}
  .story ul li p{font-size:15px;line-height:22px;}

  .cert-list .swiper-slide{width:220px;}
}</pre></body></html>