/*初始化样式*/
:root {
  --blue: #1b2751;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
}

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

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


input {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}

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

p {
  margin: 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;
}


.wh1720 {
  max-width: 1920px;
  margin: 0 auto;

}
.wh17200 {
  max-width: 1720px;
  margin: 0 auto;

}
.wh1720_nav {
  padding: 0 140px;
  background: url(./head/nav_bj.png) no-repeat;
  background-size: 100% 100%;
}

.wh {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.wh_news {
  padding-top: 100px;
}
.wh_foot {
  padding: 12vh 0;
}
@media (min-width: 767px) {
  .wh_foot {
    display: flex;
    justify-content: space-between;
  }
}
.bxs {
  overflow: hidden;
  padding: 4.37vw 0;
}


.com-img {
  overflow: hidden;
}

.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.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}


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

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





/*头部样式*/
.top2 {
  height: 110px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}

.logo {
  float: left;
  line-height: 110px;
  width: 20%;
}

.logo img {
  width: 100%;
}

.k2 {
  color: #fff;
  line-height: 110px;
  font-size: 17px;
  font-weight: bold;
}


/* bannrer */
.bans {
  position: relative;
}

.bans .mySwiperba {
  overflow: hidden;
}

.bans .swiper-slide img {
  width: 100%;
  display: block;
}

.bans .swiper-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9999;
  bottom: 6.3%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.bans .sort1 {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 9999;
  bottom: 5%;
}

.bans .sort1 li {
  width: 50px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  display: inline-block;
}

.bans .sort1 li.on {
  opacity: 1;
}



/*关于我们*/
.box11 {
  padding: 4.37vw 0 4vw;
}
.bg2 {
    background: url(./third/bj.png) no-repeat;
    background-size: 100% 100%;
}

.abz {
  margin-left: 8.95%;
  width: 34.71%;
}

.bt h2 {
  color: #a60800;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 230px;
  border-bottom: 1px solid #a60800;
  padding-bottom: 10px;
}

.bt h3 {
  color: var(--blue);
  font-size: 36px;
  font-weight: bold;
  margin-top: 1.2vw;
}

.ab {
  color: #999999;
  font-size: 16px;
  margin: 1.2333vw 0 1.67vw;
  line-height: 32px;
}

.abwz2 {
  color: rgb(27, 39, 81);
  font-size: 14px;
  line-height: 46px;
}

.abwz2 p {
  background: url(./third/true.png) no-repeat left center;
  padding-left: 30px;
}

.apic {
  width: 50.93%;
  position: relative;
}

.apic img {
  width: 80%;
  display: block;
}

.imgwz {
  width: 23%;
  height: 50.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(42, 42, 34, .6);
  color: #fff;
  font-size: 100px;
  font-family: "Impact";
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.imgwz:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #dd4554;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.hz {
  margin-top: 4.2vw;
}

.hz li {
  width: 14%;
  box-shadow: 0 0 15px #eee;
}

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




.box2 {
  background: url(./four/di.png) no-repeat center top;
  padding-top: 4.37vw;
}

.ycont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.ycont .bt h2 {
  color: #fff;
  border-color: #fff;
}

.ycont .bt h3 {
  color: #fff;
}

.anj {
  width: 120px;
}

.anj .swiper-button-prev {
  width: 57px;
  height: 57px;
  opacity: 1;
  z-index: 999;
  background: url(./four/left.png) no-repeat;
  background-size: 100% 100%;
  position: static;
  margin-top: 0;
}

.anj .swiper-button-next {
  width: 57px;
  height: 57px;
  opacity: 1;
  z-index: 999;
  background: url(./four/right.png) no-repeat;
  background-size: 100% 100%;
  position: static;
  margin-top: 0;
}

.anj .swiper-button-prev:hover {
  background: url(./four/left-hover.png) no-repeat;
  background-size: 100% 100%;
}

.anj .swiper-button-next:hover {
  background: url(./four/right-hover.png) no-repeat;
  background-size: 100% 100%;
}

.yous {
  width: 100%;
  margin-top: 2.5vw;
}

.yous .mySwiperys {
  overflow: hidden;
}

