.innbannera {
  background: url(../images/nybannera.jpg) no-repeat center top;
  height: 640px;
}
.innbannerb {
  background: url(../images/nybannerb.jpg) no-repeat center top;
  height: 500px;
}
.innbannerc {
  background: url(../images/nybannerc.jpg) no-repeat center top;
  height: 500px;
}
.innbannerd {
  background: url(../images/networkbg.jpg) no-repeat center top;
  height: 500px;
}
.innbannere {
  background: url(../images/img2.jpg) no-repeat center;
  height: 500px;
}
.innbannerf {
  background: url(../images/img4.jpg) no-repeat center;
  height: 500px;
}

.wrapper {
  box-sizing: border-box;
  padding: 0 20px;
  width: 1400px;
  margin: 0 auto;
}

#sh_wrapper {
  position: relative;
  overflow: visible;
}

/*tab标签按钮*/
.insub {
  position: sticky;
  top: 0;
  z-index: 6;
  height: 54px;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}

.insub .wrapper {
  height: 100%;
  display: flex;
}

.insub .wrapper .it {
  height: 100%;
}
.insub .wrapper .it .ia {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 18px;
  padding: 0 24px;
  text-decoration: none;
  color: #666;
  position: relative;
}
.insub .wrapper .it.on .ia {
  color: #008ed6;
}
.insub .wrapper .it.on .ia::after {
  width: 100%;
}
.insub .wrapper .it .ia::after {
  content: "";
  bottom: -1px;
  width: 0;
  left: 50%;
  height: 2px;
  background: #008ed6;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s;
}

