*{
  margin: 0;
  padding: 0;
  list-style:none;
}
#sticky-header {
  position: absolute;
  max-height: 114px;
  width: 100%;
  background: #fff;
  z-index: 20;
  left: 0;
  top: 0;
  box-shadow: 0px 5px 32px 0px rgba(103,126,157,0.15); 
}
.placeholder-height {
  min-height: 99px;
}

a:hover {text-decoration: none;}

a:focus {
  outline: none;
  text-decoration: none;
}

p { margin: 0;}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/* *end */

/* navbar */
.button {
  background: #6053fc none repeat scroll 0 0;
  border: #6053fc solid 1px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: inherit;
  touch-action: manipulation;
  transition: all linear 0.1s;
  -moz-transition: all ease 0.1s;
  -webkit-transition: all linear 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Nunito', sans-serif;
  box-shadow: 0px 9px 16.74px 1.26px rgba(99, 134, 94, 0.21);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:hover {
  color: #6053fc;
  border: solid 1px #6053fc;
  box-shadow: none;
  background: #fff;
  text-decoration: none;
}

/* 2. Header */
.custom-container {max-width: 1230px !important;}
.header-top-wrap {background: #6153fc;}
.header-style-three .transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
  box-shadow: none;
}
.menu-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.navbar-wrap {
  display: flex;
  flex-grow: 1;
}
.navbar-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 0;
}
.navbar-wrap ul li {
  display: block;
  position: relative;
}
.navbar-wrap ul li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #5c596f;
  padding: 4px 35px 1px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.navbar-wrap > ul > li:hover a {text-decoration: none;}
.header-shop-cart a span {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #222;
  box-shadow: 0px 5px 12.09px 0.91px rgba(71, 51, 127, 0.14);
}
.header-action .button {
  color: #fff;
  background: #6053fc none repeat scroll 0 0;
  font-size: 16px;
  padding: 12px 27px;
  border: solid 1px #6053fc;
  border-radius: 12px;
  margin-left: 15px;
}
.header-action .button:hover {
  background-color: #fff;
  color: #6053fc;
  border: #6053fc 1px solid;
}
.navStatus {
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  left: 46%;
  opacity: 1;
  margin: 12px 0 0;
  visibility: hidden;
  width: 5px;
  height: 5px;
  border: 1px solid #f5f5f5;
  background: #12174E;
}
.navbar-wrap ul li a:hover > .navStatus {
  opacity: 1;
  visibility: visible;
}
.visible-status {
  visibility: visible;
}
.hidden-status {
  visibility: hidden;
}


/* 4. Mobile-menu */
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-wrap {
  width: 100%;
  padding: 32px 0;
}
.menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}
.menu-area .mobile-nav-toggler {
  font-size: 30px;
  cursor: pointer;
  color: #3b3663;
}

/* 6. Banner */
.banner-bg {
	background-image: url(../img/homePage/weitu.png);
	background-position: center;
	background-size: cover;
	padding: 116px 0 112px;
}
.banner-content {
  height: 420px;
  padding-left: 45px;
}
.banner-content .sub-title {
  display: block;
  text-transform: uppercase;
  color: #3b3663;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 14px;
}
.banner-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: #6140ff;
}
.banner-content .title {
  font-size: 64px;
  line-height: 1.1;
  color: #3b3663;
  margin-bottom: 75px;
  font-weight: 500;
}
.banner-content p {
  font-size: 18px;
  color: #12174E;
  font-weight: 400;
  line-height: 32px;
	margin-bottom: 0;
}
.banner-btn {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-btn .button {padding: 17px 30px;}
.banner-btn > a {
  width: 195px;
  height: 54px;
  line-height: 18px;
  font-size: 16px;
  opacity: 1;
  background: #6053fc;
  border-radius: 12px;
  box-shadow: 0px 18px 29px -16px rgba(60,140,255,0.65); 
}
.banner-btn > a:hover{
  color: #6053fc;
  background: #fff;
}
.banner-img {margin-left: -20px;}
@media (max-width: 1199.98px) {
  .banner-img {
    padding-left: 15px;
  }
  .banner-img img {
    display: none;
  }
  .banner-img .main-img {
    opacity: 1 !important;
    display: block;
    max-width: 100%;
  }
}
.banner-img img {max-width: inherit;}
.slider-caption {line-height: 1;}

/*===== Reveal Text =====*/
.reveal-text,
.reveal-text span {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}
.reveal-text {
  position: relative;
  -webkit-animation-name: clip-text;
  animation-name: clip-text;
}
.reveal-text span {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6153fc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
  animation-name: text-revealer;
}

@-webkit-keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		        clip-path: inset(0 100% 0 0);
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		        clip-path: inset(0 0 0 0);
	}
}

