@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;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1400{
  width: 1400px;
  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;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.max1600{
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media(max-width: 767px){
  .max1600{
    padding-left: 2%;
    padding-right: 2%;
  }
}

/*head*/
.head-bg{
  background: #1b1b1b;
  padding: 20px 0;
}

.head-index{
  align-items: center;
}

.head-index .logo{
  width: 20%;
}

.head-index .logo img{
  max-width: 100%;
}

.head-index .headr{
  width: 65.9375%;
  position: relative;
}

.head-index .headr .tnav{
  width: 66.91943127962085%;
}

.head-index .headr .tlj{
    background: #d56014;
    border-radius: 20px;
    width: 10.80568720379147%;
    height: 26px;
}

.head-index .headr .tlj a{
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 26px;
}

.head-index .headr .tyuyan1{
  width: 11.94312796208531%;
  height: 20px;
  text-align: center;
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
  margin-top: 5px;
}

.head-index .headr .tyuyan{
  border: 1px solid #fff;
  border-radius: 20px;
  width: 72px;
  margin: 0 auto;
  font-size: 0;
}

.head-index .headr .tyuyan a{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 50%;
}

.head-index .headr .tyuyan a.a1{

}

.head-index .headr .tyuyan a.a2{
  background: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #1b1b1b;
}

.head-index .headr .tyuyan a.a1:hover{
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #1b1b1b;
}

.head-index .headr .tyuyan:hover a.a2{
  background: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #fff;
}

.head-index .headr .tyuyan a.a2:hover{
  background: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #1b1b1b;
}

.head-index .headr .terq{
  position: relative;
  width: 12px;
  margin-top: 5px;
}
.head-index .headr .terq .er1 img{
  max-width: 100%;
}

.head-index .headr .terq .er2{
  position: absolute;
  z-index: 999;
  right: 0;
  top: 56px;
  background: #ffffff;
  padding: 6px;
  display: none;
  text-align: center;
  color: #666666;
  font-size: 12px;
  line-height: 2;
}

.head-index .headr .terq:hover .er2{
  display: block;
  
}

.head-index .headr .tsou{
  margin-top: 5px;
}

.head-index .headr .tsou .so1{
  max-width: 100%;
}


.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 61px;
    width: 224px;
    z-index: 999;
}

.ss input {
    outline: none;
    line-height: 40px;
    width: 20%;
    background: none;
    background: #fff;
    color: #1c4086;
    float: left;
    background: url(../images/b58510ffcfa571096685698a3cde4b4022617e81.png) no-repeat center center #d56014;
}

.ss #keyword {
    padding-left: 15px;
    line-height: 40px;
    width: 80%;
    outline: none;
    font-size: 12px;
    color: #666666;
    float: left;
    background: #fff;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #666666 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #666666;
}


@media(max-width: 1280px){
  .head-index .headr{
    width: 74.9375%;
  }
}
@media(max-width: 1100px){
  .head-index .headr{
    width: 79.9375%;
  }
}


/**/
.bg{
  background: #000000;
}

.about-bg{
  padding-top: 85px;
  padding-bottom: 85px;
}

.pt{
  text-align: center;
}