/*公司简介*/
.inpage {
  background: #f5f5f5;
  padding: 55px 0;
}
.inpage .inbox {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.inpage .inbox .bd img {
  max-width: 100% !important;
}

.inpage .inbox .hd .sub {
  color: #008ed6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.inpage .inbox .hd .nam {
  text-align: center;
  font-size: 35px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.inpage .inbox .bd {
  font-size: 18px;
  margin-top: 40px;
}
.inpage .inbox .bd img {
  max-width: 100%;
  margin-top: 20px;
}
.inpage .inbox .bd p {
  margin: 25px 0;
}

/*简介数据*/
.homeboxsp01 {
  background-color: #008ed6;
  color: #fff;
}
.homeboxsp01 .list {
  display: flex;
}
.homeboxsp01 .list .item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 70px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.homeboxsp01 .list .item .ico {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  transition: all 0.3s;
}
.homeboxsp01 .list .item .ico img {
  width: 100%;
}

.homeboxsp01 .list .item .num {
  margin: 10px auto 20px;
}
.homeboxsp01 .list .item .num strong {
  font-size: 38px;
}

.homeboxsp01 .list .item .inf {
  font-size: 17px;
}

/*工作*/
.aboutbox_4112 {
  background: #fff;
  padding: 50px 0;
}

.aboutbox_4112 .hd .sub {
  color: #008ed6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.aboutbox_4112 .hd .nam {
  color: #333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.joinbd {
  margin-top: 20px;
}

.joinaa {
  margin: 40px 0 0;
  font-size: 20px;
}
.joinbd .xbd {
  border-bottom: 1px solid #eee;
}
.joinbd .xbd .xitem {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  width: 100%;
}
.joinbd .xbd .xitem::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #008ed6;
  top: 50%;
  left: 0;
  border-radius: 10px;
  transform: translateY(-50%);
}
.joinbd .xbd .xitem .id {
  flex: 1;
}
.joinbd .xbd .xitem.on {
  color: #008ed6;
  font-weight: bold;
}
.joinbd .xbd .xitem .mor .ma {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 10px 20px;
  border-radius: 15px;
  background: #008ed6;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s;
}

.joinbd .xbd .xsub {
  padding: 25px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  display: none;
  background: #f5f5f5;
}

/*honor*/
.nyhonor {
  background: #f9f9f9;
  padding: 90px 0;
  box-sizing: border-box;
}
.nyhortit {
  font-size: 40px;
  color: #008ed6;
  font-weight: bold;
}
.nyhortita {
  width: 60%;
  font-size: 20px;
  margin-top: 10px;
}

/*video*/
.invideo {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.invideo .videobox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.invideo .videobox .video {
  flex: 1;
}
.invideo .videobox .video video {
  width: 100%;
  height: 380px;
  background:#000;
}
.invideo .videobox .txt {
  flex: 1;
}
.invideo .videobox .txt h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.invideo .videobox .txt p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

/*nyzizhi*/
.nyzizhi {
  background: #fff;
  padding: 50px 0;
}
.nyzizhi .hd .sub {
  color: #008ed6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.nyzizhi .hd .nam {
  text-align: center;
  font-size: 35px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}

.nyzzula {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.nyzzula li {
  width: 23%;
  margin: 1%;
  padding: 8px;
  box-sizing: border-box;
  border: 2px solid #eee;
  border-radius: 15px;
  letter-spacing: 0;
}
.nyzzula li img {
  max-width: 100%;
  display: block;
}

/*团队*/
.nytuandui {
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0;
}
.nytuandui .abhi{ display:flex;}
.nytuandui .nytdula {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.nytuandui .nytdula li {
  width: 48%;
  margin: 1%;
}
.nytuandui .nytdula li img {
  width: 100%;
}
.nytuandui .hd .sub {
  color: #008ed6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.nytuandui .hd .nam {
  text-align: center;
  font-size: 35px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.nytdula li:first-child {
  width: 100%;
}
.nytdula li:first-child img {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.nytdula li img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.innproduct {
  padding: 50px 0;
}
.innproduct .innpptit {
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.innproduct .innpptit span {
  display: block;
  width: 55px;
  height: 2px;
  background: #008ed6;
  margin: 10px auto 0;
}

.innppul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.innppul li {
  width: 24%;
  margin: 0.5%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  padding: 0px;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.06);
}
.innppul li img {
  width: 100%;
  display: block;
}

#atc03 .swiper-slide {
  background: #fff;
  padding: 0px;
  /* border: #fff 25px solid; */
  box-shadow: 0;
}

#atc03 .swiper-slide .proimg {
  /*padding: 40px 40px;*/
  background: #fff;
  text-align: center;
}
#atc03 .swiper-slide .proimg img {
  width: 100%;
  height: 100%;
}
#atc03 .swiper-slide .reimg {
  position: relative;
}
#atc03 .swiper-slide .abimg {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
}
#atc03 .swiper-slide .abimg img {
  height: 30px;
}
#atc03 .box .procategorys {
  font-size: 14px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-table;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 0;
}
#atc03 .box .proname {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  /*color: #bf1522;*/
}
#atc03 .box .model {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#atc03 .box .feature {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
}
#atc03 .swiper-slide .featureblock {
}
#atc03 .swiper-slide .featureblock .featurebox {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #777;
}
#atc03 .box .proline {
  width: 100%;
  height: 1px;
  /*background: rgba(0, 0, 0, 0.2);*/
  margin-top: 20px;
  margin-bottom: 20px;
}
#atc03 .box .specification {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
#atc03 .swiper-slide .specificationblock {
  margin-top: 20px;
}
#atc03 .swiper-slide .specificationblock .specificationbox {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
#atc03 .swiper-slide .specificationblock .specificationbox:before {
  content: "";
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 22px;
  margin-top: 5px;
}
#atc03 .swiper-slide .butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#atc03 .swiper-slide .pricebut {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;

  /*
    margin-top: 20px;
    border-radius: 40px;
    border-radius: 40px;
    */
  padding: 11px 20px;
  background: #00182d;
}
#atc03 .swiper-slide .probutton {
  /*background: #37394a;*/
  display: inline-block;
  width: 48%;
  color: #37394a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;

  /*
    margin-top: 20px;
    border-radius: 40px;
    border-radius: 40px;
    */

  padding: 10px 20px;
  border: #37394a 1px solid;
}
#atc03 .allpro svg {
  fill: #fff;
}
#atc03 .allpro {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px;
}
#atc03 .img_slide {
  padding: 0 0 40px 0px;
}
#atc03 .img_slide ul li {
  width: 100%;
}
#atc03 .img_slide ul li .img {
  background: #ddd;
}
#atc03 .img_slide ul li a {
  padding: 20px 20px;
  display: block;
}
#atc03 .box {
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
  padding: 10px 30px 30px;
  display: block;
}
#atc03 .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
#atc03 .box p {
  margin-bottom: 25px;
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
#atc03 .box div {
  /*white-space: pre-line;*/
  line-height: 1.6;
  /*    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;*/
}
#atc03 .box span {
  display: flex;
  position: absolute;
  color: var(--primary);
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#atc03 .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
#atc03.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, 0.2);
}
#atc03 .img_slide ul li:hover {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#atc03 .img_slide ul li:hover .box {
  transition: all 0.3s;
}

