/** 视频 **/
.banner_video {
  position: fixed;
  left: 0;
  object-fit: fill;
  width: 100%;
  height: 100vh;
}

.header {
  display: flex;
  justify-content: space-between;
  height: 99px;
  border-bottom: 1px solid #e6e6e6;
  z-index: 999;
  position: relative;
  background: #fff;
}

/** 海报 **/
.mask_poster {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
}

.poster {
  height: calc(40vh - 102px);
  background: rgba(0, 0, 0, 0.45);
  padding: 30vh;
}

.poster .tittle {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}

.poster .detail {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.poster .swiper-container {
  position: static;
}

.poster .swiper-button-prev,
.poster .swiper-button-next {
  background-image: none;
  color: #fff;
  top: 50%;
  border-radius: 5px;
  height: 60px;
}

.poster .swiper-button-prev .layui-icon,
.poster .swiper-button-next .layui-icon {
  position: relative;
  top: 25%;
  right: 3px;
  font-size: 40px;
}

.poster .swiper-button-prev {
  left: 10vw;
}

.poster .swiper-button-next {
  right: 10vw;
}

.wantMore {
  font-size: 24px !important;
  width: 350px;
  height: 88px !important;
  margin-top: 50px !important;
  background: #ed2228 !important;
}

/** 解决方案、优秀案例、鸿卓动态 **/
.solution {
  position: relative;
  text-align: center;
  height: 1300px;
}

.solution .tab_container {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
  margin: 0 10%;
}

.solution .tab_container .item {
  width: 24%;
  background: #fff;
  padding: 5% 0 0;
  text-align: center;
  cursor: pointer;
}

.solution .tab_container .item:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.solution .tab_container .item .item_tittle {
  color: #333333;
  font-size: 26px;
  margin-top: 40px;
}

.solution .tab_container .item .item_info {
  color: #666666;
  font-size: 14px;
  width: 80%;
  margin: 20px auto 15%;
}

.solution .light_dot {
  background: #fff;
  display: flex;
  justify-content: space-around;
  margin: 0 10%;
  padding: 40px 50px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  top: 5%;
}

.solution .light_dot .tittle {
  font-size: 32px;
  line-height: 100px;
}

.solution .light_dot .item_options {
  width: 70%;
  height: 120px;
  position: relative;
  display: flex;
}

.solution .light_dot .item_options .icons_slide {
  display: flex;
  position: relative;
  justify-content: flex-start;
  top: 10px;
}

.solution .light_dot .item_options .options_img {
  width: 100px;
  margin-right: 4%;
}

.solution .light_dot .item_options .options_img::after {
  content: '······';
  color: #f2f2f2;
  font-size: 14px;
  position: relative;
  bottom: 75px;
  right: 70%;
  letter-spacing: 4px;
}

.solution .light_dot .item_options .options_img:first-child::after {
  content: '';
}

.solution .light_dot .item_options .options_img .options_name {
  color: #666666;
  margin-top: 10px;
}

.solution .light_dot .item_options .options_btn {
  display: flex;
  height: 17px;
  position: relative;
  top: 30%;
  justify-content: space-between;
}

.solution .light_dot .item_options .options_btn div {
  cursor: pointer;
}

.solution .light_dot .item_options .options_btn div:hover {
  color: #00718c;
}

.solution .content {
  display: flex;
  padding: 5% 10%;
  background: #fff;
}

.solution .content .section {
  width: 50%;
  padding: 5% 0 0;
}

.solution .content .section .type {
  background: #fff;
  line-height: 70px;
  font-size: 32px;
  text-align: left;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 20px;
}

.solution .content .section .type::after {
  content: '';
  width: 125px;
  height: 4px;
  background: #F8C44F;
  border-radius: 2px;
  display: block;
  position: relative;
  top: 1px;
}

.solution .content .section .info {
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 25px;
}

.solution .content .section .detail {
  font-size: 12px;
  color: #999999;
  margin: 50px 0;
  text-align: left;
}

.solution .content .section .detail .tittle {
  color: #666666;
}

.solution .content .section .options {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.solution .content .section .options .btn {
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #f8c44f;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-radius: 20px;
  color: #999999;
}

.solution .content .section_img {
  width: 50%;
  padding: 5% 0 0;
}

.example {
  padding: 80px 10% 0;
  text-align: center;
  position: relative;
  background: #fff;
}

.example .swiper-example {
  height: 750px;
}

.news {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  background: #fff;
}

.solution>.tittle,
.example>.tittle,
.news>.tittle {
  font-size: 42px;
}

.solution>.tittle,
.solution>.sectittle a {
  color: #fff;
}

.solution>.sectittle,
.example>.sectittle,
.news>.sectittle {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 60px;
  cursor: pointer;
}

.solution>.sectittle,
.example>.sectittle {
  margin-bottom: 40px;
}

.example .example_body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.example .example_body .container-img {
  overflow: hidden;
  width: 32%;
  height: 330px;
  margin: 10px 0;
}

.example .example_body img {
  cursor: pointer;
  transition: all 1s;
  width: 100%;
  height: 100%;
}

.example .example_body img:hover {
  transform: scale(1.2);
}

.swiper-wrapper {
  height: 325px !important;
}

.news .swiper-slide {
  text-align: center;
  height: 325px !important;
  display: flex;
  justify-content: space-around;
}

.news .swiper-slide img {
  width: 380px;
  height: 215px;
}

.news .swiper-slide .news_info {
  font-size: 16px;
  color: #666666;
  margin: 20px 0;
  text-align: left;
  width: 380px;
}

.news .swiper-slide .news_tittle {
  width: 100%;
  font-size: 18px;
  color: #333333;
  text-align: left;
  width: 380px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/** 合作伙伴 **/
.partner {
  padding: 0 10%;
  height: 920px;
  background: #f5f5f5;
  text-align: center;
  position: relative;
}

.partner>.tittle {
  color: #151c26;
  font-size: 42px;
  padding-top: 100px;
}

.partner>.sectittle {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 60px;
  cursor: pointer;
}

.partner .barrage {
  background: #d7ddde;
  width: 1490px;
  height: 355px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.partner .barrage:hover .item_top,
.partner .barrage:hover .item_middle,
.partner .barrage:hover .item_bottom {
  animation-play-state: paused;
}

.partner .barrage .item_top,
.partner .barrage .item_middle,
.partner .barrage .item_bottom {
  background: #f5f5f5;
  width: 435px;
  height: 85px;
  position: absolute;
  animation: rotateBlock 16s linear infinite;
  right: -435px;
  top: 30px;
  display: flex;
  justify-content: flex-start;
  border-radius: 20px;
}

.partner .barrage .item_middle {
  animation: rotateBlock 12s linear infinite;
  top: 135px;
}

.partner .barrage .item_bottom {
  animation: rotateBlock 14s linear infinite;
  top: 240px;
}

.partner .barrage .item2 {
  animation-delay: 4s;
}

.partner .barrage .item3 {
  animation-delay: 8s;
}

.partner .barrage .item4 {
  animation-delay: 12s;
}

.partner .barrage .item6 {
  animation-delay: 3s;
}

.partner .barrage .item7 {
  animation-delay: 6s;
}

.partner .barrage .item8 {
  animation-delay: 9s;
}

.partner .barrage .item10 {
  animation-delay: 3.5s;
}

.partner .barrage .item11 {
  animation-delay: 7s;
}

.partner .barrage .item12 {
  animation-delay: 10.5s;
}

@keyframes rotateBlock {
  0% {
    right: -420px;
  }

  to {
    right: 100%;
  }
}

.partner .barrage .item_top img,
.partner .barrage .item_middle img,
.partner .barrage .item_bottom img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  top: calc(50% - 25px);
  margin-left: 20px;
  margin-right: 15px;
}

.partner .barrage .item_top p,
.partner .barrage .item_middle p,
.partner .barrage .item_bottom p {
  height: 40px;
  color: #999999;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  top: 30%;
  padding-right: 20px;
  text-align: left;
}

.partner .barrage .item_top span,
.partner .barrage .item_middle span,
.partner .barrage .item_bottom span {
  color: #333333;
}

.partner .company {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.partner .company img {
  width: 180px;
  height: 45px;
  margin: 25px 35px;
}

.partner .btn {
  width: 454px;
  height: 64px;
  line-height: 64px;
  font-size: 22px;
  border: 1px solid #f8c44f;
  border-radius: 30px;
  margin: 20px auto 0;
  background: #fff;
  cursor: pointer;
}

/** swiper组件 **/
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ed2228 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
}

/** 首页底部栏 **/
.footer {
  position: relative;
}

.footer .top {
  display: flex;
  justify-content: space-around;
  background: #303030;
}

.footer .top .item {
  padding: 40px 3% 20px;
  width: 17%;
}

.footer .top .item .tittle {
  color: #999999;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  margin: 20px 0 10px;
}

.footer .top .item img {
  width: 120px;
  height: 120px;
}

.footer .top span {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-right: 5px;
}

.footer .top span:hover {
  color: #00718c;
}

.footer .bottom {
  display: flex;
  justify-content: space-between;
  background: #2a2a2a;
  padding: 10px 50px;
}

.footer .bottom .info {
  line-height: 38px;
}

.footer .bottom .info,
.footer .bottom .icons {
  color: #9a9a9a;
}

.footer .bottom .icons {
  display: flex;
  justify-content: space-around;
  width: 15%;
}

.footer .bottom .icons .icon_column {
  cursor: pointer;
  position: relative;
}

.footer .bottom .icons .icon_column img {
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 40px;
  z-index: 999;
  right: -10px;
  display: none;
}

.footer .bottom .icons .icon_column:hover img {
  display: block;
}

.footer .bottom .icons .icon_column i {
  font-size: 35px;
}

.footer .bottom .icons .icon_column>span {
  position: relative;
  bottom: 5px;
}

@media screen and (max-width: 1440px) {
  .poster .describe .des_tittle {
    font-size: 50px;
  }

  .poster .describe .des_info {
    font-size: 18px;
  }

  .partner {
    height: 650px;
  }

  .container_left .container-img,
  .container_leftCenter .container-img,
  .container_rightCenter .container-img,
  .container_right .container-img {
    width: 140px;
    height: 115px;
    line-height: 115px;
  }

  .container_center>.container-img {
    width: 500px;
    height: 241px;
    margin-top: 60px;
  }

  .example .example_body .container-img {
    height: 230px;
  }

  .example .swiper-example {
    height: 550px;
  }

  .news {
    padding-top: 30px;
  }

  .news .swiper-slide img {
    width: 270px;
    height: 150px;
  }

  .news .swiper-slide .news_info,
  .news .swiper-slide .news_tittle {
    width: 270px;
  }

  .footer .top .item {
    padding: 40px 2% 20px;
    width: 20%;
  }

  .footer .bottom .icons {
    width: 20%;
  }

  .poster .tittle {
    font-size: 35px;
  }

  .poster .detail {
    font-size: 20px;
  }

  .solution {
    height: 1175px;
  }

  .solution .light_dot .tittle {
    font-size: 20px;
  }

  .solution .light_dot .item_options {
    width: 80%;
  }

  .solution .light_dot .item_options .options_img {
    margin-right: 2%;
  }

  .solution .light_dot .item_options .options_img .options_name {
    margin-top: 10px;
  }

  .solution .light_dot .item_options .options_img::after {
    content: '······';
    color: #f2f2f2;
    font-size: 14px;
    position: relative;
    bottom: 65px;
    right: 60%;
    letter-spacing: 1px;
  }

  .solution .light_dot .item_options .options_img img {
    width: 50px;
  }

  .partner .barrage {
    width: 1030px;
    height: 210px;
  }

  .partner .barrage .item_top,
  .partner .barrage .item_middle,
  .partner .barrage .item_bottom {
    width: 355px;
    height: 50px;
    top: 20px;
  }

  .partner .barrage .item_top img,
  .partner .barrage .item_middle img,
  .partner .barrage .item_bottom img {
    width: 35px;
    height: 35px;
    top: calc(50% - 18px);
  }

  .partner .barrage .item_top p,
  .partner .barrage .item_middle p,
  .partner .barrage .item_bottom p {
    line-height: 15px;
    height: 30px;
    font-size: 12px;
    top: 25%;
  }

  .partner .barrage .item_middle {
    top: 80px;
  }

  .partner .barrage .item_bottom {
    top: 140px;
  }

  .solution .content .section .options .btn {
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #f8c44f;
    width: 90px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    border-radius: 20px;
    color: #999999;
  }
}