.x-header {
  border-top: 4px solid #c41f2a;
  padding: 0;
  padding-top: 30px;
}

p {
  margin: 0;
}

.w1200 {
  max-width: 1194px;
  margin: 0 auto;
}

.hhs_aa{
    margin-top: 3px;
     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    float: right;
}
.hhs_aa a{
    display: inline-block;
    color: #050202;
    font:500 14px/2em "微软雅黑";
    vertical-align: bottom;
}
.hhs_aa a+a{
    /*margin-left: 20px;*/
}

/**/
.title1 b {
  display: block;
  font-size: 30px;
  color: #323232;
}

.title1 p {
  font-size: 18px;
  color: #646464;
  text-transform: uppercase;
  padding: 5px 0;
}

.title1 span {
  width: 37px;
  height: 4px;
  background-color: #af0000;
  display: block;
  margin: 0 auto;
}

/**/
.box1 {
  background: #fbfbfb;
  padding: 4% 0;
}

.box1 .windows .tt1 {
  text-align: center;
}

.box1 .windows .windows-con {
  text-align: center;
  padding: 0 22px;
  margin-top: 2%;
}

.box1 .windows .windows-con p {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 36px;
}

.box1 .windows .more {
  border-width: 1px;
  border-color: #c5c5c5;
  border-style: solid;
  width: 144px;
  height: 41px;
  margin: 0 auto;
  margin-top: 3%;
}

.box1 .windows .more a {
  display: block;
  text-align: center;
  line-height: 39px;
  color: #545454;
  font-size: 14px;
}

/**/
.box2 {
  margin-top: 2%;
}

.box2 .product .pl {
  width: 40%;
  float: left;
  margin-top: 5%;
}

.box2 .product .pl .tt2 span {
  margin: initial;
}

.box2 .product .pl .p-sort {
  text-align: left;
  margin: 10% 0;
}

.box2 .product .pl .p-sort li {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.box2 .product .pl .p-sort li a {
  display: block;
  font-size: 18px;
  color: #727272;
  font-weight: bold;
  line-height: 2.5;
}

.box2 .product .pl .more {
  width: 144px;
  height: 41px;
  background: #af0000;
}

.box2 .product .pl .more a {
  display: block;
  text-align: center;
  line-height: 39px;
  color: #fff;
  font-size: 14px;
}

.box2 .product .pr {
  float: right;
  width: 60%;
}

.box2 .product .pr p img {
  max-width: 100%;
}

.p-list {
  position: relative;
}

.p-list .slick-slide {
  outline: none;
  background: #f6f6f6;
    padding: 2.8vw 0;
  position: relative;
}

.p-list .slick-slide:hover {
  background: #e7e7e7;
}

.p-list .slick-slide:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28%;
  width: 1px;
  height: 4vw;
  background: #af0000;
}

.p-list .slick-slide:hover:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 46%;
  width: 1px;
  height: 4vw;
  background: #af0000;
}

.p-list .slick-slide a {
  display: block;
  padding: 0 5%;
}

.p-list .slick-slide img {
  width: 100%;
}

.p-list .slick-arrow {
  position: absolute;
  height: 101px;
  width: 72px;
  font-size: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.p-list .slick-prev {
  background: url(../images/left.png) no-repeat center;
  left: 3%;
  width: 72px;
  height: 101px;
  top: 50%;
  margin-top: -50.5px;
}

.p-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  right: 3%;
  width: 72px;
  height: 101px;
  top: 50%;
  margin-top: -50.5px;
}

.p-list .img1 {
  float: left;
  width: 40%;
  margin-left: 20%;
}

.p-list .wz {
  float: right;
  width: 36%;
  padding-top: 6%;
}

