@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

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

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.head-index .logo {
  line-height: 102px;
}

/*主体样式*/
.box1 {
  margin-top: 40px;
}

.bt {
  text-align: center;
  color: #333333;
  font-size: 35px;
  line-height: 38px;
}

.bt p {
  color: #888888;
  font-size: 16px;
  line-height: 38px;
}

.box1 ul.ads {
  display: flex;
  justify-content: center;
}

.ads {
  margin-top: 25px;
}

.ads li {
  float: left;
  width: 178px;
  height: 178px;
  border: 1px solid #e7e7e7;
  text-align: center;
  padding-top: 32px;
}

.ads li + li {
  margin-left: 26px;
}

.ads li img {
  width: 70px;
  height: 60px;
  margin: 0 auto;
}

.ads li h3 {
  font-weight: normal;
  color: #555555;
  font-size: 16px;
  margin-top: 15px;
}

.ads li span {
  display: block;
  color: #caccce;
  font-size: 12px;
  margin-top: 5px;
  font-family: "Arial";
}

.ads li:hover img {
  filter: url(#change);
}

.ads li:hover {
  background: #f5b411;
  border-color: #f5b411;
}

.ads li:hover h3 {
  color: #fff;
}

.ads li:hover span {
  color: #fff;
}

/**/
.about-bg {
  background: #f7f7f7;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 72px;
}

.about-bg .about-index .about-left {
  width: 520px;
  padding-top: 60px;
}

.about-bg .about-index .about-left .at b {
  display: block;
  color: #4db336;
  font-size: 53px;
  font-family: "Impact";
  line-height: 45px;
}

.about-bg .about-index .about-left .at span {
  display: block;
  color: #4db336;
  font-size: 32px;
  font-weight: bold;
  line-height: 35px;
  padding-top: 25px;
}

.about-bg .about-index .about-left .at h4 {
  color: #666666;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 31px;
}

.about-bg .about-index .about-left p {
  color: #222222;
  font-size: 15px;
  line-height: 29px;
}

.about-bg .about-index .about-right {
  width: 611px;
  height: 387px;
}

.about-bg .ab-shu {
  margin-top: 25px;
}

.about-bg .ab-shu .ab1 {
  width: 293px;
  height: 154px;
  background: #4db336;
  padding-left: 50px;
  padding-top: 38px;
}

.about-bg .ab-shu .ab1 b {
  display: block;
  color: #fff;
  font-size: 46px;
  font-family: "Impact";
  text-transform: uppercase;
  line-height: 40px;
}

.about-bg .ab-shu .ab1 span {
  display: block;
  color: #fff;
  font-size: 26px;
  padding-top: 5px;
}

.about-bg .ab-shu .c2-con {
  width: 905px;
}

.about-bg .ab-shu .c2-con ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-bg .ab-shu .c2-con ul li {
  width: 33.333%;
  padding-top: 35px;
}

.about-bg .ab-shu .c2-con ul li .img1 {
  padding-bottom: 15px;
}

.about-bg .ab-shu .c2-con ul li .img1:hover img{
  filter: invert(59%) sepia(100%) saturate(431%) hue-rotate(2deg) brightness(92%) contrast(92%);
}


.about-bg .ab-shu .c2-con ul li .w1 {
  color: #555555;
  font-size: 15px;
  padding-bottom: 6px;
}

.about-bg .ab-shu .c2-con ul li .count-title {
  color: #555555;
  font-size: 15px;
  display: inline-block;
}

.about-bg .ab-shu .c2-con ul li dt {
  display: inline-block;
  font-weight: normal;
}

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

.box3 {
  margin-top: 50px;
}

.box3 .bt span {
  font-size: 35px;
  color: #4db336;
}

.box3 .bt p {
  background: url(//cdn.myxypt.com/dfdb7acb/21/09/6402617e8dca8513b48b8e1f7b4d907f7cf1701d.png) no-repeat center;
  margin-top: 10px;
  text-transform: uppercase;
}

.sort1 {
  text-align: center;
  margin-top: 20px;
}

.sort1 li {
  display: inline-block;
}

.sort1 li + li {
  background: url(../images/x2.png) no-repeat left center;
  padding: 0 4px 0 8px;
}

.sort1 li a {
  color: #888888;
  font-size: 16px;
}

.sort1 li:hover a {
  color: #4db336;
}

.cpfl ul li {
  width: 140px;
  height: 46px;
  margin: 0 9px;
  border: 1px solid #bfbfbf;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
}

.cpfl ul li.cur {
  background: #f5b411;
  border: 1px solid #f5b411;
}

.cpfl ul li.cur a {
  color: #fff;
}

.cpfl ul li a {
  font-size: 18px;
}

.cpfl ul li + li {
  background: none;
  padding: 0 0px 0 0px;
}

.cpfl ul li:hover {
  background: #f5b411;
  border: 1px solid #f5b411;
}

.cpfl ul li:hover a {
  color: #fff;
}

.box3 .cont {
  margin-top: 50px;
  position: relative;
}

.product_list1 li {
  float: left;
  margin-right: 20px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 10px #e0e0e0;
  border-radius: 5px;
  margin-bottom: 27px;
  border: 1px solid #eeeeee;
}

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

.product_list1 li img {
  width: 283px;
  height: 234px;
  image-rendering: -webkit-optimize-contrast;
}

/*.product_list1 li .mask{width:288px;height:249px;position:absolute;left:0;top:0;opacity:0;background:url(../images/mask.png) no-repeat;}*/
.product_list1 li h3 {
  font-weight: normal;
  color: #545454;
  font-size: 18px;
  line-height: 46px;
  background: #e7e7e7;
}

.product_list1 li:hover {
  border-color: #f5b411;
}

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

.product_list1 li:hover h3 {
  color: #fff;
  background: #f5b411;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/**/
.box4 {
  background: #f3f3f3;
  height: 578px;
  margin-top: 56px;
  padding-top: 42px;
}

.box4 .bt {
  font-size: 30px;
  opacity: 0.91;
}

.sort2 {
  text-align: center;
  margin-top: 15px;
}

.sort2 li {
  display: inline-block;
}

.sort2 li + li {
  background: url(//cdn.myxypt.com/dfdb7acb/21/09/a456b738a6f026a3b3e38aaa43669f6fdbc7fc12.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 10px;
}

.sort2 li a {
  color: #888888;
  font-size: 16px;
}

.sort2 li:hover a {
  color: #f5b411;
}

.box4 .cont {
  margin-top: 46px;
}

.xlist1 {
  width: 603px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xlist1 li {
  width: 288px;
  background: #fff;
}

.xlist1 li img {
  width: 288px;
  height: 207px;
}

.xlist1 li .wz {
  padding: 0 12px;
  padding-bottom: 25px;
}

.xlist1 li h3 a {
  display: block;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.xlist1 li .date {
  color: #7b7b7b;
  font-size: 12px;
  padding-bottom: 10px;
}

.xlist1 li span {
  display: block;
  color: #777777;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xlist1 li:hover h3 a {
  color: #f5b411;
}

.xlist2 {
  width: 555px;
}

.xlist2 li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 29px;
  margin-bottom: 29px;
}

.xlist2 li .time {
  color: #fff;
  text-align: center;
  background: #4db336;
  width: 68px;
  height: 68px;
  font-size: 12px;
  font-family: "Arial";
}

.xlist2 li .time h2 {
  font-size: 26px;
  padding-top: 12px;
}

.xlist2 li .det {
  width: 450px;
}

.xlist2 li h3 a {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  display: block;
  margin-top: 6px;
}

.xlist2 li span {
  color: #777777;
  font-size: 12px;
  display: block;
  margin-top: 15px;
}

.xlist2 li:hover .time {
  background: #f5b411;
}

.xlist2 li:hover h3 a {
  color: #f5b411;
}

/**/
.box5 {
  margin-top: 60px;
  margin-bottom: 50px;
  display: none;
}

.box4 .bt {
  font-size: 30px;
}

.box5 .hezuo-roll {
  margin-top: 46px;
}

.box5 .bt {
  font-size: 30px;
}

.hezuo-roll .bd ul li {
  width: 221px;
  margin: 0 13px;
}

.hezuo-roll .bd ul li a .img1 {
  border: 2px solid #f4f4f4;
  border-radius: 5px;
}

.hezuo-roll .bd ul li a .img1 img {
  width: 215px;
  height: 124px;
}

.hezuo-roll .bd ul li a h3 {
  color: #333333;
  font-size: 16px;
  text-align: center;
  padding-top: 18px;
}

.hezuo-roll .bd ul li:hover a .img1 {
  border: 2px solid #f5b411;
}

.hezuo-roll .bd ul li:hover a h3 {
  color: #f5b411;
}

/*页面底部*/
.foots {
  background: #292929;
/*  margin-top: 42px;*/
}

.foot1 {
  height: 272px;
  overflow: hidden;
  padding-top: 45px;
}

.fav {
  float: left;
  width: 925px;
}

.fav .ft1 {
  width: 140px;
}

.fav .ft2 {
  width: 140px;
}

.fav .ft3 {
  width: 140px;
}

.fav .ft4 {
  width: 140px;
}

.fav .ft5 {
  width: 340px;
}

.fav dl {
  display: block;
  min-height: 125px;
}

.fav div dl + dl {
  min-height: 75px;
}

.fav dt {
  color: #fff;
  font-weight: normal;
  background: url(//cdn.myxypt.com/dfdb7acb/21/09/f15799429c620dd9a841b607e185a5a955f87e90.png) no-repeat left center;
  font-size: 16px;
  padding-left: 18px;
  margin-bottom: 17px;
}

.fav .ft1 dl + dl dt {
  margin-bottom: 11px;
}

.fav .ft3 dl + dl dt {
  margin-bottom: 11px;
}

.fav .ft2 dl + dl dt {
  margin-bottom: 11px;
}

.fav dd {
  padding-left: 18px;
  color: #c5c5c5;
  font-size: 12px;
  line-height: 24px;
}

.fav dd a {
  color: #c5c5c5;
}

.fav dd a:hover {
  color: #fff;
}

.fav .lx {
  width: 318px;
}

.wei {
  width: 262px;
  color: #b9b9b9;
  font-size: 12px;
  text-align: center;
  line-height: 38px;
  margin-top: 34px;
}

.cop {
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
  height: 75px;
}

.copyright {
  color: #b9b9b9;
  line-height: 24px;
  margin-top: 25px;
}

.copyright a {
  color: #b9b9b9;
}

.copy_right {
  float: right;
  text-align: right;
  border-left: 1px solid #545454;
  border-right: 1px solid #545454;
  display: none;
}

.copy_right select {
  background: url(//cdn.myxypt.com/dfdb7acb/21/09/6569aaf6f68adb8694fd63d405e83bd584b54ce8.png) 130px center no-repeat;
  width: 170px;
  height: 73px;
  outline: none;
  padding-left: 28px;
  color: #ffffff;
  font-size: 12px;
  border: none;
}

.copy_right select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.copy_right select option {
  background: #4ec1e1;
  color: #fff;
  line-height: 30px;
}

/* 产品详情页面 */
.product-detail-swiper {
  width: 399px;
  float: left;
}

.product-detail-swiper .view .swiper-slide {
  outline: none;
}

.product-detail-swiper .view .slick-con {
  text-align: center;
  display: block;
  /*height: 318px;
    line-height: 318px;*/
  font-size: 0;
  border: 1px solid #e5e5e5;
  /*padding: 3px;*/
}

.product-detail-swiper .view .slick-con img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.product-detail-swiper .view .slick-con:hover img {
    overflow: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}


.product-detail-swiper .view .slick-con:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.product-detail-swiper .preview {
  margin: 0 -5px;
  position: relative;
  margin-top: 10px;
  display: none;
}

.product-detail-swiper .preview .swiper-slide {
  outline: none;
}

.product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
  border-color: #d80009;
}

.product-detail-swiper .preview .slick-con {
  text-align: center;
  display: block;
  height: 101px;
  line-height: 99px;
  margin: 0 5px;
  border: 1px solid #e1e1e1;
  font-size: 0;
}

.product-detail-swiper .preview .slick-con img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.product-detail-swiper .preview .slick-con:after {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.product-detail-swiper .preview .arrow-left,
.product-detail-swiper .preview .arrow-right {
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -25px;
  width: 20px;
  height: 50px;
  background: rgba(89, 89, 89, 0.8);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}

.product-detail-swiper .preview .arrow-left {
  left: 5px;
}

.product-detail-swiper .preview .arrow-right {
  right: 5px;
}

.product-detail-lists {
  width: calc(100% - 440px);
  /*padding-top: 20px;*/
  float: right;
}

.product-detail-lists h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 65px;
}

.product-detail-lists .product-detail-item li {
  border-top: 1px solid #eee;
  padding: 23px 0;
  font-size: 18px;
  color: #333333;
}

.product-detail-lists .product-detail-item li span {
  font-size: 14px;
  color: #666666;
}

.product-detail-lists .product-detail-inquiry {
  margin-bottom: 20px;
}

.product-detail-lists .product-detail-inquiry a {
  display: inline-block;
  width: 80%;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #4db336;
  border-radius: 2px;
}

.product-detail-lists .product-detail-inquiry a i {
  font-size: 20px;
  line-height: 0;
  vertical-align: -2px;
  margin-right: 5px;
}

.product-detail-lists .service-number {
  font-size: 14px;
  color: #333333;
}

.product-detail-lists .service-number span {
  font-size: 25px;
  color: #4db336;
}

.icon-arrowleft:before {
  content: "e620" !important;
}

.icon-arrowright:before {
  content: "e61f" !important;
}
