@charset "utf-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NunitoSans.ttf");
  font-family: "myfont";
}
@font-face {
  src: url("../fonts/impact.ttf");
  font-family: "num";
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  list-style: none;
  font-family: "myfont", sans-serif;
  box-sizing: border-box;
}
@font-face {
  font-family: "iconfont";
  src: url("../icons/iconfont.eot");
  src: url("../icons/iconfont.eot?#iefix") format("embedded-opentype"),
    url("../icons/iconfont.woff") format("woff"),
    url("../icons/iconfont.ttf") format("truetype"),
    url("../icons/iconfont.svg#iconfont") format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
}
img {
  width: 100%;
  display: block;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
input,
button {
  background: none;
  border: none;
  box-shadow: none;
}
/*index*/
.w_all {
  width: 80%;
  margin: 0 auto;
}
.w_all2 {
  width: 90%;
  margin: 0 auto;
}
.w_all3 {
  width: 100%;
  margin: auto;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.w100p10 {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.w100p5 {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.webPage {
  width: 100%;
  position: relative;
  margin-top: 3%;
}
.pt5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pt8 {
  padding-top: 8%;
  padding-bottom: 8%;
}
.font26 p {
  font-size: 2.6rem;
}
.font23 p {
  font-size: 2.3rem;
}
.font18 p {
  font-size: 1.8rem;
}
.font16 p {
  font-size: 1.6rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.2;
}

html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  color: #212529;
  --color: #5280ff;
  --height: 90px;
  background: #fff;
}

/* 导航 Strat */
header {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 999;
  /* background: #080e1d; */
  /* background: ; */
  height: var(--height);
}
header.active {
  background: #070e1e;
}
header .navBox {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo img {
  width: auto;
  height: 54px;
}
header .nav ul {
  display: flex;
}
header .nav ul li {
  margin: 0 32px;
}
header .nav ul li:last-of-type {
  margin-right: 0;
}
header .nav ul a {
  font-size: 1.8rem;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .nav ul a:hover {
  color: var(--color);
}
/* 导航 End*/

/* banner Strat */
.part {
  width: 100%;
  position: relative;
}
.part .box {
  width: 100%;
  position: relative;
}
.banner {
  height: 100vh;
}
.banner .box {
  height: 100%;
}
.banner .swiper {
  width: 100%;
  position: relative;
  height: 100%;
}
.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .txtBox {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.banner .txtBox h2 {
  font-size: 5.4rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
.banner .txtBox h2 strong {
  font-weight: 800;
}
.banner .txtBox h2 em {
  font-weight: 800;
  color: var(--color);
  font-style: normal;
}
.banner .txtBox .text {
  width: 62%;
  margin-top: 24px;
}
.banner .txtBox .text p {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}
.banner .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  opacity: 0.65;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
/* banner End*/

/* 公共 Strat */
.title {
  width: 50%;
  margin: 0 auto;
}
.title h2 {
  font-size: 5.8rem;
  font-weight: 700;
  color: var(--color);
  text-align: center;
}
.title h2 span {
  font-weight: 300;
  color: #1c191a;
}
.title .text {
  margin-top: 12px;
}
.title p {
  text-align: center;
}
.part .con {
  width: 100%;
  position: relative;
  margin-top: 5%;
}
.noWeb {
  padding-top: calc(var(--height) + 5%);
}
/* 公共 End*/

/* 首页--产品 Strat */
.i_part1 {
  margin-top: 3%;
  overflow: hidden;
}
.i_part1 .con {
  padding-left: 42px;
}
.i_part1 .swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.i_part1 .swiper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.i_part1 .swiper a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.i_part1 .swiper a::before {
  content: "";
  display: block;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(24, 24, 27, 0) 50%
  );
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.i_part1 .swiper .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.i_part1 .swiper .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_part1 .swiper .txtBox {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.i_part1 .swiper .txtBox h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
}
.i_part1 .swiper .swiper-button-next:after,
.i_part1 .swiper .swiper-button-prev:after {
  display: none;
}
.i_part1 .swiper .swiper-button-next,
.i_part1 .swiper .swiper-button-prev {
  width: 42px;
  height: 42px;
  opacity: 0.55;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part1 .swiper:hover .swiper-button-next,
.i_part1 .swiper:hover .swiper-button-prev {
  opacity: 1;
}
/* 首页--产品 End*/

/* 首页--关于 Strat */
.i_part2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.i_part2 .aa {
  width: 49.5%;
}
.i_part2 .aa video{
  width: 100%;
  height: auto;
}
.i_part2 .bb {
  width: 47%;
}
.i_part2 .tit h2 {
  font-size: 3.8rem;
  font-weight: 800;
  color: var(--color);
}
.i_part2 .tit h3 {
  font-size: 4rem;
  font-weight: 400;
  color: #1c191a;
}
.i_part2 .text {
  margin-top: 10px;
}
.i_part2 .text p {
  margin: 15px 0;
  line-height: 1.5;
}
/* 首页--关于 End*/

/* 首页--热门 Strat */
.i_part3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 80%;
  background: #f6f5f3;
}
.i_part3 .con {
  margin-top: 3%;
}
.i_part3 .swiper {
  width: 100%;
  position: relative;
}
.i_part3 .swiper .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.i_part3 .imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.i_part3 .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_part3 .txtBox {
  display: none;
}
.i_part3 .swiper-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28%;
  height: 100px;
  background: var(--color);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.i_part3 .swiper-button .swiper-button-next,
.i_part3 .swiper-button .swiper-button-prev {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  color: #fff;
}
.i_part3 .swiper-button .swiper-button-next:after,
.i_part3 .swiper-button .swiper-button-prev:after {
  font-size: 2.8rem;
}
.i_part3 .swiper-button h2 {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}
/* 首页--热门 End*/

/* 首页--新闻 Strat */
.i_part4 {
  margin-top: 3%;
}
.i_part4::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 80%;
  background: #f6f5f3;
}
.i_part4 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 32px;
}
.i_part4 ul li,
.i_part4 ul li a {
  width: 100%;
  position: relative;
}
.i_part4 ul li a {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 100%;
}
.i_part4 ul li a * {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part4 ul li a .imgBox {
  width: 100%;
  position: relative;
  padding: 32% 0;
  overflow: hidden;
}
.i_part4 ul li a .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i_part4 ul li a .txtBox {
  padding: 42px 28px;
}
.i_part4 ul li a .txtBox h2 {
  font-size: 2rem;
  color: #1c191a;
  margin-bottom: 36px;
}
.i_part4 ul li a .txtBox span {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
  font-size: 1.6rem;
  color: #212529;
}
.i_part4 ul li a .txtBox i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.i_part4 ul li a:hover .imgBox img {
  transform: scale(1.05);
}
.i_part4 ul li a:hover .txtBox h2 {
  color: var(--color);
}

/* 首页--新闻 End*/

/* 首页--联系 Strat */
.i_part5 {
  padding-top: 4%;
  padding-bottom: 4%;
  /* background: var(--color); */
  background-image: url("../images/sy4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.i_part5 .box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_part5 .aa {
  max-width: 70%;
}
.i_part5 .aa span {
  font-size: 3.2rem;
  color: var(--color);
  font-weight: 700;
}
.i_part5 .bb a {
  display: inline-block;
  padding: 15px 64px;
  border-radius: 30px;
  background: var(--color);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.i_part5 .bb a:hover {
  background: #fff;
  color: var(--color);
}

/* 首页--联系 End*/

/* 底部栏 Strat */
.footer {
  background: #f4f4f4;
  padding: 3% 0;
}
.footer .box {
  width: 70%;
  margin: 0 auto;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer ul li:first-of-type {
  max-width: 35%;
}
.footer h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 36px;
}
.footer span {
  font-size: 1.4rem;
  color: #212529;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.footer li:last-of-type dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 15px;
}
.footer dd {
  margin-bottom: 15px;
}
.footer .link {
  display: flex;
  gap: 0 20px;
  margin-top: 36px;
}
.footer .link img {
  width: 28px;
  height: 28px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.footer .link a:hover img {
  opacity: 0.55;
}
.footer a:hover span {
  opacity: 0.55;
}
/* 底部栏 End*/

/* 内页banner Strat */
.nybanner {
  width: 100%;
  position: relative;
  padding: 13% 0;
}
.nybanner .imgBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nybanner .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nybanner .txtBox {
  position: relative;
  width: 50%;
  z-index: 2;
}
.nybanner .txtBox h2 {
  font-size: 4.6rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}
.nybanner .txtBox p {
  color: #fff;
}
/* 内页banner End*/

/* 关于我们 Strat */
.about {
  width: 100%;
  position: relative;
}
.about .honor {
  margin-top: 3%;
}
.about .honor .box {
  width: 70%;
  margin: 0 auto;
}
.about .honor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: #f6f5f3;
}
.about .honor .swiper {
  width: 100%;
  position: relative;
}
.about .honor .swiper .swiper-slide {
  padding: 15px;
}
.about .honor .swiper img {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about .team {
  background-image: url("../images/abt1.jpg");
}
.about .team span {
  color: #fff;
}
/* 关于我们 End*/

/* 产品中心 Strat */
.product {
  width: 100%;
  position: relative;
  margin-top: 3%;
}
.product .item {
  display: flex;
  justify-content: space-between;
}
.product .item .aa,
.product .item .bb {
  width: 50%;
  position: relative;
}
.product .item .aa {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 9% 5%;
}
.product .item .aa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 100%;
  background: var(--color);
}
.product .item h2 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c191a;
}
.product .item .text {
  margin-top: 32px;
}
.product .item .text p {
  font-size: 2rem;
  color: #212529;
  line-height: 1.5;
}
.product .item .more {
  margin-top: 15%;
}
.product .item .more a {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 28px;
  background: var(--color);
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.product .item .more a:hover {
  opacity: 0.75;
}
.product .item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.product .item:nth-of-type(2n) .aa::before {
  left: auto;
  right: 0;
}
.product .item .aa span {
  position: absolute;
  right: 5%;
  top: 0;
  font-size: 24rem;
  color: #000;
  opacity: 0.05;
  font-weight: 900;
}
.product .item:nth-of-type(2n) .aa span {
  right: 10%;
}
/* 产品中心 End*/

/* 新闻分类 Strat */
.news.i_part4::before {
  display: none;
}
.news .box {
  width: 70%;
  margin: 0 auto;
}
.news ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 42px;
}
/* 新闻分类 End*/

/* 新闻详情 Strat */
.newsd .box {
  padding: 0 24%;
}
.newsd .tit {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.newsd .tit h1 {
  font-size: 4.2rem;
  font-weight: 800;
  color: #5280ff;
}
.newsd .msg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.newsd .msg .date {
  margin-right: 42px;
}
.newsd .msg i {
  display: block;
  width: 24px;
  height: 24px;
}
.newsd .msg div {
  display: flex;
  align-items: center;
}
.newsd .msg span {
  font-size: 1.4rem;
  margin-left: 10px;
}
.newsd .text {
  width: 100%;
  position: relative;
  margin-top: 54px;
}
.newsd .text p {
  color: #212529;
  line-height: 1.5;
  margin: 32px 0;
}
/* 新闻详情 End*/

/* 联系我们 Strat */
.contact .box {
  padding: 0 15%;
}
.contact .con {
  display: flex;
  justify-content: space-between;
}
.contact .aa,
.contact .bb {
  width: 50%;
  position: relative;
}
.contact .aa {
  padding-top: 5%;
}
.contact .aa li {
  width: 70%;
  display: flex;
  position: relative;
  margin: 50px 0;
}
.contact .aa i {
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}
.contact .aa h2 {
  font-size: 2.2rem;
  color: #1c191a;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact .aa p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #4f5b67;
  line-height: 1.5;
}
.contact .bb {
  padding: 50px;
  background: #e5e5e5;
}
.contact .bb p {
  margin-bottom: 15px;
}
.contact .bb span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #352c2b;
  margin-bottom: 10px;
}
.contact .bb input,
.contact .bb textarea {
  width: 100%;
  padding-left: 12px;
  font-size: 1.6rem;
  color: #1a202c;
  border: 2px;
}
.contact .bb input {
  background: #fff;
  height: 50px;
}
.contact .bb input::placeholder {
  color: #4f5b67;
}
.contact .bb textarea {
  resize: none;
  height: 150px;
  padding: 6px 12px;
  display: block;
  border-radius: 0;
}
.contact .bb button {
  background-color: var(--color);
  border: 0;
  color: #fff;
  padding: 15px 80px;
  margin-top: 30px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.contact .bb button:hover{
  opacity: 0.75;
}
/* 联系我们 End*/

/* 产品详情 Strat */
.prosd  ul {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* width: 100%;
  margin: auto;
  padding: 0% 0 5%; */
}
.prosd .wall-column {
  float: left;
  width: 19.2%;
  margin-right: 1%;
  position: relative;
}
.prosd .wall-column:last-of-type {
  margin-right: 0;
}
.prosd .article {
  float: left;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
}

.prosd .article a {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.prosd .article img {
  width: 100%;
  display: block;
}

.lightbox{
  overflow: hidden;
}
.lb-data .lb-details{
  display: none !important;
}
.lb-data .lb-close{
  background-image: url('../images/close.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 1 !important;
}
.lb-dataContainer{
  position: fixed;
  right:24px;
  top: 24px;
  z-index: 99999;
}
.lightbox .lb-image{
  border: none !important;
}
.lb-outerContainer{
  background: none !important;
}
.lb-nav{
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lb-nav a {
  width: 42px !important;
  height: 42px !important;
  float: none !important;
  background: #5280ff !important;
  opacity: 1 !important;
  position: relative;
  margin: 20px;
  border-radius: 50%;
  display: block !important;
}
.lb-nav a::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url('../images/next.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.lb-nav a.lb-prev::before{
  background-image: url('../images/prev.png');
}
.lb-loader{
  display: none !important;
}


/* 产品详情 End*/
