@charset "utf-8";
/* CSS Document */
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Regular.ttf");
  font-family: "myfont";
}
@font-face {
  src: url("../fonts/HarmonyOS_Sans_Bold.ttf");
  font-family: "title";
}
@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: 100%;
  padding: 0 10%;
  position: relative;
}
.w_all2 {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.w_all3 {
  width: 100%;
  margin: auto;
  position: relative;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.w100p10 {
  width: 100%;
  padding: 3% 10%;
  position: relative;
}
.pt5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
.font24 p {
  font-size: 2.4rem;
}

html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  background-color: #fff;
  --height: 72px;
}

/* 导航 Strat */
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    padding: 0 10%;

}
header .navBox {
width: 100%;
  position: relative;
  height: var(--height);
  display: flex;
  align-items: center;
  /*justify-self: center;*/
  justify-content: space-between;
}
header .navBox .logo {
  /*position: absolute;*/
  /*left: 5%;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*z-index: 998;*/
}
header .navBox .logo img {
  width: auto;
  height: 45px;
}
header .navBox .other {
  display: flex;
  align-items: center;
  /*position: absolute;*/
  /*right: 5%;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}
header .other .tel {
  display: flex;
  align-items: center;
}
header .other .tel i {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
header .other .tel span {
  font-size: 1.8rem;
  color: #333;
  white-space: nowrap;
}
header .nav {
  width: 100%;
}
header .nav ul {
  display: flex;
  justify-content: center;
  width: 100%;
  /*padding: 0 180px;*/
  align-items: center;
}
header .nav ul li {
  position: relative;
  height: var(--height);
  display: flex;
  align-items: center;
}
header .nav ul li > a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #333;
  padding: 20px 18px;
  text-transform: capitalize;
  /* background: linear-gradient(to right, #6f93b0, #6f93b0) no-repeat right bottom;
  background-size: 0 3px;
  background-position: 50% 100%;
  transition: background-size 300ms; */
}
header .nav ul li:hover > a {
  background-size: 100% 3px;
  color: #6f93b0;
}
header .nav dd {
  display: none;
  position: absolute;
  left: 50%;
  top: var(--height);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
}
header .nav dd a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .nav dd a:hover {
  background-color: #f2f2f2;
  padding-right: 10px;
  color: #6f93b0;
}
header .nav ul li:hover dd {
  display: block;
}
header .nav_btn{
  display: none;
}
header .mobileNav{
  display: none;
}

/* 导航 End*/

/* banner Strat */
.banner {
  width: 100%;
  position: relative;
  /* margin-top: var(--height); */
  height: 100vh;
  padding: 17% 0;
  background-color: #000;
}
.banner .bannerSwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-slide,
.banner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.banner .swiper-slide .txtBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.banner .swiper-slide .txtBox h1 {
  font-size: 5.8rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}
.banner .swiper-slide .txtBox h2 {
  font-size: 2.4rem;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.85;
  position: relative;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6f93b0;
}
/* .banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  color: #fff;
}
.banner .swiper-button-prev {
  left: 0;
}
.banner .swiper-button-next {
  right: 0;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 82px;
  height: 82px;
  background-color: rgba(0, 0, 0, 0.2);
} */
.banner .swiper-pagination {
  bottom: 3% !important;
}
/* banner End*/

/* 公共 Strat */
.title {
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}
.title h2 {
  font-size: 2.8rem;
  color: #6f93b0;
  text-transform: capitalize;
  text-align: center;
  /* padding-bottom: 15px; */
}
.title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #d8d8d8;
  transform: translateX(-50%);
  display: none;
}
.more {
  width: 120px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #6f93b0;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.more span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 8px;
  color: #666;
}
.more:hover::before {
  height: 100%;
}
.more:hover span {
  color: #fff;
}
.more1 {
  width: 200px;
  position: relative;
  margin-top: 60px;
}
.more1 span {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 13px 15px;
  background-color: #6f93b0;
  border-radius: 5px;
  letter-spacing: 1px;
}
/* 公共 End*/

