@charset "utf-8";

figure.image img {
  width: auto;
  max-width: 100%;
}

figure.image-style-align-center {
  margin: 0 auto;
  text-align: center;
}

figure.table {
  width: 100% !important;
  overflow: hidden;
  overflow-x: scroll;
}

.dingei {
  position: relative;
  top: -150px;
}

.NyBigBox {
  padding-bottom: 80px;
  overflow: hidden;
}

.Nybanner {
  position: relative;
  overflow: hidden;
}

.Nybanner::after {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  left: 100%;
  transition: 2s;
  width: 100%;
  height: 100%;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/91/20221220165743_oMCOgaPQ.png);
  opacity: .1;
  z-index: 9;
}

.Nybanner:hover::after {
  top: 100%;
  left: -100%;
}

.Nybanner .bannerImg {
  position: relative;
  width: 100%;
}

#img_text {
  width: 100%;
  height: 100%;
  position: absolute;
}

.pelm {
  position: absolute;
}

#planet {
  width: 100%;
  z-index: 2;
}

#astronaut {
  right: 0px;
  height: 100%;
  padding-right: 160px;
  padding-top: 10%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.Nybanner .text h1 {
  font-size: 62px;
  font-weight: bold;
  color: #fff;
  font-family: auto;
  letter-spacing: 10px;
}

.Nybanner .text p {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  font-family: "pingfang";
  letter-spacing: 5px;
  margin-bottom: 120px;
}

.nybigbox {
  margin-top: 100px;
  margin-bottom: 80px;
}

.Ny_Content {
  margin-top: 100px;
  min-height: 700px;
}

.Ny_Navigation_Nav .NyNav {
  display: flex;
  justify-content: center;
}

.Ny_Navigation_Nav .NyNav a {
  display: block;
  background: #f0f1f3;
  width: 100%;
  max-width: 380px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  color: #333;
  transition: 1s;
}

