@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%;
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.wrapper {
  overflow: hidden;
}
.header {
  position: relative;
  z-index: 99;
  padding: 24px 3.125% 0;
  background: #fff;
  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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.home-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  background: none;
  box-shadow: none;
  transition: 0.68s;
}
.home-header:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 140%;
  background: linear-gradient(to bottom, rgba(7, 97, 201, 0.4) 0%, rgba(7, 97, 201, 0) 100%);
  transition: 0.4s;
}
.home-header:hover,
.home-header.scroll {
  background: #fff;
}
.home-header:hover:before,
.home-header.scroll:before {
  opacity: 0;
  visibility: hidden;
}
.home-header:hover .logo img,
.home-header.scroll .logo img {
  opacity: 1;
  visibility: visible;
}
.home-header:hover .logo img.hide,
.home-header.scroll .logo img.hide {
  opacity: 0;
  visibility: hidden;
}
.home-header:hover .navs > li > a,
.home-header.scroll .navs > li > a {
  color: #555555;
}
.home-header:hover .edite-defaut span,
.home-header.scroll .edite-defaut span {
  color: #999999;
}
.home-header:hover .edite-defaut i,
.home-header.scroll .edite-defaut i {
  color: #999999;
}
.home-header .logo img {
  opacity: 0;
  visibility: hidden;
}
.home-header .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.home-header .navs > li > a {
  color: #fff;
}
.home-header .edite-defaut span {
  color: #fff;
}
.home-header .edite-defaut i {
  color: #fff;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
  margin-top: 15px;
  max-wdith: 480px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-top {
  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;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search {
  position: relative;
}
.header-search .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 189px;
  padding-left: 14px;
  height: 30px;
  line-height: 28px;
  padding-right: 34px;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  color: #555555;
  font-size: 16px;
  background: #fff;
  outline: none;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.header-search .text:focus {
  border-color: #2371FF;
}
.header-search .sub {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 18px;
  line-height: 30px;
  border: none;
  padding-right: 15px;
  padding-left: 1px;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.header-search .sub:hover {
  color: #2371FF;
}
.emain {
  padding: 0 0 0 22px;
  border-right: 1px solid #DDDDDD;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.emain a {
  margin-right: 15px;
}
.emain .tt-emain-item {
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: all 0.1s;
  color: #FFFFFF;
  height: 35px;
  padding: 0 12px;
}
.emain .tt-emain-item .ico {
  margin-right: 8px;
  position: relative;
  display: block;
  height: 18px;
}
.emain .tt-emain-item .ico img {
  height: 100%;
  display: block;
  transition: 0.3s;
}
.emain .tt-emain-item .ico .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.emain .tt-emain-item .txt {
  font-size: 14px;
  font-weight: bold;
}
.emain .tt-emain-item:hover {
  border-color: #717171;
  background-color: transparent;
  color: #717171;
}
.emain .tt-emain-item:hover .img2 {
  opacity: 1;
  visibility: visible;
}
.emain .tt-emain-item1 {
  background-color: #2371FF;
  border: 1px solid #2371FF;
}
.emain .tt-emain-item2 {
  background-color: #ff5d00;
  border: 1px solid #ff5d00;
}
.header-share {
  position: relative;
  z-index: 10;
}
.header-share:hover .share-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  top: 100%;
}
.menu-down {
  position: fixed;
  left: 100%;
  top: 60px;
  bottom: 0;
  background: #666666;
  width: 100%;
  overflow-y: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding-bottom: 30px;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.menu-down.show {
  left: 0;
  opacity: 1;
}
.menu-down .edition {
  float: none;
  padding: 15px 3%;
  background: #555555;
}
.menu-down .edition .edites {
  float: none;
  float: right;
  margin-top: 15px;
}
.menu-down .edition .search {
  float: none;
  float: left;
  position: relative;
}
.menu-down .edition .search input[type="text"] {
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 16px;
  width: 257px;
  border: none;
  border-radius: 22px;
  padding-left: 15px;
  font-size: 14px;
}
.menu-down .edition .search input[type="button"] {
  width: 60px;
  height: 100%;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  color: #2371FF;
  background: none;
}
.menu-down .edition .edites a {
  margin-left: 12px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 18px;
}
.menu-down .edition .edites a:hover,
.menu-down .edition .edites a.now {
  color: #2371FF;
}
.menu-list {
  padding-top: 29px;
  padding-bottom: 58px;
}
.menu-list > li > a {
  display: block;
  padding: 15px 3%;
  border-bottom: 1px solid #4a4a4a;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
}
.menu-list > li > a:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3%;
  top: 50%;
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
}
.menu-list > li > a:hover,
.menu-list > li > a.on {
  color: #fff;
  background: #2371FF;
}
.menu-list > li > a:hover:before,
.menu-list > li > a.on:before {
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
}
.iphone-menu {
  background: #515151;
  display: none;
}
.iphone-menu li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #666666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.iphone-menu li a {
  color: #ffffff;
  font-size: 14px;
  padding: 12px 6%;
  line-height: 1.5;
  position: relative;
  display: block;
}
.iphone-menu li a:before {
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/risd.png) center no-repeat;
  position: absolute;
  right: 7%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: 430ms;
  -o-transition: 430ms;
  -moz-transition: 430ms;
  transition: 430ms;
}
.iphone-menu li:nth-child(odd) {
  border-right: 1px solid #666666;
}
.iphone-menu li a:hover {
  color: #2371FF;
}
.iphone-menu li a:hover:before {
  background: url(../images/risd1.png) center no-repeat;
}
.nav-search {
  position: relative;
  display: inline-block;
  height: 40px;
  padding-right: 48px;
  margin-left: -1px;
}
.nav-search .stext {
  margin: 0;
  border: 0 none;
  background-color: #0066a2;
  color: #fff;
  padding: 5px 15px;
  width: 130px;
  line-height: 30px;
  height: 30px;
}
.nav-search .sbtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 40px;
  border: 0 none;
  width: 48px;
  background: url(../images/serch.png) no-repeat scroll center center #0066a2;
  text-indent: 9999px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.nav-search .sbtn:hover {
  background-color: #444444;
}
.nav-search .stext::-webkit-input-placeholder {
  color: #34a9ee;
}
.nav-search .stext:-moz-placeholder {
  color: #34a9ee;
}
.nav-search .stext::-moz-placeholder {
  color: #34a9ee;
}
.nav-search .stext:-ms-input-placeholder {
  color: #34a9ee;
}
.share-down {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  padding-top: 16px;
  top: 160%;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.share-down-list {
  position: relative;
  border-radius: 5px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.share-down-list li {
  padding-left: 22px;
  margin-bottom: 12px;
}
.share-down-list li:last-child {
  margin-bottom: 0;
}
.share-down-list li a {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.share-down-list li a img {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
}
.share-down-list li a span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
}
.edite {
  margin-left: 22px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.edite:hover .edite-defaut i {
  -webkit-transform: scale(0.6) rotate(180deg);
  -moz-transform: scale(0.6) rotate(180deg);
  -ms-transform: scale(0.6) rotate(180deg);
  -o-transform: scale(0.6) rotate(180deg);
  transform: scale(0.6) rotate(180deg);
}
.edite:hover .edite-down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.edite-defaut {
  position: relative;
  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;
}
.edite-defaut img {
  display: block;
  width: 26px;
}
.edite-defaut span {
  display: block;
  margin-left: 20px;
  width: 96px;
  line-height: 1.2;
  color: #999999;
  font-size: 18px;
  transition: 0.36s;
}
.edite-defaut i {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-style: 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-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.edite-down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 18px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  pointer-events: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.edite-down:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 6px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.edite-down:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -8px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f6f6f6;
}
.edite-list {
  padding: 16px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.edite-list li {
  margin-bottom: 8px;
}
.edite-list li:last-child {
  margin-bottom: 0;
}
.edite-list li a {
  margin-left: 40px;
  display: inline-block;
}
.edite-list li a img {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: auto;
  vertical-align: middle;
}
.edite-list li a span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.edite-list li a:hover span {
  color: #2371FF;
}
.header-navs {
  margin-top: 24px;
}
.navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs > li {
  margin-left: 40px;
}
.navs > li:first-child {
  margin-left: 0;
}
.navs > li.min-menus {
  position: relative;
}
.navs > li > a {
  position: relative;
  z-index: 2;
  padding-bottom: 22px;
  display: block;
  color: #555555;
  font-size: 20px;
  line-height: 1.4;
}
.navs > li > a:before {
  content: "";
  width: 0;
  height: 5px;
  background: #2371FF;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li > a:hover,
.navs > li > a.active {
  color: #fff;
}
.navs > li > a:hover:before,
.navs > li > a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover > a,
.navs > li.active > a {
  color: #2371FF;
}
.navs > li:hover > a:before,
.navs > li.active > a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs-menu-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.navs-menu-down {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 100%;
  width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
  pointer-events: none;
}
.navs-menuli {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 20px 0;
}
.navs-menuli li {
  margin-bottom: 5px;
  text-align: center;
}
.navs-menuli li:last-child {
  margin-bottom: 0;
}
.navs-menuli li a {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  line-height: 2;
}
.navs-menuli li a:hover {
  color: #2371FF;
}
.navs-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  display: none;
}
.navs-product {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.navs-left {
  width: 25%;
  background: #F0F0F0;
}
.navs-left-list {
  padding: 40px 40px 40px 12.5%;
}
.navs-left-list li {
  margin-bottom: 15px;
}
.navs-left-list li:last-child {
  margin-bottom: 0;
}
.navs-left-list li:hover a,
.navs-left-list li.active a {
  color: #2371FF;
  font-weight: bold;
}
.navs-left-list li:hover a i,
.navs-left-list li.active a i {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.navs-left-list li a {
  display: block;
  position: relative;
  color: #333333;
  font-size: 18px;
}
.navs-left-list li a i {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -7px;
  line-height: 1;
  color: #2371FF;
  font-size: 14px;
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.navs-right {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  background: #fff;
}
.navs-tab {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 90px;
}
.product-menu {
  position: relative;
  display: none;
  min-height: 420px;
}
.product-menu:first-child {
  display: block;
}
.product-menu-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.product-menu-list {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-menu-list p {
  margin-bottom: 15px;
}
.product-menu-list p a {
  display: inline-block;
  color: #777777;
  font-size: 18px;
}
.product-menu-list p a:hover {
  color: #2371FF;
}
.navs-tab {
  width: 100%;
}
.technology-imgs-list {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 46px;
  width: 39.65%;
}
.technology-imgs-list .technology-info {
  display: none;
}
.technology-imgs-list .technology-info:first-child {
  display: block;
}
.technology-info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.technology-info figure {
  position: relative;
  display: block;
  padding-bottom: 56.66666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.technology-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.technology-info figure img {
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.technology-info 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);
}
.technology-info a:hover .technology-text strong {
  color: #2371FF;
}
.technology-text {
  margin-top: 42px;
}
.technology-text strong {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.technology-text p {
  color: #999999;
  font-size: 14px;
}
.navs-about {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.navs-about-menu {
  width: 58.54%;
  background: #F0F0F0;
}
.navs-about-list {
  padding: 104px 10.32% 0 17.8%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navs-about-list li {
  width: 33.3333%;
  margin-bottom: 60px;
}
.navs-about-list li a {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.navs-about-list li a:hover {
  color: #2371FF;
}
.navs-about-info {
  padding: 54px 60px 38px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.navs-about-info a {
  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-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navs-about-info 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);
}
.navs-about-info a:hover .navs-about-in strong {
  color: #2371FF;
}
.navs-about-info figure {
  display: block;
  width: 63.4%;
  overflow: hidden;
}
.navs-about-info figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.navs-about-in {
  margin-right: 8%;
  width: 178px;
}
.navs-about-in strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #555555;
  font-size: 18px;
}
.navs-about-in p {
  color: #999999;
  font-size: 14px;
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.banner-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.banner-pop.show .pop-wraps {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pop-wraps {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  -moz-transition: 0.75s;
  transition: 0.75s;
}
.pop-wraps .pop-close {
  display: block;
  position: absolute;
  right: 0;
  top: -45px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.pop-wraps .pop-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pop-wraps .pop-video {
  position: relative;
  width: 100%;
  height: 562px;
  -o-background-size: cover;
  background-size: cover;
}
.banner-swiper .swiper-pagination {
  display: none !important;
}
.banner-tt .linkA {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.banner-tt .pimg::before {
  display: none;
}
.banner-tt .slick-dots {
  left: 0;
  bottom: 3%;
  text-align: center;
  display: none !important;
}
.banner-tt .slick-dots li {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
}
.banner-tt .slick-dots li a {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  border-radius: 50%;
}
.banner-tt .slick-dots li.slick-active a {
  background-color: rgba(3, 154, 221, 0.8);
}
.banners {
  position: relative;
}
.bannerdown {
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  padding: 30px 5% 40px;
  bottom: 0;
  z-index: 20;
  box-sizing: border-box;
}
.bannerlis {
  display: block;
  width: 100%;
}
.bannerlis li {
  width: 190px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 40px;
  cursor: pointer;
}
.bannerlis li:first-child {
  margin-left: 0;
}
.banner-texts {
  position: relative;
  padding: 15px 0 0;
  color: #fff;
  font-size: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.banner-texts i {
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  z-index: 2;
  transition: 0.2s;
}
.bannwr {
  position: relative;
  z-index: 1;
}
.bannwr:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #007ec8;
  filter: alpha(opacity=70);
  background: rgba(0, 126, 200, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: -1;
}
.bannwr img {
  display: block;
  width: 100%;
}
.bannerlis li.active .banner-texts i {
  width: 100%;
  transition: 4.5s;
}
.banner-tt .pcimg {
  display: block;
  width: 100%;
}
.banner-tt .mimg {
  display: none;
  width: 100%;
}
.bvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item.slick-current .banner-text strong {
  -webkit-animation: lightSpeedIn 1000ms both;
  -moz-animation: lightSpeedIn 1000ms both;
  -o-animation: lightSpeedIn 1000ms both;
  animation: lightSpeedIn 1000ms both;
}
.item.slick-current .banner-text p {
  -webkit-animation: lightSpeedIn 1000ms 0.3s both;
  -moz-animation: lightSpeedIn 1000ms 0.3s both;
  -o-animation: lightSpeedIn 1000ms 0.3s both;
  animation: lightSpeedIn 1000ms 0.3s both;
}
.item.slick-current .banner-text i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.56s;
  -moz-transition-delay: 0.56s;
  -o-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.item.slick-current figure {
  -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.item.slick-current .label {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s 0.56s;
  -o-transition: 0.5s 0.56s;
  -moz-transition: 0.5s 0.56s;
  transition: 0.5s 0.56s;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  from {
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -moz-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -moz-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -moz-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner-text {
  position: absolute;
  left: 17.7%;
  top: 30%;
  padding-bottom: 50px;
  z-index: 3;
}
.banner-text i {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 31px;
  height: 27px;
  background: url(../images/f.png) center no-repeat;
  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.56s;
  -o-transition: 0.56s;
  -moz-transition: 0.56s;
  transition: 0.56s;
}
.banner-text strong {
  display: block;
  margin-left: -10px;
  margin-bottom: 6px;
  line-height: 1;
  color: #555555;
  font-size: 3.77vw;
  text-transform: uppercase;
}
.banner-text strong::first-letter {
  color: #2371FF;
}
.banner-text p {
  color: #555555;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.banner-color .banner-text strong {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.banner-color .banner-text p {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.banner-color .label p {
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.banner-next {
  position: absolute;
  left: 8%;
  bottom: 40px;
  z-index: 22;
}
.banner-numble {
  color: #fff;
  font-size: 14px;
}
.banner-numble b {
  display: inline-block;
  margin-right: 4px;
}
.banner-numble span {
  display: inline-block;
  margin-left: 4px;
}
.banner-span {
  position: relative;
  display: flex;
  margin-top: 10px;
  width: 300px;
  height: 4px;
  background: #fff;
}
.banner-span span {
  display: block;
  flex: 1;
  height: 100%;
  background: #2371ff;
  transition: 0.45s;
  opacity: 0;
  visibility: hidden;
}
.banner-span span.active {
  opacity: 1;
  visibility: visible;
}
.banner-btn {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.item.colorFont .banner-text strong,
.item.colorFont .banner-text p {
  color: #fff;
}
.item.colorFont .label p {
  color: #fff;
}
.banner-prev {
  display: flex;
  align-items: center;
}
.banner-prev i {
  display: inline-block;
  position: relative;
  top: -2px;
  color: #fff;
  font-style: normal;
  line-height: 1;
  font-size: 12px;
}
.banner-prev span {
  display: inline-block;
  margin-left: 4px;
  color: #fff;
  font-size: 12px;
}
.banner-prev.next {
  flex-direction: row-reverse;
}
.banner-prev.next span {
  margin-left: 0;
  margin-right: 4px;
}
.bvideos {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 4px;
  line-height: 1;
  width: 10px;
  height: 15px;
  background: url(../images/icon2.svg) center no-repeat;
  cursor: pointer;
  z-index: 5;
}
.bvideos.stop {
  background: url(../images/icon3.svg) center no-repeat;
}
.label {
  position: absolute;
  left: 17.7%;
  bottom: 22.35%;
  z-index: 3;
  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;
  -o-transition: 0;
  -moz-transition: 0;
  transition: 0;
}
.label p {
  color: #555555;
  line-height: 1;
  font-size: 1.5vw;
  font-style: italic;
  text-transform: uppercase;
}
.banners {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.pimg {
  position: relative;
}
.pimg:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.item {
  float: left;
  overflow: hidden;
}
.item .pimg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-tt {
  position: relative;
  z-index: 1;
}
.banner-tt .slick-track {
  display: flex;
}
.banner-min {
  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;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.banner-min li {
  position: relative;
  z-index: 3;
  margin-right: 3px;
  text-align: center;
  cursor: pointer;
  padding: 19px 0 12px;
  width: 180px;
  background: rgba(85, 85, 85, 0.5);
}
.banner-min li:before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(35, 113, 255, 0.81);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.banner-min li:hover,
.banner-min li.active {
  color: rgba(35, 113, 255, 0.81);
}
.banner-min li:hover:before,
.banner-min li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.banner-min li:last-child {
  margin-right: 0;
}
.banner-min li b {
  display: block;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
  width: 34px;
  height: 23px;
  text-align: center;
}
.banner-min li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.banner-min li span {
  display: block;
  line-height: 1;
  color: #FFFFFF;
  font-size: 16px;
}
.banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-product {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
}
.home-tab-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.home-tab-item.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.home-product-swiper {
  position: relative;
  padding-left: 9.895%;
  padding-right: 2.895%;
  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;
  overflow: hidden;
}
.home-product-info {
  width: 67%;
  position: relative;
}
.home-produc-tab {
  position: relative;
  z-index: 2;
}
.home-proslide {
  float: left;
  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;
}
.home-product-text {
  position: relative;
  z-index: 2;
  width: 36%;
  height: 440px;
  background: #F8F8F8;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home-product-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/probgs.png) center bottom no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  mix-blend-mode: luminosity;
}
.home-promaximg {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 44px;
  margin-right: 92px;
}
.home-promaximg img {
  max-width: 100%;
  height: auto;
}
.hpro-slide {
  margin: 51px 8% 0;
}
.hpro-slide strong {
  display: block;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.1;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
.hpro-slide strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 39px;
  height: 2px;
  background: #DDDDDD;
}
.home-proinfo {
  margin-top: 18px;
}
.home-proinfo p {
  color: #555555;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-proicon {
  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;
  margin-bottom: 30px;
}
.home-proicon li {
  margin-right: 40px;
}
.home-proicon li a {
  display: inline-block;
  color: #2371FF;
  font-size: 16px;
  font-family: "Roboto";
}
.read-more a,
.read-more span {
  display: block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #2371FF;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans";
}
.read-more a:hover,
.read-more span:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.read-more a:hover:before,
.read-more span:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
  visibility: visible;
}
.read-more a:before,
.read-more span:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
  visibility: hidden;
}
.read-more a:before,
.read-more span:before {
  border-radius: 0px;
}
.home-product-imgs {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.home-promin {
  width: 160%;
  margin-left: -60%;
}
.proimgs-slide {
  float: left;
  width: auto;
  height: 286px;
  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;
}
.proimgs-slide.slick-current figure {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.proimgs-slide figure {
  display: block;
  margin: 0 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.proimgs-slide figure img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.home-produc-tab .slick-list {
  position: relative;
  z-index: 2;
}
.home-produc-tab .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  background: #DDDDDD;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  z-index: 10;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
}
.home-produc-tab .slick-arrow.slick-prev {
  left: -87px;
  background: #DDDDDD url(../images/arrow1.png) center no-repeat;
}
.home-produc-tab .slick-arrow.slick-next {
  right: 30px;
  background: #DDDDDD url(../images/arrow2.png) center no-repeat;
}
.home-produc-tab .slick-arrow.slick-prev:hover {
  background: #DDDDDD url(../images/arrow3.png) center no-repeat;
}
.home-produc-tab .slick-arrow.slick-next:hover {
  background: #DDDDDD url(../images/arrow4.png) center no-repeat;
}
.home-product-btn {
  position: relative;
  padding-left: 9.895%;
  padding-right: 9.895%;
  margin: auto;
  margin-top: 52px;
  padding-bottom: 70px;
}
.home-product-btn-list {
  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;
}
.home-product-btn-list .slick-track {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.home-product-btn-list li {
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 200px;
}
.home-product-btn-list li:last-child:before {
  display: none;
}
.home-product-btn-list li:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 64px;
  background: #F0F0F0;
}
.home-product-btn-list li:hover b img.show,
.home-product-btn-list li.active b img.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.home-product-btn-list li:hover b img.hide,
.home-product-btn-list li.active b img.hide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.home-product-btn-list li:hover span,
.home-product-btn-list li.active span {
  color: #2371FF;
}
.home-product-btn-list li b {
  display: block;
  margin: auto;
  position: relative;
  width: 56px;
  height: 48px;
  text-align: center;
  overflow: hidden;
}
.home-product-btn-list li b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.home-product-btn-list li b img.hide {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.home-product-btn-list li span {
  display: block;
  line-height: 1;
  text-align: center;
  margin-top: 18px;
  color: #777777;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.top-picks {
  padding: 70px calc((100% - 1420px) / 2);
  background: #FBFBFB;
  overflow: hidden;
}
.picks-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: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.picks-top strong {
  display: block;
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
  color: #555555;
  font-size: 50px;
  font-weight: normal;
}
.picks-top strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 5px;
  background: #DDDDDD;
}
.picks-top strong:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 5px;
  background: #2371FF;
}
.picks-scroll {
  position: relative;
}
.picks-scroll .applicate-prev {
  display: none;
}
.picks-list {
  margin-top: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.picks-list li {
  margin-bottom: 39px;
  width: 22%;
  margin-right: 4%;
}
.picks-list li:nth-child(4n+4) {
  margin-right: 0;
}
.picks-list li a {
  display: block;
  padding: 10px 26px 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  height: 100%;
}
.picks-list li a:hover figure img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.picks-list li a figure {
  display: block;
  position: relative;
  padding-bottom: 76%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.picks-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;
}
.picks-list-ibox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #666;
  margin: 90px 0 0 -2%;
}
.picks-list-ibox li {
  width: 31.33%;
  margin: 0 0 2% 2%;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.picks-list-ibox li:hover figure img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.picks-list-ibox figure {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.picks-list-ibox figure img {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.picks-list-ibox .type {
  padding: 5px 0;
  line-height: 1.5;
}
.picks-list-ibox .title {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}
.picks-list-ibox .desc {
  line-height: 1.5;
  margin-bottom: 12px;
  height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.picks-list-ibox .more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #2371FF;
  color: #fff;
  display: block;
  border-radius: 15px;
  text-align: center;
}
.picks-list-ibox .more:hover {
  background-color: #222222;
}
.picks-list-ibox .item {
  padding: 20px 20px 30px;
}
.picks-tt {
  margin-bottom: 21px;
}
.picks-tt strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picks-tt strong img {
  right: auto;
}
.picks-tt span {
  display: block;
  line-height: 1.4;
  color: #2371FF;
  font-size: 14px;
}
.picks-info p {
  margin-bottom: 6px;
  color: #555555;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picks-info p.reds {
  color: #F45222;
}
.applicate {
  padding: 70px 0;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.applicate-case {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 1420px;
}
.applicate-tab {
  margin-top: 30px;
  overflow: hidden;
}
.applicate-item {
  float: left;
  width: 100%;
}
.applicate-item a {
  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;
  background: #fff;
}
.applicate-item.slick-current figure img {
  -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.applicate-item.slick-current .applicate-text strong {
  -webkit-animation: lightSpeedIn 1000ms both;
  -moz-animation: lightSpeedIn 1000ms both;
  -o-animation: lightSpeedIn 1000ms both;
  animation: lightSpeedIn 1000ms both;
}
.applicate-item.slick-current .applicate-text p,
.applicate-item.slick-current .applicate-text .read-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.applicate-item.slick-current .applicate-text .read-more {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.applicate-imgs {
  width: 58.13%;
}
.applicate-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 60.91%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.applicate-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.applicate-text {
  margin-right: 3.661%;
  width: 36.26%;
}
.applicate-text small {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #2371FF;
  font-size: 16px;
  font-weight: bold;
}
.applicate-text strong {
  display: block;
  margin-bottom: 34px;
  line-height: 1.2;
  color: #555555;
  font-size: 26px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.applicate-text p {
  color: #777777;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.applicate-text .read-more {
  margin-top: 38px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.applicate-btn {
  position: relative;
  z-index: 3;
  margin: 50px auto 0;
  width: 1520px;
  max-width: 90%;
}
.applicate-btn:before {
  position: absolute;
  left: 0;
  top: 60px;
  content: "";
  height: 1px;
  width: 100%;
  z-index: -1;
  background: #DDDDDD;
}
.applicate-prev {
  position: absolute;
  top: 46px;
  z-index: 10;
  color: #777777;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.applicate-prev.slick-hidden {
  opacity: 0;
  visibility: hidden;
}
.applicate-prev.prev {
  left: -30px;
}
.applicate-prev.next {
  right: -30px;
}
.applicate-prev:hover {
  color: #2371FF;
}
.applicate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.applicate-list li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.applicate-list li:hover b img.show,
.applicate-list li.slick-current b img.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.applicate-list li:hover b img.hide,
.applicate-list li.slick-current b img.hide {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.applicate-list li:hover span,
.applicate-list li.slick-current span {
  color: #2371FF;
}
.applicate-list li:hover span:before,
.applicate-list li.slick-current span:before {
  background: #2371FF;
}
.applicate-list li b {
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  width: 41px;
  height: 41px;
  overflow: hidden;
}
.applicate-list li b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.applicate-list li b img.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.applicate-list li span {
  display: block;
  position: relative;
  margin-top: 15px;
  padding-top: 29px;
  line-height: 1;
  color: #777777;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.applicate-list li span:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #DDDDDD;
  border-radius: 50%;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.about-us {
  padding: 70px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-attachment: fixed;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us .picks-top {
  margin-bottom: 30px;
}
.about-us-wrap {
  margin: auto;
  width: 1420px;
  max-width: 100%;
}
.about-us-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-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-us-video {
  position: relative;
  width: 58.13%;
}
.about-us-video figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.about-us-video figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about-videobtn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: 4;
  cursor: pointer;
}
.about-videobtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-animation: 2s 0.2s pulse infinite;
  -moz-animation: 2s 0.2s pulse infinite;
  -o-animation: 2s 0.2s pulse infinite;
  animation: 2s 0.2s pulse infinite;
}
.about-videobtn:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41px;
  margin-top: -41px;
  z-index: -2;
  content: "";
  width: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-animation: 2s pulse infinite;
  -moz-animation: 2s pulse infinite;
  -o-animation: 2s pulse infinite;
  animation: 2s pulse infinite;
}
.about-videobtn i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/videobtn1.png) center no-repeat;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 1;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  40% {
    uopacity: 1;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 1;
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    opacity: 1;
    -o-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.about-us-text {
  width: 31.87%;
}
.about-us-text p {
  color: #777777;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.about-us-text .read-more {
  margin-top: 48px;
}
.vides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vides::-webkit-media-controls-play-button {
  display: none;
}
.enterprise {
  padding: 70px 0;
  padding-left: calc((100% - 1420px) / 2);
  padding-right: calc((100% - 1420px) / 2);
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.enterprise-max {
  position: relative;
  width: 31.43%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.enterprise-max figure {
  background: #fff;
  position: relative;
  display: block;
  padding-bottom: 129.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.enterprise-max figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.enterprise-max figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.enterprise-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58px;
  z-index: 2;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  background: rgba(35, 113, 255, 0.9);
}
.enterprise-name strong {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
}
.enterprise-name time {
  display: block;
  color: #fff;
  font-size: 21px;
}
.enterprise-content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px;
  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;
  position: relative;
}
.enterprise-info {
  margin-top: 52px;
  max-width: 100%;
}
.enterprise-info p {
  color: #777777;
  font-size: 20px;
}
.enterprise-hide {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.enterprise-swiper {
  margin-right: 30px;
}
.enterprise-slide {
  position: relative;
  width: 234px;
}
.enterprise-slide figure {
  position: relative;
  padding-bottom: 129.39%;
}
.enterprise-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.enterprise-next,
.enterprise-prev {
  position: absolute;
  right: 105px;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  cursor: pointer;
  background: #F0F0F0;
  color: #777777;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.enterprise-next:hover,
.enterprise-prev:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.enterprise-next:hover:before,
.enterprise-prev:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
  visibility: visible;
}
.enterprise-next:before,
.enterprise-prev:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
  visibility: hidden;
}
.enterprise-next:hover,
.enterprise-prev:hover {
  background: #2371FF;
  color: #fff;
}
.enterprise-next:before,
.enterprise-prev:before {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  border-radius: 50%;
}
.enterprise-prev {
  left: 20px;
}
.enterprise-next {
  right: 50px;
}
.blog-box {
  padding: 70px calc((100% - 1420px) / 2) 30px;
  background-attachment: fixed;
  background-position: center top;
  -o-background-size: cover;
  background-size: cover;
}
.blog-fix {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-info {
  position: relative;
  width: 58.13%;
}
.blog-info .blog-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: none;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.blog-info .blog-down time,
.blog-info .blog-down .blog-title strong,
.blog-info .blog-down .blog-title span {
  color: #fff;
}
.blog-info .blog-down .blog-title span i {
  color: #fff;
}
.blog-info 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);
}
.blog-info a:hover time,
.blog-info a:hover .blog-title strong,
.blog-info a:hover .blog-title span {
  color: #fff !important;
}
.blog-info a:hover .blog-title span i {
  color: #fff !important;
}
.blog-info a:hover .blog-title span {
  color: #2371FF;
}
.blog-info a:hover .blog-title span i {
  color: #2371FF;
  left: 4px;
}
.blog-info a:hover .blog-title strong {
  color: #2371FF;
}
.blog-info figure {
  position: relative;
  display: block;
  padding-bottom: 60.91%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.blog-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.blog-info figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.blog-down {
  padding: 28px 0 32px;
}
.blog-down time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 14px;
}
.blog-down time i {
  display: inline-block;
  font-style: normal;
  margin-right: 20px;
}
.blog-title {
  margin-top: 14px;
  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;
}
.blog-title strong {
  display: block;
  width: auto;
  color: #555555;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-title span {
  display: block;
  color: #999999;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.blog-title span i {
  display: inline-block;
  position: relative;
  left: 0;
  font-style: normal;
  margin-left: 7px;
  color: #999999;
  font-size: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.blog-info-list {
  position: relative;
  width: 38.3%;
}
.blog-li {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-li li {
  margin-bottom: 16px;
}
.blog-li li .blog-down {
  padding: 0;
}
.blog-li li.show a {
  height: 247px;
}
.blog-li li.show a .blog-texts {
  opacity: 1;
  visibility: visible;
}
.blog-li li.show a .blog-title strong {
  color: #2371FF;
}
.blog-li li.show a .blog-title span {
  color: #2371FF;
}
.blog-li li.show a .blog-title span i {
  color: #2371FF;
  left: 4px;
}
.blog-li li.show a .bicon:before,
.blog-li li.show a .bicon:after {
  background: #999999;
}
.blog-li li.show a .bicon:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.blog-li li a {
  display: block;
  position: relative;
  height: 7.7vw;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.blog-li li a .blog-title {
  display: block;
  margin-top: 26px;
}
.blog-li li a .blog-title strong {
  width: auto;
  height: auto;
  white-space: normal;
  height: 48px;
}
.blog-li li a .bicon {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  width: 17px;
  height: 17px;
}
.blog-li li a .bicon:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2371FF;
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.blog-li li a .bicon:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #2371FF;
  position: absolute;
  top: 0;
  left: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.blog-texts {
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.blog-texts p {
  color: #777777;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-texts span {
  margin-top: 32px;
}
.blog-list {
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-list li {
  margin-right: 5.57%;
  width: 29.5%;
}
.blog-list li:nth-child(3n+3) {
  margin-right: 0;
}
.blog-list li figure {
  position: relative;
  display: block;
  padding-bottom: 51.16%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.blog-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.blog-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);
}
.blog-list li a:hover .blog-in strong {
  color: #2371FF;
}
.blog-list li a:hover .blog-times i {
  color: #2371FF;
  left: 3px;
}
.blog-in {
  padding: 16px 0;
}
.blog-in strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.blog-in p {
  color: #777777;
  font-size: 16px;
  line-height: 1.2;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-times {
  margin-top: 36px;
  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;
}
.blog-times time {
  display: block;
  line-height: 1.3;
  color: #999999;
  font-size: 14px;
}
.blog-times time span {
  margin-right: 25px;
  display: inline-block;
  color: #999999;
}
.blog-times i {
  display: block;
  position: relative;
  left: 0;
  color: #999999;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.footer {
  background: #222222;
}
.footer-top {
  padding: 30px 80px 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-left {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 7.222%;
}
.footer-navs {
  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;
}
.footer-navs-item {
  display: block;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 26px;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd {
  display: block;
}
.footer-navs-item dd p {
  margin-bottom: 19px;
}
.footer-navs-item dd p a {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  line-height: 1.3;
}
.footer-navs-item dd p a:hover {
  color: #fff;
}
.footer-share {
  padding-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-share a {
  display: block;
  position: relative;
  margin-right: 36px;
  line-height: 1;
  color: #F45222;
  font-size: 38px;
  width: 30px;
  height: 30px;
}
.footer-share a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.footer-share a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer-massage {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 45.777%;
}
.footer-emain {
  margin-bottom: 28px;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer-emain p {
  margin-right: 20px;
}
.footer-emain p:last-child {
  margin-right: 0;
}
.footer-emain i {
  margin-right: 19px;
  font-size: 38px;
  color: #2371FF;
  font-style: normal;
  vertical-align: middle;
}
.message-sub {
  margin-bottom: 60px;
}
.message-row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.message-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin-right: 9px;
}
.message-item:last-child {
  margin-right: 0;
}
.message-item.focusd span {
  opacity: 0;
  visibility: hidden;
}
.message-item.focusd .text {
  border-color: #fff;
}
.message-item .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 18px;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: none;
  outline: none;
  color: #666666;
  opacity: 0.8;
}
.message-item .text::-webkit-input-placeholder {
  color: #666;
}
.message-item span {
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  pointer-events: none;
  line-height: 58px;
  color: #FFFFFF;
  font-size: 14px;
  opacity: 0.8;
}
.message-item span i {
  display: inline-block;
  margin-left: 7px;
  vertical-align: top;
  color: #F45222;
  font-size: 21px;
  font-style: normal;
}
.country {
  width: 32.64%;
}
.country .message-item {
  margin-right: 0;
}
.country .country-sele {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 16px;
  width: 100%;
  padding-left: 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 50px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.8);
  background: url(../images/arrow5.png) 94% center no-repeat;
  border-radius: 0px;
}
.country .country-sele:focus {
  border-radius: 0px;
}
.country .country-sele option {
  color: rgba(85, 85, 85, 0.5);
  line-height: 25px;
}
.message {
  width: 67.36%;
}
.message-wr {
  padding: 20px 16px 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 9px;
}
.message-wr span {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.message-wr span i {
  display: inline-block;
  margin-left: 10px;
  color: #F45222;
  font-size: 21px;
  font-style: normal;
}
.message-wr .textarea {
  width: 100%;
  height: 54px;
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  resize: none;
  color: #666;
}
.message-wr .textarea::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.message-wr .textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.used-ebyte {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.used-radio {
  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-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding-left: 18px;
  height: 48px;
}
.used-radio .used-name {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.radio {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 58px;
}
.radio-item {
  margin-left: 66px;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.radio-item.active 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);
}
.radio-item label {
  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;
  cursor: pointer;
}
.radio-item input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin: 0;
  opacity: 0;
}
.radio-item:first-child {
  margin-left: 0;
}
.radio-item span {
  display: block;
  position: relative;
  width: 14px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.radio-item span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.5px;
  margin-top: -3.5px;
  content: "";
  width: 7px;
  height: 7px;
  background: #F45222;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-item b {
  margin-left: 12px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.used-sub {
  margin-left: 9px;
}
.used-sub input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 121px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: #2371FF;
  border: none;
  outline: none;
  cursor: pointer;
}
.footer-copy {
  padding: 18px 80px;
  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 rgba(255, 255, 255, 0.14);
}
.copy-terms {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -14px;
}
.copy-terms li {
  line-height: 1;
  padding: 0 14px;
  border-right: 1px solid #999999;
}
.copy-terms li:last-child {
  border-right: none;
}
.copy-terms li a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.copy-terms li a:hover {
  color: #fff;
}
.copy-info p {
  color: #999999;
  font-size: 16px;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 26.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.pbanner figure img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.ptext {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 970px;
  text-align: center;
}
.ptext strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 70px;
  font-weight: normal;
  overflow: hidden;
}
.ptext p {
  color: #fff;
  font-size: 18px;
}
.posite-b {
  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-left: 60px;
  height: 50px;
  background: #FBFBFB;
}
.posite-b a,
.posite-b b {
  display: inline-block;
  color: #777777;
  font-size: 16px;
}
.posite-b a:hover {
  color: #2371FF;
}
.posite-b b {
  margin: 0 5px;
  font-weight: normal;
}
.enterprise-fix {
  padding: 50px 0px;
  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;
}
.enterprise-imgs {
  width: 45.37%;
}
.enterprise-imgs figure {
  line-height: 1;
  overflow: hidden;
}
.enterprise-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.enterprise-text {
  width: 50.63%;
}
.enterprise-top {
  margin-bottom: 92px;
}
.enterprise-top strong {
  display: block;
  color: #333333;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
}
.enterprise-top time {
  display: block;
  color: #C4D9FF;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.enterprise-infos p {
  color: #555555;
  font-size: 18px;
}
.history {
  padding-bottom: 162px;
  overflow: hidden;
}
.about-title {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
}
.about-title strong {
  display: block;
  line-height: 1;
  color: #555555;
  font-size: 40px;
  font-weight: normal;
}
.about-title i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: #DDDDDD;
}
.about-title i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 10px;
  height: 100%;
  background: #2371FF;
}
.history-swiper {
  margin-top: 27px;
}
.history-tab {
  position: relative;
  z-index: 2;
  padding-left: 12.8vw;
  padding-top: 138px;
}
.history-line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 150%;
  height: 385px;
  background: url(../img/line1.png) left top repeat-x;
}
.history-slide {
  width: 1428px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.history-slide.swiper-slide-active {
  padding-top: 0;
}
.history-slide.swiper-slide-active .history-info time {
  color: #C4D9FF;
}
.history-slide.swiper-slide-active .history-info p {
  opacity: 1;
}
.history-imgs {
  position: relative;
  width: 506px;
  margin-left: 110px;
}
.history-imgs figure {
  position: relative;
  z-index: 2;
  padding-left: 18px;
  padding-top: 18px;
}
.history-imgs figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 343px;
  height: 195px;
  background: #2371FF;
}
.history-imgs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.history-info {
  width: 39%;
  padding-top: 74px;
}
.history-info time {
  display: block;
  margin-bottom: 54px;
  line-height: 1;
  color: rgba(207, 207, 207, 0.3);
  font-size: 75px;
  font-weight: bold;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.history-info p {
  color: #555555;
  font-size: 18px;
  opacity: 0.3;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.history-btn {
  position: absolute;
  right: 15.83%;
  top: 228px;
  z-index: 10;
}
.history-btn span {
  display: block;
  margin-bottom: 40px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background: #F0F0F0;
  color: #777777;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: lighter;
}
.history-btn span:hover {
  background: #2371FF;
  color: #fff;
}
.corporate {
  padding: 0 0 134px;
}
.corporate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 126px;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.corporate-list li {
  width: 18.76%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  text-align: center;
  padding-top: 37.5px;
  height: 247px;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.corporate-list li:hover {
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16);
}
.corporate-list li:hover b {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.corporate-list li:hover strong {
  color: #2371FF;
}
.corporate-list li b {
  display: block;
  margin: auto;
  position: relative;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.corporate-list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.corporate-list li strong {
  margin-top: 27px;
  display: block;
  position: relative;
  padding-bottom: 16px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.corporate-list li strong:before {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 0;
  content: "";
  width: 36px;
  height: 2px;
  background: #CFCFCF;
}
.corporate-list li p {
  margin: auto;
  margin-top: 28px;
  width: 190px;
  max-width: 90%;
  color: #777777;
  font-size: 16px;
  line-height: 1.5;
}
.main-businee-in {
  margin: 44px 0 100px;
  text-align: center;
}
.main-businee-in p {
  margin: auto;
  width: 1065px;
  max-width: 100%;
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}
.main-businee-in img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.business-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -82px;
  margin-right: -82px;
}
.business-li li {
  margin-bottom: 104px;
  width: 20%;
  text-align: center;
}
.business-li li:hover b:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.business-li li:hover p {
  color: #2371FF;
}
.business-li li b {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 93px;
  height: 93px;
  border-radius: 50%;
}
.business-li li b:before {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #C4D9FF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.business-li li b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.business-li li p {
  margin: auto;
  margin-top: 26px;
  color: #555555;
  width: 220px;
  max-width: 100%;
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.area-world {
  position: relative;
  margin-top: -80px;
  left: 50%;
  margin-left: -43.6vw;
  width: 87.3vw;
}
.area-world img {
  display: block;
  width: 100%;
  height: auto;
}
.area-list {
  padding-bottom: 66px;
  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;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  align-items: flex-start;
}
.area-list li {
  margin-right: auto;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.area-list li:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.16);
}
.area-list li img {
  display: block;
  max-width: 232px;
}
.area-list li:last-child {
  margin-right: 0;
}
.strength {
  padding: 150px 0 ;
}
.business-fixs {
  margin-bottom: 112px;
  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;
}
.business-fixs li {
  padding: 60px 28px 0;
  height: 213px;
  width: 260px;
  max-width: 20%;
  text-align: center;
  background: #FBFBFB;
  border-top: 5px solid #2371FF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.business-fixs li:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.business-fixs li p {
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}
.business-lis li {
  margin-right: 40px;
}
.business-lis li img {
  width: auto;
  max-width: none;
  height: 83px;
}
.rd {
  padding: 0 0 100px;
}
.rd-list {
  margin-top: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.rd-list li {
  margin-right: 2.75%;
  width: 31.5%;
  margin-bottom: 28px;
}
.rd-list li:nth-child(3n+3) {
  margin-right: 0px;
}
.rd-list li: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);
}
.rd-list li figure {
  margin-bottom: 20px;
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.rd-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.rd-list li p {
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}
.about-video {
  padding-bottom: 100px;
}
.about-fixs {
  position: relative;
}
.about-fixs figure {
  display: block;
  line-height: 1;
}
.about-fixs figure img {
  display: block;
  width: 100%;
  height: auto;
}
.about-fixs span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  z-index: 2;
  background: url(../images/videobtn2.png) center no-repeat;
}
.avideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avideo::-webkit-media-controls-play-button {
  display: none;
}
.slidetop.article-block,
.list-animate.article-block > li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.slidetop.articleShow,
.list-animate.articleShow > li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block > li:nth-child(2),
.list-animate.article-block > div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block > li:nth-child(3),
.list-animate.article-block > div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block > li:nth-child(4),
.list-animate.article-block > div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block > li:nth-child(5),
.list-animate.article-block > div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block > li:nth-child(6),
.list-animate.article-block > div:nth-child(6) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block > li:nth-child(7),
.list-animate.article-block > div:nth-child(7) {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block > li:nth-child(8),
.list-animate.article-block > div:nth-child(8) {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block > li:nth-child(9),
.list-animate.article-block > div:nth-child(9) {
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block > li:nth-child(10),
.list-animate.article-block > div:nth-child(10) {
  -webkit-transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.animedown.article-block {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  -moz-transition: 1.2s;
  transition: 1.2s;
}
.animedown.articleShow {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.honor-box {
  padding: 60px 120px 20px;
  overflow: hidden;
}
.honor-btns {
  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: 0 66px;
  border-bottom: 1px solid #DDDDDD;
}
.honor-btns a {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
  color: #555555;
  font-size: 18px;
  line-height: 1.2;
}
.honor-btns a:hover,
.honor-btns a.active {
  color: #2371FF;
}
.honor-btns a:hover:before,
.honor-btns a.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-btns a:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  content: "";
  width: 50px;
  height: 5px;
  background: #2371FF;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.honor-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.honor-list li {
  position: relative;
  margin-right: 6.6666%;
  margin-bottom: 40px;
  width: 20%;
}
.honor-list li:hover {
  z-index: 2;
}
.honor-list li:hover .honor-pop {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.honor-list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor-list li:nth-child(4n+4) .honor-pop {
  left: auto;
  right: 100%;
}
.honor-imgs {
  position: relative;
  overflow: hidden;
}
.honor-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 150%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.honor-imgs figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.honor-imgs b {
  display: block;
  position: absolute;
  right: 23px;
  bottom: 44px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  background: rgba(0, 0, 0, 0.28);
  z-index: 1;
  color: #fff;
  font-size: 26px;
  line-height: 54px;
  font-weight: normal;
}
.honor-pop {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 20px 22px 0;
  z-index: 5;
  width: 152%;
  height: 100%;
  background: #ECF3FF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.honor-title {
  padding: 52px 0 30px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  color: #555555;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.honor-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.honor-in {
  padding-top: 32px;
}
.honor-in p {
  color: #777777;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.honor-relate {
  margin-top: 11.11%;
}
.honor-relate strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  font-weight: normal;
}
.prolist {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prolist li {
  margin-bottom: 10px;
  width: 33.3333%;
}
.prolist li a {
  display: inline-block;
  color: #777777;
  font-size: 16px;
  text-decoration: underline;
}
.prolist li a:hover {
  color: #2371FF;
}
.page-list {
  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;
}
.pages {
  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;
}
.pages a {
  display: inline-block;
  margin-right: 26px;
  color: #999999;
  font-size: 16px;
}
.pages a:first-child,
.pages a:last-child {
  font-size: 20px;
}
.pages a:first-child:hover,
.pages a:last-child:hover {
  text-decoration: none;
}
.pages a:hover,
.pages a.active {
  color: #2371FF;
  text-decoration: underline;
}
.reach-page {
  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;
}
.reach-page .refix {
  padding: 0;
  margin: 0;
  width: 36px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #999999;
  font-size: 16px;
  border-radius: 5px;
}
.reach-page .sub {
  margin-left: 20px;
  color: #999999;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.reach-page .sub:hover {
  color: #2371FF;
}
.partners {
  position: relative;
  padding: 60px 12.8% 38px;
}
.partners-list {
  position: relative;
  overflow: hidden;
  padding: 52px 0 150px;
}
.partners-list:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0;
  bottom: 0;
  content: "";
  width: 10px;
  background: #2371FF;
  z-index: -1;
}
.partners-list > li {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 150px;
  width: 50%;
}
.partners-list > li:first-child {
  margin-top: 0;
}
.partners-list > li:nth-child(2n+2) {
  float: right;
}
.partners-list > li:nth-child(2n+2) .partners-logo {
  padding-right: 0;
  padding-left: 124px;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.partners-list > li:nth-child(2n+2) .partners-logo:before {
  right: auto;
  left: 14px;
}
.partners-list > li:nth-child(2n+2) .partner-pro {
  padding-right: 0;
  padding-left: 42px;
}
.partners-list > li:nth-child(2n+2) .partner-fix {
  padding-right: 0;
  padding-left: 42px;
}
.partners-logo {
  position: relative;
  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;
  padding-right: 124px;
}
.partners-logo:before {
  position: absolute;
  right: 14px;
  bottom: 22px;
  content: "";
  width: 80px;
  height: 2px;
  background: #2371FF;
}
.partners-logo img {
  display: block;
  max-width: 100%;
}
.partner-fix {
  margin-top: 30px;
  padding-right: 42px;
}
.partner-fix strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #555555;
  font-size: 24px;
}
.partner-fix p {
  color: #555555;
  font-size: 16px;
}
.partner-pro {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
}
.partner-pro span {
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #555555;
  font-size: #555555;
  font-size: 20px;
}
.partner-prolist {
  margin-left: 20px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-prolist li a {
  display: inline-block;
  color: #2371FF;
  font-size: 18px;
  text-decoration: underline;
}
.partner-arrow {
  position: absolute;
  left: 50%;
  margin-left: -28px;
  bottom: 115px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #F0F0F0;
  cursor: pointer;
  color: #777777;
  font-size: 10px;
  text-align: center;
}
.exhibitions {
  padding: 60px 120px;
}
.exhibitions-list {
  padding-bottom: 0;
}
.exhibitions-list li {
  margin-bottom: 40px;
}
.exhibitions-list li a {
  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-radius: 210px 28px 28px 210px;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.65s;
  -o-transition: 0.65s;
  -moz-transition: 0.65s;
  transition: 0.65s;
}
.exhibitions-list li a:hover {
  background: #ECF3FF;
}
.exhibitions-list li a:hover .exhibitions-imgs 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);
}
.exhibitions-list li:nth-child(2n+2) a {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 28px 210px 210px 28px;
}
.exhibitions-list li:nth-child(2n+2) a .exhibitions-content {
  padding-left: 48px;
  padding-right: 0;
  margin-left: 0;
  margin-right: 9.41%;
}
.exhibitions-list li:nth-child(2n+2) a .exhibite-min {
  right: auto;
  left: -60px;
}
.exhibitions-imgs {
  position: relative;
  width: 420px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.exhibitions-imgs figure {
  border-radius: 50%;
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.exhibitions-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.exhibite-min {
  position: absolute;
  right: -60px;
  bottom: 36px;
  z-index: 3;
  width: 114px;
}
.exhibite-min img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.exhibitions-content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 9.41%;
  padding-right: 48px;
}
.exhibitions-content strong {
  display: block;
  margin-bottom: 30px;
  color: #555555;
  font-size: 30px;
  line-height: 1.2;
}
.exhibitions-content p {
  color: #777777;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.exhibitions-content .read-more {
  margin-top: 48px;
}
.news-boxs {
  padding: 40px 0;
  background-color: #FBFBFB;
}
.news-tabs {
  position: relative;
  margin: 0 6.562%;
  overflow: hidden;
}
.news-swiper {
  margin-right: -2px;
}
.news-slide {
  width: 12.5%;
  text-align: center;
}
.news-slide.active a,
.news-slide:hover a {
  color: #2371FF;
}
.news-slide.active a:before,
.news-slide:hover 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);
}
.news-slide:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7.5px;
  content: "";
  width: 1.5px;
  height: 15px;
  background: #999999;
}
.news-slide a {
  display: block;
  position: relative;
  color: #777777;
  font-size: 18px;
  padding: 12px 0;
}
.news-slide a:before {
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2371FF;
  -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.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-swiper .news-btn {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
  z-index: 10;
}
.news-swiper .news-btn:hover {
  color: #2371FF;
}
.news-swiper .news-btn.prev {
  left: 0;
}
.news-swiper .news-btn.next {
  right: 2px;
}
.news-wrap {
  padding: 0 120px;
  margin-top: 35px;
}
.news-wrap .blog-list {
  padding-bottom: 10px;
}
.news-wrap .blog-list li {
  margin-bottom: 30px;
}
.responsibility {
  padding: 30px 120px 20px;
}
.responsible-sele {
  margin-bottom: 30px;
}
.responsible-sele .sele {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 22px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #777777;
  font-size: 18px;
  outline: none;
  background: #F6F6F6 url(../images/arrow6.png) 92% center no-repeat;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.responsibility-list {
  padding-bottom: 0;
}
.responsibility-list li {
  margin-bottom: 48px;
  overflow: hidden;
}
.responsibility-list li a {
  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;
  background: #FBFBFB;
}
.responsibility-list li a:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.responsibility-list li 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);
}
.responsibility-list li a:hover .responsible-content strong {
  color: #2371FF;
}
.responsible-imgs {
  width: 26.55%;
}
.responsible-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 61.36%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.responsible-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.responsible-content {
  margin-right: 6.63%;
  width: 62.4%;
}
.responsible-content strong {
  display: block;
  margin-bottom: 18px;
  color: #555555;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.responsible-content time {
  display: block;
  margin-bottom: 17px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
}
.responsible-content p {
  color: #777777;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-view {
  padding-top: 50px;
  padding-bottom: 50px;
  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;
  margin: auto;
  max-width: 90%;
  width: 1420px;
}
.news-fix {
  width: 70.7%;
}
.news-tops {
  padding-bottom: 19px;
  border-bottom: 1px solid #CCCCCC;
}
.news-tops strong {
  display: block;
  line-height: 1.3;
  color: #555555;
  font-size: 26px;
  font-weight: normal;
}
.news-share {
  margin-top: 10px;
  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;
}
.news-share time {
  display: block;
  color: #999999;
  font-size: 14px;
}
.news-share time i {
  display: inline-block;
  font-style: normal;
  margin-right: 26px;
}
.shares {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.shares a {
  display: block;
  margin-left: 46px;
  color: #999999;
  font-size: 30px;
  line-height: 1;
}
.shares a:first-child {
  margin-left: 0;
}
.shares a:hover {
  color: #2371FF;
}
.news-v {
  padding: 40px 0;
  color: #888888;
  font-size: 16px;
  line-height: 2;
}
.news-v img {
  max-width: 100% !important;
  height: auto !important;
}
.view-pages {
  padding-top: 58px;
  border-top: 1px solid #CCCCCC;
  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;
}
.view-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;
}
.view-prev.next a span {
  margin-left: 0;
  margin-right: 30px;
}
.view-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;
}
.view-prev a:hover i {
  color: #2371FF;
}
.view-prev a:hover span {
  color: #2371FF;
}
.view-prev a i {
  display: inline-block;
  color: #CFCFCF;
  font-size: 22px;
  font-style: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.view-prev a span {
  display: inline-block;
  color: #999999;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 30px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.view-back {
  margin: 0 100px;
}
.view-back a {
  display: block;
  color: #999999;
  font-size: 20px;
}
.view-back a:hover {
  color: #2371FF;
}
.view-right {
  padding-top: 70px;
  width: 24.22%;
}
.view-dit {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
}
.view-dit a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 24px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #CFCFCF;
  border-radius: 22px;
  color: #777777;
  font-size: 14px;
}
.view-dit a:hover {
  color: #2371FF;
  border-color: #2371FF;
}
.recommend {
  padding-top: 55px;
}
.recommend-tt {
  display: block;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  font-weight: normal;
}
.recommend-list li {
  padding: 40px 0 16px;
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}
.recommend-list li a {
  display: block;
  color: #888888;
  font-size: 14px;
}
.recommend-list li a:hover {
  color: #2371FF;
}
.related-pro {
  margin-top: 36px;
}
.related-list li {
  margin-bottom: 42px;
}
.related-list li figure {
  display: block;
  position: relative;
  height: 200px;
  text-align: center;
}
.related-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.related-list li a:hover figure img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.related-list li a:hover span {
  color: #2371FF;
}
.related-list li span {
  display: block;
  margin-left: 12px;
  margin-top: 0;
  color: #555555;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.faq {
  padding: 20px 0 17px;
  padding-left: calc((100% - 1420px) / 2);
  padding-right: calc((100% - 1420px) / 2);
  background: #FBFBFB;
}
.faq-search {
  position: relative;
  margin-bottom: 37px;
  width: 426px;
}
.faq-search .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 26px;
  background: #fff;
  height: 50px;
  line-height: 48px;
  line-height: 1.1;
  color: #999999;
  font-size: 16px;
  border: none;
  border: 1px solid #DDDDDD;
  border-radius: 25px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.faq-search .text:focus {
  border-color: #2371FF;
}
.faq-search .sub {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 114px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2371FF;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.faq-wrap {
  margin-top: 37px;
  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;
}
.faq-menu {
  position: relative;
  padding-top: 16px;
  margin-right: 20px;
}
.faq-menu-list {
  position: relative;
  z-index: 3;
}
.faq-menu-list:before {
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: 8px;
  content: "";
  width: 1px;
  background: #C4D9FF;
}
.faq-menu-list li {
  margin-bottom: 23px;
  line-height: 1.3;
}
.faq-menu-list li:last-child {
  margin-bottom: 0;
}
.faq-menu-list li:hover a,
.faq-menu-list li.active a {
  color: #2371FF;
  font-weight: bold;
}
.faq-menu-list li:hover a:before,
.faq-menu-list li.active a:before {
  background: #2371FF;
}
.faq-menu-list li a {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  color: #555555;
  font-size: 18px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.faq-menu-list li a font {
  white-space: nowrap;
}
.faq-menu-list li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #C4D9FF;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.faq-content {
  width: 84.63%;
}
.faq-list li {
  padding: 19px 27px;
  margin-bottom: 20px;
  background: #fff;
}
.faq-list li:hover .faq-top strong,
.faq-list li.active .faq-top strong {
  color: #2371FF;
}
.faq-list li:hover .faq-top b:before,
.faq-list li.active .faq-top b:before,
.faq-list li:hover .faq-top b:after,
.faq-list li.active .faq-top b:after {
  background: #999999;
}
.faq-list li.active b:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(14px);
  -moz-transform: translateY(14px);
  -ms-transform: translateY(14px);
  -o-transform: translateY(14px);
  transform: translateY(14px);
}
.faq-list li.active .faq-product {
  opacity: 1;
  visibility: visible;
}
.faq-top {
  position: relative;
  padding-right: 86px;
  cursor: pointer;
}
.faq-top time {
  display: block;
  line-height: 1.2;
  color: #999999;
  font-size: 14px;
}
.faq-top time i {
  display: inline-block;
  margin-right: 25px;
  font-style: normal;
}
.faq-top strong {
  display: block;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  font-weight: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.faq-top b {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 17px;
  height: 17px;
}
.faq-top b:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 100%;
  height: 2px;
  background: #2371FF;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.faq-top b:after {
  position: absolute;
  left: 8px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #2371FF;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.faq-info {
  position: relative;
  padding-right: 105px;
  margin-top: 14px;
  display: none;
}
.faq-info p {
  color: #777777;
  font-size: 16px;
}
.faq-info a {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: block;
  color: #2371FF;
  font-size: 14px;
  text-transform: uppercase;
}
.faq-info a:hover {
  text-decoration: underline;
}
.faq-down {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-d-list {
  display: flex;
}
.faq-d-list span {
  display: inline-block;
  margin-right: 40px;
  line-height: 1.3;
  color: #999999;
  font-size: 14px;
}
.faq-d-list span i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #999999;
  font-size: 18px;
  font-style: normal;
}
.faq-product {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
  display: none;
}
.faq-product a {
  display: block;
  margin-left: 105px;
  color: #777777;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: underline;
}
.faq-product a:first-child {
  margin-left: 0;
}
.faq-product a:hover {
  color: #2371FF;
}
.contact-us {
  padding: 48px 0 42px;
  margin: auto;
  max-width: 90%;
  width: 1426px;
}
.contact-item {
  padding: 30px 0 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.contact-title {
  color: #777777;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.address-info {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-info li {
  margin-bottom: 40px;
  width: 37%;
  min-width: 28%;
  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;
}
.address-info li:nth-child(3n+3) {
  width: 26%;
  min-width: auto;
}
.address-info li i {
  display: block;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  white-space: nowrap;
}
.address-info li i img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.address-info li span {
  margin-left: 10px;
  display: block;
  color: #333333;
  font-size: 15px;
  white-space: nowrap;
}
.address-in {
  margin-left: 18px;
  color: #333333;
  font-size: 18px;
}
.address-in p {
  width: 288px;
  color: #555555;
  font-size: 14px;
  line-height: 1.3;
}
.sales {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sales li {
  margin-bottom: 30px;
  width: 38.695%;
}
.sales li:nth-child(3n+3) {
  min-width: auto;
  width: 22.61%;
}
.sales li p {
  color: #777777;
  font-size: 16px;
}
.sales li p a {
  display: inline-block;
  color: #2371FF;
  font-size: 16px;
}
.sales li p a:hover {
  text-decoration: underline;
}
.buy-online {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.buy-online li {
  margin-bottom: 20px;
  width: 38.695%;
}
.buy-online li:nth-child(3n+3) {
  min-width: auto;
  width: 22.61%;
}
.buy-online li 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;
}
.buy-online li a:hover b {
  color: #2371FF;
}
.buy-online li a b {
  display: block;
  line-height: 1;
  color: #777777;
  font-size: 24px;
  font-weight: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.buy-online li a b img {
  display: block;
  max-height: 28px;
}
.buy-info {
  margin-left: 30px;
}
.buy-info span {
  display: block;
  line-height: 1.5;
  color: #555555;
  font-size: 18px;
}
.buy-info p {
  color: #2371FF;
  font-size: 16px;
  line-height: 1.5;
}
.salesman {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.salesman li {
  margin-bottom: 30px;
  width: 38.695%;
  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;
}
.salesman li:nth-child(3n+3) {
  min-width: auto;
  width: 22.61%;
}
.salesman li figure {
  display: block;
  width: 80px;
}
.salesman li figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.salesman-text {
  margin-left: 30px;
  padding-top: 4px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.salesman-text strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #777777;
  font-size: 18px;
}
.salesman-text b {
  display: block;
  color: #555555;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.salesman-text p {
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
}
.informate {
  margin-top: 86px;
}
.informate-tt {
  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;
}
.informate-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.informate-btn span {
  display: block;
  margin-left: 46px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  cursor: pointer;
  background: #F0F0F0;
  color: #777777;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.informate-btn span:hover {
  background: #2371FF;
  color: #fff;
}
.informate-btn span.prev:hover {
  text-indent: -5px;
}
.informate-btn span.next:hover {
  text-indent: 5px;
}
.informate-list {
  margin-top: 58px;
  overflow: hidden;
}
.informate-swiper {
  margin: 0 -34px;
}
.informate-swiper li {
  float: left;
  margin: 0 !important;
}
.informate-swiper li a {
  display: block;
  margin: 0 34px;
  background: #fff;
}
.support {
  padding: 130px 0 100px;
}
.support-btn {
  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: 0 10%;
}
.support-btn-item:hover a,
.support-btn-item.active a {
  color: #2371FF;
}
.support-btn-item:hover a:before,
.support-btn-item.active a:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.support-btn-item:hover a:after,
.support-btn-item.active a:after {
  opacity: 1;
  visibility: visible;
  bottom: -7px;
}
.support-btn-item a {
  display: block;
  padding-bottom: 18px;
  position: relative;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}
.support-btn-item a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #2371FF;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
.support-btn-item a:after {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2371FF;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.support-wrap {
  margin: auto;
  max-width: 90%;
  margin-top: 50px;
  width: 950px;
}
.needing-attente {
  margin-bottom: 50px;
}
.needing-attente strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
  color: #555555;
  font-size: 26px;
  font-weight: normal;
}
.needing-attente p {
  color: #999999;
  font-size: 16px;
}
.needing-sub .message-item span {
  color: rgba(119, 119, 119, 0.8);
}
.needing-sub .message-item .text {
  border-color: rgba(221, 221, 221, 0.8);
  color: #777777;
}
.needing-sub .message-item .textarea1 {
  min-height: 176px;
  line-height: 1.6;
  padding-top: 20px;
  font-family: "Arial";
  resize: none;
}
.choose-file {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.file {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.file .file-btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 120%;
  height: 100%;
  opacity: 0;
}
.file i {
  display: inline-block;
  color: #2371FF;
  font-size: 16px;
  font-style: normal;
}
.file span {
  display: inline-block;
  margin: 0 50px 0 27px;
  color: #888888;
  font-size: 16px;
}
.file b {
  display: block;
  position: relative;
  text-align: center;
  width: 27px;
  height: 18px;
  border: 1px solid #C4D9FF;
  color: #2371FF;
  line-height: 18px;
  font-size: 18px;
  font-weight: normal;
}
.file-list {
  margin-top: 22px;
}
.file-item {
  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;
  margin-bottom: 10px;
}
.file-item span {
  display: block;
  color: #999999;
  font-size: 14px;
  font-weight: bold;
}
.file-item span i {
  margin-right: 13px;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
}
.file-item b {
  display: block;
  position: relative;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid #C4D9FF;
}
.file-item b:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  content: "";
  width: 10px;
  height: 1px;
  background: #2371FF;
}
.choose-subs {
  text-align: center;
  margin-top: 22px;
}
.choose-subs p {
  color: #999999;
  font-size: 16px;
}
.choose-subs p i {
  color: #F45222;
  font-style: normal;
}
.choose-subs .subs {
  margin: auto;
  margin-top: 28px;
  border: none;
  padding: 0;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #2371FF;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
.video-box {
  padding: 40px 120px 30px;
}
.video-search {
  margin-left: 250px;
  width: 275px;
  margin-bottom: 30px;
  position: relative;
}
.video-search .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background: #ECF3FF;
  color: #2371FF;
  font-size: 18px;
  border: none;
  outline: none;
}
.video-search .text::-webkit-input-placeholder {
  color: #2371FF;
}
.video-search .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px;
  color: #999999;
  font-size: 27px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  background: none;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.video-search .sub:hover {
  color: #2371FF;
}
.video-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;
}
.video-menu {
  padding-top: 0;
}
.video-menu .faq-menu-list:before {
  top: 35px;
  bottom: 30px;
}
.video-menu .faq-menu-list li {
  position: relative;
  margin-bottom: 0;
  height: 74px;
}
.video-menu .faq-menu-list li a {
  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%);
}
.video-content {
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
}
.video-lists {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-lists li {
  margin-right: 2.9%;
  margin-bottom: 49px;
  width: 31.4%;
  cursor: pointer;
}
.video-lists li:nth-child(3n+3) {
  margin-right: 0;
}
.video-lists li figure {
  position: relative;
  display: block;
  padding-bottom: 66.824%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.video-lists li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.video-lists li figure b {
  position: absolute;
  right: 34px;
  bottom: 16px;
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/videobtn3.png) center no-repeat;
  z-index: 3;
  -o-background-size: cover;
  background-size: cover;
}
.video-lists li: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);
}
.video-lists li:hover .video-down p {
  color: #2371FF;
}
.video-down {
  position: relative;
  padding: 22px 16px 0;
  height: 72px;
  background: #FBFBFB;
}
.video-down p {
  color: #555555;
  font-size: 18px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.video-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.video-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.video-pop .pop-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.video-pop-text {
  position: absolute;
  left: 50%;
  margin-left: -33.333%;
  top: 5%;
  width: 66.666%;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 67px 62px 40px;
}
.video-close {
  position: absolute;
  right: 18px;
  top: 13px;
  z-index: 5;
  color: #999999;
  font-size: 17px;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.video-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2371FF;
}
.video-play {
  position: relative;
}
.video-play figure {
  display: block;
  line-height: 1;
}
.video-play figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pop-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pop-video::-webkit-media-controls-play-button {
  display: none;
}
.video-plays {
  position: absolute;
  left: 50%;
  top: 60%;
  margin-left: -31px;
  margin-top: -31px;
  width: 63px;
  height: 63px;
  background: url(../images/videobtn4.png) center no-repeat;
  z-index: 5;
  cursor: pointer;
}
.video-texts {
  margin-top: 40px;
}
.video-tops strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #555555;
  font-size: 24px;
  font-weight: normal;
}
.video-tops p {
  color: #777777;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.relate-pros {
  margin-top: 34px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.relate-pros span {
  display: block;
  margin-right: 70px;
  color: #555555;
  font-size: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.relatelist {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.relatelist li {
  margin-right: 106px;
}
.relatelist li:last-child {
  margin-right: 0;
}
.relatelist li a {
  color: #777777;
  font-size: 18px;
  text-decoration: underline;
}
.relatelist li a:hover {
  color: #2371FF;
}
.blog {
  padding: 40px 0 50px;
}
.catalog-search {
  margin-left: 126px;
}
.blog-swiper {
  margin-top: 56px;
}
.blog-content {
  margin: 40px 120px 0;
}
.catalog-btn {
  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;
  padding: 0 10%;
  flex-direction: row-reverse;
  border-bottom: 1px solid #DDDDDD;
}
.catalog-btn .catalog-search {
  margin: 0;
}
.catalog-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-btn-item {
  margin-right: 10.41vw;
}
.catalog-btn-item:last-child {
  margin-right: 0;
}
.catalog-btn-item:hover a b img.show,
.catalog-btn-item.active a b img.show {
  opacity: 0;
  visibility: hidden;
}
.catalog-btn-item:hover a b img.hide,
.catalog-btn-item.active a b img.hide {
  opacity: 1;
  visibility: visible;
}
.catalog-btn-item:hover a span,
.catalog-btn-item.active a span {
  color: #2371FF;
}
.catalog-btn-item:hover a:before,
.catalog-btn-item.active a:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.catalog-btn-item:hover a:after,
.catalog-btn-item.active a:after {
  opacity: 1;
  visibility: visible;
  bottom: -5px;
}
.catalog-btn-item a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 34px 0 30px;
}
.catalog-btn-item a:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 3px;
  background: #2371FF;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.catalog-btn-item a:after {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -3px;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2371FF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.32s;
  -o-transition: 0.32s;
  -moz-transition: 0.32s;
  transition: 0.32s;
}
.catalog-btn-item a b {
  display: block;
  position: relative;
  width: 33px;
  height: 28px;
  text-align: center;
  line-height: 1;
}
.catalog-btn-item a b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.catalog-btn-item a b img.hide {
  opacity: 0;
  visibility: hidden;
}
.catalog-btn-item a span {
  margin-left: 18px;
  display: block;
  color: #555555;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.catalog-s {
  position: relative;
  width: 303px;
}
.catalog-s.hide span {
  opacity: 0;
  visibility: hidden;
}
.catalog-s .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-left: 34px;
  width: 100%;
  height: 36px;
  line-height: 34px;
  border: 1px solid #B5B5B5;
  border-radius: 18px;
  background: #F1F1F1;
  color: #777777;
  font-size: 16px;
}
.catalog-s span {
  position: absolute;
  left: 34px;
  top: 1px;
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 1;
}
.catalog-s .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #5D5D5D;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.catalog-s .sub:hover {
  background: #2371FF;
}
.catalog-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-menu-left {
  width: 23.43%;
  flex-shrink: 0;
  background: #FBFBFB;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 30px 10%;
}
.catalog-menu-list li {
  margin-bottom: 30px;
}
.catalog-menu-list li:last-child {
  margin-bottom: 0;
}
.catalog-menu-list li:hover a,
.catalog-menu-list li.active a {
  color: #2371FF;
}
.catalog-menu-list li:hover a i,
.catalog-menu-list li.active a i {
  right: -20px;
  opacity: 1;
  visibility: visible;
}
.catalog-menu-list li a {
  position: relative;
  margin-right: 20px;
  padding-right: 30px;
  display: block;
  color: #555555;
  font-size: 18px;
}
.catalog-menu-list li a i {
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -5px;
  width: 30px;
  height: 10px;
  background: url(../images/arrow7.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.catalog-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 10% 20px 60px;
}
.catalog-text-item {
  display: none;
}
.catalog-text-item:first-child {
  display: block;
}
.catalog-dl {
  padding: 22px 0 6px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}
.catalog-dl:last-child {
  border-bottom: none;
}
.catalog-dl dt {
  display: block;
  width: 140px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #777777;
  font-size: 18px;
  line-height: 26px;
}
.catalog-dl dd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: -10px;
}
.catalog-dl dd a {
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 22px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  border: 1px solid #fff;
  color: #777777;
  font-size: 15px;
}
.catalog-dl dd a.active,
.catalog-dl dd a:hover {
  border-color: #2371FF;
  color: #2371FF;
  font-weight: bold;
  text-align: center;
}
.catalog-in {
  margin: auto;
  max-width: 100%;
  padding: 40px 0 30px;
  width: 1200px;
}
.catalog-table {
  position: relative;
  margin-bottom: 30px;
}
.ctable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  font-family: "Arial";
}
.ctable thead tr th {
  min-width: 80px;
  height: 65px;
  border: 1px solid #fff;
  background: #5285dc;
  color: #fff;
  font-size: 16px;
}
.ctable thead tr th i {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.ctable tbody tr:nth-child(2n+2) td {
  background: #FFFFFF;
}
.ctable tbody tr td {
  padding: 0 10px;
  color: #555555;
  font-size: 12px;
  height: 42px;
  border: 1px solid #DDDDDD;
  background: #ECF3FF;
  line-height: 1.4;
  text-align: center;
}
.ctable tbody tr td .tload {
  display: block;
  margin: auto;
  width: 30px;
  height: 22px;
  background: url(../images/loader.png) center no-repeat;
}
.ctable tbody tr td .shops {
  display: block;
  margin: auto;
  width: 28px;
  height: 24px;
  background: url(../images/shopp.png) center no-repeat;
}
.module-banner {
  padding: 66px 0 80px;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.module-banner .module-b-ip {
  display: none;
}
.bantext {
  margin-left: 12.8%;
  width: 584px;
}
.bantext strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  color: #555555;
  font-size: 70px;
  font-weight: normal;
}
.bantext p {
  color: #777777;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bantext a {
  display: block;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  width: 140px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #2371FF;
  color: #fff;
  font-size: 16px;
  border-radius: 21px;
}
.bantext a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.bantext a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
  visibility: visible;
}
.bantext a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
  visibility: hidden;
}
.module-box {
  position: relative;
  padding: 65px 120px 50px 120px;
  overflow: hidden;
}
.module-fixs {
  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;
}
.module-menu {
  width: 230px;
}
.module-title {
  display: block;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #2371FF;
  font-size: 18px;
  font-weight: normal;
}
.module-menu-list li {
  display: block;
  margin-bottom: 1px;
}
.module-menu-list li:hover a,
.module-menu-list li.active a {
  background: #e7eefe;
  color: #1758b4;
  font-size: 14px;
}
.module-menu-list li:hover a:before,
.module-menu-list li.active a:before {
  border-left: 6px solid #1758b4;
}
.module-menu-list li a {
  display: block;
  padding-left: 62px;
  background: #f7faff;
  position: relative;
  color: #9fa7ba;
  font-size: 14px;
  line-height: 46px;
}
.module-menu-list li a:before {
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -4px;
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #9fa7ba;
}
.module-content {
  width: -webkit-calc(-180%);
  width: -moz-calc(-180%);
  width: calc(100% - 280px);
}
.module-content1 {
  width: 100%;
}
.module-lists {
  padding-bottom: 10px;
}
.module-lists li {
  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;
  margin-bottom: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 22px 65px 23px 46px;
  position: relative;
}
.module-lists li:hover .module-top strong,
.module-lists li:hover .module-top .title-tt {
  color: #2371FF;
}
.module-imgs {
  width: 228px;
}
.module-imgs figure {
  display: block;
  position: relative;
  text-align: center;
  height: 150px;
}
.module-imgs figure a {
  display: block;
  position: relative;
  height: 100%;
}
.module-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.module-pass {
  position: absolute;
  right: 64px;
  top: 17px;
  text-align: center;
}
.module-pass span {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 141px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #777777;
  font-size: 16px;
  border: 1px solid #CFCFCF;
  border-radius: 23px;
  cursor: pointer;
  -webkit-transition: 0.345s;
  -o-transition: 0.345s;
  -moz-transition: 0.345s;
  transition: 0.345s;
}
.module-pass span:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.module-pass span:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
  visibility: visible;
}
.module-pass span:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
  visibility: hidden;
}
.module-pass span:hover {
  background: #F45222;
  color: #fff;
}
.module-pass span:hover i {
  color: #fff;
}
.module-pass span i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  color: #F45222;
  font-size: 22px;
  font-style: normal;
  -webkit-transition: 0.345s;
  -o-transition: 0.345s;
  -moz-transition: 0.345s;
  transition: 0.345s;
}
.module-infos {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 58px;
  overflow: hidden;
}
.module-top {
  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-left: 40px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 2px;
}
.module-top strong,
.module-top .title-tt {
  display: block;
  box-sizing: border-box;
  min-width: 330px;
  padding-right: 30px;
  color: #555555;
  font-size: 26px;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: normal;
}
.module-top p,
.module-top .desc-tt {
  color: #2371FF;
  font-size: 16px;
  margin-left: 10px;
  max-width: 31%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding-left: 40px;
}
.module-li p {
  margin-bottom: 12px;
  color: #555555;
  font-size: 16px;
  width: 35%;
}
.module-li p:nth-child(3n+3) {
  width: 30%;
}
.selectons {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  background: #F6F6F6;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.selectons.pos {
  position: absolute;
}
.select-left {
  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-left: 8.95%;
}
.select-left p {
  white-space: nowrap;
  color: #333333;
  font-size: 18px;
}
.select-li {
  margin-left: 13vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.select-info {
  margin-right: 40px;
  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: 28px;
}
.select-info span {
  display: block;
  color: #333333;
  font-size: 16px;
}
.select-info i {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-left: 12px;
  width: 13px;
  height: 13px;
  background: url(../images/close1.png) center no-repeat;
  cursor: pointer;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.select-info i:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.compare-btn {
  margin-top: 15px;
  margin-right: 7.08%;
}
.compare-btn a {
  display: block;
  position: relative;
  z-index: 2;
  width: 149px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #2371FF;
  font-size: 16px;
  color: #fff;
}
.compare-btn a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.compare-btn a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
  visibility: visible;
}
.compare-btn a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
  visibility: hidden;
}
.module-view {
  position: relative;
  padding: 60px 98px 50px;
}
.module-view1 {
  min-height: 150vh;
}
.module-news {
  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;
}
.module-banner-in {
  width: 41.9%;
}
.module-max-item {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
.module-max-item figure {
  display: block;
  position: relative;
  height: 380px;
}
.module-max-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%;
}
.module-scale {
  position: absolute;
  right: 28px;
  top: 0;
  z-index: 5;
}
.module-scale a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: rgba(51, 51, 51, 0.28);
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.module-scale:hover a {
  background: #2371FF;
}
.module-video {
  position: absolute;
  right: 66px;
  bottom: 13px;
  z-index: 5;
  width: 48px;
  height: 49px;
  background: url(../images/videobtn5.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.module-video:hover {
  background: url(../images/videobtn6.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.module-min {
  margin-top: 25px;
  margin-left: -16px;
  margin-right: -16px;
}
.module-min-item {
  float: left;
  width: 25%;
}
.module-min-item figure {
  display: block;
  position: relative;
  height: 80px;
  margin: 0 16px;
  background: #fff;
  cursor: pointer;
}
.module-min-item figure: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);
}
.module-min-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 80%;
  max-width: 80%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.module-right {
  margin-left: 100px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.module-ti {
  position: relative;
  padding-bottom: 30px;
  padding-right: 98px;
}
.module-ti strong {
  display: block;
  line-height: 1.2;
  color: #666666;
  font-size: 24px;
}
.m-share {
  position: absolute;
  right: 11px;
  bottom: 16px;
}
.m-share span {
  padding-bottom: 13px;
  display: block;
  line-height: 1;
  color: #F45222;
  font-size: 27px;
}
.m-share:hover .m-share-down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.m-share-down {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 100%;
  width: 178px;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  background: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  pointer-events: none;
}
.m-share-down p {
  border-bottom: 1px solid #ddd;
}
.m-share-down p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.m-share-down p:first-child i {
  font-size: 18px;
}
.m-share-down p:last-child {
  border-bottom: none;
}
.m-share-down p i {
  width: 40px;
  flex-shrink: 0;
  color: #777777;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.m-share-down p a {
  display: flex;
  color: #777777;
  font-size: 16px;
  padding: 10px 0;
  align-items: center;
  line-height: 1.2;
}
.m-share-down p:hover a {
  color: #2371FF;
}
.m-share-down p:hover i {
  color: #2371FF;
}
.module-price {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20.5px 0 20px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.price-item {
  margin-right: 78px;
  text-align: center;
}
.price-item p {
  margin-bottom: 8px;
  color: #999999;
  font-size: 14px;
  line-height: 1.1;
}
.price-item b {
  display: block;
  line-height: 1;
  color: #F45222;
  font-size: 19px;
}
.price-item:last-child {
  margin-right: 0;
}
.product-in {
  margin-top: 20px;
}
.product-in p {
  margin-bottom: 15px;
  color: #555555;
  font-size: 16px;
  line-height: 2;
}
.product-btn {
  margin-top: 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;
  align-items: flex-start;
}
.product-btn > a,
.product-btn .pro-shooping > a {
  display: block;
  width: 23.5%;
  text-align: center;
  color: #777777;
  font-size: 15px;
  border: 1px solid #CFCFCF;
  border-radius: 25px;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
}
.product-btn > a:hover,
.product-btn .pro-shooping > a:hover {
  border-color: #2371FF;
  background: #2371FF;
  color: #fff;
}
.product-btn > a:hover i,
.product-btn .pro-shooping > a:hover i {
  color: #fff;
}
.product-btn > a i,
.product-btn .pro-shooping > a i {
  display: inline-block;
  margin-right: 10px;
  color: #F45222;
  font-style: normal;
  font-size: 18px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.product-btn > a img,
.product-btn .pro-shooping > a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product-btn .blue-proTT,
.product-btn > :nth-child(3) {
  border-color: #2371FF;
  background: #2371FF;
  color: #fff;
}
.product-btn .blue-proTT i,
.product-btn > :nth-child(3) i {
  color: #fff;
}
.specificate {
  margin: auto;
  width: 1200px;
  margin-top: 50px;
  max-width: 100%;
}
.specificate-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.specificate-list li {
  flex: 1;
  margin-left: -1px;
  margin-bottom: -1px;
}
.specificate-list li:hover a,
.specificate-list li.active a {
  background-color: #2371FF;
  border-color: #2371FF;
  color: #fff;
}
.specificate-list li a {
  display: block;
  padding: 0 18px;
  min-width: 100%;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 18px;
  color: #777777;
}
.containers {
  margin: auto;
  max-width: 100%;
  width: 1200px;
}
.product-introduct {
  padding: 50px 0 0;
  text-align: center;
}
.product-introduct img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-ptop {
  position: relative;
  padding-bottom: 42px;
  margin: auto;
  max-width: 100%;
  width: 576px;
  text-align: center;
}
.product-ptop i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: #DDDDDD;
}
.product-ptop i:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 100%;
  background: #2371FF;
}
.product-ptop strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 40px;
}
.product-ptop p {
  color: #999999;
  font-size: 14px;
  line-height: 1.3;
}
.product-pbott {
  margin: auto;
  margin-top: 0;
  max-width: 100%;
}
.product-pbott p {
  color: #777777;
  font-size: 16px;
  line-height: 2;
}
.selling {
  margin-bottom: 98px;
  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;
}
.selling li {
  margin-right: 70px;
}
.selling li:last-child {
  margin-right: 0;
}
.selling li b {
  display: block;
  position: relative;
  z-index: 2;
  width: 119px;
  height: 119px;
  border: 1px solid #CFCFCF;
  border-radius: 50%;
  overflow: hidden;
}
.selling li b:before {
  content: "";
  width: 100%;
  height: 0;
  background: #2371FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.selling li b:hover,
.selling li b.active {
  color: #2371FF;
}
.selling li b:hover:before,
.selling li b.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.selling li b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.selling li b img.hide {
  opacity: 0;
  visibility: hidden;
}
.selling li:hover b img.show {
  opacity: 0;
  visibility: hidden;
}
.selling li:hover b img.hide {
  opacity: 1;
  visibility: visible;
}
.selling li span {
  display: block;
  margin-top: 26px;
  line-height: 1.2;
  color: #999999;
  font-size: 20px;
}
.features-banner {
  margin-bottom: 94px;
}
.features-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.features-list {
  padding: 90px 0 60px;
  width: 870px;
  margin: auto;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.features-item {
  float: left;
  margin-bottom: 60px;
  width: 38.27%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.features-item:nth-child(2n+2) {
  float: right;
}
.features-item b {
  display: block;
  width: 41px;
  height: 41px;
  text-align: center;
}
.features-item b img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.features-text {
  margin-left: 26px;
}
.features-text strong {
  display: block;
  margin-bottom: 12px;
  color: #555555;
  font-size: 20px;
  line-height: 1.2;
}
.features-text p {
  color: #777777;
  font-size: 14px;
}
.comparison {
  padding: 60px 0 70px;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.product-ptop1 strong,
.product-ptop1 p {
  color: #fff;
}
.product-ptop1 i {
  background: #fff;
}
.protable {
  margin: auto;
  margin-top: 76px;
  width: 840px;
}
.protable table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0px;
}
.protable table thead tr th {
  border-left: 2px solid #F0F0F0;
  width: 25%;
  height: 74px;
  background: #2371FF;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.protable table thead tr th:first-child {
  font-size: 18px;
  border-left: none;
}
.protable table tbody tr td {
  height: 74px;
  text-align: center;
  color: #555555;
  font-size: 16px;
  border: 2px solid #F0F0F0;
}
.protable table tbody tr td:first-child {
  font-size: 18px;
}
.hardware {
  margin-top: 140px;
}
.hardware-list {
  padding-bottom: 100px;
  overflow: hidden;
  margin-top: 96px;
}
.hardware-list li {
  float: left;
  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;
  margin-bottom: 62px;
  width: 39%;
}
.hardware-list li:nth-child(2n+2) {
  float: right;
}
.hardware-list li figure {
  width: 43.88%;
}
.hardware-list li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.hardware-text {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 22px;
}
.hardware-text strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
}
.hardware-text p {
  color: #777777;
  font-size: 14px;
}
.applicates {
  margin-top: 80px;
  overflow: hidden;
}
.applicates li {
  float: left;
  margin-bottom: 40px;
  width: 48.333%;
}
.applicates li:nth-child(2n+2) {
  float: right;
}
.applicates li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.applicate-info {
  margin-top: 36px;
}
.applicate-info strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
}
.applicate-info p {
  color: #777777;
  font-size: 14px;
  line-height: 1.4;
}
.product-size {
  padding-top: 140px;
}
.prosize-imgs {
  margin-top: 50px;
  text-align: center;
}
.prosize-imgs img {
  display: inline-block;
  margin: auto;
  max-width: 100%;
}
.proimgs img {
  max-width: 100%;
  height: auto;
}
.accessories {
  position: relative;
  padding: 100px 7.6% 140px;
}
.picks-list1 {
  margin-top: 60px;
}
.picks-list1 li {
  margin-right: 3.426%;
  width: 22.43%;
}
.picks-list1 li a .picks-tt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.picks-list1 li a .picks-tt span {
  color: #777777;
  margin-left: 16px;
}
.picks-list1 li:nth-child(4n+4) {
  margin-right: 0;
}
.product-detail-list1 {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-list1 li {
  margin-right: 2%;
  margin-bottom: 30px;
  width: 32%;
}
.product-detail-list1 li:nth-child(3n+3) {
  margin-right: 0;
}
.product-detail-list1 li figure {
  position: relative;
  display: block;
  padding-bottom: 68.42%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-detail-list1 li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.product-detail-list1 li span {
  display: block;
  margin-top: 30px;
  color: #555555;
  font-size: 20px;
}
.other-style1 {
  position: relative;
  margin-top: 112px;
}
.other-yy {
  position: relative;
  margin: auto;
  width: 520px;
}
.other-yy figure {
  position: relative;
  z-index: 2;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #EFF5FF;
}
.other-yy figure:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -41.15%;
  margin-top: -41.15%;
  content: "";
  width: 82.3%;
  height: 82.3%;
  background: #E5EEFF;
  border-radius: 50%;
  z-index: -1;
}
.other-yy figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.communicate li {
  position: absolute;
  width: 248px;
  z-index: 3;
}
.communicate li:nth-child(2n+2) b {
  text-align: left;
}
.communicate li:nth-child(2n+2) .communicate-info strong,
.communicate li:nth-child(2n+2) .communicate-info p {
  text-align: left;
}
.communicate li.communi1 {
  left: -248px;
  top: -35px;
}
.communicate li.communi2 {
  left: 100%;
  top: -35px;
}
.communicate li.communi3 {
  left: -298px;
  top: 182px;
}
.communicate li.communi4 {
  left: 100%;
  margin-left: 52px;
  top: 182px;
}
.communicate li.communi5 {
  left: -224px;
  bottom: -54px;
}
.communicate li.communi6 {
  left: 100%;
  bottom: -54px;
}
.communicate li b {
  display: block;
  text-align: right;
  line-height: 1;
  height: 40px;
}
.communicate li b img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
.communicate-info {
  margin-top: 15px;
}
.communicate-info strong {
  display: block;
  text-align: right;
  margin-bottom: 18px;
  color: #555555;
  font-size: 20px;
  line-height: 1.3;
}
.communicate-info p {
  color: #777777;
  font-size: 14px;
  text-align: right;
  line-height: 1.4;
}
.applicate-list1 {
  margin-top: 77px;
  overflow: hidden;
}
.applicate-list1 li {
  float: left;
  margin-bottom: 62px;
  width: 48.3333%;
}
.applicate-list1 li figure {
  position: relative;
  display: block;
  padding-bottom: 56.89%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.applicate-list1 li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.applicate-list1 li:nth-child(2n+2) {
  float: right;
}
.scenarios {
  overflow: hidden;
  margin-top: 41px;
}
.scenarios b {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #DDDDDD;
  text-align: center;
  line-height: 70px;
  color: #777777;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
}
.scenarios-info {
  margin-left: 124px;
}
.scenarios-info strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
}
.scenarios-info p {
  color: #777777;
  font-size: 14px;
  width: 342px;
  max-width: 100%;
}
.headlines {
  margin-top: 70px;
}
.headline-item {
  margin-bottom: 40px;
}
.headline-top {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
.headline-top strong {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 70px;
  width: 362px;
  height: 100px;
  background: #2371FF;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
}
.headline-info {
  flex: 1;
  margin-left: -73px;
  padding-left: 73px;
  padding-right: 82px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50px;
  background: #F0F0F0;
}
.headline-info span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
}
.headline-info p {
  color: #999999;
  font-size: 14px;
  line-height: 1.4;
}
.headline-imgs {
  margin-top: 57px;
}
.headline-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.secondarys {
  margin-top: 78px;
}
.secondarys li {
  position: relative;
  margin-bottom: 22px;
}
.secondarys li figure {
  position: relative;
  display: block;
  padding-bottom: 26.1666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.secondarys li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.secondarys li:nth-child(2n+2) .secondarys-text {
  left: auto;
  right: 0;
}
.secondarys-text {
  position: absolute;
  left: 65px;
  top: 50%;
  transform: translateY(-50%);
  width: 470px;
}
.secondarys-text strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.secondarys-text p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
}
.Secondary1 {
  margin-top: 77px;
}
.Secondary1 li {
  margin-bottom: 44px;
  display: flex;
  align-items: center;
}
.Secondary1 li figure {
  width: 51.6666%;
}
.Secondary1 li figure img {
  display: block;
  width: 100%;
  height: auto;
}
.secommdend-text {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 74px 56px 80px;
  background: #F0F0F0;
  margin-left: -40px;
  width: 51.6666%;
}
.secommdend-text strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #555555;
  font-size: 24px;
}
.secommdend-text p {
  color: #999999;
  font-size: 14px;
  line-height: 1.4;
}
.parameters {
  padding-top: 40px;
  margin: auto;
  width: 1200px;
  max-width: 100%;
}
.parameters-table {
  margin-bottom: 80px;
}
.parameters-table:last-child {
  margin-bottom: 0;
}
.parameters-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.parameters-table table thead tr th {
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #5285dc;
  border: 1px solid #fff;
}
.parameters-table table tbody tr td {
  height: 40px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  font-family: Arial, Helvetica, sans-serif;
}
.pin {
  text-align: center;
}
.pin img {
  margin: auto;
  max-width: 100%;
}
.parameters-table1 {
  margin-top: 0;
  margin-bottom: 0;
}
.module-view .catalog-in {
  padding-top: 80px;
  padding-bottom: 0;
}
.module-view .catalog-in .catalog-table {
  margin-bottom: 0;
}
.order-way-item {
  padding-bottom: 40px;
}
.order-way-item:last-child {
  padding-bottom: 0;
}
.order-title {
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  line-height: 1.2;
  color: #2371FF;
  font-size: 22px;
}
.salesman1 li {
  margin-bottom: 10px;
}
.technicals {
  margin-left: 12px;
}
.technicals p {
  color: #555555;
  font-size: 14px;
}
.technicals b {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}
.download-item {
  margin-bottom: 62px;
}
.download-item:last-child {
  margin-bottom: 0;
}
.download-list {
  padding-top: 26px;
  width: 375px;
  max-width: 100%;
}
.download-list .download-in {
  margin-bottom: 20px;
}
.download-in 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;
  position: relative;
  padding-right: 24px;
}
.download-in a:hover i,
.download-in a:hover p,
.download-in a:hover b {
  color: #2371FF;
}
.download-in i {
  display: block;
  margin-right: 20px;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.download-in p {
  color: #666666;
  font-size: 14px;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.download-in b {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
}
.tutoria {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.tutoria li {
  position: relative;
  margin-right: 2.6%;
  width: 31.6%;
  margin-bottom: 55px;
  cursor: pointer;
}
.tutoria li: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);
}
.tutoria li:nth-child(3n+3) {
  margin-right: 0;
}
.tutoria li figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.tutoria li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.58s;
  object-fit: cover;
}
.tutoria li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tutoria-text {
  position: absolute;
  left: 32px;
  right: 32px;
  top: 50%;
  margin-top: -60px;
  z-index: 5;
  text-align: center;
}
.tutoria-text b {
  display: block;
  margin: auto;
  margin-bottom: 22px;
  width: 41px;
  height: 41px;
  background: url(../images/videobtn3.png) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.tutoria-text p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pop-inquiry {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
  pointer-events: none;
}
.pop-inquiry.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.send-inquiry {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 980px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 77px 78px;
  background: #fff;
}
.send-inquiry .send-close {
  position: absolute;
  right: 36px;
  top: 24px;
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.send-inquiry .send-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.send-tt {
  display: block;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
  color: #666666;
  font-size: 24px;
}
.message-row1 .message-item span {
  color: #777777;
}
.message-row1 .message-item .text {
  border-color: #999999;
}
.message-row1 .country .country-sele {
  border-color: #999999;
  color: #777777;
  outline: none;
}
.message-row1 .message-wr {
  border-color: #999999;
}
.message-row1 .message-wr span {
  color: #777777;
}
.sed-ebyte1 .used-radio {
  border-color: #999999;
}
.sed-ebyte1 .used-radio .used-name {
  color: #777777;
}
.sed-ebyte1 .radio-item span {
  border-color: #CFCFCF;
}
.sed-ebyte1 .radio-item b {
  color: #999999;
}
.faq-li li {
  padding: 45px 0 50px;
  border-bottom: 1px solid #CFCFCF;
}
.faq-li-item {
  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;
  margin-bottom: 18px;
}
.faq-li-item:last-child {
  margin-bottom: 0;
}
.faq-li-item span {
  display: block;
  width: 126px;
  color: #2371FF;
  font-size: 20px;
}
.faq-li-item p {
  color: #555555;
  font-size: 20px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-banner {
  position: absolute;
  left: 50%;
  margin-left: -337px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 674px;
  text-align: center;
}
.search-banner strong {
  display: block;
  margin-bottom: 80px;
  line-height: 1;
  color: #FFFFFF;
  font-size: 70px;
  font-weight: normal;
}
.search-b {
  position: relative;
  padding-right: 114px;
}
.search-b .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  width: 100%;
  height: 64px;
  line-height: 64px;
  color: #999999;
  font-size: 14px;
  background: #fff;
  border: none;
  outline: none;
  font-weight: bold;
}
.search-b .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #2371FF;
  color: #fff;
  font-size: 14px;
  border: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search-boxs {
  margin: auto;
  width: 1430px;
  max-width: 90%;
}
.search-top {
  padding-top: 90px;
  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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 1px solid #D6D6D6;
}
.search-navs {
  margin-left: 18px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.search-navs li {
  margin-right: 7.3vw;
}
.search-navs li:last-child {
  margin-right: 0;
}
.search-navs li:hover a,
.search-navs li.active a {
  color: #2371FF;
}
.search-navs li:hover a:before,
.search-navs li.active a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.search-navs li a {
  display: block;
  position: relative;
  padding-bottom: 32px;
  line-height: 1;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
}
.search-navs li a:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 5px;
  background: #2371FF;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
}
.search-keywork {
  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;
  line-height: 1;
}
.search-keywork b {
  display: block;
  margin-right: 8px;
  color: #2371FF;
  font-size: 18px;
}
.search-keywork p {
  color: #555555;
  font-size: 18px;
}
.search-keywork p span {
  color: #F45222;
  font-size: 22px;
}
.product-search {
  padding: 90px 0 96px;
}
.product-search-list {
  margin-bottom: 117px;
}
.product-search-list li {
  padding: 50px 0 46px;
  border-bottom: 1px solid #CFCFCF;
}
.product-search-list li 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;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-search-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);
}
.product-search-list li figure {
  position: relative;
  display: block;
  width: 360px;
  height: 200px;
}
.product-search-list li 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;
}
.prosearch-tetx {
  width: 64.9%;
}
.prosearch-tetx strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}
.prosearch-tetx strong b {
  color: #2371FF;
}
.prosearch-tetx p {
  color: #555555;
  font-size: 16px;
}
.prosearch-tetx p b {
  color: #2371FF;
  font-weight: normal;
}
.search-news {
  padding: 26px 0 96px;
}
.search-news-list {
  margin-bottom: 100px;
}
.search-news-list li {
  padding: 70px 0 40px;
  border-bottom: 1px solid #D6D6D6;
}
.search-news-list li a:hover strong {
  color: #2371FF;
}
.search-news-list li a time {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #999999;
  font-size: 14px;
}
.search-news-list li a strong {
  display: block;
  margin-bottom: 26px;
  color: #555555;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.search-news-list li a p {
  color: #777777;
  font-size: 16px;
}
.search-news-list li a p b {
  color: #2371FF;
}
.download-li {
  margin-top: 50px;
  margin-bottom: 87px;
}
.download-li li a {
  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;
  padding: 28px 0;
  border-bottom: 1px solid #D6D6D6;
}
.download-li li a:hover strong {
  color: #2371FF;
}
.download-li li a:hover strong i {
  color: #2371FF;
}
.download-li li a:hover b {
  color: #2371FF;
}
.download-li li a strong {
  display: block;
  line-height: 1.5;
  color: #555555;
  font-size: 16px;
  width: 88%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-li li a strong i {
  display: inline-block;
  margin-right: 32px;
  color: #999999;
  font-size: 23px;
  font-style: normal;
  -webkit-transition: 0.36s;
  -o-transition: 0.36s;
  -moz-transition: 0.36s;
  transition: 0.36s;
  font-weight: normal;
}
.download-li li a b {
  display: block;
  margin-right: 40px;
  line-height: 1;
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.search-news .video-lists {
  margin-top: 70px;
}
.product-btn .pro-shooping {
  width: 24%;
  position: relative;
}
.product-btn .pro-shooping > a {
  width: 100%;
  margin-bottom: 4px;
}
.product-btn .pro-shooping:hover .m-share-down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.faq-btns {
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
}
.faq-btn-list {
  display: flex;
}
.faq-btn-list li {
  position: relative;
  flex: 1;
  padding: 0 40px;
}
.faq-btn-list li:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 22px;
  background: #2371FF;
}
.faq-btn-list li:last-child {
  padding-right: 0;
}
.faq-btn-list li:first-child {
  padding-left: 0;
}
.faq-btn-list li:last-child:before {
  display: none;
}
.faq-btn-list li:hover a,
.faq-btn-list li.active a {
  color: #2371FF;
}
.faq-btn-list li:hover a:before,
.faq-btn-list li.active a:before {
  transform: scaleY(1);
}
.faq-btn-list li:hover a:after,
.faq-btn-list li.active a:after {
  opacity: 1;
  visibility: visible;
  bottom: 2px;
}
.faq-btn-list li a {
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  line-height: 22px;
  color: #666666;
  font-size: 20px;
}
.faq-btn-list li a:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 4px;
  background: #2371FF;
  transform: scaleY(0);
  transition: 0.3s;
  transform-origin: center bottom;
}
.faq-btn-list li a:after {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 2px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #2371FF;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  transition: 0.32s;
}
.module-search {
  margin-bottom: 40px;
  margin-left: 0;
  width: 648px;
}
.module-search .text {
  color: #1758b4;
}
.compare-banner {
  position: relative;
  padding-left: 126px;
  height: 120px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.compare-banner strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.compare-box {
  padding: 25px 126px 70px;
}
.compare-results {
  background: #5f8bcc;
  display: flex;
  height: 48px;
}
.compare-title {
  display: block;
  width: 14.26%;
  height: 48px;
  box-sizing: border-box;
  background: #3b63ae;
}
.compare-title strong {
  display: block;
  position: relative;
  line-height: 48px;
  margin-left: 24px;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.compare-title strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 5px;
  height: 16px;
  background: #fff;
}
.compare-same {
  display: flex;
  align-items: center;
  margin-left: 48px;
}
.compare-same-item {
  margin-right: 56px;
}
.compare-same-item:last-child {
  margin-right: 0;
}
.compare-same-item.active label b:before {
  width: 10px;
}
.compare-same-item label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.compare-same-item label input {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.compare-same-item label b {
  display: block;
  position: relative;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
}
.compare-same-item label b:before {
  position: absolute;
  left: 1px;
  top: 2px;
  content: "";
  width: 10px;
  width: 0;
  height: 9px;
  line-height: 1;
  background: url(../images/arrow8.png) left center no-repeat;
  transition: 0.28s;
}
.compare-same-item label span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.compare-supplier {
  position: relative;
  padding-left: 14.28%;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.supplier-item {
  position: relative;
  width: 25%;
  padding: 60px 0 50px;
}
.supplier-item:before {
  position: absolute;
  left: 0;
  top: 82px;
  bottom: 82px;
  content: "";
  border-left: 1px dashed #dddddd;
}
.supplier-item figure {
  position: relative;
  height: 84px;
}
.supplier-item figure img {
  display: block;
  margin: auto;
  width: auto;
  height: 100%;
}
.supplier-close {
  position: absolute;
  right: 26px;
  top: 38px;
  display: block;
  color: #808080;
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s;
}
.supplier-close:hover {
  transform: rotate(180deg);
}
.supplier-text {
  margin-top: 16px;
  text-align: center;
}
.supplier-text strong {
  display: block;
  line-height: 1.2;
  color: 16px;
}
.supplier-text p {
  margin-top: 8px;
  color: #f45223;
  font-size: 15px;
}
.supplier-btn {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}
.supplier-btn a {
  margin-right: 16px;
  display: inline-block;
  width: 91px;
  height: 31px;
  line-height: 31px;
  color: #262626;
  font-size: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 17px;
}
.supplier-btn a:last-child {
  margin-right: 0;
}
.supplier-btn a:hover,
.supplier-btn a.active {
  color: #fff;
  background: #3b63ae;
  border-color: #3b63ae;
}
.compare-prev {
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #7d7d7d;
  z-index: 10;
  transition: 0.38s;
}
.compare-prev:hover {
  background: #3b63ae;
}
.compare-prev.prev {
  left: 7.14%;
  margin-left: -13px;
}
.compare-prev.next {
  right: 12px;
}
.compare-list {
  display: flex;
}
.compare-head {
  width: 14.28%;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.compare-table tbody tr td {
  align-items: center;
  height: 40px;
  color: #3d3d3d;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #dddddd;
  margin-top: -1px;
  text-align: center;
  width: 21.25%;
}
.compare-table tbody tr td:nth-child(1) {
  padding-left: 36px;
  text-align: left;
  width: 15%;
  color: #3d3d3d;
  font-weight: bold;
}
.compare-table tbody tr:nth-child(2n+2) td {
  background: #f3f6fd;
}
.compare-table tbody tr.active td {
  color: #f45223;
  font-weight: bold;
}
.compare-table tbody tr.active td:first-child {
  color: #3b63ae;
}
.contrast-flex {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #dae2ed;
  padding: 12px 6.56%;
  box-sizing: border-box;
  z-index: 39;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contrast-flex.pos {
  position: absolute;
}
.contrast-tab {
  position: relative;
  width: 66.14%;
  padding: 0 2.77%;
  box-sizing: border-box;
}
.contrast-swiprs .contrast-item {
  width: 234px;
}
.contrast-swiprs .contrast-item b {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 3;
  transition: 0.3s;
  background: url(../images/close2.png) center no-repeat;
}
.contrast-swiprs .contrast-item b:hover {
  transform: rotate(180deg);
}
.contrast-swiprs .contrast-item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 16px;
  background: #fff;
  border-radius: 6px;
}
.contrast-swiprs .contrast-item a:hover span {
  color: #3b63ae;
}
.contrast-swiprs .contrast-item a figure {
  display: block;
  width: 37%;
}
.contrast-swiprs .contrast-item a figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contrast-swiprs .contrast-item a span {
  display: block;
  margin-left: 15px;
  color: #3b3b3b;
  font-size: 15px;
  transition: 0.4s;
}
.contra-prev {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  color: #868686;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  transition: 0.4s;
}
.contra-prev:hover {
  color: #f45223;
}
.contra-prev.prev {
  left: 0;
}
.contra-prev.next {
  right: 0;
}
.contrast-bns {
  margin-left: 48px;
  display: flex;
}
.contrast-bns a {
  display: block;
  margin-right: 14px;
  width: 158px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  border-radius: 21px;
  background: #3b63ae;
  text-align: center;
  font-size: 14px;
}
.contrast-bns a:last-child {
  box-sizing: border-box;
  margin-bottom: 0;
  border: 1px solid #9b9b9b;
  color: #222222;
  background: #fff;
  line-height: 39px;
}
.contrast-bns a:last-child i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
  color: #f45223;
  transition: 0.35s;
}
.contrast-bns a:last-child:hover {
  border-color: #f45223;
  background: #f45223;
  color: #fff;
}
.contrast-bns a:last-child:hover i {
  color: #fff;
}
.clear-all {
  cursor: pointer;
  color: #222222;
  font-size: 14px;
  transition: 0.4s;
}
.clear-all:hover {
  color: #f45223;
}
.clear-all:hover i {
  color: #f45223;
  transform: rotate(180deg);
}
.clear-all i {
  display: inline-block;
  margin-left: 12px;
  color: #8b8e92;
  font-size: 16px;
  font-style: normal;
  transition: 0.4s;
}
.scrollTop {
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 199;
  width: 56px;
  height: 56px;
  background: #2371FF;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: 0.4s;
  display: none;
}
.scrollTop:hover {
  background: #f45223;
  line-height: 48px;
}
.picks-scroll {
  margin: auto;
  max-width: 100%;
  width: 1420px;
  color: #777777;
}
.picks-scroll img {
  max-width: 100% !important;
  width: auto;
  height: auto;
}
.oems {
  width: 100%;
  overflow: auto;
}
.oems img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.oems table {
  max-width: 1200px !important;
  width: 90% !important;
  margin: 0 auto;
}
.sage {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 362px;
  z-index: 39;
}
.sage.hide .sage-show {
  opacity: 1;
  visibility: visible;
  left: -46px;
}
.sage.hide .sage-text {
  left: 0;
}
.sage-text {
  position: absolute;
  top: 0;
  left: -180px;
  background: #F6F6F6;
  box-sizing: border-box;
  width: 180px;
  padding: 30px 15px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  transition: 0.68s;
}
.sage-close {
  display: block;
  position: absolute;
  right: 8px;
  top: 12px;
  line-height: 1;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
  transition: 0.35s;
}
.sage-close:hover {
  transform: rotate(180deg);
}
.sage-show {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  background: #2371FF;
  color: #fff;
  transition: 0.5s;
  padding: 20px 0;
  cursor: pointer;
}
.sage-show small {
  display: block;
  margin: auto;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  width: 14px;
  text-align: center;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.sage-title {
  margin-bottom: 16px;
  color: #2371FF;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.sage-row {
  position: relative;
  margin-bottom: 5px;
}
.sage-row input,
.sage-row textarea {
  box-sizing: border-box;
  padding: 0;
  padding-left: 16px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  color: #999999;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  border: none;
  outline: none;
  border: 1px solid #fff;
  transition: 0.2s;
}
.sage-row input:focus,
.sage-row textarea:focus {
  border-color: #2371FF;
}
.sage-row textarea {
  padding: 6px 12px 14px 16px;
  height: 80px;
  line-height: 1.3;
  resize: none;
  font-family: "arial";
}
.sage-row i {
  display: block;
  position: absolute;
  left: 6px;
  top: 7px;
  line-height: 1;
  color: #F45222;
  font-size: 18px;
  font-style: normal;
}
.sage-sub {
  text-align: center;
  padding-top: 8px;
}
.sage-sub input {
  margin: auto;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: none;
  border-radius: 4px;
  background: #2371FF;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.online-service {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 39;
  width: 0px;
  height: 360px;
}
.online-service:hover .online-defeal {
  right: -46px;
  transition-delay: 0.1s;
}
.online-service:hover .online-text {
  right: 0;
}
.online-defeal {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  background: #F6F6F6;
  height: 150px;
  box-sizing: border-box;
  padding-top: 22px;
  cursor: pointer;
  transition: 0.4s;
}
.online-defeal img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: -20px;
  width: 28px;
}
.online-defeal small {
  display: block;
  margin: auto;
  color: #2371FF;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  width: 14px;
  text-align: center;
  writing-mode: vertical-rl;
  font-weight: bold;
}
.online-text {
  position: absolute;
  right: -300px;
  bottom: 0;
  padding: 40px 23px 35px;
  background: #F6F6F6;
  box-sizing: border-box;
  width: 180px;
  transition: 0.68s;
}
.online-img {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -40px;
  width: 60px;
}
.online-row {
  margin-bottom: 5px;
}
.online-row a {
  display: block;
  position: relative;
  padding-left: 30px;
  border-radius: 4px;
  color: #999999;
  font-size: 14px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.online-row a:hover img {
  filter: grayscale(0%);
  filter: none;
  opacity: 1;
}
.online-row a:hover span {
  color: #2371FF;
}
.online-row a img {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  max-width: 15px;
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.8;
  transition: 0.36s;
}
.online-row a span {
  display: block;
  color: #999999;
  font-size: 12px;
  transition: 0.3s;
}
.online-tel {
  padding-top: 15px;
  text-align: center;
}
.online-tel b {
  text-align: center;
}
.online-tel b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.online-tel span {
  display: block;
  line-height: 1;
  color: #2371FF;
  font-size: 14px;
  font-family: "arial";
  font-weight: bold;
}
.module-desc-TT {
  font-size: 16px;
  margin-bottom: 35px;
}
.module-desc-TT .title {
  font-size: 30px;
  color: #222222;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 500;
}
.module-desc-TT .c {
  color: #333333;
}
.module-desc-TT a {
  color: #f45223;
  text-decoration: underline;
}
.module-desc-TT a:hover {
  color: #2371FF;
}
