.home-video {
  display:block; 
  height: 780px; 
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -72px;
}
.video {
  width: 2560px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1280px;
  z-index: 1;
}
.home-introduction {
  margin-top: 100px;
  text-align: center;
  
}
.home-introduction p {
  color: #777;
  font-size: 22px;
  margin: 0;
  height: 22px;
  line-height: 22px;
}
.home-product {
  width: 1200px;
  height: 260px;
  display: flex;
  justify-content: space-between;
  margin-top: 87px;
  position: relative;
  left: 50%;
  margin-left: -600px;
}
.home-product > div {
  width: 380px;
  height: 260px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 260px;
  position: relative;
}
.home-product-title1 {
  position: absolute;
  z-index: 1;
  left: 80.5px;
  top: 113px;
}
.home-product-title2 {
  position: absolute;
  z-index: 1;
  left: 100.5px;
  top: 113px;
}
.home-product-title3 {
  position: absolute;
  z-index: 1;
  left: 119px;
  top: 113px;
}
.home-product-img1 {
  background: url(./images/home/1.png) center center no-repeat;
}
.home-product-img2 {
  background: url(./images/home/2.png) center center no-repeat;
}
.home-product-img3 {
  background: url(./images/home/3.png) center center no-repeat;
}
.blue {
  width: 100%;
  height: 100%;
  background: #3a408f;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 33px;
  
}
.blue >div {
  margin-top: 130px;
}
.home-product-blue1 {
  -webkit-animation: one-show 0.2s ease-out both;
}
.home-product-blue2 {
  -webkit-animation: one-show 0.2s ease-out both;
}
.home-product-blue3 {
  -webkit-animation: one-show 0.3s ease-out both;
}
@keyframes one-show {
	0%{ -webkit-transform:translate(0px,0px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 0.85;}
}
.home-product-blue1-content {
  -webkit-animation: font-show 0.7s ease-out both;
}
.home-product-blue2-content {
  -webkit-animation: font-show 0.7s ease-out both;
}
.home-product-blue3-content {
  -webkit-animation: font-show 0.7s ease-out both;
}
@keyframes font-show {
	0%{ -webkit-transform:translate(0px,0px); opacity: 0;}
  20%{ -webkit-transform:translate(0px,0px); opacity: 0;}
	100%{  -webkit-transform:translate(0px,0px); opacity: 1;}
}
.home-product-title3-show1 {
  -webkit-animation: title-show 0.3s ease-out both;
}
.home-product-title3-show2 {
  -webkit-animation: title-show 0.3s ease-out both;
}
.home-product-title3-show3 {
  -webkit-animation: title-show 0.3s ease-out both;
}
@keyframes title-show {
	0%{ -webkit-transform:translate(0px, 0px); opacity: 1;}
	100%{  -webkit-transform:translate(0px, -38px); opacity: 1;}
}
.home-worth {
  width: 100%;
  height: 410px;
  margin-top: 90px;
  background: linear-gradient(to right, #2C2D36 0%, #464854 100%);
}
.home-worth > div {
  width: 1200px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -600px;
  display: flex;
  justify-content: space-between;
}
.home-worth-content {
  height: 210px;
  cursor: pointer;
  margin-top: 100px;
}
.home-worth-content:last-child {
  height: 260px;
}
.home-worth-content p:nth-of-type(2) {
  margin-top: 30px;
}
.home-worth-content p:nth-of-type(3) {
  width: 330px;
  margin-top: 30px;
  line-height: 33px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #EEEEEE;
}
.home-worth-content:nth-of-type(2) p:nth-of-type(3) {
  width: 330px;
  margin-top: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 33px;
}
.home-swoper {
  width: 100%;
  height: 900px;
  margin-top: 86px;
  background: url(./images/home/swiper.png) 100% 100% no-repeat;
}
.home-swoper-content {
  width: 540px;
  height: 100%;
  position: relative;
  left: 50%;
  margin-left: -270px;
}
.home-swoper-you {
  position: absolute;
  right: 0px;
  top: 450px;
  cursor: pointer;
}
.home-swoper-zuo {
  position: absolute;
  left: 0px;
  top: 450px;
  cursor: pointer;
}
.swiper-container {
  width: 400px;
  height: 190px;
  top: 300px;
  background: rgba(29, 71, 128, 0.8);
  
}
.swiper-scrollbar {
  width: 333px !important;
  left: 33px !important;
  bottom: 37px !important;
  height: 2px !important;
  background: rgba(255, 255, 255, 0.3) !important;
}
.swiper-scrollbar-drag {
  height: 2px !important;
  background: rgba(255, 255, 255, 1) !important;
}
.swiper-slide {
  color: #fff;
  font-size: 16px;
  z-index: 10;
}
.swiper-slide > p {
  margin-top: 17px;
  margin-left: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 34px;
}
.home-worth-img,.home-worth-img1 {
  width: 800px;
  height: 410px;
  overflow: hidden;
}