/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #333;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

.hvr-underline-from-center:before {
  background: #ffffff !important;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}


input {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei';
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

table,
th,
td {
  vertical-align: middle
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}




/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}



.wh {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0;
}


@media (max-width: 992px) {
  .wh {
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
}

.com-img {
  overflow: hidden;
  margin: 0 auto;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}


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

.flexs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.flex2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.more {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem;
}

.more a {
  height: 69px;
  padding: 0 2rem;
  background: linear-gradient(90deg, #0AB3F0 0%, #0561BE 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 36px 36px 36px 36px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more a {
  color: #FFFFFF !important;
}

.more a:hover {
  background: #0AB3F0;
}

/*头部样式*/
.top2 {
  /* background: var(--primary-color); */
  /* height: 5.75rem; */
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.scroll {
  position: fixed;
  top: 0;
  left: 0;
  background: #222222;
  transition: all 0.5s ease;
}

.top2 .wh {
  max-width: 100%;
  /* padding: 0 1.25rem; */
  padding-left: 5rem;
  padding-right: 7rem;
  margin: auto 5rem;
  /* height: 5.75rem; */
}

.top3 {
  height: 5rem;
  background: rgba(34, 34, 34, 0.3);
  /* margin: 1.3rem 0; */
}

.scroll .top3 {
  background: #222222;
}

.top3_left {
  display: flex;
  column-gap: 2rem;
}

.logo {
  width: 80px;
  overflow: hidden;
}

.logo img {
  width: 100%;
}






/*热门搜索*/
.sou {
  margin: 15px 0;
}

.hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #0d0d0d;
  font-size: 14px;
}

.hotSearch a {
  margin-right: 6px;
  color: #0d0d0d;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}



/* 导航样式 */
.nnav {
  width: 80%;
}

.x-menu {
  width: 100%;
}

.x-menu>li {
  position: relative;
  text-align: center;
}

.x-menu>li>a {
  display: block;
  min-width: 3rem;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 5rem;
}

.x-menu>li:hover>a {
  color: #ffffff;
}

.x-menu>li.active>a {
  color: #ffffff;
}



.x-menu>li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translateY(-50%, 0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  min-width: 150%;
  left: 50%;
  top: 100%;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu>li>a {
  display: block;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0 10px;
}

.x-sub-menu>li>a:hover {
  background: #e9eaeb;
}

.x-menu li.lastli {
  /* width: 21px; */
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.85rem;
}

.x-banner .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-size: cover;
	  background-position: center; */
  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;
  color: #fff;
}

.x-banner .swiper-slide {
  overflow: hidden;
}

.x-banner img {
  width: 100%;
}

.x-banner .swiper_pagination {
  position: absolute;
  right: 10.5rem;
  bottom: 2.05rem;
  z-index: 2;
}

/* .prev_left,
.prev_next {
  width: 2.5rem;
  height: 2.5rem;
} */
.x-banner-btn {
  position: absolute;
  right: 10.5rem;
  bottom: 40px;
}

.x-banner .swiper-button-prev {
  position: absolute;
  bottom: 0;
  left: -4rem;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  z-index: 999;
  background: url(../images/you.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  top: auto;
  margin-right: 30px;
}

.x-banner .swiper-button-prev:hover {
  background: url(../images/zuo.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
}

.x-banner .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  z-index: 999;
  background: url(../images/you.png) no-repeat;
  background-size: 100% 100%;
  top: auto;
}

.x-banner .swiper-button-next:hover {
  background: url(../images/zuo.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}

.x-banner .swiper-button-next::after,
.x-banner .swiper-button-prev::after {
  content: "" !important;
}

.prev_left {
  background: url(../images/zuo.png) no-repeat center;
}

.prev_next {
  background: url(../images/you.png) no-repeat center;
}

.dianhua_tel {
  display: inline-block;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.dianhua_tel_title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dianhua_tel_title span {
  font-size: 17px;
  color: #343636;
}

/*video click*/
.video_click {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}

.video_click:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/videoclick.png") no-repeat center;
}

.cboxOverlay {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.colorbox {
  position: fixed;
  width: 90%;
  height: 80%;
  top: 10%;
  left: 5%;
  background: #ffffff;
  z-index: 100002;
  display: none;
}

.colse_click {
  position: absolute;
  top: -30px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("../images/closeVideo.png") no-repeat center;
  cursor: pointer;
}

.colorbox .video,
.colorbox .video video {
  width: 100%;
  height: 100%;
}

/* about */
.ab-bg {
  background: url(../images/ab_bj.png) no-repeat center;
  background-size: cover;
  padding-top: 44px;
  padding-bottom: 3rem;
  margin-top: 5rem;
}

.ab-index {
  align-items: center;
}

.abl {
  width: 49.11%;
}

.ab-bg .at h2,
.ab-bg .at h3 {
  color: #ffffff;
}

.at {
  position: relative;
  text-align: left;
}

/* .at::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(//cdn.myxypt.com/45efcd51/23/09/5b67385f6da3dd37065cf620e5129a0f8dc11010.png) no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
} */
.at h2 {
  font-weight: normal;
  font-size: 24px;
  color: #0AB3F0;
}

.at h3 {
  font-weight: bold;
  font-size: 3.1rem;
  color: #333333;
  margin: 1.7rem 0 1.8rem;
}

.at h3 b {
  color: var(--primary-color);
}

.at h4 {
  font-weight: 400;
  font-size: 20px;
  color: #707070;
}

.at p {
    font-weight: 400;
  font-size: 20px;
  color: #707070;
}

.at h5 {
  width: 90px;
  height: 5px;
  background: var(--primary-color);
}

.aw {}

.aw p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: justify;
}

.aw p:first-child {
  margin-bottom: 1.5rem;
}

.amore {
  width: 234px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0AB3F0;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 36px 36px 36px 36px;
  margin-top: 2.6vw;
}

.amore a {
  color: #fff !important;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}

.amore a img {
  margin-left: 15px;
}

.abr {
  position: relative;
  width: 47.75%;
}


/* 
.abr::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url(//cdn.myxypt.com/45efcd51/23/09/86f53f0bbbc1ebb9331c08d6752b15ea63a58823.png) no-repeat top center;
  background-size: 100% 100%;
  width: 58px;
  height: 376px;
} */

.abr img {
  max-width: 100%;
}

@media(max-width: 1300px) {
  .at h3 {
    font-size: 40px;
  }

  .at h4, .at p {
    font-size: 20px;
  }

  .nlist li .num1 {
    font-size: 48px;
  }
}

@media(max-width: 1024px) {
  .aw p {
    font-size: 15px;
  }

  .ab-index {
    align-items: center;
  }

  .abr img {}

  .abr::before {
    width: 240px;
    height: 330px;
  }

  .abr::after {
    width: 29px;
    height: 176px;
  }
}

@media(max-width: 767px) {
  .ab-bg {
    padding: 40px 0;
  }

  .ab-index {
    flex-wrap: wrap;
  }

  .abl {
    width: 100%;
  }

  .at::before {
    width: 40px;
    height: 40px;
  }

  .at h3 {
    font-size: 24px;
  }

  .at h4, .at p {
    font-size: 14px;
    padding: 10px 0;
  }

  .amore {
    height: 45px;
  }

  .amore a {
    font-size: 14px;
    line-height: 45px;
  }

  .abr {
    width: 100%;
    margin-top: 20px;
  }

  .abr::before {
    width: 100%;
    height: 100%;
  }

  .abr img {
    padding: 15px;
  }
}


.product_list1 {
  margin-top: 38px;
}

.product_list1 li {
  float: left;
  margin-right: 57px;
  margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
  margin-right: 0;
}

.product_list1 li img {
  width: 257px;
  height: 293px;
}

.product_list1 li h3 {
  text-align: center;
  font-weight: normal;
  color: #3f3f3f;
  font-size: 20px;
}


/*主体样式*/
.bxs {
  overflow: hidden;
}

.box1 {
  background: #f8f8f8;
  padding: 3vw 0 2.2vw;
}

.bt {
  text-align: center;
  color: var(--primary-color);
  font-size: 41px;
}

.prod1 {
  margin-top: 3vw;
}

.prod1 li {
  width: 23%;
  text-align: center;
  margin-bottom: 2.3vw;
}

.prod1 li .img {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.prod1 li img {
  display: block;
  width: 100%;
}

.prod1 li h3 {
  color: #333333;
  font-size: 14px;
  line-height: 3.8;
  background: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 3px;
}

.prod1 li:hover h3 {
  background: var(--primary-color);
  color: #fff;
}



/* 产品优势 */
.ys {
  padding: 3rem 0 4.8rem;
}

.ys .title h3 {
  color: #fff;
}

.ys .title p {
  color: #fff;
}

.ys .title h3::before {
  display: none;
}

.ys .title h3::after {
  display: none;
}

.ys-list {
  /* margin-top: 50px; */
  background: linear-gradient(270deg, #0AB3F0 0%, #0561BE 100%);
  padding: 6rem 0 4.8rem;
  margin-top: 34px;
}

.ys-list ul {
  grid-row-gap: 1.5rem;
  grid-column-gap: 16px;
}

.ys-list ul li {
  background-color: #fff;
  /* width: 23.65%; */
  min-height: 30.1rem;
  cursor: pointer;
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  overflow: hidden;
  transition: all .5s ease;
}

.ys-list ul li:first-child {}

.ys-list ul li .ys-img {
  overflow: hidden;
  margin: 1.3rem;
  border-radius: 15px;
  overflow: hidden;
}

.ys-list ul li .ys-img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.ys-list ul li .ys-text {
  padding: 1.3rem;
  padding-top: 0;
}

.ys-list ul li .ys-text .line {
  display: block;
  width: 40px;
  height: 3px;
  background: #394A4C;
  border-radius: 0px 0px 0px 0px;
  margin: 1rem 0 .8rem;
}

.ys-list ul li .tt {
  font-size: 26px;
  color: #333333;
  font-style: normal;
  line-height: 1;
  margin: 1rem 0;
}

.ys-list ul li .text b {
  margin-bottom: 1rem;
}

.ys-list ul li .ys-text h3 {
  font-weight: bold;
  font-size: 20px;
  color: #394A4C;
  transition: all .5s ease;
}

.ys-list ul li .ys-text .ckgd {
  width: 160px;
  height: 46px;
  background: #0361BF;
  border-radius: 23px;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.9rem;
}

.ys-list ul li .ys-text .text {
  font-weight: 500;
  font-size: 14px;
  color: #394A4C;
}

.ys-list ul li:hover {
  transform: translateY(-1rem) !important;
}

.ys-list ul li:hover .ys-text h3 {
  color: #0AB3F0;
}

.ys-list ul li:hover .ys-text .ckgd,
.ys-list ul li:hover .ys-text .line {
  background: #0AB3F0;
  color: #ffffff;
}

@media (max-width:992px) {
  .ys-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .ys-list ul li {
    margin: 0;
    height: auto;
  }
}

/* 畅销产品 */
.Best_Products_list .ys-text h3 {
  font-weight: bold;
  font-size: 20px;
  color: #394A4C;
  margin-top: 1rem;
}
.Best_Products_list ul {
    grid-row-gap: 30px;
}
.Best_Products_list .ys-text .ckgd {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #CCCCCC;
  margin-top: 1.5rem;
}

.Best_Products_list .ys-img {
  border-radius: 15px;
  overflow: hidden;
}

.Best_Products_list .ys-img img {
  width: 100%;
}

.Best_Products_list li:hover .ckgd {
  color: var(--primary-color);
}

@media (max-width:992px) {
  .Best_Products_list .mdy_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .Best_Products_list .ys-text h3 {
    /*font-size: 100%;*/
    font-size: 15px;
  }
}

/*应用领域*/
.box2 {
  padding: 5rem 0;
}

.box2 .at h3 {
  margin-bottom: 2.7rem;
}

.box2_con {
  background-image: url(../images/lingyu/1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .3s ease;
}

.box2_con ul {
  max-width: max-content;
}

.box2_con li {
  background: rgba(0, 0, 0, .5);
  padding: .65rem;
  transition: all .3s ease;
}

.box2_con li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.box2_con li img {
  width: 72px;
  margin-right: .5rem;
}

.box2_con li a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}

.box2_con .on {
  background: #0AB3F0;
}

/* 材料优势 */
.Advantages_con {
  margin-top: 34px;
}

.Advantages_con li {
    min-height: 21.5rem;
  position: relative;
  background: #DEE7EE;
  border-radius: 23px;
  padding: 1.9rem 1.7rem 2.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s ease;
}

.Advantages_con li .img {
  width: 64px;
}

.Advantages_con li .img img {
  width: 100%;
}

.Advantages_con li h3 {
  font-weight: 400;
  font-size: 1.2rem;
  color: #111111;
  margin: 1rem 0;
}

.Advantages_con li p {
  font-weight: normal;
  font-size: 16px;
  color: #444444;
}

.Advantages_con li span {
  font-weight: bold;
  font-size: 4rem;
  color: #FFFFFF;
  position: absolute;
  bottom: -9%;
  line-height: 1;
}

.Advantages_con li:hover {
  background: var(--primary-color);
}

.Advantages_con li:hover .img img {
  filter: brightness(0) invert(1);
}

.Advantages_con li:hover h3,
.Advantages_con li:hover p {
  color: #fff;
}

.Advantages_con li:hover span {
  color: #0AB3F0;
}

@media (max-width: 1200px) {
  .Advantages_con ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .Advantages_con ul {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .Advantages_con li {
      min-height: auto;
  }

  .Advantages_con li h3 {
    font-size: 24px;
  }
  
}

/* 4大优势 */
.box3 {
  background: var(--primary-color) url(../images/you_bj.png) no-repeat center;
  background-size: cover;
  padding: 5rem 0;
}

.box3 .at h3 {
  color: #ffffff;
}


.yous .shunxu .p1 {}

.yous .shunxu .p2 {}

.yous .yscont {}

.yous .yscont .p1 {}

.yous .yscont .p2 {}

.yous {}

.yous .ads {
  background: rgba(255, 255, 255, .6);
  border-radius: 23px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all.5s ease;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

.yous .ads img {
  width: 44px;
}

.yous .ads h3 {
  font-weight: 400;
  font-size: 20px;
  color: #11110F;
  margin: 1rem 0;
}

.yous .ads p {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  text-align: left;
}

.yous .ads:hover {
  background: #0AB3F0;
}

.yous .ads:hover img {
  filter: brightness(0) invert(1);
}

.yous .ads:hover h3,
.yous .ads:hover p {
  color: #fff;
}

@media (max-width: 1200px) {
  .yous {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 990px) {
  .yous {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}



/*资质*/
.box4 {
  background: #FFFFFF;
  padding: 3rem 0 5rem;
}


.hy {
  position: relative;
}

.hy .mySwiper2 {
  overflow: hidden;
  /*padding-top: 0;*/
  padding-bottom: 0;
}

.hy .mySwiper2 .swiper-button-next,
.hy .mySwiper2 .swiper-button-prev {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: url(../images/zuo.png) no-repeat center;
  /* background-size: 100%; */
}

.hy .mySwiper2 .swiper-button-next {
  background: url(../images/you.png) no-repeat center;
  /* background-size: 100%; */
}

.hy .mySwiper2 .swiper-button-next:after,
.hy .mySwiper2 .swiper-button-prev:after {
  display: none;
}

.hy .swiper-slide {
  width: 428px;
  text-align: center;
}

.hy .swiper-slide .img {
  overflow: hidden;
}

.hy .swiper-slide .img img {
  width: 100%;
  display: block;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.hy .swiper-slide .mask {
  width: 100%;
  height: 100%;
}

.hy .swiper-slide .nr {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.hy .swiper-slide .wz {
  color: #333333;
  font-size: 18px;
  margin-top: 2vw;
}

.hy .swiper-slide:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.hy .swiper-slide:hover .mask {
  /* opacity: 1; */
}

/* 新闻 */
.tt11 {
  margin-top: 34px;
}

.news-index {
  padding: 60px 0 5rem;
}

.news-index1 {
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  align-items: center;
}

.nsort {
  width: 80%;
  justify-content: flex-start;
}

.nsort li {
  background: #fff;
  width: 174px;
  height: 54px;
  border-radius: 40px;

}

.nsort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.nsort li.cur {
  background: var(--primary-color);
  box-shadow: 0px 14px 14px 1px rgba(2, 56, 148, 0.2);
}

.nsort li.cur a {
  color: #fff;
}

.nmore a {
  display: block;
  color: #999999;
  font-size: 16px;
}

.news-wrap {
  margin-top: 3.22916666666667vw;
}

.newsl {
  width: 46.92%;
}

.newslist1 li .img1 img {
  width: 100%;
}

.newslist1 li .wz {
  padding-left: 95px;
  position: relative;
}

.newslist1 li .wz::before {
  content: '';
  position: absolute;
  left: 56px;
  top: -56px;
  width: 8px;
  height: 138px;
  background: var(--primary-color);
}

.newslist1 li .wz .wz1 {
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  padding-top: 1.3vw;
}

.newslist1 li .wz .wz2 {
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.78125vw;
}

.newslist1 li .wz .wz3 {
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 1vw;
}

.newslist1 li:hover .wz .wz2 {
  color: var(--primary-color);
}

.newsr {
  width: 100%;
}

.newslist2 .img {
  max-width: 262px;
  border-radius: 6px;
}

.newslist2 .img img {
  width: 100%;
}

.newslist2 li {
  padding: 4.5rem 1.75rem;
  background: #DEE7EE;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.newslist2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.newslist2 li a .date {
  display: flex;
  align-items: center;
}

.newslist2 li a .date .d1 {
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
}

.newslist2 li a .date .d2 {
  color: #666666;
  font-size: 16px;
  margin-left: 6px;
}

.newslist2 li a .wz {
  width: calc(100% - 20%);
}

.newslist2 li a .wz .wz1 {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 15px 0 24px;
}

.newslist2 li a .wz .wz2 {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newslist2 li:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(3, 97, 191, 0.4);
}

@media(max-width: 1300px) {
  .newslist2 li a .date .d1 {
    font-size: 50px;
  }
}

@media(max-width: 1024px) {
  .newslist1 li .wz .wz2 {
    font-size: 18px;
  }

  .newslist2 li a .wz .wz1 {
    font-size: 18px;
  }
}
@media(max-width: 992px) {
  .newslist2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .newslist2 li a {
    flex-wrap: wrap;
  }
  .newslist2 .img {
    max-width: 100%;
  }
}
@media(max-width: 767px) {
  .news-index {
    /* margin-top: 40px;
    margin-bottom: 40px; */
  }

  .news-index1 {
    margin-top: 20px;
  }

  .nsort {
    width: 100%;
  }

  .nsort li {
    width: 33%;
    height: 35px;
  }

  .nsort li a {
    font-size: 14px;
    line-height: 35px;
  }

  .nmore a {
    display: none;
  }

  .news-wrap {
    flex-wrap: wrap;
  }

  .newsl {
    width: 100%;
  }

  .newslist1 li .wz::before {
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }

  .newslist1 li .wz {
    padding-left: 20px;
  }

  .newslist1 li .wz .wz2 {
    font-size: 16px;
  }

  .newslist1 li .wz .wz3 {
    font-size: 14px;
  }

  .newsr {
    width: 100%;
    margin-top: 20px;
  }

  .newslist2 li a .date .d1 {
    font-size: 30px;
  }

  .newslist2 li a .date .d2 {
    font-size: 14px;
  }

  .newslist2 li a .wz .wz1 {
    font-size: 16px;
  }

  .newslist2 li a .wz .wz2 {
    font-size: 14px;
  }
}



/*关于我们*/
.box5 {
  /*background: url(../images/foot_bg.jpg) no-repeat;*/
  /*background-size: cover;*/
  /*padding-top: 4.05rem;*/
}

.cpname {
  color: #fff;
  font-size: 41px;
  text-align: center;
}

.about {
  width: 86%;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  margin-top: 2.8vw;
  text-align: center;
}

.logoLi {
  margin-top: -8.5rem;
}

.logoLi img {
  width: 100%;
}

.alogo {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.alogo_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8rem !important;
}

.alogo img {
  max-width: 100%;
}




/*页面底部*/
.foot {
  background: linear-gradient(270deg, #0AB3F0 0%, #0561BE 100%);
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot .cont1 {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 3.6rem;
  border-bottom: 1px solid #ffffff;
}

.fadd {
  gap: 2rem;
}
.fadd li .img {
  width: 112px;
  margin-bottom: 1.5rem;
}
.fadd li .img img {
  width: 100%;
}
.fadd li .wz {
  font-size: 16px;
}
.fadd .Links dt {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.8rem;
}
.fadd .Links dd {
  font-size: 16px;
}
.fadd .Links dd:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fadd li p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.fadd li .wz {
  margin-left: 10px;
}

.fadd li h3 {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fadd li h2 {
  font-size: 20px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  margin-top: 5px;
}

@media (max-width: 1500px) {
  .fadd li {
    flex: 1;
  }
}
.bq {
  padding: 22px 0;
  text-align: center;
}

.cop {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 24px;
}

.cop a {
  color: rgba(255, 255, 255, .8);
}

.footer33 {
  height: 50px;
}







@media (max-width:1440px) {
  .yin {
    padding-bottom: 5vw;
  }
}


@media (max-width:1024px) {
  .bt {
    font-size: 32px;
  }

  .yin .swiper-slide h2 {
    font-size: 18px;
  }

  .yin .swiper-slide h3 {
    font-size: 18px;
  }

  .yin {
    padding-bottom: 6.2vw;
  }

  .yin .swiper-slide .img2 {
    width: 30%;
    margin: 0 auto;
  }

  .yadd li h2 {
    font-size: 25px;
    width: 60px;
    line-height: 60px;
  }

  .yadd li h3 {
    font-size: 22px;
  }

  .yadd li h5 {
    font-size: 14px;
  }

  .yadd li h4 {
    width: 30px;
    height: 2px;
  }

  .xw1 li h5 {
    font-size: 20px;
  }

  .xw1 li h2 {
    font-size: 22px;
  }

  .xw2 li h3 {
    font-size: 18px;
  }

  .xw2 li h2 {
    font-size: 18px;
  }

  .xw2 li h5 {
    margin-right: 12px;
  }

  .cpname {
    font-size: 32px;
  }

  .about {
    width: 100%;
    font-size: 14px;
  }

  .fadd li h3 {
    font-size: 14px;
  }

  .fadd li h2 {
    font-size: 16px;
  }

  .cop {
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 992px) {
  .fadd li {
    flex: auto !important;
  }
}

@media (max-width: 768px) {
  .x-banner {
    margin-top: 60px;
  }

  .page-banner {
    margin-top: 60px;
  }

  .xypg-right-content p img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  .prod1 li h3 {
    line-height: 3;
  }

  .box1 {
    padding: 5vw 0;
  }

  .prod1 {
    margin-top: 5vw;
  }

  .box2 {
    padding: 5vw 0;
  }

  .yin {
    margin-top: 5vw;
    padding-bottom: 55px;
  }

  .box3 {
    padding: 5vw 0;
  }

  .yadd {
    margin-top: 5vw;
  }

  .yadd li {
    width: 49%;
  }

  .yadd li:nth-child(n+3) {
    margin-top: 15px;
  }

  .yadd li h3 {
    margin-top: 4.2vw;
  }

  .yadd li h5 {
    margin: 3.5vw auto 5vw;
  }

  .box4 {
    /* margin: 5vw 0; */
  }

  .box4 .cont {
    margin-top: 5vw;
  }

  .box5 {
    padding-top: 6vw;
  }

  .alogo {
    width: 25%;
  }

  .fadd li {
    width: 100%;
    margin: 1rem 0;
    justify-content: left;
  }

  .fadd li:nth-child(n+3) {
    margin-top: 10px;
  }

  .logoLi {
    flex: auto;
    position: absolute;
    top: -80px;
    left: 0;
  }

  .foot .cont1 {
    padding: 4vw 0;
  }
}


@media (max-width:425px) {
  .bt {
    font-size: 25px;
  }

  .prod1 li {
    width: 48%;
  }

  .yin .swiper-slide h2 {
    font-size: 15px;
  }

  .yin .swiper-slide h3 {
    font-size: 15px;
  }

  .yin .swiper-slide .det2 {
    bottom: 25px;
  }

  .yadd li h2 {
    font-size: 18px;
    width: 42px;
    line-height: 42px;
  }

  .yadd li h3 {
    font-size: 18px;
  }

  .yadd li h5 {
    font-size: 12px;
    line-height: 24px;
  }

  .yadd li h4 {
    width: 25px;
    height: 2px;
    margin-top: 10px;
  }

  .xw1 {
    width: 100%;
  }

  .xw2 {
    width: 100%;
    margin-top: 20px;
  }

  .xw1 li h5 {
    font-size: 17px;
  }

  .xw1 li h2 {
    font-size: 17px;
    margin: 15px 0;
  }

  .xw2 li h3 {
    font-size: 15px;
    width: 100%;
  }

  .xw2 li h2 {
    font-size: 15px;
    width: 100%;
  }

  .xw1 li .nmo {
    font-size: 14px;
    width: 100px;
    line-height: 32px;
  }

  .xw2 li h2 {
    display: none;
  }

  .xw2 li h5 {
    display: none;
  }

  .xw2 li h4 {
    width: 100%;
  }

  .cpname {
    font-size: 25px;
  }

  .about {
    line-height: 25px;
    margin-top: 5.5vw;
  }

  .alogo {
    width: 30%;
  }

  .foot .cont1 {
    padding: 25px 0;
  }

  .fadd li {
    width: 100%;
  }

  .fadd li:nth-child(n+2) {
    margin-top: 10px;
  }
}




/*内页左侧样式*/
.page-product-inquiry a {
  color: #fff;
}


.xymob-left-close-btn .icon-close:before {
  font-size: 0;
}