@charset "utf-8";

body {
  background: #fff;
}

td img {
  padding: 5px;
}

/* 通用 */
figure.image img {
  width: auto;
  max-width: 100%;
}

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

figure.image-style-align-left {
  display: inline;
}

figure.image-style-align-left img {
  transform: scale(.95);
}

figure.image-style-align-right {
  display: inline;
}

figure.image-style-align-right img {
  transform: scale(.95);
}

.Nybanner {
  position: relative;
  width: 100%;
  min-height: 250px;
}

.Nybanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 250px;
}

.Ny_Navigation_Nav {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: 'pingfang';
  margin-bottom: 45px;
  font-weight: bold
}

.Ny_Navigation_Nav a {
  color: #000;
  font-weight: bold;
}

.NyNav {
  display: flex;
}

.NyNav a {
  display: block;
  padding: 0 30px;
  line-height: 45px;
  text-align: center;
}

.NyNav a:hover {
  color: #fff;
  background: #1f417f;
  border-radius: 5px;
}

.Ny_Content {
  min-height: 500px;
}

/* end-通用 */
/* 通用单页 */
.Ny_postTitle {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 45px;
  margin-top: 45px;
  margin-bottom: 0;
  position: relative;
}

.Ny_postTitle::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  background: #1f417f;
  z-index: 8;
  top: 60px;
  left: 0px;
}

.Ny_cont {
  padding: 30px 0;
  min-height: 500px;
}

.Ny_cont p {
  margin: 0;
  font-size: 16px;
  text-indent: 32px;
  line-height: 2;
}

/* end-通用单页 */
/* 产品  ---------- */
/* 产品列表 */
.Ny_ProductList {
  padding: 15px;
}

.Ny_ProductList a {
  display: block;
  background: #fff;
  width: 100%;
  border: 1px solid #f2f2f2;
  transition: 1s;
}

.Ny_ProductList .img {
  width: 100%;
}

.Ny_ProductList .img img {
  overflow: hidden;
  width: 100%;
  transition: 1s;
}

.Ny_ProductList .text {
  background: #f2f2f2;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 60px;
  transition: 1s;
}

.Ny_ProductList:hover a {
  border: 1px solid #1f417f;
}

.Ny_ProductList:hover .text {
  background: #1f417f;
  color: #fff;
}

.Ny_ProductList:hover .img img {
  transform: scale(1.1);
}

/* end-产品列表 */
/* 产品详情 */
.Ny_CPXQ {
  width: 100%;
}

.Ny_Details_Top {
  display: flex;
}

.inside_proListBox {
  width: 100%;
}

.inside_proListBox_top {
  position: relative;
}

.Ny_Details_Img {
  position: relative;
  width: 50%;
  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;
  border: 1px solid #ccc;
}

.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 50px;
  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: 30px;
  left: 0;
  right: auto;
  opacity: 1 !important;
  z-index: 50;
  color: #fff;
  background: #1f417f;
}

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

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

/* .Ny_Details_Text {
  position: absolute;
  width: 45%;
  padding: 0 30px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
} */
.Ny_Details_Text {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}

.Ny_Details_Text h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 96px;
  color: #1f417f;
  border-bottom: 4px solid #1f417f;
  margin-bottom: 30px;
}

.Ny_Details_Text .probq {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #00000020;
}

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

.Ny_Details_Text .probq>a {
  margin-top: 15px;
  display: flex;
  width: 180px;
  height: 40px;
  font-weight: bold;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #1f417f;
  color: #1f417f;
}

.Ny_Details_Text .fyoi {
  width: 100%;
}

.Ny_Details_Text .fyoi>div {
  border: 1px solid #1f417f;
  padding: 15px;
  margin: 15px 0;
}

.Ny_Details_Text .fyoi>div a {
  color: #1f417f;
  font-weight: bold;
}

.inside_proDetails {
  margin-top: 60px;
}

.inside_proDetails_top {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.inside_proDetails_top p {
  background: #1f417f;
  display: block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.inside_proDetails_content {
  min-height: 500px;
  padding: 45px;
  background: hsl(0deg 0% 95%);
}

.inside_proDetails_bottom {
  margin-top: 45px;
  margin-bottom: 30px;
}

.inside_proDetails_bottom a {
  color: #C81D20;
}

/* end-产品详情 */
/* ----------  end-产品  ---------- */
.NewsList a {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3e4ff;
  color: #333;
}

.NewsList .NewsTime {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
  border-right: 1px solid #ccc;
}

.NewsList .NewsTime span:first-child {
  line-height: 1;
  color: #1f417f;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  font-family: auto;
}

.NewsList .NewsText {
  padding-left: 30px;
}

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

.NewsList .NewsText p {
  margin: 0;
  font-style: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  min-height: 75px;
}

/* 新闻--------------- */
/* 新闻列表 */
/* end-新闻列表 */
.inside_newsListBox .stace>h1 {
  text-align: center;
  margin-bottom: 15px;
}

.inside_newsListBox .stace strong {
  text-align: center;
  width: 100%;
  display: block;
  margin: 15px 0;
}

.inside_newsListBox .stace strong span {
  margin: 0 15px;
}

.inside_newsListBox .cont {
  margin-top: 30px;
  min-height: 500px;
}

.inside_newsListBox .zjlj {
  display: flex;
  justify-content: space-between;
}

.inside_newsListBox .zjlj a {
  color: #333;
}

/* end 新闻---------- */
/* 案例 */
.caselist {
  padding: 0;
}

.caselist .casetxt {
  text-align: center;
  color: #333;
  font-size: 18px;
  padding-bottom: 15px;
}

.inside_caseBox_1 {
  width: 100%;
}

.inside_caseBox_1 .img {
  width: 60%;
  margin: 0 auto;
}

/* end-案例 */
