/*初始化样式*/
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, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

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: 75rem;
  margin: 0 auto;
  padding: 0 15px;
}

.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;
}



/*头部样式*/
.top2 {
  background: #ffffff;
  height: 82px;
  padding: 0 1.9rem;
  border-top: 9px solid #DC2827;
}

.top2 .wh {
  height: 73px;
}

.logo {
  width: 13.78rem;
  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;
  font-size: .9rem;
  color: #333333;
  line-height: 73px;
  font-weight: bold;
  position: relative;
}

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

.x-menu>li.active>a {
  color: #DC2827 !important;
}

.x-menu>li.active>a:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 6px;
  top: 0;
  left: 50%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 6px solid #DC2827;
  transform: translateX(-50%);
}

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

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  /*width: 150%;*/
  min-width: 150%;
  left: -25%;
  top: 100%;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  /*-webkit-transform: translateY(20px);*/
  /*transform: translateY(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;
}

.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;
}

.banner_notification {
  bottom: 1.9rem !important;
}

.banner_notification .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px !important;
}

.banner_notification .swiper-pagination-bullet-active {
  background: #DC2827;
}

.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: none;
  background: #ffffff;
  position: absolute;
  top: 100%;
  color: var(--primary-color);
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* about */
.ab-bg {
  background: url(../img/ab_bj.webp) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.64583333333333vw;
}

.abl {
  width: 47.11%;
}

.at {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .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%;
} */
.ab_indexc_item {
  position: relative;
}
.ab_indexc_item p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, .4);
}
.ab_indexc_item:hover p {
  background: rgba(220, 40, 39, 0.6);
}
.ab_indexc_item img {
  width: 100%;
}

.at h3 {
  font-size: 3rem;
  color: #222222;
  font-weight: normal;
}

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

.at h4 {
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  padding: .5rem 0 2.7rem;
}

.at h5 {
  width: 90px;
  height: 5px;
  margin: 1rem 0 3.25rem;
  background: var(--primary-color);
}

.aw {
  /* margin-top: 2vw; */
  margin-bottom: 2.3rem;
}

.aw p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}

.amore {
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: var(--primary-color);
  margin-top: 2.6vw;
}

.amore a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 16px;
  line-height: 54px;
}

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

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

.abr::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--primary-color);
  width: 19.4rem;
  height: 21rem;
  z-index: -1;
}

/* 
.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%;
  padding-right: 30px;
  padding-bottom: 30px;
}

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

  .at h4 {
    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 {
    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: #DC2827;
  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: #DC2827;
  color: #fff;
}



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

.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; */
}

.ys-list ul {
  /* display: flex; */
}

.ys-list ul li {
  display: flex;
  gap: 1.5rem;
  justify-content: space-around;
  align-items: center;
  background-color: #F3F4F8;
  cursor: pointer;
  padding: 3rem 1.5rem;
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.16);
}


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

