/*nybanner*/

.inbanner {
  height: 460px;
  margin-bottom: 20px;
  background: url(../img/banner04.jpg) no-repeat center;
  position: relative;
  padding-top: 60px;
}
.inbanner .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbanner .con {
  color: #fff;
}
.inbanner .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbanner::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

/*nybannera*/

.inbannera {
  height: 460px;
  margin-bottom: 20px;
  background: url(../img/banner02.jpg) no-repeat center;
  position: relative;
  padding-top: 60px;
}
.inbannera .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbannera .con {
  color: #fff;
}
.inbannera .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbannera::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

/*nybannerb*/
.inbannerb {
  height: 460px;
  margin-bottom: 20px;
  background: url(../img/banner05.jpg) no-repeat center;
  position: relative;
  padding-top: 60px;
}
.inbannerb .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbannerb .con {
  color: #fff;
}
.inbannerb .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbannerb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

/*nybannerc*/
.inbannerc {
  height: 460px;
  margin-bottom: 20px;
  background: url(../img/banner06.jpg) no-repeat center;
  position: relative;
  padding-top: 60px;
}
.inbannerc .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbannerc .con {
  color: #fff;
}
.inbannerc .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbannerc::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

/*about*/
.commontitle {
  margin-bottom: -50px;
  text-align: center;
}
.commontitle .nam {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  font-family: Montserrat;
}
.commontitle .en {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-main);
  opacity: 0.3;
}
.prosub {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  margin-top: 30px;
}
.prosub .it {
  margin-right: 10px;
}
.prosub .it .ia {
  display: block;
  border-radius: 10px;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ddd;
  text-decoration: none;
  line-height: 1;
  color: #333;
  box-shadow: 0 5px 5px rgba(21, 0, 212, 0.1);
  background: #fff;
  transition: all 0.3s;
  text-transform: uppercase;
  height: 30px;
}
.prosub .it.on .ia {
  background: #003aa6;
  color: #fff;
}

.aboutbox01 {
  position: relative;
  display: flex;
  margin: 80px 0 50px;
  align-items: flex-start;
}

.aboutbox01 .hd {
  width: 320px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.aboutbox01 .bd {
  flex: 1;
}
.aboutbox01 .bd .con p {
  margin-bottom: 18px;
  line-height: 1.6;
}
.aboutbox01 .abttt {
  font-size: 20px;
}
.aboutbox01 .abttt:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #003aa6;
  margin-top: 30px;
}
.aboutbox01 .bd .img {
  margin-top: 40px;
}
.aboutbox01 .bd .img img {
  width: 100%;
  display: block;
}
.aboutccinfo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.aboutccinfo li {
  width: 32%;
  margin-right: 2%;
  background: #cc3337;
  color: #fff;
  font-size: 35px;
  padding: 35px 28px;
  box-sizing: border-box;
  font-weight: bold;
}
.aboutccinfo li:last-child {
  margin-right: 0;
}
.aboutccinfo li .abouttitb {
  font-size: 20px;
  margin-top: 8px;
  font-weight: normal;
}

/*文化*/
.aboutbox02 {
  background: #b7c7e7;
  padding: 60px 5%;
  color: #fff;
  margin: 50px 0 0;
}
.aboutbox02 .hd {
  text-align: center;
}
.aboutbox02 .hd .nam {
  font-size: 35px;
  font-weight: bold;
  margin: 12px 0;
}
.aboutbox02 .hd .txt {
  font-size: 18px;
  line-height: 1.6;
}
.aboutbox02 .bd {
  margin-top: 40px;
  overflow: hidden;
}
.aboutbox02 .bd .item {
  flex: 1;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  background: #fff;
  transition: all 0.3s;
}

.aboutbox02 .bd .item .num {
  font-size: 24px;
  font-weight: bold;
  color: #cc3337;
}
.aboutbox02 .bd .item .txt {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 12px;
}

.natxt {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}