.yous .swiper-slide {
  width: 1052px;
}

.yous .swiper-slide .img img {
  width: 100%;
  display: block;
}

.yous .swiper-slide a {
  position: relative;
}

.yous .swiper-slide .mask {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
}

.yous .swiper-slide .mask:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #dd4554;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.yous .swiper-slide .det {
  width: 92%;
  margin: 0 auto;
  padding: 25px 0 22px;
}

.yous .swiper-slide .wz1 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.yous .swiper-slide .wz1 span {
  position: relative;
}

.yous .swiper-slide .wz1 span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  transition: all 0.8s;
}

.yous .swiper-slide .wz2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.yous .swiper-slide .wz1:hover span:before {
  width: 100%;
}



.box3 {
  padding: 6vw 0 3vw;
}

.scont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

a.cm {
  display: block;
  background-color: rgb(242, 245, 247);
  width: 215px;
  line-height: 57px;
  text-align: center;
  color: rgb(27, 39, 81);
  font-size: 16px;
}

a.cm img {
  margin-left: 65px;
  vertical-align: -1px;
}

.anwz {
  width: 57%;
  color: #999999;
  font-size: 14px;
  line-height: 32px;
  margin: 2vw 0;
}

.alli {
  position: relative;
}

.alli .mySwiper2 {
  overflow: hidden;
}

.alli .swiper-slide {
  position: relative;
}

.alli .swiper-slide .img img {
  width: 100%;
  display: block;
}

.alli .swiper-slide .det {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
}

.alli .swiper-slide .nr {
  width: 88%;
  margin: 0 auto;
  padding: 18px 0;
}

.alli .swiper-slide .wz {
  color: #fff;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  width: 76%;
}



.box4 {
  background: url(./second/bj.png) no-repeat center top;
  /*padding-top: 4.37vw;*/
  Padding: 4.3vw 0 5.7vw;
}

.pcont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.pcont .bt h2 {
  color: #fff;
  border-color: #fff;
}

.pcont .bt h3 {
  color: #fff;
}

.psort li {
  width: 226px;
}

