<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/**********************
***********************/
a:hover, a:focus {
  text-decoration: none;
}
/*å¼•å¯¼é¡µ*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  background: #0077b9;
  z-index: 1000000000;
}
#preloader .loadimg {
  width: 220px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
}
#preloader #preloader-inner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: spin 2s linear infinite;
}
#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: spin 2s linear infinite;
}
#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/*banner*/
.bannerBox .picB_xj{
  height:100%;
  width:100%;
  display:block;
  opacity:0;
  transform:translateX(-100%);
  transition:transform 1s ease 0.5s,opacity 1s ease 0.5s;
}
.bannerBox .swiper-slide-active .picB_xj{
  transition:transform 1s ease 0.5s,opacity 1s ease 0.5s;
  opacity:1;
  transform:translateX(0%);
}
.bannerBox .swiper-slide .picB_xj:before{
  content:'';
  width:10%;
  height:100%;
  min-height:90px;
  position:absolute;
  background:rgba(0, 119, 185, 0.7);
  transform:skew(0deg);
  -webkit-transform:skew(0deg);
  -moz-transform:skew(0deg);
  left:5%;
  top:0;
  margin-top:9%;
}
@media only screen and (max-width:1800px) and (min-width:1360px){
  .bannerBox .binbox .en {
    font-size: 1.3rem;
    line-height: 2rem;
    width: 60%;
    padding: 0px 0px;
    color: rgba(255,255,255,1);
  }
  .bannerBox .swiper-slide .picB_xj:before {
    content: '';
    width: 60%;
    min-height: 360px;
    left: 3%;
    top: 0;
    margin-top: 9%;
  }
}
.an{
  padding:10px 60px;
  border:solid 1px #fff;
  background:none;
  vertical-align:middle;
  position:relative;
  z-index:1;
  -webkit-backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  overflow:hidden;
  font-size:16px;
  color:#fff;
  top:30px;
  display:inline-block;
  cursor:pointer;
}
.an::before{
  content:attr(data-text);
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  color:#0077b9;
  -webkit-transform:translate3d(-100%, 0, 0);
  transform:translate3d(-100%, 0, 0);
  -webkit-transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  padding:10px 60px;
}
.an:hover::before{
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.an .ckgd{
  -webkit-transition:-webkit-transform 0.3s;
  transition:transform 0.3s;
  display:block;
  color:#fff;
}
.an:hover .ckgd{
  -webkit-transform:translate3d(0, 100%, 0);
  transform:translate3d(0, 100%, 0);
}
.wz {
  width: 94%;
  max-width: 1480px;
  padding: 0px 20px;
  margin: 0 auto;
}
.en span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.wz .binbox{
  color: #fff;
  padding-left:30px;
  position: relative;
}
.bannerBox{
  width:100%;
  overflow: hidden;
}
.bannerBox .swiper-banner-prev{
  width:42px;
  height:42px;
  border-radius:50%;
  cursor:pointer;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  left:20px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#fff;
  text-align:center;
  line-height:42px;
}
.bannerBox .swiper-banner-next{
  width:42px;
  height:42px;
  border-radius:50%;
  cursor:pointer;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
  right:20px;
  background-color: rgba(0, 0, 0, 0.5);
  color:#fff;
  text-align:center;
  line-height:42px;
}
.bannerBox .picB{
  width:100%;
  display:block;
}
.bannerBox .swiper-slide img{
  width:100%;
  display:block;
}
.bannerBox .swiper-slide .bgimg{
  transition:1s 2.5s;
  transform:perspective(1000px) translate3d(0, 0, 100px);
}
.bannerBox .swiper-slide.swiper-slide-active .bgimg{
  transition:5s 0s;
  transform:perspective(1000px) translate3d(0, 0, 0px);
}
.bannerBox .swiper-slide-active .picB{
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bannerBox .content1{
  width:100%;
}
.picB {
  width:100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 40%;
}
.picB:after{
  content: '';
  position: absolute;
  z-index: 29;
  width: 100%;
  height: 100%;
  left: 0;
  bottom:0;
  display:inline-block;
  background: url(//dfs.yun300.cn/group1/M00/15/EC/rBQBG1yq9OqETYndAAAAALbLyR4181.png) repeat-x scroll left bottom;
  display:none;
}
.bannerBox .text {
  position: absolute;
  z-index: 29;
  width: 100%;
  left: 0;
  top: -15%;
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerBox .text .mc {
  padding:0px;
  color: #fff;
  line-height: 54px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 200%, 0);
  cursor:pointer;
  font-family:'iconfont';
  transition:transform 1s ease 0.5s,opacity 1s ease 0.5s;
}
.bannerBox .swiper-slide-active .mc {
  transition-delay: 1.5s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  color: #fff;
  background-color:rgba(255,255,255,0);
}
.bannerBox .text .mc span {
  display:none;
}
.bannerBox .text .cn p {
  display:none;
}
.bannerBox .swiper-slide-active {
  z-index: 99;
}
.bannerBox .binbox:after{
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 0;
  background: rgba(255,255,255,.8);
  transition: all 1s ease 2s;
  z-index: 1;
}
.bannerBox .swiper-slide-active .binbox:after{
  height: 100%;
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.bannerBox .text .cn {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 6px 0px;
  color: #fff;
  margin-bottom: 30px;line-height:3.5rem;
}
.bannerBox .binbox .en {
  font-size: 18px;
  line-height: 26px;
  width: 48%;
  padding: 0px 0px;
  color: rgba(255,255,255,1);
}
.bannerBox .text .cn{
  opacity: 0;
  transition: all 1s;
  transform: translate3d(30%, 0, 0);
}
.bannerBox .swiper-slide-active .cn {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  transform: translate3d(0, 0, 0);
}
.bannerBox .text .an{
  opacity: 0;
  transition: all 1s;
  transform: translate3d(30%, 0, 0);
}
.bannerBox .swiper-slide-active .an {
  opacity: 1;
  -webkit-transition-delay: 1.5s;
  transition-delay: 2s;
  transform: translate3d(0, 0, 0);
}
.bannerBox .binbox .en{
  opacity: 0;
  transition: all 1s;
  transform: translate3d(30%, 0, 0);
}
.bannerBox .swiper-slide-active .en {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination-clickable {
  bottom: 40px;
  left: 0;
  width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet {
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  margin: 0 8px;
  width: 12px;
  height:12px;
  transition: all 0.8s;
}
.swiper-pagination-bullet-active {
  transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  background: #0077b9;
  width: 48px;
}
.scroller-ban {
  width: 94%;
  max-width: 1480px;
  padding: 0px 20px;
  margin: 0 auto;
  position: relative;
  display:none;
}
.banner_mouse{
  z-index: 99;
  position: absolute;
  bottom: 50px;
  right:20px;
  width: 23px;
  height: 40px;
  cursor:pointer;
  background:url(//dfs.yun300.cn/group1/M00/15/EC/rBQBG1yq-gaEI5zlAAAAAJ-lvOM030.png) no-repeat -23px 0px;
  -webkit-animation: nudgeMouse 1.6s linear infinite;
  animation: nudgeMouse 1.6s linear infinite;
}
.banner_mouse:after,.banner_mouse:before{
  content: "";
  position: absolute;
}
.banner_mouse:before{
  width:23px;
  height:40px;
  background:url(//dfs.yun300.cn/group1/M00/15/EC/rBQBG1yq-gaEI5zlAAAAAJ-lvOM030.png) no-repeat 0px 0px;
  -webkit-animation: colorSlide 1.6s linear infinite;
  animation: colorSlide 1.6s linear infinite;
  top:0;
  left:0;
}
.banner_mouse:after{
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 1.6s linear infinite;
  animation: trackBallSlide 1.6s linear infinite;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@-webkit-keyframes colorSlide {
  0% {
    height:0;
  }
  90%{
    height:40px;
  }
}
@keyframes colorSlide {
  0% {
    height:0;
  }
  90%{
    height:40px;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-8px);
    transform: scale(1) translateY(-8px);
  }
  34% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(4px);
    transform: scale(0.9) translateY(4px);
  }
  68% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(16px);
    transform: scale(0.4) translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-8px);
    transform: scale(0.4) translateY(-8px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1025px) {
  .bannerBox .text .cn {
    font-size: 24px;
  }
  .bannerBox .text .en {
    font-size: 16px;
  }
  .bannerBox .line{
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .wz {
    width: 100%;
    max-width: 1480px;
    padding: 0px 20px;
    margin: 0 auto;
  }
  .bannerBox .text .mc {
    padding: 0px;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .picB {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
  }
  .bannerBox .text .cn {
    font-size: 16px;
  }
  .bannerBox .text .en {
    font-size: 12px;
  }
  .binbox {
    padding-left: 20px;
    left: 5%;
    width: 80%;
    bottom: 10%;
  }
  .bannerBox .swiper-pagination-clickable ,.banner_mouse{
    display:block;
  }
  .bannerBox{
    height:auto;
  }
  .bannerBox .cover{
    height:auto;
  }
  .bannerBox .text .an {
    padding: 5px 10px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 20px;
    font-size: 12px;
    border: solid 1px #fff;
    opacity: 0;
    transform: translate3d(0, 200%, 0);
    border-radius: 40px;
    cursor: pointer;
    transition: transform 1s ease 0.5s,opacity 1s ease 0.5s;
  }
  .bannerBox .swiper-slide-active .an {
    transition: transform 1s ease 1.5s,opacity 1s ease 1.5s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    color: #fff;
    background-color: rgba(255,255,255,0);
  }
}
/*å…³äºŽæˆ‘ä»¬*/
.mainmenu a{
  color:#222;
  display:block;
  text-transform:capitalize;
  font-size:16px;
  position:relative;
  overflow:hidden;
  padding:0px 23px 30px 0px;
  width: 60px;
}
.gc_main_navigation:before{
  position:absolute;
  content:'';
  background:#0077b9;
  width:60px;
  height:3px;
  left:0px;
  right:0px;
  margin:0px auto;
  bottom:18px;
  transition:all 500ms ease;
  -webkit-mask-image:linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
  -webkit-mask-size:200%;
  animation:shine 2s infinite;
}
.gc_main_navigation:after{
  position:absolute;
  content:'';
  background:#ffffff;
  width:6px;
  height:3px;
  right:32%;
  bottom:18px;
  transition:all 300ms ease;
}
@-webkit-keyframes shine{
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.gy {
  width: 30%;
  display: inline-block;
}
.gy3{
  width: 36%;
}
.cta-three__feature-box {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 10px;
}
.cta-three__feature-box:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cta-three__feature-box-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}
.cta-three__feature-box-icon::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 119, 185, 1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.cta-three__feature-box-icon::after {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  background: #efefef;
  width: 100%;
  height: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cta-three__feature-box:hover .cta-three__feature-box-icon::after {
  top: 0;
  left: 0;
}
.cta-three__feature-box wz{
  color: #063a7a;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-left: 20px;
}
.wz {
  width: 90%;
  max-width: 1480px;
  padding: 0px 10px;
  margin: 0 auto;
  height: 60px;
  font-size: 15px;
  color: #000;
  line-height: 26px;
}
.wz span{
  font-size: 14px;
  font-weight: bold;
  color: #0077b9;
}
.cta-three__feature-box-icon .icon {
  position: absolute;
  z-index:10;
}
.cta-three__feature-box-icon .scubo1:before{
  content: '\e6ca';
  font-size: 20px;
  font-family: iconfont!important;
  font-style: normal;
  color: #fff;
}
.cta-three__feature-box-icon .scubo2:before{
  content: '\e606';
  font-size: 20px;
  font-family: iconfont!important;
  font-style: normal;
  color: #fff;
}
.cta-three__feature-box-icon .scubo3:before{
  content:'\e63e';
  font-size: 20px;
  font-family: iconfont!important;
  font-style: normal;
  color: #fff;
}
/*äº§å“å¸‚åœºèƒŒæ™¯*/
#container {
  position: absolute;
  height: 100%;
  opacity: 0.08;
  width: 100%;
}
#output {
  width: 100%;
  height: 100%;
}
.color{
  width: 120px;
  height: 20px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  margin-left: -60px;
  bottom: 20px;
}
.color li{
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: #ccc;
  box-shadow: 0 0 4px #FFF;
  list-style: none;
  cursor: pointer;
}
.color li:nth-child(1){
  background: #f5f5f5;
}
/*æ&nbsp;‡é¢˜æŒ‰é’®æ&nbsp;·å¼*/
.button{
  float:left;
  display:block;
  margin:0em;
  padding:0;
  border:none;
  background:none;
  color:inherit;
  vertical-align:middle;
  position:relative;
  z-index:1;
  -webkit-backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}
.button--size-s{
  font-size:40px;
}
.button--text-upper{
  letter-spacing:3px;
  text-transform:uppercase;
}
.button--text-thick{
  font-weight:normal;
}
.button--nina{
  padding:0;
  background:none;
  color:#000;
  overflow:hidden;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s;
}
.button--nina::before{
  content:attr(data-text);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:0;
  -webkit-transition:-webkit-transform 0.3s, opacity 0.3s;
  transition:transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina &gt; span{
  display:inline-block;
  padding:0;
  opacity:0;
  color:#0077b9;
  -webkit-transform:translate3d(0, -10px, 0);
  transform:translate3d(0, -10px, 0);
  -webkit-transition:-webkit-transform 0.3s, opacity 0.3s;
  transition:transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function:cubic-bezier(0.75, 0, 0.125, 1);
}
.button &gt; span{
  vertical-align:middle;
}
.button--nina:hover{
  background-color:none;
}
.button--nina:hover::before{
  opacity:0;
  -webkit-transform:translate3d(0, 100%, 0);
  transform:translate3d(0, 100%, 0);
}
.button--nina:hover &gt; span{
  opacity:1;
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.button--nina:hover &gt; span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.button--nina:hover &gt; span:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.button--nina:hover &gt; span:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.button--nina:hover &gt; span:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
/*æŒ‰é’®æ&nbsp;·å¼*/
.anniu {
  padding: 0px 60px;
  border: solid 1px #0077b9;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  line-height: 48px;
  font-size: 16px;
  color: #0077b9;
}
.anniu .text1{
  position: absolute;
  top: 0;
  left: 0;
  background: #0077b9;
  color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  padding: 0px 60px;
}
.anniu .text {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  display: block;
  color: #0077b9;
}
.anniu:hover .text1{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.anniu:hover .text {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
/*åˆ†ç±»æ&nbsp;·*/
.cpfl {
  width: calc((100% - 300px)/4);
  float: left;
  margin: 20px 30px;
  box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.course-one__single {
  position: relative;
  margin-bottom: 0px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  counter-increment: courseNumber;
}
.course-one__single:hover {
  -webkit-transform: translateY(-76px);
  transform: translateY(-76px);
}
.course-one__image {
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.course-one__single:hover .course-one__image {
  -webkit-transform: translateY(76px);
  transform: translateY(76px);
}
.course-one__image-inner&gt;img {
  width: 100%;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.course-one__image-inner {
  position: relative;
  overflow: hidden;
  background-color:#000;
  z-index: 10;
}
.course-one__single:hover .course-one__image-inner&gt;img {
  opacity: 0.2;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.course-one__cat {
  background-color:#0077b9;
  width: 140px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0px;
  padding-right:0px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: 11;
  text-transform: uppercase;
  color:#fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.course-one__cat:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #10557b;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.course-one__content {
  text-align: center;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 40px;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.course-one__single .course-one__content:before {
  background-color: #edf2f5;
}
.course-one__single:hover .hvr-sweep-to-bottom::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.course-one__content h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.course-one__content h3 a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.course-one__content p {
  margin: 0;
  width: 86%;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: left;
  font-size: 14px;
  min-height: 66px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6em;
}
.course-one__single:hover .course-one__content h3 a{
  color: #0077b9;
}
.course-one__single:hover .course-one__content p {
  color: #333;
}
.course-one__image-inner&gt;a {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  background-color: #0077b9;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 26px);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(500px) rotate(45deg);
  transform: perspective(500px) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 500ms ease 0ms;
  transition: transform 500ms ease 0ms, opacity 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.course-one__image-inner&gt;a:hover::after {
  left: 0;
  top: 0;
}
.scubo-icon-plus-symbol:before {
  content: '\e633';
  font-family: iconfont!important;
  font-style: normal;
  color: #fff;
}
.course-one__image-inner&gt;a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -6px;
  top: -6px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.course-one__single:hover .course-one__image-inner&gt;a {
  opacity: 1;
  -webkit-transform: perspective(500px) rotate(0deg);
  transform: perspective(500px) rotate(0deg);
  -webkit-transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, opacity 500ms ease 500ms;
  transition: transform 500ms ease 500ms, opacity 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.course-one__book-link {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color:#0077b9;
  color:#fff;
  font-size: 16px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 25px;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.course-one__single:hover .course-one__book-link {
  -webkit-transform: perspective(400px) rotateX(0);
  transform: perspective(400px) rotateX(0);
  color: #fff;
}
.course-one__single:hover{
  color:#0077b9;
}
/*é›†å›¢æ–‡åŒ–*/
.testimonials-one__single {
  border-style: solid;
  border-width: 0;
  border-color: #e3e9ec;
  background-color: rgb(255, 255, 255);
  position: relative;
  margin: 3%;
  transition: all 0.5s ease 0s;
  top: 0;
  display: flow-root;
}
.testimonials-one__single:hover{
  background: #0077b9;
  box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.4);
  border-color: #0077b9;
  top: -10px;
}
.testimonials-one__single:hover .testimonials-one__infos-content h3 {
  color: #fff;
}
.testimonials-one__content {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.testimonials-one__qoute {
  width: 63px;
  height: 63px;
  background-color: #0077b9;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  -webkit-transition: all 500ms ease;
  transition: all 1000ms ease;
  display: none;
}
.testimonials-one__single:hover .testimonials-one__qoute {
  background-color: #fff;
}
.testimonials-one__qoute::after, .testimonials-one__qoute::before {
  content: '';
  background-image: url(/img/z16.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonials-one__single:hover .testimonials-one__qoute::before {
  opacity: 0;
}
.testimonials-one__qoute::after, .testimonials-one__qoute::before {
  content: '';
  background-image: url(/img/z17.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonials-one__qoute::after {
  opacity: 0;
  background-image:  url(/img/z16.png);
}
.testimonials-one__single:hover .testimonials-one__qoute::after {
  opacity: 1;
}
.testimonials-one__infos {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #f5f5f5;
  margin: 50px 0px;
  padding-top: 30px;
}
.testimonials-one__carousel .owl-item img {
  width: auto;
}
.testimonials-one__infos-content {
  margin-left: 0px;
}
.testimonials-one__infos-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0077b9;
  line-height: 1em;
  text-align: center;
}
.testimonials-one__single:hover .testimonials-one__infos-content h3 {
  color: #fff;
}
.testimonials-one__infos-content p{
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  padding-top: 20px;
  min-height: 42px;
}
.testimonials-one__single:hover .testimonials-one__infos-content p{
  color: #fff;
}
.testimonials-one__image-inner {
  cursor: pointer;
  overflow: hidden;
  box-shadow: 10px 10px 57px 0px rgba(103, 114, 148, 0.2);
  text-shadow: 10px 10px 57px rgba(103, 114, 148, 0.2);
  position: relative;
}
.testimonials-one__image-inner::before {
  -webkit-transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  -o-transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1);
  transition: transform .5s cubic-bezier(.165,.84,.44,1),-webkit-transform .5s cubic-bezier(.165,.84,.44,1);
  will-change: transform;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  content: "";
  opacity: .8;
  -webkit-transform: skewX(-45deg) translateX(-200%);
  -ms-transform: skewX(-45deg) translateX(-200%);
  transform: skewX(-45deg) translateX(-200%);
}
.testimonials-one__single:hover .testimonials-one__image-inner::before {
  -webkit-transform: skewX(-45deg) translateX(300%);
  -ms-transform: skewX(-45deg) translateX(300%);
  transform: skewX(-45deg) translateX(300%);
}
@media only screen and (max-width: 1480px) and (min-width: 1240px){
  .wz {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px){
  #c_portalResPublic_codeContainer-16176753688806932,
  #c_portalResPublic_codeContainer-16176762736287151,
  #c_portalResPublic_codeContainer-16176763310592459{
    max-width: 136px;
    padding-left: 4px;
  }
  #c_portalResPublic_codeContainer-16176753688673512{
    display: none;
  }
  #c_portalResPublic_codeContainer-16176752169845361,
  #c_portalResPublic_codeContainer-16176762736287151,
  #c_portalResPublic_codeContainer-16176763310592459,
  #c_portalResPublic_codeContainer-16176753688806932{
    min-height: 45px;
    padding-top: 10px;
  }
  #c_portalResPublic_codeContainer-16176752170010313{
    display: none;
  }
  #w_common_text-1617675216926 {
    max-width: 100%;
  }
  #w_grid-1617675368778 &gt; div &gt; .p_gridbox {
    background: #f5f5f5;
  }
  .cpfl {
    width: calc((100% - 40px)/1);
    float: left;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
  }
  #w_grid-1617676330945 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #c_portalResPublic_codeContainer-16176762736350103 .lj {
    width: 100%;
    float: none;
  }
  .testimonials-one__single {
    margin: 20px;
  }
  .testimonials-one__content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials-one__image-inner img {
    width: 100%;
  }
  .testimonials-one__infos {
    margin: 20px 0px;
    padding-top: 20px;
  }
  #w_fimg-1617676378973 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
  #w_fimg-1617695444833,
  #w_fimg-1617674901109 {
    max-width: 160px;
  }
  #w_grid-1617674901054 {
    min-height: 70px;
  }
  #w_grid-1617695444801{
    min-height: 70px;
  }
  #w_grid-1617675082835 {
    margin-top: 70px;
  }
  #w_grid-1617696534134 {
    margin-top: 70px;
  }
  #w_grid-1617675216902 {
    max-width: 100%;
  }
  #w_grid-1617675216878 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #w_common_text-1618191971280,
  #w_common_text-1618191971270,
  #w_common_text-1618191971260, 
  #w_common_text-1618191971250,
  #w_common_text-1618191971240,
  #w_common_text-1618191971230,
  #w_common_text-1618191971220 {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #w_common_text-1618191971200 p span,
  #w_common_text-1618191971210 p span,
  #w_common_text-1618191971190 p span,
  #w_common_text-1618191971280 p span,
  #w_common_text-1618191971270 p span,
  #w_common_text-1618191971260 p span, 
  #w_common_text-1618191971250 p span,
  #w_common_text-1618191971240 p span,
  #w_common_text-1618191971230 p span,
  #w_common_text-1618191971220 {
    font-size: 14px;
  }
  #w_common_text-1618191971185 p span,
  #w_common_text-1618191971195 p span,
  #w_common_text-1618191971205 p span,
  #w_common_text-1618191971215 p span,
  #w_common_text-1618191971225 p span,
  #w_common_text-1618191971235 p span,
  #w_common_text-1618191971245 p span,
  #w_common_text-1618191971255 p span,
  #w_common_text-1618191971265 p span,
  #w_common_text-1618191971275 p span{
    font-size:18px;
  }
  #w_fline-1618191971055 {
    margin-top: 0px;
  }
  #w_fimg-1617695522942 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .stylebox_top {
    height: 50px!important;
  }
  .title_main {
    font-size: 24px!important;
    line-height: 50px!important;
  }
  .p_pagebox .pre,
  .p_pagebox .next {
    background-color: #0077b9;
  }
  .p_pagebox .NumBox {
    height: 45px;
  }
  #w_common_text-1618811977649 p span,
  #w_common_text-1618799834398 p span{
    font-size: 24px!important;
  }
}
@media only screen and (min-width:768px){
  .clearfix {
    zoom: 1;
  }
  .bg_main {
    background: #0077b9;
  }
  .w-simgtext2 .item{
    position:relative;
    width: 193px;
    height: 193px;
    margin: 0 auto;
    text-align: center;
    border: 0;
  }
  .w-simgtext2 .s_img{
    max-width: 70px;
    max-height: 70px;
    margin:0 auto;
    overflow: hidden;
  }
  .w-simgtext2 .s_img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .line{
    height: 1px;
    margin: 15px auto;
  }
  .w-simgtext2 .sigt1{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .w-simgtext2 .sigt1 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #f5f5f5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #f5f5f5;
  }
  .w-simgtext2 .sigt1 .sigt_text{
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    padding:1em 8%;
    top:50%;
    top:15%\9;
    *top:15%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  :root .w-simgtext2 .sigt1 .sigt_text{
    top:50%;
  }
  .w-simgtext2 .sigt1 h3{
    font-size: 16px;
    color:#333;
  }
  .w-simgtext2 .sigt2{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color:#fff;
  }
  .w-simgtext2 .sigt2 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity:0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 .sigt_text{
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    padding:1em 8%;
    top:50%;
    top:15%\9;
    *top:15%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    opacity:0;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  :root .w-simgtext2 .sigt2 .sigt_text{
    top:50%;
  }
  .w-simgtext2 .sigt2 .s_img img{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 .line{
    width: 0;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 h3{
    font-size: 16px;
    color:#fff;
  }
  .w-simgtext2:hover .sigt1 .bg{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity:0;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  .w-simgtext2:hover .sigt1 .s_img img{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .w-simgtext2:hover .sigt2 .s_img img{
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .w-simgtext2:hover .sigt2 .line{
    width: 80px;
  }
  .w-simgtext2:hover .sigt2 .bg{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity:1;
    *filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .w-simgtext2:hover .sigt2 .sigt_text{
    opacity:1;
    *filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}
@media only screen and (max-width: 768px){
  .clearfix {
    zoom: 1;
  }
  .bg_main {
    background: #0077b9;
  }
  .w-simgtext2 .item{
    position:relative;
    width: 150px;
    height: 150px;
    margin: 10px auto;
    text-align: center;
    border: 0;
  }
  .w-simgtext2 .s_img{
    max-width: 60px;
    max-height: 60px;
    margin:10px auto;
    overflow: hidden;
  }
  .w-simgtext2 .s_img img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .line{
    height: 1px;
    margin: 10px auto;
  }
  .w-simgtext2 .sigt1{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .w-simgtext2 .sigt1 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #f5f5f5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #f5f5f5;
  }
  .w-simgtext2 .sigt1 .sigt_text{
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    padding:1em 8%;
    top:50%;
    top:15%\9;
    *top:15%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  :root .w-simgtext2 .sigt1 .sigt_text{
    top:50%;
  }
  .w-simgtext2 .sigt1 h3{
    font-size: 14px;
    color:#333;
  }
  .w-simgtext2 .sigt2{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color:#fff;
  }
  .w-simgtext2 .sigt2 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity:0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 .sigt_text{
    position: absolute;
    z-index: 1;
    left:0;
    right:0;
    padding:1em 8%;
    top:50%;
    top:15%\9;
    *top:15%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    opacity:0;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  :root .w-simgtext2 .sigt2 .sigt_text{
    top:50%;
  }
  .w-simgtext2 .sigt2 .s_img img{
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 .line{
    width: 0;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .w-simgtext2 .sigt2 h3{
    font-size: 14px;
    color:#fff;
  }
  .w-simgtext2:hover .sigt1 .bg{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity:0;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  }
  .w-simgtext2:hover .sigt1 .s_img img{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
  .w-simgtext2:hover .sigt2 .s_img img{
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .w-simgtext2:hover .sigt2 .line{
    width: 80px;
  }
  .w-simgtext2:hover .sigt2 .bg{
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity:1;
    *filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  .w-simgtext2:hover .sigt2 .sigt_text{
    opacity:1;
    *filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  #w_common_text-1620607526764 p span{
    font-size: 24px!important;
  }
  #w_grid-1620632991407,
  #w_grid-1620632991401,
  #w_grid-1620632991396{
    min-height: 300px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
.cpfl {
    width: calc((100% - 160px)/4);
    float: left;
    margin: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
  .course-one__cat{line-height: 25px;}
  }</pre></body></html>