@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;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.header.viewheader .header-wrap {
  background: #fff;
}
.header.viewheader .header-wrap .logo {
  width: auto;
  height: 52px;
}
.header.viewheader .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.viewheader .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.viewheader .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header.viewheader .header-wrap .menubtn-box b {
  color: #0d50be;
}
.header.viewheader .header-wrap .menubtn span {
  background: #0d50be;
}
.header.viewheader .header-wrap .menubtn span:before,
.header.viewheader .header-wrap .menubtn span:after {
  background: #0d50be;
}
.header.viewheader .header-wrap .navs > li:before {
  background: #0d50be;
}
.header.viewheader .header-wrap .navs > li:hover > a,
.header.viewheader .header-wrap .navs > li.active > a {
  color: #0d50be;
}
.header.viewheader .header-wrap .navs > li:hover > a i,
.header.viewheader .header-wrap .navs > li.active > a i {
  color: #0d50be;
}
.header.viewheader .header-wrap .navs > li > a {
  color: #222222;
}
.header.viewheader .header-wrap .navs > li > a i {
  color: #222222;
}
.header.viewheader .header-wrap .search-btn {
  border-color: rgba(13, 80, 190, 0.5);
}
.header.viewheader .header-wrap .search-btn span {
  color: #0d50be;
}
.header .header-wrap:hover {
  background: #fff;
}
.header .header-wrap:hover .logo {
  height: 52px;
  width: auto;
}
.header .header-wrap:hover .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header .header-wrap:hover .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header .header-wrap:hover .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header .header-wrap:hover .menubtn-box b {
  color: #0d50be;
}
.header .header-wrap:hover .menubtn span {
  background: #0d50be;
}
.header .header-wrap:hover .menubtn span:before,
.header .header-wrap:hover .menubtn span:after {
  background: #0d50be;
}
.header .header-wrap:hover .navs > li:before {
  background: #0d50be;
}
.header .header-wrap:hover .navs > li:hover > a,
.header .header-wrap:hover .navs > li.active > a {
  color: #0d50be;
}
.header .header-wrap:hover .navs > li:hover > a i,
.header .header-wrap:hover .navs > li.active > a i {
  color: #0d50be;
}
.header .header-wrap:hover .navs > li > a {
  color: #222222;
}
.header .header-wrap:hover .navs > li > a i {
  color: #222222;
}
.header .header-wrap:hover .search-btn {
  border-color: rgba(13, 80, 190, 0.5);
}
.header .header-wrap:hover .search-btn span {
  color: #0d50be;
}
.header.boxShow .header-wrap {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header.scroll .header-wrap {
  background: rgba(255, 255, 255, 0.5);
  height: 70px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}
.header.scroll .header-wrap .logo {
  width: auto;
  height: 52px;
}
.header.scroll .header-wrap .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scroll .header-wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header.scroll .header-wrap .menubtn-box b {
  color: #0d50be;
}
.header.scroll .header-wrap .menubtn span {
  background: #0d50be;
}
.header.scroll .header-wrap .menubtn span:before,
.header.scroll .header-wrap .menubtn span:after {
  background: #0d50be;
}
.header.scroll .header-wrap  {
    /*.product-menu*/
  top: 70px;
}
.header.scroll .header-wrap .navs > li:before {
  background: #0d50be;
}
.header.scroll .header-wrap .navs > li:hover > a,
.header.scroll .header-wrap .navs > li.active > a {
  color: #0d50be;
}
.header.scroll .header-wrap .navs > li:hover > a i,
.header.scroll .header-wrap .navs > li.active > a i {
  color: #0d50be;
}
.header.scroll .header-wrap .navs > li > a {
  /*line-height: 70px;*/
  color: #222222;
}
.header.scroll .header-wrap .navs > li > a i {
  color: #222222;
}

.header.scroll .header-wrap .navs > li > a > div.menu-en {
  color: #666666;
}

.header.scroll .header-wrap .search-btn {
  border-color: rgba(13, 80, 190, 0.5);
}
.header.scroll .header-wrap .search-btn span {
  color: #0d50be;
}
.header-wrap {
  height: 110px;
  padding: 0 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s, box-shadow 0.3s 0.5s;
  -o-transition: all 0.4s, box-shadow 0.3s 0.5s;
  -moz-transition: all 0.4s, box-shadow 0.3s 0.5s;
  transition: all 0.4s, box-shadow 0.3s 0.5s;
}
.logo {
  position: relative;
  width: auto;
  height: 52px;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  margin-left: 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs > li {
  position: relative;
  z-index: 2;
  /*margin-right: 36px;*/
  /*margin-right: 18px;*/
}
.navs > li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li:hover,
.navs > li.active {
  color: #fff;
}
.navs > li:hover:before,
.navs > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:before {
  bottom: auto;
  top: 1px;
}
.navs > li > a {
  display: inline-block;
  padding: 0 28px;
  color: #ffffff;
  font-size: 16px;
  /*line-height: 70px;*/
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.navs > li > a >div.menu-zh{
  line-height: 45px;
  text-align:center;
}
.navs > li > a >div.menu-en{
  line-height: 10px;
  color: #999999;
}


.navs > li > a i {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.header-tel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tel-box {
  position: relative;
}
.tel-box:hover .drop-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.tel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 19px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background: #e68200;
}
.tel i {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-style: normal;
}
.tel i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -36px;
  content: "";
  width: 70px;
  height: 72px;
  background: url(../images/shadow1.png) center no-repeat;
}
.tel span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Gilroy";
}
.drop-down {
  position: absolute;
  padding-top: 37px;
  right: -24px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.drop-down-wrap {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px;
  width: 420px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.drop-down-wrap:before {
  position: absolute;
  right: 70px;
  top: -9px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}
.drop-down-wrap .call {
  color: #666666;
}
.drop-tel {
  padding: 56px 0;
  border-bottom: 1px solid #dddddd;
}
.drop-tel strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #222222;
  font-size: 15px;
  font-weight: normal;
}
.drop-tel b {
  display: block;
  line-height: 1;
  color: #0d50be;
  font-size: 30px;
  font-weight: bold;
  font-family: "Gilroy";
}
.drop-text {
  padding: 60px 0 68px;
}
.drop-info {
  margin-bottom: 30px;
}
.drop-info strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.drop-info p {
  color: #666666;
  font-size: 16px;
}
.drop-f {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.drop-f .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 50px;
  line-height: 50px;
  background: #f7f7f7;
  color: #999999;
  font-size: 15px;
  border: none;
  outline: none;
  border: 1px solid #f7f7f7;
  border-right: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.drop-f .text:focus {
  border-color: #0d50be;
}
.drop-f .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.drop-f .text::-webkit-input-placeholder {
  color: #999999;
}
.drop-f .sub {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #0d50be;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  border: none;
  outline: none;
}
.drop-f .sub:hover {
  background: #f58812;
}
.header-search {
  margin-left: 20px;
}
.search-btn {
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow-y: hidden;
}
.search-btn.active span:nth-child(1) {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.search-btn.active span.search-close {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.search-btn:hover span {
  color: #fff !important;
}
.search-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  border-color: #0d50be;
}
.search-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #0d50be;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.4s;
}
.search-btn span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.search-btn span.search-close {
  position: absolute;
  left: 0;
  top: 100%;
}
.search-down {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #0c4db6;
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  pointer-events: none;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.search-down.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.search-down .search-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
}
.search-text {
  position: absolute;
  left: 50%;
  margin-left: -315px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 630px;
}
.search-tops {
  text-align: center;
}
.search-tops h4 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: normal;
}
.search-wr {
  position: relative;
}
.search-wr .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: 100%;
  height: 60px;
  line-height: 58px;
  background: #fff;
  border: none;
  outline: none;
  color: rgba(34, 34, 34, 0.5);
  font-size: 16px;
  border: 1px solid #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search-wr .text::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.search-wr .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search-wr .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  outline: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #0d4eba;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  background: none;
  border: none;
}
.search-wr .sub:hover {
  color: #f58812;
}
.product-class {
  padding-top: 28px;
}
.product-class p {
  color: #fff;
  line-height: 1;
  font-size: 15px;
}
.product-class-li {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-class-li li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-class-li li a {
  display: inline-block;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  min-width: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
}
.product-class-li li a:hover {
  background: #fff;
  color: #0d50be;
}
.product-menu {
  position: fixed;
  left: 0;
  /*top: 110px;*/
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.product-menu.show {
  pointer-events: visible;
}
.product-menu.show .product-menu-bg {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product-menu.show .product-menu-info {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.product-menu-bg {
  position: fixed;
  left: 0;
  top: 110px;
  bottom: 0;
  width: 100%;
  height: -webkit-calc(-10vh);
  height: -moz-calc(-10vh);
  height: calc(100vh - 110px);
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.product-menu-info {
  position: relative;
  padding: 26px 30px 8px;
  background: #fff;
  text-align: center;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.product-menu-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-menu-list li {
  margin-bottom: 25px;
  text-align: center;
  width: 11.111%;
}
.product-menu-list li a:hover figure img.hide {
  opacity: 1;
  visibility: visible;
  mask-position: 50% 100%;
  -webkit-mask-position: 50% 100%;
}
.product-menu-list li a:hover p {
  color: #0d50be;
}
.product-menu-list li a {
  display: inline-block;
  width: 90px;
  max-height: 100%;
}
.product-menu-list li figure {
  display: block;
  position: relative;
  text-align: center;
  width: auto;
  height: 58px;
}
.product-menu-list li figure img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product-menu-list li figure img.hide {
  mask-image: url(../images/probg.png);
  -webkit-mask-image: url(../images/probg.png);
  mask-position: 30% 30%;
  -webkit-mask-position: 30% 30%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  visibility: hidden;
  -webkit-transition: all 1s,opacity 0s;
  -o-transition: all 1s,opacity 0s;
  -moz-transition: all 1s,opacity 0s;
  transition: all 1s,opacity 0s;
}
.product-menu-list li p {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.menu-hide {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  display: none;
}
.menu-hide:hover i {
  color: #0d50be;
  -webkit-transform: scale(0.7) translateY(-4px);
  -moz-transform: scale(0.7) translateY(-4px);
  -ms-transform: scale(0.7) translateY(-4px);
  -o-transform: scale(0.7) translateY(-4px);
  transform: scale(0.7) translateY(-4px);
}
.menu-hide:hover span {
  color: #0d50be;
}
.menu-hide i {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 12px;
  font-style: normal;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.menu-hide span {
  display: block;
  margin-top: 0;
  color: #999999;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navigate {
  position: fixed;
  left: 100%;
  top: 0;
  padding: 95px 5% 60px;
  width: 100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.navigate.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}
.navigate-list > li {
  position: relative;
  margin-bottom: 10px;
}
.navigate-list > li > a {
  display: inline-block;
  color: #222222;
  font-size: 22px;
}
.navigate-list > li > a:hover {
  color: #0d50be;
}
.navigate-list > li > a:hover i {
  color: #0d50be;
}
.navigate-list > li > a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  color: #222222;
  font-size: 12px;
  font-style: normal;
}
.product-menu-iphone {
  display: none;
}
.navigate-down {
  margin-top: 40px;
}
.navigate-down .drop-tel {
  padding-bottom: 0;
  padding-top: 42px;
  border-bottom: none;
}
.search-tops1 {
  text-align: left;
  width: 85%;
}
.search-tops1 h4 {
  margin-bottom: 12px !important;
  color: #222222;
  font-size: 20px !important;
}
.search-tops1 .search-wr .text {
  background: #fff;
  border: 1px solid #dddddd;
  color: #999999;
  font-size: 14px;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
  pointer-events: none;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btext img,
.banner-slide.swiper-slide-active .btext strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.banner-slide.swiper-slide-active .btext strong {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.banner-slide a {
  display: block;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.bhide {
  overflow: hidden;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
.btext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
  z-index: 3;
}
.btext img {
  display: block;
  margin: auto;
  width: 49.68vw;
  height: auto;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.66s;
  -o-transition: 0.66s;
  -moz-transition: 0.66s;
  transition: 0.66s;
}
.btext strong {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 3.125vw;
  letter-spacing: 0.2vw;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.66s;
  -o-transition: 0.66s;
  -moz-transition: 0.66s;
  transition: 0.66s;
}
.scroll-more {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  bottom: 44px;
  z-index: 10;
  text-align: center;
}
.scroll-more b {
  display: block;
  margin: auto;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.scroll-more b i {
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: moveDownSpot 1000ms infinite;
  -moz-animation: moveDownSpot 1000ms infinite;
  -o-animation: moveDownSpot 1000ms infinite;
  animation: moveDownSpot 1000ms infinite;
}
.scroll-more p {
  margin-top: 10px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
@-webkit-keyframes moveDownSpot {
  from {
    opacity: 1;
    -webkit-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@-moz-keyframes moveDownSpot {
  from {
    opacity: 1;
    -moz-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -moz-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@-o-keyframes moveDownSpot {
  from {
    opacity: 1;
    -o-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -o-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    -webkit-transform: scale(0.6) translateY(0px);
    -moz-transform: scale(0.6) translateY(0px);
    -o-transform: scale(0.6) translateY(0px);
    transform: scale(0.6) translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: scale(0.6) translateY(6px);
    -moz-transform: scale(0.6) translateY(6px);
    -o-transform: scale(0.6) translateY(6px);
    transform: scale(0.6) translateY(6px);
  }
}
.home-about {
  position: relative;
}
.about-logo {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-logo-bg {
  position: relative;
  mask-image: url(../img/aboutlogo.png);
  -webkit-mask-image: url(../img/aboutlogo.png);
  width: 31.25vw;
  height: 31.25vw;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.about-logo-bg .about-bottom-bg {
  position: absolute;
  left: -40%;
  bottom: 0;
  width: 140%;
  height: 100%;
  background-position: left bottom;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.home-about-fix {
  padding: 0 5% 0 5%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*height: 50vh;*/
  /*margin-top: -50vh;*/
}
.home-about-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.home-about-title small {
  /*display: block;*/
  color: #0d50be;
  font-size: 3vw;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Gilroy";
  /*opacity: 0;*/
}
.home-about-title strong {
  display: block;
  line-height: 1.2;
  color: #0d50be;
  font-size: 3.125vw;
  font-weight: normal;
  opacity: 0;
}
.about-en {
  margin-bottom: 24px;
}
.home-about-info {
  width: 354px;
}
.home-about-info p {
  color: #666666;
  font-size: 16px;
}
.join-sunshine {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  line-height: 1;
  z-index: 5;
  text-align: center;
}
.join-sunshine i {
  display: block;
  margin: auto;
  position: relative;
  width: 16px;
  height: 22px;
  background: url(../images/mouse.png) center no-repeat;
}
.join-sunshine i:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 4px;
  content: "";
  width: 2px;
  height: 6px;
  background: #5f5f6b;
  -webkit-animation: mouseMove 1s infinite;
  -moz-animation: mouseMove 1s infinite;
  -o-animation: mouseMove 1s infinite;
  animation: mouseMove 1s infinite;
}
.join-sunshine p {
  margin-top: 18px;
  color: #222222;
  font-size: 12px;
  line-height: 1;
}
@-webkit-keyframes mouseMove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-moz-keyframes mouseMove {
  from {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-o-keyframes mouseMove {
  from {
    opacity: 1;
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes mouseMove {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  to {
    opacity: 0.2;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.enter {
  position: relative;
  z-index: 2;
  height: 180vh;
}
.enter-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.enter-wrap {
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter-info {
  position: relative;
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32vw;
  height: 32vw;
  text-align: center;
}
.enter-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pageline.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.enter-text {
  text-align: center;
}
.enter-hide {
  overflow: hidden;
}
.enter-hide strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 2.6vw;
  font-weight: normal;
}
.enter-href {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: 50px;
}
.enter-href a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.enter-href a:hover b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.enter-href a:hover b i {
  color: #0d50be;
  text-indent: 3px;
}
.enter-href a b {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.enter-href a b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.enter-href a b i {
  display: block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  font-style: normal;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.enter-href a span {
  display: block;
  margin-left: 14px;
  color: #fff;
  font-size: 16px;
}
.enter-year {
  position: absolute;
  left: 60px;
  bottom: 80px;
  z-index: 3;
}
.enter-year p {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}
.establish {
  margin-top: 44px;
}
.establish span {
  display: block;
  line-height: 1;
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
}
.establish-year {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
}
.establish-year strong {
  display: block;
  font-size: 5.2vw;
  font-weight: normal;
  font-family: "Gilroy";
  color: #fff;
  line-height: 0.8;
}
.establish-year em {
  display: inline-block;
  padding-top: 4px;
  margin-left: 3px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.enter-text.article-block .enter-hide {
  overflow: hidden;
}
.enter-text.article-block .enter-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.enter-text.articleShow .enter-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.enter-text.articleShow .enter-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slideinset li,
.article-block.slideinset > div {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  -moz-transition: 0.9s;
  transition: 0.9s;
}
.article-block.slideinset li:nth-child(2),
.article-block.slideinset > div:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.article-block.slideinset li:nth-child(3),
.article-block.slideinset > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slideinset li:nth-child(4),
.article-block.slideinset > div:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.articleShow.slideinset li,
.articleShow.slideinset > div {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.article-block.slidetopList li,
.article-block.slidetopList > div {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.article-block.slidetopList li:nth-child(2),
.article-block.slidetopList > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.article-block.slidetopList li:nth-child(3),
.article-block.slidetopList > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.article-block.slidetopList li:nth-child(4),
.article-block.slidetopList > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.article-block.slidetopList li:nth-child(5),
.article-block.slidetopList > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.article-block.slidetopList li:nth-child(6),
.article-block.slidetopList > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.articleShow.slidetopList li,
.articleShow.slidetopList > div {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.article-block.slideTop {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -o-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  -moz-transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: 0.65s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.article-block.slideTop.detay1 {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.article-block.slideTop.detay2 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.articleShow.slideTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.product-series {
  position: relative;
  padding: 0 0 48px;
  text-align: right;
  font-size: 0;
}
.series-left {
  display: inline-block;
  text-align: left;
  position: sticky;
  width: 33%;
  vertical-align: top;
  top: 0;
  padding-top: 170px;
  bottom: 0;
  padding-bottom: 40px;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seroes-left-wrap {
  margin-left: 60px;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.series-title {
  position: relative;
  padding-left: 15px;
  color: #0d50be;
  font-size: 16px;
}
.series-title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0d50be;
}
.series-info {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  text-align: left;
}
.series-imgs {
  position: sticky;
  top: 0;
  padding-top: 196px;
  right: 0;
}
.series-imgs figure {
  display: block;
  overflow: hidden;
}
.series-imgs figure img {
  display: block;
  width: 65.26vw;
  height: auto;
}
.series-texts {
  position: relative;
  z-index: 3;
  margin-top: 130px;
}
.series-texts p {
  margin-top: 36px;
  color: #999999;
  font-size: 16px;
}
.common-hide {
  overflow: hidden;
}
.common-hide strong {
  display: block;
  line-height: 1.2;
  color: #061729;
  font-size: 3.125vw;
  font-weight: normal;
}
.series-wr {
  margin-top: 32px;
  width: 30.7vw;
}
.series-list li {
  margin-right: 2%;
  margin-bottom: 45px;
  width: 22%;
}
.series-list li:nth-child(3n+3) {
  margin-right: 0;
}
.product-more {
  margin-top: 20px;
}
.product-more a:hover b i {
  color: #fff;
}
.product-more a b {
  border-color: #0d50be;
}
.product-more a b:before {
  background: #0d50be;
}
.product-more a b i {
  color: #0d50be;
}
.product-more a span {
  color: #0d50be;
}
.series-select .establish-year strong,
.series-select .establish-year em {
  color: #0d50be;
}
.series-select .establish-year em {
  font-size: 50px;
  margin-top: -15px;
  padding-top: 0;
}
.series-select span {
  margin-top: 18px;
  color: #0d50be;
}
.solute {
  position: relative;
  font-size: 0;
  padding-top: 70px;
  padding-bottom: 60px;
}
.solute-video {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
}
.solute-video.flex {
  position: fixed;
  top: 70px;
  bottom: 0;
}
.solute-video.flex1 {
  position: absolute;
  top: auto;
  bottom: 0;
}
.solute-video .solute-v {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.solute-wrap {
  margin-left: 56.25%;
  width: 34.37%;
  position: relative;
  z-index: 3;
}
.solute-top {
  padding: 175px 0 130px;
}
.series-title1 {
  color: #fff;
}
.series-title1:before {
  background: #fff;
}
.solute-hide .common-hide strong {
  color: #fff;
}
.solute-list li {
  position: relative;
  z-index: 3;
}
.solute-list li:hover .solute-ico span,
.solute-list li.active .solute-ico span {
  color: #fff;
  border-color: transparent;
}
.solute-list li:hover .solute-ico span:before,
.solute-list li.active .solute-ico span:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.solute-list li:hover .solute-ico strong,
.solute-list li.active .solute-ico strong {
  color: #fff;
}
.solute-list li:before {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.solute-list li:last-child:before {
  display: none;
}
.solute-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 28px 0;
  cursor: pointer;
}
.solute-ico {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solute-ico span {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.solute-ico span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -72px;
  margin-top: -72px;
  z-index: -1;
  content: "";
  width: 143px;
  height: 144px;
  background: url(../images/shadow3.png) center no-repeat;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.solute-ico strong {
  display: block;
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.solute-in {
  padding-top: 12px;
  width: 53.25%;
}
.soluet-in-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.soluet-in-wr p {
  color: #fff;
  font-size: 16px;
}
.soluet-in-wr a {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.soluet-in-wr a:hover .bsvg .circle_bar {
  stroke-dashoffset: 100px;
  stroke-dasharray: 300px;
}
.soluet-in-wr a .bsvg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.soluet-in-wr a .bsvg .circle_bar {
  stroke-dashoffset: 300px;
  stroke-dasharray: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.soluet-in-wr a:hover i {
  text-indent: 6px;
}
.soluet-in-wr a i {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  font-weight: normal;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.solute-swipers {
  position: relative;
  text-align: left;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  margin-top: 12px;
}
.solute-swipers .swiper-scrollbar {
  position: relative;
  margin-top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.solute-swipers .swiper-scrollbar-drag {
  height: 0px;
  background: #0d50be;
}
.solute-slide {
  width: 25%;
}
.solute-slide figure {
  display: block;
  position: relative;
  padding-bottom: 100%;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
}
.solute-slide figure:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.solute-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.footer {
  position: relative;
  background: #191919;
}
.footer-top {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 120px 96px 60px;
}
.footer-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs-item {
  display: block;
}
.footer-navs-item dt {
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.footer-navs-item dt a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.footer-navs-item dt a:hover {
  color: #fff;
}
.footer-navs-item dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs-list {
  margin-right: 5.73vw;
}
.footer-navs-list:last-child {
  margin-right: 0;
}
.footer-navs-list li {
  margin-bottom: 6px;
}
.footer-navs-list li a {
  display: inline-block;
  color: #BABABA;
  font-size: 16px;
}
.footer-navs-list li a:hover {
  color: #fff;
}
.footer-navs-enter {
  margin-left: 9.9vw;
}
.footer-navs-enter dt a {
  color: #fff;
}
.footer-navs-enter dt a:hover {
  color: #fff;
}
.footer-navs-enter dd .footer-navs-list li a {
  color: #BABABA;
}
.footer-navs-enter dd .footer-navs-list li a:hover {
  color: #fff;
}
.footer-contact {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.offers {
  width: 21.87vw;
}
.offers .tips {
  position: fixed;
}
.offers .call {
  color: #666666;
}
.offer-top {
  margin-bottom: 20px;
}
.offer-top strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #061729;
  font-size: 24px;
  font-weight: normal;
}
.offer-top p {
  color: #b2b2b2;
  font-size: 15px;
}
.hot-line {
  margin-left: 6.25vw;
}
.hot-line strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.hot-line b {
  display: block;
  line-height: 1;
  color: #e68200;
  font-size: 40px;
  font-weight: bold;
  font-family: "Gilroy";
  
}


.hot-line p {
    padding-top:10px;
  display: block;
  line-height: 1.5;
  color: #BABABA;
  font-size: 16px;

  font-family: "Gilroy";
}




.scroll-top {
  position: absolute;
  right: 120px;
  bottom: 60px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: #eeeeee;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.scroll-top:hover {
  background: #0d50be;
}
.scroll-top:hover i {
  color: #fff;
  -webkit-transform: scale(0.7) translateY(-4px);
  -moz-transform: scale(0.7) translateY(-4px);
  -ms-transform: scale(0.7) translateY(-4px);
  -o-transform: scale(0.7) translateY(-4px);
  transform: scale(0.7) translateY(-4px);
}
.scroll-top i {
  display: inline-block;
  font-style: normal;
  color: #080808;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.footer-bottom {
  padding: 30px 120px 60px 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dddddd;
}
.copy {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.copy a {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  color: #BABABA;
  font-size: 15px;
}
.copy a:hover {
  color: #fff;
}
.copy a:before {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #BABABA;
}
.copy a:last-child:before {
  display: none;
}
.network a {
  display: inline-block;
  color: #BABABA;
  font-size: 15px;
}
.network a:hover {
  color: #fff;
}
.about-logo-bg.article-block {
  -webkit-clip-path: circle(0 at center);
  clip-path: circle(0 at center);
  -webkit-transition: -webkit-clip-path 3s;
  transition: -webkit-clip-path 3s;
  -o-transition: clip-path 3s;
  -moz-transition: clip-path 3s;
  transition: clip-path 3s;
  transition: clip-path 3s, -webkit-clip-path 3s;
}
.about-logo-bg.articleShow {
  opacity: 1;
  -webkit-clip-path: circle(100% at center);
  clip-path: circle(100% at center);
}
.series-texts.article-block .common-hide strong,
.solute-hide.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.series-texts.articleShow .common-hide strong,
.solute-hide.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.series-texts.articleShow .common-hide:nth-child(2) strong,
.solute-hide.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.series-texts.articleShow .common-hide:nth-child(3) strong,
.solute-hide.articleShow .common-hide:nth-child(3) strong {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.solute-hide {
  margin-top: 26px;
}
.contact-pop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 89;
}
.contact-pop a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f58812;
  text-align: center;
  margin-bottom: 10px;
}
.contact-pop a:hover span {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.contact-pop a span {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #fff;
  font-size: 26px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.contact-pop a i {
  display: block;
  font-style: normal;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.contact-pop a:last-child {
  background: #0d50be;
  margin-bottom: 0;
}
.contact-pop a:last-child span {
  margin-bottom: 3px;
}
.quotation-pop {
  position: fixed;
  left: 50%;
  margin-left: -360px;
  top: 50%;
  margin-top: -180px;
  padding: 83px 60px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 720px;
  height: 400px;
  background: url(../img/pop.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  z-index: 90;
  border-radius: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  -moz-transition: 0.75s;
  transition: 0.75s;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.quotation-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.quotation-pop.hide {
  opacity: 0;
  visibility: hidden;
  left: 110%;
  top: 80%;
  margin-top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.quotation-img {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: -1;
  display: block;
  width: 37.777%;
  border-radius: 0 0 18px 0;
}
.quotation-wrap {
  width: 370px;
}
.quotation-top {
  margin-bottom: 34px;
}
.quotation-top strong {
  display: block;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  font-size: 40px;
}
.quotation-top p {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}
.quotation-pop .quotation-top strong {
  font-weight: bold;
}
.drop-f1 .sub {
  background: #f58812;
}
.drop-f1 .sub:hover {
  background: #ff8500;
}
.quote-close {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  z-index: 4;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quote-close:hover span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quote-close span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.quote-close i {
  display: inline-block;
  margin-left: 6px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
}
.call {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
  display: none;
}
.tips {
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  margin-top: -90px;
  width: 480px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 30px 30px;
  background: #fff;
  z-index: 5;
  display: none;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.tips p {
  color: #222222;
  font-size: 16px;
  line-height: 1;
}
.tips-text {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tips-text i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 2;
  background: url(../images/tips.png) center no-repeat;
}
.tips-text span {
  display: block;
  margin-left: 10px;
  line-height: 24px;
  color: #222222;
  font-size: 18px;
}
.tips-ques {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6px;
}
.tips-ques span {
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #0d50be;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.tips-ques span:hover {
  background: #f58812;
}
.pbannerbg:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.pbanner {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.pbanner figure {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.pbanner figure img {
  display: block;
  position: relative;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
}
.pbanner-texts {
  position: absolute;
  left: 30px;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
}
.pbanner-texts1 {
  top: 58%;
}
.pseries p {
  color: #fff;
  font-size: 18px;
}
.pseries-title {
  margin-bottom: 28px;
}
.pseries-title .common-hide strong {
  color: #fff;
  font-size: 3.64vw;
}
.pseries-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pseries-list li {
  margin-right: 10.4vw;
  text-align: center;
}
.pseries-list li mark {
  display: block;
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
  height: 106px;
  height: 71px;
  background: none;
}
.pseries-list li mark img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.pseries-list li p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
.pseries-list li b {
  display: block;
  margin: 10px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  font-family: "Gilroy";
  font-size: 2.6vw;
}
.pseries-list li b i {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  font-style: normal;
  font-size: 40px;
}
.pseries-list li:last-child {
  margin-right: 0;
}
.bank {
  padding-bottom: 120px;
}
.common-series-title {
  padding: 150px 60px 40px;
}
.common-series-title .solute-hide {
  margin-top: 20px;
}
.common-series-title .solute-hide strong {
  color: #222222;
}
.common-series-title p {
  margin-top: 26px;
  color: #999999;
  font-size: 18px;
}
.bank-item {
  margin-top: -1px;
  padding: 70px 0 65px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.bank-item.active .brank-en small {
  color: #eeeeee;
  -webkit-text-stroke: 1px #eeeeee;
}
.bank-item:last-child {
  border-bottom: none;
}
.brank-en {
  position: absolute;
  left: 0;
  width: 100%;
  top: 4vw;
  line-height: 1;
  text-align: center;
}
.brank-en small {
  display: block;
  line-height: 1;
  color: transparent;
  font-size: 10.41vw;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #dddddd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bank-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bank-li li {
  padding: 1.5%;
  width: 286px;
  text-align: center;
}
.bank-li li:last-child span {
  border-right: none;
}



.bank-li li a:hover figure img {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.bank-li li a:hover span {
  color: #0d50be;
}
.bank-li li figure {
  display: block;
  position: relative;
  height: 198px;
  text-align: center;
}
.bank-li li figure img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.bank-li li span {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 16px;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.bank-li li:hover {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.blank-offer {
  background: url(../img/pop1.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.blank-wrap {
  margin: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1320px;
  padding-top: 15px;
}
.blank-imgs {
  margin-left: 90px;
  width: 38.1%;
}
.blank-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.blank-info {
  padding-top: 70px;
  margin-right: 60px;
  width: 36.36%;
}
.common-series-title .enter-href {
  margin-left: 0;
  margin-top: 44px;
  text-align: left;
}
.strength-list {
  padding: 0 60px;
  margin-top: 68px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-list li {
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
}
.strength-list li:nth-child(3n+3) {
  margin-right: 0;
}
.strength-list li figure {
  position: relative;
  display: block;
  padding-bottom: 72.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.strength-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-list li figure img {
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.strength-list li a:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.strength-list li a:hover .strength-info strong {
  color: #0d50be;
}
.strength-info {
  margin-top: 38px;
}
.strength-info strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.strength-info p {
  color: #999999;
  font-size: 16px;
}
.customers {
  -o-background-size: ;
  background-size: ;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.customers-li {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customers-li li {
  margin-right: 1.4%;
  margin-bottom: 28px;
  width: 11.11%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.customers-li li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.customers-li li:nth-child(8n+8) {
  margin-right: 0;
}
.customers-li li figure {
  position: relative;
  text-align: center;
  padding-bottom: 100%;
  background: #f7f7f7;
}
.customers-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.banner-btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.banner-btn:hover .bsvg .circle_bar {
  stroke-dashoffset: 100px;
  stroke-dasharray: 300px;
}
.banner-btn .bsvg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.banner-btn .bsvg .circle_bar {
  stroke-dashoffset: 300px;
  stroke-dasharray: 300px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.banner-btn.prev {
  left: 30px;
}
.banner-btn.next {
  right: 30px;
}
.banner-btn i {
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.pseries-title.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.pseries-title.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pseries-title.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.strength-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  visibility: hidden;
  pointer-events: none;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.strength-pop.show {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.strength-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.s-close {
  position: absolute;
  right: 30px;
  top: 100px;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  background: #0d50be;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.42s;
  -o-transition: 0.42s;
  -moz-transition: 0.42s;
  transition: 0.42s;
}
.s-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.strength-tab {
  position: absolute;
  left: 50%;
  margin-left: -33%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66%;
}
.strength-tab .banner-btn {
  top: 17vw;
  border-color: rgba(22, 86, 192, 0.5);
}
.strength-tab .banner-btn.prev {
  left: -110px;
}
.strength-tab .banner-btn.next {
  right: -110px;
}
.strength-tab .banner-btn i {
  color: #0d50be;
}
.strength-slide {
  overflow: hidden;
}
.strength-slide figure {
  display: block;
  line-height: 1;
}
.strength-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.strength-slide .strength-info {
  margin-top: 35px;
}
.posites {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 110px;
  padding-top: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
}
.posites a,
.posites b {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.posites a:hover {
  opacity: 0.8;
}
.posites b {
  margin: 0 14px;
  font-weight: normal;
}
.innerbanner {
  position: relative;
  z-index: 2;
}
.innerbanner:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}
.innerbanner .inner-iphone-imgs {
  display: none;
  width: 100%;
  height: auto;
}
.innerbanner figure {
  line-height: 1;
  overflow: hidden;
  height: 660px;
}
.innerbanner figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.display-series {
  padding: 30px 30px 60px;
}
.display-series-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.display-series-now {
  padding-left: 30px;
  padding-top: 28px;
  width: 168px;
  border-right: 1px solid #dddddd;
}
.display-series-now span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #222222;
  font-size: 18px;
}
.display-series-now strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #0d50be;
  font-size: 22px;
  font-weight: normal;
}
.display-series-now img {
  max-width: 134px;
  max-height: 100px;
  width: auto;
  height: auto;
}
.display-series-list {
  margin-right: 3.76%;
  width: 75.5%;
}
.display-series-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-series-li li {
  margin: 12px 0;
  width: 11.111%;
}
.display-series-li li.active > a {
  color: #0d50be;
}
.display-series-li li > a {
  display: inline-block;
  color: #999999;
  font-size: 18px;
}
.display-series-li li > a:hover {
  color: #0d50be;
}
.display-product {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.display-product li {
  position: relative;
  margin-right: 2%;
  margin-bottom: 50px;
  width: 32%;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.display-product li:nth-child(3n+3) {
  margin-right: 0;
}
.display-product li:hover {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.display-product li:hover .display-top figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.display-product li:hover .display-text strong,
.display-product li:hover .display-text p {
  color: #0d50be;
}
.display-product li:hover .display-btns a {
  border-color: #0d50be;
  background: #0d50be;
  color: #fff;
}
.display-product li:hover .display-btns a i {
  color: #fff;
}
.display-product li:hover .display-btns a:first-child {
  background: #f58812;
  border-color: #f58812;
}
.display-top {
  padding-top: 30px;
  text-align: center;
}
.display-top figure {
  position: relative;
  height: 0;
  padding-bottom: 52.5%;
  text-align: center;
}
.display-top figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.display-text {
  text-align: center;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  height: auto !important;
}
.display-text strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #061729;
  font-size: 30px;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.display-text p {
  color: #999999;
  font-size: 16px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.recommend {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 50px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
  background: #fd4134;
  border-radius: 2px;
  z-index: 10;
}
.display-btns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}
.display-btns a {
  display: inline-block;
  margin-right: 10px;
  width: 138px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dddddd;
  text-align: center;
  color: #666666;
  font-size: 16px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.display-btns a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.display-btns a:last-child {
  margin-right: 0;
}
.display-btns a i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #c3c7ce;
  font-size: 20px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.pages {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 50px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pages a {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #111111;
  font-size: 16px;
}
.pages a i {
  display: block;
  font-size: 12px;
}
.pages a:hover,
.pages a.active {
  background: #0d50be;
  color: #fff;
}
.pages a:first-child,
.pages a:last-child {
  background: #eeeeee;
}
.pages a:first-child:hover,
.pages a:last-child:hover {
  background: #0d50be;
}
.pages a:last-child {
  margin-right: 0;
}
.product-tops {
  position: relative;
  padding: 190px 56px 56px;
}
.posites1 {
  border-top-color: #dddddd;
}
.posites1 a,
.posites1 b {
  color: #999999;
}
.posites1 a.active {
  color: #0d50be;
}
.posites1 a.active em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0d50be;
}
.product-wraps {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-wr {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.product-min {
  width: 70px;
  /*height: 240px;*/
}
.product-min.stopPlay .slick-track {
  transform: translate(0px) !important;
}
.product-min-item.slick-current figure {
  border-color: transparent;
}
.product-min-item.slick-current figure:before {
  opacity: 1;
  visibility: visible;
}
.product-min-item figure {
  display: block;
  position: relative;
  height: 68px;
  line-height: 1;
  margin: 5px 0;
  border: 1px solid #dddddd;
  text-align: center;
  cursor: pointer;
}
.product-min-item figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #0d50be;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.product-min-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.product-wr:hover .banner-btn {
  opacity: 1;
  visibility: visible;
}
.product-swiper-wr {
  position: relative;
  margin-left: 46px;
  width: 40vw;
}




.product-swiper-wr .banner-btn {
  color: #0d50be;
  visibility: hidden;
  transition: 0.4s;
  opacity: 0;
  border-color: #0d50be;
  width: 48px;
  height: 48px;
}
.product-swiper-wr .banner-btn:hover:before {
  transform: scale(1);
  visibility: visible;
}
.product-swiper-wr .banner-btn:hover i {
  color: #fff;
}
.product-swiper-wr .banner-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0d50be;
  transform: scale(0);
  visibility: hidden;
  transition: 0.4s;
}
.product-swiper-wr .banner-btn .circle_bar {
  left: -1px;
  top: -1px;
}
.product-swiper-wr .banner-btn.prev:hover i {
  text-indent: -5px;
}
.product-swiper-wr .banner-btn:hover {
  transition-delay: 0.3s;
}
.product-swiper-wr .banner-btn:hover i {
  color: #fff;
}
.product-swiper-wr .banner-btn.next:hover i {
  text-indent: 5px;
}
.product-swiper-wr .banner-btn i {
  line-height: 48px;
  color: #0d50be;
  transform: scale(0.8);
  transition: 0.4s;
  font-weight: lighter;
}
.product-swipers {
  position: relative;
  overflow: hidden;
}
.product-swipers .swiper-pagination {
  bottom: 0;
  line-height: 1;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 2.5px;
  width: 48px;
  height: 3px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #0d50be;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-swipers .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.product-info {
  padding-left: 30px;
  width: 50%;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-info .display-text {
  margin-left: 0;
  margin-bottom: 34px;
  height: auto;
  text-align: left;
}
.product-info .display-text strong {
  font-size: 50px;
}
.product-info .display-btns {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-info .display-btns a {
  background: #0d50be;
  border-color: #0d50be;
  color: #fff;
}
.product-info .display-btns a i {
  color: #fff;
}
.product-info .display-btns a:first-child {
  border-color: #f58812;
  background: #f58812;
}
.pro-slide {
  float: left;
  line-height: 1;
  overflow: hidden;
}
.pro-slide figure {
  display: block;
  line-height: 1;
  text-align: center;
}
.pro-slide figure img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.product-v {
  position: relative;
}
.product-v section {
  border-bottom: 1px solid #ddd;
}
.product-v section:last-child {
  border-bottom: none;
}
.product-mnus {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 10;
}
.product-mnus.scrolls {
  position: fixed;
}
.product-mnus.scrolls1 {
  position: absolute;
  top: auto;
  bottom: 0;
}
.product-mnus-list li {
  margin-bottom: 8px;
}
.product-mnus-list li:hover a,
.product-mnus-list li.active a {
  color: #0d50be;
}
.product-mnus-list li:hover a:before,
.product-mnus-list li.active a:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-mnus-list li a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #333333;
  font-size: 18px;
}
.product-mnus-list li a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d50be;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.introductions {
  padding: 120px 0 120px;
  background: #edf1fa;
}
.introducte-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.introduct-video {
  position: relative;
  width: 50%;
}
.introduct-video figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.introduct-video figure img {
  display: block;
  width: 100%;
  height: auto;
}
.introduct-video figure .introduct-people {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 83.5%;
}
.videobtns {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.videobtns:hover span {
  color: #fff;
}
.videobtns:hover span:before {
  right: auto;
  width: 100%;
  left: 0;
}
.videobtns b {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}
.videobtns b:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -4px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #0d50be;
}
.videobtns span {
  display: block;
  position: relative;
  z-index: 2;
  margin-left: 4px;
  color: #fff;
  font-size: 16px;
}
.videobtns span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.videobtns span:hover,
.videobtns span.active {
  color: #fff;
}
.videobtns span:hover:before,
.videobtns span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.intrologo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 156px;
}
.intrologo img {
  width: 100%;
  height: auto;
}
.introduct-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.introduct-text strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.introduct-text span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 20px;
}
.introduct-videofix {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 3;
  background: #000;
}
.introduct-videofix.intro-iphone {
  display: none;
}
.introduct-info {
  width: 45.45%;
}
.introduct-info strong {
  display: block;
  margin-bottom: 36px;
  line-height: 1;
  color: #222222;
  font-size: 50px;
  font-weight: normal;
}
.introduct-info p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.characteristic {
  margin-top: 58px;
  color: #222222;
  font-size: 16px;
}
.characteristic img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.characteristic-item {
  padding: 50px 60px 70px;
  margin-bottom: 28px;
  background: #fff;
}
.characteristic-item:last-child {
  margin-bottom: 0;
}
.characteristic-item .characteristic-tt {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  color: #4472c4;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;

}
.characteristic-in {
  padding-top: 32px;
}
.characteristic-in p {
  position: relative;
  line-height: 2.5;
}
.common-w {
  margin: auto;
  width: 1320px;
}
.structure {
  padding: 120px 0;
}
.structure-title {
  display: block;
  color: #222222;
  font-size: 50px;
  line-height: 1;
  font-weight: normal;
}
.structure-imgs {
  margin-top: 60px;
  text-align: center;
}
.structure-imgs img {
  max-width: 100%;
  margin: auto;
  width: auto;
  height: auto;
}
.parameter {
  padding: 120px 0;
  background: #edf1fa;
}
.parameter.posite {
  position: relative;
}
.parameter-tab {
  margin-top: 70px;
}
.parameter-tab table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.parameter-tab table thead tr th {
  background: #0d50be;
  height: 39px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #2f2f2f;
  line-height: 1.2;
}
.parameter-tab table tbody tr td {
  color: #222222;
  font-size: 16px;
  height: 39px;
  border: 1px solid #2f2f2f;
  text-align: center;
}
.data-download {
  padding: 120px 0;
}
.download-wrap {
  margin-top: 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download-imgs {
  position: relative;
  width: 31.8%;
  height: 420px;
  background: #0d50be;
}
.download-imgs img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -21%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42%;
  height: auto;
}
.download-imgs span {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 38px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.download-fix {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e2e2e2;
}
.download-info {
  padding: 54px 58px 0;
}
.download-info strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: normal;
  color: #222222;
}
.download-info a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0d50be;
}
.download-info a:hover i {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.download-info a i {
  display: inline-block;
  margin-right: 4px;
  font-style: normal;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.download-info p {
  margin-top: 26px;
  color: #999999;
  font-size: 16px;
}
.happlys {
  margin-top: 60px;
}
.happlys li {
  background: #fff;
}
/*about*/
.about-ptext {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-ptext strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 3.64vw;
  font-weight: normal;
}
.about-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
.about-menu li {
  position: relative;
  z-index: 2;
  margin-right: 45px;
}
.about-menu li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.about-menu li:hover,
.about-menu li.active {
  color: #fff;
}
.about-menu li:hover:before,
.about-menu li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.about-menu li:last-child {
  margin-right: 0;
}
.about-menu li a {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
}
.company-about {
  position: relative;
  padding-bottom: 56px;
}
.company-logo {
  display: inline-block;
  padding-top: 160px;
  position: sticky;
  left: 0;
  top: 0;
  width: 40vw;
  height: 40vw;
}
.company-wrap {
  position: relative;
  margin-left: -60px;
  width: 100%;
  height: 100%;
  background: url(../images/aboutlogo1.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.company-hide {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  background: url(../images/aboutlogo2.png) center top no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.company-info {
  display: inline-block;
  vertical-align: top;
  padding-top: 172px;
  margin-left: 9.16%;
  width: 35.4vw;
}
.company-top {
  margin-bottom: 60px;
}
.company-in {
  margin-top: 28px;
}
.company-in .common-hide strong {
  color: #0d50be;
}
.company-intro {
  margin-top: 48px;
}
.company-intro p {
  text-align: justify;
  color: #222222;
  font-size: 18px;
}
.preview-title {
  color: #0d50be;
  line-height: 1;
  font-size: 18px;
}
.preview-list {
  margin-top: 22px;
}
.preview-list p {
  padding: 14px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.preview-list p b {
  display: block;
  width: 60%;
  line-height: 1.2;
  color: #222222;
  font-size: 28px;
  font-weight: normal;
}
.preview-list p span {
  display: inline-block;
  color: #222222;
  font-size: 16px;
}
.preview-info {
  margin-top: 50px;
  width: 360px;
  max-width: 100%;
}
.preview-info p {
  color: #999999;
  font-size: 15px;
}
.manufacture {
  padding: 100px 60px 100px;
}
.pump {
  margin-top: 162px;
}
.pump-item {
  text-align: center;
}
.pump-item:first-child strong .char8 {
  position: relative;
  z-index: 3;
}
.pump-wr {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.pump-wr strong {
  display: block;
  line-height: 1;
  color: #0d50be;
  font-size: 10.41vw;
  text-transform: uppercase;
  font-family: "Gilroy";
  font-weight: normal;
}
.pump-wr img {
  position: absolute;
  bottom: -10%;
}
.pump-img1 {
  display: block;
  left: 17.8%;
  height: 72.5%;
}
.pump-img2 {
  left: 52.7%;
  height: 76%;
}
.pump-img3 {
  right: -2.2%;
  height: 46.5%;
}
.pump-img4 {
  left: 18.43%;
  height: 75.6%;
}
.pump-img5 {
  left: auto;
  right: -5.88%;
  height: 57%;
}
.pump-info {
  margin: auto;
  margin-top: 68px;
  width: 900px;
  max-width: 90%;
  text-align: center;
}
.pump-info strong {
  display: block;
  margin-bottom: 48px;
  color: #0d50be;
  font-size: 3.125vw;
  line-height: 1.2;
  font-weight: normal;
}
.pump-info p {
  color: #222222;
  font-size: 18px;
}
.pump-tab {
  position: relative;
  overflow: hidden;
}
.pump-swiper {
  position: relative;
  left: 50%;
  margin-left: -113.5% !important;
  width: 227%;
}
.pump-swiper .swiper-pagination {
  position: relative;
  margin-top: 60px;
  bottom: 0;
  line-height: 1;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 2.5px;
  width: 48px;
  height: 3px;
  background: #dddddd;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #0d50be;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pump-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  -webkit-transition: 5s;
  -o-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
}
.pump-slide {
  position: relative;
}
.pump-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pump-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pump-fix {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16.8vw 60px 52px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.pump-fix strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.pump-fix p {
  color: #fff;
  font-size: 16px;
}
.culture-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11.9% 60px 8.12vw;
}
.culture-top .common-series-title {
  padding: 0;
}
.common-series-title .solute-hide1 strong {
  color: #0d50be;
}
.culture-info {
  padding-top: 52px;
  margin-left: 9.6vw;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-in {
  width: 45.4%;
}
.culture-in p {
  color: #222222;
  font-size: 16px;
}
.culture-list {
  position: relative;
  z-index: 3;
}
.culture-li li {
  padding: 58px 60px 54px;
  margin-top: -1px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.culture-li li strong {
  display: block;
  height: 11.25vw;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.culture-li li p {
  color: #fff;
  font-size: 16px;
}
.culture-swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.culture-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.culture-slide:first-child {
  opacity: 1;
  visibility: visible;
}
.culture-slide.active {
  opacity: 1;
  visibility: visible;
}
.culture-bg {
  height: 100%;
  background-attachment: fixed !important;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.honor-box {
  padding: 56px 60px 0;
}
.honor-info {
  position: relative;
  margin: auto;
  margin-top: 60px;
  z-index: 2;
  width: 44vw;
  height: 44vw;
}
.honor-info:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/culture-a.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
@-webkit-keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes move2 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes move2 {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes move2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.honor-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.honor-wrap span {
  display: block;
  margin: auto;
  margin-bottom: 48px;
  width: 60px;
  height: 60px;
  background: url(../images/logo3.png) center no-repeat;
}
.honor-wrap .solute-hide strong {
  color: #0d50be;
}
.honor-tab {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.honor-swiper {
  position: relative;
  padding-bottom: 66px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.honor-swiper .swiper-wrapper {
  justify-content: center;
}
.honor-swiper .swiper-scrollbar {
  height: 4px;
  border-radius: 0px;
}
.honor-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0d50be;
}
.honor-slide {
  padding-top: 10px;
  position: relative;
}
.honor-slide a {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.honor-slide:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.honor-slide figure {
  display: block;
  position: relative;
  text-align: center;
  height: 230px;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.honor-slide span {
  display: block;
  text-align: center;
  margin-top: 36px;
  color: #222222;
  font-size: 16px;
}
.common-series-title1 .solute-hide strong {
  color: #0d50be;
}
.company-in.article-block .common-hide strong {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.company-in.articleShow .common-hide strong {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.company-in.articleShow .common-hide:nth-child(2) strong {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.company-in.articleShow .common-hide:nth-child(3) strong {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.about-swiper {
  position: relative;
  z-index: 0;
  height: 100%;
}
.applicate-banner {
  position: absolute;
  left: 50%;
  margin-left: -660px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1320px;
  z-index: 5;
}
.applicate-banner .common-hide strong {
  color: #fff;
}
.applicate-banner p {
  margin-top: 38px;
  color: #fff;
  font-size: 18px;
}
.applicate-fix {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.applicate-wrap {
  margin: auto;
  margin-top: -60px;
  width: 1320px;
}
.scroll-more1 {
  bottom: 118px;
}
.applicate-item {
  margin-bottom: 140px;
}
.applicate-item:last-child {
  margin-bottom: 0;
}
.applicate-imgs {
  position: relative;
  display: block;
  padding-bottom: 36.51%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.applicate-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicate-ico {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.applicate-ico b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 56px;
  font-weight: normal;
}
.applicate-ico strong {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}
.applicate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.applicate-list li {
  position: relative;
  text-align: center;
  width: 16.6666%;
  height: 168px;
}
.applicate-list li img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: none;
  max-width: 90%;
}
.applicate-list li img:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news-banner {
  overflow: hidden;
}
.ntext {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
}
.ntext strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1;
  color: #fff;
  font-size: 3.64vw;
  font-weight: normal;
}
.ntext p {
  color: #fff;
  font-size: 18px;
}
.news-box {
  padding: 134px 0 70px;
  background: #f7f7f7;
}
.news-wrap {
  margin: auto;
  width: 1325px;
  max-height: 90%;
}
.news-infos {
  margin-bottom: 95px;
}
.news-infos a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-infos a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 50%;
}
.news-infos a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.news-infos a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news-infos a:hover .news-texts .news-mm b:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.news-infos a:hover .news-texts .news-mm b i {
  color: #fff;
  text-indent: 4px;
}
.news-texts {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 58px;
  border-bottom: 4px solid #0d50be;
  width: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-mm {
  position: absolute;
  left: 58px;
  bottom: 42px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-mm b {
  display: block;
  position: relative;
  z-index: 2;
  width: 47px;
  height: 47px;
  text-align: center;
  border: 1px solid #0d50be;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm b:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0d50be;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm b i {
  display: block;
  line-height: 47px;
  color: #0d50be;
  font-size: 12px;
  font-style: normal;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-mm span {
  display: inline-block;
  margin-left: 15px;
  color: #0d50be;
  font-size: 16px;
}
.news-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}
.news-time b {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 60px;
  font-weight: normal;
}
.news-time span {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-left: 10px;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.news-t strong {
  display: block;
  margin-bottom: 45px;
  line-height: 1.2;
  color: #222222;
  font-size: 40px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-t p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-li li {
  margin-right: 5%;
  margin-bottom: 114px;
  width: 30%;
}
.news-li li:nth-child(3n+3) {
  margin-right: 0;
}
.news-li li a {
  display: block;
  position: relative;
  padding: 50px 40px 40px;
  border-bottom: 4px solid #0d50be;
}
.news-li li a:hover {
  background: #fff;
  border-color: #fff;
}
.news-li li a:hover .news-mm b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-li li a:hover .news-mm b i {
  color: #fff;
  text-indent: 4px;
}
.news-li li a .news-t strong {
  margin-bottom: 45px;
  font-size: 24px;
  height: 58px;
}
.news-li li a .news-t p {
  height: 86px;
}
.news-li li a .news-mm {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 54px;
}
.news-v {
  padding-bottom: 120px;
  background: #eeeeee;
}
.news-v-wrap {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: -60px;
  width: 1320px;
  background: #fff;
}
/*.news-view {*/
/*  max-width: 90%;*/
/*  margin: auto;*/
/*  width: 960px;*/
/*}*/

.news-view-content{
  padding: 86px 7.166% 106px;
  background: #fff;
  color: #666666;
  font-size: 16px;
}

.news-view-content video{
  max-width: 100%;
  /*width: auto !important;*/
  /*height: auto !important;*/
}

.news-view-content img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news-view-content table {
  max-width: 100%;

}

.news-view {
  max-width: 100%;
  margin: auto;
  /*width: 960px;*/
}
.news-top {
  padding: 88px 0 33px;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
}
.news-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.news-top time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 16px;
}
.news-v-info {
  padding: 58px 0 105px;
  color: #333333;
  font-size: 18px;
  text-align: justify;
}
.news-v-info img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news-page {
  padding: 56px 0 150px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d4d4d4;
}
.news-prev.next a {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-prev.next a .news-prev-in {
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
}
.news-prev a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-prev a:hover b {
  border-color: #0d50be;
}
.news-prev a:hover b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.news-prev a:hover b i {
  color: #fff;
}
.news-prev a:hover .news-prev-in span,
.news-prev a:hover .news-prev-in p {
  color: #0d50be;
}
.news-prev a b {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  -moz-transition: 0.34s;
  transition: 0.34s;
}
.news-prev a b:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0d50be;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.news-prev a b i {
  display: inline-block;
  line-height: 48px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  font-style: normal;
  color: #090909;
  font-size: 12px;
  -webkit-transition: 0.34s;
  -o-transition: 0.34s;
  -moz-transition: 0.34s;
  transition: 0.34s;
}
.news-prev-in {
  margin-left: 20px;
}
.news-prev-in span {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.news-prev-in p {
  color: #222222;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.contact {
  margin: auto;
  padding: 110px 0 120px;
  width: 1320px;
}
.contact-title {
  margin-bottom: 52px;
  color: #222222;
  font-size: 50px;
  line-height: 1.2;
}
.contact-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-item {
  width: 45.45%;
}
.contact-item .contact-tt {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.2;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
}
.contact-address {
  margin-top: 40px;
  padding-bottom: 30px;
}
.contact-address-item {
  margin-bottom: 36px;
}
.contact-address-item.active span,
.contact-address-item.active p {
  color: #0d50be;
}
.contact-address-item.active span {
  font-size: 18px;
}
.contact-address-item.active p {
  font-size: 30px;
  line-height: 1;
}
.contact-address-item span {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #222222;
  font-size: 18px;
}
.contact-address-item p {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
.blank-info .tips {
  position: fixed;
}
.introduct-imgs .blank-info {
  position: absolute;
  left: 58px;
  top: 50%;
  margin-top: -125px;
  right: 50px;
  margin-right: 0;
  padding-top: 0;
  max-width: 80%;
  width: auto;
}
.introduct-imgs .blank-info .drop-f {
  width: 352px;
  max-width: 100%;
}
.search-banner {
  position: relative;
}
.search-banner figure {
  background: #0d50be;
}
.search-banner figure img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.product-class-li1 li a {
  color: rgba(255, 255, 255, 0.5);
}
.search-boxs {
  padding: 52px 0 60px;
  background: #f7f7f7;
}
.search-wraps {
  margin: auto;
  width: 1320px;
}
.search-ts {
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}
.search-ts strong {
  display: inline-block;
  color: #0d50be;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.search-ts b {
  display: inline-block;
  position: relative;
  top: 3px;
  line-height: 1;
  color: #0d50be;
  font-weight: normal;
  font-size: 30px;
}
.search-ts span {
  display: inline-block;
  margin: 0 6px;
  color: #111111;
  font-size: 16px;
  line-height: 1;
}
.search-list li {
  margin-bottom: 20px;
}
.search-list li a {
  display: block;
  position: relative;
  padding: 32px 30px 30px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.search-list li a:hover {
  background: #0d50be;
}
.search-list li a:hover strong {
  color: #fff;
}
.search-list li a:hover strong b {
  color: #fff;
}
.search-list li a:hover p {
  color: #fff;
}
.search-list li a:hover span {
  background: #fff;
  border-color: #fff;
  color: #0d50be;
}
.search-list li a:hover figure {
  border-color: #fff;
  background: #fff;
}
.search-list li a strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #222222;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a strong b {
  color: #0d50be;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a p {
  color: #999999;
  font-size: 16px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a span {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  min-width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.search-list li a figure {
  display: block;
  text-align: center;
  position: relative;
  margin-top: 28px;
  width: 128px;
  height: 128px;
  border: 1px solid #dddddd;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search-list li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.price-pop {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #0d50be url(../img/footerbg.png) center no-repeat;
  background-size: cover;
  z-index: 199;
  display: none;
}
.price-pop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  box-sizing: border-box;
  width: 100%;
}
.price-wrap {
  display: flex;
  align-items: center;
}
.price-wrap figure {
  display: block;
  line-height: 1;
  width: 50px;
  height: auto;
}
.price-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.price-wrap strong {
  margin-left: 16px;
  display: block;
  color: #fff;
  font-size: 18px;
}
.blank-info .price-tem,
.product-info .price-tem {
  display: none;
}
.price-tem {
  position: relative;
  z-index: 2;
}
.price-tem .blank-link {
  position: absolute;
  left: 0;
  top: -15px;
  background: none;
  padding: 25px 0;
}
.price-tem a,
.price-tem p {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #ff8500;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.price-tem a i,
.price-tem p i {
  display: inline-block;
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 34px;
  font-style: normal;
  animation: jiggle 2s infinite alternate;
}
@keyframes jiggle {
  48%,
  62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 0.8);
  }
  56% {
    transform: scale(0.8, 1.2) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}
.product-mores {
  display: none;
}
.error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.error-text {
  position: absolute;
  left: 0;
  top: 60%;
  text-align: center;
  width: 100%;
}
.error-text strong {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
}
.error-header .header-wrap:hover {
  background: none;
}
.error-header .header-wrap:hover .logo img.show {
  opacity: 1;
  visibility: visible;
}
.error-header .header-wrap:hover .logo img.hide {
  opacity: 0;
  visibility: hidden;
}
.pseries-iphone {
  display: none;
}
.series-tit {
  margin-top: -22px;
  text-align: center;
}
.series-tit strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #222222;
  font-size: 60px;
  font-weight: normal;
}
.series-tit p {
  color: #999999;
  font-size: 18px;
}
.load-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.88s;
}
.load-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.load-pop .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.load-wrap {
  position: absolute;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 78px 48px 46px 60px;
  width: 480px;
  background: url(../img/loadbackground.png?v=0.1) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.load-close {
  position: absolute;
  right: 28px;
  top: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
}
.load-close:hover i {
  transform: rotate(180deg);
}
.load-close i {
  display: inline-block;
  color: #000000;
  font-size: 18px;
  transition: 0.4s;
  font-style: normal;
}
.load-close span {
  display: inline-block;
  margin-left: 6px;
  color: #000000;
  font-size: 16px;
}
.load-tops {
  margin-bottom: 28px;
}
.load-tops strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #000000;
  font-size: 40px;
}
.load-tops p {
  color: #000000;
  font-size: 18px;
}
.load-input {
  padding-left: 18px;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.load-input .load-yz {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11px;
  padding: 0 25px;
  height: 49px;
  line-height: 49px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  display: none;
}
.load-input .text {
  flex: 1;
  border: none;
  padding-left: 15px;
  color: #666666;
  font-size: 16px;
  background: none;
}
.load-input .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.load-select {
  box-sizing: border-box;
  width: 65px;
  height: 18px;
  line-height: 18px;
  border: none;
  border-right: 1px solid #dddddd;
  color: #000000;
  font-size: 16px;
  background: url(../images/arrow1.png) 39px center no-repeat;
  outline: none;
}
.verificate {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.verificate .text {
  padding-left: 20px;
  flex: 1;
  height: 50px;
  line-height: 50px;
  color: #666666;
  font-size: 16px;
  border: none;
  background: #f7f7f7;
}
.verificate .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.verificate span {
  display: inline-block;
  cursor: pointer;
  margin-left: 11px;
  text-align: center;
  width: 128px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #0d50be;
  color: #0d50be;
  font-size: 16px;
}
.send-yz {
  margin-top: -10px;
  margin-bottom: 16px;
  display: none;
}
.send-yz .send-flex {
  display: flex;
  align-items: center;
}
.send-yz i {
  display: inline-block;
  width: 17px;
  height: 11px;
}
.send-yz p {
  margin-left: 4px;
  color: #666666;
  font-size: 15px;
}
.send-sub {
  text-align: center;
}
.send-sub input {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background: #0d50be;
  cursor: pointer;
}
.news-view-content .note-video-clip{
  max-width:85%;
}
.news-view-content img{
  max-width:85%;
}