
/* 通用样式 */
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;
}

.wh {
  width: 1330px;
  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;
}


/**/

.hy{
  border-bottom:1px solid #dedede;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}

.hy a{
  color: #333333;
}
.head-index{

}

.head-index .logo{
  line-height: 124px;
}

.head-index .logowz{
  margin-left: 23px;
  margin-top: 32px;
  border-left: 2px solid #e5e5e5;
  height: 60px;
  padding-left: 18px;
}

.head-index .logowz p:nth-of-type(1){
  color: #333333;
  font-size: 25px;
  line-height: 1;
}

.head-index .logowz p:nth-of-type(2){
  color: #d90813;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  padding-top: 4px;
}

.head-index .tel{
  background: url(../image/tel.png) no-repeat left center;
  padding-left: 75px;
  margin-top: 30px;
}

.head-index .tel p:nth-of-type(1){
  color: #333333;
  font-size: 20px;
  line-height: 1;
}

.head-index .tel p:nth-of-type(2){
  color: #d90813;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-top: 5px;
}

/**/
.ss-bg{
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.04);
  height: 65px;
  margin-bottom: 7px;
}

.ss-index{

}

.ss-index .hot{
  color: #ad1820;
  font-size: 16px;
  line-height: 65px;
}

.ss-index .hot a{
  color: #808080;
  padding-right: 5px;
}

.ss-index .hot a:hover{
  color: #ad1820;
}

.ss-index #formsearch{
    width: 285px;
  height: 35px;
  background: #f3f3f3;
  border-radius: 20px;
  float: right;
  margin-top: 15px;
}

.ss-index #formsearch input{height:35px;background:none;border:none;line-height:35px;}
.ss-index #formsearch input#keyword{height:35px;line-height:35px;padding-left:22px;color:#cccccc;font-size: 16px;}
.ss-index #formsearch input#s_btn{width:42px;height:35px;line-height:35px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 12px;float: right;background: url(../image/55ae7ce5445086fd1a2e48d31b6dd1e01f6219b6.png) no-repeat center center;}
.ss-index #formsearch ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
.ss-index #formsearch ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #cccccc;
}
.ss-index #formsearch ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #cccccc;
}
.ss-index #formsearch ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #cccccc;
}

/**/
.ad-list{
  margin-top: 55px;
}

.ad-list li{
  float: left;
  width: 25%;
  text-align: center;
}

.ad-list li .img0 .img1{

}

.ad-list li .img0 .img2{
  display: none;
}

.ad-list li .wz1{
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-top: 25px;
}

.ad-list li .wz2{
  width: 55px;
  height: 3px;
  margin: 16px auto;
  background: #e0e0e0;
}

.ad-list li .wz3{
  color: #4c4c4c;
  font-size: 16px;
}

.ad-list li:hover .img0 .img1{
  display: none;
}

.ad-list li:hover .img0 .img2{
  display: block;
}

.ad-list li:hover .wz2{
  background: #98020a;
}

/**/
.product-bg{
  background: #f3f3f3;
  margin-top: 55px;
  padding-top: 80px;
  height: 956px;
  overflow: hidden;
}
.product-index{

}
.pt1{
  align-items: center;
}
.pt1 h3{
  color: #ad1820;
  font-size: 44px;
  background: url(/template/default/images/71363f71ec084ecde05119fe8611e3434ba44207.png) no-repeat left center;
  padding-left: 27px;
  letter-spacing: 2px;
}
.pt1 h3 span{
  color: #999999;
  font-size: 31px;
  margin-left: 20px;
  text-transform: uppercase;
}

.pt1 a{
  width: 159px;
  height: 45px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
}

.pt2 a{
  border:1px solid #dddddd;
}

/**/
.psort{
  margin-top: 45px;
  margin-bottom: 40px;
}

.psort li{
  padding: 0 27px;
  background: #ffffff;
  line-height: 55px;
}

.psort li a{
  display: block;
  color: #808080;
  font-size: 14px;
}

.psort li.cur{
  background: #ad1820;
}

.psort li.cur a{
  color: #fff;
}

.tt{
  display: none;
}

.plist1{
  margin: 0 -7px;
}

.plist1 li{
  float: left;
  width: 322px;
  margin: 0 7px;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}

.plist1 li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51,.7);
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 15px;
  padding-left: 26px;
}

.plist1 li .hh{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 37px;
  background: rgba(173, 24, 32, .7);
  height: 100%;
  transition: 0.5s;
  transform: translateY(200%);
}

.plist1 li .hh .hh1{
  color: #ffffff;
  font-size: 24px;
  padding-top: 20px;
}

