@charset "utf-8";
.top {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  height: 90px;
  background: url(../images/bai4.png) repeat;
  background: none rgba(255, 255, 255, 0.04);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 1000;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.top a:link,
.top a:visited {
  color: #fff;
}
.top a:active,
.top a:hover {
  color: #fff;
}
.logo {
  margin-left: 3%;
}
.logo a {
  display: block;
  height: 56px;
}
.logo img {
  height: 100%;
  display: block;
}
.logo .img2 {
  display: none;
}
.site-right {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  margin-right: 3%;
}
.nav > li {
  float: left;
  display: inline-block;
  position: relative;
}
.nav > li > a {
  display: block;
  padding: 0 24px;
  line-height: 90px;
  font-size: 18px;
  position: relative;
}
.nav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/black_41.png) repeat;
  background: none rgba(0, 0, 0, 0.41);
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.nav > li > a.hov::before,
.nav > li > a.active::before {
  height: 100%;
}
.nav .subnav {
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../images/black_41.png) repeat;
  background: none rgba(0, 0, 0, 0.41);
  text-align: center;
  display: none;
  margin-top: 20px;
  padding: 0 0 10px;
}
.nav .subnav a {
  display: block;
  line-height: 1.4;
  padding: 5px 0;
  position: relative;
  z-index: 1;
  perspective: 100px;
  transform-style: preserve-3d;
}
.nav .subnav a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  display: block;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  opacity: 0;
  visibility: hidden;
  background-color: #F31653;
}
.nav .subnav a:hover::before {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.tel-ibox {
  font-family: 'Gilroy';
  font-size: 22px;
  font-weight: bold;
  margin-left: 30px;
}
.tel-ibox .ico {
  font-weight: normal;
}
.tel-ibox .txt {
  margin-left: 18px;
}
.search-ibox {
  position: relative;
  margin-left: 30px;
}
.search-ibox ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.search-ibox :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.search-ibox ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.search-ibox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.search-ibox .txt {
  background: transparent;
  color: #fff;
  border: 0 none;
  border: 1px solid #fff;
  border-radius: 18px;
  width: 114px;
  padding: 0 60px 0 10px;
  height: 34px;
  line-height: 34px;
}
.search-ibox .btn {
  width: 60px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
}
.search-ibox .btn:hover {
  color: #F31653;
}
.ptop,
.wtop {
  background-color: #fff;
  color: #333333;
}
.ptop::before,
.wtop::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  z-index: -1;
}
.ptop .logo .img1,
.wtop .logo .img1 {
  display: none;
}
.ptop .logo .img2,
.wtop .logo .img2 {
  display: block;
}
.ptop .search-ibox .txt,
.wtop .search-ibox .txt {
  border-color: #999999;
  color: #333333;
}
.ptop .search-ibox ::-webkit-input-placeholder,
.wtop .search-ibox ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}
.ptop .search-ibox :-moz-placeholder,
.wtop .search-ibox :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.ptop .search-ibox ::-moz-placeholder,
.wtop .search-ibox ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.ptop .search-ibox :-ms-input-placeholder,
.wtop .search-ibox :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
.ptop .nav > li > a::before,
.wtop .nav > li > a::before {
  background-color: #ececec;
}
.ptop .nav .subnav,
.wtop .nav .subnav {
  padding-top: 10px;
}
.ptop .nav .subnav a,
.wtop .nav .subnav a {
  color: #fff;
}
.ptop a:link,
.ptop a:visited,
.wtop a:link,
.wtop a:visited {
  color: #333333;
}
.ptop a:active,
.ptop a:hover,
.wtop a:active,
.wtop a:hover {
  color: #F31653;
}
.menu-handler {
  padding: 0 10px;
  height: 56px;
  display: none;
  cursor: pointer;
  background-color: #F0F0F0;
}
.menu-handler span:first-child {
  position: relative;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #333;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:after,
.menu-handler span:first-child:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #333;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:before {
  top: -6px;
  -webkit-transition-property: top,transform;
  transition-property: top,transform;
}
.menu-handler span:first-child:after {
  bottom: -6px;
  -webkit-transition-property: bottom,transform;
  transition-property: bottom,transform;
}
.menu-handler.active span {
  background-color: transparent;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
.menu-handler.active span:after,
.menu-handler.active span:before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.menu-handler.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-handler.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-handler .txt {
  font-size: 12px;
  color: #333;
  margin-left: 8px;
}
.menubarM a:link,
.menubarM a:visited {
  color: #333;
}
.menubarM a:active,
.menubarM a:hover {
  color: #333;
}
.menubarM {
  background-color: #fff;
  color: #333;
  position: fixed;
  display: none;
  right: 0px;
  top: 0px;
  width: 320px;
  height: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  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-box {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menubarM-list {
  padding: 60px 0 0;
}
.menubarM-list > li {
  border-bottom: 1px solid #DDDDDD;
}
.menubarM-list > li > a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 5%;
}
.menubarM-list > li > a i {
  position: absolute;
  right: 3%;
  top: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: -9px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.menubarM-list .cur > a i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menubarM-list .subnav {
  background-color: #f5f5f5;
  display: none;
  padding: 10px 10% 15px 10%;
}
.menubarM-list .subnav p {
  border-bottom: 1px solid #e8e8e8;
}
.menubarM-list .subnav p:last-child {
  border-bottom: 0 none;
}
.menubarM-list .subnav a {
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 12px 0;
  font-size: 15px;
  color: #666;
}
.pusher-black {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}
.menuOpen .pusher-black {
  visibility: visible;
  opacity: 1;
}
.menuOpen .menubarM {
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .imgBox {
  width: 100%;
  height: 100%;
}
.banner .imgBox img {
  height: 100%;
  object-fit: cover;
  transition: transform 3.5s;
  -webkit-transition: transform 3.5s;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.banner .desc {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}
.banner .desc .en {
  font-size: 54px;
  text-transform: uppercase;
}
.banner .desc .zh {
  font-size: 56px;
}
.banner .desc-txt {
  opacity: 0;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  transform: translateY(50px) scale(1.2);
  -webkit-transform: translateY(50px) scale(1.2);
  transition: opacity 1.4s linear 0.4s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  -webkit-transition: opacity 1.4s linear 0.4s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.banner .swiper-slide-active .imgBox img {
  transform: inherit;
  -webkit-transform: inherit;
}
.banner .swiper-slide-active .desc-txt {
  opacity: 1;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
}
.banner .swiper-pag {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pag .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 8px;
}
.mouse-ibox {
  position: absolute;
  left: 7%;
  bottom: 5%;
  z-index: 5;
}
.mouse-ibox .txt {
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  font-size: 14px;
  display: block;
  width: 25px;
  margin: 0 auto 15px;
}
.mouse-ibox .ico {
  position: relative;
  width: 29px;
  display: block;
}
.mouse-ibox .ico::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 5px;
  width: 2px;
  height: 13px;
  display: block;
  background-color: #fff;
  -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.ibox-tbox {
  background-color: #f5f5f5;
  padding: 70px 7%;
}
.service-ibox .ibox-tbox,
.case-ibox .ibox-tbox {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.service-idesc {
  width: 50%;
}
.service-idesc .t {
  font-size: 26px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 10px;
}
.service-idesc .c {
  font-size: 20px;
  color: #777777;
}
.iboxT .zh {
  font-size: 40px;
  line-height: 1.5;
  color: #333333;
  font-weight: normal;
}
.iboxT .en {
  color: #AAAAAA;
  font-size: 20px;
  line-height: 1.5;
}
.iboxT .c {
  font-size: 18px;
  margin-top: 35px;
  color: #666666;
}
.iboxT2 {
  text-align: center;
}
.iboxT-C .zh,
.iboxT-C .en {
  color: #fff;
}
.mbt60 {
  margin-bottom: 60px;
}
.mbt40 {
  margin-bottom: 40px;
}
.service-idemo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: width;
  overflow: hidden;
}
.service-idemo .item {
  position: relative;
  width: 33.33%;
  height: 35vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: 0.65s cubic-bezier(0.33, 1, 0.68, 1);
}
.service-idemo .item:nth-child(1) .service-idt {
  background: -webkit-linear-gradient(#F0006E, #FF5B02);
  background: linear-gradient(#F0006E, #FF5B02);
}
.service-idemo .item:nth-child(2) .service-idt {
  background-color: #127F48;
}
.service-idemo .item:nth-child(3) .service-idt {
  background-color: #008FA1;
}
.service-idemo .item.wf-w {
  width: 66.68%;
}
.service-idemo .item.sx-w {
  width: 16.66%;
}
.service-idemo .item.wf-w .service-idt {
  width: 25%;
}
.service-idemo .item.wf-w .service-idt .title {
  opacity: 1;
}
.service-idt {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.service-idt .title {
  position: absolute;
  right: 5%;
  top: 5%;
  color: #fff;
  font-size: 32px;
  line-height: 1.5;
  opacity: 0.5;
  white-space: nowrap;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.service-idt .img {
  position: absolute;
  right: -5%;
  bottom: 0;
  width: 70%;
  overflow: hidden;
}
.service-idt .img img {
  width: 130%;
  display: block;
}
.service-iimg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}
.ibox-w {
  width: 86%;
  margin: 0 auto;
}
.pagePadding {
  padding: 120px 0;
}
.pagePadding2 {
  padding: 70px 0;
}
.honor-ibox {
  position: relative;
  overflow: hidden;
}
.honor-ibox .btn-more {
  float: right;
}
.honor-iboxT {
  margin-bottom: 120px;
  position: relative;
}
.honor-ilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.honor-ilist li {
  text-align: center;
  color: #333333;
}
.honor-ilist .num {
  font-size: 80px;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}
.honor-ilist .num .by {
  font-size: 40px;
  position: absolute;
  padding-left: 5px;
}
.honor-iboxC {
  position: relative;
  color: #333333;
  margin-bottom: 120px;
}
.honor-iboxC .t {
  width: 50%;
  font-size: 25px;
}
.honor-iboxC .c {
  width: 40%;
}
.honor-ibg {
  position: absolute;
  bottom: -50%;
  width: 100%;
}
.honor-ibg svg,
.honor-ibg .img {
  width: 140%;
  margin-left: -15%;
}
.honor-ibg img {
  width: 140%;
  margin-left: -15%;
  margin-bottom: -5%;
}
.action.honor-ibg path {
  fill-opacity: 0;
  fill: #DDDDDD !important;
  stroke: #DDDDDD;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation-name: Bb;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-delay: 1.5s;
}
@keyframes Bb {
  to {
    stroke-dashoffset: 0;
    stroke-width: 1;
    fill-opacity: 0;
  }
}
.honor-ibg svg,
.honor-ibg img {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: twinkle 30s infinite linear;
  animation: twinkle 30s infinite linear;
}
@keyframes twinkle {
  0% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
  25% {
    -webkit-transform: rotate(3deg) scale(0.94, 0.94);
    transform: rotate(3deg) scale(0.94, 0.94);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(0.96, 0.96);
    transform: rotate(0deg) scale(0.96, 0.96);
  }
  75% {
    -webkit-transform: rotate(-3deg) scale(0.94, 0.94);
    transform: rotate(-3deg) scale(0.94, 0.94);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1);
  }
}
.btn-more {
  position: relative;
  padding-right: 50px;
}
.btn-more .txt {
  position: relative;
  display: block;
  border: 1px solid #333333;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.btn-more .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
  z-index: -1;
}
.btn-more .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.btn-more .jt line {
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.btn-more:hover .txt {
  background-color: #F31653;
  border-color: #F31653;
  color: #fff;
}
.btn-more:hover .txt:before {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.btn-more:hover .jt {
  right: -10px;
}
.btn-more:hover .jt line {
  stroke: #F31653 !important;
}
.btn-more2 {
  padding-right: 0;
}
.case-ibox .ibox-tbox {
  align-items: center;
}
.case-inav a:link,
.case-inav a:visited {
  color: #333333;
}
.case-inav a:active,
.case-inav a:hover {
  color: #F31653;
}
.case-inav {
  flex: 1;
  text-align: right;
}
.case-inav a {
  position: relative;
  padding-bottom: 20px;
  margin-left: 5%;
  font-size: 25px;
}
.case-inav a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 4px;
  bottom: 0;
  margin: 0 auto;
  background-color: #F31653;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.case-inav a.active,
.case-inav a:hover {
  color: #F31653;
}
.case-inav a.active::before,
.case-inav a:hover::before {
  width: 48px;
}
.case-itab {
  position: relative;
}
.case-idesc {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: width;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: opacity 2s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.case-idesc.active {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.case-idesc .item {
  position: relative;
  width: 20%;
  height: 38.177vw;
  background-position: center center;
  background-size: cover;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
}
.case-idesc .item::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #F31653;
  opacity: 0;
  transform: scale(0.96);
  -webkit-transform: scale(0.96);
  visibility: hidden;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.case-idesc .bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
.case-idesc .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84%;
  padding: 40px 8%;
  background: url(../images/yy.png) repeat-x scroll left bottom;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
  color: #fff;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.case-idesc .desc .title {
  font-weight: 600;
  line-height: 1.5;
}
.case-idesc .txt {
  flex: 1;
  margin-right: 5%;
}
.case-idesc .more {
  width: 60px;
  height: 60px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
}
.case-idesc .item.wf-w::before {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.case-idesc .item.wf-w .bg {
  opacity: 0;
}
.case-idesc .item.wf-w .desc {
  opacity: 1;
  transform: inherit;
  -webkit-transform: inherit;
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
.case-idesc .item.wf-w {
  width: 48%;
}
.case-idesc .item.sx-w {
  width: 13%;
}
.capability-idesc {
  width: 50%;
  color: #333333;
}
.capability-ilist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 9%;
}
.capability-ilist li {
  position: relative;
  width: 20%;
  text-align: center;
  padding: 10px 0 25px;
}
.capability-ilist li .ico {
  width: 94px;
  margin: 0 auto 5px;
  display: block;
}
.capability-ilist li: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;
}
.capability-ilist li:hover .t {
  color: #F31653;
}
.capability-ilist::before,
.capability-ilist::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #F31653;
  transition: 0.95s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 0.95s cubic-bezier(0.23, 1, 0.32, 1);
}
.capability-ilist::before {
  top: 0;
}
.capability-ilist::after {
  bottom: 0;
}
.capability-ilist.action::before,
.capability-ilist.action::after {
  width: 100%;
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.foot a:link,
.foot a:visited {
  color: #868686;
}
.foot a:active,
.foot a:hover {
  color: #fff;
}
.foot {
  background-color: #000;
  color: #ccc;
  line-height: 1.5;
}
.foot-left {
  flex: 1;
}
.foot-T {
  padding: 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.foot-title {
  color: #fff;
  line-height: 1.2;
  margin-bottom: 60px;
}
.foot-title .en {
  font-size: 50px;
  font-weight: bold;
  font-family: "";
}
.foot-title .zh {
  font-size: 30px;
}
.foot-erm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
.foot-erm li {
  margin-right: 35px;
  text-align: center;
}
.foot-erm li:last-child {
  margin-right: 0;
}
.foot-erm .img {
  width: 80px;
  border: 8px solid #fff;
  margin-bottom: 16px;
}
.foot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-item .t {
  position: relative;
  padding-right: 14px;
  margin-right: 10px;
}
.foot-item .t::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  height: 0;
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
}
.foot-item .c {
  flex: 1;
}
.foot-nav {
  width: 50%;
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.foot-nav li {
  max-width: 20%;
}
.foot-nav .subnav {
  padding-top: 25px;
}
.foot-nav .subnav p {
  margin-top: 5px;
}
.foot .foot-nav > li > a {
  color: #fff;
}
.foot-B {
  padding: 40px 0;
  border-top: 1px solid #141414;
}
.pbanner {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.pbanner .load-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.act .load-img {
  animation: nextSlide 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.pbanenr-desc {
  position: absolute;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 86%;
  color: #fff;
}
.pbanenr-desc1 {
  text-align: center;
}
.pbanenr-desc1 .t1 {
  font-size: 20px;
  line-height: 1.5;
}
.pbanenr-desc1 .t2 {
  font-size: 56px;
  line-height: 1.2;
  margin-top: 25px;
}
.pbanenr-desc2 .t1 {
  font-size: 54px;
  line-height: 1.2;
  font-family: "Gilroy";
  text-transform: uppercase;
}
.pbanenr-desc2 .t2 {
  font-size: 56px;
  line-height: 1.2;
  margin-top: 15px;
}
.page-nav-box {
  margin-top: -50px;
  position: relative;
  background: url(../images/black_60.png) repeat;
  background: none rgba(0, 0, 0, 0.6);
}
.page-nav-btn a:link,
.page-nav-btn a:visited {
  color: #fff;
}
.page-nav-btn a:active,
.page-nav-btn a:hover {
  color: #fff;
}
.page-nav-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.page-nav-btn a {
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: block;
  z-index: 1;
  margin: 0 10px;
}
.page-nav-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F31653;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: -1;
}
.page-nav-btn a.active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.page-h {
  height: 90px;
}
.business-page {
  color: #fff;
}
.business-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-tab .item {
  width: 26%;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  margin-left: -1px;
  padding-top: 82px;
}
.business-tab .title {
  background-color: #1CA3E5;
  background-color: rgba(28, 163, 229, 0.33);
  border: 1px solid #1CA3E5;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
  margin-top: -82px;
}
.busines-desc {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.busines-desc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.busines-type {
  padding: 56px 0;
  position: relative;
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.busines-type li {
  display: block;
  padding: 0 8%;
  margin-bottom: 20px;
  text-align: center;
}
.busines-type li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  background-color: #1CA3E5;
  background-color: rgba(28, 163, 229, 0.4);
  border: 1px solid #02D5E9;
  padding: 8px 20px;
  min-width: 140px;
  line-height: 1.4;
  border-radius: 22px;
  text-align: center;
  font-size: 20px;
}
.busines-box {
  position: absolute;
  opacity: 0;
  width: 84%;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 60px 8%;
  text-align: center;
}
.busines-box .t {
  font-size: 16px;
  color: #78D3FF;
  margin-bottom: 22px;
}
.busines-box .c {
  font-size: 16px;
  margin-bottom: 22px;
}
.busines-box .bot {
  margin-bottom: 32px;
}
.busines-box .more {
  color: #78D3FF;
}
.business-img {
  margin-left: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.business-img li {
  float: left;
  width: 46%;
  margin-left: 4%;
  position: relative;
  margin-bottom: 5px;
}
.business-img .pos-ov::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: url(../images/yy.png) repeat-x scroll left 165%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 2;
}
.business-img .txt {
  position: absolute;
  left: 5%;
  right: 5%;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  bottom: 5%;
  z-index: 2;
}
.business-img .linkA {
  z-index: 3;
}
.business-tab .active {
  width: 48%;
}
.business-tab .active .busines-desc::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.business-tab .active .busines-type {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.business-tab .active .busines-box {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.bu-page-t .title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
  color: #333333;
}
.bu-page-t .pageC {
  text-align: center;
}
.bu-page-t .pageC .t {
  color: #333333;
}
.bu-page-t .pageC .c {
  line-height: 1.5;
}
.bu-page-img .item {
  width: 24.25%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}
.bu-page-img .item2 {
  width: 49.5%;
}
.bu-page-img .pos-ov::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: url(../images/yy.png) repeat-x scroll left 165%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 2;
  display: none;
}
.bu-page-img .txt {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.bu-page-img .txt .en {
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bu-page-img .txt .zh {
  font-weight: normal;
}
.bu-page-img .linkA {
  z-index: 4;
}
.grid-sizer {
  width: 1%;
}
.gutter-sizer {
  width: 24.25%;
}
.media-title {
  text-align: center;
  color: #333333;
  line-height: 1.5;
}
.media-title .en {
  font-family: 'Gilroy';
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1;
  color: #F31653;
  font-size: 20px;
}
.media-title .zh {
  font-weight: 500;
  font-size: 34px;
  line-height: 1.2;
}
.swiper-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #999999;
  color: #999999;
  z-index: 106;
  top: 50%;
  border-radius: 50%;
  text-align: center;
  margin-top: -31px;
  cursor: pointer;
}
.swiper-arrow i {
  display: block;
  font-family: "iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swiper-arrow:hover {
  background: #F31653;
  border-color: #F31653;
  color: #fff;
}
.swiper-arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
  z-index: -1;
}
.swiper-arrow:hover:before {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-p {
  left: 0;
}
.swiper-p i:before {
  content: "\eb95";
}
.swiper-n {
  right: 0;
}
.swiper-n i:before {
  content: "\e6e7";
}
.media-pdemo {
  position: relative;
  padding: 0 104px;
}
.media-pdemo .bor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #02D5E9;
  opacity: 0;
  box-sizing: border-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.media-pdemo .desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  text-align: center;
}
.media-pdemo .txt {
  display: inline-block;
  margin: 4px auto 0;
  background-color: #1CA3E5;
  background-color: rgba(28, 163, 229, 0.7);
  border: 1px solid #02D5E9;
  padding: 8px 20px;
  min-width: 140px;
  line-height: 1.4;
  border-radius: 22px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.media-pdemo .item:hover .bor {
  opacity: 1;
}
.media-pdemo .item:hover .txt {
  border-color: #F0006E;
  background-color: #f31653;
  background-color: rgba(243, 22, 83, 0.8);
}
.bu-page-box {
  position: relative;
}
.sider-nav {
  position: fixed;
  top: 35%;
  left: 0;
  background: url(../images/black_41.png) repeat;
  background: none rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  z-index: 900;
}
.sider-nav-list {
  width: 140px;
}
.sider-nav-list a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  z-index: 1;
}
.sider-nav-list a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F31653;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.sider-nav-list a:hover,
.sider-nav-list a.active {
  color: #ffffff;
}
.sider-nav-list a:hover:before,
.sider-nav-list a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.page-cut {
  color: #666;
  padding: 30px 0 0;
}
.page-cut .line {
  padding: 0 10px;
}
.page-cut a:link,
.page-cut a:visited {
  color: #666;
}
.page-cut a:active,
.page-cut a:hover {
  color: #F31653;
}
.infoT {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 70px;
  margin-bottom: 70px;
  line-height: 1.5;
  color: #333333;
}
.infoT .en {
  font-family: 'Gilroy';
  font-size: 46px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}
.infoT .zh {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.infoT .time {
  color: #999;
  padding-top: 15px;
}
.infoT .time i {
  margin-right: 10px;
}
.info-pading {
  position: fixed;
  width: 108px;
  right: 0;
  z-index: 900;
  top: 50%;
  transform: translateY(-50%);
}
.info-pading a {
  display: block;
  line-height: 32px;
  height: 32px;
  text-align: center;
  margin-bottom: 3px;
  background-color: #F0F0F0;
  color: #333333;
}
.info-pading a.black {
  background-color: #008FA1;
  color: #fff;
}
.info-pading a:last-child {
  margin-bottom: 0;
}
.info-pading a:hover {
  background-color: #333;
  color: #fff;
}
.info-pading.fsShow {
  display: none;
}
.case-page {
  position: relative;
  overflow: hidden;
}
.case-page .pbg1,
.case-page .pbg2 {
  position: absolute;
  left: 0;
  width: 100%;
}
.case-page .pbg1 {
  top: 0;
}
.case-page .pbg2 {
  bottom: 0;
}
.case-page .bu-page-t .title {
  margin-bottom: 45px;
}
.case-nav {
  text-align: center;
}
.case-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 10px;
}
.case-nav a {
  position: relative;
  display: block;
  padding: 10px 35px;
  font-size: 20px;
  background-color: #F0F0F0;
  color: #333333;
  z-index: 1;
}
.case-nav a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #F31653;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.case-nav a:hover,
.case-nav a.active {
  color: #ffffff;
}
.case-nav a:hover:before,
.case-nav a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.case-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  margin-left: -1%;
}
.case-list li {
  width: 32.33%;
  margin: 0 0 1% 1%;
  position: relative;
}
.case-list li:hover .txt {
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  font-size: 18px;
  padding-bottom: 22px;
  text-align: center;
}
.case-list li:hover .txt::before {
  right: 0;
  margin: 0 auto;
}
.case-list .yy {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: url(../images/yy.png) repeat-x scroll left bottom;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  transition: 0.3s;
  -webkit-transform: 0.3s;
  display: none;
}
.case-list .txt {
  position: absolute;
  left: 5%;
  right: 5%;
  color: #fff;
  bottom: 8%;
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 1.2;
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.case-list .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
}
.lode-box {
  text-align: center;
}
.lode-btn {
  font-size: 16px;
  color: #999;
}
.lode-btn i {
  font-size: 16px;
  margin-right: 5px;
}
.lode-btn:hover {
  color: #333333;
}
.new-list li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #E0E0E0;
  padding: 0 50px 72px 35px;
}
.new-list li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #F31653;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: -1;
}
.new-list li:hover,
.new-list li.active {
  color: #ffffff;
}
.new-list li:hover:before,
.new-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.new-list li::before {
  bottom: -1px;
  z-index: 1;
}
.new-list li:hover .btn-more .txt {
  background-color: #F31653;
  border-color: #F31653;
  color: #fff;
}
.new-list li:hover .btn-more .txt:before {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.new-list .imgBox {
  width: 32%;
}
.new-list .desc {
  margin: 0 10% 0 50px;
  flex: 1;
}
.new-list .time {
  color: #999999;
  margin-bottom: 20px;
}
.new-list .time i {
  margin-right: 15px;
}
.new-list .title {
  color: #333333;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.new-list .c {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.paging {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  font-size: 16px;
  padding: 50px 0;
}
.paging a,
.paging span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  margin: 0 4px;
}
.paging a:hover,
.paging span:hover,
.paging a.active,
.paging span.active {
  color: #fff;
  background-color: #F31653;
}
.paging .btn-item {
  background-color: #e1e1e1;
  color: #fff;
  font-size: 20px;
}
.paging2 a:hover,
.paging2 span:hover,
.paging2 a.active,
.paging2 span.active {
  background-color: #008FA1;
}
.contact-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}
.contact-list dd {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}
.contact-list .ico {
  width: 64px;
  height: 64px;
  border: 1px solid #F31653;
  color: #F31653;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  margin-right: 20px;
}
.contact-list .desc {
  flex: 1;
}
.contact-list .c {
  font-size: 28px;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 1.5;
}
.contact-list .ermBox {
  text-align: center;
  margin-left: 5px;
}
.contact-list .ermBox:first-child {
  margin-left: 0;
}
.contact-list .ermBox .img {
  padding: 8px;
  background-color: #fff;
  width: 80px;
  margin-bottom: 4px;
}
.contact-form {
  padding: 0 8%;
  margin-top: 80px;
}
.conf-list dd {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
}
.conf-list .dd-item2 {
  margin-bottom: 40px;
}
.conf-list .dd-item2 .item {
  width: 100%;
}
.conf-list .ml5 {
  margin-left: 1.5%;
}
.conf-list .item {
  width: 32.33%;
  position: relative;
  margin-bottom: 30px;
}
.conf-list .star {
  position: absolute;
  top: 22px;
  color: #F31653;
  right: 20px;
}
.conf-list .ctxt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
}
.conf-list .ctxt2 {
  resize: none;
  height: 150px;
  padding: 20px 30px;
  line-height: 1.5;
}
.conf-list .conf-left {
  width: 32.33%;
}
.conf-list .conf-right {
  width: 66.67%;
}
.conf-list .conf-bot {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  align-items: center;
}
.conf-list .conf-bot .item {
  flex: 1;
  margin-bottom: 0;
}
.conf-list .yzmA {
  width: 35%;
  max-width: 160px;
  margin-left: 20px;
}
.btn-ok {
  display: block;
  width: 266px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #F31653;
  color: #fff;
  margin: 0 auto;
}
.btn-ok:hover {
  background-color: #333333;
}
.mapBox {
  position: relative;
  overflow: hidden;
  height: 650px;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.map-desc {
  position: absolute;
  left: 42%;
  top: 50%;
  width: 312px;
  height: 312px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.62);
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: center;
}
.map-desc .text {
  width: 70%;
}
.map-desc .ico {
  font-size: 20px;
  color: #F31653;
}
.map-desc .c {
  color: #333333;
  line-height: 1.5;
  padding: 25px 0 35px;
}
.map-desc .maplink {
  color: #F31653;
  position: relative;
  padding-bottom: 5px;
}
.map-desc .maplink::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #F31653;
}
.map-desc .maplink:hover {
  color: #008FA1;
}
.map-desc .maplink:hover::before {
  background-color: #008FA1;
}
.aboutPage1 .pageC {
  color: #333333;
}
.companyPage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}
.companyPage .item {
  width: 16.66%;
  position: relative;
  padding-bottom: 35%;
}
.companyPage .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.companyPage .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/blue_85.png) repeat;
  background: none rgba(0, 143, 161, 0.85);
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.companyPage .item:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.companyPage .item .desc {
  position: absolute;
  left: 5%;
  right: 5%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.companyPage .item .ico {
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 auto 40px;
  font-size: 32px;
}
.companyPage .item .title {
  font-size: 26px;
}
.companyPage .item .en {
  line-height: 1.5;
  font-weight: lighter;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 0.2s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}
.companyPage .item .c {
  line-height: 1.5;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -webkit-transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1) 0s;
}
.companyPage .item:hover .en {
  opacity: 0;
  filter: alpha(opacity=0);
}
.companyPage .item:hover .c {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.developmentPage {
  overflow: hidden;
}
.developmentPage .ibox-tbox {
  border-bottom: 1px solid #E6E6E6;
  background-color: transparent;
}
.development-pnavBox {
  position: relative;
  z-index: 5;
}
.development-pnav {
  float: right;
  margin-top: -55px;
  margin-bottom: -2px;
  width: 50%;
  overflow: hidden;
}
.development-pnav .item {
  height: 57px;
  display: inline-block;
  font-size: 20px;
  font-family: "Gilroy";
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.development-pnav .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #F31653;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.development-pnav .swiper-slide-thumb-active .item::before {
  width: 43px;
}
.development-item {
  position: relative;
  margin-left: 28%;
  width: 52%;
  padding: 6% 10% 8% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}
.development-item .year {
  position: absolute;
  left: -25%;
  font-size: 10.9375vw;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 1;
  color: #F31653;
}
.development-item .c {
  flex: 1;
  margin-right: 7%;
  color: #333333;
}
.development-item .imgbox {
  width: 32%;
  position: relative;
}
.development-item .imgbox::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  right: -10%;
  bottom: -10%;
  border: 1px dashed #999;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.development-item .imgbox img {
  border-radius: 50%;
}
.development-pdemo {
  position: relative;
}
.development-pdemo .swiper-btnbox .swiper-arrow {
  display: none;
}
.honor-page {
  position: relative;
}
.honor-page .iboxT {
  float: right;
  width: 20%;
}
.honor-pdemo {
  position: relative;
  float: left;
  width: 70%;
}
.honor-pdemo .swiper-slide {
  width: 32%;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.service-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  color: #fff;
}
.service-list li {
  width: 20%;
  padding: 5% 0 0;
}
.service-list .ico {
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto 45px;
  position: relative;
}
.service-list .ico::before {
  content: "";
  position: absolute;
  left: -10%;
  top: -10%;
  right: -10%;
  bottom: -10%;
  border: 1px dashed #F31653;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transform: 0.3s;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}
.service-list .desc {
  padding: 0 5%;
  text-align: center;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.service-list .title {
  line-height: 1.5;
  margin-bottom: 30px;
}
.service-list .c {
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
  transition: 0.5s;
  -webkit-transform: 0.5s;
}
.join-list .hspan {
  text-align: center;
  cursor: pointer;
  width: 15%;
  display: block;
  float: left;
  padding: 20px 0;
  line-height: 1.5;
  border-left: 1px solid #fff;
}
.join-list .hspan:nth-child(1) {
  text-align: left;
  padding: 0 5%;
  width: 22%;
}
.join-list .hspan:nth-child(2) {
  width: 13%;
}
.join-list .hspan:nth-child(3) {
  width: 20%;
}
.join-list .hspan:nth-child(4) {
  width: 16%;
}
.join-list .hspan:nth-child(5) {
  width: 19%;
}
.join-list .joinDT {
  overflow: hidden;
  margin-bottom: 12px;
  color: #fff;
  background-color: #00A180;
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
}
.join-list dd {
  position: relative;
  margin-bottom: 12px;
}
.join-list .joinT {
  background-color: #F2F2F2;
  color: #666666;
  line-height: 1.5;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
  -webkit-transform: 0.3s;
}
.join-list .joinT .hspan {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.join-list .joinB {
  display: none;
  padding: 40px 5%;
  border: 1px solid #0079C3;
  border-top: 0 none;
}
.join-desc {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
}
.join-btn {
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background-color: #008FA1;
  color: #fff;
  margin-left: 5%;
}
.join-list .pageC {
  flex: 1;
}
.join-list .active .joinT,
.join-list dd:hover .joinT {
  background-color: #008FA1;
  color: #fff;
}
