figure img {
  width: auto;
  max-width: 80%;
}

footer .footer {
  position: relative;
}

.inside_banner {
  position: relative;
}

.nybanner_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 30%);
}

.nybanner_text .container {
  position: relative;
  height: 100%;
}

.nybanner_text .nybanner_title {
  position: relative;
  top: 35%;
}

.nybanner_text h1 {
  font-size: 32px;
  color: #fff;
}

.nybanner_text span {
  display: block;
  background: rgb(49 178 235);
  width: 60px;
  height: 5px;
}

.nybanner_text p {
  margin: 0;
  line-height: 3;
  color: #fff;
}

.nybanner_text .nybanner_nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.nybanner_nav .container {
  display: flex;
  justify-content: space-between;
}

.nybanner_text .nybanner_nav a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 70%);
  transition: 1s;
}

.nybanner_text .nybanner_nav a:nth-child(2n) {
  background: rgb(0 0 0 / 50%);
}

.nybanner_text .nybanner_nav a:hover {
  background: #123885;
}

/*关于我们 */
.inside_Title {}

.inside_Title h1 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px
}

.inside_Title p {
  font-size: 18px;
  font-weight: 600;
  color: rgb(19, 57, 132);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.nybigbox {
  padding-top: 80px;
  background: #eef4f5;
  padding-bottom: 80px;
}

/* 简介 */
.AboutBoxTop {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.AboutBoxTop .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.AboutBoxTop .right span {
  font-size: 36px;
  color: rgb(19, 57, 132);
  line-height: 1;
  font-weight: 500;
}

.AboutBoxTop .right p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2.25;
}

.AboutText p {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 2;
  text-indent: 36px;
}

.AboutText img {
  margin-top: 75px;
  margin-bottom: 60px;
}

/* end-简介 */
/* 文化 */
.AboutCulture {
  display: flex;
  flex-wrap: wrap;
}

.CultureBox {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3%;
  margin-bottom: 45px;
}

.CultureText {
  margin-left: 30px;
}

.CultureText span {
  font-size: 24px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.5;
}

.CultureText p {
  font-size: 16px;
  color: rgb(128, 128, 128);
  line-height: 2;
  margin: 0;
}

/* end-文化 */
/* 发展历程 */
.AboutFzlc {
  padding-top: 120px;
  padding-bottom: 90px;
  overflow: hidden;
}

/* .AboutFzlc .inside_Title p {
  font-size: 24px;
} */

.FzlcSwiper {
  width: 100%;
  height: 100%;
}

.FzlcSlide {
  width: auto;
}

.FzlcSlide img {
  width: auto;
}

/* end-发展历程 */
/* 荣誉资质 */
.AboutHonor {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20230505103546_pDYuRKvx.png) right bottom no-repeat;
  padding-top: 160px;
  padding-bottom: 140px;
  background-color: #c9c9c9;
  position: relative;
}

.AboutHonor::after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20230518171815_nhWSFIrU.png) no-repeat bottom;
  background-size: contain;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 35%;
  max-width: 640px;
}

.HonorBox {
  width: 60%;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
  padding-bottom: 45px;
}

.HonorSwiper {
  width: 100%;
  height: 100%;
}

.HonorSlide {}

.HonorSlide img {
  width: 100%;
}

.HonorPag span {
  background: #fff;
  opacity: .8;
}

.HonorPag .swiper-pagination-bullet-active {
  background: rgb(19, 57, 132);
  width: 30px;
  border-radius: 5px;
}

/* end-荣誉资质 */
/* 专业设备 */
.AboutCf {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20221101105713_ioeW19bH.jpg) no-repeat center top;
  background-blend-mode: darken;
  background-color: #eef4f5;
  padding-top: 160px;
  padding-bottom: 140px;
}