.plist1 li .hh .hh2{
  color: #ffffff;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 26px;
}

.plist1 li .hh .hh3{
  color: #fff;
  font-size: 16px;
  border:1px solid #fff;
  width: 141px;
  height: 34px;
  text-align: center;
  line-height: 32px;
}

.plist1 li:hover .hh{
  transform: translateY(0);
}

.plist1 li:hover .wz{
  opacity: 0;
}


/**/
.ys-bg{
  background: #000000;
  padding-top: 65px;
  height: 794px;
}

.ys-index{
  position: relative;
  height: 549px;
}
.ys-index .yst{
  position: absolute;
  left: 0;
  top: -230px;
  z-index: 99;
}
.ys-index .yst h3{
  color: #f7f4f2;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  text-indent: 102px;
  padding-top: 67px;
  
}
.ys-index .yst h3::before{
  content: "";
  position: absolute;
  width: 200px;
  height: 189px;
  background: #ad1820;
  z-index: -1;
  left: 0;
  top: 0;
}


.ys-index .yst h4{
  color: #f7f4f2;
  font-size: 25px;
  text-transform: uppercase;
  text-indent: 102px;
  padding-top: 20px;
}


.slideTxtBox{margin-top: 112px;position: relative;}
.slideTxtBox .bd{
  
}

.slideTxtBox .bd ul{
  
}
.slideTxtBox .bd ul li .wz{
  background: #ad1820;
  width: 878px;
  height: 549px;
  padding-left: 48px;
  padding-right: 390px;
}

.slideTxtBox .bd ul li .wz .wz1{
  padding-top: 78px;
  color: #fff;
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
}
.slideTxtBox .bd ul li .wz .wz2{
  padding-top: 30px;
  color: #fff;
  font-size: 36px;
}
.slideTxtBox .bd ul li .wz .wz3{
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
}

.slideTxtBox .bd ul li .wz .img1{
  margin-top: 52px;
  width: 424px;
  height: 159px;
}

.slideTxtBox .bd ul li .wzr{
  width: 445px;
  height: 515px;
  position: absolute;
  right: 0;
  top: -112px;
}

.slideTxtBox .hd{
  width: 697px;
  position: absolute;
  right: 0;
  top: -112px;
}

.slideTxtBox .hd ul{
  width: 252px;
  height: 515px;
  background: #333333;
  border-bottom: 41px solid #999999;
  box-shadow: 0 0 10px #000;
}
.slideTxtBox .hd ul li{
  width: 252px;
  border-bottom: 1px dashed #484848;
  height: 108px;
  padding-left: 52px;
  border-left: 5px solid transparent;
}
.slideTxtBox .hd ul li:last-child{
  border-bottom:none;
}
.slideTxtBox .hd ul li .wzl{
  width: 252px;
  color: #fff;
}

.slideTxtBox .hd ul li .wzl h3{
  padding-top: 30px;
  font-weight: bold;
  font-size: 20px;
}

.slideTxtBox .hd ul li .wzl h4{
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
}

.slideTxtBox .hd ul li.on{
  color: #fff;
  border-left: 5px solid #ad1820;
}

.slideTxtBox .hd ul li.on .wzl h3{
  color: #ad1820;
}

.slideTxtBox .hd ul li.on .wzl h4{
  color: #ad1820;
}


.box7 .slideTxtBox .hd .arrow{position: absolute;bottom: -30px;left: 220px;}
.box7 .slideTxtBox .hd .arrow a.next{
  display: inline-block; 
  width: 92px;
  height: 39px;
  background: url(../image/ad616e7a16ff04952a37f324d03951390ffed54e.png) no-repeat center center #f7f4f2;
  cursor: pointer;
}
.box7 .slideTxtBox .hd .arrow a.next:hover{
  background: url(../image/1ad2bd2ce88a554c45d2d7c58ff978b070d0b6ab.png) no-repeat center center #ad1820;
}
.box7 .slideTxtBox .hd .arrow a.prev{
  display: inline-block; 
  width: 92px;
  height: 39px;
  background: url(../image/0336c34f01853c123df345c207e8b5d62afef3d3.png) no-repeat center center #f7f4f2;
  cursor: pointer;
}
.box7 .slideTxtBox .hd .arrow a.prev:hover{
  background: url(../image/e6d99fc830fba253e575c58b2d027ce95ce26d08.png) no-repeat center center #ad1820;
}


/**/
.case-index{
  margin-top: 30px;
}

.case-roll{
  margin-top: 60px;
  position: relative;
}

