@charset "utf-8";
/* 首页样式 */

/* 轮播图 */
.bannerwrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bannerwrap .swiper-container01 {
  height: 100%;
}

.bannerwrap .cont {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerwrap .cont .text {
  position: relative;
  z-index: 1;
}

.bannerwrap .cont .text span {
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.bannerwrap .cont .text p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.bannerwrap .cont .text h3 {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}

.bannerwrap .cont .text h4 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 50px;
}
.bannerwrap .swiper-button-next,
.bannerwrap .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  outline: none;
  opacity: 0.3;
}

.bannerwrap .swiper-button-next {
  right: 30px;
}

.bannerwrap .swiper-button-prev {
  left: 30px;
}

.bannerwrap .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

.bannerwrap .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-color: #ffffff;
  border-radius: 9px;
  margin-right: 15px;
  opacity: 0.4;
  outline: none;
}

.bannerwrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
}

.bannerwrap .swiper-button-next:hover,
.bannerwrap .swiper-button-prev:hover {
  opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .bannerwrap {
    height: 90%;
  }
  .bannerwrap .cont .text {
    margin-left: 100px;
  }
  .bannerwrap .cont .text h3 {
    font-size: 46px;
}
.bannerwrap .cont .text h4 {
    font-size: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bannerwrap {
    height: 80%;
  }
  .bannerwrap .cont .text {
    padding-left: 150px;
  }
  .bannerwrap .cont .text span {
    width: 60px;
  }

  .bannerwrap .cont .text p {
    font-size: 18px;
  }

  .bannerwrap .cont .text h3 {
    font-size: 42px;
  }

  .bannerwrap .cont .text h4 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .bannerwrap {
    height: 60%;
  }
  .bannerwrap .cont .text {
    padding-left: 100px;
  }
  .bannerwrap .cont .text span {
    width: 60px;
  }

  .bannerwrap .cont .text p {
    font-size: 16px;
  }

  .bannerwrap .cont .text h3 {
    font-size: 36px;
  }

  .bannerwrap .cont .text h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 760px) {
  /* .bannerwrap */
  .bannerwrap {
    height: 300px;
    padding-top: 50px;
    position: relative;
  }
  .bannerwrap .cont .text {
    width: 94%;
  }
  .bannerwrap .cont .text h4 {
    display: none;
  }
  .bannerwrap .cont .text span {
    width: 40px;
    height: 2px;
  }
  .bannerwrap .cont .text p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .bannerwrap .cont .text h3 {
    font-size: 18px;
  }
  .bannerwrap .cont .text h3 > p {
    margin-top: 10px;
  }
  .bannerwrap .swiper-pagination {
    bottom: 10px;
  }
  .bannerwrap .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 10px;
  }
  .bannerwrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
  .bannerwrap .swiper-button-next,
  .bannerwrap .swiper-button-prev {
    display: none;
  }
}

/* 关于我们 */
.index-about-warp {
  background-color: #f4f4f4;
  padding: 90px 0 130px;
}

.index-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-about .text {
  width: 50%;
  padding-right: 60px;
}

.index-about .text span {
  display: block;
  width: 84px;
  height: 4px;
  background-color: #0072c3;
}

.index-about .text h3 {
  font-size: 36px;
  color: #222;
  font-weight: bold;
  margin: 30px 0 50px;
  line-height: 1.5;
}

.index-about .text .desc,
.index-about .text .desc * {
  font-size: 16px;
  line-height: 36px;
  color: #222;
  text-align: justify;
}

.index-about .video-wrap {
  width: 50%;
  position: relative;
}

.index-about .video-wrap .litpic {
  width: 100%;
}

.index-about .video-wrap .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}

.index-about-more {
  display: flex;
  display: -webkit-flex;
  margin-top: 40px;
}

