@charset "UTF-8";
.mx1440 {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

p {
  margin: 0;
}

.head-bg {
  background: #0895e5;
  position: relative;
      height: 96px;
  z-index: 999;width: 100%;
}
.head-bg.cur{position: fixed;top:0;}
.dh{display: none;font-size: 14px;color: #fff;line-height: 96px;}
.cur .dh{display: block;}
.cur .x-menu>li{padding: 0 1.1vw;}


.head-bg .head-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.head-bg .head-index .logo {
  position: relative;
  z-index: 1;
  width: 23.17708333333333vw;
}

.head-bg .head-index .logo img {
 max-width:100%; height:auto !important;width:auto !important;
}

.head-bg .head-index .logo::before {
  content: "";
  background: url(//cdn.myxypt.com/f0daeb26/22/02/c1fe442f3a5e5d2f3f4b5b5d0e45e1c3ffb0a73c.png) no-repeat top center;
  background-size: 100% 100%;
  width: 35.67708333333333vw;
  height: 115px;
  position: absolute;
  top: -18px;
  z-index: -1;
  right: 0;
}

.head-bg .head-index .headr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 24.86458333333333vw);
}

.headr .sou {
  position: relative;
  line-height: 96px;
  cursor: pointer;
}

.headr .sou img {
  max-width: 100%;
}

.headr #formsearch {
  position: absolute;
  right: 0;
  top: 96px;
  border: 1px solid #0895e5;
  width: 252px;
  z-index: 999;
  background: #0895e5;
  display: none;
}

.headr #formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

.headr #formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
  color: #fff;
  outline: none;
}

.headr #formsearch input#s_btn {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/9be6494026d41c3aec983aabd13ec6e694fd57a0.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
  outline: none;
}

.headr #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.headr #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.headr #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.headr #formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}


@media(max-width:1600px) {
.head-bg .head-index .logo{width: 28vw;}
.cur .x-menu>li{padding: 0 1.5vw;}
}

@media(max-width: 1300px){
  .head-bg .head-index .logo img{max-width: 80%;}
}


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

.product-index .p-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.125vw 0;
}

.product-index .p-title .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.product-index .p-title .pt1 h3 {
  color: #727171;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.product-index .p-title .pt2 a {
  color: #666666;
  font-size: 16px;
}

.product-index .product-con {
  display: flex;
  justify-content: space-between;
}

.product-index .product-con .prol {
  width: 13.6458vw;
}

.product-index .product-con .prol .psort li {
  position: relative;
}

.product-index .product-con .prol .psort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 46px;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  padding-right: 10px;
}

.product-index .product-con .prol .psort li.cur::before {
  content: "";
  position: absolute;
  right: 17px;
  width: 10px;
  height: 10px;
  border: 2px solid #fe1100;
  border-radius: 50%;
  top: 50%;
  margin-top: -5px;
}

.product-index .product-con .prol .psort li.cur a {
  font-weight: bold;
  color: #fe1100;
}

.product-index .product-con .pror {
  width: calc(100% - 14.58333333333333vw);
  max-width: 1160px;
}