.ys-list ul li .ys-text {
  text-align: center;
  padding: 0 15px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.ys-list ul li .ys-text_btn {
    flex-grow: 1;
}
.ys-list ul li .tt {
  font-size: 26px;
  color: #333333;
  font-style: normal;
  line-height: 1;
  margin: .5rem 0;
}

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

.ys-list ul li .ys-text .text {
  font-size: 20px;
  line-height: 25px;
  color: #666666;
}

.ys-list ul li .ys-text .text span {
  font-weight: bold;
  text-transform: uppercase;
  color: var(--primary-color);
}

.ys-list ul li:hover .ys-text h3 {
  color: #053e95;
}

.ys-text h3 {
  font-size: 24px;
  color: #222222;
}

.ys-text .text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ys-text .text a {
  padding: 5px 15px;
  border-radius: 26px;
  text-align: center;
}

.ys-text .text a:first-child {
  background-color: var(--primary-color);
  color: #fff;
  margin: 2rem 0 0.5rem;
}

.ys-text .text a:last-child {
  background-color: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.ys-list ul li:hover h3 {
  color: var(--primary-color);
}

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

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

/* hot */
.hot {
  padding-bottom: 5rem;
}
.hot .ys-list ul li {
  display: block;
  padding: 5.35rem .75rem 1.7rem .75rem;
  background: #ffffff;
  border: 1px solid #D5D5D5;
  box-shadow: none;
}

.hot .ys-list ul li:hover {
  border-color: var(--primary-color);
}

.hot .ys-text .text a:last-child {
  background-color: var(--primary-color);
  border: none;
  color: #ffffff;
  max-width: 133px;
}

.hot_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3.25rem;
}

.hot_btn p {
  margin-bottom: 17px;
  color: #888888;
  font-size: 24px;
}

.hot_btn a {
  display: block;
  width: 234px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #ffffff !important;
  font-size: 18px;
  border-radius: 27px 27px 27px 27px;
}

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

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

/* 案例 */
.case_box {
  padding: 5rem 0 3.5rem;
}
.case_list img {
  width: 100%;
}

.case_left, .case_right_img {
  position: relative;
}
.case_right {
  display: flex;
  flex-wrap: wrap;
  gap: .95rem;
}
.case_left p, .case_right_img p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.05rem;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.case_left:hover p,.case_right_img:hover p {
  background: rgba(220, 40, 39, 0.6);
  color: #ffffff;
}

.case_p {
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-bottom: 2.3rem;
}
@media (max-width: 992px) {
  .case_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 665px) {
  .n1:nth-child(2) {
    display: none;
  }

  .n {
    justify-content: center;
  }

  .n1 {
    width: 80%;
  }

  .ntop img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .title .p1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .product {
    margin-top: 36px;
  }

  .title .p2 {
    font-size: 12px;
    line-height: 15px;
  }

  .pro {
    margin-top: 20px;
  }

  .pro ul .ppp {
    background-position-y: 20px !important;
    background-size: 20% !important;
  }

  .pro ul li .ppp {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .pro ul li .tu {
    margin-bottom: 20px;
  }

  .pro ul li img {
    width: 30%;
    margin: 0 auto;
  }

  .pro ul li .ppp .p1 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .pro ul li .ppp .p2 .s2 {
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 85%;
    transition: all 0.8s;
  }

  .yous {
    margin-top: 20px;
  }

  .ys {
    margin-top: 36px;
  }

  .n1 {
    width: 95%;
  }

  .news {
    margin-top: 36px;
  }

  .n {
    margin-top: 20px;
  }

  .xwbt {
    margin-bottom: 15px;
  }

  .flink {
    line-height: 48px;
  }

  .bq {
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flink {
    display: none;
  }

  .sjj {
    display: block;
    padding: 20px 15px;
    margin-top: 20px;
    background: #ededf5;
    margin-top: 40px;
  }

}


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


.hy {
  position: relative;
}

.hy .mySwiper2 {
  overflow: hidden;
}

.hy .swiper-slide {
  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 {
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

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

.hy .swiper-slide .wz {
  color: #fff;
  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 {
  /* display: none; */
}

.news-index {
  padding: 5rem 0;
  background: #EBEBEC;
}

.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 {
}
.newslist1 li {
  
}
.newslist1 li .img1 img {
  width: 100%;
}
.newslist1 li .wz {
  margin: 0 1rem;
  background: #ffffff;
  position: relative;
  z-index: 1;
  margin-top: -1.85rem;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  /* padding: 1.4rem .9rem .8rem; */
}
.newslist1 li .wz .wzz {
  padding: 1.4rem .85rem;
}
.newslist1 li .wz1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #999999;
  padding: 1.3rem 1.6rem .8rem .9rem;
}
.newslist1 li .wz1 span {
  font-size: 16px;
  color: #111111;
}
.newslist1 li .wz2 {
  width: 13.9rem;
  font-size: 22px;
  color: #111111;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newslist1 li .line {
  width: 39px;
  height: 2px;
  background: var(--primary-color);
  margin: 1rem 0;
}
.newslist1 li .wz3 {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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



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






/*页面底部*/
.foot {
  background: #5D5D5D;
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot .cont1 {
  padding: 2.5vw 0;
  border-bottom: 1px solid #999999;
}
.fadd {
  justify-items: center;
}
.fadd li {}
.flogo {
  margin-bottom: 1rem;
}
.fadd li .wz {
  /* margin-left: 10px; */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fadd li .img {
  margin-bottom: 10px;
}
.fadd li .wz p {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
}
.fadd li h3 {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
}
.footer_nav {
  display: flex;
  gap: 3rem;
}
.footer_nav dd {
  margin-bottom: 1rem;
}
.footer_nav a {
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.8;
}
.fadd li h2 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
}


.bq {
  padding: 22px 0;
  text-align: center;
}

.cop {
  width: 100%;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

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

.footer33 {
  height: 50px;
}







@media (max-width:1440px) {
  .yin {
    padding-bottom: 5vw;
  }
}
@media (max-width:992px) {
  .yin {
    padding-bottom: 5vw;
  }
  .fadd {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@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: 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;
  }

  .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;
  color: var(--primary-color);
}


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