.index-about-more .more {
  border: 1px solid #0072c3;
  width: 152px;
  height: 45px;
  font-size: 16px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-about-warp {
    padding: 80px 0;
  }
  .index-about .text h3 {
    font-size: 32px;
  }
  .index-about .text span {
    margin: 20px 0;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .index-about-warp {
    padding: 60px 0;
  }
  .index-about {
    flex-direction: column;
  }
  .index-about .text {
    width: 100%;
  }
  .index-about .text h3 {
    font-size: 32px;
  }
  .index-about .text span {
    margin: 20px 0;
  }
  .index-about .video-wrap {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 760px) {
  .index-about-warp {
    padding: 40px 0;
  }

  .index-about {
    display: block;
  }

  .index-about .text {
    width: 100%;
    padding: 0;
  }

  .index-about .text span {
    height: 3px;
  }

  .index-about .text h3 {
    font-size: 26px;
  }

  .index-about .text .desc,
  .index-about .text .desc * {
    font-size: 14px;
    line-height: 24px;
  }

  .index-about .video-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .index-about .video-wrap .video-btn {
    height: 80px;
  }

  .index-about-more .more {
    width: 100px;
    height: 36px;
    font-size: 14px;
  }
}

/* 产品中心 */
.index-product-wrap {
  background-color: #f4f4f4;
  padding: 90px 0 130px;
  height: 767px;
}

.index-product {
  margin: auto;
}

.index-product .public-cate-title h3 {
  color: #ffffff;
}

.index-product .public-cate-title h4 {
  color: #ffffff;
}

.index-product .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.index-product .list .item {
  flex: 1;
  margin-right: 70px;
}

.index-product .list .item:last-child {
  margin-right: 0;
}

.index-product .list .item .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 62.5%;
  position: relative;
}

.index-product .list .item .bg .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}