/*发展历程*/
.aboutbox3 {
  padding: 90px 5% 160px;
  background: url(../img/lsbg.jpg) no-repeat center bottom #f4f4f4;
}
.aboutbox3 .hd .nam {
  font-size: 35px;
  font-weight: bold;
  margin: 12px 0;
  text-align: center;
}
.aboutbox3 .bd {
  margin-top: 40px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.aboutbox3 .bd .item {
  flex: 1;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s;
}

.aboutbox3 .bd .item .num {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #cc3337;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.aboutbox3 .bd .item .txt {
  font-size: 15px;
  line-height: 1.3;
  margin-top: 12px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

/*优势*/
.aboutbox4 {
  padding: 50px 0;
}
.aboutbox4 .hd .nam {
  font-size: 35px;
  font-weight: bold;
  margin: 12px 0;
  text-align: center;
}
.aboutul4a {
  padding: 30px 5%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  box-sizing: border-box;
  margin-top: 25px;
}
.aboutul4a li {
  flex: 1;
  background-color: #fff;
  padding: 30px 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px #ccc;
  display: flex;
  justify-content: center;
}
.aboutul4a li .abouttt {
  font-size: 22px;
  margin-left: 20px;
}
.aboutbox4 .bd .img {
  margin-top: 20px;
}
.aboutbox4 .bd .img img {
  max-width: 100%;
  margin-bottom: 30px;
}

.aboutul5a {
  display: flex;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.aboutul5a li {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  transition: all 0.3s;
}

.aboutul5a li .aboutliimg {
  margin: 15px 20px;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 10px #ccc;
  vertical-align: middle;
  align-items: center;
  line-height: 60px;
  text-align: center;
}
.aboutul5a li img {
  width: 100%;
}
.aboutul5a li .aboutliimg img {
  width: 70%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}

.aboutdiva {
  padding: 0 5%;
  margin-top: 30px;
  box-sizing: border-box;
}
.abouttitaaa {
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.2;
}
.abouttitaab {
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.3;
  margin: 10px 0 30px;
}

/*新闻*/
/*news*/
.news-container {
  margin: 60px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 400px;
}

.news-item {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s ease;
  opacity: 0;
}
.news-item a {
  display: flex;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}

.news-item.active {
  opacity: 1;
}
.news-image {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-item:hover .news-image img {
  transform: scale(1.05);
}
.news-content {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  background: white;
  display: flex;
  flex-direction: column;
}
.news-date {
  color: #888;
  font-size: 18px;
  margin-bottom: 10px;
}
.news-title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}
.news-desc {
  font-size: 18px;
  color: #555;
  line-height: 1.5;
}
.news-more {
  color: #ff7f01;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
}
.news-more:hover {
  text-decoration: underline;
}
.news-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  z-index: 10;
}
.news-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.news-dot.active {
  background: white;
  transform: scale(1.2);
}
.news-prev,
.news-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-container:hover .news-prev,
.news-container:hover .news-next {
  opacity: 1;
}
.news-prev {
  left: 20px;
}
.news-next {
  right: 20px;
}
.news-prev:hover,
.news-next:hover {
  background: white;
}

/*列表新闻*/
.news-containera {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}

.news-containera .news-itema {
  padding: 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background-color: #f4f4f4;
  width: 32%;
  margin: 1% 0.6%;
  box-sizing: border-box;
  opacity: 1;
  border-radius: 15px;
}

.news-containera .news-itema:hover {
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-containera .news-itema .news-image {
  width: 100%;
  height: auto !important;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}

.news-containera .news-itema .news-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-containera .news-itema .news-item:hover .news-image img {
  transform: scale(1.05);
}

.news-containera .news-itema a {
  text-decoration: none;
}

.news-containera .news-itema .news-content {
  flex-grow: 1;
  width: 100%;
  background-color: transparent;
  padding: 40px 20px 20px;
  box-sizing: border-box;
}

.news-containera .news-itema .news-title {
  font-size: 25px !important;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

.news-containera .news-itema .news-date {
  font-size: 18px;
  color: #999;
  margin-bottom: 8px;
}

.news-containera .news-itema .news-more {
  font-size: 16px;
  color: #ff7f01;
  text-decoration: none;
}

/*新闻详情*/
.innnewsinfo {
  padding: 50px;
  width: 100%;
  background-color: #f2f6ff;
  margin: 40px 0;
  border-radius: 15px;
  box-sizing: border-box;
}

.innnrr {
  flex: 1; /* 右侧内容占据剩余空间 */
}
.innnewsinfo .wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.innnrr .innnewatit {
  font-weight: bold;
  font-size: 40px;
  color: #003aa6;
}
.innnrr .innnewatita {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  margin-top: 30px;
}
.innnrr .innnewatita p {
  margin: 35px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

.innleft .innleftaa {
  position: sticky;
  top: 200px; /* 距离顶部0px时固定 */
}
.innleft .innleftaa span {
  background-color: #003aa6;
  display: block;
  height: 10px;
  margin-bottom: 50px;
}

.innleft .innleftaa a {
  display: block;
  margin: 0 auto 25px;
  width: 100%;
  text-align: center;
}
.innleft .innleftaa img {
  width: 50px;
  margin: 0 auto;
}

.nsd {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nsd .link {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  font-size: 14px;
}
.nsd .link a {
  text-decoration: none;
  color: #003aa6;
}

.nsd .back .ba {
  background: #003aa6;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  text-decoration: none;
  position: relative;
}

/*product*/
.procontent {
  width: 100%;
  margin: 60px auto;
  padding: 50px 8%;
  background-color: #ecf1fb;
  box-sizing: border-box;
}
.procontent .probox21 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.procontent .probox21 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
}
.procontent .probox21 .swiper-slide {
  text-align: center;
  font-size: 16px;
  height: auto;
  width: calc(25% - 15px);
  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;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s;
}
.procontent .item {
  float: left;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: linear-gradient(to bottom, #fff, #f9fafb);
  backdrop-filter: blur(50px);
}
.item .imgitem {
  background: #fff;
  height: 290px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.procontent .item .imgitem img {
  width: 82%;
}
.procontent .item .imgitem .arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 49px;
  height: 49px;
  border-radius: 25px;
  color: #666;
  background: #f0f2f5;
  border-right: rgba(0, 0, 0, 0.15) 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.procontent .item .imgitem .arrow svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.item .itemblock {
  padding: 30px 40px 30px 40px;
  text-align: left;
}

.procontent .item .imgitem .arrow:hover {
  border: #fff;
  background: #003aa6;
  svg {
    transform: rotate(180deg);
    color: #fff;
  }
}

.item .dot {
  margin-bottom: 10px;
  font-size: 14px;
  color: #003aa6;
}
.item .nam {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  overflow: hidden;
  margin-bottom: 15px;
  font-weight: bold;
}
.item .nam a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item .tim {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*产品*/
.innppinfo {
  background-color: #fff;
  padding: 40px 0;
}
.inpprr .innnewatit {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #003aa6;
  margin-top: 40px;
}
.inpprr .inppimg {
  margin-top: 40px;
  line-height: 24px;
}
.inpprr .inppimg img {
  display: block;
  margin: 0 auto 20px;
}

/*联系我们*/
.aboutbox01 {
  position: relative;
  display: flex;
  margin: 60px 0 20px;
  font-family: Montserrat;
}
.aboutbox01 .hd {
  width: 300px;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.aboutbox01 .bd {
  flex: 1;
}
.contactlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contactlist .item {
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 6px;
}

.contactlist .item .ico {
  color: #cc3337;
  margin-bottom: 10px;
}
.contactlist .item .nam {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}

/*招聘*/
.aboutbox022 {
  background-color: #f2f6ff;
  padding: 40px 0;
}

.aboutbox022 .wrapper {
  display: flex;
}
.aboutbox022 .hd {
  width: 300px;
  font-size: 34px;
  font-weight: bold;
  position: relative;
  color: #333;
}
.aboutbox022 .bd {
  flex: 1;
}
.aboutbox022 .messagecon {
  margin-top: 15px !important;
  border: 0px none;
  background-color: transparent;
  padding: 0;
}
.aboutbox022 .messagecon .messagetarea {
  background-color: #fff;
}
.aboutbox022 .messagecon .messageinput {
  background-color: #fff;
}

/*设备*/
.shebeiul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 80px auto;
  padding: 0 8%;
  box-sizing: border-box;
}

.shebeiul li img {
  max-width: 100%;
}

.hhhula {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.hhhula li img {
  max-width: 100%;
  display: block;
}

.inbanneraa {
  background: url(../img/nybanner.jpg) no-repeat center center;
  background-size: cover;
  height: 460px;
  margin-bottom: 20px;
  position: relative;
  padding-top: 60px;
}
.inbanneraa .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbanneraa .con {
  color: #fff;
}
.inbanneraa .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbanneraa::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

.inbanneraaq{background: url(../img/nybannera.jpg) no-repeat center center; height: 500px;  background-size: cover;
  margin-bottom: 20px;
  position: relative;
  padding-top: 60px;}
.inbanneraaq .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.inbanneraaq .con {
  color: #fff;
}
.inbanneraaq .con .tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat;
  line-height: 1.2;
}
.inbanneraaq::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 150px;
  background: url(../img/splitline.svg) no-repeat center bottom;
  background-size: 100% 100%;
}

.tablebbb {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.tablebbb th,
.tablebbb td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: center;
}
.tablebbb th {
  background-color: #003aa6;
  padding: 20px 16px;
  color: #ffffff;
  font-size: 18px;
}
.tablebbb td{font-size: 14px;}
.tablebbb tr:nth-child(even) {
  background-color: #f9f9f9;
}
.tablebbb tr:hover {
  background-color: #eef5ff;
}





@media screen and (max-width: 1500px) {
  .inpprr .inppimg img{display: block; max-width: 100%;}
  .news-title{font-size: 22px;}
  .news-containera .news-itema .news-title{font-size: 22px !important;}
}



@media screen and (max-width: 1000px) {
  .news-containera .news-itema{width: 100%;}
.inbanneraaq{height: 300px;}
.inbanneraaq .con .tit{font-size: 25px;}
.prosub .it .ia{font-size: 14px; height: auto;}
.prosub .it{min-width: auto !important; margin: 0 0 10px 0;}
.aboutbox01{display: block;}
.aboutbox01 .hd{width: 100%;}
.aboutbox01 .bd{margin-top: 30px;}
.aboutbox02 .bd .item {padding: 30px; box-sizing: border-box;}

.prosub{flex-wrap: wrap; display: block;}
.procontent{padding:30px 4%;}
.procontent .probox21 .swiper-slide{width: calc(50% - 15px);}
.item .itemblock{padding: 20px;}
.item .imgitem{height: 220px;}
.nsd .back{width: 80%; margin-top: 15px;}
.innnewsinfo{padding:50px 20px;}
.nsd{display: block;}

.innnrr .innnewatit{font-size: 22px;}

.inbannera{height: 300px; background-size: cover;}
.inbannera .con .tit{font-size: 25px;}

.inbannerb{height: 300px; background-size: cover;}
.inbannerb .con .tit{font-size: 25px;}

.inbannerc{height: 300px; background-size: cover;}
.inbannerc .con .tit{font-size: 25px;}

.contactlist{grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 12px;}
.aboutbox022 .wrapper{display: block;}
.aboutbox01 .hd{font-size: 28px;}
.aboutbox022 .hd{width: 100%; font-size: 28px;}

.news-title{font-size: 18px;}
.news-item a{display: block;}
.news-image{width: 100%;}
.news-content{width: 100%;}
.news-container{height: auto !important;}
.news-containera .news-itema .news-title{font-size: 20px !important;}
}


.product-details {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8%;
}

.product-details img{
    max-width: 100%;
    display: block;
}


.product-details .product_swiper {
    width: 46%;
}

.product-details .product_swiper .mySwiper2 {
    width: 100%;
    border: 1px solid #e9eaf2;
}

.product-details .swiper_bottom {
    margin-top: 3%;
}

.product-details .product_swiper .Limg_con {
    padding-bottom: 100%;
}
.product-details .product_swiper .Limg_con img{
    max-height: 80%;
}
.product-details .product_swiper .Limg_con:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.product-details .swiper_bottom .Limg_con {
    background: #fff;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.product-details .swiper_bottom .swiper-slide-thumb-active .Limg_con {
    border-color: #444444;
}

.prduct_details_right {
    width: 46.3%;
}

.prod_tit {
    line-height: 100%;
    font-weight: bold;
}

.prod_tabbox {
    font-weight: 300;
    line-height: 167%;
    margin: 7% 0;
}

.prod_detaikls_bottom {
    font-size: max(16px, 0.938vw);
    font-weight: 300;
    line-height: 167%;
    margin: 4% 0 0;
    padding: 4% 0 5%;
    border: 1px solid #eee;
    border-style: solid none;
}

.prod_detaikls_bottom h3 {
    font-weight: 500;
}

.prode_tab {
    border: 1px solid #e7e9f1;
    border-style: solid none;
    padding: 3% 0;
    font-weight: 300;
    line-height: 150%;
}

.prod_info_slide {
    display: flex;
    margin: 4% 0;
}

.prod_info_left {
    width: 36%;
    
    font-weight: 500;
}

.prod_info_right {
    width: 64%;
}

.pagebox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    line-height: 200%;
    margin-top: 5%;
    font-weight: 300;
}

.pagebox a {
    font-size: max(16px, 0.938vw);
    
}

.pagebox a span {
    
    text-decoration: underline;
}

.pagebox a:hover span {
    text-decoration: underline !important;
}


@media screen and (max-width: 768px) {
    .product-details{display: block;}
    .product-details .product_swiper{width: 100%;}
    .prduct_details_right{width: 100%;}
}