.p-list .wz b {
  display: block;
  font-size: 24px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-list .wz .z1 {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  padding: 12px 0;
  overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}

.p-list .wz span {
  display: block;
  width: 30px;
  height: 3px;
  background: #af0000;
}

.p-list .wz .more {
  font-size: 14px;
  color: #545454;
  background: url(../images/m1.png) no-repeat 32px center;
  text-indent: 4em;
  border: 1px solid #c5c5c5;
  width: 146px;
  line-height: 40px;
  margin-top: 10%;
}

.p-list .wz .more:hover {
  background: url(../images/m2.png) no-repeat 32px center #af0000;
  border: 1px solid #af0000;
  color: #fff;
}

.p-list .slick-slide:nth-child(2n) .img1 {
  margin-left: 0;
}

.p-list .slick-slide:nth-child(2n) .wz {
  margin-right: 20%;
}

@media (max-width: 1440px) {
  .p-list .slick-slide {
    /*padding: 0.5% 0;*/
  }
}

@media (max-width: 993px) {
    .container-fluid{
            padding: 0 4%;
    }
    .box1 .windows .windows-con{
            padding: 0 10px;
    }
  .box2 .product .pl {
    float: none;
    width: 100%;
  }

  .box2 .product .pr {
    float: none;
    width: 100%;
  }
  .box2 .product .pr img{
      max-width:100%;
  }
  .p-list .slick-slide:hover::before {
    display: none;
  }

  .p-list .slick-slide .img1 {
    margin-left: 10%;
  }

  .p-list .slick-slide:nth-child(2n) .img1 {
    margin-left: 10%;
  }

  .p-list .slick-slide:nth-child(2n) .wz {
    margin-right: 10%;
  }

  .p-list .slick-slide .wz {
    margin-right: 10%;
  }
}

@media (max-width: 767px) {
  .p-list .wz {
    padding-top: 10px;
  }

  .p-list .wz b {
    font-size: 16px;
  }

  .p-list .wz .z1 {
    font-size: 13px;
  }

  .p-list .slick-prev {
    background: none;
  }

  .p-list .slick-next {
    background: none;
  }

  .p-list .slick-slide .img1 {
    margin-left: 5%;
  }

  .p-list .slick-slide:nth-child(2n) .img1 {
    margin-left: 5%;
  }
}

/**/
.box4 {
  margin: 3% 0;
  position: relative;
}

.box4 .ys-img {
  width: 40%;
  float: right;
}

.box4 .ys-img p {
  margin: 0;
}

.box4 .ys-img p img {
  max-width: 100%;
}

.box4 .ys-index .ysl {
  margin-top: 2%;
  width: 60%;
}

.box4 .ys-index .ysl .tt2 span {
  margin: initial;
}

.box4 .ys-index .ysl .con {
  margin-top: 5%;
}

.box4 .ys-index .ysl .con .ys-list li {
  float: left;
  width: 45%;
  margin-bottom: 2%;
}

.box4 .ys-index .ysl .con .ys-list li .img {
  float: left;
  width: 13%;
}

.box4 .ys-index .ysl .con .ys-list li .img img {
  max-width: 100%;
}

.box4 .ys-index .ysl .con .ys-list li .img .img2 {
  display: none;
}

.box4 .ys-index .ysl .con .ys-list li .wz {
  float: right;
  margin-left: 5%;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 3.3;
  width: 81%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box4 .ys-index .ysl .con .ys-list li:nth-child(2n) {
  float: right;
}

.box4 .ys-index .ysl .con .ys-list li:hover {
  background: #af0000;
}

.box4 .ys-index .ysl .con .ys-list li:hover .img1 {
  display: none;
}

.box4 .ys-index .ysl .con .ys-list li:hover .img2 {
  display: block;
}

.box4 .ys-index .ysl .con .ys-list li:hover .wz {
  color: #fff;
}

@media (max-width: 1024px) {
  .box4 .ys-img {
    float: none;
    width: 100%;
    text-align: center;
  }

  .box4 .ys-index .ysl {
    width: 100%;
  }
  .box4 .ys-img img{
      max-width:100%;
  }
}

@media (max-width: 767px) {
  .box4 .ys-index .ysl .con .ys-list li {
    float: none;
    width: 100%;
  }
}

/**/
.box5 {
  background: url(../images/bj1.png) no-repeat top center;
  background-size: cover;
  padding: 3% 0;
}

.box5 .case-index {
  padding: 0 5%;
}

.box5 .tt1 {
  text-align: center;
}

.box5 .case-list {
  margin-top: 5%;
}

.large-img .slick-dots {
  text-align: center;
  font-size: 0;
  z-index: 9;
  margin-top: 2%;
}

.large-img .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c41f2a;
  cursor: pointer;
}

.large-img .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.large-img .slick-dots li.slick-active {
  background: #c41f2a;
}

.large-img {
  margin: 0 auto;
  position: relative;
}

.large-img .large1 {
  position: relative;
  margin: 0 6.5%;
  margin-bottom: 8%;
}

.large-img .large1::before {
  content: "";
  background: url(../images/xian.png) no-repeat top center;
  height: 125px;
  width: 5px;
  position: absolute;
  top: 30px;
  right: -23px;
  z-index: 999;
}

.large-img a {
  display: block;
  position: relative;
}

.large-img a.img {
  display: block;
}

.large-img a.img img {
  display: block;
  width: 100%;
}

@media (max-width: 1440px) {
  .large-img .large1::before {
    top: 10px;
  }
}

@media (max-width: 1024px) {
  .large-img .large1::before {
    display: none;
  }
}

.box6 {
  margin: 3% auto;
}

.box6 .news-index .tt1 {
  text-align: center;
}

.box6 .news-index .list2 {
  margin-top: 40px;
  margin-left: -31px;
  margin-right: -31px;
}

@media (max-width: 993px) {
  .box6 .news-index .list2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.box6 .news-index .list2 li {
  float: left;
  padding: 0 31px;
  width: 33%;
}

@media (max-width: 1024px) {
  .box6 .news-index .list2 li {
    padding: 0 5px;
  }
}

@media (max-width: 993px) {
  .box6 .news-index .list2 li {
    width: 100%;
    padding: 0;
  }
}

.box6 .news-index .list2 li a {
  display: block;
}

.box6 .news-index .list2 li a:hover .zi h3 {
  color: #c41f2a;
}

.box6 .news-index .list2 li a:hover .zi .more {
  background: url(../images/m2.png) no-repeat 32px center #af0000;
  border: 1px solid #af0000;
  color: #fff;
}

.box6 .news-index .list2 li a .img img {
  width: 100%;
}

.box6 .news-index .list2 li a .zi {
  width: 100%;
  padding: 22px 0;
  background: #f7f7f7;
}

.box6 .news-index .list2 li a .zi h3 {
  font-weight: 600;
  line-height: 30px;
  color: #444444;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.box6 .news-index .list2 li a .zi .time {
  font-size: 12px;
  color: #a3a3a3;
  text-align: center;
  padding: 12px 0;
}

.box6 .news-index .list2 li a .zi dd {
  font-size: 14px;
  line-height: 26px;
  color: #444444;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  text-indent: 2em;
}

.box6 .news-index .list2 li a .zi .more {
  font-size: 14px;
  color: #545454;
  background: url(../images/m1.png) no-repeat 32px center;
  text-indent: 4em;
  border: 1px solid #c5c5c5;
  width: 146px;
  line-height: 40px;
  margin: 0 auto;
  margin-top: 20px;
}

.x-layout {
  background: #181818;
  padding: 2% 0;
}

.x-layout-contact {
  margin-top: 0;
}

.x-layout-contact p {
  font-size: 14px;
  color: #a7a7a7;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 25px;
}

.x-layout-contact p:nth-of-type(1) {
  background: url(../images/pp1.png) no-repeat left center;
}

.x-layout-contact p:nth-of-type(2) {
  background: url(../images/pp2.png) no-repeat left center;
}

.x-layout-contact p:nth-of-type(3) {
  background: url(../images/pp3.png) no-repeat left center;
}

.x-layout-menu dl dt {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.x-layout-menu dl dd a {
  color: #7b7b7b;
  line-height: 3;
}

.x-layout-desc {
  color: #e0e0e0;
  font-size: 14px;
}

.x-layout-ewm img {
  max-width:75%;
}

.x-footer {
  background: #181818;
  border-top: 1px solid #545454;
}

.x-power a {
  padding-right: 5px;
}
.page-wrap-right{
    padding-top: 1px;
}

@media (max-width: 640px) {
    .title1 b{
        font-size:23px;
    }
    .title1 p{
        font-size:14px;
    }
    .box1 .windows .windows-con p{
        font-size:13px;
        line-height:1.7em;
    }
    .box2 .product .pl .p-sort li a{
            font-size: 14px;    line-height: 2;
    }
    .box2 .product .pl .p-sort{
            margin: 6% 0;
    }
    .x-layout-contact p{
        padding-left: 37px;
    }
}


.xypg-case-list111 li{width:100%;text-align:center;margin-bottom:10px;}
.xypg-case-list111 li .img img{
  display: block;width:100%;
}

.xypg-case-list111 li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #e50000;
  line-height: 1.6;
  padding: .8em 0;
  font-weight: 600;
}

.xypg-case-list li:hover h3 a {
  color: #ab001a;
}