.index-product .list .item .bg .title {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

.index-product .list .item .bg .desc {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.index-product .list .item .bg .more {
  width: 160px;
  height: 48px;
  background: rgba(0, 114, 195, 0);
  border: 1px solid #ffffff;
  margin-top: 30px;
}

.index-product .list .item:hover .bg .box {
  background-color: rgba(1, 116, 196, 0.8);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .index-product-wrap {
    height: auto;
    padding: 70px 0;
  }
  .index-product .list {
    margin-top: 60px;
  }
  .index-product .list .item {
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-product-wrap {
    height: auto;
    padding: 70px 0;
  }
  .index-product .list {
    margin-top: 40px;
  }
  .index-product .list .item {
    margin-right: 15px;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .index-product-wrap {
    height: auto;
    padding: 50px 0;
  }
  .index-product .list {
    margin-top: 40px;
  }
  .index-product .list .item {
    margin-right: 15px;
  }
  .index-product .list .item .bg .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .index-product .list .item .bg .desc {
    font-size: 14px;
  }
  .index-product .list .item .bg .more {
    height: 45px;
  }
}
@media (max-width: 760px) {
  .index-product-wrap {
    height: auto;
    padding: 50px 0;
  }
  .index-product .list {
    margin-top: 40px;
    flex-direction: column;
  }
  .index-product .list .item {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .index-product .list .item .bg .title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .index-product .list .item .bg .desc {
    font-size: 14px;
  }
  .index-product .list .item .bg .more {
    height: 40px;
  }
}
/* 新闻中心 */
.index-news-wrap {
  position: relative;
  padding: 70px 0;
  margin-bottom: 70px;
}

.index-news {
  margin: 50px auto 0;
  position: relative;
}

.index-news .swiper-container {
  padding: 20px 0;
}

.index-news .swiper-slide {
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.index-news .swiper-slide:hover {
  transform: scale(1.02);
}

.index-news .imgbox {
  height: 295px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.index-news .content-box {
  padding: 20px 24px 20px 15px;
}

.index-news .content-box .time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  padding-left: 23px;
  background: url("../images/icon7.png") no-repeat left center;
  background-size: 22px 22px;
  margin-bottom: 20px;
}

.index-news .content-box .title {
  font-weight: bold;
  font-size: 18px;
  color: #040404;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.index-news .content-box .desc {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}

.index-news .content-box .btn {
  font-weight: 400;
  font-size: 14px;
  color: #0072c3;
}

.index-news .swiper-button-next,
.index-news .swiper-button-prev {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  outline: none;
  background-color: #e5e5e5;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: none;
}

.index-news .swiper-button-next:hover,
.index-news .swiper-button-prev:hover {
  background-color: #0072c3;
  color: #ffffff;
}

.index-news .swiper-button-next {
  right: 0;
}

.index-news .swiper-button-prev {
  left: 0;
}

.index-news-wrap .swiper-pagination {
  width: 100%;
  bottom: -70px;
  left: 0;
}

.index-news-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #838c9b;
  border-radius: 9px;
  margin-right: 15px;
  outline: none;
  opacity: 1;
}

.index-news-wrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 50px;
  background-color: #0072c3;
}

@media only screen and (max-width: 760px) {
  .index-news-wrap {
    padding: 50px 0 30px;
    margin-bottom: 30px;
  }
  .index-news {
    margin: 30px auto 0;
  }
  .index-news .swiper-button-next,
  .index-news .swiper-button-prev {
    width: 25px;
    height: 40px;
    border-radius: 0;
  }
  .index-news-wrap .swiper-pagination {
    bottom: -15px;
  }

  .index-news-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 10px;
  }

  .index-news-wrap .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

/* 技术支持和加入我们 */
.index-service-join-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index-service-join-wrap .item {
  flex: 1;
  height: 416px;
  display: flex;
  align-items: center;
  padding: 0 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-service-join-wrap .item:first-child {
  justify-content: flex-end;
  text-align: right;
}

.index-service-join-wrap .item .box {
}

.index-service-join-wrap .item .box .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 15px;
}

.index-service-join-wrap .item .box .desc {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .index-service-join-wrap .item {
    padding: 0 90px;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .index-service-join-wrap .item {
    padding: 0 40px;
    height: 300px;
  }
}

@media (max-width: 760px) {
  .index-service-join-wrap {
    flex-direction: column;
  }
  .index-service-join-wrap .item {
    padding: 0 15px;
    height: 240px;
    width: 100%;
    flex: auto;
  }
  .index-service-join-wrap .item:first-child {
    justify-content: flex-start;
    text-align: left;
  }
}

/* 合作客户 */
.index-customer-wrap {
  background-color: #f5f5f5;
  padding: 60px 0 70px;
}

.index-customer .logolist {
  margin-top: 50px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-customer .logolist li {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  height: 100px;
  transition: all 0.3s;
}

.index-customer .logolist li img {
  display: block;
  width: auto;
  max-width: 80%;
  max-height: 80%;
}

.index-customer .logolist li:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .index-customer .logolist li {
    width: calc((100% - 10px * 7) / 8);
  }
  .index-customer .logolist li:nth-of-type(8n) {
    margin-right: 0;
  }
}

@media (min-width: 761px) and (max-width: 991px) {
  .index-customer .logolist li {
    width: calc((100% - 10px * 3) / 4);
  }
  .index-customer .logolist li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 760px) {
  .index-customer-wrap {
    padding: 40px 0;
  }

  .index-customer .logolist li {
    height: 80px;
    width: calc((100% - 10px) / 2);
  }
  .index-customer .logolist li:nth-of-type(2n) {
    margin-right: 0;
  }

  .index-customer .logolist li img {
    max-width: 90%;
    max-height: 90%;
  }

  .index-customer .logolist li:hover {
    box-shadow: none;
  }
}

/* 期待合作 */
.index06wrap {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index06 {
  position: relative;
  z-index: 1;
  text-align: center;
}

.index06 h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.index06 p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.index06 .more {
  border-radius: 30px;
  margin: auto;
}

@media (min-width: 761px) and (max-width: 991px) {
  .index06 h3 {
    font-size: 30px;
  }
  .index06 p {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .index06wrap {
    padding: 40px 15px;
  }

  .index06 h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .index06 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 60px;
  }
}
