@font-face {
  font-family: 'LIGHT';
  src: url('../fonts/POPPINS-LIGHT.eot');
  src: url('../fonts/POPPINS-LIGHT.eot?#font-spider') format('embedded-opentype'), url('../fonts/POPPINS-LIGHT.woff') format('woff'), url('../fonts/POPPINS-LIGHT.ttf') format('truetype'), url('../fonts/POPPINS-LIGHT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'REGULAR';
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.eot?#font-spider') format('embedded-opentype'), url('../fonts/POPPINS-REGULAR.woff') format('woff'), url('../fonts/POPPINS-REGULAR.ttf') format('truetype'), url('../fonts/POPPINS-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SEMIBOLD';
  src: url('../fonts/POPPINS-SEMIBOLD.eot');
  src: url('../fonts/POPPINS-SEMIBOLD.eot?#font-spider') format('embedded-opentype'), url('../fonts/POPPINS-SEMIBOLD.woff') format('woff'), url('../fonts/POPPINS-SEMIBOLD.ttf') format('truetype'), url('../fonts/POPPINS-SEMIBOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Cnd';
  src: url('../fonts/AkzidenzGroteskBQ-Cnd.eot');
  src: url('../fonts/AkzidenzGroteskBQ-Cnd.eot?#font-spider') format('embedded-opentype'), url('../fonts/AkzidenzGroteskBQ-Cnd.woff') format('woff'), url('../fonts/AkzidenzGroteskBQ-Cnd.ttf') format('truetype'), url('../fonts/AkzidenzGroteskBQ-Cnd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '老報宋';
  src: url('../fonts/老報宋.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Normal';
  src: url('../fonts/SourceHanSansCN-Normal.0tf') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: siyuan;
  src: url(../fonts/SourceHanSansCNRegular.ttf);
}
/*---------------------------------------------------公共样式---------------------------------------------------*/
.container-14 {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.container-14.nopa {
  padding: 0;
  width: 100%;
}
.title {
  position: relative;
}
.title .en {
  font-size: 16px;
  line-height: 36px;
  color: #3F424E;
  font-family: 'REGULAR';
  text-transform: uppercase;
}
.title .cn {
  position: relative;
  font-size: 36px;
  line-height: 1.2;
  color: #000000;
  margin: 5px 0 22px;
  font-family: "Noto Sans SC";
  font-weight: 400;
}
.title .dot {
  width: 100%;
  display: block;
  position: relative;
  font-size: 0;
}
.title .dot img {
  vertical-align: top;
}
.title .dot:before,
.title .dot:after {
  content: '';
  width: 48%;
  height: 1px;
  background: #dfe0e5;
  position: absolute;
  top: 7px;
}
.title .dot:before {
  left: 0;
}
.title .dot:after {
  right: 0;
}
.title .dot1:before,
.title .dot1:after {
  background: #e5e6ea;
}
.title .dot2:before,
.title .dot2:after {
  background: #e1e2e8;
}
.title .dot3:before,
.title .dot3:after {
  background: #e1e3e9;
}
.title .dot4:before,
.title .dot4:after {
  background: #dbdde3;
}
.title .sub-title {
  font-size: 18px;
  line-height: 1;
  color: #006EDD;
  margin: 30px 0;
  font-weight: 400;
}
.title .more-title {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #006EDD;
  cursor: pointer;
  overflow: hidden;
}
.title .more-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #006EDD;
  transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  opacity: 1;
  filter: alpha(opacity=100);
}
.title .more-title span:nth-child(2) {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.title .more-title span:after {
  content: '';
  width: 17px;
  height: 7px;
  background: url(../images/case-icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.title .more-title:hover span:nth-child(1) {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}
.title .more-title:hover span:nth-child(2) {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.more {
  width: 100%;
  display: block;
  line-height: 46px;
  text-align: center;
  background-color: #006EDD;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.more span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}
.more:before,
.more:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
}
.more:before {
  background: #628aff;
  z-index: 1;
}
.more:after {
  background: url(../images/arr-icon-white.png) no-repeat center;
  z-index: 2;
}
.more:hover span {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
}
.more:hover:before,
.more:hover:after {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.solution-more {
  font-family: 'SEMIBOLD';
}
.about-more {
  width: 31.9178%;
  margin: 0 auto;
  font-family: 'SEMIBOLD';
}
.list-more {
  line-height: 56px;
  width: 30.6589%;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}
.list-more:after {
  content: attr(data-text);
  background: none;
}
.back-more {
  width: 206px;
  margin: 30px 0;
}
.back-more:after {
  content: attr(data-text);
  background: none;
}
.to-detail {
  height: 56px;
  background: #fff;
  padding-right: 16px;
  border-radius: 4px 0 0 0;
  font-size: 0;
  transition: 0.26s cubic-bezier(0.62, 0.02, 0.34, 1);
  -ms-transition: 0.26s cubic-bezier(0.62, 0.02, 0.34, 1);
  -o-transition: 0.26s cubic-bezier(0.62, 0.02, 0.34, 1);
  -webkit-transition: 0.26s cubic-bezier(0.62, 0.02, 0.34, 1);
  -moz-transition: 0.26s cubic-bezier(0.62, 0.02, 0.34, 1);
}
.to-detail .detail-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #628aff;
  text-transform: uppercase;
  font-family: 'SEMIBOLD';
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.to-detail .detail-img {
  width: 32px;
  height: 7px;
  background: url(../images/arr-icon-blue.png) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  margin-top: 24px;
  margin-left: 16px;
}
.to-detail:hover {
  padding-left: 115px;
  padding-right: 35px;
}
.to-detail:hover .detail-txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.26s 0.1s;
  -ms-transition: 0.26s 0.1s;
  -o-transition: 0.26s 0.1s;
  -webkit-transition: 0.26s 0.1s;
  -moz-transition: 0.26s 0.1s;
}
.arr {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: #fff;
  cursor: pointer;
  z-index: 9;
  -webkit-box-shadow: 1px 10px 29px 0px rgba(21, 49, 83, 0.14);
  box-shadow: 1px 10px 29px 0px rgba(21, 49, 83, 0.14);
}
.arr:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #006EDD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.arr:after {
  content: '';
  width: 12px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 3;
}
.arr:hover:before,
.arr.cur:before {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-box-shadow: 1px 12px 42px 0px rgba(0, 42, 163, 0.33);
  box-shadow: 1px 12px 42px 0px rgba(0, 42, 163, 0.33);
}
.arr:hover:after,
.arr.cur:after {
  background-position: -12px 0;
}
.arr-left {
  left: -84px;
}
.arr-left:after {
  background: url(../images/arr-left.png) no-repeat;
}
.arr-right {
  right: -84px;
}
.arr-right:after {
  background: url(../images/arr-right.png) no-repeat;
}
.swiper-pagination {
  font-size: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  position: relative;
  margin: 0 7px;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(98, 138, 255, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #a2a8b7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.swiper-pagination .swiper-pagination-bullet-active:after {
  background: #628aff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/*---------------------------------------------------头部---------------------------------------------------*/
.header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.8);
}
.header:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header-in .logo {
  margin-top: 26px;
  width: 150px;
  margin-left: -100%;
}
.header-in .logo a {
  display: block;
  width: 198px;
  height: 38px;
  background: url(../images/logo.png) no-repeat;
  background-size: cover;
  background-position: -198px;
}
.header-in .header-r {
  width: 220px;
  margin-top: 20px;
  font-size: 0;
  margin-left: -220px;
}
.header-in .header-r:before {
  content: '';
  width: 52px;
  height: 52px;
  background-image: url(../images/tel-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-position: -52px;
}
.header-in .header-r .hot-tel {
  display: inline-block;
  vertical-align: middle;
}
.header-in .header-r a {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-family: 'REGULAR';
  margin-bottom: 4px;
  color: #fff;
}
.header-in .header-r p {
  font-size: 14px;
  line-height: 24px;
  color: #8f96a4;
}
.menu {
  width: 100%;
}
.menu ul {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.menu li {
  float: left;
  padding: 46px 0 15px;
  position: relative;
}
.menu li:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.menu li:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.menu li > a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 0 40px;
}
.menu li:hover > a,
.menu li.cur > a {
  font-size: 16px;
  font-weight: bold;
}
.menu li:hover:after,
.menu li.cur:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu li:hover dl {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  display: none;
}
.menu li:hover .menu-box {
  display: flex;
  transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  -o-transform: translate(-50%, 10px);
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
}
.menu li .xs-show {
  display: none;
}
.menu li.cur:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.menu li.no-son:hover:after {
  opacity: 0 !important;
}
.menu .menu-box {
  line-height: 1;
  align-items: flex-start;
  width: auto;
  position: fixed;
  top: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  padding: 30px 20px 30px 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  -o-transform: translate(-50%, 20px);
  -webkit-transform: translate(-50%, 20px);
  -moz-transform: translate(-50%, 20px);
  transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  border-radius: 5px;
  display: none;
}
.menu .label {
  position: relative;
  padding: 0 20px;
  margin: 0 20px 0 0;
}
.menu .label:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 16px;
  width: 1px;
  background: #fff;
}
.menu .label .label-item {
  padding: 16px 36px;
}
.menu .label .label-item.cur {
  background: #006EDD;
  font-weight: bold;
  border-radius: 5px;
}
.menu .label .label-item.cur a {
  color: #fff;
}
.menu .label .label-item:hover {
  background: #006EDD;
  font-weight: bold;
  border-radius: 5px;
}
.menu .label .label-item:hover a {
  color: #fff;
}
.menu .label a {
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-size: 14px;
}
.menu .label-desc {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.menu .label-desc .desc-item {
  width: 200px;
  margin-right: 50px;
  margin-bottom: 24px;
  line-height: 16px;
  letter-spacing: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.menu .label-desc .desc-item:nth-child(3n) {
  margin-right: 0;
}
.menu .label-desc .desc-title {
  font-size: 16px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.menu .label-desc .desc-sub-title {
  font-size: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.menu dl {
  width: 100%;
  display: none;
}
.menu dd {
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  border-bottom: 1px solid #c3d5ff;
}
.menu dd > a {
  display: block;
  color: #71757f;
  font-size: 14px;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.menu dd > a:hover {
  color: #71757f;
}
.menu dd:hover {
  background: rgba(219, 225, 241, 0.41);
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.menu dd:hover > a {
  color: #628aff;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.header.on {
  -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
}
.header.on:after {
  top: 0;
}
.header.on .header-in .logo a {
  background-position: 0;
}
.header.on .header-in .header-r:before {
  background-position: -52px 0;
}
.header.on .header-in .header-r a {
  color: #628aff;
}
.header.on .menu li > a {
  color: #0c1224;
}
.header.on .menu li:hover > a,
.header.on .menu li.cur > a {
  font-size: 16px;
  font-weight: bold;
}
.header.on .menu-box {
  background: #fff;
}
.header.on .menu-box:after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #ffffff;
}
.header.on .label:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 16px;
  width: 1px;
  background: #71757F;
}
.header.on .label a {
  color: #0C1224;
}
.header.on .label-item.cur {
  background: #006EDD;
  font-weight: bold;
  border-radius: 5px;
}
.header.on .label-item.cur a {
  color: #fff;
}
.header.on .label-desc .desc-title {
  color: #0C1224;
}
.header.on .label-desc .desc-sub-title {
  color: #71757F;
}
/*---------------------------------------------------页脚---------------------------------------------------*/
.foot-top {
  background: #0b1123;
  padding: 3.75% 0 3.28125%;
  position: relative;
}
.foot-top:after {
  display: none;
  content: '';
  width: 131px;
  height: 147px;
  background: url(../images/foot-logo.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 14.0625%;
}
.foot-top p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 22px;
}
.foot-top .foot-menu {
  width: 58.4931%;
}
.foot-top .foot-menu li {
  float: left;
  width: 20%;
}
.foot-top .foot-menu dd {
  font-size: 14px;
  line-height: 34px;
}
.foot-top .foot-link {
  width: auto;
  margin-top: 20px;
}
.foot-top .foot-link .code {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.foot-top .foot-link .code-item {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  text-align: center;
  position: relative;
}
.foot-top .foot-link .code-item:first-child {
  margin-right: 55px;
}
.foot-top .foot-link .code-item:last-child {
  margin-right: 0;
}
.foot-top .foot-link .code-item .name {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.foot-top .foot-link .code-item .be-hover {
  position: absolute;
  top: -40px;
  left: -20px;
  max-width: 120px;
  width: 120px;
  height: auto;
}
.foot-top .foot-link .code-item .code-title {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 16px;
  color: #fff;
}
.foot-top .foot-link ul {
  margin: 0 -18px;
}
.foot-top .foot-link li {
  float: left;
  width: 33.3333%;
  padding: 0 18px;
  position: relative;
}
.foot-top .foot-link li a {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid #5d5d5d;
  border-radius: 50%;
  position: relative;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.foot-top .foot-link li a:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.foot-top .foot-link li:hover a {
  background: #628aff;
  border-color: #628aff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.foot-top .foot-link .wx a:after {
  width: 22px;
  height: 19px;
  background-image: url(../images/wx.png);
}
.foot-top .foot-link .wx .wx-code {
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 33;
}
.foot-top .foot-link .qq a:after {
  width: 21px;
  height: 24px;
  background-image: url(../images/qq.png);
}
.foot-top .foot-link .qq:hover a:after {
  background-position: 0 -24px;
}
.foot-top .foot-link .wb a:after {
  width: 24px;
  height: 19px;
  background-image: url(../images/wb.png);
}
.foot-top .foot-link .wb:hover a:after {
  background-position: 0 -19px;
}
.foot-bottom {
  background: #0b1123;
  padding: 30px 0 20px;
}
.foot-bottom span,
.foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
.foot-bottom .foot-slogan {
  font-size: 0;
}
.foot-bottom .foot-slogan span {
  margin-right: 18px;
}
.foot-bottom .foot-slogan a {
  font-size: 18px;
  line-height: 24px;
  color: #878787;
}
.foot-bottom .foot-slogan a:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #515151;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.foot-bottom .foot-slogan a:last-child:after {
  display: none;
}
.foot-bottom .copyright {
  font-size: 0;
}
.foot-bottom .copyright span {
  font-size: 12px;
  line-height: 30px;
  color: #878787;
}
.foot-bottom .copyright span.addr {
  padding: 0 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 13px;
  line-height: 13px;
}
.foot-bottom .copyright a {
  font-size: 12px;
  line-height: 30px;
  color: #878787;
  margin-left: 12px;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.foot-bottom .copyright a:hover {
  color: #628aff;
  transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
/*---------------------------------------------------侧边栏内容---------------------------------------------------*/
.aside {
  position: fixed;
  right: 2.8125%;
  top: 50%;
  z-index: 999;
}
.aside .aside-list {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 8px 0;
}
.aside .aside-list:hover .aside-hover {
  right: 150%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.aside .aside-hover {
  background: #fff;
  -webkit-box-shadow: 1px 10px 29px 0px rgba(27, 47, 104, 0.28);
  box-shadow: 1px 10px 29px 0px rgba(27, 47, 104, 0.28);
  position: absolute;
  right: 200%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  z-index: 1000;
}
.aside .aside-hover:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.aside .aside-hover .close {
  display: none;
}
.aside .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-linear-gradient(left, #61d2ee, #c68efd);
  background: -moz-linear-gradient(left, #61d2ee, #c68efd);
  background: -o-linear-gradient(left, #61d2ee, #c68efd);
  background: -ms-linear-gradient(left, #61d2ee, #c68efd);
  background-image: linear-gradient(to right, #61d2ee, #c68efd);
  position: relative;
  cursor: pointer;
}
.aside .icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.aside .icon1:before {
  width: 14px;
  height: 8px;
  background-image: url(../images/aside-icon1.png);
}
.aside .icon2:before {
  width: 20px;
  height: 20px;
  background-image: url(../images/aside-icon2.png);
}
.aside .icon3:before {
  width: 16px;
  height: 19px;
  background-image: url(../images/aside-icon3.png);
}
.aside .icon4:before {
  width: 21px;
  height: 18px;
  background-image: url(../images/aside-icon4.png);
}
.contact-con {
  width: 390px;
}
.contact-con .contact-top {
  background-color: #006EDD;
  padding: 15px 40px;
}
.contact-con .contact-top:before {
  content: '';
  width: 50px;
  height: 42px;
  background: url(../images/map-icon.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-con .contact-top .contact-top-main {
  display: inline-block;
  vertical-align: middle;
}
.contact-con .contact-top p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
}
.contact-con .contact-top a {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: 'SEMIBOLD';
}
.contact-con .contact-bottom {
  background: #fff;
  padding: 20px 40px 25px;
}
.contact-con .contact-bottom .contact-info > div {
  font-size: 0;
  margin-bottom: 12px;
}
.contact-con .contact-bottom .contact-info > div:before {
  content: '';
  width: 15px;
  height: 16px;
  background-image: url(../images/map-icon1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 3px;
}
.contact-con .contact-bottom .contact-info > div:nth-child(2):before {
  background-position: 0 -16px;
}
.contact-con .contact-bottom .contact-info > div:nth-child(3):before {
  background-position: 0 -32px;
}
.contact-con .contact-bottom .contact-info p {
  width: calc(100% - 30px);
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #71757f;
}
.contact-con .contact-bottom .contact-info p a {
  color: #71757f;
  transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
}
.contact-con .contact-bottom .contact-info p a:hover {
  color: #648bff;
}
.message-form {
  width: 534px;
  padding: 34px 34px 20px;
}
.message-form .form-tit {
  font-size: 24px;
  line-height: 30px;
  color: #0c1224;
  margin-bottom: 8px;
}
.message-form .ipt-wrap {
  font-size: 0;
  border-bottom: 1px solid #e1e3e8;
  margin-bottom: 10px;
}
.message-form label {
  width: 60px;
  font-size: 14px;
  line-height: 42px;
  color: #a6a6a6;
  display: inline-block;
  vertical-align: middle;
}
.message-form label span {
  width: 15px;
  color: #f00;
  display: inline-block;
}
.message-form input {
  width: calc(100% - 60px);
  height: 100%;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  color: #0c1224;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.message-form .ipt1 label {
  width: 120px;
}
.message-form .ipt1 input {
  width: calc(100% - 120px);
}
.message-form .ipt2 label {
  width: 85px;
}
.message-form .ipt2 input {
  width: calc(100% - 85px);
}
.message-form .submit {
  width: 100%;
  border-radius: 4px;
  background: -webkit-linear-gradient(left, #61d2ee, #c68efd);
  background: -moz-linear-gradient(left, #61d2ee, #c68efd);
  background: -o-linear-gradient(left, #61d2ee, #c68efd);
  background: -ms-linear-gradient(left, #61d2ee, #c68efd);
  background-image: linear-gradient(to right, #61d2ee, #c68efd);
  font-size: 16px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  margin-top: 27px;
  cursor: pointer;
  padding: 0;
}
.wx-code1 {
  width: 368px;
  padding: 26px 40px;
}
.wx-code1 ul {
  margin: 0 -5px;
}
.wx-code1 li {
  float: left;
  padding: 0 5px;
}
.wx-code1 li img {
  width: 89px;
  height: 89px;
}
.home-aside {
  position: fixed;
  right: 10px;
  top: 45%;
  z-index: 999;
  transform-origin: center;
}
.home-aside .aside-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-aside .aside-line {
  position: absolute;
  width: 76px;
  border: 6px solid;
  border-image: linear-gradient(90deg, #5DD5EE, #6743C2, #CA8BFE) 6 6;
  top: 25%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.home-aside .aside-item {
  width: 68px;
  height: 68px;
  background-color: #006EDD;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
}
.home-aside .aside-item img {
  width: 46px;
  height: 46px;
}
.home-aside .aside-item .phone-msg {
  width: 256px;
  height: 120px;
  position: absolute;
  top: -24px;
  right: 72px;
  display: none;
}
.home-aside .aside-item .phone-msg img {
  width: 100%;
  height: 100%;
}
.home-aside .aside-item .phone-msg .phone-call {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
}
.home-aside .aside-item .phone-msg .phone-call .tel,
.home-aside .aside-item .phone-msg .phone-call .tips {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.home-aside .aside-item .phone-msg .phone-call a {
  color: #3557BA;
  font-size: 18px;
}
.home-aside .aside-item .phone-msg .phone-call .tips {
  color: #4C4C4C;
  font-size: 18px;
}
.home-aside .aside-item .phone-msg .phone-call .lines {
  width: 200px;
  height: 1px;
  border: 1px solid #DCDCDC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.home-aside .aside-item .wechat-qrcode {
  width: 145px;
  height: 134px;
  position: absolute;
  top: -24px;
  right: 72px;
  display: none;
}
.home-aside .aside-item .wechat-qrcode .bg {
  width: 145px;
  height: 134px;
  position: absolute;
}
.home-aside .aside-item .wechat-qrcode .qrcode {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 14px;
  top: 12px;
}
.home-aside .aside-item:hover.wechat .wechat-qrcode {
  display: block;
}
.home-aside .aside-desc {
  width: 68px;
  height: 68px;
  background-color: #006EDD;
}
.home-aside .aside-desc:hover .phone-msg {
  display: block;
}
#nb_icon_wrap {
  display: none !important;
}
/*---------------------------------------------------案例列表公共样式---------------------------------------------------*/
.case-menu {
  justify-content: center;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.case-menu a {
  margin-right: 40px;
  width: auto;
  margin: 0;
}
.case-menu a::after {
  display: none;
}
.case-menu a:hover .name {
  color: #3863F4;
  border-bottom: 3px solid #3863F4;
}
.case-menu .name {
  font-size: 20px;
  font-weight: 400;
  color: #373B46;
  margin: 0 10px;
}
.case-menu .active {
  color: #3863F4;
  position: relative;
}
.case-menu .active .name {
  color: #3863F4;
  border-bottom: 3px solid #3863F4;
}
.case-list-con {
  width: 25%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}
.case-list-con:hover {
  transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  -o-transform: translateY(-18px);
  -webkit-transform: translateY(-18px);
  -moz-transform: translateY(-18px);
}
.case-list-con:hover .case-box {
  display: block;
  background-color: #006EDD;
  -webkit-box-shadow: 1px 12px 40px 0px rgba(0, 42, 163, 0.33);
  box-shadow: 1px 12px 40px 0px rgba(0, 42, 163, 0.33);
}
.case-list-con:hover .more-info {
  background: #fff;
  color: #006EDD;
}
.case-list-con:hover p {
  color: #fff;
}
.case-list-con:hover .case-img .case-wx {
  opacity: 1;
  filter: alpha(opacity=100);
}
.case-list-con:hover h3:before {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
}
.case-list-con:hover h3:after {
  background: #fff;
}
.case-list-con:hover h3 span {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.case-list-con:hover h3 span:nth-child(1) {
  transition-delay: 0.045s;
  -ms-transition-delay: 0.045s;
  -moz-transition-delay: 0.045s;
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
}
.case-list-con:hover h3 span:nth-child(2) {
  transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
}
.case-list-con:hover h3 span:nth-child(3) {
  transition-delay: 0.135s;
  -ms-transition-delay: 0.135s;
  -moz-transition-delay: 0.135s;
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
}
.case-list-con:hover h3 span:nth-child(4) {
  transition-delay: 0.18s;
  -ms-transition-delay: 0.18s;
  -moz-transition-delay: 0.18s;
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
}
.case-list-con:hover h3 span:nth-child(5) {
  transition-delay: 0.225s;
  -ms-transition-delay: 0.225s;
  -moz-transition-delay: 0.225s;
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
}
.case-list-con:hover h3 span:nth-child(6) {
  transition-delay: 0.27s;
  -ms-transition-delay: 0.27s;
  -moz-transition-delay: 0.27s;
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
}
.case-list-con:hover h3 span:nth-child(7) {
  transition-delay: 0.315s;
  -ms-transition-delay: 0.315s;
  -moz-transition-delay: 0.315s;
  -webkit-transition-delay: 0.315s;
  -o-transition-delay: 0.315s;
}
.case-list-con:hover h3 span:nth-child(8) {
  transition-delay: 0.36s;
  -ms-transition-delay: 0.36s;
  -moz-transition-delay: 0.36s;
  -webkit-transition-delay: 0.36s;
  -o-transition-delay: 0.36s;
}
.case-list-con:hover h3 span:nth-child(9) {
  transition-delay: 0.405s;
  -ms-transition-delay: 0.405s;
  -moz-transition-delay: 0.405s;
  -webkit-transition-delay: 0.405s;
  -o-transition-delay: 0.405s;
}
.case-list-con:hover h3 span:nth-child(10) {
  transition-delay: 0.45s;
  -ms-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
}
.case-list-con:hover h3 span:nth-child(11) {
  transition-delay: 0.495s;
  -ms-transition-delay: 0.495s;
  -moz-transition-delay: 0.495s;
  -webkit-transition-delay: 0.495s;
  -o-transition-delay: 0.495s;
}
.case-list-con:hover h3 span:nth-child(12) {
  transition-delay: 0.54s;
  -ms-transition-delay: 0.54s;
  -moz-transition-delay: 0.54s;
  -webkit-transition-delay: 0.54s;
  -o-transition-delay: 0.54s;
}
.case-list-con:hover h3 span:nth-child(13) {
  transition-delay: 0.585s;
  -ms-transition-delay: 0.585s;
  -moz-transition-delay: 0.585s;
  -webkit-transition-delay: 0.585s;
  -o-transition-delay: 0.585s;
}
.case-list-con:hover h3 span:nth-child(14) {
  transition-delay: 0.63s;
  -ms-transition-delay: 0.63s;
  -moz-transition-delay: 0.63s;
  -webkit-transition-delay: 0.63s;
  -o-transition-delay: 0.63s;
}
.case-list-con:hover h3 span:nth-child(15) {
  transition-delay: 0.675s;
  -ms-transition-delay: 0.675s;
  -moz-transition-delay: 0.675s;
  -webkit-transition-delay: 0.675s;
  -o-transition-delay: 0.675s;
}
.case-list-con > .case-box {
  display: block;
  background: #EEEEEE;
  position: relative;
  transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}
.case-list-con .case-img {
  position: relative;
}
.case-list-con .case-img .case-wx {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
}
.case-list-con .case-img .case-wx img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.case-list-con .case-desc {
  text-align: center;
  padding: 17.2413% 11.4942% 31.8965%;
  position: relative;
  z-index: 2;
}
.case-list-con h3 {
  font-size: 0;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans SC";
  font-weight: 400;
}
.case-list-con h3:before {
  content: attr(data-text);
  width: 100%;
  font-size: 28px;
  color: #4C4C4C;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
}
.case-list-con h3:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #4C4C4C;
  display: block;
  margin: 30px auto 10px;
}
.case-list-con h3 span {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans SC";
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.45s cubic-bezier(0.75, 0, 0.125, 1);
}
.case-list-con p {
  font-size: 14px;
  line-height: 24px;
  color: #4C4C4C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-top: 16px;
}
.case-list-con .case-info-btn {
  width: 59.1954%;
  line-height: 46px;
  background: #006EDD;
  position: absolute;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 97;
  overflow: hidden;
  font-size: 0;
  -webkit-box-shadow: 0px 5px 27px 0px rgba(21, 49, 83, 0.08);
  box-shadow: 0px 5px 27px 0px rgba(21, 49, 83, 0.08);
}
.case-list-con .case-info-btn span {
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'SEMIBOLD';
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.case-list-con .case-info-btn:hover span {
  width: 100%;
  background: #fff;
  color: #006EDD;
}
@media (max-width: 1680px) {
  .container {
    width: 100%;
    padding: 0 5%;
  }
  .title .cn {
    font-size: 32px;
    margin: 5px 0 20px;
  }
  .application-main span.application-tips {
    font-size: 20px;
  }
  .arr {
    width: 55px;
    height: 55px;
  }
  .arr:after {
    width: 9px;
    height: 15px;
    background-size: 18px auto;
  }
  .arr:hover:after,
  .arr.cur:after {
    background-position: -9px 0;
  }
  .arr-left {
    left: 30px;
  }
  .arr-right {
    right: 30px;
  }
  .menu li > a {
    padding: 0 30px;
  }
  .header-in .header-r:before {
    width: 46px;
    height: 46px;
    background-size: 92px auto;
    background-position: -46px;
    margin-right: 10px;
  }
  .header-in .header-r a {
    font-size: 18px;
    margin-bottom: 0;
  }
  .header.on .header-in .header-r:before {
    background-position: -46px 0;
  }
  .foot-top:after {
    right: 5%;
  }
  .foot-top p {
    margin-bottom: 15px;
  }
  .foot-bottom {
    padding: 15px 0;
  }
  .foot-bottom .foot-slogan span {
    width: 85px;
  }
  .foot-bottom .foot-slogan a {
    font-size: 14px;
  }
  .foot-bottom .foot-slogan a:after {
    height: 12px;
  }
  .case-list-con .case-desc {
    padding: 17.2413% 8% 31.8965%;
  }
  .case-list-con h3:before {
    font-size: 26px;
  }
  .case-list-con h3 span {
    font-size: 26px;
  }
  .aside {
    right: 15px;
  }
  .home-aside {
    transform: scale(0.88);
  }
  .message-form {
    padding: 35px 30px;
  }
  .message-form .form-tit {
    font-size: 22px;
  }
  .message-form .submit {
    margin-top: 20px;
  }
  .contact-con .contact-top {
    padding: 15px 30px;
  }
  .contact-con .contact-top a {
    font-size: 26px;
  }
  .contact-con .contact-bottom {
    padding: 25px 30px;
  }
}
@media (max-width: 1440px) {
  .title .en {
    font-size: 14px;
    line-height: 30px;
  }
  .title .cn {
    font-size: 28px;
    margin: 5px 0 15px;
  }
  .title .sub-title {
    font-size: 16px;
    margin: 25px 0;
  }
  .application-main span.application-tips {
    font-size: 16px;
  }
  .menu li {
    padding: 36px 0 25px;
  }
  .menu li > a {
    padding: 0 25px;
  }
  .home-aside {
    right: 3px;
    transform: scale(0.7);
  }
  .foot-top:after {
    width: 112px;
    height: 126px;
  }
  .foot-top .foot-menu dd {
    line-height: 32px;
  }
  .foot-top .foot-link ul {
    margin: 0 -10px;
  }
  .foot-top .foot-link li {
    padding: 0 10px;
  }
  .foot-top .foot-link li a {
    width: 46px;
    height: 46px;
  }
  .case-list-con h3:before {
    font-size: 22px;
  }
  .case-list-con h3:after {
    margin: 20px auto 10px;
  }
  .case-list-con h3 span {
    font-size: 22px;
  }
  .message-form .form-tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contact-con .contact-top {
    padding: 20px 30px;
  }
  .contact-con .contact-top:before {
    width: 40px;
    height: 34px;
    margin-right: 5px;
  }
  .contact-con .contact-top a {
    font-size: 24px;
  }
  .contact-con .contact-bottom .contact-info > div {
    margin-bottom: 10px;
  }
  .contact-con .contact-bottom .contact-info > div:before {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .title .cn {
    font-size: 24px;
  }
  .application-main span.application-tips {
    font-size: 12px;
  }
  .back-more {
    width: 180px;
  }
  .list-more {
    line-height: 46px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .to-detail {
    height: 42px;
  }
  .to-detail .detail-img {
    margin-top: 18px;
  }
  .header {
    height: 70px;
  }
  .header.on .header-in .logo a {
    background-position: 0;
  }
  .header.on .header-in .header-r:before {
    background-position: -40px 0;
  }
  .header-in .logo {
    margin-top: 22px;
    width: 146px;
  }
  .header-in .logo a {
    width: 146px;
    height: 28px;
    background-position: -146px 0;
  }
  .header-in .header-r {
    width: 162px;
    margin-top: 15px;
    margin-left: -162px;
  }
  .header-in .header-r:before {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-size: 80px auto;
    background-position: -40px 0;
  }
  .header-in .header-r a {
    font-size: 18px;
    margin-bottom: 0;
  }
  .header-in .header-r p {
    font-size: 12px;
    line-height: 22px;
  }
  .menu li {
    padding: 30px 0 16px;
  }
  .menu dd {
    font-size: 13px;
  }
  .case-list-con h3:before {
    font-size: 20px;
  }
  .case-list-con h3 span {
    font-size: 20px;
  }
  .case-list-con .case-info-btn {
    width: 65%;
  }
  .contact-con .contact-top {
    padding: 20px;
  }
  .contact-con .contact-top a {
    font-size: 22px;
  }
  .contact-con .contact-bottom {
    padding: 25px 20px;
  }
  .foot-top .foot-link .code-item {
    width: 70px;
    height: 70px;
    margin-right: 28px;
  }
  .foot-top .foot-link .code-item:first-child {
    margin-right: 43px;
  }
  .foot-top .foot-link .code-item .be-hover {
    top: -30px;
    left: -15px;
    max-width: 100px;
    width: 100px;
  }
  .foot-top .foot-link .code-item .code-title {
    top: -30px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .more {
    line-height: 40px;
  }
  .header {
    height: 60px;
    background: #fff;
  }
  .header.on .header-in .logo a {
    background-position: 0;
  }
  .header.on .header-in .header-r:before {
    background-position: 0;
  }
  .header-in .logo {
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
  }
  .header-in .logo a {
    margin: 0 auto;
  }
  .header-in .header-r {
    width: 142px;
    margin-top: 13px;
    margin-left: -142px;
  }
  .header-in .header-r:before {
    width: 35px;
    height: 35px;
    margin-right: 6px;
    background-size: 70px auto;
    background-position: -35px 0;
  }
  .header-in .header-r a {
    font-size: 15px;
    font-weight: 700;
  }
  .header-in .header-r p {
    line-height: 20px;
  }
  .menu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0 35px;
    z-index: -1;
    -webkit-box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 15px -1px rgba(0, 0, 0, 0.18);
    display: none;
  }
  .menu ul {
    float: none;
    position: static;
    left: auto;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .menu li {
    float: none;
    padding: 0 5%;
  }
  .menu li:after {
    display: none;
  }
  .menu li > a {
    padding: 0;
    line-height: 40px;
    border-bottom: 1px solid #c3d5ff;
    position: relative;
  }
  .menu li .xs-show {
    display: block;
  }
  .menu li .lg-show {
    display: none;
  }
  .menu .dl {
    display: block;
  }
  .menu .dd {
    font-size: 14px;
  }
  .menu .dd > a {
    color: #0c1224;
  }
  .menu .dd > a:hover {
    color: #0c1224;
  }
  .menu .submenu > a.has-son:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #628aff;
    border-right: 1px solid #628aff;
    position: absolute;
    right: 2px;
    top: 16px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .menu .submenu.open > a:after {
    top: 14px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }
  .menu .submenu.open .menu-box {
    display: none;
  }
  .menu .submenu .menu-box {
    display: none !important;
  }
  .hamburger {
    margin-top: 15px;
    margin-left: -100%;
  }
  .hamburger .line {
    height: 2px;
    width: 26px;
    margin: 6px auto;
    background-color: #628aff;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .is-active {
    animation: smallbig 0.6s forwards;
  }
  .is-active .line:nth-child(1),
  .is-active .line:nth-child(2),
  .is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .is-active .line:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .is-active .line:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .is-active .line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  .case-list-con {
    width: 33.3333%;
  }
  .home-aside {
    right: -3px;
  }
  .foot-top .foot-link .code-item .name {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .foot-top .foot-link .code-item {
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }
  .foot-top .foot-link .code-item:first-child {
    margin-right: 35px;
  }
  .foot-top .foot-link .code-item .be-hover {
    max-width: 85px;
    width: 85px;
  }
  .foot-top .foot-link .code-item .code-title {
    white-space: nowrap;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .title .en {
    line-height: 24px;
  }
  .title .cn {
    font-size: 22px;
  }
  .title .sub-title {
    font-size: 14px;
    margin: 15px 0;
  }
  .application-main span.application-tips {
    font-size: 10px;
  }
  .back-more {
    margin: 20px 0;
    width: 160px;
  }
  .arr {
    width: 45px;
    height: 45px;
  }
  .arr:after {
    width: 8px;
    height: 13px;
    background-size: 16px auto;
  }
  .arr:hover:after,
  .arr.cur:after {
    background-position: -8px 0;
  }
  .arr-left {
    left: 10px;
  }
  .arr-right {
    right: 10px;
  }
  .home-aside {
    transform: scale(0.62);
  }
  .foot-top .foot-menu {
    width: 66%;
  }
  .foot-top .foot-menu li {
    width: 18%;
  }
  .foot-top .foot-menu li:first-child {
    width: 23%;
  }
  .foot-top p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .foot-top:after {
    width: 80px;
    height: 90px;
  }
  .case-list-con .case-desc {
    padding: 12% 6% 31.8965%;
  }
  .case-list-con h3:before {
    font-size: 18px;
    letter-spacing: 0;
  }
  .case-list-con h3 span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .case-list-con .case-info-btn {
    width: 70%;
    line-height: 42px;
    bottom: -21px;
  }
  .case-list-con .case-info-btn span {
    font-size: 13px;
  }
  .message-form .form-tit {
    font-size: 18px;
  }
  .message-form label {
    line-height: 36px;
  }
  .message-form input {
    height: 36px;
    line-height: 36px;
  }
  .message-form .submit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .wx-code1 {
    padding: 30px;
  }
  .wx-code1 li {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .title .en {
    font-size: 13px;
    line-height: 18px;
  }
  .title .cn {
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .title .dot:before,
  .title .dot:after {
    width: 46%;
  }
  .title .sub-title {
    font-size: 12px;
    margin: 18px 0 0;
  }
  .application-main span.application-tips {
    font-size: 8px;
  }
  .more:before,
  .more:after {
    display: none;
  }
  .more:hover span {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .back-more {
    width: 140px;
    line-height: 40px;
  }
  .list-more {
    line-height: 42px;
    width: 40%;
  }
  .about-more {
    width: 50%;
  }
  .home-aside {
    right: -10px;
    transform: scale(0.5);
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
  }
  .home-aside.hide {
    right: -20%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
  }
  .to-detail .detail-txt {
    display: none;
  }
  .to-detail:hover {
    padding-left: 0;
    padding-right: 16px;
  }
  .foot-top {
    padding: 3% 0 5%;
  }
  .foot-top:after {
    display: none;
  }
  .foot-top .foot-menu {
    width: 100%;
    float: none;
  }
  .foot-top .foot-menu li {
    width: 100%;
    float: none;
  }
  .foot-top .foot-menu li:first-child {
    width: 100%;
  }
  .foot-top .foot-menu li.open p:after {
    top: 14px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
  }
  .foot-top .foot-menu dl {
    display: none;
  }
  .foot-top .foot-menu p {
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #616060;
    position: relative;
  }
  .foot-top .foot-menu p:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 2px;
    top: 16px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .foot-top .foot-menu dd {
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #616060;
  }
  .foot-top .foot-link {
    float: none;
    margin: 60px 0 0 15px;
    padding: 0 0 20px;
  }
  .foot-top .foot-link .mobile-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .foot-top .foot-link .code {
    margin: 0;
  }
  .foot-top .foot-link .code-item {
    width: 50px;
    height: 50px;
  }
  .foot-top .foot-link .code-item .name {
    font-size: 10px;
  }
  .foot-top .foot-link li {
    width: auto;
    margin-right: 10px;
  }
  .foot-top .foot-link li a {
    width: 36px;
    height: 36px;
  }
  .foot-top .foot-link .wx a::after {
    width: 16px;
    height: 14px;
    background-size: auto 28px;
  }
  .foot-top .foot-link .wx:hover a:after {
    background-position: 0 -14px;
  }
  .foot-top .foot-link .qq a::after {
    width: 13px;
    height: 14.5px;
    background-size: auto 29px;
  }
  .foot-top .foot-link .qq:hover a:after {
    background-position: 0 -14.5px;
  }
  .foot-top .foot-link .wb a::after {
    width: 18px;
    height: 14.5px;
    background-size: auto 29px;
  }
  .foot-top .foot-link .wb:hover a:after {
    background-position: 0 -14.5px;
  }
  .foot-bottom {
    padding: 15px 0 10px;
  }
  .foot-bottom .foot-slogan,
  .foot-bottom .copyright {
    width: 100%;
    text-align: center;
  }
  .foot-bottom .copyright {
    margin-top: 10px;
  }
  .foot-bottom .copyright span,
  .foot-bottom .copyright a {
    line-height: 22px;
  }
  .case-menu a {
    width: 120px;
  }
  .case-menu a:after {
    display: none;
  }
  .case-menu a:hover span,
  .case-menu a.active span {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    border: 2px solid #628aff;
    background: #fff;
  }
  .case-menu a span {
    background: #eff1f7;
    border-radius: 4px;
    line-height: 32px;
    border: 2px solid transparent;
  }
  .case-list-con {
    width: 50%;
  }
  .case-list-con:hover {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .case-list-con .case-desc {
    padding: 10% 6% 28%;
  }
  .case-list-con .case-desc:after {
    height: 30%;
  }
  .case-list-con h3:before {
    display: none;
  }
  .case-list-con h3 span {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 16px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  }
  .case-list-con h3:after {
    margin: 15px auto 10px;
  }
  .case-list-con p {
    font-size: 13px;
    line-height: 22px;
    height: 98px;
  }
  .case-list-con .case-info-btn:before {
    display: none;
  }
  .aside {
    right: 0;
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
  }
  .aside.hide {
    right: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
  }
  .aside .aside-list:hover .aside-hover {
    right: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .aside .aside-list:before {
    content: '';
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
  }
  .aside .aside-list.open:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .aside .aside-list.open .aside-hover {
    display: block;
  }
  .aside .aside-hover {
    position: fixed;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    display: none;
    transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
  }
  .aside .aside-hover:after {
    display: none;
  }
  .aside .aside-hover .close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    padding: 5px;
  }
  .message-form {
    width: 90vw;
    padding: 25px;
  }
  .wx-code1 li img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .advantage1 {
    padding: 0;
  }
  .more-title {
    display: none;
  }
  .case-menu a {
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #DFDFDF;
    border-radius: 10px;
    margin-right: 10px;
  }
  .case-menu a::after {
    display: none;
  }
  .case-menu a:hover .name {
    color: #FFFFFF;
    border-bottom: 0;
  }
  .case-menu .name {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
  }
  .case-menu .active {
    position: relative;
    background: #3863F4 !important;
  }
  .case-menu .active .name {
    color: #FFFFFF;
    border-bottom: 0;
  }
  .title .cn {
    font-size: 18px;
  }
  .application-main span.application-tips {
    font-size: 6px;
  }
  .list-more {
    width: 55%;
    line-height: 40px;
  }
  .header-in .logo a {
    margin: 0;
  }
  .header-in .header-r {
    display: none;
  }
  .hamburger {
    float: right;
    margin-left: -26px;
  }
  .case-list-con {
    width: 100%;
  }
  .case-list-con .case-desc {
    padding: 5px 0;
  }
  .case-list-con h3:before {
    display: none;
  }
  .case-list-con h3 span {
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 16px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    color: #000024;
  }
  .case-list-con .case-info-btn {
    width: 60%;
  }
  .case-list-con p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    height: 98px;
  }
  .contact-con,
  .wx-code1 {
    width: 90vw;
  }
  .foot-top .foot-link li {
    padding: 0;
  }
}
@-webkit-keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes smallbig {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
