﻿/*版心*/
.container-center {
  max-width: 1190px;
  margin: 0 auto;
}
body {
  background-color: white;
}
/* 版心 */
.container {
  min-width: 300px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1190px) {
  .container {
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
  }
}
/* #region 头部导航条--start */
header {
  width: 100%;
  height: 50px;
}
.header-top {
  width: 100%;
  height: 50px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 999;
}
.logo {
  margin: 0 0 0 5px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.space-div {
  display: inline-block;
  width: 80px;
}
header img {
  width: 100px;
  height: 25px;
}
header .nav-div {
  display: flex;
  justify-content: start;
}
header .nav-cell {
  width: 1198px;
  margin: auto auto;
}
header .nav-cell .nav-list {
  margin-left: -15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
@media (max-width: 650px) {
  header .nav-cell .nav-list {
    display: none;
  }
}
header .nav-cell .nav-list li {
  float: left;
  cursor: pointer;
}
header .nav-cell .nav-list li a {
  padding: 0 15px;
  display: inline-block;
  color: black;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}
header .nav-cell .nav-list .active a,
header .nav-cell .nav-list > li:hover a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: red;
}
header .lang-div {
  width: 100px;
  margin: auto 0;
  margin-right: 5px;
}
@media (max-width: 650px) {
  header .lang-div {
    display: none;
  }
}
header .lang-div ul {
  display: flex;
}
header .lang-div ul li {
  padding-left: 15px;
}
header .lang-div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .lang-div ul li a img {
  margin: 0 0 0 3px;
  width: 14px;
  height: 10px;
}
header #toggleBar {
  display: none;
  background: url(/Images/togglebtn.png) no-repeat center center;
  margin-top: 5px;
  border: 1px solid gray;
  width: 50px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  right: 10px;
}
@media (max-width: 650px) {
  header #toggleBar {
    display: block;
  }
}
header #min-nav-list {
  background-color: rgba(0, 0, 0, 0.8);
}
header #min-nav-list li {
  margin-bottom: 10px;
  padding-left: 10px;
}
header #min-nav-list li:hover {
  background-color: #000000;
}
header #min-nav-list li a {
  color: white;
  font-size: 20px;
  width: 100%;
  display: block;
}
header .min-nav-list-collapse {
  display: none;
}
/* #endregion 头部导航条--end */
/* #region 轮播图--start*/
.banner {
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  background-position: center center;
  background-size: cover;
  display: flex !important;
  background-color: black;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .slide1 {
  background-image: url("../Images/home-05-1840x605.jpg");
}
.banner .swiper .swiper-wrapper .slide2 {
  background-image: url("../Images/banbg01.jpg");
}
.banner .swiper .swiper-wrapper .slide3 {
  background-image: url("../Images/banner5.jpeg");
}
.banner .swiper .swiper-wrapper .slide4 {
  background-image: url("../Images/banner4.jpeg");
}
.banner .swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}
.banner .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .swiper .swiper-button-next,
.banner .swiper .swiper-button-prev {
  color: #666;
}
/* #endregion 轮播图--end*/
.banner1 {
  cursor: pointer;
  background-image: url(../Images/banner-bg1.webp);
}
.banner2 {
  cursor: pointer;
  background-image: url(../Images/banner-bg8.webp);
}
.banner3 {
  cursor: pointer;
  background-image: url(../Images/banner-bg3.webp);
}
.banner4 {
  cursor: pointer;
  background-image: url(../Images/banner-bg4.webp);
}
.div-video {
  position: relative;
  cursor: pointer;
}
.div-video .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10vw;
  justify-content: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.54;
  color: #fff;
  display: flex;
  align-items: center;
}
.div-video .text h1 {
  display: inline-block;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  text-align: left;
  visibility: visible;
  box-sizing: border-box;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #fff;
}
.div-video .text p {
  cursor: pointer;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  font-size: 1.25vw;
  line-height: 1.54;
  text-align: left;
  color: #fff;
  visibility: visible;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 2vw;
  font-weight: 400 !important;
}
.div-video .text .text-detail {
  font-size: 0.8vw;
}
.div-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  align-items: center !important;
  background-position: center center;
  background-size: cover;
  min-height: 100vh !important;
}
.section .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* 水平居中整个容器 */
  justify-content: space-between;
  /* 垂直居中整个容器 */
  align-items: center;
  /* 容器水平居中 */
  margin: 0 auto;
}
@media (max-width: 650px) {
  .section .container {
    flex-wrap: wrap-reverse;
  }
}
.section .container .text {
  padding-left: 10vw;
  width: 40vw;
  justify-content: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  line-height: 1.54;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  visibility: visible;
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
@media (max-width: 650px) {
  .section .container .text {
    margin-top: 20px;
  }
}
.section .container .text h1 {
  display: inline-block;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  text-align: left;
  visibility: visible;
  box-sizing: border-box;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 2.5vw;
  line-height: 1.2;
  color: #fff;
}
.section .container .text p {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  font-size: 1.2vw;
  line-height: 1.54;
  text-align: left;
  color: #fff;
  visibility: visible;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 2vw;
  font-weight: 400 !important;
}
.section .container .text .text-detail {
  font-size: 0.8vw;
}
.section .container img {
  width: 50vw;
  height: 100%;
  /* 图片水平居中 */
  text-align: left;
  /* 图片垂直居中 */
}
@media (max-width: 650px) {
  .section .container img {
    width: 90vw;
    text-align: center;
  }
}
/*#region 我们的案例--start*/
.ourCase {
  height: 500px;
  background-color: orange;
  margin-top: 20px;
}
.ourCase h1 {
  line-height: 150px;
  margin: 0 auto;
  font-size: 45px;
  color: white;
  font-weight: normal;
  text-align: center;
}
.ourCase .flow-div {
  width: 100%;
  border: 30px solid black;
  opacity: 0.9;
  background-color: black;
  overflow: hidden;
  box-sizing: border-box;
}
.ourCase .flow-div #ourCase-list {
  width: 3390px;
  animation-name: flowing;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ourCase .flow-div #ourCase-list li {
  float: left;
  width: 210px;
  height: 270px;
  overflow: hidden;
  margin: 0 8px;
}
.ourCase .flow-div #ourCase-list li img {
  height: 100%;
  margin: 0 auto;
  border: 2px solid white;
  background-color: black;
  padding: 3px;
  border-radius: 5px;
}
.ourCase .flow-div #ourCase-list li p {
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: bold;
  line-height: 30px;
}
.ourCase .flow-div:hover #ourCase-list {
  animation-play-state: paused;
}
@keyframes flowing {
  to {
    margin-left: -2260px;
  }
}
/*#endregion 我们的案例--end*/
/*#region 我们的客户--start*/
.ourClien {
  margin: 0 auto;
  max-width: 1190px;
  min-width: 300px;
  margin-top: 40px;
}
.ourClien h1 {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Heebo", sans-serif;
  text-align: center;
  visibility: visible;
  box-sizing: border-box;
  font-weight: bold;
  padding: 0;
  margin: 0;
  font-size: 2.5vw;
  line-height: 1.2;
  color: black;
}
.ourClien p {
  font-size: 1.6vw;
  color: gray;
  text-align: center;
  margin: 10px 0 20px 0;
}
.ourClien .flow-div {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.ourClien .flow-div #ourClien-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10vw, 1fr));
  grid-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
}
.ourClien .flow-div #ourClien-list div {
  margin: 0 auto;
  height: 10vw;
  /* width: 200px;
                height: 190px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourClien .flow-div #ourClien-list img {
  width: 100%;
  padding: 0 8px;
  display: block;
  margin: 0 auto;
}
.ourClien .flow-div:hover #ourClien-list {
  animation-play-state: paused;
}
@keyframes ourClien_flowing {
  to {
    margin-left: -2142px;
  }
}
/*#endregion 我们的客户--end*/
/*#region 页脚--start*/
footer {
  background: #161E3E;
  padding-top: 20px;
  overflow: hidden;
}
footer .foot-container {
  max-width: 1190px;
  min-width: 300px;
  margin: 0 auto;
}
footer .foot-container .foot-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 710px) {
  footer .foot-container .foot-nav {
    display: block;
  }
}
footer .foot-container .foot-nav .flag-txt {
  margin-top: 10px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 710px) {
  footer .foot-container .foot-nav .flag-txt {
    display: block;
    text-align: center;
  }
}
footer .foot-container .foot-nav .pro-nav {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 40px;
}
@media (max-width: 710px) {
  footer .foot-container .foot-nav .pro-nav {
    margin-left: 0;
  }
}
footer .foot-container .foot-nav .pro-nav ul {
  margin-top: 20px;
}
footer .foot-container .foot-nav .pro-nav ul .list-tile {
  font-size: 16px;
  color: white;
  cursor: auto;
}
footer .foot-container .foot-nav .pro-nav ul p {
  font-size: 12px;
  color: darkgray;
  cursor: pointer;
  margin: 10px 0;
}
@media (max-width: 680px) {
  footer .foot-container .foot-nav .pro-nav ul {
    /*  display: none;*/
  }
}
footer .foot-container .foot-nav .pro-nav .contact-us {
  margin-top: 20px;
  font-size: 16px;
}
footer .foot-container .foot-nav .pro-nav .contact-us img {
  width: 100px;
  height: 100px;
}
footer .foot-container p {
  color: white;
}
footer .foot-container a {
  color: white;
}
footer .foot-container a:hover {
  color: red;
}
footer .foot-container .div-hr {
  padding-top: 20px;
  margin-bottom: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  footer .foot-container .div-hr {
    flex-direction: column;
  }
  footer .foot-container .div-hr p {
    text-align: center;
  }
  footer .foot-container .div-hr .icp {
    text-align: center;
    margin: 5px auto;
  }
}
/*#endregion 页脚--end*/
/*#region 右侧浮动联系栏--start*/
#rightNav {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 998;
  background-color: white;
  height: 200px;
  width: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
#rightNav .contact-list {
  position: relative;
}
#rightNav .contact-list .btn {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
#rightNav .btn-wx {
  background: url(/Images/wx_ico.png) no-repeat center center;
  background-color: green;
}
#rightNav .btn-official {
  background: url(/Images/wx_official_ico.png) no-repeat center center;
  background-color: orange;
}
#rightNav .btn-phone {
  background: url(/Images/tel_ico.png) no-repeat center center;
  background-color: red;
}
#rightNav .btn-phone .phone {
  width: 160px;
  font-size: 20px;
  position: absolute;
  background-color: red;
  right: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  display: none;
}
#rightNav .btn-top {
  display: block;
  background: url(/Images/go_top_ico.png) no-repeat center center;
  background-color: gray;
}
#rightNav .pic {
  width: 160px;
  height: 160px;
  position: absolute;
  right: 50px;
  display: none;
}
#rightNav .btn-wx:hover .pic,
#rightNav .btn-official:hover .pic,
#rightNav .btn-phone:hover .phone {
  display: block;
}
/*#endregion 右侧浮动联系栏--end*/