@charset "utf-8";

body {
  background: #f5f5f5;
}

td img {
  padding: 5px;
}

.NewsdescBox .Content .mid p img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 1600px) {
  .nyBox .container {
    width: 1440px;
    max-width: 1440px;
  }

  .nyNav .container {
    width: 1440px;
    max-width: 1440px;
  }
}

.fenye {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 100px;
}

.fenye a {
  color: #333;
  border: 1px solid #ccc;
  padding: 0px 15px;
  margin: 0 5px;
  border-radius: 5px;
}

.xwlb

/* 通用 */
.flexCenter {
  display: flex;
  justify-content: space-between;
}

.flexLeft {
  display: flex;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  justify-content: flex-end;
}

.insideTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
}

.insideTitle h1 {
  font-size: 32px;
  color: rgb(38, 124, 100);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

.insideTitle span {
  display: block;
  width: 40px;
  height: 4px;
  background: #267c64;
}

/* end-通用 */
.inside_banner {
  position: relative;
  width: 100%;
  height: 450px;
}

.inside_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nyNav {
  background: #e5e5e5;
}

.nyNav .container {
  display: flex;
  justify-content: space-between;
  line-height: 60px;
}

.nyNavList {
  display: flex;
  align-items: center;
}

.nyChengji {
  color: #333;
  font-family: "pingfang";
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nyNav a {
  color: #333;
  font-family: "pingfang";
}

.nyChengji a {
  padding: 0 10px;
}

.nyChengji a:last-child {
max-width: 200px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.nyNavList a {
  padding: 0 15px;
}

/* 产品  ---------- */
/* 产品列表 */
.productList .ListBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cplb {
  width: 50%;
}

.productList .cplb {
  background: #f3f5f8;
}

.productList .cplb:nth-child(2),
.productList .cplb:nth-child(3),
.productList .cplb:nth-child(6),
.productList .cplb:nth-child(7) {
  background: #ededed;
}

.productList .cplb:nth-child(2n+1) {
  padding-left: calc((100% - 1600px) / 2 + 15px);
}

.productList .cplb:nth-child(2n) {
  padding-right: calc((100% - 1600px) / 2 + 15px);
}

.productList .cplb a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px;
  height: 100%;
  justify-content: space-between;
}

.productList .cplb a .img img {
  width: 100%;
  max-width: 500px;
  mix-blend-mode: multiply;
}

.productList .cplb h1 {
  font-size: 24px;
  color: rgb(31, 65, 127);
  line-height: 2;
  text-align: center;
}

.productList .cplb p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: center;
  height: 100%;
}

.productList .cplb span {
  display: block;
  border: 1px solid #1f417f;
  width: 180px;
  height: 34px;
  color: #1f417f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

/* end-产品列表 */
/* 产品详情 */
.descBox .container {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 120px;
}

.descBox .fyoi {
  width: 90%;
  margin: 0px auto;
  padding: 30px 0;
}

.descBox .fyoi a {
  color: #333;
}

.Content {
  min-height: 600px;
  padding: 50px;
}

/* end-产品详情 */
/* ----------  end-产品  ---------- */
/* 新闻--------------- */
/* 新闻列表 */
.NewsList {
  background: url(../../images/newsbeij.jpg) center;
}

.newsTitle {
  padding-top: 120px;
  padding-bottom: 80px;
}

.newsTitle h1 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.newsTitle span {
  display: block;
  background-color: rgb(31, 65, 127);
  width: 60px;
  height: 4px;
  margin: 30px auto;
}

.newsSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.newsSlide {
  display: flex;
  align-items: center;
  height: 360px;
  position: relative;
  background: #fff;
}

.newsSlide .img {
  position: relative;
  height: 100%;
}

.newsSlide img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.newsSlide .text {
  width: 100%;
  padding: 0 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsSlide .text span {
  width: 120px;
  height: 30px;
  display: block;
  background: #1f417f;
  font-size: 18px;
  font-family: "Rajdhani";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.newsSlide .text h1 {
  font-size: 28px;
  color: rgb(51, 51, 51);
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.newsSlide .text p {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: #333;
  line-height: 1.5;
  opacity: .5;
  margin: 0;
  min-height: 40%;
}

.newsSlide .text a {
  font-size: 16px;
  color: rgb(31, 65, 127);
  font-weight: bold;
  line-height: 1;
}

.newsSwiper .swiper-pagination span {
  background: #cccccc;
  opacity: .8;
}

.newsSwiper .swiper-pagination-bullet-active {
  background: rgb(19, 57, 132) !important;
  width: 30px;
  border-radius: 5px;
}

.xwlb {
  margin: 45px 0;
  padding: 45px 60px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 1s;
}

.xwlb:hover {
  background: #fff;
  border: 1px solid #1f417f;
  box-shadow: 0px 0px 19px 1px rgba(31, 65, 127, 0.2);
}

.xwlb .time {
  width: 120px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1f417f;
  color: rgb(255, 255, 255);
}

.xwlb .time span {
  font-size: 18px;
  font-family: "Rajdhani";
  color: rgb(255, 255, 255);
  line-height: 2;
  text-align: center;
}

.xwlb .time span:first-child {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
}

/* .xwlb .img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
} */
.xwlb .text {
  width: 100%;
  padding-left: 45px;
}

.xwlb .text h1 {
  font-size: 28px;
  color: rgb(51, 51, 51);
  line-height: 1;
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.xwlb .text p {
  font-size: 16px;
  font-family: "Source Han Sans CN";
  color: #333;
  line-height: 1.5;
  opacity: .5;
  margin: 0;
}

/* end-新闻列表 */
.NewsdescBox .Content {
  display: flex;
  flex-direction: row;
}

/*
.NewsdescBox .container {
  padding: 0 45px;
} */
.NewsdescBox .container>.title {
  padding: 30px 0;
  background: #0000;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.NewsdescBox .Content .left {
  width: 150px;
  padding-right: 15px;
  border-right: 1px solid #ccc
}

.NewsdescBox .Content .mid {
  width: calc(100% - 450px);
  padding: 15px 45px;
}

.NewsdescBox .Content .right {
  width: 300px;
  padding-left: 15px;
}

.NewsdescBox .Content .left strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}

.NewsdescBox .Content .left strong .number {
  font-size: 24px;
  font-family: "Rajdhani";
  color: #333;
  line-height: 1;
}

.NewsdescBox .Content .left .time .number:last-child {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 500;
}

.NewsdescBox .left .fanye a {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
  height: 40px;
  line-height: 40px;
  background: #1f417f;
  color: #fff;
}

.NewsdescBox .Content .right h2 {
  padding: 30px 0 15px;
  background: #0000;
  font-size: 24px;
  line-height: 1;
  color: #333;
}

.NewsdescBox .newsRight {
  margin-bottom: 30px;
}

.NewsdescBox .newsRight .text h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}

.NewsdescBox .newsRight .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.NewsdescBox .newsRight .text {
  background: #f4f4f4;
  padding: 15px;
}

/* end 新闻---------- */
/* 单页 */
.aboutTitle {
  font-size: 36px;
  margin-bottom: 45px;
}

.aboutBox {
  background: url(../../images/about.png) fixed;
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
  position: relative;
}

.aboutBox .text {
  padding-bottom: 120px;
}

.aboutBox .text p {
  color: #5e5e5e;
  line-height: 2;
}

.aboutNumber {
  display: flex;
  justify-content: space-between;
}

.shuzi {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shuzi .img {
  margin-bottom: -15px;
  z-index: 2;
  transition: 1s;
}

.shuzi:hover .img {
  transform: scale(1.1);
}

.about_1_Box {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.about_1_nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_1_nr .text {
  width: 50%;
}

.about_1_nr .text img {
  float: right;
}

.about_1_nr .img img {
  max-width: 400px;
}

.culture {
  padding-top: 160px;
  padding-bottom: 120px;
  background: #f3f5f8;
  position: relative;
}

.culture .aboutTitle {
  text-align: center;
}

.culture .container {
  display: flex;
  justify-content: space-between;
}

.cultureBox {
  width: 24%;
}

.cultureBox .wenhua {
  position: relative;
}

.cultureBox .wenhua img {
  position: relative;
}

.cultureBox .wenhua::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg, rgb(31, 65, 127) 0%, rgba(31, 65, 127, 0) 100%);
}

.cultureBox .wenhua .text {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 1s;
  z-index: 2;
}

.cultureBox .wenhua .text span {
  color: #fff;
  font-size: 24px;
  text-align: center;
  display: block;
}

.cultureBox .wenhua .text p {
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.cultureBox .wenhua:hover .text {
  height: 100%;
}

.cultureBox .wenhua:hover .text p {
  -webkit-line-clamp: 20;
}

.cultureBox .wenhua:hover::after {
  background-image: -webkit-linear-gradient(90deg, rgb(31, 65, 127, 0.9) 100%, rgba(31, 65, 127, 0.9) 100%);
}

.honor .aboutTitle {
  text-align: center;
}

.honor {
  background: url(../../images/honorBj.jpg) fixed center;
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}

.honor .container {
  display: flex;
  justify-content: space-between;
}

.honor .HonorList {
  text-align: center;
  font-size: 18px;
}

.honor .HonorList img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor .HonorList {
  width: 30%;
  max-height: 500px;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.honor .HonorList a {
  width: 100%;
  height: 100px;
  line-height: 100px;
  opacity: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 30px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.honor .HonorList a img {
  width: auto;
  height: auto;
}

.honor .HonorList a p {
  margin: 0;
  margin-left: 30px;
}

.honor .HonorList img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.HonorItemBox {
  width: 65%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.HonorItem {
  width: 100%;
  height: 100%;
  overflow: hidden;
      position: absolute;
}

.HonorSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.HonorSlide img {
  width: 100%;
  height: auto;
}

.HonorSlide {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}

.HonorSwiper .swiper-slide-prev {
  transform: scale(0.7);
}

.HonorSwiper .swiper-slide-next {
  transform: scale(0.7);
}

.HonorSwiper .swiper-slide-active, .HonorSwiper .swiper-slide-duplicate-active {
  transform: scale(.9);
}

.Partners {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}

.Partners .aboutTitle {
  text-align: center;
}

.Partners .text {
  font-size: 16px;
  margin-top: 30px;
}

.Partners .text p {
  margin: 0;
  line-height: 2;
  opacity: .6;
}

.PartnersBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.PartnersImg {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
  mix-blend-mode: multiply;
}

.PartnersImg img {
  max-width: 100%;
  width: auto;
}

.develop {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
}

.develop .aboutTitle {
  text-align: center;
}

.develop .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.develop .swiper-slide {
  position: relative;
}

.develop .swiper-slide:nth-child(2n) .developBox {
  padding-bottom: calc(100% - 3px);
}

/* .develop .swiper-slide:nth-child(2n) .text {
  border-bottom: 2px solid #ccc;
} */
.develop .swiper-slide:nth-child(2n+1) .developBox {
  padding-top: calc(100% - 3px);
}

/* .develop .swiper-slide:nth-child(2n+1) .text {
  border-top: 2px solid #ccc;
} */
.developBox .dian {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #333;
  position: absolute;
  top: calc(50% - 10px);
}

.developBox .xian {
  display: block;
  width: 100%;
  height: 3px;
  background: #ccc;
  position: absolute;
  top: calc(50% - 2px);
  z-index: -1;
}

.develop .swiper-slide .text {
  position: relative;
}

.develop .swiper-slide h1 {
  font-size: 18px;
  position: relative;
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
  font-weight: bold;
}

.develop .swiper-slide h1::after {
  content: "";
  display: block;
  position: absolute;
  background: rgb(51, 51, 51);
  width: 30px;
  height: 4px;
  bottom: 0;
}

.develop .swiper-slide p {
  font-size: 14px;
  line-height: 2;
  min-height: 200px;
  margin: 0;
  display: flex;
  align-items: center;
}

.develop .swiper-slide-active h1 {
  color: #1f417f;
}

.develop .swiper-slide-active h1::after {
  background: #1f417f;
}

.develop .swiper-slide-active p {
  color: #1f417f;
}

.develop .swiper-slide-active span {
  background: #1f417f;
}

/* end-单页 */
