@keyframes bgbackchange{
  0% {
      background: #fff;
      color: #fff;
  }
  100% {
      background: #fff;
      color: #333;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}

.slide1 .slogen {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 30%;
  text-align: left;
}
.slide1 .slogen h1 {
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 65px;
  font-weight: 600;
  animation: fadeInDown .5s linear;
}
.slide1 .slogen p {
  color: #fff;
  font-size: 22px;
  line-height: 48px;
  animation: fadeInUp .5s linear;
}
.home {
  position: relative;
}
.home .header {
  position: absolute;
  width: 100%;
  height: 80px;
  line-height: 80px;
  top: 0;
  z-index: 1000;
}
.home .header .menu > li {
  position: relative;
  height: 80px;
  margin-left: 60px;
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.home .header .menu > li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.home .header .menu > li:hover {
  border-bottom: 2px solid #16c5ac;
}
.home .header .menu > li:hover > a {
  color: #16c5ac;
}
.home .header .menu > li .secondMenu {
  display: none;
  position: absolute;
  width: 140px;
  top: 80px;
  left: 50%;
  margin-left: -70px;
}
.home .header .menu > li:hover .secondMenu {
  display: block;
}
.home .header .menu > li .secondMenu li {
  height: 56px;
  text-align: center;
  background: #fff;
}
.home .header .menu > li .secondMenu li:hover,
.home .header .menu > li .secondMenu .active {
  background: #ecedf1;
}
.home .header .menu > li .secondMenu li a {
  display: block;
  line-height: 56px;
  color: #333333;
  font-size: 14px;
}
.home .introductionBox {
  height: 900px;
  background: #f5f6f9 url("../images/home/introduceBg.png") center bottom
    no-repeat;
  background-size: contain;
}
.home .introductionBox .introduceContent {
  width: 1200px;
  margin: 0 auto;
}
.part .title {
  font-size: 48px;
  font-weight: bold;
  color: #1b3b50;
  padding: 87px 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.part .title .line {
  width: 80px;
  height: 4px;
  background: #1b3b50;
  border-radius: 2px;
}
.part .title .name {
  padding: 0 40px;
}
.home .introductionBox .introduceContent .infoBox {
  height: 560px;
  background: #fff url("../images/home/introduceImg.png") left top no-repeat;
  padding: 0 78px 0 578px;
}
.home .introductionBox .introduceContent .infoBox .logo {
  text-align: center;
  padding: 67px 0 61px 0;
}
.home .introductionBox .introduceContent .infoBox .info {
  color: #555555;
  font-size: 18px;
  line-height: 48px;
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.home .introductionBox .introduceContent .infoBox .info span {
  font-weight: bold;
}
.technologyBox .technologyContent {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.home .technologyBox .technologyContent .infoBox {
  margin-top: 30px;
}
.home .technologyBox .technologyContent .infoBox li {
  text-align: center;
  width: 300px;
}
.home .technologyBox .technologyContent .infoBox li img{
  transition: all ease .5s;
}
.home .technologyBox .technologyContent .infoBox li img:hover{
  cursor: pointer;
  transform: scale(1.2);
}
.home .technologyBox .technologyContent .infoBox li.tech_1 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.home .technologyBox .technologyContent .infoBox li.tech_2 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.home .technologyBox .technologyContent .infoBox li.tech_3 {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.technologyBox .technologyContent .infoBox li h2 {
  padding: 85px 0 40px 0;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.technologyBox .technologyContent .infoBox li p {
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.home .advantageBox {
  background: #f5f6f9;
}
.home .advantageBox .advantageContent {
  margin: 0 auto;
  width: 90%;
}
.home .advantageBox .advantageContent .title {
  padding: 0;
}
.home .advantageBox .advantageContent ul {
  align-items: flex-end;
  padding-bottom: 100px;
}
.advantageContent-tit {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  flex: 100%;
  color: #7e8c98;
  padding-top: 20px;
}
.advantageContent-top {
  padding: 87px 0;
}
.home .advantageBox .advantageContent ul li {
  width: 15%;
  min-width: 220px;
  height: 400px;
  background: #fff;
  box-sizing: border-box;
  padding-top: 80px;
  text-align: center;
  border-radius: 8px;
  margin: 0 10px;
  -webkit-animation: bgbackchange .2s;
  animation: bgbackchange .2s;
}
.home .advantageBox .advantageContent ul li img{margin:0 auto}
.home .advantageBox .advantageContent ul li:hover{
  transition: all ease .3s;
  cursor: pointer;
  transform: scale(1.1);
  box-shadow: 0px 0px 20px #ddd;
}
.home .advantageBox .advantageContent ul .li1 {
  animation-delay: 0.2s;
}
.home .advantageBox .advantageContent ul .li2 {
  animation-delay: 0.6s;
}
.home .advantageBox .advantageContent ul .li3 {
  animation-delay: 1s;
}
.home .advantageBox .advantageContent ul .li4 {
  animation-delay: 1.4s;
}
.home .advantageBox .advantageContent ul .li5 {
  animation-delay: 1.8s;
}
/* .home .advantageBox .advantageContent ul .bottomItem {
    align-self: flex-start
} */
.home .advantageBox .advantageContent ul li .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin: 50px 0 38px 0;
}
.home .advantageBox .advantageContent ul li p {
  color: #666;
  font-size: 16px;
}
.home .resultBox {
  background: url("../images/home/resultBg.png") no-repeat;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .resultBox .title .line {
  background: #fff;
}
.home .resultBox .title .name {
  color: #fff;
}
.home .resultBox ul {
  width: 1200px;
  margin: 0 auto;
}
.home .resultBox ul li {
  width: 300px;
}
.home .resultBox ul li img {
  margin-bottom: 50px;
}
.home .resultBox ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.home .partnerBox {
  padding-bottom: 60px;
}
.home .partnerBox ul {
  width: 1200px;
  margin: 0 auto 40px auto;
  position: relative;
}
.home .partnerBox ul li:hover img {
  cursor: pointer;
  box-shadow: 0 0 20px #ddd;
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.home .partnerBox ul li {
  animation-duration: 0.8s;
  opacity: 0;
  -webkit-transform: translateX(-100%) rotate(-120deg);
  -ms-transform: translateX(-100%) rotate(-120deg);
  transform: translateX(-100%) rotate(-120deg);
}
.home .partnerBox ul li.animated{
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
}
.home .swiper-result {
  position: relative;
  width: 85%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
.home .swiper-result .swiper-slide {
  background: transparent;
}
.home .swiper-result .swiper-slide .swiper-slide-inner p {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.home .swiper-result .swiper-slide .swiper-slide-inner img {
  width: 250px;
  height: 370px;
}
.home .resultBox .next .iconfont,
.home .resultBox .prev .iconfont {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.home .resultBox .next .iconfont:focus,
.home .resultBox .prev .iconfont:focus {
  outline: none;
}
.home .resultBox .next:focus,
.home .resultBox .prev:focus {
  outline: none;
}
.home .resultBox .next {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
}
.home .resultBox .prev {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 40px;
}
.home .resultBox .next:hover .iconfont,
.home .resultBox .prev:hover .iconfont {
  color: rgb(27, 59, 80);
}
@-webkit-keyframes fadeInRightHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
}

@keyframes fadeInRightHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightHome {
  -webkit-animation-name: fadeInRightHome;
  animation-name: fadeInRightHome;
}