@keyframes clip-text {
	from {
		-webkit-clip-path: inset(0 100% 0 0);
		        clip-path: inset(0 100% 0 0);
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		        clip-path: inset(0 0 0 0);
	}
}

@-webkit-keyframes text-revealer {

	0%, 50% {
		-webkit-transform-origin: 0 50%;
		        transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		        transform-origin: 100% 50%;
	}


	60% {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}

	100% {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
}

@keyframes text-revealer {

	0%, 50% {
		-webkit-transform-origin: 0 50%;
		        transform-origin: 0 50%;
	}

	60%, 100% {
		-webkit-transform-origin: 100% 50%;
		        transform-origin: 100% 50%;
	}


	60% {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}

	100% {
		-webkit-transform: scaleX(0);
		        transform: scaleX(0);
	}
}
.inner-layer {
  display: inline-block;
  overflow: hidden;
}

/**
 * ----------------------------------------
 * animation fade-in-up
 * ----------------------------------------
 */
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  animation-fill-mode: both;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation rubberBand
 * ----------------------------------------
 */
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubber-Band {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.banner-img {position: relative;}
.banner-img img {position: absolute;}
.banner-img .main-img {
  position: inherit;
  opacity: 0;
  width: 100%;
  height: auto;
}
.banner-img .shape-1 {
  left: 0;
  top: 15px;
  width: 100%;
  height: auto;
}
.banner-img .shape-2 {
  left: 20%;
  top: 8%;
}
.banner-img .shape-3 {
  left: 30%;
  top: 22%;
}
.banner-img .shape-4 {
  left: 6.8%;
  top: 13.4%;
}
.banner-img .shape-5 {
  right: 15.8%;
  top: 41%;
  animation-delay: 1s;
}
.banner-img .shape-6 {
  left: 32.3%;
  top: 0;
  animation: rubberBand 3s infinite linear;
}
.banner-img .shape-7 {
  right: 18%;
  top: 4%;
}
.banner-img .shape-8 {
  left: 35%;
  bottom: 36.5%;
}
.banner-img .shape-9 {
  bottom: 26%;
  left: 45.5%;
}
.alltuchtopdown {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
    }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
    }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
    }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 7. Brand */