#atc03 {
  background: transparent;
  padding: 0;
}
#atc03 .swiper-slide {
  background: #fff;
  padding: 0px;
  /* border: #fff 25px solid; */
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.06);
}

#atc03 .swiper-slide .proimg {
  /*padding: 40px 40px;*/
  background: #fff;
  text-align: center;
}
#atc03 .swiper-slide .proimg img {
  width: 100%;
  height: 100%;
}
#atc03 .swiper-slide .reimg {
  position: relative;
}
#atc03 .swiper-slide .abimg {
  position: absolute;
  z-index: 999;
  top: 20px;
  left: 20px;
}
#atc03 .swiper-slide .abimg img {
  height: 30px;
}
#atc03 .box .procategorys {
  font-size: 14px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-table;
  margin-bottom: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
}
#atc03 .box .proname {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  /*color: #bf1522;*/
}
#atc03 .box .model {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#atc03 .box .feature {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
}
#atc03 .swiper-slide .featureblock {
}
#atc03 .swiper-slide .featureblock .featurebox {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #777;
}
#atc03 .box .proline {
  width: 100%;
  height: 1px;
  /*background: rgba(0, 0, 0, 0.2);*/
  margin-top: 20px;
  margin-bottom: 20px;
}
#atc03 .box .specification {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 13px;
}
#atc03 .swiper-slide .specificationblock {
  margin-top: 20px;
}
#atc03 .swiper-slide .specificationblock .specificationbox {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
#atc03 .swiper-slide .specificationblock .specificationbox:before {
  content: "";
  position: absolute;
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 22px;
  margin-top: 5px;
}
#atc03 .swiper-slide .butbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#atc03 .swiper-slide .pricebut {
  display: inline-block;
  width: 48%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;

  /*
    margin-top: 20px;
    border-radius: 40px;
    border-radius: 40px;
    */
  padding: 11px 20px;
  background: #00182d;
}
#atc03 .swiper-slide .probutton {
  /*background: #37394a;*/
  display: inline-block;
  width: 48%;
  color: #37394a;
  font-size: 14px;
  font-weight: 600;
  text-align: center;

  /*
    margin-top: 20px;
    border-radius: 40px;
    border-radius: 40px;
    */

  padding: 10px 20px;
  border: #37394a 1px solid;
}
#atc03 .allpro svg {
  fill: #fff;
}
#atc03 .allpro {
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  background: #bf1522;
  width: 300px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px;
}
#atc03 .img_slide {
  padding: 0 0 40px 0px;
}
#atc03 .img_slide ul li {
  width: 100%;
}
#atc03 .img_slide ul li .img {
  background: #ddd;
}
#atc03 .img_slide ul li a {
  padding: 20px 20px;
  display: block;
}
#atc03 .box {
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
  padding: 10px 30px 30px;
  display: block;
  text-align: left;
  z-index: 111111111111;
}
#atc03 .box .procategory {
  white-space: pre-line;
  line-height: 1.6;
  margin-bottom: 10px;
}
#atc03 .box p {
  margin-bottom: 25px;
  font-size: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
}
#atc03 .box div {
  /*white-space: pre-line;*/
  line-height: 1.6;
  /*    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;*/
}
#atc03 .box span {
  display: flex;
  position: absolute;
  color: var(--primary);
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#atc03 .box span svg {
  width: 20px;
  height: 20px;
  margin: auto;
}
#atc03.on .box {
  opacity: 1;
  left: -90px;
  bottom: -55px;
  box-shadow: 12px 6px 20px rgba(0, 0, 0, 0.2);
}
#atc03 .img_slide ul li:hover {
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
#atc03 .img_slide ul li:hover .box {
  transition: all 0.3s;
}

