.container {
  width: 100%;
  height: 100%;
  position: relative;
}
.block1 {
  width: 100%;
  height:100%;
  position: relative;
}
/*block1 轮播图*/
.block1 .swiper-container {
  width: 100%;
  height: 753px;
}
.block1 .swiper-container img {
  width: 100%;
  min-width: 1200px;
}
.block1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.block1 .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  background: #fff;
  opacity: .3;
  margin: 0 10px;
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
}
.block1 .swiper-pagination-bullet-active {
  opacity: 1;
}

.block1 .swiper-pagination {
  bottom: 200px;
}

/*nav*/
.nav {
  position: absolute;
  max-width: 1200px;
  top: 40px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  width: 100%;
}
.nav .nav-logo {
  position: absolute;
  left:0;
}

.nav .nav-title {
  position: absolute;
  right:0;
}

.nav .nav-title .nav-li {
  float: left;
  padding: 0 28px;
  height: 45px;
}

.nav .nav-title .nav-li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.nav .nav-title .nav-li .down-list {
  display: none;
  /*width: 180px;*/
  background: #fff;
  padding: 10px 0;
  position: absolute;
  line-height: 40px;
  top: 40px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  border-radius: 4px;
}

.nav .nav-title .nav-li .down-list::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -16px;
  left: 10px;
  font-size: 0; /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0; /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  overflow: hidden; /*清除ie6下默认的宽高*/
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff;

}

.nav .nav-title .nav-li .down-list li {
  padding: 0 14px;
}

.nav .nav-title .nav-li .down-list li a {
  color: #000;
}

.nav .nav-title .nav-li .down-list li:hover {
  background: #00a0ea;
}

.nav .nav-title .nav-li .down-list li:hover a {
  color: #fff;
}

.nav .nav-title .nav-li .nav-arrow-down {
  position: absolute;
  background-image: url(/img/nav-arrow-down.png);
  width: 12px;
  height: 8px;
  top: 5px;
  transition: all .13s;
  right: -22px;
  -webkit-transition: all .13s;
  -moz-transition: all .13s;
  -ms-transition: all .13s;
  -o-transition: all .13s;
}

.nav .nav-title .nav-li .nav-arrow-up {
  position: absolute;
  background-image: url(/img/nav-arrow-up.png);
  width: 12px;
  height: 8px;
  top: 5px;
  transition: all .13s;
  right: -22px;
  -webkit-transition: all .13s;
  -moz-transition: all .13s;
  -ms-transition: all .13s;
  -o-transition: all .13s;
}

.nav .nav-title .nav-li.active > a::after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  background: #fff;
  top: 36px;
  left: 0;
}
.block1 .introduce {
  height: 180px;
  width: 100%;
  background: rgba(0,0,0,.2);
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.block1 .introduce .introduce-items {
  width: 1200px;
  margin: 0 auto;
}
.block1 .introduce .item {
  width: 350px;
  padding: 0 20px;
  display: inline-block;
  color: #fff;
  margin-top: 40px;
}
.block1 .introduce .item .title {
  margin-bottom: 20px;
}
.block1 .introduce .item .title span {
  font-size: 20px;
  position: relative;
}
.block1 .introduce .item .title span::after {
  content: '';
  height: 2px;
  width: 40px;
  position: absolute;
  background: rgba(255,255,255,.6);
  top: 35px;
  left: 0;
}
.block1 .introduce .item p {
  font-size: 14px;
  color: rgba(255,255,255,.6);
  line-height:28px;
  margin-top: 32px;
}
.detail-btn-light {
  position: absolute;
  bottom: 43%;
  left: 19%;
}

.detail-btn-light a {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 160px;
  height: 52px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  background: #108cee;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}
@media screen and (max-width: 1400px){
  .detail-btn-light a {
    width: 115px;
    height: 39px;
    font-size: 16px;
    line-height: 39px;
  }
}
.block2 {
  position: relative;
  width: 100%;
  height: auto;
}

.block2 h1 {
  font-size: 42px;
  color: #303030;
  text-align: center;
  margin: 90px auto 54px;
}

.block2 .text-content {
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
}

.detail-btn-shadow {
  width: 100%;
  text-align: center;
  margin: 60px auto 90px;
}

.detail-btn-shadow a {
  display: inline-block;
  width: 160px;
  height: 52px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  background: #108cee;
  box-shadow: 5px 10px 12px rgba(0, 0, 0, .18);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.block3 {
  width: 100%;
  height: 1159px;
  background: url(/img/home-bg-1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.title-wrapper {
  width: 100%;
}

.title-wrapper .title {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 100px auto 20px;
}

.title-wrapper .subtitle {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

#plans {
  position: relative;
  width: 1200px;
  height: 400px;
  margin: 0 auto;
}

#plans .swiper-container {
  padding: 10px 0;
}
#plans .img-wrap {
  width: 279px;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#plans .swiper-item {
  width: 279px;
  height: 350px;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#plans .detail-wrapper {
  /*visibility: hidden;*/
  cursor: pointer;
  /*opacity: 0;*/
  width: 279px;
  height: 350px;
  position: absolute;
  top: 295px;
  background: rgba(0,0,0,.5);
  transition: all 0.13s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#plans .swiper-slide:hover > .img-wrap{
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
}
#plans .swiper-slide:hover > .img-wrap > .swiper-item {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#plans .swiper-slide:hover > .detail-wrapper {
  /*visibility: visible;*/
  /*opacity: 1;*/
  border-radius: 10px;
  transform: translate(0, -305px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#plans .swiper-slide:hover > .detail-wrapper h1{
  margin: 60px auto 22px;
}
#plans .detail-wrapper h1 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 20px auto 22px;
}
#plans .detail-wrapper p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  padding: 0 34px;
}
.detail-btn {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}
.detail-btn a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 38px;
  text-align: center;
  border: 1px #fff solid;
  border-radius: 20px;
  line-height: 38px;
}
.detail-btn a:hover{
  color:#108cee;
  border-color:#108cee;
}
#plans .swiper-button-prev {
  left: -50px;
}