.case-roll .hd{
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 999;
  width: 400px;
}

.case-roll .hd ul{
  text-align: center;
}

.case-roll .hd ul li{
  display: inline-block;
  color: #fff;
  font-size: 25px;
  width: 48px;
  margin: 0 20px;
  position: relative;
  padding-bottom: 8px;
}

.case-roll .hd ul li::before{
  content: "0";
  position: absolute;
  left: -1px;
  top: 0;
}

.case-roll .hd ul li.on{
  color: #ad1820;
  background: url(/template/default/images/e753d761d859edf3d523b8caa9c1b2f0925e6aad.jpg) no-repeat left bottom;
}

.case-roll .bd ul li{
  float: left;
  width: 1330px;
  height: 521px;
  position: relative;
}

.case-roll .bd ul li .img1 img{

}

.case-roll .bd ul li .wz{
  position: absolute;
  right: 0;
  top: 0;
  background: #333333;
  width: 400px;
  height: 521px;
  padding: 0 34px;
  z-index: 99;
}

.case-roll .bd ul li .wz .wz1{
  color: #fff;
  font-size: 22px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.case-roll .bd ul li .wz .wz2{
  font-size: 15px;
  line-height: 36px;
  color: rgba(255,255,255,.5);
}


/**/
.about-bg{
  background: url(../image/7808f392fd72ec7808ef401708571c3684610b45.jpg) no-repeat top center;
  height: 677px;
  margin-top: 64px;
}

.about-index{
  padding-top: 60px;
}

.about-index .at{
  text-align: center;
}

.about-index .at h3{
  color: #f2efed;
  font-size: 37px;
  letter-spacing: 2px;
}

.about-index .at h4{
  background: url(../image/82d09fe88a4703827f7a138a3db9d1ba042ac2e7.png) no-repeat center center;
  color: #fff;
  font-size: 23px;
  margin-top: 16px;
  height: 32px;
  line-height: 32px;
}

.about-index .aw{
  margin-top: 40px;
}

.about-index .aw p{
  color: #f2efed;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  text-align: justify;
}

.p3b {
    flex-wrap: nowrap;
    margin-top: 50px;
}

.p3b li {
  float: left;
  width: 25%;
  text-align: center;
}

.p3b li+li {

}
.p3b li a .img1{
  text-align: center;
  margin-bottom: 10px;
}
.p3b li a h3 {
    font-family: "Impact";
    font-size: 52px;
    color: #f2efed;
    display: inline-block;
}

.p3b li a span {
    font-size: 19.5px;
    font-weight: normal;
    color: #f2efed;
}

.p3b li a p {
    font-size: 15px;
    font-weight: normal;
    color: #f2efed;
    margin-top: 10px;
    text-align: center;
}

.honor-bg{
  background: #fcfafa;
  box-shadow: 0px 2px 7px 0px rgba(102, 102, 102, 0.17);
  height: 250px;
  margin-top: 40px;
}

.honor-roll{
  padding: 16px 20px;
}

.honor-roll .bd .honor-list{
}

.honor-roll .bd .honor-list li{
  float: left;
  width: 310px;
  height: 206px;
  margin: 0 7px;
  position: relative;
}

.honor-roll .bd .honor-list li .img1{
  width: 310px;
  height: 206px;
}

.honor-roll .bd .honor-list li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 15px;
}

.honor-roll .bd .honor-list li .hh{
  position: absolute;
  background: rgba(173, 24, 32, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
  transform:translateY(100%);
}

.honor-roll .bd .honor-list li .hh .hh1{
  background: url(/template/default/images/1c6ec428dcc340e604756a1e5c0b2b61c22c6eec.png) no-repeat top center;
  height: 30px;
  width: 28px;
}

.honor-roll .bd .honor-list li .hh .hh2{
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
}

.honor-roll .bd .honor-list li:hover .hh{
  transform:translateY(0);
}

.honor-roll .bd .honor-list li:hover .wz{
  opacity: 0;
}
/**/
.shebei-index{
  margin-top: 280px;
  margin-bottom: 40px;
}

.shebei-roll{
  margin-top: 50px;
}
.sblist1{

}

.sblist1 li{
  float: left;
  width: 428px;
  margin: 0 7px;
  position: relative;
  overflow: hidden;
}

.sblist1 li .img1 img{
  width: 428px;
  height: 326px;
}

.sblist1 li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51,.7);
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 15px;
  padding-left: 26px;
}

.sblist1 li .hh{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 50px;
  background: rgba(173, 24, 32, .7);
  height: 100%;
  transition: 0.5s;
  transform: translateY(200%);
}

