@charset "UTF-8";
.mx1200 {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mx1200 {
    padding: 0 2%;
  }
}

.head1-bg {
  background: #f8f8f8;
  border-bottom: 1px solid #edecec;
  line-height: 3.2;
}

.head1-bg .head1-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 0.7rem;
}

.head1-bg .head1-index a {
  color: #666666;
}

.head2-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head2-index .logo {
  line-height: 3;
}

.head2-index .top-tel {
  background: url(../images/tel.png) no-repeat left center;
  padding-left: 2.5rem;
}

.head2-index .top-tel p {
  color: #2a2a2a;
}

.head2-index .top-tel p:nth-of-type(1) {
  font-size: 0.9rem;
}

.head2-index .top-tel p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.1rem;
}

/**/
.box1 {
  margin-top: 4.3rem;
}

.box1 .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.box1 .wtt1 span {
  display: block;
  color: #999999;
  font-size: 0.9rem;
  padding-top: 2rem;
}

.box1 .box1-con {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 8%;
}

.box1 .box1-con .ad1 {
  text-align: center;
  margin: 0 auto;
  width: 60%;
  padding-bottom: 8%;
}

.box1 .box1-con .ad1 li {
  float: left;
  width: 25%;
  transition: 0.5s;
}

.box1 .box1-con .ad1 li .img1 img {
  max-width: 100%;
}

.box1 .box1-con .ad1 li h3 {
  color: #333333;
  font-size: 1rem;
}

.box1 .box1-con .ad1 li:nth-of-type(1) {
  margin-top: 5%;
}

.box1 .box1-con .ad1 li:nth-of-type(3) {
  margin-top: 5%;
}

.box1 .box1-con .ad1 li:hover {
  transform: translateY(-10px);
}

.box2 {
  background: #f7f7f7;
  padding-top: 4.5rem;
}

.box2 .yh .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.box2 .yh .wtt1 span {
  display: block;
  color: #999999;
  font-size: 0.9rem;
  padding-top: 2rem;
}

.box2 .yh .ad2 {
  margin-top: 3.8rem;
}

.box2 .yh .ad2 li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 4rem;
}

.box2 .yh .ad2 li .img1 img {
  max-width: 100%;
}

.box2 .yh .ad2 li .w1 {
  color: #333333;
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box2 .yh .ad2 li .w2 {
  color: #666666;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box2 .yh .ad2 li .w3 {
  color: #666666;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/
.box3 {
  background: url(../images/bj2.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 5% 0;
}

.box3 .pm .wtt1 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.box3 .pm .wtt1 span {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 2rem;
}

.box3 .pm .ad3 {
  margin-top: 2.3rem;
}

.box3 .pm .ad3 li {
  float: left;
  width: 22%;
  margin: 0 1.5%;
  text-align: center;
  margin-bottom: 3%;
}

.box3 .pm .ad3 li .w1 {
  background: #ff685d;
  line-height: 4.2;
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3 .pm .ad3 li .w1 img {
  max-width: 100%;
}

.box3 .pm .ad3 li .img1 img {
  width: 100%;
}

.box3 .pm .ad3 li .wz {
  background: #ffffff;
  padding: 0.5rem 0;
}

.box3 .pm .ad3 li .wz .w2 {
  color: #666666;
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3 .pm .ad3 li:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .box3 .pm .ad3 li .w1 img {
    width: 15%;
  }
}

@media (max-width: 996px) {
  .box3 .pm .ad3 li {
    width: 47%;
  }
  .box3 .pm .ad3 li .w1 img {
    display: none;
  }
}

/**/
.xz {
  margin-top: 4.4rem;
  margin-bottom: 3.5rem;
}

.xz .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.xz .wtt2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: url(../images/tt3.png) no-repeat top center;
  background-size: 100% 100%;
  height: 3.45rem;
  margin: 0 5rem;
  margin-top: 3rem;
}

.xz .wtt2 .wt1 {
  color: #ec554a;
  font-size: 1.3195rem;
}

.xz .wtt2 .wt2 {
  color: #222222;
  font-size: 1.3195rem;
  padding-right: 2.8rem;
}

.xz .wtt2 .wt3 {
  color: #222222;
  font-size: 1.3195rem;
}

.xz .xz-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.25rem;
}

.xz .xz-con .xz1 {
  width: 47%;
}

.xz .xz-con .xz1 .xz1-list li {
  background: #ec554a;
  border-radius: 5px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 5;
  height: 6.5rem;
}

.xz .xz-con .xz1 .xz1-list li .w1 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-right: 1px solid #f47e76;
  width: 30%;
  text-align: center;
}

.xz .xz-con .xz1 .xz1-list li .w2 {
  color: #fff;
  font-size: 0.9rem;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  line-height: 2;
}

.xz .xz-con .xz1 .xz1-list li .w2 p {
  background: url(../images/dui.png) no-repeat left center;
  padding-left: 1.6rem;
}

.xz .xz-con .xz2 {
  width: 47%;
}

.xz .xz-con .xz2 .xz2-list li {
  background: #323232;
  border-radius: 5px;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 5;
  position: relative;
  height: 6.5rem;
  overflow: hidden;
}

.xz .xz-con .xz2 .xz2-list li::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 10%;
  width: 3px;
  height: 18px;
  background: #ec554a;
}