/* 首页-公司简介 Strat */
.home {
  width: 100%;
  position: relative;
}
.home .i_part1 {
  width: 100%;
  position: relative;
  background-image: url("../images/map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .i_part1 .box {
  width: 100%;
  position: relative;
}
.home .i_part1 h2 {
  width: 50%;
  margin: 0 auto;
  font-size: 2.8rem;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.home .i_part1 .itro {
  width: 70%;
  margin: 0 auto;
}
.home .i_part1 .itro p {
  font-size: 1.8rem;
  margin: 10px 0;
  line-height: 1.75;
  color: #333;
  text-align: justify;
}
/* 首页-公司简介 End*/

/* 首页-五大产品系列 Strat */
.home .i_part2 .box {
  width: 100%;
  position: relative;
}
.home .i_part2 .items {
  width: 100%;
  position: relative;
}
.home .i_part2 .swiper {
  width: 100%;
  height: 100%;
  padding-right: 5px;
}

.home .i_part2 .swiper-slide {
  width: 100%;
  position: relative;
  border: 1px solid #6f93b0;
  border-radius: 8px;
  box-shadow: 1px 1px 1px 1px #ccc;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: auto;
}
.home .i_part2 .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 10px;
  height: 100%;
}
.home .i_part2 .swiper-slide .imgBox {
  position: relative;
  width: 78%;
  padding: 40% 0;
}
.home .i_part2 .swiper-slide .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .i_part2 .swiper-slide a .txtBox {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 42px;
}
.home .i_part2 .swiper-slide a .txtBox .more{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.home .i_part2 .swiper-slide h2 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.home .i_part2 .swiper-slide h3 {
  font-size: 1.6rem;
  color: #595959;
  font-weight: lighter;
  text-align: center;
  margin: 20px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .i_part2 .swiper-slide:hover {
  box-shadow: 2px 2px 1px 1px #6f93b0;
  transition: box-shadow 0.5s ease 0s;
}
.home .i_part2 .swiper-slide:hover .more::before {
  height: 100%;
}
.home .i_part2 .swiper-slide:hover .more span {
  color: #fff;
}
/* 首页-五大产品系列 End*/

/* 首页--密集柜 Strat */
.home .i_part3 .box {
  width: 100%;
  position: relative;
}
.home .i_part3 .items {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.home .i_part3 .item * {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part3 .item {
  width: 19%;
  position: relative;
  border: 8px solid;
  border-color: transparent;
}
.home .i_part3 .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 10px;
}
.home .i_part3 .item a .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home .i_part3 .items .item a .txtBox {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home .i_part3 .items .item h2 {
  font-size: 2rem;
  color: #333;
  text-align: center;
  text-transform: capitalize;
}
.home .i_part3 .items .item h3 {
  font-size: 1.6rem;
  color: #595959;
  font-weight: lighter;
  text-align: center;
  margin: 20px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .i_part3 .items .item:hover {
  border-color: #6f93b0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part3 .item:hover a .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.home .i_part3 .items .item:hover .more::before {
  height: 100%;
}
.home .i_part3 .items .item:hover .more span {
  color: #fff;
}
/* 首页--密集柜 End*/

/* 首页--图书馆 Strat */
.home .i_part4 {
  background-color: #f2f2f2;
}
.home .i_part4 .box {
  width: 100%;
  position: relative;
}
/* 首页--图书馆 End*/

/* 首页--六大优势 Strat */
.home .i_part5 .box {
  position: relative;
  width: 100%;
}

.home .i_part5 .txtBox {
  display: none;
}
/* 首页--六大优势 End*/

/* 首页--客户案例 Strat */
.home .i_part6 {
  background-color: #f2f2f2;
}
.home .i_part6 .box {
  position: relative;
  width: 100%;
}
.home .i_part6 .swiperBox {
  overflow: hidden;
}
.home .i_part6 .swiper-container {
  margin-right: 1px;
  margin-left: 1px;
}
.home .i_part6 .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.home .i_part6 .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.home .i_part6 .swiperBox a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border: 1px solid #ccc;
}
.home .i_part6 .txtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.home .i_part6 .imgBox {
  width: 100%;
  padding: 35% 0;
  position: relative;
  overflow: hidden;
}
.home .i_part6 .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part6 .txtBox h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part6 .txtBox h3 {
  font-size: 1.8rem;
  height: 48px;
  line-height: 24px;
  font-weight: lighter;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part6 .txtBox .more {
  margin-top: 24px;
}
.home .i_part6 .swiper-button-next:after,
.home .i_part6 .swiper-button-prev:after {
  font-size: 32px;
  color: #fff;
}
.home .i_part6 .swiper-button-next,
.home .i_part6 .swiper-button-prev {
  background: rgba(0, 0, 0, 0.2);
  top: 48%;
}
.home .i_part6 .swiper-button-next {
  right: 0;
}
.home .i_part6 .swiper-button-prev {
  left: 0;
}
.home .i_part6 a:hover {
  border-color: #6f93b0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.home .i_part6 a:hover .more::before {
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home .i_part6 a:hover .more span {
  color: #fff;
}
.home .i_part6 a:hover .imgBox img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
/* 首页--客户案例 End*/

/* 首页--新闻 Strat */
.home .i_part7 .box {
  position: relative;
  width: 100%;
}
.home .i_part7 .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .i_part7 .item {
  width: 48%;
  background: #f2f2f2;
  border-radius: 5px;
  transition: all .3s;
  -webkit-transition: all .3s;
  margin-bottom: 40px;
}
.home .i_part7 .item a {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.home .i_part7 .date{
  margin-right: 20px;
}
.home .i_part7 .date span {
  display: block;
  font-size: 2.2rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.home .i_part7 .date span.year {
  font-size: 1.6rem;
  color: #999;
  text-align: right;
  margin-top: 10px;
}
.home .i_part7 .item h2 {
  font-size: 2.2rem;
  font-weight: lighter;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home .i_part7 .item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home .i_part7 .item:hover a h2 {
  color: #6f93b0;
}
.home .i_part7 .item:hover .date span{
  color: #6f93b0;
}

/* 首页--新闻 End*/

/* 底部栏 Strat */
footer {
  position: relative;
  width: 100%;
  background-color: #303030;
}
footer .box {
  width: 100%;
  position: relative;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
footer .companyName {
  display: flex;
  justify-content: space-between;
}
footer .companyName span {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
}
footer .companyName .icon {
  display: flex;
  gap: 0 10px;
}
footer .companyName a {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer .companyName a:hover {
  opacity: 1;
}
footer .contactWay {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
footer span {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}
footer .copyright {
  width: 100%;
  position: relative;
  background-color: #262626;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  opacity: 0.85;
}
footer .topBack {
  position: absolute;
  right: 10%;
  top: 70%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  cursor: pointer;
}
/* 底部栏 End*/

/* 内页banner Strat */
.nyBanner {
  width: 100%;
  padding: 18% 0;
  background-color: #000;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nyBanner .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.nyBanner .box .txt{
  margin-top: calc(var(--height) / 2);
}
.nyBanner .box h2 {
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
}
.nyBanner .box .more1 span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyBanner .box .more1 span i{
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

/* 内页banner End*/

/* 关于页面 Strat */
.abtPage .box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.abtPage .part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8%;
}
.abtPage .part:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.abtPage .part:last-of-type {
  margin-bottom: 0;
}
.abtPage .part .txtBox {
  width: 48%;
  position: relative;
}
.abtPage .part .txtBox h2 {
  font-size: 4.2rem;
  color: #000;
  font-weight: lighter;
  text-transform: uppercase;
  margin-bottom: 48px;
}
.abtPage .part .txtBox p {
  font-size: 1.8rem;
  color: #1f1f1f;
  line-height: 1.75;
  margin: 10px 0;
  text-align: justify;
}
.abtPage .part .imgBox {
  width: 48%;
  position: relative;
}
.abtPage .part .imgBox video{
  width: 100%;
  object-fit: cover;
  position: relative;
}
.abtPage .part .imgBox .videoBtn{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.abtPage .part .imgBox .videoBtn.show{
  opacity: 0;
}
/* 关于页面 End*/

/* 联系我们 Strat */
.contactPage {
  margin-top: var(--height);
}
.contactPage .box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactPage .way {
  width: 40%;
}

.contactPage .way ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.contactPage .way ul li {
  display: flex;
  flex-direction: column;
  gap: 0 10px;
}
.contactPage .way span {
  font-size: 1.8rem;
  color: #1f1f1f;
  display: block;
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.contactPage .way span:last-of-type {
  color: #888;
}
.contactPage .way i {
  width: 28px;
  height: 28px;
  display: block;
  margin-right: 10px;
}
.contactPage .way strong {
  display: block;
  font-style: normal;
  margin: 0 15px;
  font-weight: lighter;
}
.contactPage .leaveMsg {
  width: 48%;
}
.contactPage .way h2 {
  font-size: 3.6rem;
  color: #000;
  font-weight: lighter;
  margin-bottom: 72px;
}
.contactPage .leaveMsg form p {
  margin: 20px 0;
}
.contactPage .leaveMsg form strong {
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  color: #666;
  position: relative;
  padding-right: 20px;
}
.contactPage .leaveMsg form strong::before {
  content: "*";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.4rem;
  color: red;
}
.contactPage .leaveMsg form input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ccc;
  height: 42px;
  margin-top: 10px;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 1.6rem;
}
.contactPage .leaveMsg form textarea {
  font-size: 1.6rem;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 6px 8px;
  margin: 10px 0;
  height: 100px;
  box-shadow: none;
  display: block;
  width: 100%;
  border-radius: 8px;
}
.contactPage .leaveMsg .submit {
  width: 100%;
}
.contactPage .leaveMsg .submit button {
  width: 120px;
  background-color: #6f93b0;
  border-radius: 30px;
  font-style: normal;
  background-color: #6f93b0;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  text-transform: uppercase;
}
/* 联系我们 End*/

/* 新闻分类 Strat */
.newsPage {
  width: 100%;
  position: relative;
  padding: 3% 15%;
}
.newsPage .box {
  width: 100%;
  position: relative;
}
.newsPage .item a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 0;
  border-top: 1px solid #ddd;
}
.newsPage .item:last-of-type a {
  border-bottom: 1px solid #ddd;
}
.newsPage .time {
  width: 180px;
}

.newsPage .time span {
  font-size: 2.4rem;
  color: #1f1f1f;
  white-space: nowrap;
}
.newsPage .time .more2 {
  width: 42px;
  height: 42px;
  padding: 8px;
  margin-top: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.newsPage .time .more2 img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.newsPage .tit {
  width: calc(80% - 280px);
  margin-right: 80px;
}
.newsPage .img {
  width: 20%;
}
.newsPage .tit h2 {
  font-size: 2.4rem;
  font-weight: lighter;
  color: #1f1f1f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsPage .tit p {
  font-size: 1.6rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 1.55;
}
.newsPage .item a:hover .more2 {
  background-color: #6f93b0;
}
.newsPage .item a:hover .more2 img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pages ul{
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
.pages ul li{
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.pages a,
.pages span {
  display: block;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #666;
  text-align: center;
}
.pages li:hover,
.pages li.active{
  background: #6f93b0;
  border-color: #6f93b0;
}
.pages li:hover a,
.pages li.active span,
.pages li:hover span{
  color: #fff;
}
/* 新闻分类 End*/

/* 新闻详情页 Strat */
.newsdPage {
  position: relative;
  width: 100%;
  padding: 150px 15%;
}
.newsdPage .tit h2 {
  font-size: 4.2rem;
  color: #1f1f1f;
  font-weight: bolder;
  text-align: center;
}
.newsdPage .tit div{
  display: flex;
  justify-content: center;
}
.newsdPage .tit span {
  margin-top: 24px;
  font-size: 1.8rem;
  color: #1f1f1f;
  display: block;
  margin-right: 32px;
}

.newsdPage .paragraph {
  width: 100%;
  margin-top: 6%;
}
.newsdPage .paragraph p {
  font-size: 1.8rem;
  color: #1f1f1f;
  margin-top: 0 !important;
  line-height: 1.75;
  text-align: justify;
}
.newsdPage .news_page {
  width: 100%;
  padding: 0;
  margin-top: 10%;
}
.newsdPage .newGo {
  padding: 42px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsdPage .newGo .list {
  display: flex;
  flex-direction: column;
  width: calc(100% - 165px);
}
.newsdPage .newGo .list a {
  display: block;
  margin: 10px 0;
}
.newsdPage .newGo span {
  font-size: 1.8rem;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.newsdPage .newGo .list a:hover span {
  color: #6f93b0;
}
.newsdPage .newGo .goBack {
  width: 135px;
}
.newsdPage .newGo .goBack a {
  width: 135px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 12px 24px;
  background-color: #6f93b0;
  border-radius: 30px;
  text-align: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newsdPage .newGo .goBack a:hover {
  letter-spacing: 2px;
}
.newsdPage  .email{
  width: 100%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 20px;
}
.newsdPage  .email a{
  font-size: 1.8rem;
  color: #6f93b0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.newsdPage  .email a i{
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
/* 新闻详情页 End*/

/* 案例页面 Strat */
.casePage .box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.casePage .caseNav {
  width: 20%;
}
.casePage .caseNav ul {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: var(--height);
}
.casePage .caseNav ul li * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.casePage .caseNav ul li {
  margin-bottom: 20px;
}
.casePage .caseNav ul li a {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 1.6rem;
  color: #1f1f1f;
  border: 1px solid #ddd;
}
.casePage .caseNav ul li.tit a {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  background-color: #6f93b0;
}
.casePage .caseNav ul li.active a {
  border-color: #6f93b0;
  color: #6f93b0;
}
.casePage .caseNav ul li:hover a {
  color: #6f93b0;
  border-color: #6f93b0;
}
.casePage .caseNav ul li:first-of-type a{
  color: #fff;
}
.casePage .items {
  width: 77%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
.casePage .items .imgBox {
  padding: 30% 0;
  position: relative;
  overflow: hidden;
}
.casePage .items .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.casePage .items .txtBox {
  margin-top: 10px;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.casePage .txtBox::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #6f93b0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.casePage .txtBox h3 {
  font-size: 1.4rem;
  color: #666;
  font-weight: lighter;
  margin-bottom: 5px;
}
.casePage .txtBox h2 {
  position: relative;
  font-size: 1.8rem;
  color: #1f1f1f;
  font-weight: 400;
  /* margin-bottom: 20px; */
  margin: 10px 0 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.casePage .txtBox p {
  font-size: 1.4rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
}
.casePage .item a {
  display: block;
}
.casePage .item a:hover h2 {
  color: #6f93b0;
}
.casePage .item a:hover .txtBox::before {
  width: 100%;
}
.casePage .item a:hover img {
  transform: scale(1.1);
}
/* 案例页面 End*/

/* 产品介绍 Strat */
.proPage {
  width: 100%;
  position: relative;
}
.proPage .box {
  width: 100%;
  position: relative;
}
.proPage .proItro {
  width: 100%;
  padding: 5% 18%;
}
.proPage .proItro h3 {
  font-size: 2.8rem;
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}
.proPage .proItro p {
  font-size: 1.8rem;
  color: #1f1f1f;
  line-height: 1.55;
  text-align: justify;
}
.proPage .proEdge {
  width: 100%;
  position: relative;
  padding: 5% 12%;
  position: relative;
  /*background-image: url("../images/pro1.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.proPage .proEdge .items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.proPage .proEdge .items .item{
  width: 23%;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 10px 48px;
}
.proPage .proEdge .items .item i{
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 36px;
}
.proPage .proEdge .items .item h2{
  font-size: 2rem;
  color: #1f1f1f;
  text-align: center;
}

.proPage .proPartner {
  width: 100%;
  position: relative;
  padding: 5% 18%;
  display: grid;
  align-items: center;
  display: -ms-grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 48px;
}
.proPage .proCpg {
  width: 100%;
  position: relative;
}
.proPage .proCpg .items {
  width: 100%;
  position: relative;
}
.proPage .proCpg .item {
  width: 100%;
  position: relative;
  padding: 5% 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.proPage .proCpg .item:nth-of-type(2n) {
  flex-direction: row-reverse;
  background-color: #f2f2f2;
}
.proPage .proCpg .aa {
  width: 48%;
}
.proPage .proCpg .bb {
  width: 45%;
}
.proPage .proCpg .swiper {
  width: 100%;
  height: 100%;
}
.proPage .proCpg .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proPage .proCpg h2 {
  font-size: 3.2rem;
  font-weight: lighter;
  color: #000;
  margin-bottom: 24px;
}
.proPage .proCpg p {
  font-size: 1.8rem;
  color: #1f1f1f;
  line-height: 1.55;
  text-align: justify;
}
.proPage .proCpg .more{
  margin-top: 72px;
}
.proPage .proCpg .swiper-slide {
  height: auto;
  overflow: hidden;
}
.proPage .swiper-button-next,
.proPage .swiper-button-prev {
  width: 48px;
  height: 64px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.proPage .swiper-button-next {
  right: 0;
}
.proPage .swiper-button-prev {
  left: 0;
}
.proPage .swiper-button-next:after,
.proPage .swiper-button-prev:after {
  font-size: 24px;
}
.proPage .swiper-button-next:hover,
.proPage .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.proPage .proCase {
  width: 100%;
  position: relative;
  padding: 5% 12%;
  background-color: #f2f2f2;
}
.proPage .proCase > h2 {
  font-size: 3.2rem;
  color: #000;
  font-weight: lighter;
}
.proPage .proCase .caseSwiper {
  margin-top: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proPage .proCase a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 5px;
  overflow: hidden;
}
.proPage .proCase a .imgBox {
  width: 100%;
  padding: 30% 0;
  position: relative;
  overflow: hidden;
}
.proPage .proCase a .imgBox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.proPage .proCase a .txtBox {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 10px 24px 24px;
}
.proPage .proCase a h3 {
  font-size: 1.4rem;
  color: #666;
  font-weight: lighter;
  text-align: left;
}
.proPage .proCase a h1 {
  font-size: 2rem;
  text-align: center;
  margin: 10px 0 10px;
  color: #1f1f1f;
  font-weight: lighter;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.proPage .proCase a .itro {
  height: 48px;
  overflow: hidden;
}
.proPage .proCase a p {
  font-size: 1.6rem;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.proPage .proCase .more3 {
  width: 100%;
  padding: 24px;
}
.proPage .proCase .more3 span {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #1f1f1f;
  background-color: #f2f2f2;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.proPage .proCase a:hover {
  border: 1px solid #6f93b0;
}
.proPage .proCase a:hover .imgBox img {
  transform: scale(1.1);
}
.proPage .proCase a:hover .more3 span {
  background-color: #6f93b0;
  color: #fff;
}
.proPage .proCase a:hover h1 {
  color: #6f93b0;
}

/* 产品介绍 End*/

/* 产品二级导航 Strat */
.subNav {
  width: 100%;
  position: relative;
}
.subNav .subNavSwiper {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -62px;
}
.subNav .swiper-wrapper {
  /* justify-content: center; */
  width: auto;
}
.subNav .swiper-slide {
  width: auto;
  display: block;
  font-size: 2.4rem;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 25px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
.subNav .swiper-slide::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #ccc;
}
.subNav .swiper-slide:last-of-type::before {
  display: none;
}
.subNav .swiper-slide:hover {
  color: #6f93b0;
}
/* 产品二级导航 End*/
