@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  background: #181818;
  width: 100%;
  height: 100%;
  z-index: 199;
}
#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.loader-center {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
  width: 100%;
  z-index: 5;
}
.loader-line {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.loader-line:before,
.loader-line:after {
  position: absolute;
  top: 0;
  content: "";
  width: 30.41%;
  height: 1px;
  background: rgba(233, 233, 233, 0.1);
}
.loader-line:before {
  left: 0;
}
.loader-line:after {
  right: 0;
}
.loader-logo {
  width: 100%;
  text-align: center;
  z-index: 3;
}
.loader-logo img {
  display: block;
  margin: auto;
  height: 85px;
  width: auto;
}
.loader-number {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #4f4f4f;
  font-size: 274px;
  font-size: 14.2708vw;
  font-family: "Droid Serif";
  line-height: 1;
  opacity: 0.14;
}
.loader-number b {
  font-weight: normal;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0.2);
}
.header.scroll {
  background: rgba(0, 0, 0, 0.6);
}
.header.scroll .navs li a {
  padding: 26px 0;
}
.header.scroll .language {
  margin-top: 26px;
}
.header.scroll .logo {
  margin-top: 5px;
}
.logo {
  display: block;
  float: left;
  margin-left: 7.29%;
  margin-top: 16px;
  height: 58px;
  transition: 0.3s;
}
.header-right {
  float: right;
  margin-right: 7.29%;
}
.navs {
  float: left;
}
.navs li {
  float: left;
  position: relative;
  padding: 0 30px;
}
.navs li:last-child::after {
  display: none;
}
.navs li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  opacity: 0.2;
}
.navs li:first-child {
  padding-left: 0;
}
.navs li:first-child a {
  margin-right: -18px;
}
.navs li a {
  display: block;
  min-width: 76px;
  text-align: center;
  position: relative;
  line-height: 1;
  padding: 39px 0 36px;
  color: #ffffff;
  font-size: 16px;
}
.navs li a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #00c0ff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs li a:hover,
.navs li a.active {
  color: #00c0ff;
}
.navs li a:hover:before,
.navs li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.language {
  float: left;
  padding-left: 62px;
  margin-top: 38px;
  transition: 0.3s;
}
.language a,
.language b {
  display: block;
  float: left;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.language a:hover {
  color: #00c0ff;
}
.language b {
  margin: 0 4px;
  font-weight: normal;
}
.navigate {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: none;
  height: auto;
  top: 56px;
  bottom: 0;
  overflow: visible;
  visibility: hidden;
  transition: opacity 0.8s, visibility 0.8s;
}
.navigate.show {
  visibility: visible;
}
.navigate.show .navigate-bg {
  opacity: 1;
  transition-delay: 0s;
}
.navigate.show .navigate-wrap {
  right: 0;
}
.navigate .navigate-bg {
  width: 100%;
  position: fixed;
  top: 56px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  transition: 0.8s 0.3s;
}
.navigate-wrap {
  width: 260px;
  position: absolute;
  right: -260px;
  transition: right 0.78s cubic-bezier(0.7, 0, 0.3, 1);
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.navigate-list {
  position: relative;
  width: auto;
  top: 0;
  margin-top: 0;
  border-top: 1px solid #F1F1F1;
}
.navigate-item {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #F1F1F1;
}
.navigate-item.active dt a {
  background: #00c0ff;
  color: #fff;
}
.navigate-item dt {
  margin-bottom: 0;
}
.navigate-item dt i {
  display: none;
}
.navigate-item dt a {
  display: block;
  margin-top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #707070;
  font-size: 16px;
  padding-left: 24px;
}
.navigate-item dd {
  background: #F1F1F1;
  padding: 16px 24px 10px;
  overflow: hidden;
  display: none;
}
.navigate-item dd p a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  line-height: 2;
}
.navigate-item dd p a:hover {
  color: #333333;
}
.banner {
  position: relative;
  height: 100vh;
}
.swiper-tendance {
  height: 100vh;
}
#top {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#top .indexBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.indexBanner {
  overflow: hidden;
  width: 100%;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  z-index: 5;
  overflow: hidden;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transform-origin: 50% 50%;
}
.txt-item li {
  position: absolute;
  left: 7.29%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: none;
}
.txt-item li:first-child {
  display: block;
}
.txt-item li.show .btexts p span {
  opacity: 1;
}
.txt-item li.show .btexts p:before {
  width: 132px;
  transition: 0.86s;
}
.txt-item li.show .btexts .common-btns {
  opacity: 1;
  transition: 0.5s 0.85s;
  transform: translateY(0px);
}
.txt-item li.show .btexts strong,
.txt-item li.show .btexts small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.txt-item li.show .btexts small {
  transition-delay: 0.7s;
}
.btexts p {
  padding-top: 46px;
  position: relative;
  display: block;
  margin-bottom: 34px;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-family: "SourceHanSansCN-Regular";
}
.btexts p span {
  opacity: 0;
}
.btexts p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 132px;
  width: 0;
  height: 5px;
  background: #00c0ff;
}
.btexts strong {
  display: block;
  line-height: 1;
  padding-top: 22px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 59px;
  font-family: "kuhei";
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.56s 0.6s;
}
.btexts strong span {
  opacity: 0;
}
.btexts strong b {
  color: #00c0ff;
  font-weight: normal;
}
.btexts small {
  display: block;
  margin-top: 24px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 23px;
  opacity: 0.23;
  text-transform: uppercase;
  font-family: "Droid Serif";
  margin-bottom: 56px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.56s 0.6s;
}
.btexts small span {
  opacity: 0;
}
.btexts .common-btns {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.35s;
}
.common-btns a {
  display: block;
  text-align: center;
  width: 164px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background: #00c0ff;
  color: #fff;
  font-size: 16px;
}
.common-btns a:hover {
  background: #09ade3;
}
.common-btns a:hover i {
  left: 3px;
}
.common-btns a i {
  display: inline-block;
  position: relative;
  left: 0;
  top: -1px;
  font-style: normal;
  margin-left: 14px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background: #fff;
  color: #00c0ff;
  font-size: 10px;
  transition: 0.2s;
}
.common-btns a i em {
  display: block;
  font-size: 12px;
  line-height: 16px;
  transform: scale(0.6);
  font-style: normal;
}
.pagination {
  position: absolute;
  left: 7.29%;
  bottom: 10%;
  z-index: 10;
}
.pagination .pagebtn {
  display: block;
  float: left;
  margin-right: 64px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.pagination .pagebtn:hover {
  background: #00c0ff;
  border-color: #00c0ff;
}
.pagination .pagebtn.move-prev:hover {
  text-indent: -2px;
}
.pagination .pagebtn.move-next:hover {
  text-indent: 2px;
}
.page-numble {
  position: absolute;
  left: 40px;
  top: 0;
  font-size: 0;
  line-height: 1;
  font-family: "Myriad Pro";
}
.page-numble b {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.page-numble em {
  display: inline-block;
  position: relative;
  top: -1px;
  margin: 0 4px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
.page-numble span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.equipment {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.equipment-item {
  overflow: hidden;
  position: relative;
}
.equipment-item.swiper-slide-active .equipment-text strong,
.equipment-item.swiper-slide-active .equipment-text span,
.equipment-item.swiper-slide-active .equipment-text small,
.equipment-item.swiper-slide-active .equipment-text .common-btns {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.8s;
}
.equipment-item.swiper-slide-active .equipment-text span {
  transition-delay: 1s;
}
.equipment-item.swiper-slide-active .equipment-text small {
  transition-delay: 1.2s;
}
.equipment-item.swiper-slide-active .equipment-text .common-btns {
  transition-delay: 1.4s;
}
.equipment-item figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.equipment-item figure img {
  display: block;
  position: relative;
}
.equipment-text {
  position: absolute;
  left: 7.29%;
  top: 50%;
  margin-top: -184px;
}
.equipment-text strong {
  display: block;
  position: relative;
  padding-bottom: 34px;
  line-height: 1;
  color: #333333;
  font-size: 44px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.68s;
}
.equipment-text strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 58px;
  height: 4px;
  background: #00c0ff;
  z-index: 2;
}
.equipment-text span {
  display: block;
  margin-top: 42px;
  margin-bottom: 20px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.68s;
}
.equipment-text small {
  display: block;
  height: 156px;
  color: #666666;
  font-size: 14px;
  font-family: "Myriad Pro";
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.68s;
}
.equipment-text .common-btns {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.68s;
}
.equipment-text1 strong,
.equipment-text1 span,
.equipment-text1 small {
  color: #fff;
}
.partner {
  position: relative;
  z-index: 3;
  height: 100vh;
  overflow: hidden;
}
.partner-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.partner-wrap {
  position: absolute;
  left: 7.29%;
  right: 7.29%;
  top: 50%;
  margin-top: -256px;
}
.partner-left {
  float: left;
}
.swiper-slide.swiper-slide-active .partner-title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.swiper-slide.swiper-slide-active .partner-title:before {
  width: 58px;
  transition-delay: 0.45s;
}
.swiper-slide.swiper-slide-active .partner-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.partner-title {
  display: block;
  position: relative;
  padding-bottom: 32px;
  line-height: 1;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.58s;
}
.partner-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 58px;
  width: 0;
  transition: 0.56s;
  height: 4px;
  background: #fff;
}
.partner-scroll {
  margin-top: 36px;
  padding-right: 68px;
  width: 340px;
  height: 405px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateY(70px);
  transition: 0.65s;
}
.partner-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.12);
}
.partner-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.12);
}
.partner-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #fff;
}
.equipment-slide {
  overflow: hidden;
}
.partner-list li {
  position: relative;
  padding: 32px 0 32px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.partner-list li.active:after,
.partner-list li:hover:after {
  background: #fff;
}
.partner-list li.active span,
.partner-list li:hover span {
  color: #fff;
}
.partner-list li.active span {
  font-weight: bold;
}
.partner-list li:nth-of-type(1):before {
  animation-delay: 1.6s;
}
.partner-list li:nth-of-type(2):before {
  animation-delay: 1.2s;
}
.partner-list li:nth-of-type(3):before {
  animation-delay: 0.8s;
}
.partner-list li:nth-of-type(4):before {
  animation-delay: 0.4s;
}
.partner-list li:before {
  content: '';
  position: absolute;
  left: -12px;
  bottom: -1px;
  width: 12px;
  height: 1px;
  background-color: #00c0ff;
  animation: p-ani-6 2s linear infinite;
  z-index: 2;
}
.partner-list li:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a4a6ad;
  transition: 0.4s;
}
.partner-list li span {
  display: block;
  color: #a4a6ad;
  font-size: 16px;
  line-height: 1;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
}
@keyframes p-ani-6 {
  0% {
    left: -12px;
  }
  100% {
    left: 100%;
  }
}
.partner-map {
  width: 45.85%;
  float: left;
  margin-left: 120px;
  position: relative;
}
.partner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.dot {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.dot .ring {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.dot span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: scale(0);
  animation: p-ani-7 2.1s linear infinite;
}
.dot span:nth-of-type(1) {
  border-style: dashed;
}
.dot span:nth-of-type(2) {
  animation-delay: 0.7s;
}
.dot span:nth-of-type(3) {
  animation-delay: 1.4s;
}
.dot:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 2;
}
@keyframes p-ani-7 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.partner-info {
  position: absolute;
}
.partner-info.active .dot span {
  border-color: #00c0ff;
}
.partner-info.active .dot:after {
  background-color: #00c0ff;
}
.partner-info.active .partner-logo:before {
  width: 304px;
}
.partner-info.active .partner-logo img {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.45s;
  transform: translateX(0px);
}
.partner-info.zhongguo {
  right: 27%;
  top: 62.97%;
}
.partner-info.shanghai {
  right: 16.88%;
  top: 62.7%;
}
.partner-info.xuchang {
  right: 41.62%;
  top: 50.78%;
}
.partner-info.wangxiangyuan {
  left: 47%;
  bottom: 26.9%;
}
.partner-info.qingdao {
  right: 29.52%;
  top: 43.55%;
}
.partner-info.xinjiang {
  left: 26.86%;
  top: 42.16%;
}
.partner-slide {
  overflow: hidden;
}
.partner-logo {
  padding-left: 304px;
  position: absolute;
  left: 24px;
  bottom: 24px;
  height: 194px;
}
.partner-logo:before {
  position: absolute;
  left: 0;
  top: 35px;
  content: "";
  width: 304px;
  height: 159px;
  background: url(../images/line.png) left bottom no-repeat;
  width: 0;
  transition: 0.78s;
}
.partner-logo img {
  display: block;
  width: 270px;
  height: auto;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: 0.5s;
}
.footer {
  background: #dcdcdc;
}
.footer-top {
  padding: 62px 7.29% 30px;
  position: relative;
}
.footer-add {
  float: left;
}
.footer-address {
  position: relative;
  margin-bottom: 106px;
  padding-left: 28px;
}
.footer-address:before {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  content: "";
  width: 2px;
  background: #00c0ff;
}
.footer-address p {
  color: #595959;
  font-size: 14px;
  line-height: 2;
}
.footer-address b {
  display: block;
  margin-top: 12px;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
.link span {
  display: block;
  float: left;
  padding-left: 30px;
  margin-right: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 15px;
  background: url(../images/link.png) left center no-repeat;
}
.link a {
  display: block;
  float: left;
  margin-right: 14px;
  color: #333333;
  font-size: 14px;
  line-height: 15px;
}
.link a:hover {
  color: #00c0ff;
}
.footer-navs {
  position: absolute;
  left: 50%;
  margin-left: -367px;
  top: 62px;
}
.footer-nav-item {
  display: block;
  float: left;
  width: 134px;
}
.footer-nav-item:last-child {
  width: auto;
}
.footer-nav-item dt {
  display: block;
  margin-bottom: 25px;
}
.footer-nav-item dt a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}
.footer-nav-item dt a:hover {
  color: #00c0ff;
}
.footer-nav-item dd {
  display: block;
}
.footer-nav-item dd p {
  margin-bottom: 6px;
}
.footer-nav-item dd p a {
  display: inline-block;
  color: #595959;
  font-size: 14px;
}
.footer-nav-item dd p a:hover {
  color: #00c0ff;
}
.eq-list {
  float: right;
}
.eq {
  width: 100px;
  float: left;
  margin-left: 22px;
}
.eq:first-child {
  margin-left: 0;
}
.eq img {
  display: block;
  width: 100px;
  height: auto;
}
.eq span {
  display: block;
  margin-top: 14px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.footer-copy {
  background: #cecece;
  padding: 16px 7.29%;
}
.footer-copy .footer-copy-wrap {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer-copy p,
.footer-copy a {
  display: block;
  float: left;
  color: #333333;
  font-size: 14px;
}
.footer-copy a {
  float: right;
}
.footer-copy a:hover {
  color: #00c0ff;
}
.mouse-down {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 10;
}
.mouse-down span {
  display: block;
  margin: auto;
  position: relative;
  width: 27px;
  height: 37px;
  background: url(../images/mouse.png) center no-repeat;
}
.mouse-down span i {
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 7px;
  animation: moveDownSpot 1000ms infinite;
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
}
.mouse-down p {
  margin-top: 26px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  opacity: 0.2;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    top: 5px;
  }
  to {
    opacity: 0.1;
    top: 12px;
  }
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.ptext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  top: 50%;
  margin-top: -58px;
  text-align: center;
}
.ptext strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #fff;
  font-size: 44px;
  overflow: hidden;
  font-weight: bold;
}
.ptext small {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 42px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.mouse-down1 {
  bottom: 11.5%;
}
.mouse-down1 em {
  display: block;
  margin-top: 26px;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
}
.leval-menu {
  border-bottom: 1px solid #e5e5e5;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.leval-menu-wrap {
  display: inline-block;
}
.leval-menu-wrap li {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-left: 115px;
}
.leval-menu-wrap li:first-child {
  margin-left: 0;
}
.leval-menu-wrap li:before {
  bottom: -1px;
}
.leval-menu-wrap li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #00c0ff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval-menu-wrap li:hover,
.leval-menu-wrap li.active {
  color: #00c0ff;
}
.leval-menu-wrap li:hover:before,
.leval-menu-wrap li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval-menu-wrap li.active a,
.leval-menu-wrap li:hover a {
  color: #00c0ff;
}
.leval-menu-wrap li a {
  display: block;
  position: relative;
  height: 79px;
  line-height: 79px;
  color: #333333;
  font-size: 16px;
}
.about-box {
  padding: 108px 0 160px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#canvasbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 400px;
}
.introduct-content {
  width: 54.16%;
  float: left;
}
.introduct-tt {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.introduct-tt small {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  text-transform: uppercase;
  line-height: 1;
  color: #bfbfbf;
  font-size: 72px;
  opacity: 0.12;
  font-family: "SourceHanSerifCN-Heavy";
}
.introduct-tt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 55px;
  height: 3px;
  background: #00c0ff;
}
.introduct-tt strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
}
.introduct-tt span {
  display: block;
  line-height: 1;
  color: #7f8692;
  font-size: 18px;
}
.introduct-text {
  margin-top: 36px;
}
.introduct-text p {
  color: #333333;
  font-size: 16px;
  text-indent: 26px;
  text-align: justify;
}
.introduct-img {
  width: 38.333%;
  float: right;
}
.introduct-img img {
  display: block;
  width: 100%;
  height: auto;
}
.honor-box {
  padding: 96px 0 0;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.honor-title {
  width: 298px;
  position: relative;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.honor-title:before {
  content: "";
  width: 54px;
  height: 3px;
  background: #00c0ff;
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: -2px;
}
.honor-title strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
}
.honor-title small {
  display: block;
  line-height: 1;
  color: #c3c4c5;
  font-size: 16px;
  text-transform: uppercase;
}
.honors-swiper {
  position: relative;
  z-index: 3;
  padding-bottom: 158px;
  margin-top: 54px;
}
.honors-swiper:before {
  position: absolute;
  left: 50%;
  margin-left: -583px;
  bottom: 0;
  content: "";
  width: 1167px;
  height: 297px;
  background: url(../images/modificate.png) center no-repeat;
}
.honor-banner {
  position: relative;
  margin: 0 135px;
}
.honors-slide {
  position: relative;
  height: 426px;
  text-align: center;
}
.honors-slide.swiper-slide-active img {
  width: 100%;
  left: 0;
}
.honors-slide img {
  display: block;
  max-width: 100%;
  width: 82%;
  position: absolute;
  left: 9%;
  right: 0;
  bottom: 0;
  transition: 0.45s;
}
.swiper-btn {
  width: 54px;
  height: 80px;
  position: absolute;
  top: 44%;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.swiper-btn:hover {
  background: #00c0ff;
}
.swiper-btn:before {
  content: "";
  width: 23px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -22px;
}
.swiper-btn.prev {
  left: 0;
}
.swiper-btn.prev:before {
  background: url(../images/prev.png) center no-repeat;
}
.swiper-btn.next {
  right: 0;
}
.swiper-btn.next:before {
  background: url(../images/next.png) center no-repeat;
}
.history {
  padding: 88px 0 58px;
}
.history-wrap {
  position: relative;
  padding-left: 46px;
  padding-bottom: 46px;
}
.history-wrap:before {
  content: "";
  width: 1px;
  position: absolute;
  background: #00c0ff;
  left: 10px;
  top: 13px;
  bottom: 0;
}
.history-list li {
  position: relative;
  margin-bottom: 40px;
}
.history-list li i {
  display: block;
  position: absolute;
  left: -47px;
  top: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 192, 255, 0.2);
}
.history-list li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: #00c0ff;
  border-radius: 50%;
}
.history-list li time {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #00c0ff;
  font-size: 18px;
  font-weight: bold;
}
.history-list li time b {
  display: inline-block;
  margin-right: 10px;
  font-size: 36px;
  font-family: "Helvetica";
  font-weight: normal;
}
.history-list li:hover .history-text:before {
  background: url(../images/arrow2.png) center no-repeat;
  transition-delay: 0s;
}
.history-list li:hover .histroy-hidden:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.history-list li:hover .histroy-hidden p {
  color: #fff;
}
.history-list li:hover .particle-network-animation {
  opacity: 1;
  visibility: visible;
}
.history-text {
  position: relative;
  z-index: 3;
  margin-top: 22px;
}
.history-text:before {
  position: absolute;
  left: -13px;
  top: 0;
  content: "";
  width: 13px;
  height: 15px;
  background: url(../images/arrow1.png) center no-repeat;
  transition: 0.4s 0.1s;
}
.particle-network-animation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.particle-network-animation canvas {
  height: 100%;
}
.histroy-hidden {
  padding: 28px 24px 26px 34px;
  background: #f3f3f3;
  position: relative;
  z-index: 3;
}
.histroy-hidden:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(to right, #0181c7 0%, #07a981 100%);
  transition: 0.5s;
}
.histroy-hidden p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  transition: 0.38s;
  min-height: 64px;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.8s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(10) {
  transition-delay: 1.8s;
}
.mechanism {
  margin-top: 60px;
}
.mechanism img {
  max-width: 100%;
  height: auto;
}
.mechanism-box {
  padding: 78px 0 120px;
}
.culture {
  position: relative;
  padding: 100px 0 98px;
  z-index: 3;
  overflow: hidden;
}
.culture-wrap {
  position: relative;
  z-index: 4;
}
.culture-texts {
  width: 49.166%;
  float: left;
  padding-top: 120px;
}
.culture-texts small {
  display: block;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #101010;
  text-transform: uppercase;
  font-size: 68px;
  font-family: "Helvetica";
  font-weight: bold;
}
.culture-texts strong {
  display: block;
  margin-bottom: 38px;
  line-height: 1;
  color: #00c0ff;
  font-size: 28px;
  font-weight: normal;
}
.culture-texts p {
  color: #333333;
  font-size: 18px;
  text-align: justify;
}
.culture-texts h4 {
  margin-top: 48px;
  color: #0eabdf;
  font-size: 36px;
  line-height: 1;
  font-family: "SourceHanSansCN-Regular";
}
.culture-img {
  width: 39.5%;
  float: right;
}
.culture-img img {
  width: 100%;
  height: auto;
}
.culture-en {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.culture-en img {
  max-width: 100%;
  height: auto;
}
.culture-bg {
  position: absolute;
  left: -5%;
  bottom: -40px;
  z-index: -1;
  width: 110%;
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.news-boxs {
  padding: 80px 0 76px;
}
.news-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 26px;
}
.news-list li {
  width: 33.3333%;
  float: left;
  margin-bottom: 36px;
}
.news-list li a {
  display: block;
  margin: 0 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.news-list li a:hover figure img {
  transform: scale(1.05);
}
.news-list li a:hover .news-content:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news-list li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.news-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.news-content {
  position: relative;
  padding: 18px 15px 26px;
  border-bottom: 2px solid #d9d9d9;
}
.news-content:before {
  position: absolute;
  right: 0;
  bottom: -2px;
  content: "";
  width: 0;
  height: 2px;
  background: #00c0ff;
  transition: 0.5s;
}
.news-content strong {
  display: block;
  margin-bottom: 23px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-content p {
  color: #999999;
  font-size: 14px;
  text-align: justify;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content time {
  display: block;
  padding-left: 26px;
  margin-top: 28px;
  background: url(../images/time.png) left center no-repeat;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}
.pageslist {
  text-align: center;
  font-size: 0;
}
.pageslist a {
  display: inline-block;
  margin-left: 8px;
  width: 48px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #999999;
  font-size: 14px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.pageslist a:hover {
  border-color: #00c0ff;
  color: #00c0ff;
}
.pageslist a.active {
  border-color: #00c0ff;
  background: #00c0ff;
  color: #fff;
}
.pageslist a:first-child,
.pageslist a:last-child {
  width: 82px;
}
.pageslist a:first-child:first-child {
  margin-left: 0;
}
.news-inner {
  padding: 58px 0 80px;
}
.news-view {
  width: 70.83%;
  float: left;
  border: 1px solid #e3e3e3;
}
.news-view-wrap {
  margin: 0 28px;
}
.news-time {
  padding: 58px 0 28px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}
.news-time strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}
.news-time p {
  text-align: center;
  font-size: 0;
}
.news-time p span {
  display: inline-block;
  margin-left: 16px;
  color: #a09f9f;
  font-size: 14px;
  line-height: 1;
}
.news-time p span:first-child {
  margin-left: 0;
}
.news-view-content {
  padding: 34px 0 50px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.news-view-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-down {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
}
.pageprev {
  float: left;
}
.pageprev-item {
  margin-bottom: 8px;
}
.pageprev-item a {
  display: inline-block;
  color: #626262;
  font-size: 14px;
}
.pageprev-item a:hover {
  color: #00c0ff;
}
.pageprev-item.active a {
  cursor: default;
  color: #999999;
}
.pageprev-item.active a:hover {
  color: #999999;
}
.backlist {
  float: right;
  margin-top: 12px;
}
.backlist a {
  display: block;
  width: 94px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #00c0ff;
}
.backlist a:hover {
  background: #039dcf;
}
.related {
  width: 27.5%;
  float: right;
  position: sticky;
  top: 90px;
  border: 1px solid #e3e3e3;
}
.related-wrap {
  padding: 48px 20px 0 20px;
}
.related-tt {
  position: relative;
  padding-bottom: 12px;
  padding-left: 12px;
  color: #252b3a;
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #e3e3e3;
}
.related-tt:before {
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #00c0ff;
}
.related-news {
  margin-top: 15px;
}
.related-news li {
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.related-news li:last-child {
  margin-bottom: 0;
  border-bottom: 0px;
}
.related-news li a:hover figure img {
  transform: scale(1.05);
}
.related-news li a:hover p {
  color: #00c0ff;
}
.related-news li figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.related-news li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.58s;
}
.related-news li p {
  height: 47px;
  line-height: 47px;
  color: #333333;
  font-size: 16px;
  transition: 0.38s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party {
  padding: 78px 0 80px;
}
.party-list {
  padding-bottom: 30px;
}
.party-list li {
  margin-bottom: 28px;
}
.party-list li a {
  display: block;
  position: relative;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
}
.party-list li a:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  border-left: 28px solid transparent;
  border-top: 28px solid #00c0ff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.party-list li a:hover {
  border-color: #00c0ff;
}
.party-list li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.party-list li a:hover figure img {
  transform: scale(1.1);
}
.party-list li a:hover .party-text strong,
.party-list li a:hover .party-text p {
  color: #00c0ff;
}
.party-list li a figure {
  display: block;
  float: left;
  width: 190px;
  line-height: 1;
  overflow: hidden;
}
.party-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.party-text {
  margin-left: 220px;
  padding-top: 13px;
}
.party-text strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #000000;
  font-size: 16px;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-text p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party-text span {
  display: inline-block;
  margin-top: 20px;
  color: #00c0ff;
  font-size: 14px;
  line-height: 1.3;
}
.notice {
  padding: 80px 0;
}
.notice-list {
  padding-bottom: 20px;
}
.notice-list li {
  margin-bottom: 22px;
}
.notice-list li a {
  display: block;
  position: relative;
  z-index: 3;
  padding: 20px 28px;
  overflow: hidden;
  background: #f9f9f9;
}
.notice-list li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #00c0ff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.notice-list li a:hover,
.notice-list li a.active {
  color: #00c0ff;
}
.notice-list li a:hover:before,
.notice-list li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.notice-list li a:hover .notice-data time {
  background: #4ad2ff;
}
.notice-list li a:hover .notice-data b {
  color: #00c0ff;
}
.notice-list li a:hover .notice-content strong,
.notice-list li a:hover .notice-content p,
.notice-list li a:hover .notice-content span {
  color: #fff;
}
.notice-data {
  float: left;
  width: 60px;
}
.notice-data time {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background: #a4a4a4;
  transition: 0.4s;
}
.notice-data b {
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  font-weight: normal;
  transition: 0.4s;
}
.notice-content {
  position: relative;
  margin-left: 86px;
  padding-top: 6px;
}
.notice-content strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  transition: 0.35s;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-content p {
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.35s;
}
.notice-content span {
  display: block;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: 6px;
  color: #00c0ff;
  font-size: 14px;
  transition: 0.35s;
}
.load {
  padding: 80px 0;
}
.load-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}
.load-list li {
  width: 33.333%;
  float: left;
  margin-bottom: 48px;
}
.load-wrap {
  margin: 0 15px;
  cursor: pointer;
}
.load-wrap:hover figure img {
  transform: scale(1.06);
}
.load-wrap:hover span {
  color: #00c0ff;
}
.load-wrap span {
  display: block;
  text-align: center;
  line-height: 1.1;
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
}
.load-wrap figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.load-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.6s;
}
.load-wrap figure b {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 3;
}
.load-wrap figure b:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #fff;
}
.pop-videos {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
}
.pop-videos.show {
  opacity: 1;
  visibility: visible;
}
.pop-videos.show .video-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pop-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.video-content {
  width: 860px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -430px;
  margin-top: -240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-200px);
  transition: 0.65s;
}
.video-content .video-close {
  display: block;
  position: absolute;
  right: -26px;
  top: 0;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  transition: 0.5s;
  cursor: pointer;
}
.video-content .video-close:hover {
  transform: rotate(180deg);
}
.video-content .video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.explain-list {
  padding-bottom: 30px;
}
.explain-list li {
  margin-bottom: 30px;
}
.explain-list li a {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 28px 40px;
  background: #f8fbff;
}
.explain-list li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #e2eaf7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.explain-list li a:hover,
.explain-list li a.active {
  color: #e2eaf7;
}
.explain-list li a:hover:before,
.explain-list li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.explain-list li a .explain-btn {
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #00c0ff;
  font-size: 16px;
}
.explain-ico {
  float: left;
  width: 52px;
  height: 60px;
  background: url(../images/pdf.png) center no-repeat;
}
.explain-text {
  position: relative;
  margin-left: 92px;
  padding-left: 32px;
}
.explain-text:before {
  position: absolute;
  left: 0;
  top: -8px;
  content: "";
  width: 1px;
  height: 64px;
  background: url(../images/line1.png) center no-repeat;
}
.explain-text strong {
  display: block;
  margin-bottom: 24px;
  color: #0c357b;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.explain-text p {
  color: #8f9eb7;
  font-size: 14px;
  line-height: 1.2;
}
.recruit {
  padding: 80px 0;
}
.idea {
  position: relative;
  margin-bottom: 58px;
}
.idea figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.idea figure img {
  display: block;
  width: 100%;
  height: auto;
}
.idea strong {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
}
.recruit-item {
  margin-bottom: 22px;
}
.recruit-item:last-child {
  margin-bottom: 0;
}
.recruit-top {
  position: relative;
  background: #fafbfe;
  cursor: pointer;
}
.recruit-top.active b {
  transform: rotate(90deg);
}
.recruit-top strong {
  display: block;
  padding-left: 30px;
  color: #333333;
  font-size: 20px;
  line-height: 78px;
}
.recruit-top b {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -23px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #000000;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  font-weight: normal;
  transition: 0.38s;
}
.recruit-down {
  padding: 24px 30px 38px;
  background: #fafbfe;
  display: none;
}
.recruit-down p {
  color: #333333;
  font-size: 16px;
}
.contact-item {
  padding: 75px 0;
  border-bottom: 1px solid #ededed;
}
.map {
  width: 51.6666%;
  float: left;
  height: 350px;
}
.contact-fix {
  width: 43.333%;
  float: right;
}
.contact-fix strong {
  display: block;
  height: 42px;
  color: #333333;
  font-size: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}
.contact-content {
  padding-top: 18px;
  height: 176px;
}
.contact-content p {
  color: #666666;
  font-size: 16px;
  line-height: 2.2;
}
.contact-img img {
  display: block;
  width: 100%;
  height: auto;
}
.anchorBL {
  display: none !important;
}
.BMap_bubble_title {
  color: #00c0ff !important;
  font-size: 16px;
  margin-bottom: 5px;
}
.message-boxs {
  padding: 80px 0 165px;
  background: url(../images/message.png) center bottom no-repeat;
  background-size: 100% auto;
}
.message-top,
.message-ares,
.verificate-texts {
  overflow: hidden;
}
.message-top .text,
.message-ares .text,
.verificate-texts .text,
.message-top textarea,
.message-ares textarea,
.verificate-texts textarea {
  box-sizing: border-box;
  width: 32.5%;
  float: left;
  padding-left: 20px;
  margin-right: 1.25%;
  margin-bottom: 34px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 16px;
  border-radius: 6px;
  background-color: none;
  outline: none;
  transition: 0.35s;
  font-family: "微软雅黑";
}
.message-top .text:focus,
.message-ares .text:focus,
.verificate-texts .text:focus,
.message-top textarea:focus,
.message-ares textarea:focus,
.verificate-texts textarea:focus {
  border-color: #00c0ff;
}
.message-top .text:focus::-webkit-input-placeholder,
.message-ares .text:focus::-webkit-input-placeholder,
.verificate-texts .text:focus::-webkit-input-placeholder,
.message-top textarea:focus::-webkit-input-placeholder,
.message-ares textarea:focus::-webkit-input-placeholder,
.verificate-texts textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message-top .text::-webkit-input-placeholder,
.message-ares .text::-webkit-input-placeholder,
.verificate-texts .text::-webkit-input-placeholder,
.message-top textarea::-webkit-input-placeholder,
.message-ares textarea::-webkit-input-placeholder,
.verificate-texts textarea::-webkit-input-placeholder {
  color: #333333;
}
.message-top .text:last-child,
.message-ares .text:last-child,
.verificate-texts .text:last-child,
.message-top textarea:last-child,
.message-ares textarea:last-child,
.verificate-texts textarea:last-child {
  margin-right: 0;
}
.message-ares textarea {
  width: 100%;
  height: 238px;
  resize: none;
  line-height: 1.8;
  padding: 13px 20px;
}
.verificate-texts {
  float: left;
}
.verificate-texts .text {
  width: 240px;
  margin-right: 0;
  border-radius: 6px 0 0 6px;
}
.verificate-img {
  position: relative;
  float: left;
  margin-left: -1px;
  width: 160px;
  border: 1px solid #cccccc;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.verificate-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.testing {
  float: left;
  margin-left: 14px;
  margin-top: 3px;
  width: 49px;
  height: 43px;
  background: url(../images/testing.png) center no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.34s;
}
.message-sub {
  float: right;
}
.message-sub .sub {
  border: none;
  float: left;
  margin-left: 40px;
  width: 210px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  border-radius: 6px;
  background: #828282;
  cursor: pointer;
  outline: none;
  transition: 0.4s;
}
.message-sub .sub:first-child {
  margin-left: 0;
}
.message-sub .sub:hover,
.message-sub .sub:first-child {
  background: #00c0ff;
}
.development {
  padding: 130px 0 190px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.development-tt {
  text-align: center;
}
.development-tt strong {
  display: inline-block;
  position: relative;
  padding: 0 95px;
  margin: auto;
  color: #010101;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
}
.development-tt strong b {
  color: #00c0ff;
  font-weight: normal;
}
.development-tt strong:before,
.development-tt strong:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 38px;
  height: 3px;
  background: #e5e5e5;
}
.development-tt strong:before {
  left: 0;
}
.development-tt strong:after {
  right: 0;
}
.development-slide .development-min {
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.development-slide.on .development-min,
.development-slide.on .development-content small {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
.development-slide.swiper-slide-prev .development-min,
.development-slide.swiper-slide-prev .development-content small {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.development-slide.swiper-slide-active .development-min,
.development-slide.swiper-slide-active .development-content small {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.development-slide.swiper-slide-active .development-wraps {
  opacity: 1;
  animation: 1.5s fadeInRightSmall forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.development-wraps {
  animation-duration: 1.5s;
  opacity: 0;
  transition: 1.5s;
}
@-webkit-keyframes scaleUp {
  to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleUp {
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes scaleDownUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.development-swiper {
  margin-top: 120px;
  height: 300px;
}
.development-slide {
  height: 400px;
}
.development-min {
  width: 570px;
  float: left;
  position: relative;
}
.develop-slide {
  margin: 30px 0;
  position: relative;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: left center;
  transition: 0.5s !important;
}
.develop-slide.swiper-slide-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 10;
}
.develop-slide.swiper-slide-active span {
  opacity: 1;
  visibility: visible;
}
.develop-slide figure {
  display: block;
  line-height: 1;
}
.develop-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.develop-slide span {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 13px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 17px;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.delelop-btn {
  position: absolute;
  right: 130px;
  top: 50%;
  margin-top: -13px;
  z-index: 10;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.development-content {
  width: 482px;
  position: relative;
  float: right;
  padding-top: 70px;
  padding-left: 30px;
}
.development-content small {
  position: absolute;
  width: 100%;
  color: rgba(0, 0, 0, 0.05);
  left: 0;
  top: 10px;
  white-space: nowrap;
  font-size: 136px;
  filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  line-height: 1;
  font-family: "Helvetica";
  font-weight: bold;
}
.development-content strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 38px;
  font-family: "Helvetica";
  font-weight: bold;
}
.development-texts {
  margin-top: 40px;
}
.development-texts p {
  color: #666666;
  font-size: 18px;
}
.year-list {
  position: relative;
  margin-top: 100px;
  padding: 0 14.7%;
  z-index: 3;
}
.year-list:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  z-index: -1;
}
.year-item {
  width: 16.666%;
  float: left;
  text-align: center;
}
.year-item.swiper-slide-active span {
  color: #00c0ff;
  font-size: 26px;
}
.year-item.swiper-slide-active span:before {
  opacity: 0.2;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.year-item.swiper-slide-active span:after {
  background: #00c0ff;
}
.year-item span {
  display: inline-block;
  position: relative;
  padding-top: 36px;
  line-height: 1;
  color: #333333;
  font-size: 20px;
  font-family: "Myriad Pro";
  cursor: pointer;
  transition: 0.1s;
}
.year-item span:before {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00c0ff;
  opacity: 0.2;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.year-item span:after {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 6px;
  content: "";
  width: 6px;
  height: 6px;
  background: #909090;
  border-radius: 50%;
  transition: 0.35s;
}
.swiper-btns {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  background: #e9e9e9;
  color: #909090;
  font-size: 20px;
  transition: 0.4s;
}
.swiper-btns:hover {
  background: #00c0ff;
  color: #fff;
}
.swiper-btns.swiper-prev {
  left: 7.29%;
}
.swiper-btns.swiper-next {
  right: 7.29%;
}
.product-inner {
  padding: 85px 0 86px;
  overflow: hidden;
  position: relative;
}
.product-tts {
  text-align: center;
  margin-bottom: 70px;
}
.product-tts span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #333333;
  font-size: 26px;
}
.product-tts strong {
  display: block;
  color: #333333;
  font-size: 44px;
  line-height: 1;
  font-family: "Helvetica";
  font-weight: bold;
}
@-webkit-keyframes rotate3DSlideOutLeft {
  to {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes rotate3DSlideOutLeft {
  to {
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate3DSlideInRight {
  from {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes rotate3DSlideInRight {
  from {
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate3DSlideOutRight {
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes rotate3DSlideOutRight {
  to {
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate3DSlideInLeft {
  from {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes rotate3DSlideInLeft {
  from {
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
.equipmentfix {
  position: relative;
}
.equipment-swiper {
  width: 674px;
  margin: auto;
  overflow: visible;
  -webkit-perspective: 1400px;
  perspective: 1400px;
}
.equipment-items.swiper-slide-prev {
  opacity: 1;
}
.equipment-items.swiper-slide-prev .equit-wr {
  -webkit-animation: rotate3DSlideOutLeft 0.8s forwards;
  animation: rotate3DSlideOutLeft 0.8s forwards;
}
.equipment-items.prev.slick-current .equit-wr {
  -webkit-animation: rotate3DSlideInRight 0.8s 0.1s forwards;
  animation: rotate3DSlideInRight 0.8s 0.1s forwards;
}
.equipment-items.navOutPrev .equit-wr {
  -webkit-animation: rotate3DSlideOutRight 0.8s forwards;
  animation: rotate3DSlideOutRight 0.8s forwards;
}
.equipment-items.next.slick-current .equit-wr {
  -webkit-animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
  animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
}
.equit-wrap .slick-list {
  overflow: visible;
}
.equipment-items {
  position: absolute;
  text-align: center;
  float: left;
}
.equipment-items figure {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  line-height: 1;
  overflow: hidden;
}
.equipment-items figure img {
  display: block;
  width: 100%;
  height: auto;
}
.equipment-items a {
  display: block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #bbbbbb;
  border-radius: 21px;
  margin: auto;
}
.equipment-items a:hover {
  background: #00c0ff;
  border-color: #00c0ff;
  color: #fff;
}
.equipment-prev {
  width: 30.1%;
  height: 264px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -132px;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.equipment-prev.prev {
  left: 0;
  border-radius: 0 132px 132px 0;
}
.equipment-prev.prev .equipment-bt {
  left: 24.3%;
}
.equipment-prev.next {
  right: 0;
  border-radius: 132px 0 0 132px;
}
.equipment-prev.next .equipment-bt {
  right: 24.3%;
}
.equipment-prev.next .equip-li {
  right: auto;
  left: 19.9%;
}
.equipment-prev .equipment-bt {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #e9e9e9;
  cursor: pointer;
  transition: 0.38s;
  color: #909090;
  font-size: 18px;
  font-weight: bold;
}
.equipment-prev .equipment-bt:hover {
  background: #00c0ff;
  color: #fff;
}
.equip-li {
  position: absolute;
  right: 19.9%;
  width: 200px;
  bottom: 48px;
}
.equip-li li {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
.equip-li li.on {
  display: block;
  animation: roll_11 0.6s ease-in-out;
}
.equip-li li figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}
.equip-li li figure img {
  margin: auto;
  height: 240px;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.equip-li li strong {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes roll_11 {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.product-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  height: 6px;
  background: #cccccc;
}
.product-line i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20%;
  height: 100%;
  background: #00c0ff;
}
.product-inners {
  position: relative;
  overflow: hidden;
}
.probanner {
  float: left;
  position: relative;
  width: 50%;
  height: 920px;
  background: url(../img/41.jpg) center no-repeat;
  overflow: hidden;
}
.probanner .slick-track {
  height: 100%;
}
.probanner .equit-wr {
  height: 100%;
}
.probanner .equit-wr figure {
  height: 100%;
  position: relative;
  text-align: center;
}
.probanner .equit-wr figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 88%;
  max-height: 88%;
}
.product-contnents {
  width: 37.5%;
  float: right;
  margin-right: 7.29%;
  padding-top: 60px;
}
.pro-tops {
  padding-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}
.product-titless {
  position: relative;
  margin-bottom: 40px;
}
.product-titless strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
.product-titless small {
  display: block;
  line-height: 1;
  font-size: 44px;
  font-family: "Helvetica";
}
.product-titless .popback {
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #cccccc;
  font-size: 24px;
  line-height: 1;
}
.product-titless .popback:hover {
  color: #00c0ff;
}
.product-texts p {
  color: #333333;
  font-size: 16px;
}
.trait {
  margin-top: 74px;
}
.trait-tt {
  display: block;
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-size: 18px;
  line-height: 1;
}
.trait-tt:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 5px;
  height: 20px;
  background: #00c0ff;
  border-radius: 3px;
}
.trait-hidden {
  margin-top: 26px;
  overflow-y: auto;
  padding-right: 28px;
  -webkit-overflow-scrolling: touch;
  height: 370px;
}
.trait-list li {
  margin-bottom: 20px;
  padding: 11px 12px;
  border: 1px solid #eff1f3;
}
.trait-list li b {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 50%;
  color: #cccccc;
  font-size: 24px;
  line-height: 44px;
  font-family: "Helvetica";
  font-weight: bold;
}
.trait-text {
  margin-left: 62px;
  padding-top: 5px;
}
.trait-text p {
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
}
.trait-hidden::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
  background-color: #f4f4f4;
}
.trait-hidden::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f4f4f4;
}
.trait-hidden::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #00c0ff;
}
.equit-wrap .slick-list {
  position: relative;
  z-index: 2;
}
.equit-wrap .slick-dots {
  width: auto;
  left: auto;
  right: 66px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.equit-wrap .slick-dots li {
  float: none;
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
.equit-wrap .slick-dots li:hover:before,
.equit-wrap .slick-dots li.slick-active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.equit-wrap .slick-dots li:hover button,
.equit-wrap .slick-dots li.slick-active button {
  background: #00c0ff;
}
.equit-wrap .slick-dots li:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #00c0ff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.equit-wrap .slick-dots li:last-child {
  margin-bottom: 0;
}
.equit-wrap .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  transition: 0.35s;
}
.contact-lists {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-lists li {
  float: left;
  width: 33.33%;
}
.contact-lists li a {
  display: block;
  margin: 0 7px;
}
.contact-lists li a img {
  display: block;
  width: 100%;
  height: auto;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.fancybox-nav span {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../images/ab-arrow-left.png) no-repeat;
}
.fancybox-nav {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/join-arrow.png) no-repeat;
}
.fancybox-prev {
  left: -70px;
}
.fancybox-next {
  right: -70px;
  background-position: right center;
}
.fancybox-close {
  width: 20px;
  height: 20px;
  top: -30px;
  right: 0;
  background: url(../images/close.png) no-repeat;
  background-size: cover;
  transition: 350ms;
}
.fancybox-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fancybox-nav:hover span {
  background: none;
  opacity: 0.8;
}
.equipment .swiper-prev {
  left: 30px;
}
.equipment .swiper-next {
  right: 30px;
}
.pagesprev {
  padding: 40px 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.pagenetwork {
  max-width: 48%;
  color: #626262;
  font-size: 16px;
}
.pagenetwork a {
  display: block;
  color: #626262;
}
.pagenetwork a:hover {
  color: #00c0ff;
}