.AboutCf .textBox {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.CfBox {
  overflow: hidden;
  position: relative;
  padding-bottom: 45px;
}

.CfSwiper {
  width: 100%;
  height: 100%;
}

.CfSlide {
  text-align: center;
  height: auto;
}

.CfSlide .img {
  height: calc(100% - 45px);
}

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

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

.CfPag span {
  background: #fff;
  opacity: .8;
}

.CfSlide img {
  width: 100%;
  transition: 1s;
}

/* .CfSwiper .swiper-slide-prev img {
  transform: scale(.9);
}

.CfSwiper .swiper-slide-next img {
  transform: scale(.9);
}

.CfSwiper .swiper-slide-active img {
  transform: scale(1);
} */
.CfPag .swiper-pagination-bullet-active {
  background: rgb(19, 57, 132);
  width: 30px;
  border-radius: 5px;
}

/* end-专业设备 */
/* 新闻 */
.NewsList {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.NewsText {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.NewsText .time {
  display: flex;
  flex-direction: column;
}

.NewsText .time span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.NewsText h1 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: bold;
  transition: 1s;
}

.NewsText p {
  font-size: 16px;
  color: #3339;
  line-height: 1.5;
}

.NewsText a {
  font-size: 16px;
  color: #3339;
  text-decoration: underline;
  display: flex;
  transition: 1s;
}

.NewsList img {
  transition: 1s;
}

.NewsList:hover img {
  transform: scale(1.05);
}

.NewsList:hover a {
  color: #133984;
  text-decoration: underline;
  font-weight: bold;
}

.NewsList:hover h1 {
  color: #133984;
}

.inside_newsListBox {
  background: #fff;
  padding: 75px 100px;
}

.inside_newsListBox .stace>h1 {
  text-align: center;
}

.inside_newsListBox .stace>strong {
  text-align: center;
  display: block;
}

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

.inside_newsListBox .stace .cont {
  min-height: 500px;
}

.zjlj a {
  color: #333;
}

/* end-新闻 */
/* 联系我们 */
.Message {
  background: #fff;
  padding: 75px 100px;
  display: flex;
  flex-wrap: wrap;
}

.Message .inside_Title {
  width: 100%;
  margin-bottom: 45px;
}

.Message>div {
  width: 50%;
}

.MessageText {
  padding: 0 45px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MessageText h2 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(19 57 132);
  margin-bottom: 30px;
  line-height: 1.5;
}

.MessageText p {
  margin: 0;
}

.Message .Map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Message .Map iframe {
  width: 800px;
  height: 640px;
  position: relative;
  left: 50%;
  margin-left: -400px;
}

.diqu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

.diquBox {
  width: 33%;
  margin: 30px 0px;
  display: flex;
  align-items: center;
}

.diquBox>div {
  width: 50%;
}

.diquBoxImg {
  position: relative;
}

.diquBox .diquBoxImg {
  display: flex;
  justify-content: center;
}

.diquBox .diquBoxImg img {
  position: relative;
  transition: 1s;
  width: 100%;
}

.diquBox img {
  /* max-width: 160px; */
}

.diquBox .diquBoxImg .top {
  z-index: 2;
  position: absolute;
  transition: 1s;
  opacity: 1;
  top: 0;
}

.diquBox .diquBoxImg .bottom {
  position: relative;
  opacity: 0;
  transition: 1s;
  top: 0px;
  left: 0px;
  width: 100%;
}

.diquBox:hover .diquBoxImg .top {
  z-index: 2;
  opacity: 1;
  /* top: 0; */
  transition: 1s;
}

.diquBox:hover .diquBoxImg .bottom {
  opacity: 1;
}

.diquBoxText h1 {
  font-size: 24px;
  line-height: 2;
  margin: 0;
}

.diquBoxText .text p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

/* end-联系我们 */
/* 表单 */
.form-horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.item-li {
  width: 48%;
}

.item-li input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  margin: 15px 0;
  background: #eef4f5;
}

.item_textarea {
  width: 100%;
}

.item_textarea textarea {
  width: 100%;
  background: #eef4f5;
  padding-left: 30px;
  padding-top: 30px;
}

.yzm {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.yzm input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  margin: 15px 0;
  background: #eef4f5;
}

#inputCaptcha {
  max-width: 50%;
}

.item_submit button {
  display: block;
  width: 150px;
  height: 50px;
  margin: 15px 0;
}

/* end-表单 */
/* 配件 */
.CaseBigBox {
  position: relative;
}