.sblist1 li .hh .hh1{
  color: #ffffff;
  font-size: 24px;
  padding-top: 50px;
}

.sblist1 li .hh .hh2{
  color: #ffffff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 24px;
}

.sblist1 li .hh .hh3{
  color: #fff;
  font-size: 16px;
  border:1px solid #fff;
  width: 177px;
  height: 46px;
  text-align: center;
  line-height: 44px;
}

.sblist1 li:hover .hh{
  transform: translateY(0);
}

.sblist1 li:hover .wz{
  opacity: 0;
}

/**/
.nsort{
  
}

.nsort li{
  display: inline-block;
  margin-left: 78px;
  height: 35px;
}

.nsort li a{
  display: block;
  color: #999999;
  font-size: 18px;
  border:none;
  width: auto;
   height: 35px;
}

.nsort li:hover{
  
}

.nsort li:hover a{
  color: #ad1820;
  background: url(/template/default/images/610fc5f3957c98ea707304944a841f9f5cbe8efe.png) no-repeat bottom center;
}


.news-bg{
  /*background: #f2f2f2;*/
  padding-top: 43px;
  padding-bottom: 60px;
}
.newsl{
  width: 615px;
}

.newsl .nlist1 li{
  background: #fff;
  height: 134px;
  padding: 30px 24px;
  transition: 0.5s;
}

.newsl .nlist1 li .date{
  width: 130px;
  text-align: center;
}

.newsl .nlist1 li .date .d1{
  color: #222222;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}

.newsl .nlist1 li .date .d2{
  color: #cccccc;
  font-size: 17px;
  padding-top: 5px;
}

.newsl .nlist1 li .wz{
  width: 425px;
}

.newsl .nlist1 li .wz .wz1{
 color: #222222;
 font-size: 18px;
}

.newsl .nlist1 li .wz .wz2{
 color: #999999;
 font-size: 14px;
 line-height: 24px;
 margin-top: 6px;
}
.newsl .nlist1 li:hover{
  background: #ad1820;
}

.newsl .nlist1 li:hover .date .d1{
  color: #fff;
}

.newsl .nlist1 li:hover .date .d2{
  color: #fff;
}
.newsl .nlist1 li:hover .wz .wz1{
  color: #fff;
}
.newsl .nlist1 li:hover .wz .wz2{
  color: #fff;
}

.newsr{
  width: 680px;
}
.newsr .nlist2 li{
  position: relative;
  margin-bottom: 16px;
}
.newsr .nlist2 li .img1 img{
  width: 680px;
  height: 260px;
}

.newsr .nlist2 li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 18px;
  padding-left: 56px;
}

.newsr .nlist2 li:hover .wz{
  color: #ad1820;
}


/**/
.ad-index{
  margin-top: 60px;
  margin-bottom: 44px;
}

.ad-list2 {
  margin: 0 -6px;
}

.ad-list2 li{
  float: left;
  width: 179px;
  margin: 0 6px;
  margin-bottom: 14px;
}

.ad-list2 li .img1{
  border:4px solid #eeeeee;
}

.ad-list2 li .img1 img{
  width: 171px;
  height: 86px;
}

/**/
.foot-bg{
  background: #222222;
  padding-bottom: 106px;
}
.fnav{
  height: 75px;
  border-bottom: 1px solid #393939;
  padding-top: 34px;
}

.fnav li a{
  display: block;
  color: #fefbf8;
  font-size: 16px;
}
.fnav li a:hover{
  color: #ad1820;
}

.foot-index{
  margin-top: 78px;
}

.foot-index .logo1{
  width: 470px;
}
.foot-index .lx1{
  width: 400px;
}
.foot-index .lx1 p{
  color: #f8f5f5;
  font-size: 16px;
  line-height: 36px;
}

.foot-index .erq{
  width: 137px;
  height: 137px;
}

.foot-index .ftel .dh{
  background: url(/template/default/images/49639ac4ff8cfa2dc97e060d33ff50798a55e888.png) no-repeat left center;
}
.foot-index .ftel .dh p{
  padding-left: 60px;
}
.foot-index .ftel .dh p:nth-of-type(1){
  color: #ffffff;
  font-size: 16px;
}

.foot-index .ftel .dh p:nth-of-type(2){
  color: #ad1820;
  font-size: 24px;
}
.foot-index .ftel .dm{
  width: 150px;
  height: 47px;
  background: #ad1820;
  border-radius: 30px;
  margin-top: 26px;
}

.foot-index .ftel .dm a{
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 47px;
}