.brand-wrapper {
  border-radius: 10px;
  box-shadow: 0px 5px 16.74px 1.26px rgba(60, 57, 90, 0.14);
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 37px 75px 10px;
  margin-top: -47px;
}
.brand-wrapper .title {
  font-size: 30px;
  font-weight: 600;
  color: #3b3663;
  margin-bottom: 50px;
  line-height: 1.3;
}
.brand-wrapper .title span {
	color: #3b7eff;
	font-weight: 700;
}
.area-slide {color: #12174E;}
@media only screen and (max-width: 576px) {
  .area-slide {
    width: 100% !important;
    font-size: 12px;
  }
  .brand-wrapper {
    padding: 37px 0 32px;
  }
  .brand-wrapper .title {
    font-size: 24px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 751px) {
  .area-slide {width: 33% !important;}
}
@media only screen and (min-width: 994px) {
  .area-slide {width: 20% !important;}
}
.cons-brand-item {
  display: flex;
  min-height: 73px;
  align-items: center;
  justify-content: center;
}
.cons-brand-item img {
  transition: .3s linear;
	cursor: pointer;
	opacity: .4;
}
.cons-brand-item img:hover {
	opacity: 1;
}

/* video */
.video-bg {
  background-image: url(../img/homePage/bg.png);
  background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 35px 0 150px;
  margin-top: 150px;
}
.yuhuofeiVideo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-title .title {
  line-height: 60px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  color: #12174e;
}
.section-title > p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #12174e;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.scetion-content { 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 35px 0 0 0;
}
@media only screen and (max-width: 782px) {
  .scetion-content video {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    padding: 0;
  }
}
.scetion-content > video {
  width: 690px;
  height: 100%;
  border-radius: 8px;
}

/* yuhuofeiData */
.yuhuofeiData {
  width: 100%;
  height: 920px;
  margin: 150px 0;
  background: url(/assets//img/homePage/shuju@2x.png) no-repeat center;
  padding-top: 50px;
}
.data .section-title p {margin-bottom: 40px;}
.counter_feature_mb{padding-bottom:75px;}
@media only screen and (max-width:768px) { 
  .counter_img {
    display: flex;
    align-items: center;
    margin-bottom:20px;
  }
}
.counter_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.each {width: 50% !important;}
.single_counter {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	padding: 30px 30px;
	transition: 0.3s;
}
.single_counter_mt {margin-top: 70px;}
@media only screen and (max-width:576px) { 
  .single_counter_mt {margin-top: 0;}
  .single_counter_three {margin-top: -25px;}
  .single_counter_mtwo {margin-top: 25px;}
  .single_counter_mtnone {margin-top:0px;}
  .single_counter {padding: 23px 0 15px;}
}
@media only screen and (min-width:576px){
  .single_counter_mtnone {margin-top: -70px;}
}
.single_counter span {
	color: #fff;
	font-size: 24px;
	display: block;
	background: #3b7eff;
  border: solid 1px #3b7eff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	transition:0.3s;
}
.single_counter h2 {
	font-size: 24px;
	font-weight: 500;
}
.single_counter h3 {
	font-size: 20px;
	font-weight: 400;
}

.certificate {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.certificate-title {
  font-size: 30px;
  color: #1B1B1B;
  line-height: 42px;
  margin-top: 27px;
}
.swiper-certificate {
  width: 1104px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* border: steelblue solid 1px; */
}
.certificate-wrapper {
  display: flex;
  align-items: flex-end;
}
.certificate-navBtn {
  position: relative;
  width: 1104px;
  bottom: 150px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certificate-button-prev img,
.certificate-button-next img,
.copyright-button-prev img,
.copyright-button-next img{
  width: 37px;
  cursor:pointer;
}
.certificate-slide-portrait,
.certificate-slide-transverse {
  /* border: rgb(63, 145, 104) solid 1px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 276px !important;
  height: 236px !important;
}
.name {
  margin-bottom: 0;
}
.certificate-slide-transverse img{
  width: 190px;
  margin-bottom: 50px;
  box-shadow: -1px 20px 18px -3px #dee2e6;
}
.certificate-slide-portrait img{
  height: 192px;
  margin-bottom: 20px;
  box-shadow: -1px 20px 18px -3px #dee2e6;
}
@media only screen and (min-width: 1240px) {
  .swiper-certificate,
  .certificate-navBtn {
    width: 1104px;
  }
}
@media only screen and (max-width: 1240px) {
  .swiper-certificate,
  .certificate-navBtn {
    width: 828px;
  }
} 
@media only screen and (max-width: 1140px) {
  .swiper-certificate,
  .certificate-navBtn {
    width: 828px;
  }
}
@media only screen and (max-width: 980px) {
  .swiper-certificate,
  .certificate-navBtn {
    width: 552px;
  }
} 
@media only screen and (max-width: 650px) {
  .swiper-certificate,
  .certificate-navBtn {
    width: 304px;
  }
  .certificate-slide-portrait,
.certificate-slide-transverse {
  width: 304px !important;
}
}  

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* overflow: hidden; */
}
.copyright-title {
  font-size: 30px;
  color: #1B1B1B;
  line-height: 42px;
  margin-bottom: 28px;
}
.swiper-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 976px;
  z-index: 1;
}
.copyright-wrapper .copyright-slide {
  /* border: salmon solid 1px; */
  width: 150px;
  height: 202px ;
  overflow: hidden;
}
.copyright-navBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 115px;
  z-index: 999;
  width: 1080px;
}
.copyright-slide img{
  width: 150px;
}
.copyright-footer {
  font-size: 18px;
  /* margin: 20px 0 90px; */
  line-height: 18px;
  color: #000;
}
@media only screen and (min-width: 1240px) {
  .swiper-copyright{
    width: 976px;
  }
  .copyright-navBtn {
    width: 1080px;
  }
}
@media only screen and (max-width: 1240px) {
  .swiper-copyright{
    width: 825px;
  }
  .copyright-navBtn {
    width: 930px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .swiper-copyright{
    width: 645px;
  }
  .copyright-navBtn {
    width: 770px;
    padding-right: 15px;
  }
} 
@media only screen and (max-width: 800px) {
  .swiper-copyright{
    width: 495px;
  }
  .copyright-navBtn {
    width: 600px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .swiper-copyright{
    width: 155px;
  }
  .copyright-navBtn {
    width: 300px;
    padding-right: 15px;
  }
}

/* product */
.product {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-product {
  width: 1159px;
  padding-top: 54px;
}
.case {
  background: #dfe7f1;
}
.case {
  /* min-width: 207px;
  max-width: 445px; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 50px;
  height: 452px;
  cursor: pointer;
  padding: 20px 0;
}
.content-img {
  display: flex;
  justify-content: center;
}
.content-img * {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.content-img {
  padding: 0 12px;
}
.content-img > img {
  max-width: 100%;
}
.caseSmall {
  width: 207px;
}
.caseBig {
  width: 445px;
}
.case > .title {
  margin: 0 23px;
}
.title h2{
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #12174e;
  line-height: 22px;
  margin-bottom: 0;
}
.remarks {
  border: 1px solid #12174e;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #12174e;
  line-height: 9px;
  padding: 4px;
  display: inline-block;
}
@media only screen and (min-width: 1920px) {
  .swiper-product > .swiper-wrapper > .swiper-slide {width: auto; margin: 0 auto;}
}
@media only screen and (max-width: 1920px) {
  .swiper-product > .swiper-wrapper > .swiper-slide {width: auto; margin: 0 auto;}
}
@media only screen and (max-width: 1200px) {
  .swiper-product {width: 929px;}
  .swiper-product > .swiper-wrapper > .swiper-slide {
    width: 445px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 950px) {
  .swiper-product {width: 445px;}
  .swiper-product > .swiper-wrapper > .swiper-slide {
    width: 445px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .swiper-product {
    width: 335px;
    padding: 0 0 30px 0;
  }
  .swiper-product > .swiper-wrapper > .swiper-slide {
    width: 340px;
    height: 340px;
    display: flex;
    justify-content: center;
  }
  .caseSmall {
    width: 156px;
  }
  .caseBig {
    width: 335px !important;
  }
  .case{
    /* max-width: 335px;
    min-width: 156px; */
    height: 340px;
    padding: 15px 0 15px;
  }
  .title > h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .case .title {
    /* width: 136px; */
    margin-left: 15px;
  }
  .content-img img {
    width: auto;
    height: 231px;
  }
}
.product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7px 25px 0 ;
}
.product-button-prev,
.product-button-next {
  cursor:pointer;
}
.product-handle--btn .button{
  padding: 15px 30px;
}
.product-handle--btn > a {
  width: 190px;
  height: 56px;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0px 18px 29px -16px rgba(60,140,255,0.65); 
}

/* reviews */
.reviews {
  margin: 150px auto;
  padding: 66px 0;
  background: #F2F6FE;
}
.reviews-content {
  justify-content: center;
  align-items: center;
}
.swiper-reviews > .swiper-wrapper > .swiper-slide {
  display: flex;
  justify-content: center;
}
.reviews-slide {
  width: 703px;
  display: flex;
  justify-content: center;
}
.people-img img {
  width: 128px;
  height: 128px;
}
.reviews-text {
  margin-left: 55px;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  color: #12174e;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.reviews-next {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  font-size: 22px;
  font-weight: 600;
  text-align: justify;
  color: #12174e;
  line-height: 30px;
  margin-top: 14px;
}
.reviews-handle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  bottom: 0;
  z-index: 9;
}
@media only screen and (min-width: 1200px) {
  .reviews-handle {
    position: relative;
    bottom: 27px;
    right: 204px;
  }
}
@media only screen and (max-width: 1200px) {
  .reviews-handle {
    position: relative;
    bottom: 27px;
    right: 113px;
  }
}
@media only screen and (max-width: 992px) {
  .reviews-handle {
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 976px) {
  .reviews-handle {
    position: relative;
  }
}
@media only screen and (max-width: 576px) {
  .reviews-handle {
    position: relative;
    top: 27px;
    left: 87px;
    width: 200px;
    margin-bottom: 41px;
    justify-content: flex-start;
  }
  .reviews-text {
    margin-left: 30px;
  }
}
.reviews-button-prev > a > img,
.reviews-button-next > a > img {
  width: 23px;
  height: auto;
  margin-left: 24px;
}
/* news */
.news {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 36px;
}
@media only screen and (min-width: 1275px) {
  .news-item {
    width: 1245px !important;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
.news-content {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 375px;
  border-radius: 16px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 30px 50px;
  box-shadow: 0px 5px 16.74px 1.26px rgba(60, 57, 90, 0.14);
}
.nc-thumb,
.nc-img {
  height: 306px;
  overflow: hidden;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: #eee solid 1px;
}
.nc-thumb img {
  max-width: 100%;
  transition: .3s linear;
  position: relative;
  cursor: pointer;
  height: auto;
}
.nc-thumb p {
  margin-bottom: 0;
}
.news-content:hover .nc-thumb img {
  transform: scale(1.1);
}
.btn-h0 {
  height: 0;
}
.nc-btn {
  position: relative;
  bottom: -255px;
  left: -120px;
  padding: 6px 10px 10px;
  width: 84px;
  height: 39px;
  background: #3b7eff;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: inherit;
  touch-action: manipulation;
  transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0px 9px 16.74px 1.26px rgba(99, 134, 94, 0.21);
  overflow: hidden;
  z-index: 1;
}
.nc-btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
}

.news-intro {
  text-overflow: ellipsis;
}
.news-text > *,
.news-time {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #12174e;
  line-height: 28px;
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 3;    
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-text {
  height: 120px;
}
.news-text,
.news-time {
  width: 375px;
  border-bottom: #eee solid 1px;
  padding: 18px 25px;
  display: -webkit-box;    
  -webkit-box-orient: vertical;    
  -webkit-line-clamp: 3;    
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-btn > a {
  width: 190px;
  height: 56px;
  border-radius: 10px;
  text-align: center;
  line-height: 18px;
  padding: 18px 0;
  margin: 7px 0 120px 0;
  box-shadow: 0px 18px 29px -16px rgba(60,140,255,0.65); 
}

/* address */
.address-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.address-intro {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: 100%;
}
.address-intro > img {
  padding: 0 15px;
}
.address-intro > p {
  margin: 0;
}
.address {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 188px;
  max-width: 1200px;
}
.address > img {
  width: 100%;
  height: auto;
}

/* footer */
.footer-ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: #D8D8D8 solid 1px;
  padding-bottom: 28px;
}
.footer-ul>:last-child {
min-width: 170px;
}
.footer-li {
  padding: 20px 0 20px 30px;
  min-width: 235px;
  display: flex;
  justify-content: flex-start;
}
.fl-title > h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #12174e;
  line-height: 27px;
}
.footer-link > ul > li > a {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #12174e;
  line-height: 40px;
}
.footer-link > ul > li > a:hover {
  text-decoration: none;
}
.footer-copyright {
  display: flex;
  padding: 26px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #12174e;
  line-height: 18px;
}
.footer-copyright > p {
  margin: 0;
}
.QRcode img{
  width: 107px;
  height: 107px;
}

/* start移动端右上角menu */
#collapse-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  z-index: 10;
  top: 99px;
}
#collapse-menu a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #12174E
}

/* end移动端右上角menu */

/* start服务项目案例 */
.project-case {
  margin-bottom: 150px;
}
.project-case-text {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.project-case-slide {
  text-align: center;
  font-size: 16px;
  height: 205px !important;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.project-case-slide img {
  max-width: 152px;
}
.case-icon-name {
  position: relative;
  top: -30px;
  color: #3b3663;
}
@media (max-width: 768px) {
  .project-case-slide {
    font-size: 12px;
  }
  .project-case {
    margin-bottom: 70px;
  }
  .project-wrapper-box {
    position: relative;
  }
  .wrapper-shadow {
    width: 20%;
    height: 100%;
    z-index: 999;
    position: absolute;
  }
  .inset-left {
    background: linear-gradient(270deg,rgba(255,255,255,0.00) 0%, #ffffff 88%);
    left: 0px;
  }
  .inset-right {
    background: linear-gradient(-270deg,rgba(255,255,255,0.00) 0%, #ffffff 88%);
    right: 0px;
  }
}
@media (max-width: 576px) {
  .project-case-text {
    display: block;
  }
}
/* end服务项目案例 */