.CaseList {
  position: sticky;
  top: 120px;
  left: 45px;
  display: flex;
  flex-direction: column;
  width: auto;
  float: left;
}

.CaseList h1 {
  font-size: 36px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 3;
  position: relative;
  margin-bottom: 30px;
}

.CaseList h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100px;
  display: block;
  background: #133984;
}

.CaseList a {
  font-size: 18px;
  line-height: 2;
  color: #333;
}

a.CaseList_2 {
  font-size: 16px;
  line-height: 2;
  color: #333;
  opacity: .75;
  padding-left: 10px;
}

a.CaseList_1 {
  font-weight: bold;
}

.CaseBox {
  position: relative;
  top: 0;
  right: 0;
  width: 80%;
  float: right;
  min-height: 600px;
}

.case {
  padding: 15px;
}

.case a {
  display: block;
}

.CaseImg {
  background: #fff8;
}

.CaseImg img {
  transform: scale(.8);
  transition: 1s;
}

.case:hover img {
  transform: scale(1);
}

.CaseText {
  text-align: center;
  color: #333;
  padding: 0 15px;
  line-height: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.CaseText h1 {
  font-size: 18px;
  line-height: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
}

.CaseText h2 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.CaseNyImgBox {
  width: 80%;
  margin: 45px auto;
  position: relative;
  padding: 30px;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/65/20221025161253_biRU2x2B.png) center #fff;
  background-size: 130%;
  border-radius: 5px;
}

.CaseNyTitle {
  text-align: center;
  padding-top: 30px;
}

.CaseNyTitle h1 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 2;
  margin: 0;
}

.CaseNyTitle span {
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 3;
}

.CaseNySwiper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.CaseNySlide {
  background: #fff0;
  display: flex;
  justify-content: center;
}

.CaseNySlide img {
  display: block;
  width: 500px;
  object-fit: cover;
}

.CaseNyprev {
  left: 60px;
}

.CaseNynext {
  right: 60px;
}

.CaseNyprev:after {
  color: #0000;
  width: 26px;
  height: 26px;
  transform: rotateZ(45deg);
  background: linear-gradient(45deg, #133984, #133984 50%, transparent 50%, transparent 100%);
  font-size: 14px;
}

.CaseNynext:after {
  color: #0000;
  width: 26px;
  height: 26px;
  transform: rotateZ(-135deg);
  background: linear-gradient(45deg, #133984, #133984 50%, transparent 50%, transparent 100%);
  font-size: 14px;
}

.CaseNyTextBox {
  width: 80%;
  margin: 0px auto;
}

.CaseNyTextBox>span {
  background-color: rgb(25, 65, 137);
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  color: #fff;
}

.CaseNyTextBox .cont {
  border-top: 1px solid #ccc;
  padding: 60px 15px;
  min-height: 500px;
  background: #fff;
}

.CaseNyTextBox .cont figure {
  margin: 0;
}

.CaseNyTextBox .cont figure.image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.CaseLink {
  position: absolute;
  border: 1px solid #194189;
  color: #194189;
  width: 140px;
  height: 36px;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 1s;
}

.BackLink:hover {
  background: #194189;
}

.BackLink {
  position: absolute;
  border: 1px solid #194189;
  color: #194189;
  width: 140px;
  height: 36px;
  left: 30px;
  bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 1s;
}

.CaseLink:hover {
  background: #194189;
}

/* end-配件 */
/* 技术支持 */
.Download {
  background: #fff;
  padding: 45px 75px;
}

.DownloadList {
  padding: 30px 45px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s;
}

.DownloadList a img {
  opacity: .2;
  transition: 1s;
}

.DownloadText h1 {
  font-size: 24px;
  transition: 1s;
}

.DownloadText p {
  color: #808080;
  margin: 0;
  transition: 1s;
}

.DownloadList:hover {
  background: #133984;
}

.DownloadList:hover a img {
  opacity: 1;
  width: auto !important;
  filter: invert(1);
}

.DownloadList:hover h1 {
  color: #fff;
}

.DownloadList:hover p {
  color: #fff;
}

/* end-技术支持 */