.innppbga {
  background-color: #f4f4f4;
  height: 50px;
  line-height: 50px;
}

.innppccc {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.innppccc .innppleft {
  width: 48%;
  margin-right: 4%;
}
.innppccc .innppright {
  width: 48%;
}

/**/
.image-gallery {
  max-width: 1200px;
  margin: 0 auto;
}

.main-image-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: 420px; /* 根据需求调整 */
}

#main-image {
  display: block;
  width: 100%;
  object-fit: contain;
}

#main-image img {
  width: 100%;
}

.thumbnail-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

.thumbnail {
  width: 100px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}

.thumbnail:hover,
.thumbnail.active {
  border-color: #3498db;
}

/* 放大镜样式 */
.magnifier {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  display: none;
  z-index: 10;
}

.innpptitb {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.innpptita {
  font-size: 18px;
  margin-top: 20px;
}
.innpptitb span {
  display: block;
  width: 55px;
  height: 2px;
  background: #008ed6;
  margin: 10px auto 0;
}

/*新闻动态*/
.nnlist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 40px;
}
.nnlist .item {
  box-shadow: 0 5px 20px 0 rgba(82, 90, 101, 0.1);
  background: #fff;
  border-radius: 5px;
}
.nnlist .item .inf {
  padding: 25px;
}
.nnlist .item .inf .nam .na {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
}
.nnlist .item .inf .tim {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}
.nnlist .item .inf .tim span {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.nnlist .item .inf .tim span svg {
  color: #008ed6;
  width: 16px;
  margin-right: 5px;
}

.nnlist .item .inf .nam {
  margin: 5px 0 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.nnlist .item .inf .btn {
  margin-top: 10px;
  display: flex;
  padding: 0;
}

.nnlist .item .inf .btn .ba {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #008ed6;
  font-size: 16px;
  font-weight: 500;
}

.nnlist .item .inf .btn .ba svg {
  width: 24px;
  height: 24px;
  margin-right: var(--gap-small);
  transition: all 0.3s;
}

.nnlist .item .inf .btn .ba:hover svg {
  transform: translateX(5px);
}

.insbul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.insbul li {
  width: 24%;
  margin: 0.5%;
}
.insbul li a {
  display: block;
  cursor: pointer;
  width: 100%;
}
.insbul li a img {
  max-width: 100%;
}
.insbul li .box {
  font-size: 16px;
  background: #fff;
  transition: all 0.3s;
  padding: 10px 30px 30px;
  display: block;
  text-align: left;
  box-shadow: 0px 0px 10px #ddd;
}
.insbul li .box .procategorys {
  font-size: 14px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-table;
  margin-bottom: 12px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.insbul li .box .proname {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  height: 45px;
  line-height: 1.4;
}

/*产品列表*/
.innpplist {
  width: 60%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.innpplist li {
  text-align: center;
  margin: 0.5%;
}
.innpplist li a {
  color: #333;
  font-size: 18px;
  text-align: center;
  background-color: #eee;
  padding: 10px 15px;
  box-sizing: border-box;
  display: block;
}
.innppul {
  margin-top: 35px;
}
.innpplist li a:hover {
  background-color: #db141c;
  color: #fff;
}

/*新闻内容*/
.innewsaa {
  padding: 50px 0;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
}

.innewsaa .newswrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.innewsaa .nhd {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #dedede;
}
.innewsaa .nhd .tit {
  font-weight: bold;
  font-size: 32px;
  color: #000;
  line-height: 1.2;
}
.innewsaa .nhd .tip {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #999;
}
.innewsaa .nhd .tip .ts {
  margin-right: 10px;
  font-size: 14px;
  color: #999;
}
.innewsaa .nbd {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.innewsaa .nbd p {
  margin-bottom: 15px;
}
.innewsaa .nsd {
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innewsaa .nsd .back .ba {
  background: #008ed6;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}

/*联系我们*/
.inlxaa {
  padding: 60px 0;
}
.inlxaa .hd em {
  font-size: 14px;
  color: #008ed6;
  display: block;
  font-style: normal;
  text-transform: uppercase;
}
.inlxaa .hd {
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.inlxaa .hd::after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  margin: 12px auto 0;
  background: #008ed6;
}
.contactbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.contactbox .item {
  background: rgba(15, 64, 182, 0.1);
  padding: 20px;
  transition: all 0.3s;
}
.contactbox .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contactbox .item .ib {
  border: 1px dashed rgba(15, 64, 182, 0.6);
  padding: 20px;
  border-radius: 6px;
  height: 100%;
  box-sizing: border-box;
}
.contactbox .item .ib .ico {
  width: 100px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.contactbox .item .ib .ico img {
  display: block;
  width: 100%;
}
.contactbox .item .ib .inf {
  margin-top: 20px;
  text-align: center;
}
.contactbox .item .ib .inf .nam {
  font-size: 20px;
}
.contactbox .item .ib .inf .num {
  font-size: 28px;
  font-weight: bold;
  color: #008ed6;
}
.contactbox .item .ib .inf .txt {
  font-size: 28px;
  font-weight: bold;
  color: #008ed6;
}

/*留言板*/
.messagecon {
  background: #f4f4f4;
  padding: 40px;
  font-family: microsoft yahei;
  margin-top: 30px;
  color: #333;
}
.messagecon p {
  margin-bottom: 20px;
}
.messagecon .messagetit {
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}
.messagecon .messagetarea {
  padding: 10px;
  border: 1px solid #dedede;
  font-size: 16px;
  line-height: 26px;
  font-family: microsoft yahei;
  color: #666;
  resize: none;
  width: 96%;
  height: 90px;
  transition: all 0.2s ease-in;
  background: #fff;
  margin-bottom: 20px;
}
.messagecon .messageinput {
  width: 27%;
  padding: 10px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #dedede;
  margin: 0 5px 0 0;
  font-family: microsoft yahei;
  color: #666;
  transition: all 0.2s ease-in;
  background: #fff;
  margin-bottom: 20px;
}
.messagecon .yanzhengma {
  display: inline;
}
.messagecon .messagebtn.btnon {
  width: 50%;
  color: #fff;
  background-color: #008ed6;
}
.messagecon .messagebtn {
  width: 30%;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  border: 0;
  background: #b8c5ce;
  color: #2d3e50;
  border-radius: 4px;
  font-family: microsoft yahei;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 30px;
}

/**/
.inpageq {
  background: #f5f5f5;
  padding: 55px 0;
}
.inpageq .inbox {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.inpageq .inbox .bd img {
  max-width: 100% !important;
}

.inpageq .inbox .hd .sub {
  color: #008ed6;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.inpageq .inbox .hd .nam {
  text-align: center;
  font-size: 35px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.inpageq .inbox .bd {
  font-size: 18px;
  margin-top: 40px;
}

.inpageq .inbox .bd img {
  max-width: 100%;
}

.cccula {
  display: flex;
  flex-wrap: wrap;
}
.cccula li {
  width: 50%;
  margin: 10px 0;
}

.ccculb {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
.ccculb li {
  width: 50%;
  margin: 10px 0 30px;
  text-align: center;
}
.ccculb li img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (max-width: 1400px) {
  .innbannera {
    height: 400px;
    background-size: cover;
  }
  .innbannere {
    height: 400px;
    background-size: cover;
  }
  .innbannerb {
    height: 400px;
    background-size: cover;
  }
  .innbannerd {
    height: 400px;
    background-size: cover;
  }
  .innbannerf {
    height: 400px;
    background-size: cover;
  }
  .innbannerc {
    height: 400px;
    background-size: cover;
    background-position: 70%;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .homeboxsp01 .list .item .num strong {
    font-size: 32px;
  }
  .homeboxsp01 .list .item .inf {
    font-size: 14px;
  }
  .nyhonor {
    background-size: cover;
    padding: 50px 0;
  }
  .nyhortita {
    font-size: 15px;
  }
  .nyzizhi .hd .nam {
    font-size: 30px;
  }
  .nytuandui .hd .nam {
    font-size: 30px;
  }
  .innewsaa img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 10px;
  }
  .innbannera {
    height: 300px;
    background-size: cover;
  }
  .innbannere {
    height: 300px;
    background-size: cover;
  }
  .innbannerc {
    height: 300px;
    background-size: cover;
  }
  .innbannerb {
    height: 300px;
    background-size: cover;
  }
  .innbannerd {
    height: 300px;
    background-size: cover;
  }
  .innbannerf {
    height: 300px;
    background-size: cover;
  }
  .insub .wrapper .it .ia {
    padding: 0 3px;
    font-size: 14px;
  }
  .inpage .inbox {
    padding: 30px;
  }
  .inpage .inbox .hd .nam {
    font-size: 25px;
  }
  .homeboxsp01 .list {
    display: block;
  }
  .homeboxsp01 .list .item {
    border-right: 0;
    padding: 20px 0;
  }
  .aboutbox_4112 .hd .nam {
    font-size: 25px;
  }
  .joinaa {
    font-size: 18px;
  }
  .nyhonor {
    height: 200px;
  }
  .nyhonor .wrapper {
    display: none;
  }
  .nyzizhi .hd .nam {
    font-size: 25px;
  }
  .nyzzula li {
    width: 48%;
  }
  .nyzzula li div {
    overflow: hidden;
  }
  .nytuandui .hd .nam {
    font-size: 25px;
  }
  .innpplist {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .innpplist li {
    width: 31%;
    margin: 1.1%;
  }
  .innpplist li a {
    font-size: 13px;
    padding: 8px 5px;
  }
  .innppul {
    width: 100%;
  }
  .innppul li {
    width: 48%;
    margin: 1%;
  }
  #atc03 .swiper-slide .butbox {
    display: block;
    width: 100%;
  }
  #atc03 .swiper-slide .probutton {
    width: 100%;
  }

  .innppccc {
    display: block;
  }
  .innppccc .innppleft {
    width: 100%;
    margin-right: 0;
  }
  .main-image-container {
    height: 220px;
  }
  .innppccc .innppright {
    width: 100%;
  }
  .nnlist {
    grid-template-columns: repeat(1, 1fr);
  }

  .innewsaa .nhd .tit {
    font-size: 26px;
  }
  .innewsaa .nhd .tip {
    display: none;
  }
  .innewsaa .newswrap {
    max-width: 100%;
  }
  .innewsaa .nsd .link {
    width: 60%;
  }

  .insbul {
    width: 100%;
  }
  .insbul li {
    width: 49%;
    margin: 0 0.5%;
  }
  .inpageq .inbox {
    padding: 50px 10px;
  }
  .inpageq .inbox .hd .nam {
    font-size: 22px;
  }

  .contactbox {
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
  .contactbox .item {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0;
  }
  .contactbox .item .ib {
    box-sizing: border-box;
    width: 100%;
  }
  .contactbox .item .ib .inf .num {
    font-size: 22px;
  }
  .messagecon {
    padding: 20px;
  }

  .ccculb {
    width: 100%;
    display: block;
  }
  .ccculb li {
    width: 100%;
  }
}