.product-index .product-con .pror .plist2 {
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-index .product-con .pror .plist2 li {
  width: 30.333%;
  box-shadow: 0 0 20px rgba(15,12,29,.1);
  margin-bottom: 30px;
  position: relative;
  margin-right: 35px
}
.product-index .product-con .pror .plist2 li:nth-child(3n){
    margin-right: 0
}

.product-index .product-con .pror .plist2 li a {
  display: block;
}

.product-index .product-con .pror .plist2 li a .img1 img {
  width: 100%;
}

.product-index .product-con .pror .plist2 li a .wz {
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 6px solid #fff;
  padding: 5px 0 24px;
}

.product-index .product-con .pror .plist2 li:hover a .wz {
  color: #fe1100;
  border-bottom: 6px solid #fe1100;
}

@media (max-width: 1334px) {
   .product-index .product-con .pror .plist2 li a .wz{font-size: 16px;}
   .product-index .product-con .prol .psort li a{font-size: 16px;line-height: 43px;}
} 


@media (max-width: 1024px) {
  .product-index .product-con .prol .psort li a {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 996px) {
  .product-index .p-title .pt1 b {
    font-size: 20px;
  }
  .product-index .p-title .pt1 h3 {
    font-size: 16px;
  }
  
  
  .product-index .product-con .pror .plist2 {
display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-index .product-con .pror .plist2 li:nth-child(3n){
    margin-right: 35px
}


}

@media (max-width: 768px) {
  .product-index .p-title .pt1 b {
    font-size: 18px;
  }
  .product-index .p-title .pt1 h3 {
    font-size: 14px;
  }
  .product-index .p-title .pt2 a {
    font-size: 14px;
  }
  .product-index .product-con {
    display: block;
  }
  .product-index .product-con .prol {
    width: 100%;
  }
  .product-index .product-con .prol .psort{font-size: 0;margin-bottom: 20px;}
  .product-index .product-con .prol .psort li {
    display: inline-block;
    width: 32%;margin-right: 1%;
  }
  .product-index .product-con .prol .psort li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
  }
  .product-index .product-con .pror {
    width: 100%;
  }
  .product-index .product-con .pror .plist2 li a .wz {
    font-size: 12px;
    line-height: 1.5;
  }
}


@media(max-width: 640px){
  .product-index .product-con .pror .plist2 li a .wz{padding-bottom: 10px;}
  .product-index .product-con .pror .plist2 li{margin-bottom: 20px;}
}





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

.jjfa-bg {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/fa1fc713d590b99d4743dd0d99cbd8fdbdafe83e.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.375vw;
  padding-bottom: 6.25vw;
  margin-top: 4.6875vw;overflow: hidden;
}

.jjfa-bg .jjfa-index {
  position: relative;
}

.jjfa-bg .jjfa-index .jjfa-left {
  float: left;
  width: 27.08333333333333vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 60px;
  box-shadow: 7px 7px 0px 0px 
    rgba(0, 0, 0, 0.1);
  padding: 2.08333333333333vw 0;
  padding-left: 2.60416666666667vw;
  padding-right: 4.16666666666667vw;
}

.jjfa-bg .jjfa-index .jjfa-left .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.jjfa-bg .jjfa-index .jjfa-left .pt1 h3 {
  color: #727171;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.jjfa-bg .jjfa-index .jjfa-left .jsort {
  padding: 1.30208333333333vw 0;
}

.jjfa-bg .jjfa-index .jjfa-left .jsort li {
  border-bottom: 1px solid #fff;
  background: url(//cdn.myxypt.com/f0daeb26/22/02/d602d93c7ccb6a7d44d3d0ad1eab9679094b64bf.png) no-repeat right center;
  margin-bottom: 0.3vw;
}

.jjfa-bg .jjfa-index .jjfa-left .jsort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 50px;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
  padding-right: 30px;
}

.jjfa-bg .jjfa-index .jjfa-left .jsort li.cur {
  border-bottom: 1px solid #fe1100;
}

.jjfa-bg .jjfa-index .jjfa-left .jsort li.cur a {
  font-weight: bold;
  color: #fe1100;
}

.jjfa-bg .jjfa-index .jjfa-left .j-more {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/261f5f3826fc4c28431e434748f9e108088766ef.png) no-repeat left center;
  width: 184px;
  height: 49px;
  background-size: 184px 49px;
}

.jjfa-bg .jjfa-index .jjfa-left .j-more a {
  display: block;
  color: #fe1100;
  font-weight: bold;
  text-align: center;
  line-height: 49px;
  font-size: 18px;
}

.jjfa-bg .jjfa-index .jjfa-right {
  float: right;
  width: calc(100% - 23.17708333333333vw);
}

.jjfa-bg .jjfa-index .jjfa-right .jjfa-list li .img1 img {
  width: 100%;
}

@media(max-width: 1600px){
  .jjfa-bg .jjfa-index .jjfa-left .jsort li a{font-size: 16px;}
}

@media(max-width: 1300px){
  .jjfa-bg .jjfa-index .jjfa-left .jsort li a{font-size: 14px;line-height: 40px;}
}

@media (max-width: 768px) {
  .jjfa-bg .jjfa-index .jjfa-left {
    float: none;
    position: relative;
    width: 100%;
    top: 0;
  }
  .jjfa-bg .jjfa-index .jjfa-left .pt1 b {
    font-size: 18px;
  }
  .jjfa-bg .jjfa-index .jjfa-left .pt1 h3 {
    font-size: 14px;
  }
  .jjfa-bg .jjfa-index .jjfa-left .jsort li {
    display: inline-block;
    width: 48%;
  }
  .jjfa-bg .jjfa-index .jjfa-left .jsort li a {
    font-size: 14px;
    line-height: 30px;
  }
  .jjfa-bg .jjfa-index .jjfa-left .j-more a {
    font-size: 14px;
  }
  .jjfa-bg .jjfa-index .jjfa-right {
    width: 100%;
    float: none;
  }
}

@media(max-width: 640px){
  .jjfa-bg .jjfa-index .jjfa-left .j-more{width: 130px;height: 35px;background-size: 130px 35px;line-height: 35px;}
  .jjfa-bg .jjfa-index .jjfa-left .j-more a{line-height: 35px;}
  .jjfa-bg .jjfa-index .jjfa-left{margin-bottom: 20px;}
}

.ad-bg{overflow:hidden;}
/**/
.about-index {
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
  overflow: hidden;
}
.aimg{width: 54%;}
.aimg img{width: 100%}
.about-index .aboutl {
  width: 39%;
}

.about-index .aboutl .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.about-index .aboutl .pt1 h3 {
  color: #727171;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.about-index .aboutl .ab1 {
  margin-top: 2.60416666666667vw;
}

.about-index .aboutl .ab1 p {
  color: #555555;
  font-size: 16px;
  line-height: 34px;
}
.about-index .aboutl h2{ color: #0895e5;font-size: 36px;font-weight: bold;line-height: 1;position: relative;display: inline;padding-bottom: 4px;}
.about-index .aboutl h2:after{width: 410px;height: 2px;background-color: #e6e6e6;display: block;content:'';position: absolute;right: 0;bottom: 0;}
.about-index  .pt1{margin-top: 2vw;}
.about-index .aboutl .a-more {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/261f5f3826fc4c28431e434748f9e108088766ef.png) no-repeat top center;
  width: 184px;
  height: 49px;
  background-size: 184px 49px;
  margin-top: 3.90625vw;
}

.about-index .aboutl .a-more a {
  display: block;
  color: #0895e5;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
}

.about-index .aboutr {
  width: calc(100% - 42.44791666666667vw);
  margin-top: 2vw;
  max-width: 624px;
}

.about-index .aboutr .aboutr-list li {
  float: left;
  position: relative;
  margin-bottom: 12px;
  margin-left: 10px;
  overflow: hidden;
}

.about-index .aboutr .aboutr-list li .img1 img {
  width: 100%;
}

.about-index .aboutr .aboutr-list li .ww {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}

.about-index .aboutr .aboutr-list li .ww .w1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.about-index .aboutr .aboutr-list li .ww .w1 b {
  font-family: "Arial";
  font-size: 2.5vw;
}

.about-index .aboutr .aboutr-list li .ww .w1 span {
  font-family: "Arial";
  font-size: 1.875vw;
}

.about-index .aboutr .aboutr-list li .ww .w2 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.about-index .aboutr .aboutr-list li:nth-of-type(2) {
  margin-top: 1.97916666666667vw;
}

.about-index .aboutr .aboutr-list li:nth-of-type(3) {
  margin-top: 7.1875vw;
  float: right;
}

.about-index .aboutr .aboutr-list li:nth-of-type(4) {
  margin-top: -1.97916666666667vw;
}

.about-index .aboutr .aboutr-list li:hover .ww {
  background: rgba(127, 34, 0, 0.6);
  bottom: 0;
}

@media(max-width: 1200px){
  .about-index .aboutl .ab1 p{line-height: 28px;}
}

@media (max-width: 1024px) {
  .about-index .aboutr {
    width: calc(100% - 32.447917vw);
  }
  .about-index .aboutl h2{font-size: 30px;}
  .about-index .aboutl .ab1{margin-top: 1.5vw;}
  .about-index .aboutl .a-more{margin-top: 2vw;}
  .about-index .aboutl .ab1 p{font-size: 14px;line-height: 24px;}
}

@media (max-width: 996px) {
  .about-index .aboutr {
    width: calc(100% - 26.447917vw);
  }
}

@media (max-width: 768px) {
  .about-index {
    display: block;
  }
  .about-index .aboutl {
    width: 100%;
  }
  .about-index .aboutl .pt1 b {
    font-size: 18px;
  }
  .about-index .aboutl .pt1 h3 {
    font-size: 14px;
  }
  .about-index .aboutl .ab1 p {
    font-size: 13px;
    line-height: 24px;
  }
  .about-index .aboutr {
    width: 100%;
  }
  .about-index .aboutr .aboutr-list li {
    float: none;
    margin-left: 0;
  }
  .about-index .aboutr .aboutr-list li:nth-of-type(3) {
    float: none;
    margin: 0;
    margin-top: 10px;
  }
  .about-index .aboutr .aboutr-list li:nth-of-type(4) {
    margin-top: 10px;
  }
  .aimg{width: 100%;margin-bottom: 20px;}
}

@media(max-width: 640px){
   .about-index .aboutl .a-more{width: 130px;height: 35px;background-size: 130px 35px;line-height: 35px;}
   .about-index .aboutl .a-more a{line-height: 35px;}
}



/**/
.ad-bg {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/359c40fa55a72a390886e1e31d71c89de352d9b3.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 3.33333333333333vw 0;
  margin-top: 4.6875vw;
}

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

.ad-bg .ad-index .ad-list li {
  text-align: center;
  width: 25%;
  height: 285px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.6s ease;
}

.ad-bg .ad-index .ad-list li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.ad-bg .ad-index .ad-list li .img22{display: none;}
.ad-bg .ad-index .ad-list li:hover .img11{display: none;}
.ad-bg .ad-index .ad-list li:hover .img22{display: inline-block;}

.ad-bg .ad-index .ad-list li .img1 img {
  max-width: 100%;
}

.ad-bg .ad-index .ad-list li .w1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}

.ad-bg .ad-index .ad-list li .w2 {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/0677741026810ac119ebf92ced774dd87a11c5ab.png) no-repeat top center;
  width: 21px;
  height: 17px;
  margin: 0 auto;
  background-size: 21px 17px;
  margin-top: 30px;
}