.psort li a {
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.prod1 {
  margin-top: 2.3vw;
}

.prod1 li {
  width: 31.5%;
  position: relative;
  margin-bottom: 2vw;
}
.prod1 li .img img {
  width: 100%;
  display: block;
}

.prod1 li .mask {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.prod1 li .nr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.prod1 li .tu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.prod1 li .tu .aa {
  margin: 0 2px;
}

.prod1 li .wz {
  width: 90%;
  color: rgb(27, 39, 81);
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1.68vw;
  text-align: center;
}

.prod1 li:hover .mask {
  opacity: 1;
}


.box5 {
  background: url(./six/newBJ.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 0 4vw;
}

a.cm2 {
  background-color: #fff;
}

.xcont {
  margin-top: 2.5vw;
}

.xw1 {
  width: 48.58%;
  background: #fff;
}

.xw1 li .img img {
  width: 100%;
  display: block;
  object-fit: none;
}

.xw1 li .det {
  width: 80%;
  margin: 0 auto;
  /* padding: 10% 0; */
}

.xw1 li .wz1 {
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.xw1 li .wz1 span {
  color: #dd4454;
}

.xw1 li .wz2 {
  color: var(--blue);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1vw 0;
}

.xw1 li .wz3 {
  color: #999999;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  height: 142px;
}

.xw2 {
  width: 48.58%;
}

.xw2 li {
  background: #fff;
}

.xw2 li .img {
  width: 48%;
}

.xw2 li .img img {
  width: 100%;
  display: block;
  object-fit: none;
}

.xw2 li .det {
  width: 52%;
  margin: 0 auto;
  padding: 4% 5%;
}

.xw2 li .wz1 {
  color: #999999;
  font-size: 12px;
  text-align: center;
}

.xw2 li .wz1 span {
  color: #dd4454;
}

.xw2 li .wz2 {
  color: var(--blue);
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 1vw 0;
}

.xw2 li .wz3 {
  color: #999999;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  height: 96px;
}

.xw2 li+li {
  margin-top: 1.4vw;
}






/*页面底部*/
.foot {
  background: var(--blue);
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot1 {
  width: 33.58%;
  /* padding: 7vw 0; */
}

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

.copyright {
  font-size: 14px;
  line-height: 30px;
  margin: 1.541vw 0;
}


/* 友情链接 */
.c-link {
  font-size: 14px;
  color: #333;
  ;
}

.c-link .con {
  position: relative;
  width: 192px;
}

.c-link span {
  cursor: pointer;
  display: block;
  color: #fff;
  font-size: 14px;
  width: 100%;
  line-height: 42px;
  border: 1px solid #fff;
  padding-left: 10px;
  background: url(./footer/right.png) no-repeat 95% center;
}

.c-link .sec {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(255, 255, 255, .6);
  padding: 10px;
  min-width: 192px;
  z-index: 999;
}

.c-link a {
  color: #333;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

.foot2 {
  /* background: #fff; */
  width: 27.25%;
  /* border-top: 2px solid #dd4454; */
  /* margin-top: -130px; */
}
.foot2 ul li :hover{
    color: #737eaa;
}
.foot2 ul li:first-child a{
  font-size: 22px;
}
.foot2 ul {
  column-count: 2;
}
.foot2_center {
  font-size: 16px;
  text-align: left;
  line-height: 40px;
}
.lybt {
  color: rgb(27, 39, 81);
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  height: 130px;
  padding-top: 56px;
}


.fadd {
  width: 26.92%;
  /* padding: 7vw 0; */
  margin:0  2.42%;
}

.fadd li .img {
  width: 41px;
}

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

.fadd li .wz1 {
  width: calc(100% - 60px);
  font-size: 16px;
  line-height: 34px;
  border-bottom: 2px solid #fff;
  padding-bottom: 19px;
}

.fadd li+li {
  margin-top: 19px;
}


.k2_left{
  margin-left: 8%;
}

/*内页左侧样式*/
.page-product-inquiry a {
  color: #fff;
}
@media (max-width:1760px) {
  .k2_left{
    margin-left: 6%;
  }
}
@media (max-width:1580px) {
  .k2_left{
    margin-left: 4%;
  }
}

@media (max-width:1440px) {
  .abz {
    margin-left: 3%;
    width: 40%;
  }

  .lybt {
    height: 100px;
    padding-top: 33px;
  }
  .k2_left {
    margin-left: 0;
  }
  .k2 {
    font-size: 14px;
  }
  .yous .swiper-slide {
    width: 800px;
  }
}


@media (max-width:1024px) {
  .x-menu>li>a {
    font-size: 14px;
  }

  .k2 {
    font-size: 18px;
  }

  .nnav {
    width: 56%;
  }

  .bans .sort1 {
    bottom: 4%;
  }

  .bans .sort1 li {
    width: 35px;
    height: 2px;
  }

  .bt h2 {
    width: 200px;
  }

  .bt h3 {
    font-size: 26px;
  }

  .ab {
    font-size: 14px;
    line-height: 25px;
  }

  .abwz2 {
    line-height: 30px;
  }

  .abwz2 p {
    background: url(./third/true.png) no-repeat left 11px;
    ;
    padding-left: 22px;
  }

  .imgwz {
    font-size: 60px;
    width: 23%;
    height: 50%;
  }

  .yous .swiper-slide {
    width: 500px;
  }

  .anj {
    width: 100px;
  }

  .anj .swiper-button-prev,
  .anj .swiper-button-next {
    width: 48px;
    height: 48px;
  }

  .yous .swiper-slide .wz1 {
    font-size: 18px;
  }

  a.cm {
    width: 150px;
    line-height: 40px;
    font-size: 14px;
  }

  a.cm img {
    margin-left: 30px;
  }

  .anwz {
    line-height: 25px;
  }

  .alli .swiper-slide .wz {
    font-size: 16px;
  }

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

  .prod1 li .tu .aa {
    width: 40px;
    height: 40px;
  }

  .prod1 li .tu .aa img {
    width: 100%;
  }

  .xw1 li .wz2 {
    font-size: 16px;
  }
  .cont1 {
    padding: 0 20px;
  }
  .xw1 li .wz3 {
    font-size: 14px;
    line-height: 25px;
    height: 150px;
  }

  .xw2 li .det {
    padding: 3%;
  }

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

  .xw2 li .wz3 {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }

  .lybt {
    height: 70px;
    padding-top: 15px;
    font-size: 22px;
  }
  .wh_foot {
    padding: 3vh 0;
  }
  .wh_news {
    padding: 20px;
  }
  .foot2 {
    /* margin-top: -70px; */
  }
  .foot2 ul li:last-child a{
    padding-top: 4rem;
  }
  /* .foot2 ul li:first-child a {
    font-size: 22px;
} */
  .foot2_center {
    font-size: 12px;
    line-height: 26px;
  }
  .copyright {
    line-height: 20px;
    font-size: 10px;
  }

  .fadd li .wz1 {
    font-size: 14px;
    line-height: 13px;
  }
  .yous .swiper-slide .mask {
    position: absolute;
    width: 93%;
    /* left: 34px; */
  }
  .imgsize {
    width: 93%;
    padding-top: 10px;
  }
  .foot2 ul li:nth-child(2) {
    font-size: 10px;
  }
  .foot2 ul li:nth-child(3) {
    font-size: 10px;
  }
  .foot2 ul li:nth-child(4) {
    font-size: 10px;
  }
  .foot2 ul li:nth-child(5) {
    font-size: 10px;
  }
  .foot2 ul li:nth-child(6) {
    font-size: 10px;
  }
  .foot2 ul li:nth-child(7) {
    font-size: 10px;
  }

  
}




@media (max-width: 768px) {
  .xypg-right-content p img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }

  .lybt {
    display: none;
  }

  .foot2 {
    margin-top: 0;
    border: none;
    display: none;
  }

  .abz {
    width: 100%;
    margin-left: 0;
  }
  .fadd {
    width: 100%;
  }
  .apic {
    width: 100%;
    margin-top: 15px;
  }

  .hz li {
    width: 32%;
    margin: 5px 0;
  }

  .anwz {
    width: 100%;
  }

  .prod1 li {
    width: 49%;
  }

  .xw1 {
    width: 100%;
  }

  .xw1 li .det {
    width: 90%;
    padding: 20px 0;
  }

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

  .box5 {
    padding: 6vw 0;
  }
  .foot1 {
    padding: 0 10px;
    width: 100%;
  }
}


@media (max-width:428px) {
  .bans .swiper-pagination {
    bottom: 9%;
  }

  .box1,
  .box3,
  .box5 {
    padding: 30px 0;
  }

  .bt h3 {
    font-size: 22px;
  }

  .ab {
    margin: 15px 0;
  }

  .imgwz {
    font-size: 60px;
    width: 160px;
    height: 223px;
  }

  .box2,
  .box4 {
    padding-top: 30px;
  }

  .yous .swiper-slide {
    width: 220px;
  }

  .anj {
    width: 70px;
  }

  .anj .swiper-button-prev,
  .anj .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .yous {
    margin-top: 15px;
  }

  .yous .swiper-slide .det {
    padding: 10px 0;
  }

  .yous .swiper-slide .wz2 {
    margin-top: 2px;
  }

  .yous .swiper-slide .wz1 {
    font-size: 16px;
  }

  .yous .swiper-slide .mask:before {
    width: 8px;
    height: 8px;
  }

  a.cm {
    display: none;
  }

  .margin {
    padding: 15px 0;
  }

  .psort {
    margin: 15px 0;
  }

  .xw1 {
    margin-top: 15px;
  }

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

  .xw2 li .det {
    width: 100%;
    padding: 15px;
  }

  .foot1 {
    width: 100%;
  }

  .foot2 {
    width: 90%;
    padding-bottom: 15px;
    padding-left: 16px;
  }

  .fadd {
    width: 100%;
  }

  .copyright {
    margin: 15px 0;
  }
  .bg2 {
    background: url(./third/bj.png) no-repeat left center;
    /* background-size: 100% 100%; */
}
}