.cop-bg{
  background: #000000;
  padding: 10px 0;
}

.cop-index{
  color: #999999;
  font-size: 14px;
}

.cop-index a{
  color: #999999;
}

.cop-index a:hover{
  color: #fff !important;
}
.cop1{
  width: 600px;
}

.cop2{
  width: 600px;
  text-align: right;
}

/*内页*/
.page-position1{
  height: 65px;
  background: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.04);
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  margin-bottom: 7px;
  color: #333333;
  font-size: 18px;
  margin-bottom: 35px;
}

.page-position1 a{
  line-height: 65px;
  color: #333333;
  font-size: 18px;
}

.weizhi{
  background: url(/template/default/images/80429f04685c5958434eae73a8f3abff87bd8646.png) no-repeat 14px center;
  padding-left: 70px;
}

.position2 #formsearch{
    width: 285px;
  height: 35px;
  background: #f3f3f3;
  border-radius: 20px;
  float: right;
  margin-top: 15px;
}

.position2 #formsearch input{height:35px;background:none;border:none;line-height:35px;}
.position2 #formsearch input#keyword{height:35px;line-height:35px;padding-left:22px;color:#cccccc;font-size: 16px;}
.position2 #formsearch input#s_btn{width:42px;height:35px;line-height:35px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 12px;float: right;background: url(../image/55ae7ce5445086fd1a2e48d31b6dd1e01f6219b6.png) no-repeat center center;}
.position2 #formsearch ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
}
.position2 #formsearch ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #cccccc;
}
.position2 #formsearch ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #cccccc;
}
.position2 #formsearch ::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #cccccc;
}



/*news*/
.xypg-left1{
  margin-bottom: 78px;
}
.xypg-left-title1 h3{
   color: #ad1820;
  font-size: 44px;
  background: url(/template/default/images/71363f71ec084ecde05119fe8611e3434ba44207.png) no-repeat left center;
  padding-left: 27px;
  letter-spacing: 2px;
}

.xypg-left-title1 span{
    color: #999999;
  font-size: 31px;
  margin-left: 20px;
  text-transform: uppercase;
}

.xypg-left-con1{
  border:none;
}

.xypg-left-con1 .xypg-left-nav{
  margin: 0;
}
.xypg-left-con1 .xypg-left-nav.nsort1 li{
  border: none;
}
.xypg-left-con1 .xypg-left-nav.nsort1 li{
  display: inline-block;
  width: 179px;
  height: 58px;
  background: #666666;
}

.xypg-left-con1 .xypg-left-nav.nsort1 li a{
  display: block;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  color: #fff;
  padding: 0;
  background: none;
}

.xypg-left-con1 .xypg-left-nav.nsort1 li:hover{
  background: #98020a;
}

.xypg-left-con1 .xypg-left-nav > li:hover > a, .xypg-left-con1 .xypg-left-nav > li.clicked > a{
  background: #98020a;
  color: #fff;
}

.xypg-left-con1 .xypg-left-nav > li .first-nav-btn{
  display: none;
}


/**/
.xia{
  margin-top: 50px;
}
.xia ul li{
  float: left;
  margin-bottom: 35px;
}

.xia ul li:nth-child(2n){
  float: right;
}

.xia ul li img{
  width: 128px;
  height: 129px;
}

.xia ul li .img0 .img2{
  display: none;
}

.xia ul li .wz{
  text-align: center;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  margin-top: 15px;
}

.xia ul li:hover .img0 .img1{
  display: none;
}

.xia ul li:hover .img0 .img2{
  display: block;
}


/*product*/
.n-plist1{
  margin: 0 -10px;
}

.n-plist1 li{
  float: left;
  width: 307px;
  margin: 0 10px;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.n-plist1 li .img1 img{
  width: 305px;
  height: 232px;
}
.n-plist1 li .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51,.7);
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
  padding-left: 26px;
  
}

.n-plist1 li .hh{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 37px;
  background: rgba(173, 24, 32, .7);
  height: 100%;
  transition: 0.5s;
  transform: translateY(200%);
}

.n-plist1 li .hh .hh1{
  color: #ffffff;
  font-size: 23px;
  padding-top: 30px;
}

.n-plist1 li .hh .hh2{
  color: #ffffff;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 24px;
  line-height: 24px;
}

.n-plist1 li .hh .hh3{
  color: #fff;
  font-size: 15px;
  border:1px solid #fff;
  width: 134px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}

.n-plist1 li:hover .hh{
  transform: translateY(0);
}

.n-plist1 li:hover .wz{
  opacity: 0;
}