.xz .xz-con .xz2 .xz2-list li .img1 {
  width: 36%;
}

.xz .xz-con .xz2 .xz2-list li .img1 img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.xz .xz-con .xz2 .xz2-list li .w1 {
  color: #fff;
  width: 60%;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

@media (max-width: 996px) {
  .xz .xz-con {
    display: block;
  }
  .xz .xz-con .xz1 {
    width: 100%;
  }
  .xz .xz-con .xz1 .xz1-list li .w2 p {
    padding-left: 3.6rem;
  }
  .xz .xz-con .xz2 {
    width: 100%;
  }
}

/**/
.tt {
  display: none;
}

.box5 {
  background: #f7f7f7;
  padding-top: 4.3rem;
  padding-bottom: 4.5rem;
}

.box5 .pt-index .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.box5 .pt-index .ptsort {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.box5 .pt-index .ptsort li {
  display: inline-block;
  line-height: 7.5;
  color: #333333;
  font-size: 0.9rem;
  margin: 0 4%;
}

.box5 .pt-index .ptsort li.cur {
  border-bottom: 1px solid #ec554a;
  color: #ec554a;
  font-weight: bold;
}

.box5 .pt-index .pt1 {
  display: flex;
  justify-content: space-between;
  margin: 0 3.25rem;
}

.box5 .pt-index .pt1 .ptl {
  width: 37%;
}

.box5 .pt-index .pt1 .ptl img {
  width: 100%;
}

.box5 .pt-index .pt1 .pt2 {
  width: 56.5%;
}

.box5 .pt-index .pt1 .pt2 .pp1 {
  color: #333333;
  font-size: 1.3rem;
}

.box5 .pt-index .pt1 .pt2 .pp2 {
  color: #666666;
  line-height: 1.5;
  font-size: 0.7rem;
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box5 .pt-index .pt1 .pt2 .pp3 {
  background: #ec554a;
  border-radius: 20px;
  width: 7rem;
  height: 1.9rem;
  margin-top: 2rem;
}

.box5 .pt-index .pt1 .pt2 .pp3 a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.9rem;
  font-size: 0.7rem;
}

.box5 .pt-index .pt1 .pt2 .pp4 {
  margin-top: 1.5rem;
}

.box5 .pt-index .pt1 .pt2 .pp4 h2 {
  color: #8f8f99;
  font-size: 0.7rem;
}

.box5 .pt-index .pt1 .pt2 .pp4 .clist1 {
  margin-top: 1rem;
}

.box5 .pt-index .pt1 .pt2 .pp4 .clist1 li {
  display: inline-block;
}

.box5 .pt-index .pt1 .pt2 .pp4 .clist1 li a {
  display: block;
  color: #333333;
  font-size: 0.7rem;
  background: url(../images/tt5.png) no-repeat left center;
  padding-left: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box5 .pt-index .pt1 .pt2 .pp4 .clist1 li:nth-child(2n) {
  margin-left: 1.25rem;
}

@media (max-width: 996px) {
  .box5 .pt-index .ptsort li {
    margin: 0 2%;
  }
  .box5 .pt-index .pt1 {
    margin: 0;
    display: block;
  }
  .box5 .pt-index .pt1 .ptl {
    width: 100%;
  }
  .box5 .pt-index .pt1 .pt2 {
    width: 100%;
  }
}

/**/
.tt2 {
  display: none;
}

.box6 {
  background: url(../images/bj3.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 5% 0;
}

.box6 .design-index .wtt1 {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
}

.box6 .design-index .wtt1 span {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  padding-top: 2rem;
}

.box6 .design-index .design-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.box6 .design-index .design-con .big-img {
  width: 56%;
}

.box6 .design-index .design-con .big-img .img2 img {
  width: 100%;
}

.box6 .design-index .design-con .dsort {
  width: 40%;
}

.box6 .design-index .design-con .dsort li {
  float: left;
  width: 31.333%;
  margin: 0 1%;
  margin-bottom: 3%;
}

.box6 .design-index .design-con .dsort li .img1 {
  border: 2px solid #adb0b8;
}

.box6 .design-index .design-con .dsort li .img1 img {
  width: 100%;
}

.box6 .design-index .design-con .dsort li.cur .img1 {
  border: 2px solid #ec554a;
}

/**/
.style {
  margin-top: 4.3rem;
}

.style .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.bd_list1 {
  position: relative;
  margin-top: 2rem;
}

.bd_list1 .slick-slide a {
  display: block;
  position: relative;
  margin: 2% 3%;
  box-shadow: 4.5px 5.362px 8.37px 0.63px rgba(195, 195, 195, 0.2);
}

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

.bd_list1 .bbts {
  background: #fff;
  text-align: center;
  line-height: 5;
  color: #333333;
  font-size: 0.9rem;
}

.bd_list1 .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bd_list1 .slick-arrow.slick-next {
  position: absolute;
  display: block;
  right: -5%;
  top: 50%;
  width: 1.45rem;
  height: 2.75rem;
  margin-top: -0.725rem;
  text-align: center;
  background: url(../images/right.png) no-repeat top center;
  background-size: 1.45rem 2.75rem;
}

.bd_list1 .slick-arrow.slick-prev {
  position: absolute;
  display: block;
  left: -5%;
  top: 50%;
  width: 1.45rem;
  height: 2.75rem;
  margin-top: -0.725rem;
  text-align: center;
  background: url(../images/left.png) no-repeat top center;
  background-size: 1.45rem 2.75rem;
}

@media (max-width: 1024px) {
  .bd_list1 .slick-arrow.slick-next {
    right: 0;
  }
  .bd_list1 .slick-arrow.slick-prev {
    left: 0;
  }
}

/**/
.ttt1 {
  display: none;
}

.box7 {
  background: #f7f7f7;
  padding-top: 4.4rem;
  padding-bottom: 4rem;
  margin-top: 4.1rem;
}

.box7 .hezuo-index .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.box7 .hezuo-index .hezuo-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.3rem;
}

.box7 .hezuo-index .hezuo-con .hz1 {
  width: 40%;
}

.box7 .hezuo-index .hezuo-con .hz1 h2 {
  color: #333333;
  font-size: 1.5rem;
}

.box7 .hezuo-index .hezuo-con .hz1 .ab {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.box7 .hezuo-index .hezuo-con .hz1 .ab p {
  color: #666666;
  font-size: 0.7rem;
  line-height: 2;
}

.box7 .hezuo-index .hezuo-con .hz1 .abmore {
  width: 8rem;
  height: 2rem;
  background: #ec554a;
  border-radius: 20px;
}

.box7 .hezuo-index .hezuo-con .hz1 .abmore a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  font-size: 0.7rem;
}

.box7 .hezuo-index .hezuo-con .hz2 {
  width: 53.333%;
}

.box7 .hezuo-index .hezuo-con .hz2 .hz2-list li {
  float: left;
  width: 27.333%;
  margin: 0 3%;
  margin-bottom: 5%;
  box-shadow: 5.142px 6.128px 8.37px 0.63px rgba(195, 195, 195, 0.38);
}

.box7 .hezuo-index .hezuo-con .hz2 .hz2-list li .img1 img {
  border-radius: 4px;
  width: 100%;
}

@media (max-width: 996px) {
  .box7 .hezuo-index .hezuo-con {
    display: block;
  }
  .box7 .hezuo-index .hezuo-con .hz1 {
    width: 100%;
  }
  .box7 .hezuo-index .hezuo-con .hz2 {
    width: 100%;
    margin-top: 2%;
  }
}

/**/
.news-index {
  margin-top: 4.4rem;
  margin-bottom: 4.7rem;
}

.news-index .wtt1 {
  text-align: center;
  color: #333333;
  font-size: 2.2rem;
}

.news-index .news-con {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.news-index .news-con .news1 {
  width: 30%;
}

.news-index .news-con .news1 h2 {
  color: #333333;
  font-size: 0.9rem;
  line-height: 3;
}

.news-index .news-con .news1 p {
  margin-bottom: 5%;
}

.news-index .news-con .news1 p img {
  width: 100%;
}

.news-index .news-con .news2 {
  width: 30%;
}

.news-index .news-con .news2 h2 {
  color: #333333;
  font-size: 0.9rem;
  line-height: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .news-con .news2 h2 a {
  color: #999999;
  font-size: 0.7rem;
  line-height: 3;
}

.news-index .news-con .news2 .nlist1 li {
  border-bottom: 1px solid #e3e3e3;
  line-height: 3.5;
}

.news-index .news-con .news2 .nlist1 li a {
  display: block;
  color: #666666;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .news-con .news2 .nlist1 li a span {
  display: inline-block;
}

.news-index .news-con .news3 {
  width: 30%;
}

.news-index .news-con .news3 h2 {
  color: #333333;
  font-size: 0.9rem;
  line-height: 3;
}

.news-index .news-con .news3 h2 a {
  float: right;
  color: #999999;
  font-size: 0.7rem;
}

.news-index .news-con .news3 .nlist1 li {
  border-bottom: 1px solid #e3e3e3;
  line-height: 3.5;
}

.news-index .news-con .news3 .nlist1 li a {
  display: block;
  color: #666666;
  font-size: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .news-con .news3 .nlist1 li a span {
  display: inline-block;
}

@media (max-width: 996px) {
  .news-index .news-con {
    display: block;
  }
  .news-index .news-con .news1 {
    width: 100%;
  }
  .news-index .news-con .news2 {
    width: 100%;
  }
  .news-index .news-con .news3 {
    width: 100%;
  }
}

/**/
.box8 {
  background: url(../images/bj4.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 3% 0;
}

.box8 .jjfa-index h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}

.box8 .jjfa-index p {
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  line-height: 2;
}

.box8 .jjfa-index a {
  display: block;
  width: 6.9rem;
  height: 2rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: #ec554a;
  font-weight: bold;
  line-height: 2rem;
  font-size: 0.7rem;
  margin-top: 1.25rem;
}

.box8 .jjfa-index a:hover {
  background: #ffff00;
}

/**/
.foot-bg {
  background: #151616;
  padding-top: 2.5rem;
  padding-bottom: 0.5rem;
  position: relative;
    z-index: 9999;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}

.foot-bg .foot-index .foot1 {
  width: 20%;
}

.foot-bg .foot-index .foot1 h2 {
  color: #ffffff;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .foot1 .f-list li {
  display: inline-block;
  width: 48%;
}

.foot-bg .foot-index .foot1 .f-list li a {
  display: block;
  color: #aeaeae;
  font-size: 0.7rem;
  line-height: 2;
}

.foot-bg .foot-index .foot1 .f-list li a:hover {
  color: #fff;
}

.foot-bg .foot-index .foot2 {
  width: 13%;
}

.foot-bg .foot-index .foot2 h2 {
  color: #ffffff;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .foot2 .f-list li a {
  display: block;
  color: #aeaeae;
  font-size: 0.7rem;
  line-height: 2;
}

.foot-bg .foot-index .foot3 {
  width: 13%;
}

.foot-bg .foot-index .foot3 h2 {
  color: #ffffff;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .foot3 a {
  display: block;
  color: #aeaeae;
  font-size: 0.7rem;
  line-height: 2;
}

.foot-bg .foot-index .foot4 {
  width: 34%;
}

.foot-bg .foot-index .foot4 h2 {
  color: #ffffff;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}

.foot-bg .foot-index .foot4 p {
  color: #aeaeae;
  font-size: 0.7rem;
  line-height: 2;
  padding-left: 1rem;
}

.foot-bg .foot-index .foot4 p:nth-of-type(1) {
  background: url(../images/p1.png) no-repeat left center;
}

.foot-bg .foot-index .foot4 p:nth-of-type(2) {
  background: url(../images/p2.png) no-repeat left center;
}

.foot-bg .foot-index .foot4 p:nth-of-type(3) {
  background: url(../images/p3.png) no-repeat left center;
}

.foot-bg .foot-index .foot5 p {
  text-align: center;
  color: #aeaeae;
  font-size: 0.7rem;
  line-height: 3;
}

.foot-bg .foot-index .foot5 p img {
  max-width: 100%;
}

.link {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 4.6;
}

.link a {
  color: #aeaeae;
  padding: 0;
  padding: 0 2rem;
}

.copyright {
  color: #aeaeae;
  text-align: center;
  font-size: 0.7rem;
  line-height: 2;
  padding-top: 0.5rem;
}

.copyright a {
  color: #aeaeae;
}

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

@media (max-width: 996px) {
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .foot4 {
    width: 100%;
  }
  .foot-bg .foot-index .foot4 p {
    padding-left: 2rem;
  }
  .foot5 {
    margin-top: 2%;
  }
}

/* å†…é¡µ */
.max12002 {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

/* nei_about */
/*about*/
.about-index {
  display: flex;
  justify-content: space-between;
  margin: 6% 0;
}

.about-index .aboutl {
  width: 44.5%;
}

.about-index .aboutl p img {
  width: 100%;
}

.about-index .aboutr {
  width: 44.5%;
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
}

.about-index .aboutr .ab-title b {
  display: block;
  color: #ec554a;
  font-size: 38px;
}

.about-index .aboutr .ab-title span {
  display: block;
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
}

.about-index .aboutr .ab2 {
  margin-top: 40px;
}

.about-index .aboutr .ab2 p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

.about-index .aboutr .ab3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about-index .aboutr .ab3 .ab31 {
  margin-right: 34px;
}

.about-index .aboutr .ab3 .ab31 span {
  display: block;
  color: #ec554a;
  font-size: 30px;
}

.about-index .aboutr .ab3 .ab31 p {
  color: #666666;
  font-size: 14px;
}

.about-index .aboutr .ab3 .ab33 {
  border-left: 1px solid #e5e5e5;
  height: 40px;
}

.about-index .aboutr .ab3 .ab32 {
  color: #ec554a;
  font-size: 18px;
  border: 1px solid #ec554a;
  border-radius: 20px;
  padding: 6px 10px;
  margin-left: 34px;
}

.about-index .aboutr .ab3 .ab32:hover {
  background: #ec554a;
  color: #fff;
}

@media (max-width: 996px) {
  .about-index {
    display: block;
  }
  .about-index .aboutl {
    width: 100%;
  }
  .about-index .aboutr {
    width: 100%;
  }
  .about-index .aboutr .ab2 {
    margin-top: 10px;
  }
}

/* nei_honor */
.nei_honor {
  position: relative;
  padding: 3.125% 0;
  background: #f6f6f6;
}

.nei_ttt_one {
  text-align: center;
}

.nei_ttt_one h3 {
  font-size: 2rem;
  color: #333333;
}

.honor_list22 {
  position: relative;
  height: 470px;
  background: url(../images/fz.png) no-repeat center;
  margin-top: 3.125%;
}

.honor_list22 li {
  width: 210px;
  position: absolute;
  text-align: center;
}

.honor_list22 li span {
  display: block;
  font-size: 15px;
  color: #333333;
  line-height: 1.7;
}

.honor_list22 li:nth-child(1) {
  left: 10px;
  bottom: 0px;
}

.honor_list22 li:nth-child(2) {
  left: 120px;
  top: 0px;
}

.honor_list22 li:nth-child(3) {
  left: 280px;
  bottom: 70px;
}

.honor_list22 li:nth-child(4) {
  left: 440px;
  top: 70px;
}

.honor_list22 li:nth-child(5) {
  left: 600px;
  bottom: 40px;
}

.honor_list22 li:nth-child(6) {
  left: 770px;
  top: 50px;
}

.honor_list22 li:nth-child(7) {
  left: 940px;
  bottom: 0px;
}

.honor_fzimg {
  display: none;
}

.honor_fzimg img {
  width: 100%;
}

@media (max-width: 1200px) {
  .honor_list22 {
    display: none;
  }
  .honor_fzimg {
    display: block;
  }
}

/* nei_three */
.nei_three {
  position: relative;
  padding: 3.125% 0;
}

.ren_list {
  position: relative;
  margin-top: 3.125%;
  display: flex;
  justify-content: center;
}

.ren_list li {
  text-align: center;
}

.ren_list li a {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin: 10px 5%;
}

.ren_list li img {
  width: 100%;
}

@media (max-width: 996px) {
  .ren_list {
    display: block;
  }
  .ren_list li {
    display: inline-block;
    width: 45%;
    margin-bottom: 4%;
  }
  .ren_list li:last-child {
    display: none;
  }
}

/*partner*/
.partner-bg {
  background: #f7f7f7;
  padding-top: 3.5%;
  padding-bottom: 2%;
}

.partner-bg .partner-index .pa-title {
  text-align: center;
}

.partner-bg .partner-index .pa-title h2 {
  color: #007d5a;
  font-size: 38px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .partner-bg .partner-index .pa-title h2 {
    font-size: 26px;
  }
}

.partner-bg .partner-index .pa-title span {
  display: block;
  color: #666666;
  font-size: 22px;
  text-transform: uppercase;
  background: url(../images/tt1.png) no-repeat center center;
  margin-top: 10px;
}

.partner-con {
  margin-top: 2%;
}

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

.large-img li {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  padding: 0 0.5%;
}

.large-img li a.img {
  display: block;
  box-shadow: 0 0 5px #e8e8e8;
  margin: 5px;
}

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

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

.large-img li h3 a {
  display: block;
  color: #535353;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  font-weight: normal;
}

.large-img .slick-arrow {
  position: absolute;
  z-index: 99;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
}

.large-img .slick-arrow.slick-prev {
  background: url(../images/left1.png) no-repeat top center;
  width: 8px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: -4%;
}

@media (max-width: 1100px) {
  .large-img .slick-arrow.slick-prev {
    left: -1%;
  }
}

@media (max-width: 996px) {
  .large-img .slick-arrow.slick-prev {
    display: none !important;
  }
}

.large-img .slick-arrow.slick-next {
  background: url(../images/right1.png) no-repeat top center;
  width: 8px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: -4%;
}

@media (max-width: 1100px) {
  .large-img .slick-arrow.slick-next {
    right: -1%;
  }
}

@media (max-width: 996px) {
  .large-img .slick-arrow.slick-next {
    display: none !important;
  }
}

/*news*/
.nei_five {
  margin-top: 5%;
}

.news-con {
  margin-top: 3%;
}

.news-con .nsort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3%;
}

.news-con .nsort li {
  width: 208px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  margin: 0 1%;
  text-align: center;
  line-height: 52px;
}

.news-con .nsort li a {
  display: block;
  font-size: 20px;
  color: #666666;
}

.news-con .nsort li:hover {
  background: #ed554a;
  border-color: #ed554a;
}

.news-con .nsort li:hover a {
  color: #fff;
}

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

.news-con .news-nei .newsl {
  width: 42%;
}

.news-con .news-nei .newsl .news-list1 li a {
  display: block;
}

.news-con .news-nei .newsl .news-list1 li a .img1 img {
  width: 100%;
}

.news-con .news-nei .newsl .news-list1 li a .wz h3 {
  font-size: 18px;
  color: #333333;
  line-height: 3;
  font-weight: bold;
}

.news-con .news-nei .newsl .news-list1 li a .wz h3 span {
  float: right;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
  line-height: 4;
}

.news-con .news-nei .newsl .news-list1 li a .wz p {
  color: #999999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
}

.news-con .news-nei .newsr {
  width: 50%;
}

.news-con .news-nei .newsr .news-list2 li {
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.news-con .news-nei .newsr .news-list2 li:last-child {
  margin-bottom: 0;
}

.news-con .news-nei .newsr .news-list2 li .date {
  width: 23%;
  text-align: center;
  border-right: 1px solid #dddddd;
}

.news-con .news-nei .newsr .news-list2 li .date .d1 {
  color: #ed554a;
  font-size: 30px;
}

.news-con .news-nei .newsr .news-list2 li .date .d2 {
  color: #999999;
  font-size: 14px;
}

.news-con .news-nei .newsr .news-list2 li .wz {
  width: 73%;
  padding-right: 5%;
}

.news-con .news-nei .newsr .news-list2 li .wz a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .news-nei .newsr .news-list2 li .wz p {
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 996px) {
  .news-con .news-nei {
    display: block;
  }
  .news-con .news-nei .newsl {
    width: 100%;
  }
  .news-con .news-nei .newsr {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .news-con .nsort li a {
    font-size: 16px;
  }
}

/*è�”ç³»æˆ‘ä»¬*/
.ct-bg {
  background: url(../images/ct.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 3%;
}

.contact_one {
  position: relative;
  padding-top: 5.125%;
}

.nttt1 {
  text-align: center;
}

.nttt1 h3 {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
}

.nttt1 p {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  background: url(//cdn.xypt.top/c098bcd4/20/12/c28befcf349a8b5828e2ba1711b34cf02b02ecc9.png) no-repeat center;
  text-transform: uppercase;
  margin-top: 15px;
}

.cocc_list {
  position: relative;
  margin-top: 3.125%;
  display: flex;
  justify-content: space-between;
}

.cocc_list li {
  position: relative;
  background: #fff;
  width: 22%;
  text-align: center;
  padding: 5.125% 0;
}

.cocc_list li a {
  display: block;
}

.cocc_list li .tt_simg img {
  max-width: 100%;
  width: auto !important;
}

.cocc_list li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin: 15px 0;
}

.cocc_list li dd {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
}

.contact_map {
  position: relative;
  margin-top: 40px;
  padding: 3.125%;
  background: #fff;
}

.contact_map > div {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 992px) {
  .nttt1 h3 {
    font-size: 30px;
  }
  .nttt1 p {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .cocc_list {
    flex-wrap: wrap;
  }
  .cocc_list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .cocc_list li dd {
    font-size: 12px;
  }
  .nttt1 p {
    margin-top: 5px;
  }
  .contact_map {
    margin-top: 20px;
  }
}

/*å†…é¡µæ–°é—»*/
.nei_procate {
  position: relative;
}

.nei_procate .xypg-left-nav > li {
  border: none;
  display: inline-block;
}

.nei_procate .xypg-left-nav > li .first-nav-btn {
  display: none;
}

.nei_procate .xypg-left-nav > li > a {
  font-size: 18px;
}

.nei_right {
  position: relative;
  width: 305px;
}

.nei_right > h1 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 0px;
  font-weight: 400;
  margin-bottom: 5px;
}

.recom_wap {
  position: relative;
  padding: 30px;
  background: #fff;
}

.recom_list {
  position: relative;
}

.recom_list li {
  position: relative;
  margin-bottom: 25px;
}

.recom_list li:last-child {
  margin-bottom: 0;
}

.recom_list li a {
  display: block;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recom_list li .tj_img {
  overflow: hidden;
}

.recom_list li .tj_img img {
  width: 100%;
}

.recom_list li h3 {
  font-size: 18px;
  color: #000000;
  margin: 15px 0 10px;
  font-weight: 400;
}

.recom_list li span {
  display: block;
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
}

.recom_list li:hover h3 {
  color: #ff5400;
}

.nei_right .chak {
  display: block;
  font-size: 14px;
  color: #999999;
  text-decoration: underline;
  margin: 0 auto;
  text-align: center;
}

.nei_right .chak:hover {
  color: #ff5400;
}

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

.newsimg1 p {
  margin-bottom: 10px;
}

/**/
.nei_right.fix{
    position: fixed;
    right: 18%;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:1600px){
    .nei_right.fix{
        right: 18.425%;
        z-index:0;
    }
}

@media (max-width:1600px) and (min-width:1440px){
    .nei_right.fix{
        right:10%;
    }
}
@media (max-width:1440px) and (min-width:1400px){
    .nei_right.fix{
        right:9%;
    }
}

@media (max-width:1400px) and (min-width:1366px){
    .nei_right.fix{
        right:7%;
    }
}

@media (max-width:1366px) and (min-width:1300px){
    .nei_right.fix{
        right:6%;
    }
}
@media (max-width:1300px) and (min-width:1200px){
    .nei_right.fix{
        right:4%;
        width:275px;
    }
}



@media (max-width:1200px){
    .nei_right.fix{
        right: 0%;
    }
}

@media (max-width:768px){
    .nei_right.fix{
        display:none;
    }
}



/**/
.nei_right22 {
  background: #f7f7f7;
  padding: 30px;
}

.nei_right22 > h1 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  padding: 0;
  padding-bottom: 10px;
  font-weight: 400;
}

.recom_wap22 {
  background: #f7f7f7;
  padding: 0;
}

/**/
.pro_top_detail {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.pro_top_detail .pt_img {
  width: 245px;
}

.pro_top_detail .pt_img img {
  width: 100%;
}

.pro_top_detail .pt_right {
  width: calc(100% - 260px);
  position: relative;
}

.pro_top_detail .pt_right h2 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.pro_top_detail .pt_right .xypg-detail-rong {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  margin: 15px 0 20px;
}

.pro_top_detail .pt_right .xypg_cate {
  position: relative;
}

.pro_top_detail .pt_right .xypg_cate span {
  display: inline-block;
  margin-right: 15px;
}

.pro_top_detail .pt_right .xypg_cate .fis {
  background: #ff5401;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pro_top_detail .pt_right .xypg_cate .lst {
  font-size: 12px;
  color: #999999;
}

.pro_tag {
  margin-top: 30px;
  padding: 20px;
  background: #f8f8f8;
  font-size: 14px;
  color: #333333;
}

.pro_top_detail .pt_right img {
  max-width: 100%;
}

/**/
.norder {
  margin-top: 5%;
}

.norder-list {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 5%;
}

.norder-list li {
  text-align: center;
  flex: 1;
  position: relative;
}

.norder-list li .img1 img {
  max-width: 100%;
  width: auto !important;
}

.norder-list li .or1 {
  color: #333333;
  font-size: 18px;
  padding: 15px 0;
}

.norder-list li .or2 {
  color: #a3a3ac;
  font-size: 16px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #a3a3ac;
  line-height: 33px;
  text-align: center;
  margin: 0 auto;
}

.norder-list li::before {
  content: "";
  position: absolute;
  right: -68px;
  bottom: 15px;
  width: 132px;
  height: 2px;
  background: #e3e3e3;
  display: block;
}

@media (max-width: 996px) {
  .norder-list {
    display: block;
  }
  .norder-list li {
    display: inline-block;
    width: 32.333%;
    margin-bottom: 5%;
  }
  .norder-list li::before {
    display: none;
  }
  .norder-list li:last-child {
    display: none;
  }
}

.order-bg {
  background: #f7f8fa;
  margin-top: 5%;
  width: 100%;
  padding: 5% 0;
}

.norder-list1 {
  margin-top: 5%;
}

.norder-list1 li {
  float: left;
  width: 49%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 1.176px 1.618px 11.64px 0.36px rgba(14, 12, 27, 0.11);
  padding: 0 32px;
  padding-top: 20px;
  padding-bottom: 32px;
  margin-bottom: 3%;
  transition: 0.5s;
}

.norder-list1 li:nth-child(2n) {
  float: right;
}

.norder-list1 li b {
  display: block;
  color: #333333;
  font-size: 1.2rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.norder-list1 li span {
  display: block;
  width: 32px;
  height: 6px;
  background: #ed554a;
  border-radius: 10px;
}

.norder-list1 li p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.norder-list1 li h3 {
  color: #999999;
  font-size: 14px;
  margin-top: 40px;
}

.norder-list1 li .more {
  color: #ed554a;
  font-size: 14px;
  border: 1px solid #ed554a;
  border-radius: 5px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}

.norder-list1 li:hover {
  transform: translateY(-10px);
}

.norder-list1 li:hover .more {
  background: #ed554a;
  color: #fff;
}

.xypg-left-title1 {
  text-align: center;
  color: #333333;
  font-size: 2rem;
  padding-top: 5%;
}

.xypg-left-nav1 {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

.xypg-left-nav1 li {
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 30px;
  width: 15%;
  margin: 0 10px;
}

.xypg-left-nav1 li a {
  display: block;
  color: #666666;
  font-size: 0.8rem;
  line-height: 2.5;
}

.xypg-left-nav1 li:hover {
  background: #ed554a;
  border-color: #ed554a;
}

.xypg-left-nav1 li:hover a {
  color: #fff;
}






/*phoneåº•éƒ¨å¯¼èˆª*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #ec554a;
    z-index: 999;
}

.pf_down li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/f11.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/f22.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/f33.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l4 .ico7 {
    background: url(../images/f44.png) no-repeat center;
    background-size: 20px 20px;
}















