@charset "utf-8";
/* CSS Document */
.cot1 {
  color: #0C60AA;
}
.co66 {
  color: #666666;
}
@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.94, 1.02);
    transform: scale(0.94, 1.02);
  }
  50% {
    -webkit-transform: scale(1.1, 0.98);
    transform: scale(1.1, 0.98);
  }
  75% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
}
@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.94, 1.02);
    transform: scale(0.94, 1.02);
  }
  50% {
    -webkit-transform: scale(1.1, 0.98);
    transform: scale(1.1, 0.98);
  }
  75% {
    -webkit-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
}
.pb266 {
  padding-bottom: 26.6rem;
}
.pb225 {
  padding-bottom: 22.5rem;
}
.ptb120,
.ptb100 {
  padding: 8rem 0;
}
.pt120,
.pt100 {
  padding-top: 8rem;
}
.pb120,
.pb100 {
  padding-bottom: 8rem;
}
.ptb80 {
  padding: 6.5rem 0;
}
.pt80 {
  padding-top: 6.5rem;
}
.pb80 {
  padding-bottom: 6.5rem;
}
.pt70 {
  padding-top: 7rem;
}
.pb70 {
  padding-bottom: 7rem;
}
.pt60 {
  padding-top: 5rem;
}
.pb60 {
  padding-bottom: 5rem;
}
.pt50 {
  padding-top: 4rem;
}
.pb50 {
  padding-bottom: 4rem;
}
.mb50 {
  margin-bottom: 5rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb35 {
  margin-bottom: 3.5rem;
}
.mb25 {
  margin-bottom: .3rem;
}
.inner {
  width: 87.2%;
  margin: 0 auto;
}
.pinner {
  width: 81.25%;
  margin: 0 auto;
}
.top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 6.4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  color: #000000;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.1);
}
.top a {
  color: #000000;
}
.top a:hover {
  color: #0C60AA;
}
.pageH {
  height: 9rem;
  display: none;
}
.pageH2 {
  display: block;
}
.logo a {
  display: block;
  height: 6.3rem;
}
.logo a img {
  height: 100%;
}
.grop-rbox {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.grop-rbox a {
  color: #999999;
}
.grop-item1 {
  margin-left: 2rem;
}
.grop-item1:first-child {
  margin-left: 0;
}
.grop-line {
  width: 1px;
  height: 1.6rem;
  background-color: #999999;
}
.grop-tel {
  display: flex;
  margin-left: 3rem;
  line-height: 1;
  align-items: center;
}
.grop-tel .ico {
  color: #999999;
}
.grop-tel .txt {
  font-family: "GilroyB";
  color: #0C60AA;
  margin-left: 0.98rem;
}
.nav {
  display: flex;
}
.nav > li {
  display: flex;
  align-items: center;
  margin-left: 4rem;
}
.nav > li:first-child {
  margin-left: 0;
}
.nav > li > a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  height: 90px;
}
.nav > li > a .arrow {
  margin-left: 1rem;
}
.nav .item {
  position: relative;
}
.nav .subnav1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  background-color: #ffffff;
  box-shadow: 0 1rem 1.6rem rgba(228, 232, 241, 0.5);
  padding: 2rem .5rem;
  border-radius: 0.6rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  margin-top: 2rem;
  font-size: 1.6rem;
  transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
  -webkit-transition: 0.5s cubic-bezier(0.26, 0.06, 0, 1);
}
.nav .subnav1 > p {
  margin-bottom: 1.2rem;
}
.nav .subnav1 > p:last-child {
  margin-bottom: 0;
}
.nav .subnav1 a {
  color: #333333;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.nav .subnav1 a:hover {
  color: #0C60AA;
}
.nav > li:hover > a,
.nav .hov > a {
  color: #0C60AA;
}
.nav > li:hover .subnav1,
.nav .hov .subnav1 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 0;
}
.serach-pbox {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  box-shadow: 1px 6px 6px rgba(0, 0, 0, 0.12);
  display: none;
}
.serach-pdesc {
  padding: 5rem 0;
  width: 700px;
  margin: 0 auto;
}
.serach-pform {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 4rem;
  padding: 1.5rem 2rem 1.5rem 3rem;
  line-height: 1.5;
}
.serach-pform .txt {
  flex: 1;
  border: 0 none;
  background-color: transparent;
}
.serach-pform .btn {
  margin-left: 2rem;
  padding: 0 1rem;
}
.menu-handler {
  position: relative;
  width: 26px;
  height: 26px;
  border: none;
  text-align: center;
  background: 0 0;
  outline: 0;
  cursor: pointer;
  flex-shrink: 0;
  display: none;
  transition: 1s;
  -webkit-transition: 1s;
}
.menu-handler .open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 26px;
  height: 18px;
}
.menu-handler .open i {
  width: 100%;
  height: 2px;
}
.menu-handler .open i:nth-child(1) {
  -webkit-transition-delay: 0.61s;
  -o-transition-delay: 0.61s;
  transition-delay: 0.61s;
}
.menu-handler .open i:nth-child(2) {
  -webkit-transition-delay: 0.49s;
  -o-transition-delay: 0.49s;
  transition-delay: 0.49s;
}
.menu-handler .open i:nth-child(3) {
  -webkit-transition-delay: 0.37s;
  -o-transition-delay: 0.37s;
  transition-delay: 0.37s;
}
.menu-handler i {
  display: block;
  background-color: #333333;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.menu-handler span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.menu-handler .close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 26px;
  height: 26px;
}
.menu-handler .close i:nth-child(1) {
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  height: 0%;
  width: 2px;
}
.menu-handler .close i:nth-child(2) {
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  width: 0%;
  height: 2px;
}
.menu-handler.active .open i {
  width: 0;
}
.menu-handler.active .open i:nth-child(1) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.menu-handler.active .open i:nth-child(2) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.menu-handler.active .open i:nth-child(3) {
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.menu-handler.active .close i:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.menu-handler.active .close i:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menubarM {
  background-color: #ffffff;
  color: #333333;
  position: fixed;
  pointer-events: none;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  z-index: 995;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menubarM a {
  color: #333333;
}
.menubarM-box {
  height: 100vh;
  padding: 0 5%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.serach-mbox {
  padding-top: 100px;
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  align-items: center;
  padding-bottom: 1rem;
}
.serach-mbox .txt {
  flex: 1;
  border: 0 none;
}
.serach-mbox .btn {
  flex-shrink: 0;
  margin-left: 1rem;
}
.menubarM-list {
  padding: 5vh 0 3vh;
}
.menubarM-list > li {
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.menubarM-list > li > a {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  padding: 1.2rem 0 1.2rem 1.2rem;
  line-height: 1.5;
  justify-content: space-between;
  align-items: center;
}
.menubarM-list > li > a::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0C60AA;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menubarM-list > li > a .arrow {
  font-size: 2.4rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #0C60AA;
}
.menubarM-list .cur > a .arrow {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menubarM-list .subnav {
  padding-bottom: 2rem;
  display: none;
}
.menubarM-list .subnav a {
  position: relative;
  display: flex;
  line-height: 1.4;
  padding: 0.8rem 0;
  color: #333333;
}
.menubarM-list .subnav a::before {
  content: "-";
  color: #0C60AA;
  margin-right: 1.2rem;
}
.mobile-item {
  padding-bottom: 3vh;
}
.mobile-item .t {
  display: flex;
  align-items: center;
}
.mobile-item .t .ico {
  margin-right: 1rem;
}
.languageM .c {
  font-weight: 600;
}
.languageM a {
  margin-right: 1rem;
}
.languageM a:last-child {
  margin-right: 0;
}
.languageM .on {
  color: #0C60AA;
}
.phoneM .tel {
  font-family: "GilroyB";
  color: #0C60AA;
  line-height: 1.2;
}
.menu-open .menubarM {
  -moz-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.swiper-App {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.swiper-App .wrapper {
  position: relative;
  height: 100vh;
  padding-top: 8rem;
}
.swiper-App .app-con {
  height: 100vh;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  overflow: hidden;
}
.banner a {
  color: #ffffff;
}
.banner .item {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.banner .imgBox {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.banner .ico {
  font-size: 8px;
  line-height: 1.2;
  color: #0C60AA;
  margin: 0 8px;
}
.banner .swiper-slide-active .imgBox img {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.banner .swiper-pag {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 5%;
  z-index: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
}
.banner .swiper-pag .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.4rem;
  margin: 0 1rem 0 0;
  border-radius: 0.4rem;
  background-color: #ffffff;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.banner .swiper-pag .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.banner .swiper-pag .swiper-pagination-bullet-active {
  background-color: #0C60AA;
}
.scro-top {
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 1800;
  cursor: pointer;
  color: #0C60AA;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.scro-top .ico {
  font-size: 36px;
  line-height: 1;
}
.scro-top.on {
  color: #ffffff;
}
.scro-top.hide {
  display: none;
}
.scro-top:hover {
  transform: translateY(-10px);
}
.ibox-fcenter {
  display: flex;
  align-items: center;
}
.ibox-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0C60AA;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ibox-type {
  height: 83vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  color: #000000;
}
.ibox-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEFF3;
  border-radius: 3rem;
  z-index: -1;
}
.ibox-typeL {
  width: 44%;
  margin-left: 1.2%;
  padding: 5vh 0 9vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ibox-type-t {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  color: #0C60AA;
}
.ibox-type-t::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0C60AA;
  margin-right: 1.4rem;
}
.ibox-type-ml {
  margin-left: 12%;
}
.ibox-type-ul {
  position: relative;
  margin-bottom: 2rem;
}
.ibox-type-ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: rgba(12, 96, 170, 0.17);
}
.ibox-type-ul li {
  position: relative;
  padding-left: 6.5rem;
  margin-bottom: 3.5vh;
  opacity: 0.21;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ibox-type-ul li:last-child {
  margin-bottom: 0;
}
.ibox-type-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 3px;
  background-color: #0C60AA;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.ibox-type-ul li:hover {
  opacity: 1;
}
.ibox-type-ul li.active {
  opacity: 1;
  color: #0C60AA;
}
.ibox-type-ul li.active::before {
  height: 100%;
}
.ibox-type-ul .t {
  line-height: 1.2;
  margin-bottom: 0.2vw;
}
.ibox-type-ul .c {
  line-height: 1.2;
}
.ibox-type-c {
  text-align: justify;
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ibox-typeR {
  width: 47%;
  background-color: #ffffff;
  border-radius: 2rem;
  position: relative;
}
.ibox-typeR .title {
  position: absolute;
  right: 8%;
  top: 10%;
  color: #cecece;
  line-height: 1.5;
  text-align: right;
  z-index: 10;
}
.ibox-type-demo {
  height: 100%;
}
.ibox-type-demo .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ibox-type-demo .imgBox {
  height: 70%;
  width: 90%;
  position: relative;
  overflow: hidden;
}
.ibox-type-demo .imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  height: 100%;
  object-fit: scale-down;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.ibox-type-demo .imgBox .imgb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
}
.ibox-type-demo .imgBox .img1 {
  opacity: 0;
}
.ibox-type-demo .imgBox .img2 {
  opacity: 1;
}
.ibox-type-demo .imgBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.ibox-type-demo .desc {
  display: none;
}
.ibox-type-demo .swiper-slide-active .img1 {
  opacity: 0;
}
.ibox-type-demo .swiper-slide-active .imgb {
  animation: Cb 1s linear;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
.ibox-type-demo .swiper-slide-active svg line,
.ibox-type-demo .swiper-slide-active svg path,
.ibox-type-demo .swiper-slide-active svg polygon,
.ibox-type-demo .swiper-slide-active svg rect,
.ibox-type-demo .swiper-slide-active svg ellipse {
  fill-opacity: 0;
  fill: #666666 !important;
  stroke: #666666;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation-name: animeSlow;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 0.8s;
}
@keyframes Cb {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes Bb {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animeSlow {
  0% {
    stroke-dashoffset: 2000;
  }
  50% {
    stroke-dashoffset: 400;
  }
  100% {
    stroke-dashoffset: 2000;
    fill-opacity: 0;
  }
}
.btn-more1 {
  width: 17.2rem;
  height: 4.6rem;
  border-radius: 2.5rem;
  border: 1px solid #0C60AA;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn-more1 .base-bg {
  height: 102%;
  left: 0;
  position: absolute;
  top: 0;
  width: 110%;
}
.btn-more1 .base-bg::before,
.btn-more1 .base-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  transform: translateX(100%) skewX(-30deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
  width: 100%;
  background-color: #ffffff;
  transition-duration: 0.6s;
}
.btn-more1 .base-bg::after {
  transition-duration: 0.9s;
}
.btn-more1 .tbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15%;
  line-height: 1;
  width: 100%;
  color: #0C60AA;
}
.btn-more1 .ico {
  font-size: 1.2rem;
}
.btn-more1:hover .base-bg {
  transform: rotate(180deg);
}
.btn-more1:hover .base-bg::before,
.btn-more1:hover .base-bg::after {
  transform: translateX(5%) skewX(-30deg);
}
.btn-more1:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.ibox-about {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17rem;
}
.ibox-about-num {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ibox-about-num li {
  padding: 2.5rem 0 5rem;
}
.ibox-about-num .t {
  display: flex;
  line-height: 1.2;
}
.ibox-aboutL {
  width: 42%;
}
.ibox-about-t {
  display: flex;
  flex-direction: column;
  line-height: 1.28;
  margin-bottom: 4.5rem;
}
.ibox-about-t p {
  display: flex;
}
.ibox-about-t .ico {
  font-size: 14px;
  color: #0C60AA;
}
.ibox-about-t .bot {
  width: 2.9rem;
  height: 4px;
  background-color: #0C60AA;
  display: block;
  margin-top: 3rem;
}
.ibox-about-c {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ibox-aboutImg {
  width: 36.5%;
  margin-right: 2rem;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.ibox-aboutImg::before {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 100%;
  height: 100%;
  background-color: #0C60AA;
  border-radius: 2rem;
  z-index: -1;
}
.ibox-aboutImg img {
  border-radius: 2rem;
}
.ibox-about-bot {
  margin-top: 7rem;
}
.btn-more2 {
  background-color: #0C60AA;
  width: 17.2rem;
  height: 4.6rem;
  border-radius: 2.5rem;
  border: 1px solid #0C60AA;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn-more2 .base-bg {
  height: 102%;
  left: 0;
  position: absolute;
  top: 0;
  width: 110%;
}
.btn-more2 .base-bg::before,
.btn-more2 .base-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  transform: translateX(100%) skewX(-30deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
  width: 100%;
  background-color: #2A82E4;
  transition-duration: 0.6s;
}
.btn-more2 .base-bg::after {
  transition-duration: 0.9s;
}
.btn-more2 .tbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15%;
  line-height: 1;
  width: 100%;
  color: #ffffff;
}
.btn-more2 .ico {
  font-size: 1.2rem;
}
.btn-more2:hover .base-bg {
  transform: rotate(180deg);
}
.btn-more2:hover .base-bg::before,
.btn-more2:hover .base-bg::after {
  transform: translateX(5%) skewX(-30deg);
}
.btn-more2:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.ibox-new-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 64%;
  background-color: #EBEFF3;
}
.ibox-new {
  position: absolute;
  border-radius: 3rem;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.09);
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 9vh 3% 10vh;
  overflow: hidden;
  left: 6%;
  bottom: 10vh;
  z-index: 10;
}
.ibox-new-r {
  width: 68%;
}
.ibox-newdemo {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.5rem;
  color: #000000;
}
.ibox-newdemo .imgBox {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 76%;
}
.ibox-newdemo .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  transition: 0.8s cubic-bezier(0.26, 0.06, 0, 1);
  -webkit-transition: 0.8s cubic-bezier(0.26, 0.06, 0, 1);
}
.ibox-newdemo .time {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 2rem;
  line-height: 1.5;
}
.ibox-newdemo .time .line {
  width: 1px;
  height: 12px;
  margin: 0 1rem;
  background-color: #000000;
}
.ibox-newdemo .title {
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: normal;
  height: 6.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.3s cubic-bezier(0.26, 0.06, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.26, 0.06, 0, 1);
}
.ibox-newdemo .c {
  margin-top: 2.5rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ibox-newdemo .swiper-scrollbar {
  height: 2px;
  left: 0;
  width: 100%;
  bottom: 0;
  top: auto;
  background: #D6D6D6;
  border-radius: 0;
}
.ibox-newdemo .swiper-scrollbar-drag {
  background-color: #0C60AA;
}
.ibox-new-l {
  position: relative;
}
.ibox-title {
  color: #000000;
}
.ibox-title .zh {
  line-height: 1.2;
  font-weight: normal;
  overflow: hidden;
}
.ibox-newl-bot {
  margin-top: 6rem;
}
.btn-more3 {
  width: 17.2rem;
  height: 4.6rem;
  border-radius: 2.5rem;
  border: 1px solid #999999;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.btn-more3 .base-bg {
  height: 102%;
  left: 0;
  position: absolute;
  top: 0;
  width: 110%;
}
.btn-more3 .base-bg::before,
.btn-more3 .base-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.15;
  position: absolute;
  top: 0;
  transform: translateX(100%) skewX(-30deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
  width: 100%;
  background-color: #999999;
  transition-duration: 0.6s;
}
.btn-more3 .base-bg::after {
  transition-duration: 0.9s;
}
.btn-more3 .tbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15%;
  line-height: 1;
  width: 100%;
  color: #000000;
}
.btn-more3 .ico {
  font-size: 1.2rem;
}
.btn-more3:hover .base-bg {
  transform: rotate(180deg);
}
.btn-more3:hover .base-bg::before,
.btn-more3:hover .base-bg::after {
  transform: translateX(5%) skewX(-30deg);
}
.btn-more3:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.dx-arow {
  width: 5rem;
  height: 5rem;
  border: 1px solid #999999;
  border-radius: 50%;
  display: block;
  line-height: 5rem;
  text-align: center;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.dx-arow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0C60AA;
  transform: scale(0.6);
  opacity: 0;
  border-radius: 50%;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dx-arow .ico {
  position: relative;
  font-size: 2.2rem;
  color: #999999;
  font-weight: lighter;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.dx-arow:hover {
  border-color: transparent;
}
.dx-arow:hover .ico {
  color: #ffffff;
}
.dx-arow:hover::before {
  transform: scale(1);
  opacity: 1;
}
.dx-arow2 {
  background-color: #616161;
  border-color: #616161;
}
.dx-arow2 .ico {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.6rem;
}
.dx-prev {
  margin-right: 1.4rem;
}
.ibox-new-btn {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.foot {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C60AA), to(#063055));
  background: -webkit-linear-gradient(#0C60AA, #063055);
  background: -moz-linear-gradient(#0C60AA, #063055);
  background: -o-linear-gradient(#0C60AA, #063055);
  background: linear-gradient(#0C60AA, #063055);
  color: #ffffff;
}
.foot a {
  color: rgba(255, 255, 255, 0.45);
}
.foot a:hover {
  color: #ffffff;
}
.foot-bg {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  transform: translateY(-99.9%);
  z-index: -1;
  pointer-events: none;
}
.foot-tbox {
  position: relative;
  z-index: 100;
  padding: 6.6rem 0 10rem;
  display: flex;
  justify-content: space-between;
}
.foot-tleft {
  display: flex;
  flex: 1;
}
.foot-tdesc {
  line-height: 1.375;
}
.foot-logo {
  margin-right: 7rem;
  width: 10rem;
}
.foot-tright {
  width: 60%;
  flex-shrink: 0;
  margin-left: 5%;
}
.foot-nav {
  display: flex;
  justify-content: space-between;
  line-height: 1.375;
}
.foot-nav li {
  margin-left: 3rem;
}
.foot-nav li .txt {
  font-size: 2rem;
  font-family: "aph-m";
  color: #ffffff;
}
.foot-nav .subnav {
  margin-top: 3rem;
  font-family: "aph-l";
}
.foot-nav .subnav p {
  margin-bottom: 1rem;
}
.foot-bbox {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(194, 189, 184, 0.4);
  padding: 2.8rem 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
}
.foot-bbox .c {
  flex: 1;
}
.foot-bbox .smlink {
  flex-shrink: 0;
  margin-right: 2rem;
}

/*about style*/
.pbanner {
  background-color: #000000;
  position: relative;
}
.pbanner-desc {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.pbanner-desc .t {
  line-height: 1.4;
  font-weight: 500;
}
.pbanner-desc .c {
  line-height: 1.44;
  margin-top: 1.5rem;
}
.page-nav-box {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.page-nav-btn a:link,
.page-nav-btn a:visited {
  color: #666666;
}
.page-nav-btn a:active,
.page-nav-btn a:hover {
  color: #0C60AA;
}
.page-nav-btn ul {
  display: flex;
  justify-content: center;
}
.page-nav-btn li {
  margin-right: 5%;
}
.page-nav-btn li:last-child {
  margin-right: 0;
}
.page-nav-btn a {
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.page-nav-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #0C60AA;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.page-nav-btn a.active {
  color: #0C60AA;
}
.page-nav-btn a.active::before {
  width: 100%;
}
.about-box {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.about-title {
  text-align: center;
}
.about-title .en {
  color: #0C60AA;
  letter-spacing: 0.9rem;
  text-transform: uppercase;
}
.about-title .zh {
  font-weight: 500;
  letter-spacing: 1.5rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.about-title .by {
  margin-bottom: 4rem;
  line-height: 1.5;
}
.about-title .bor {
  height: 1.6rem;
  position: relative;
}
.about-title .bor::before,
.about-title .bor::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0C60AA;
}
.about-title .bor::before {
  background-color: rgba(12, 96, 170, 0.5);
  margin-right: 0.8rem;
}
.about-title .bor::after {
  margin-left: 0.8rem;
}
.page-title .zh {
  line-height: 1.4;
}
.page-title .zh .dian {
  padding-left: 0.8rem;
  margin-left: 1.2rem;
  position: relative;
}
.page-title .zh .dian::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 18%;
  background-color: #0C60AA;
  border-radius: 50%;
}
.page-title .c {
  margin-top: 1rem;
}
.page-title2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-title3 {
  text-align: center;
}
.honor-box {
  overflow: hidden;
}
.honor-swiper {
  position: relative;
  overflow: hidden;
}
.honor-swiper .swiper-wrapper {
  align-items: center;
}
.honor-swiper .swiper-slide {
  width: 26%;
}
.honor-swiper .txt {
  text-align: center;
  padding: 3rem 0 5rem;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
}
.honor-swiper .swiper-slide-active .txt {
  visibility: visible;
  opacity: 1;
}
.honor-swiper .imgBox {
  position: relative;
  padding-bottom: 73%;
}
.honor-swiper .imgBox::before {
  content: "";
  position: absolute;
  left: 1%;
  top: 1%;
  right: 1%;
  bottom: 1%;
  background-color: #ffffff;
  display: block;
}
.honor-swiper .imgBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../images/kuang.png) no-repeat scroll center center;
  background-size: 100% 100%;
  pointer-events: none;
}
.honor-swiper .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.honor-swiper .imgBox .ho {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.honor-swiper .imgBox .zs {
  width: 100%;
  height: 100%;
}
.honor-swiper-btn {
  display: flex;
  justify-content: center;
}
.course-box {
  overflow: hidden;
}
.course-swiper {
  position: relative;
  cursor: all-scroll;
}
.course-swiper .swiper-slide {
  position: relative;
}
.course-swiper .swiper-slide-active .tX30 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.course-swiper .dx-arow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 600;
}
.course-swiper .dx-prev {
  left: 3%;
}
.course-swiper .dx-next {
  right: 3%;
}
.course-item {
  position: absolute;
  width: 14.0625%;
}
.course-item .imgBox {
  position: absolute;
  width: 100%;
  border: 1px solid #D4DBE0;
  border-radius: 4px;
  padding-bottom: 64%;
  overflow: hidden;
}
.course-item .imgBox img {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.course-item .desc {
  position: absolute;
  width: 100%;
  text-align: center;
}
.course-item .desc .time {
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #444444;
}
.course-item .desc .c {
  color: #676767;
  line-height: 1.44;
}
.course-item .dian {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #0C60AA;
  display: block;
  margin: 0 auto;
  position: relative;
}
.course-item .dian::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(12, 96, 170, 0.14);
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.course-item .dian::after {
  content: "";
  position: absolute;
  background-color: rgba(12, 96, 170, 0.5);
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  border-radius: 50%;
  animation: bannerbuIn 3s ease-out infinite;
  -webkit-animation: bannerbuIn 3s ease-out infinite;
}
.course-item .line {
  position: absolute;
  width: 1px;
  background: url(../images/co-fg.svg) repeat-y scroll center top;
  height: 1000%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course-item:nth-child(odd) .imgBox {
  top: 600%;
}
.course-item:nth-child(odd) .desc {
  bottom: 600%;
}
.course-item:nth-child(even) .imgBox {
  bottom: 600%;
}
.course-item:nth-child(even) .desc {
  top: 600%;
}
.course-item1 {
  left: 9.375%;
  top: 77.5%;
}
.course-item2 {
  left: 30.15625%;
  top: 69.5%;
}
.course-item3 {
  left: 50.8854%;
  top: 60.5%;
}
.course-item4 {
  left: 71.6666%;
  top: 25.5%;
}
.course-mouse {
  position: absolute;
  right: 9.375%;
  bottom: 0;
  z-index: 500;
}
.course-mouse .ico {
  width: 2.9rem;
  margin: 0 auto 0.5rem;
}
.course-mouse .desc {
  color: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-mouse .txt {
  padding: 0 2rem;
}
.news-list li {
  position: relative;
  padding: 5rem 0 6rem;
}
.news-item {
  display: flex;
}
.news-item .time-box {
  flex-shrink: 0;
  width: 7rem;
  text-align: center;
  color: #0C60AA;
  margin-right: 4%;
}
.news-item .time-box .num {
  line-height: 1.15;
}
.news-item .time-box .year {
  line-height: 1.1;
}
.news-item .imgBox {
  padding-bottom: 13.5%;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 19%;
  border-radius: 1rem;
  margin-right: 4%;
}
.news-item .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1rem;
  transition: 0.8s cubic-bezier(0.26, 0.06, 0, 1);
  -webkit-transition: 0.8s cubic-bezier(0.26, 0.06, 0, 1);
}
.news-item .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.33;
  margin-bottom: 2.4rem;
  font-weight: normal;
}
.news-item .c {
  line-height: 1.55;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3rem;
}
.news-item .btn-more {
  position: relative;
  z-index: 10;
}
.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging a,
.paging span {
  border: 1px solid #d8d8d8;
  padding: 0.8rem 1.5rem;
  line-height: 1.5;
  margin: 0 0.6rem;
  border-radius: 5px;
  color: #999999;
}
.paging a:hover,
.paging span:hover,
.paging a.active,
.paging span.active {
  background-color: #0C60AA;
  border-color: #0C60AA;
  color: #ffffff;
}
.paging .btn-item:first-child {
  margin-left: 0;
}
.paging .btn-item:last-child {
  margin-right: 0;
}
.info-tbox {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.info-tdesc {
  color: #ffffff;
  text-align: center;
}
.info-tdesc .t {
  font-weight: normal;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}
.info-tdesc .c {
  font-weight: lighter;
}
.info-tdesc .c .item {
  margin-left: 1.5rem;
}
.info-tdesc .c .item:first-child {
  margin-left: 0;
}
.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pager a {
  color: #333333;
  line-height: 1.2;
}
.pager a:hover {
  color: #0C60AA;
}
.pager a.list {
  background-color: #0C60AA;
  color: #ffffff;
  padding: 1.4rem 3rem;
  border-radius: 2.5rem;
}
.pager a.list .iconfont {
  margin-right: 1rem;
}
.pager a.list:hover {
  background-color: #333333;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.redcommed-box {
  border-top: 1px solid #cecece;
}
.redcommed-box .title {
  text-align: center;
  font-weight: normal;
}
.redcommed-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
.redcommed-list li {
  position: relative;
  width: 30.33%;
  margin-left: 3%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.redcommed-list .item {
  padding: 3.5rem 3.5rem 4.6rem;
}
.redcommed-list .time {
  color: #0C60AA;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
.redcommed-list .t {
  font-weight: 500;
  line-height: 1.65;
}
.video-list {
  display: flex;
  margin-left: -2%;
  margin-top: -4%;
  flex-wrap: wrap;
}
.video-list li {
  width: 31.33%;
  margin-left: 2%;
  margin-top: 4%;
}
.video-item {
  cursor: pointer;
}
.video-item .imgBox {
  padding-bottom: 66%;
  border-radius: 12px;
  position: relative;
}
.video-item .imgBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.video-item .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.video-item .vico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 5.3rem;
  height: 5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.video-item .txt {
  padding-top: 2rem;
  text-align: center;
}
.video-item .t {
  font-weight: 500;
}
.product-ul li {
  background-color: rgba(235, 239, 243, 0.5);
  -webkit-transition: 320ms ease-out;
  transition: 320ms ease-out;
}
.product-ul li:hover {
  background-color: #EBEFF3;
}
.product-item {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.product-desc {
  width: 22%;
  margin-left: 9.375%;
  flex-shrink: 0;
}
.product-desc .title {
  font-weight: normal;
  line-height: 1.33;
  margin-bottom: 1rem;
}
.product-desc .c {
  margin-bottom: 4rem;
}
.product-desc .bot {
  margin-bottom: 7rem;
}
.pro-more {
  color: #000000;
  display: flex;
  align-items: center;
}
.pro-more .ico {
  opacity: 0;
  transform: scale(0.6);
  font-size: 12px;
  margin-left: 1rem;
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}
.product-img {
  width: 60%;
}
.product-swiper {
  position: relative;
  overflow: hidden;
}
.product-swiper .imgBox {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.product-swiper .imgBox img {
  -webkit-transition: 250ms ease-out;
  transition: 250ms ease-out;
}
.product-swiper .imgBox .img1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.product-swiper .desc {
  color: #666666;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.product-swiper .en {
  line-height: 1.2;
}
.product-swiper .zh {
  line-height: 1.38;
}
.pro-pag {
  position: absolute;
  left: 9.375%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pro-pag .swiper-pagination-bullet {
  width: 4.5rem;
  height: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background-color: #EBEFF3;
  position: relative;
  margin: 0 8px 0 0;
  opacity: 1;
}
.pro-pag .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  background-color: #0C60AA;
}
.pro-pag .swiper-pagination-bullet-active {
  border-color: #0C60AA;
}
.pro-pag .swiper-pagination-bullet-active::before {
  opacity: 1;
  width: 100%;
}
.sider-page {
  display: flex;
  justify-content: space-between;
}
.sider-nav-box {
  width: 30.2rem;
}
.sider-page-rbox {
  flex: 1;
  margin-left: 10%;
}
.sider-tbox {
  position: relative;
  padding: 2.6rem 3rem 4rem;
  background-color: #EBEFF3;
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
}
.sider-tbox .title {
  font-weight: normal;
}
.sider-tbox .mico {
  flex-shrink: 0;
  display: none;
}
.sider-tbox .sider-nav-mbtn {
  display: none;
}
.sider-nav-mbtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.sider-nav-ul {
  background-color: #EBEFF3;
}
.sider-nav-ul .ico {
  flex-shrink: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
.sider-nav-ul a {
  display: flex;
  justify-content: space-between;
  padding: 1.8rem 2rem;
  align-items: center;
}
.sider-nav-ul > li {
  margin-bottom: 1px;
}
.sider-nav-ul > li > a {
  font-size: 2rem;
  color: #ffffff;
  background-color: #333333;
}
.sider-nav-ul > li > a .ico {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffffff;
  color: #333333;
  border-radius: 50%;
  line-height: 1;
}
.sider-nav-ul > li > a:hover {
  background-color: #0C60AA;
}
.sider-nav-ul > li.active > a {
  background-color: #0C60AA;
}
.sider-nav-ul > li.active > a .ico {
  color: #0C60AA;
}
.sider-nav-ul .subnav {
  display: none;
}
.sider-nav-ul .subnav > li {
  border-bottom: 1px solid #E1E1E1;
}
.sider-nav-ul .subnav > li:last-child {
  border-bottom: 0 none;
}
.sider-nav-ul .subnav > li > a {
  font-size: 1.8rem;
  color: #000000;
}
.sider-nav-ul .subnav > li > a .ico {
  width: 3.2rem;
}
.sider-nav-ul .subnav > li > a:hover,
.sider-nav-ul .subnav > li > a.active {
  color: #0C60AA;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -4%;
	margin-bottom: 3%;
}
.product-list li {
  width: 31.33%;
  margin-left: 2%;
  margin-top: 4%;
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  -webkit-transition: 0.32s ease-out;
  transition: 0.32s ease-out;
}
.product-list .item {
  padding: 2.5rem;
}
.product-list .imgBox {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 90%;
}
.product-list .imgBox img {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: absolute;
  left: 0;
  top: 0;
}
.product-list .imgBox .img1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.product-list .desc {
  margin-top: 3rem;
  text-align: center;
}
.product-list .t {
  font-weight: normal;
  -webkit-transition: 0.32s ease-out;
  transition: 0.32s ease-out;
}
.pro-view-box {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.pro-view-box .imgBox {
  width: 37%;
}
.pro-view-box .desc {
  width: 48%;
}
.pro-view-box .type {
  line-height: 1.36;
}
.pro-view-box .title {
  font-weight: normal;
  line-height: 1.44;
  color: #0C60AA;
}
.pro-view-box .title .txt {
  border-bottom: 2px solid #0C60AA;
  display: inline-flex;
  padding-bottom: 1rem;
}
.pro-view-box .bot {
  margin-top: 6rem;
}
.pro-view-more {
  display: inline-flex;
  height: 4.8rem;
  border-radius: 4.8rem;
  padding: 0 3rem;
  background-color: #0C60AA;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.pro-view-more .ico {
  margin-right: 1rem;
  width: 2.4rem;
}
.pro-view-more:hover {
  background-color: #333333;
}
.bgcolor7 {
  background-color: #F4F6F9;
}
.pro-view-t {
  display: flex;
  line-height: 1.4;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.pro-view-t .bz {
  color: #0C60AA;
  margin-right: 0.9rem;
  margin-top: 0.8rem;
}
.pro-view-tc {
  display: flex;
  margin-left: -5%;
  margin-top: -2%;
  flex-wrap: wrap;
}
.pro-view-tc li {
  width: 20%;
  margin-left: 5%;
  margin-top: 2%;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(12, 96, 170, 0.17);
  border-radius: 4px;
}
.pro-view-tc .item {
  padding: 4rem 8% 5.5rem;
  text-align: center;
}
.pro-view-tc .icobox {
  position: relative;
  width: 9.6rem;
  margin: 0 auto 1.5rem;
}
.pro-view-tc .icobox .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 4.3rem;
  font-size: 4.3rem;
  display: block;
  line-height: 1.1;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pro-view-tc .icobox .ico img {
  transform: translateX(-4.3rem);
  filter: drop-shadow(4.3rem 0 #ffffff);
  -webkit-backdrop-filter: drop-shadow(4.3rem 0 #ffffff);
  -webkit-filter: drop-shadow(4.3rem 0 #ffffff);
  box-sizing: content-box;
  border-right: 4.3rem solid transparent;
}
.pro-view-tc .lx {
  fill: #0C60AA;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pro-view-tc .t {
  line-height: 1.5;
  color: #0C60AA;
  font-weight: 500;
  margin-bottom: 0.8rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pro-view-tc .c {
  line-height: 1.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pro-view-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -2%;
}
.pro-view-ul .item {
  width: 48%;
  margin-left: 2%;
}
.pro-view-tab table tr:first-child td {
  background-color: #E4E8F1;
  color: #0C60AA;
}
.pro-view-black {
  position: sticky;
  left: 0;
  top: 12rem;
  border: 1px solid #E8E8E8;
  border-left: 0 none;
  border-radius: 0 2.4rem 2.4rem 0;
  background-color: #ffffff;
  padding: 0.8rem 2rem 0.8rem 1rem;
  line-height: 1.5;
  box-shadow: 0 0 6px rgba(12, 96, 170, 0.17);
  z-index: 800;
  color: #333333;
}
.pro-view-black .ico {
  margin-right: 1rem;
}
.pro-view-black:hover {
  background-color: #0C60AA;
  border-color: #0C60AA;
  color: #ffffff;
}
.contact-tbox {
  background-color: #ffffff;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.09);
  padding: 8rem 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0C60AA;
  border-radius: 1.6rem;
  line-height: 1.5;
  margin-bottom: 3.3rem;
}
.contact-tbox .ico {
  width: 7.6rem;
  height: 7.6rem;
  border: 2px solid #0C60AA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 2.9rem;
  margin-right: 2.4rem;
}
.contact-tbox .ico img {
  width: 2.9rem;
}
.contact-tbox .txt {
  font-weight: bold;
}
.contact-tbox .item {
  display: flex;
  align-items: center;
  margin-right: 2.4rem;
}
.contact-page {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.09);
}
.contact-page .imgBox {
  width: 50%;
}
.contact-page .imgBox img {
  object-fit: fill;
}
.contact-desc {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}
.contact-desc .item {
  padding: 6rem;
}
.contact-ul li {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  padding: 2rem 0 1rem;
}
.contact-ul .icon {
  flex-shrink: 0;
  width: 3rem;
  margin-right: 5%;
}
.contact-ul .t {
  color: #333333;
  line-height: 1.5;
}
.contact-ul .c {
  color: #666666;
}
.con-erm {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.con-erm li {
  margin-left: 2%;
  width: 13.8rem;
  text-align: center;
}
.con-erm .txt {
  padding-top: 0.5rem;
  line-height: 1.4;
}
.service-video {
  position: relative;
  overflow: hidden;
}
.service-video .imgBox {
  padding-bottom: 66%;
  border-radius: 12px;
  position: relative;
}
.service-video .imgBox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.service-video .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.service-video .vico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 5.3rem;
  height: 5.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.service-video .txt {
  padding-top: 2rem;
  text-align: center;
}
.service-video .t {
  font-weight: 500;
}
.service-video .dx-swiperpag {
  position: relative;
  bottom: auto;
}
.dx-swiperpag {
  display: flex;
  justify-content: center;
}
.dx-swiperpag .swiper-pagination-bullet {
  width: 4.5rem;
  height: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background-color: #EBEFF3;
  position: relative;
  margin: 0 8px 0 0;
  opacity: 1;
}
.dx-swiperpag .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  opacity: 0;
  background-color: #0C60AA;
}
.dx-swiperpag .swiper-pagination-bullet-active {
  border-color: #0C60AA;
}
.dx-swiperpag .swiper-pagination-bullet-active::before {
  opacity: 1;
  width: 100%;
}
.service-flow {
  position: relative;
  z-index: 2;
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap;
}
.service-flow li {
  width: 31.33%;
  margin-left: 2%;
  background-color: #ffffff;
  border-radius: 0.8rem;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.service-flow .item {
  padding: 1.5rem 4.5rem 7rem;
}
.service-flow .tbox {
  display: flex;
  align-items: center;
}
.service-flow .tbox .ico {
  width: 18.4rem;
  position: relative;
}
.service-flow .tbox .i {
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-flow .tbox .i img {
  max-width: 100%;
  width: auto;
}
.service-flow .tbox .name {
  color: #0C60AA;
  margin-left: 0.5rem;
}
.service-flow .cbox {
  margin-top: 4.5rem;
}
.service-wx {
  display: flex;
  justify-content: center;
}
.service-wx a {
  margin-left: 1.7rem;
}
.service-wx a:first-child {
  margin-left: 0;
}
[data-more] {
  border-radius: 2.5rem;
  padding: 1.2rem 3rem;
  border: 1px solid rgba(12, 96, 170, 0.4);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
[data-more] .base-bg {
  height: 102%;
  left: 0;
  position: absolute;
  top: 0;
  width: 110%;
}
[data-more] .base-bg::before,
[data-more] .base-bg::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%) skewX(-30deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.47, 0.16, 0.24, 1);
  width: 100%;
  background-color: #0C60AA;
  transition-duration: 0.6s;
}
[data-more] .base-bg::before {
  opacity: 0.5;
}
[data-more] .base-bg::after {
  transition-duration: 0.9s;
}
[data-more] .tbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  color: #0C60AA;
}
[data-more] .tbox .txt {
  margin-right: 4rem;
}
[data-more] .ico {
  font-size: 1.2rem;
}
[data-more]:hover .base-bg {
  transform: rotate(180deg);
}
[data-more]:hover .base-bg::before,
[data-more]:hover .base-bg::after {
  transform: translateX(5%) skewX(-30deg);
}
[data-more]:hover .ico {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
[data-more]:hover .tbox {
  color: #ffffff;
}
[data-more].active {
  background-color: #0C60AA;
}
[data-more].active .tbox {
  color: #ffffff;
}
.service-wx-img {
  position: relative;
  overflow: hidden;
}
.service-wx-p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.service-wx-p.active {
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0px);
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.service-px {
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.service-px li {
  position: relative;
  width: 19%;
  margin-left: 1%;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.service-px .tbox,
.service-px .bbox {
  border-radius: 0.8rem;
  text-align: center;
}
.service-px .ico {
  width: 5rem;
  height: 5rem;
  display: block;
  margin: 0 auto 3.5rem;
  line-height: 1;
}
.service-px .ico img {
  max-height: 100%;
  object-fit: cover;
}
.service-px .t {
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.375;
}
.service-px .line {
  display: block;
  margin: 0 auto;
  width: 3.2rem;
  height: 4px;
  border-radius: 4px;
}
.service-px .c {
  margin-top: 2rem;
}
.service-px .tbox {
  border: 1px solid #E2E2E2;
  background-color: #ffffff;
  padding: 9.7rem 5%;
  height: 100%;
}
.service-px .tbox .line {
  background-color: #0C60AA;
}
.service-px .bbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: url(../images/fw_bg.jpg) no-repeat;
  background-size: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  padding: 2rem 5%;
}
.service-px .bbox .line {
  background-color: #ffffff;
}
.posz2 {
  position: relative;
  z-index: 2;
}
.cooperation-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: -2%;
}
.cooperation-list li {
  width: 31.33%;
  margin-left: 2%;
  margin-top: 2%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.cooperation-list .imgBox {
  border-radius: 4px;
  overflow: hidden;
}
.cooperation-list .imgBox img {
  border-radius: 4px;
}
.cooperation-list .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5rem 5% 2.8rem;
  color: #ffffff;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 36, 36, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(67, 36, 36, 0), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(67, 36, 36, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(rgba(67, 36, 36, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(67, 36, 36, 0), rgba(0, 0, 0, 0.5));
}
.cooperation-list .t {
  font-weight: normal;
  line-height: 1.4;
}