.Ny_Navigation_Nav .NyNav a:hover {
  background: linear-gradient(111deg, #248FE0 0%, #005597 100%);
  color: #fff;
}

.Ny_Navigation_Nav .NyNav .current {
  background: linear-gradient(111deg, #248FE0 0%, #005597 100%);
  color: #fff;
}

.Ny_ContentTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}

.Ny_ContentTitle h1 {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.2em;
  color: #000000;
}

.Ny_ContentTitle span {
  font-size: 86px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #C9C9C9 2.24%, #FFFFFF 70.8%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-stroke: 2px #C7C7C7;
  -webkit-text-stroke: 1px #C7C7C7;
}

/* 产品中心 */
.Ny_product {
  margin-top: 60px;
}

.Ny_ProductList a {
  display: block;
  margin: 15px;
  background: #f8fafc;
  transition: 1s;
}

.Ny_ProductList .img {
  position: relative;
}

.Ny_ProductList .img .proImgTop {
  position: absolute;
  top: 0;
  z-index: 3;
  opacity: 1;
  transition: 1s;
  /* background: #f8fafc; */
}

.Ny_ProductList .img .proImgBottom {
  position: relative;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 1s;
  /* background: #f0f1f3; */
}

.Ny_ProductList:hover a {
  background: #f0f1f3;
}

.Ny_ProductList:hover .img .proImgTop {
  opacity: 0;
}

.Ny_ProductList:hover .img .proImgBottom {
  opacity: 1;
}

.Ny_ProductList .text {
  padding: 5px 30px;
}

.Ny_ProductList .text h1 {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin: 0;
  transition: 1s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.Ny_ProductList .text h2 {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin: 0;
  opacity: 0;
  min-height: 36px;
  transition: 1s;
}

.Ny_ProductList:hover .text h1 {
  color: #0B4C9D;
}

.Ny_ProductList:hover .text h2 {
  opacity: 1;
}

/* 产品详情 */
.Ny_CPXQ {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.Ny_Details_Top {
  position: sticky;
  top: 120px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 23%;
  float: left;
}

.Ny_Details_Details {
  position: relative;
  top: 0;
  min-height: 1000px;
  width: 65%;
  display: flex;
  flex-direction: column;
  float: right;
}

.inside_proDetails_content {
  min-height: 1000px;
}

.Ny_Details_Img {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.Ny_Details_Img .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Ny_Details_Img .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}

.Ny_Details_Img .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #F8FAFC;
}

.Ny_Details_Img .swiper {
  width: 20%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.Ny_Details_Img .swiper-slide {
  background-size: cover;
  background-position: center;
}

.Ny_Details_Img .mySwiper2 {
  height: 100%;
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

.Ny_Details_Img .mySwiper {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  position: relative;
  max-width: 600px;
  margin: 15px auto;
}

/* .inside_proListBox_1 .mySwiper .proListBoxprev {
  top: 18%;
  z-index: 8;
  color: #fff;
  height: 100%;
  background: #C81D20;
  left: 0px;
  width: 30px;
}

.inside_proListBox_1 .mySwiper .proListBoxnext {
  top: 18%;
  z-index: 8;
  color: #fff;
  height: 100%;
  background: #C81D20;
  right: 0px;
  width: 30px;
} */
.Ny_Details_Img .mySwiper .swiper-wrapper {
  height: 100%;
}

.Ny_Details_Img .mySwiper .swiper-slide {
  width: 100%;
  height: auto;
  opacity: 0.3;
}

.Ny_Details_Img .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.Ny_Details_Img .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.proListBoxprev {
  display: flex;
  height: 100%;
  top: 0%;
  bottom: auto;
  position: absolute;
  margin: 0;
  width: 20px;
  left: 0;
  right: auto;
  opacity: 1 !important;
  z-index: 50;
  color: #fff;
  background: #0b4c9d;
}

.proListBoxnext {
  display: flex;
  height: 100%;
  top: 0%;
  bottom: auto;
  position: absolute;
  margin: 0;
  width: 20px;
  right: 0;
  left: auto;
  opacity: 1 !important;
  z-index: 50;
  color: #fff;
  background: #0b4c9d;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
}

.Ny_Details_Text {}

.Ny_Details_Text h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  line-height: 3;
  border-bottom: 1px solid #ccc;
}

.Ny_Details_Text .probq {}

.Ny_Details_Text p {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 2;
}

.Ny_Details_Text .probq span {
  display: flex;
  margin-top: 30px;
}

.Ny_Details_Text .probq span a:first-child {
  display: block;
  width: 130px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  background: #0373C9;
  text-align: center;
  line-height: 30px;
  margin-right: 30px;
}

.Ny_Details_Text .probq span a:last-child {
  display: block;
  width: 130px;
  height: 30px;
  font-size: 14px;
  color: #333;
  background: #F8FAFC;
  text-align: center;
  line-height: 30px;
}

.inside_proDetails_top {
  display: flex;
}

.inside_proDetails_top p {
  display: block;
  width: 270px;
  height: 75px;
  background: #F0F0F0;
  color: #333;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
}

.inside_proDetails_top p:last-child {
  border-radius: 0 30px 0 0;
}

.inside_proDetails_top .cur {
  background: #0b4c9d;
  color: #fff;
  margin: 0;
}

.inside_proDetails_content {
  display: none;
  margin-top: 90px;
}

/*  其他产品 */
.Ny_QTCP {
  margin-top: 90px;
}

.Ny_QTCP_Title p {
  display: block;
  width: 270px;
  height: 75px;
  background: #0b4c9d;
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-size: 24px;
  border-radius: 0 30px 0 0;
}

/* end-产品中心 */
/* 新闻中心 */
.NewsList {
  background: #F8FAFC;
  margin: 15px;
}

.NewsList a {
  display: flex;
}

.NewsTime {
  padding: 0px 100px;
  margin: 30px 0px;
  color: #050505;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #0b4c9d;
}

.NewsTime h3 {
  margin: 0;
  font-size: 58px;
  line-height: 2;
  font-weight: bold;
  font-family: auto;
}

.NewsTime h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.NewsText {
  color: #050505;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}

.NewsText h1 {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.NewsText p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 2;
  color: #545454;
}

.NewsText span {
  display: flex;
  justify-content: flex-end;
}

.NewsImg {
  position: relative;
}

.NewsImg span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.NewsImg p {
  display: block;
  width: 70px;
  height: 30px;
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
}

.NewsImg img {
  width: auto;
  max-width: 300px;
  /* height: 100%;*/
  object-fit: cover;
  position: relative;
}

.NewsList:hover {
  background: #0b4c9d;
}

.NewsList:hover .NewsTime {
  color: #fff;
  border-right: 1px solid #fff;
}

.NewsList:hover .NewsText h1 {
  color: #fff;
}

.NewsList:hover .NewsText p {
  color: #fff;
}

.NewsList:hover .NewsText img {
  filter: brightness(10);
}

.NewsList:hover .NewsImg span {
  opacity: 1;
}

/* 新闻详情 */
.Ny_newsContentTitle h1 {
  text-align: center;
  font-size: 24px;
  line-height: 3;
}

.Ny_newsContent strong {
  display: flex;
  justify-content: center;
}

.Ny_newsContent strong span {
  font-size: 14px;
  color: #8A8A8A;
  line-height: 3;
}

.Ny_newsContent .Ny_cont {
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin-top: 30px;
}

/* end-新闻中心 */
/* 联系我们 */
.LXWM_Content {
  background: #fff;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
  margin-top: -100px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  min-height: auto;
}

.LXWM_Content span img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 50px;
}

.LXWM_Content h1 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.LXWM_Content h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 2;
}

.LXWM_Content .Ny_cont p {
  margin: 0;
  line-height: 2;
}

/* end-联系我们 */
/* 公司简介 */
.Ny_about {}

.About_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.About_1 .img {
  width: 40%;
}

.About_1 .text {
  width: 55%;
}

.About_1 .text p {
  margin-bottom: 50px;
  font-size: 18px;
}

.About_1 .text p:last-child {
  margin-bottom: 0;
}

.About_1 .text p strong {
  color: #0068B0;
}

/* 企业荣誉 */
.About_2 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/91/20221222140740_ra3XnH2F.png) no-repeat center;
}