.pt .pt1{
  font-weight: 600;
  font-size: 2.1rem;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.pt .pt1 img{
  max-width: 100%;
}

.pt .pt1 b{
  padding: 0 2.25rem;
}

.pt .pt2{
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
}

.pt .pt3{
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #666666;
  padding-top: 25px;
}

@media(max-width: 767px){
  .pt .pt1{
    font-size: 24px;
  }
  .pt .pt1 b{
    padding: 0 10px;
    font-size: 20px;
  }
  .pt .pt1 img{
    max-width: 50%;
  }
  .pt .pt2{
    font-size: 20px;
  }
  .pt .pt3{
    font-size: 15px;
    padding-top: 10px;
  }
}


.about-index{
  max-width: 1200px;
  margin: 0 auto;
}

.aw{
  margin-top: 50px;
}

.aw p{
  color: rgba(255,255,255,.5);
  font-size: 20px;
  text-align: center;
  line-height: 36px;
}


.c2-con{margin-top: 50px;}
.c2-con ul{text-align:center;}
.c2-con ul li{width: 25%;position: relative;float: left;}
.c2-con ul li:last-child{border-right: 0;}
.c2-con ul li .count-title{font: bold 2.75rem/50px "Microsoft YaHei";color: #ffffff;display:inline-block;}
.c2-con ul li dt{font-size:24px;color: #ffffff;display:inline-block;}
.c2-con ul li p{font: normal 1.2rem/50px "Microsoft YaHei";color: rgba(254,254,254,.5);text-align: center;}


@media(max-width: 767px){
  .aw{
    margin-top: 35px;
  }

  .aw p{
    font-size: 16px;
    line-height: 26px;
  }
  .c2-con ul li{
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c2-con ul li:nth-of-type(1){
    border-bottom: 1px solid #2a2a2a;
    border-right: 1px solid #2a2a2a;
  }
  .c2-con ul li:nth-of-type(2){
    border-bottom: 1px solid #2a2a2a;
    
  }
  .c2-con ul li:nth-of-type(3){
    border-right: 1px solid #2a2a2a;
  }
   .c2-con ul li .count-title{
     font-size: 24px;
     line-height: 30px;
   }
   .c2-con ul li dt{
     font-size: 20px;
   }
   .c2-con ul li p{
     font-size: 14px;
     line-height: 30px;
   }

   .about-bg{
     padding-bottom: 50px;
   }
}

/**/
.ad1 p img{
  width: 100%;
  height: auto;
}

.product-index{
  padding-top: 145px;
}

.psort{
  margin-top: 145px;
}

.ps1{
  background-image: -moz-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(39,39,39) 72%, rgb(53,53,53) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(39,39,39) 72%, rgb(53,53,53) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(39,39,39) 72%, rgb(53,53,53) 100%);
  width: 46.5%;
  padding-top: 6.25rem;
  padding-left: 2.75rem;
  padding-right: 1rem;
}

.ps1 li .pp1{
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
}

.ps1 li .pp2{
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(254,254,254,.5);
  margin-top: 1.5rem;
}

.ps1 li .pp3{
  font-weight: 500;
  font-size: 14px;
  color: rgba(254,254,254,1);
  width: 136px;
  height: 40px;
  border: 1px solid #525252;
  border-radius: 8px;
  text-align: center;
  line-height: 38px;
  margin-top: 6rem;
}
.ps1 .img1{
  margin-top: 10px;
}
.ps1 .img1 img{
  max-width: 100%;
}

.ps1 li .pp1:hover{
  color: #ec5c24;
}
.ps1 li .pp3:hover{
  background: #ec5c24;
  border-color: #ec5c24;
  border-radius: 20px;
}

.ps2{
  width: 51%;
}

.ps2 li{
  background-image: -moz-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(53,53,53) 100%);
  background-image: -webkit-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(53,53,53) 100%);
  background-image: -ms-linear-gradient( 103deg, rgb(25,25,25) 0%, rgb(53,53,53) 100%);
  height: 50vh;
  padding-left: 2.8rem;
  padding-right: 1rem;
  padding-top: 6.25rem;
  position: relative;
}
.ps2 li:nth-of-type(1){
  margin-bottom: 23px;
}
.ps2 li .wz{
  width: 15.25rem;
}
.ps2 li .pp1{
  font-weight: 600;
  font-size: 1.7rem;
  color: #fff;
}

.ps2 li .pp2{
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(254,254,254,.5);
  margin-top: 0.75rem;
}

.ps2 li .pp3{
  font-weight: 500;
  font-size: 14px;
  color: rgba(254,254,254,1);
  width: 136px;
  height: 40px;
  border: 1px solid #525252;
  border-radius: 8px;
  text-align: center;
  line-height: 38px;
  margin-top: 4rem;
}

.ps2 li .img1{
  position: absolute;
  bottom: 0;
  right: 0;
}

.ps2 li .img1 img{
  max-width: 100%;
}
.ps2 li .pp1:hover{
  color: #ec5c24;
}
.ps2 li .pp3:hover{
  background: #ec5c24;
  border-color: #ec5c24;
  border-radius: 20px;
}

@media(max-width: 767px){
  .product-index{
    padding-top: 50px;
  }
  .product-index .pt .pt1 img{
        max-width: 10%
  }
  .product-index .pt .pt1 b{
    font-size: 20px;
  }
  .product-index .pt .pt2{
    font-size: 16px;
  }
  .psort{
    margin-top: 45px;
    flex-wrap: wrap;
  }
  .ps1{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 90px;
    margin-bottom: 20px;
  }
  .ps1 li{
    position: relative;
    padding-right: 5%;
  }
  .ps1 li .pp1{
    font-size: 20px;
  }
  .ps1 li .pp2{
    font-size: 14px;
  }
  .ps1 li .pp3{
    font-size: 14px;
    margin-top: 20px;
    width: 100px;
  }
  .ps1 .img1{
    position: absolute;
    right: 0;
    bottom: -90px;
    text-align: right;
  }
  .ps1 .img1 img{
    max-width: 70%;
  }
  .ps2{
    width: 100%;
  }
  .ps2 li{
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .ps2 li:nth-of-type(1){
    margin-bottom: 20px;
  }
  .ps2 li .wz{
    width: auto;
    position: absolute;
    padding-right: 5%;
  }
  .ps2 li .pp1{
    font-size: 20px;
  }
  .ps2 li .img1{
    position: absolute;
    right: 0;
    bottom:10px;
    text-align: right;
  }
  .ps2 li .pp2{
    font-size: 14px;
  }
  .ps2 li .pp3{
    width: 100px;
  }
  .ps2 li .img1 img{
    max-width: 70%;
  }
}


/**/
.tiyan-bg{
  margin-top: 6.5rem;
  position: relative;
}

.tiyan-img img{
  max-width: 100%;
}

.tiyan-wen{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tiyan-wen p{
  color: #fff;
}

.tiyan-wen p:nth-of-type(1){
  font-weight: 600;
  font-size: 2.4rem;
}

.tiyan-wen p:nth-of-type(2){
  font-weight: 500;
  font-size:1.5rem;
  margin-top: 2.75rem;
}

.tiyan-a{
  font-size: 0;
  margin-top: 4.5rem;
}

.tiyan-a a{
  display: inline-block;
  color: #fff;
  font-size: 12px;
  width: 160px;
  height: 40px;
  border: 1px solid #fff;
  margin: 0 10px;
  text-align: center;
  line-height: 38px;
}

.tiyan-a a:hover{
  background: #ec5c24;
  border-color: #ec5c24;
}

/**/
.case-bg{
  background: #222222;
  padding-top: 7.75rem;
}

.case-index{
  
}

.clist1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1.5%;
  margin-top: 3.6rem;
}

.clist1 li{
  width: 30.333%;
  margin: 0 1.5%;
  margin-bottom: 2.5%;
}

.clist1 li .img1 img{
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.clist1 li .wz{
  background: #ffffff;
  color: #333333;
  font-size: 0.9rem;
  text-align: center;
  line-height: 3.56;
}
.clist1 li:hover .wz{
  background: #ec5c24;
  color: #fff;
}

@media(max-width: 767px){
  .tiyan-bg{
    margin-top: 30px;
  }
  .tiyan-img img{
    height: 40vh;
  }
  .tiyan-wen p:nth-of-type(1){
    font-size: 16px;
  }
  .tiyan-wen p:nth-of-type(2){
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .tiyan-a{
    margin-top: 20px;
  }
  .tiyan-a a{
    width: 120px;
  }
  .case-bg{
    padding-top: 30px;
  }
  .clist1{
    margin: 0;
    margin-top: 30px;
  }
  .clist1 li{
    width: 46.333%;
    margin-bottom: 5%;
  }
  .clist1 li .wz{
    font-size: 14px;
    line-height: 40px;
  }
}



/**/
.news-bg{
  background: #2a2a2a;
  padding-top: 5.75rem;
  padding-bottom: 3.5rem;
}

.nist1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1.5%;
  margin-top: 4.5rem;
}

.nist1 li{
  width: 30.333%;
  margin: 0 1.5%;
}

.nist1 li .img1 img{
  width: 100%;
}

.nist1 li .wz{
  background: transparent;
  padding: 2rem 0px;
  transition: 0.5s;
}

.nist1 li .wz .wz1{
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.nist1 li .wz .wz2{
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(254,254,254,.5);
  margin-top: 1.2rem;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.nist1 li .more{
  border-top: 1px solid #404040;
  padding: 1.1rem 0;
  transition: 0.5s;
}

.nist1 li .more .more1{
  font-size: 16px;
  color: rgba(254,254,254,.5);
}

.nist1 li .more .more2 img{
  max-width: 100%;
}

.nist1 li:hover .wz{
 padding: 2rem;
 background: #151515;
}

.nist1 li:hover .wz .wz1{
  color: #eb5c25;
}

.nist1 li:hover .more{
  padding: 1.1rem 2rem;
   background: #151515;
}

.news-more{
  width: 150px;
  height: 40px;
  background: #eb5c25;
  margin: 0 auto;
}

.news-more a{
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

@media(max-width: 767px){
  .news-bg{
    background: #222222;
    padding-top: 30px;
  }
  .nist1{
    margin: 0;
    margin-top: 30px;
  }
  .nist1 li{
    width: 100%;
  }
  .nist1 li .img1{
    display: none;
  }
  .nist1 li:nth-of-type(1) .img1{
    display: block;
  }
  .nist1 li .wz{
    padding: 20px 0;
  }
  .nist1 li .wz .wz1{
    font-size: 15px;
  }
  .nist1 li .wz .wz2{
    font-size: 13px;
  }
  .nist1 li .more{
    padding: 20px 0;
  }
  .nist1 li .more .more1{
    font-size: 14px;
  }
}


/**/
.foot-bg{
  background: #111111;
}

.foot1{
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  align-items: center;
}

.foot2{
  margin-top: 2rem;
  padding-bottom: 2.4rem;
}

.foot2l{
  width: 67.5%;
}

.foot2r{
  width: 19.5%;
  margin-right: 5%;
}

.foot2r h3{
  color: rgba(254,254,254,.5);
  font-size: 0.9rem;
}

.foot2r .ft1{
  font-size: 18px;
  color: rgba(255,255,255,.5);
  margin-top: 2.5rem;
}

.foot2r .ft1 p:nth-of-type(1){
  color: #eb5c25;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  line-height: 1;
}

.foot2r .ft1 p:nth-of-type(1)::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/52bca6315249fbb620df6034f4b30dffa640edde.png) no-repeat top center;
  width: 15px;
  height: 12px;
}

.foot2r .ft1 p:nth-of-type(2){
  color: rgba(254,254,254,.5);
  font-weight: 500;
  font-size: 1rem;
  margin-top: 10px;
}

.foot2r .ft2{
  color: rgba(254,254,254,.5);
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 1.75rem;
}

.foot2r .ft3{
  margin-top: 1.75rem;
  position: relative;
}

.foot2r .ft3 .ft3a{
  color: rgba(254,254,254,.5);
  font-size: 0.9rem;
  justify-content: flex-start;
}

.foot2r .ft3 .ft3a img{
  max-width: 100%;
  margin-right: 10px;
}

.foot2r .ft3 .ft3b{
  position: absolute;
  max-width: 120px;
  background: #fff;
  padding: 6px;
  text-align: center;
  line-height: 2;
  color: #666666;
  font-size: 12px;
  top: -8rem;
  display: none;
}
.foot2r .ft3:hover .ft3b{
  display: block;
}

.cop-bg{
  background: #111111;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 1rem 0;
  color: rgba(254,254,254,.5);
  font-size: 14px;
  line-height: 2;
}

.cop-bg a{
  color: rgba(254,254,254,.5);
}
.copl{
  width: 40%;
}

.copr{
  width: 40%;
  text-align: right;
}

@media(max-width: 1480px){
  .foot2r{
    width: 21.5%;
  }
  .foot2r .ft1 p:nth-of-type(1){
    font-size: 1.8rem;
  }
}

@media(max-width: 1366px){
  .foot2r{
    width: 23.5%;
  }
  .foot2r .ft1 p:nth-of-type(1){
    font-size: 1.8rem;
  }
}

@media(max-width: 1280px){
  .foot2r{
    width: 24.5%;
  }
  .foot2r .ft1 p:nth-of-type(1){
    font-size: 1.8rem;
  }
}
/* 手机底部 */
.foot-mobile{
  background: #222222;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
.foot-mobile .ft1{
  font-size: 16px;
  color: rgba(255,255,255,.5);
  text-align: center;
}

.foot-mobile .ft1 p:nth-of-type(1){
  color: #eb5c25;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  line-height: 1;
}

.foot-mobile .ft1 p:nth-of-type(1)::before{
  content: '';
  position: absolute;
  right: 10%;
  top: 0;
  background: url(../images/52bca6315249fbb620df6034f4b30dffa640edde.png) no-repeat top center;
  width: 15px;
  height: 12px;
}
.foot-mobile .ft1 p:nth-of-type(2){
  margin-top: 10px;
}
.foot-mobile .ft2{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  padding: 6px;
}
.foot-mobile .ft2 img{
  width: 100%;
}

.foot-mobile .ft2{
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.foot-mobile .ft3{
  padding: 0 2%;
  text-align: center;
  font-size: 15px;
  color: rgba(255,255,255,.5);
  margin-top: 20px;
}


/* neiye */
.nei-left-title{
    line-height: 58px;
    position: relative;
    padding: 10px 20px 10px 15px;
    background: url(../images/7a5850bac6f0b8fdc48839fdfd251de7ae756202.png) no-repeat left top;
}
.nei-left-title>h3{
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
.nei-left-title h3 span:nth-of-type(2):before{
    display: none;
}

/* xypg-left-conx */
.xypg-left-conx{
    margin-top: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative;
}
.xypg-left-conx .xypg-left-nav{
    position: relative;
    border-top: 1px solid #e6e6e6;
    display: flex;
}
.xypg-left-conx .xypg-left-nav>li{
    position: relative;
    border: none;
}
.xypg-left-conx .xypg-left-nav>li>a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}
.xypg-left-conx .xypg-left-nav>li .first-nav-btn{
    display: none;
}

.xypg-left-nav>li:hover>a, .xypg-left-nav>li.clicked>a{
    color: #eb5c25;
    background: url(../images/297f369976c28e1295347685134532ed9dde363b.png) no-repeat center bottom;
}
@media(max-width: 992px){
    .xypg-left-nav>li:hover>a, .xypg-left-nav>li.clicked>a{
        background: initial;
    }
}

/*  */
.wzx {
    position: absolute;
    line-height: 53px;
    color: #999999;
    font-size: 12px;
    right: 10px;
    top: 0px
}
.wzx a {
    color: #999999;
    font-size: 12px;
}
.wzx a:hover {
    color: #eb5c25;
}


@media (min-width: 992px){
    .page-wrap-right{
        margin-top: -38px;
    }
}

@media (max-width: 990px){
    .page-wrap{
        padding-top: 20px;
    }
}