.ad-bg .ad-index .ad-list li .w3 {
  color: #e6e6e6;
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  padding: 0 8%;
  display: none;
}

.ad-bg .ad-index .ad-list li:hover{
  transform:translateY(10px)
}



.ad-bg .ad-index .ad-list li:hover .w2 {
  display: none;
  transition: all 0.6s ease;
}

.ad-bg .ad-index .ad-list li:hover .w3 {
  display: block;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .ad-bg .ad-index .ad-list {
    flex-wrap: wrap;
  }
  .ad-bg .ad-index .ad-list li {
    width: 46%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .ad-bg .ad-index .ad-list li + li {
    border: none;
  }
  .ad-bg .ad-index .ad-list li .img1 img {
    max-width: 20%;
  }
  .ad-bg .ad-index .ad-list li .w1 {
    font-size: 14px;
    padding-top: 5px;
  }
  .ad-bg .ad-index .ad-list li .w2 {
    margin-top: 10px;
  }
  .ad-bg .ad-index .ad-list li .w3 {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
}


/**/
.box1{padding: 40px 0;background-color: #f5f5f5;margin: 49px 0 80px;overflow:hidden;}
.box1 .bd{overflow:hidden;}
.box1 li{width: 335px;margin-right: 33px;}
.box1 li img{display: block;width: 100%;height: 100%;}
.box1 li a{display: block;position: relative;}
.box1 li h3{line-height: 40px;background: rgba(0,0,0,.6);position: absolute;bottom: 0;width: 100%;text-align: center;color: #ffffff;font-size: 16px;padding: 0 2px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.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);}

@media(max-width: 768px){
  .box1 li{width: 260px;margin-right: 20px;}
  .box1{padding: 30px 0;margin:30px 0 30px;}
}


@media(max-width: 640px){
  .box1 li{width: 200px;margin-right: 20px;}
}

/**/

.tab-con { position: relative; }
.tab-con .news-con { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .news-con { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .news-con.active { position: static; opacity: 1; visibility: visible;  }

.xinwen{background-color: #f5f5f5;padding:4% 0;overflow: hidden;margin-top: 4%;}

.news-index .n-title {
  padding:0 0 2.8vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-index .n-title .nt1 {
  font-weight: bold;
  color: #333333;
  font-size: 1.875vw;
}

.news-index .n-title .nt .nsort li {
  display: inline-block;
  color: #666666;
  margin-left: 2.91666666666667vw;
  border-bottom: 3px solid transparent;
}

.news-index .n-title .nt .nsort li a {
  display: block;
  color: #666666;
  font-size: 18px;
  line-height: 2;
}

.news-index .n-title .nt .nsort li.active {
  border-bottom: 3px solid #0895e5;
}

.news-index .n-title .nt .nsort li.active a {
  font-weight: bold;
  color: #0895e5;
}

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

.news-index .news-con .newsl {
  width: 35.20833333333333vw;
}

.news-index .news-con .newsl .nlist1 li {
  position: relative;
}

.news-index .news-con .newsl .nlist1 li .img1 img {
  width: 100%;
}

.news-index .news-con .newsl .nlist1 li .ww {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.44);
  padding: 1.97916666666667vw;
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .newsl .nlist1 li .ww .date {
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.news-index .news-con .newsl .nlist1 li .ww .date .d1 {
  font-size: 24px;
  font-family: "Arial";
}

.news-index .news-con .newsl .nlist1 li .ww .date .d2 {
  font-size: 14px;
  font-family: "Arial";
}

.news-index .news-con .newsl .nlist1 li .ww .wz b {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-index .news-con .newsl .nlist1 li .ww .wz h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .news-con .newsr {
  width: calc(100% - 38.33333333333333vw);
}

.news-index .news-con .newsr .nlist2 li {
  padding: 1.1625vw 0;
}

.news-index .news-con .newsr .nlist2 li a {
  display: flex;
  justify-content: space-between;
}

.news-index .news-con .newsr .nlist2 li a .date {
  text-align: center;
  width: 6.45833333333333vw;
}

.news-index .news-con .newsr .nlist2 li a .date .d1 {
  color: #333333;
  font-size: 24px;
  font-family: "Arail";
}

.news-index .news-con .newsr .nlist2 li a .date .d2 {
  color: #666666;
  font-size: 14px;
  font-family: "Arail";
}

.news-index .news-con .newsr .nlist2 li a .wz {
  width: calc(100% - 6.45833333333333vw);
}

.news-index .news-con .newsr .nlist2 li a .wz .w1 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.news-index .news-con .newsr .nlist2 li a .wz .w2 {
  color: #999999;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-index .news-con .newsr .nlist2 li:hover {
  background: #f5f5f5;
}

.news-index .news-con .newsr .nlist2 li:hover a .wz .w1 {
  color: #0895e5;
}

@media (max-width: 1366px) {
  .news-index .news-con .newsr .nlist2 li {
    padding: 0.1625vw 0;
  }
}

@media (max-width: 1024px) {
  .news-index .news-con .newsl {
    width: 48.208333vw;
  }
  .news-index .news-con .newsr {
    width: calc(100% - 53.208333vw);
  }
}

@media (max-width: 768px) {
  .news-index .n-title .nt1 {
    font-size: 16px;
  }
  .news-index .n-title .nt .nsort li a {
    font-size: 14px;
  }
  .news-index .news-con {
    display: block;
  }
  .news-index .news-con .newsl {
    width: 100%;
  }
  .news-index .news-con .newsl .nlist1 li .ww .wz b {
    font-size: 14px;
  }
  .news-index .news-con .newsl .nlist1 li .ww .wz h4 {
    font-size: 12px;
    line-height: 2;
    padding-top: 5px;
  }
  .news-index .news-con .newsr {
    width: 100%;
  }
  .news-index .news-con .newsr .nlist2 {
    margin-top: 10px;
  }
  .news-index .news-con .newsr .nlist2 li {
    margin-bottom: 10px;
  }
  .news-index .news-con .newsr .nlist2 li a .date {
    width: 100px;
  }
  .news-index .news-con .newsr .nlist2 li a .wz .w1 {
    font-size: 14px;
  }
  .news-index .news-con .newsr .nlist2 li a .wz .w2 {
    font-size: 12px;
    line-height: 2;
    margin-top: 5px;
  }
}
.product-index{overflow:hidden;}
/**/
.hzhb-bg {
  margin-top: 3.6875vw;overflow: hidden;
}

.hzhb-con{margin-top: 46px;overflow: hidden;}
.hzhb-bg .hzhb-index .p-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hzhb-bg .hzhb-index .p-title .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.hzhb-bg .hzhb-index .p-title .pt1 h3 {
  color: #727171;
  font-size: 1.04166666666667vw;
  padding-top: 10px;
}

.hzhb-bg .hzhb-index .p-title .pt2 a {
  color: #666666;
  font-size: 16px;
}

.hzhb-bg .hzhb-index .hzhb-con .hzhb-list {
   margin: 0 -16px;
}
.hzhb-bg .slick-dots {font-size: 0;text-align: center;margin-top: 30px;}
.hzhb-bg .slick-dots li{display: inline-block;width: 10px;height: 10px;background-color: #e6e6e6;border-radius: 50%;margin: 0 8px;cursor: pointer;}
.hzhb-bg .slick-dots li button{background: none;font-size: 0;border:none;outline: none;}
.hzhb-bg .slick-dots li.slick-active{background-color: #fe1100;}

.hzhb-bg .hzhb-index .hzhb-con .hzhb-list .li1 a{
  margin: 0 16px;display: block;
}

.hzhb-bg .hzhb-index .hzhb-con .hzhb-list .li1 .img1 img {
  width: 100%;
}



@media (max-width: 768px) {
  .hzhb-bg .hzhb-index .p-title .pt1 b {
    font-size: 18px;
  }
  .hzhb-bg .hzhb-index .p-title .pt1 h3 {
    font-size: 14px;
  }
  .hzhb-bg .hzhb-index .p-title .pt2 a {
    font-size: 14px;
  }
  .hzhb-con,.hzhb-bg .slick-dots{margin-top: 20px;}
}

/**/
.foot-bg {
  background: url(//cdn.myxypt.com/f0daeb26/22/02/2b800f55d8dd6170f5309a4442d5a14c5aab9f2a.png) repeat top center;
  border-top: 5px solid #0895e5;
  padding: 3% 0 2%;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .foot1 {
  display: flex;
  justify-content: space-between;
  width: 32.25vw;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

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

.foot-bg .foot-index .foot1 dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 1.5625vw;
}

.foot-bg .foot-index .foot1 dl dd a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  line-height: 34px;
  transition: all .3s;
}
.foot-bg .foot-index .foot1 dl dd a:hover{
   color: rgba(255, 255, 255, 1); 
} 
.foot-bg .foot-index .lx h3 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 1.5625vw;
}

.foot-bg .foot-index .lx p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 34px;
}

.foot-bg .foot-index .erq {
  margin-top: 2vw;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;
}
.er2{margin-right: 2vw;}

.foot-bg .foot-index .erq p {
  text-align: center;
  color: rgba(255,255,255,.8);
  line-height: 3.6;
}

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

.foot-bg .cop-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2.60416666666667vw;
  padding: 1.5625vw 0 0 0 ;
}

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

.foot-bg .cop-bg .cop-index .copl {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
}

.foot-bg .cop-bg .cop-index .copl a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.flink {
  position: relative;
}

.lj {
  width: 232px;
  line-height: 44px;
  padding-left: 29px;
  color: #fff;
  font-size: 14px;
  background: url(//cdn.myxypt.com/f0daeb26/22/02/6fe6eff7e5477607e64c0135274cc1c862c6800d.png) no-repeat rgba(255, 255, 255, 0.1);
  background-position: 186px;
  cursor: pointer;
}

.lianjie {
  position: absolute;
  bottom: 44px;
  width: 100%;
  left: 0;
  display: none;
  padding: 20px 0;
}

.lianjie a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 18px;
}

.lianjie a:hover {
  color: #ab001a;
}

@media (max-width: 768px) {
  .foot-bg {
    padding-bottom: 20px;
  }
  .foot-bg .foot-index {
    display: block;
  }
  .foot-bg .foot-index .foot1 {
    width: 100%;
  }
  .foot-bg .foot-index .foot1 dl dt {
    font-size: 14px;
  }
  .foot-bg .foot-index .foot1 dl dd a {
    font-size: 12px;
    line-height: 24px;
  }
  .foot-bg .foot-index .lx h3 {
    font-size: 14px;
  }
  .foot-bg .foot-index .lx p {
    font-size: 12px;
    line-height: 24px;
  }
  .foot-bg .cop-bg .cop-index {
    display: block;
  }
  .foot-bg .cop-bg .cop-index .copl {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  .foot-bg .cop-bg .cop-index .copl a {
    font-size: 12px;
  }
}

/*phone底部导航*/
/*手机底部*/
@media(max-width: 1200px){
  .xypg-right-content{overflow: hidden;}
  .xypg-right-content p img{
           max-width: 100%;
          width: auto !important;
          height: auto !important;
     }
}
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0895e5;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  height: 50px;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(//cdn.myxypt.com/f0daeb26/22/02/f923a10ef29dbca515704ab827b28b3a85d68b5a.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(//cdn.myxypt.com/f0daeb26/22/02/c7d2152dac2201340aa8d5e8ef8f13d588ba1f58.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(//cdn.myxypt.com/f0daeb26/22/02/d33e08720b8f01981a177e9229e987ec33680ce3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(//cdn.myxypt.com/f0daeb26/22/02/b877104b96da363afdfcdf62e715b84bf50a051f.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}

.footer ul li a{border-left:1px solid  rgba(255,255,255,.5);}
@media(max-width: 991px){
  .page-banner,.x-banner{margin-top: 60px;}
}

/*内页*/
.page-wrap {
  background: none;
}

.page-wrap-left {
  position: relative;
  top: -100px;
}

@media (max-width: 990px) {
  .page-wrap-left {
    display: none;
  }
}

.xypg-left-con {
  background: #fff;
  border: none;
  padding: 0 18px;
}

.yili .xypg-left-title {
  background: #0895e5;
  background-size: 100% 100%;
  height: 100px;
  padding: 0;
}

.yili .xypg-left-title h3 {
  line-height: 100px;
  text-indent: 26px;
  color: #fff;
}

.yili .xypg-left-title span {
  display: none;
}

.xypg-left-nav {
  padding-bottom: 30px;
}

.xypg-left-nav > li {
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}

.xypg-left-nav > li:last-child {
  border-bottom: 1px dashed #e1e1e1;
}

.xypg-left-nav > li::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #cdcdcd;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.xypg-left-nav > li > a {
  font-size: 15px;
  padding: 0;
  line-height: 46px;
  transition: 0.6s;
}

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

.xypg-left-nav > li:hover::before {
  border-left: 8px solid #0895e5;
}

.xypg-left-nav > li:hover > a,
.xypg-left-nav > li.clicked > a {
  transform: translateX(10px);
}

.xypg-left-title {
  background: #fff;
}

.xypg-left-title h3 {
  color: #333333;
}

.xypg-left-contact .xypg-left-title,
.xypg-left-keys .xypg-left-title,
.xypg-left-news .xypg-left-title {
  padding: 14px 20px;
  position: relative;
  padding-left: 38px;
}

.xypg-left-contact .xypg-left-title:before,
.xypg-left-keys .xypg-left-title:before,
.xypg-left-news .xypg-left-title:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 5px;
  height: 20px;
  background: #0895e5;
}

.xypg-left-contact .xypg-left-title:after,
.xypg-left-keys .xypg-left-title:after,
.xypg-left-news .xypg-left-title:after {
  content: '';
  position: absolute;
  width: 240px;
  height: 1px;
  background: #f2f2f2;
  left: 20px;
  bottom: 0;
}

.xypg-left-contact .xypg-left-title h3,
.xypg-left-keys .xypg-left-title h3,
.xypg-left-news .xypg-left-title h3 {
  font-size: 21px;
  font-weight: 400;
}

.page-position {
  padding: 16px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
}

.page-position:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(//cdn.myxypt.com/f0daeb26/22/02/cafd9e3c7c604fc987657decf0e620e5d644ace9.png) no-repeat center left;
}

.page-position a {
  color: #666666;
}

.page-position a:hover {
  color: #0895e5;
}

.xypg-product-list li {
  border: none;
  padding: 0;
  position: relative;
}

.xypg-product-list li h3 a {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
}

.xypg-product-list li:hover h3 a {
  color: #0895e5;
}

/*nabout*/
.xypg-left-title-about h3 {
  text-align: center;
  color: #333333;
  font-size: 30px;
}

.xypg-left-nav-about {
  text-align: center;
  margin: 30px auto;
}

.xypg-left-nav-about li {
  display: inline-block;
  width: 10%;
  background: #fff;
  line-height: 42px;
  margin: 0 5px;
  position: relative;
}

.xypg-left-nav-about li::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -2.5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0895e5;
  display: none;
}

.xypg-left-nav-about li a {
  display: block;
  color: #666666;
  font-size: 16px;
}

.xypg-left-nav-about li:hover {
  background: #0895e5;
}

.xypg-left-nav-about li:hover::before {
  display: block;
}

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

.page-wrap-right .xypg-right-content {
 
}

.page-wrap-right .xypg-right-content p img {
  max-width: 100%;
}


@media(max-width:768px){
    .xypg-left-nav-about li{
        width:46%;
        margin-bottom: 3%;
    }

}

@media(max-width: 640px){
    .xypg-left-title-about h3{font-size: 24px;}
    .xypg-left-nav-about{margin: 15px auto;font-size: 0;}
    .xypg-left-nav-about li{width: 32%;margin: 0 0.5%;margin-bottom: 15px;}
    .xypg-left-nav-about li a{font-size: 14px;}
    .jjfa-bg .jjfa-index .jjfa-left{
        padding: 20px 0;
        padding-left: 2.60416666666667vw;
        padding-right: 4.16666666666667vw;
    }
    .about-index{margin-top:30px;}
    .about-index .pt1{margin-top:15px;}
    .product-index .product-con .prol .psort li.cur::before{right:0;}
}