.honor_itme .swiper-container {
  width: 100%;
  height: 100%;
}

.honor_itme .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}

.honor_itme .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor_itme .swiper-slide-active {
  transform: scale(1);
}

.honor_itme {
  display: block;
  transition: 1s;
}

.honor_itmeBox .honor_itme {
  display: block;
}

.honor_itmeBox .on {
  display: none;
}

.honor_itmeBox .on:first-child {
  display: block;
}

.honor_ListBigBox {
  position: relative;
}

.honor_ListBigBox::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0273C9;
  z-index: 0;
}

.honor_ListBox {
  background: #0273C9;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.honor_ListBox .honor_List {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 50px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.honor_ListBox .honor_List::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/91/20221222160623_icyrJMfk.png) center no-repeat;
  background-size: 100% 100%;
  transition: 1s;
  transform: scale(.1);
}

.honor_ListBox .honor_List.cur::after {
  top: -39px;
  transform: scale(1);
}

.honor_ListBox .honor_List p {
  margin: 0;
  margin-left: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

.honor_ListBox .honor_List span {
  font-size: 82px;
  font-weight: bold;
  font-family: auto;
  line-height: 1;
  text-shadow: -2px 2px 10px #00000080;
  margin-right: 15px;
}

/* 生产研发 */
.About_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.About_3 .img {
  width: 45%;
}

.About_3 .img img {
  width: auto;
  max-width: 100%;
}

.About_3 .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.About_3 .text h1 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 30px;
}

.About_3 .text p {
  margin: 0;
  line-height: 2;
}

/* 合作客户 */
.About_4 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/91/20221222203333_JoYbEygU.png
) no-repeat center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.About_4 .title {
  text-align: center;
}

.About_4 h1 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000000;
  margin-bottom: 30px;
}

.About_4 p {
  margin: 0;
  line-height: 2;
}

.About_4 .ImgBox {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.About_4 .ImgBox img {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

.About_4 .ImgBox div {
  display: block;
  width: 100%;
}

.About_4 .ImgBox img:nth-of-type(1) {
  z-index: 111
}

.About_4 .ImgBox img:nth-of-type(2) {
  z-index: 108
}

.About_4 .ImgBox img:nth-of-type(3) {
  z-index: 102
}

.About_4 .ImgBox img:nth-of-type(4) {
  z-index: 105
}

.About_4 .ImgBox img:nth-of-type(5) {
  z-index: 106
}

.About_4 .ImgBox img:nth-of-type(6) {
  z-index: 112
}

.About_4 .ImgBox img:nth-of-type(7) {
  z-index: 110
}

.About_4 .ImgBox img:nth-of-type(8) {
  z-index: 109
}

.About_4 .ImgBox img:nth-of-type(9) {
  z-index: 107
}

.About_4 .ImgBox img:nth-of-type(10) {
  z-index: 101
}

.About_4 .ImgBox img:nth-of-type(11) {
  z-index: 104
}

.About_4 .ImgBox img:nth-of-type(12) {
  z-index: 103
}

.About_4 .ImgBox img:hover {
  z-index: 99;
}

/* 营销网络 */
.About_5 {
  display: flex;
}

.About_5 .left {
  position: relative;
  background: linear-gradient(270deg, #0068B7 0%, #0479D2 100%);
  width: 30%;
}

.About_5 .left img {
  position: relative;
  opacity: .1;
}

.About_5 .left .title {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.About_5 .left .title h1 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 30px;
}

.About_5 .left .title>p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}

.About_5List {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
}

.About_5List p {
  color: #fff;
  font-size: 20px;
  line-height: 3;
  width: 60px;
  margin: auto;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  position: relative;
}

.About_5List p.cur {
  font-weight: bold;
}

.About_5List p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.33%, rgba(255, 255, 255, 0) 100%);
}

.About_5List p::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88%;
  height: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.33%, rgba(255, 255, 255, 0) 100%);
}

.About_5List p.cur::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.33%, rgba(255, 255, 255, 0) 100%);
}

.About_5List p.cur::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.33%, rgba(255, 255, 255, 0) 100%);
}

.About_5 .right {}

.About_5 .right .About_5Item {
  display: none;
}

/* end-公司简介 */