#plans .swiper-button-next {
  right: -50px;
}

#plans .swiper-button-next, #plans .swiper-button-prev {
  opacity: .5;
  cursor: pointer;
  pointer-events: auto;
}
#plans .swiper-button-next.swiper-button-disabled,#plans .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  outline: none;
}
#plans .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 15px;
  background: #fff;
  outline: none;
  opacity: .3;
}

#plans .swiper-pagination-bullet-active {
  opacity: 1;
}
.block3 .data-wrapper .title {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin: 90px auto 136px;
}
.block3 .data-wrapper .data-content {
  display: flex;
  display: -webkit-flex; /* Safari */
  width:1200px;
  margin: 0 auto;
}
.block3 .data-content .data {
  flex: 1;
  color: #fff;
  text-align: center;
}
.block3 .data-content .data h1 {
  font: normal bold 60px "Microsoft YaHei UI";
  margin-bottom: 50px;
}
.block3 .data-content .data h3 {
  font-size: 24px;
}

.block4 {
  width: 100%;
  height: 878px;
  background: url("/img/home-bg-2.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.block4 .company {
  width: 1200px;
  margin: 120px auto 0;
}
.block4 .company .item{
  position: relative;
  width: 380px;
  height: 420px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 8px;
  transition: all .3s;
  cursor: pointer;
}
.block4 .company .item:hover {
  transform: translateY(-10px);
  box-shadow: 5px 10px 10px rgba(0,0,0,.2);
}
.block4 .company .qiq {
  background: url("/img/home-img-qiq.png") no-repeat;
}
.block4 .company .lima {
  background: url("/img/home-img-lm.png") no-repeat;
}
.block4 .company .shaiqi {
  background: url("/img/home-img-sq.png") no-repeat;
}
.block4 .company .item img{
  border-radius: 8px;
}
.block4 .company .item .info{
  position: absolute;
  top:0px;
  height:420px;
}
.block4 .company .item .info .logo {
  width: 380px;
  height: 80px;
  text-align: center;
  margin-top: 60px;
}
.block4 .company .item:last-child .info .logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.block4 .company .item .info p {
  padding: 40px 40px 0;
  font-size: 14px;
  line-height:24px;
  color: #fff;
}
.block4 .data-wrapper {
  width:100%;
  height:140px;
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.6);
}
.block4 .data-wrapper .data-content {
  display: flex;
  display: -webkit-flex; /* Safari */
  width:1200px;
  margin: 0 auto;
  height: 140px;
  align-items: center;
}
.block4 .data-wrapper .data-content .data {
  flex: 1;
  color: #fff;
  text-align: center;
}
.block4 .data-content .data h1 {
  font: normal normal 60px "Microsoft YaHei UI";
  margin-bottom: 20px;
}
.block4 .data-content .data h3 {
  font-size: 18px;
}

.block5 {
  width: 100%;
  position: relative;
}
.block5 .company-list {
  display: flex;
  display: -webkit-flex; /* Safari */
  width:1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.block5 .company-list .company-item {
  flex: 0 0 130px;
  margin: 15px 35px;
  box-shadow: 5px 10px 12px rgba(0,0,0,.2);
  border-radius: 20px;
  height: 130px;
  width: 130px;
}