/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*转动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}




.wh{max-width:1468px;margin:0 auto;padding:0 15px;}


.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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/

.top2{height:161px;}
.logo{float:left;width: 16.97%;padding-top: 59px;overflow:hidden;}
.logo img{width:100%;}
.topright{width:72%;}
.kk{margin-top:24px;height:27px;overflow:hidden;}
.dh{font-size:24px;color:#da251d;line-height:27px;background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/cef015e822750e9488b6b55a9951b4de08db04d1.png) no-repeat left center;padding-left:35px;font-family:"Arial";}
.k1{color:#666666;font-size:14px;margin-left:12px;line-height:27px;}
.k1 a{color:#666666;}
.k1 a:hover{color:#da251d;}








/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}



/*搜索和热门搜索*/
#formsearch1{float:right;background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/22ea96c76f77e2420977d61b0d5abe334831d1c0.png) no-repeat;width:142px;height:23px;margin-top:41px;margin-left:23px;}
#formsearch1 input{}
#formsearch1 input#keyword{height:23px;line-height:23px;padding-left:17px;float:left;color:#999999;font-size:14px;background:none;border:none;outline:none;width:110px;}
#formsearch1 input#s_btn{width:25px;height:23px;line-height:23px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch1 input::-webkit-input-placeholder{color:#999999;}
#formsearch1 textarea::-webkit-input-placeholder{color:#999999;}


@media (max-width: 992px) {  
  #formsearch1 input#keyword{
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
    padding-left: 0;
    line-height: 0;
  }
  #formsearch1{
    float: none;
    background: none;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

}






/* 导航样式 */
.x-menu{float:right;width:77%;margin-top:3px;}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:16%;height:100px;;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height:100px;
}

.x-menu > li > a img{margin:0 auto;transition:all 0.8s;opacity:0;line-height:100px;position:absolute;top: 18px;left: 35px;}
.x-menu > li:hover > a {color: #da251d;font-weight:500;}
.x-menu > li:hover > a img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);opacity:1;}



.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 150%;
  left: -25%;
  top: 119px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-sub-menu > li{width:100%;height:40px;overflow:hidden;background:#fff;position:relative;}
.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
 
  line-height:40px;
 height:40px;overflow:hidden;
}
.x-sub-menu > li > a:before{content:"";width: 100%;height:40px;background:#da251d;position:absolute;display: block;top:0;left:-100%;transition:all 0.8s;z-index:9;}
.x-sub-menu > li > a i{color: #333;font-style:normal;position:relative;z-index:9999;}
.x-sub-menu > li:hover > a i{color:#fff;}
.x-sub-menu > li:hover > a:before{left:0;}
  






.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}





.bannerPc{width:100%!important;position:relative;z-index: -1;}

.bannerPc li {
    overflow: hidden;
}

.bannerPc a {
    display: block;
}

.bannerPc img {
    width: 100%!important;margin:0 auto;
}


.banner-osSlider {
    margin: 0 auto;
}

.banner-osSlider .slider-btn-prev,
.banner-osSlider .slider-btn-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 110px;
    top: 50%;
    margin-top: -30px;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden;
    display: none;
}

.banner-osSlider:hover .slider-btn-prev,
.banner-osSlider:hover .slider-btn-next {
    visibility: visible;
}

.banner-osSlider .slider-btn-prev {
    left: 50px;
    background-position: 0 0;
}

.banner-osSlider .slider-btn-next {
    right: 50px;
    background-position: -40px 0;
}

.banner-osSlider .slider-nav {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.banner-osSlider .slider-nav li {
    display: inline-block;
    width:16px;
    height:16px;
    cursor: pointer;

    box-sizing: border-box;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 7px;
    background-color:#fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.banner-osSlider .slider-nav li.active {
    width: 41px;
    height: 16px;
   background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/76c77aad5fe96d932a04a05845d04c905ff97ac4.png) no-repeat;border-radius:0;

}

.banner-osSlider .cvNode img {
    max-width: none;
}






/*主体样式*/
.box1{overflow:hidden;margin:80px 0 44px;}
.wh1230{max-width:1260px;margin:0 auto;padding:0 15px;}
.sort1{display: flex; justify-content: space-between;flex-wrap:wrap; }
.sort1 li{width:22%;text-align:center;margin-bottom:40px;overflow:hidden;}
.sort1 li .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/ddc3de5f57636075f8a6d4f15fb888caa1302d53.png) no-repeat;background-size:100% 100%;width:225px;height:202px;padding-top:20px;margin:0 auto;}
.sort1 li .img img{width:76%;margin:0 auto;display:block;transition:all 0.8s;}
.sort1 li:hover .img img{width:76%;display:block;transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.sort1 li:hover .img{background:none;}
.sort1 li h2{color:#232323;font-size:28px;margin:10px 0 5px;}
.sort1 li h4{color:#232323;font-size:22px;text-transform:uppercase;font-family:"Arial";}
.sort1 li:nth-child(2) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/61dad00ff2115b1ed737a016aecb342ccf516a86.png) no-repeat;}
.sort1 li:nth-child(3) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/ad0e78ed34e403f3967c744d505e36f3d9c96fea.png) no-repeat;}

.sort1 li:nth-child(4) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/d995a1e04bf7e225589f744f53d0bd811c136732.png) no-repeat;}
.sort1 li:nth-child(5) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/379a600ab203727f5c38f03a0c449aa365296dc1.png) no-repeat;}
.sort1 li:nth-child(6) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/38da8e414b6c47ab4cb3bc531308bf614a95907c.png) no-repeat;}
.sort1 li:nth-child(7) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/96964ab0d58c579bd91143c3cbe461ae99215ae6.png) no-repeat;}
.sort1 li:nth-child(8) .img{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/14c00017568582397d7b5bfdbe41109a4c0e60ea.png) no-repeat;}
.sort1 li:hover:nth-child(2) .img{background:none;}
.sort1 li:hover:nth-child(3) .img{background:none;}
.sort1 li:hover:nth-child(4) .img{background:none;}
.sort1 li:hover:nth-child(5) .img{background:none;}
.sort1 li:hover:nth-child(6) .img{background:none;}
.sort1 li:hover:nth-child(7) .img{background:none;}
.sort1 li:hover:nth-child(8) .img{background:none;}


@media (max-width:1024px) {
  .sort1 li h2{font-size:23px;}
  .sort1 li h4{font-size:18px;}
}


@media (max-width:768px) {
  .box1{overflow:hidden;margin:40px 0 22px;}
  .sort1 li{margin-bottom:20px;float: left;}
  .sort1 li .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(2) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(3) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(4) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(5) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(6) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(7) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li:nth-child(8) .img{width:120px;height:110px;padding-top:20px;margin:0 auto;background-size:100% 100%;padding-top:16px;}
  .sort1 li h2{font-size:20px;}
  .sort1 li h4{font-size:16px;}
  .sort1 li .img img{width:73%;margin:0 auto;display:block;transition:all 0.8s;}
  .sort1 li:hover .img img{width:73%;display:block;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:640px) {
  .sort1 li{width:50%;}
  .sort1 li h2{font-size:18px;}
  .sort1 li h4{font-size:14px;}
}









.bt{background:url(/template/default/images/rxcpbj.png) no-repeat;background-size:100% 100%;padding:30px 0 40px;text-align:center;color:#fff;overflow:hidden;}
.bt h2{font-size:36px;}
.bt h3{font-size:20px;margin-top:10px;}


.box2{overflow:hidden;padding:47px 0 90px;}
.wh1500{max-width:1530px;margin:0 auto;padding:0 15px;}

.prod{position:relative;padding:0 60px; overflow: hidden;}
.prod .swiper-slide{position:relative;padding:0 32px;}
.prod li a{outline:none;border:none;text-align:center;}
.prod li .img{width:100%;overflow:hidden;}
.prod li .img img{width:100%;margin:0 auto;transition:all 0.8s;}
.prod li h3{color:#000000;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:14px 0;}
.prod li h4{color:#606060;font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.prod li h5{color:#606060;font-size:14px;border:1px solid #cdcdcd;width:112px;line-height:27px;margin:0 auto;margin-top:14px;}


.prod .slick-prev,.prod .slick-next{text-align:center;top:33%;position:absolute;z-index: 9999; width:52px;height:82px;border:none;outline:none;}
.prod .slick-prev{background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/c4ea545414c47902a624a27a18a024416e067ccb.png) no-repeat;overflow:hidden;left:0;}
.prod .slick-next{background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/2762e7f7ba4b71a1809809bed5931a84f2b4042f.png) no-repeat;outline:none;overflow:hidden;right:0;}
.prod .slick-prev:hover{background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/3f2d6e772632a1a3d943256e8ee2666f5f5c83b2.png) no-repeat;}
.prod .slick-next:hover{background: url(http://cdn.myxypt.com/e2d4c4e5/22/02/54a760750c11d46b5adddc2fe98c735b4a7f52de.png) no-repeat;}
.prod li:hover .img 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);}
.prod li:hover h3{color:#da251d;}
.prod li:hover h5{color:#fff;background:#da251d;border-color:#da251d;}
a.pm{display:block;text-align:center;margin:0 auto;border-radius:30px;background:#cccccc;color:#333333;font-size:18px;width:236px;line-height:57px;margin-top:50px;}
a.pm:hover{color:#fff;background:#da251d;}


@media (max-width:1024px) {
   .bt h2{font-size:32px;}
   .bt h3{font-size:17px;}
}


@media (max-width:768px) {
  .box2{overflow:hidden;padding:27px 0 50px;}
   .bt h2{font-size:25px;}
   .bt h3{font-size:15px;}
   .prod li h3{font-size:16px;}
   .prod li h4{font-size:13px;}
   .prod li h5{font-size:12px;width:100px;line-height:24px;}
   a.pm{font-size:15px;width:186px;line-height:45px;margin-top:30px;}

   .prod .slick-prev, .prod .slick-next{
    width: 41px;
    height: 65px;
    background-size: 100%;
   }
   .prod .swiper-slide{padding: 0 15px;}

}

@media (max-width:640px) {
  .prod{position:relative;padding:0;}
  .prod .slick-slide{position:relative;padding:0 10px;}
  .bt h2{font-size:22px;}
}


.bt2{background:url(/template/default/images/gywmbj.png) no-repeat;background-size:100% 100%;padding:30px 0 40px;text-align:center;color:#fff;overflow:hidden;}


.box3{overflow:hidden;margin:64px 0 88px;}
.abz{margin-left:1.32%;width:41.93%;}
.abtt{color:#333333;font-size:24px;margin-top:45px;}
.abwz{color:#333333;font-size:16px;line-height:40px;margin-top:32px;overflow:hidden;}
a.am{display:block;text-align:center;border-radius:30px;background:#cccccc;color:#333333;font-size:18px;width:236px;line-height:57px;margin-top:50px;}
a.am:hover{color:#fff;background:#da251d;}

.abpic{width:53.69%;}
.abpic img{width:100%;display:block;}


.add{margin-top:60px;display:flex;justify-content:space-between;}
.add li{width:22%;padding-left:3%;}
.add li:nth-child(1){background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/e174bed62e9421a67780bea990dcb37e235f4a0a.png) no-repeat left center;}
.add li+li{background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/e174bed62e9421a67780bea990dcb37e235f4a0a.png) no-repeat left center;}
.add li .img{width:15%;margin-top:5px;}
.add li .img img{max-width:100%;transition: all 0.9s;}
.add li .det{width:80%;}
.add li h3{color:#232323;font-size:26px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
.add li h5{color:#232323;font-size:16px;line-height:24px;margin-top:9px;}

.add li:hover .img img{transform:rotateY(360deg);}



@media (max-width:1024px) {
   .abtt{font-size:20px;margin-top:35px;} 
   .abwz{font-size:15px;line-height:30px;height:120px;margin-top:25px;}
   a.am{font-size:15px;width:186px;line-height:45px;margin-top:30px;}
   .add li+li{background:none;}
   .add li{padding-left:0;}
   .add li h3{font-size:20px;}
   .add li h5{font-size:14px;line-height:20px;margin-top:9px;}
}

@media (max-width:768px) {
  .box3{overflow:hidden;margin:40px 0 36px;}
  .abz{margin-left:0%;width:100%;float:none;}
  .abtt{font-size:18px;margin-top:0px;} 
  .abpic{width:100%;margin:0 auto;float:none;margin-top:30px;}
  .abpic iframe{
    max-width:100%; height:auto !important;width:auto !important;
  }
   .abwz{height:auto;margin-top:21px;}
  }
  a.am{margin-top:20px;}
  .add{margin-top:30px;flex-wrap:wrap;}
  .add li{width:48%;margin-bottom:15px;}
}


@media (max-width:640px) {
   .abwz{font-size:14px;}
   .add li h3{font-size:18px;}
   .add li h5{font-size:12px;line-height:20px;margin-top:9px;}

}



.bt3{background:url(/template/default/images/xwbj.jpg) no-repeat;background-size:100% 100%;padding:30px 0 40px;text-align:center;color:#fff;overflow:hidden;}


.box4{overflow:hidden;margin-top:70px;}
.box4 .wh{display:flex;justify-content:space-between;}
.xw1{width:45%;}
.xw1 li{width:100%;}
.xw1 li .img{width:100%;overflow:hidden;}
.xw1 li .img img{width:100%;transition:all 0.8s;}
.xw1 li:hover .img 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);}
.xw1 li h2{color:#404040;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:20px 0 15px;transition:all 0.8s;}
.xw1 li h3{color:#424242;font-size:12px;opacity:.67;}
.xw1 li h5{color:#424242;font-size:16px;line-height:31px;margin:10px 0 10px;overflow:hidden;}
.xw1 li h4{color:#333333;font-size:14px;line-height:35px;background:#cccccc;width:111px;text-align:center;}
.xw1 li:hover h2{color:#da251d;padding-left:10px;}
.xw1 li:hover h4{color:#fff;background:#da251d;}



.xw2{width:52%;}
.xw2 li{width: 100%;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 30px;
    margin-bottom: 40px;}
.xw2 li .img{width:48%;overflow:hidden;}
.xw2 li .img img{width:100%;transition:all 0.8s;}
.xw2 li:hover .img 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);}
.xw2 li .det{width:48%;}
.xw2 li h2{color:#404040;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:15px 0 15px;transition:all 0.8s;}
.xw2 li h3{color:#424242;font-size:12px;opacity:.67;}
.xw2 li h5{color:#424242;font-size:16px;line-height:30px;margin:10px 0 15px;overflow:hidden;}
.xw2 li h4{color:#333333;font-size:14px;line-height:35px;background:#cccccc;width:111px;text-align:center;}
.xw2 li:hover h2{color:#da251d;padding-left:10px;}
.xw2 li:hover h4{color:#fff;background:#da251d;}


@media (max-width:1024px) {
  .xw2 li h5{line-height:20px;height:20px;}
  .xw1 li h5{line-height:30px;height:30px;}
}

@media (max-width:768px) {
  .box4{margin-top:35px;}
  .box4 .wh{flex-wrap:wrap;}
  .xw1{width:100%;}
  .xw2{width:100%;margin-top:23px;}
  .xw2 li h5{line-height:26px;height:auto;}
  .xw1 li h5{line-height:30px;height:auto;}
}


@media (max-width:640px) {
 .xw1 li h2{font-size:16px;}
 .xw1 li h5{font-size:14px;}
 .xw1 li h4{font-size:13px;}
 .xw2 li h2{font-size:16px;}
 .xw2 li h5{font-size:14px;height:52px;}
 .xw2 li h4{font-size:13px;}
}


@media (max-width:425px) {
.xw2 li .img{width:100%;}
.xw2 li .det{width:100%;}
 .xw2 li h2{font-size:16px;}
 .xw2 li h5{font-size:14px;height:52px;}
 .xw2 li h4{font-size:13px;}
}



/*分页样式1*/
.pageController{padding-right:10px; padding-top:5px;padding-bottom:5px;color:#505050;margin:0 auto;border-top:1px solid #E2E3E4;margin-top:16px;line-height:24px;}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;}
.pageController a:hover{background-color:#efefef;color:#438ece; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #efefef;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;}
.pageController .t2{float:right;vertical-align:middle;line-height:24px;}
.pageController .t2 #current{padding:0 5px;line-height:24px;}
.pageController .t1 span{padding-left:4px;padding-right:4px;}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;}
.pageController select option{vertical-align:middle;}







/*页面底部*/
.foot1{background:url(/template/default/images/ftttbj.jpg) no-repeat;background-size:100% 100%;overflow:hidden;padding:40px 0 0;}

.f_nav{width:48.33%;float:left;}
.f_nav dl{float:left;width:33%;}
.f_nav dt{margin-bottom:8px;font-size:18px;color:#232323;background:url(http://cdn.myxypt.com/e2d4c4e5/22/02/c410aec86ddb993bf9dfd8eb185a100af981ac44.png) no-repeat center left;padding-left:17px;}
.f_nav dd{margin-left:17px;}
.f_nav dd a{font-size:15px;color:#333333;line-height:28px;transition:all 0.8s;}
.f_nav dd a:hover{color:#da251d;padding-left:10px;}


.foot2{width:26%;}
.zx{border-radius:33px;background:#da251d;box-shadow: 2.5px 4.33px 5px 0px rgba(14, 5, 10, 0.2);width: 245px;line-height: 57px;text-align:center;}
.zx a{font-weight:bold;font-size:24px;color:#fff;}
.zx img{margin-right:22px;}
.fdh{color:#232323;font-size:16px;margin-top:6px;}
.fdh p:nth-child(2){color:#232323;font-size:35px;font-weight:bold;line-height:38px;}
.fadd{color:#333333;font-size:16px;line-height:31px;margin-top:5px;}


.add2{width:21.42%;display:flex;justify-content:space-between;margin-top:20px;}
.add2 li{width:45%;text-align:center;}
.add2 li .img{border:1px solid #333333;padding:5px;display:block;}
.add2 li .img img{width:100%;}
.add2 li h3{color:#333333;font-size:15px;margin-top:13px;}



.bq{text-align:center;line-height:31px;font-size:15px;color:#333333;padding:17px 0 30px;}
.bq a{color:#333333;}
.bq a:hover{color:#da251d;}




@media (max-width:1024px) {
   .fdh p:nth-child(2){font-size:32px;}
   .fadd{display:none;}
}


@media (max-width:768px) {
  .bq{font-size:14px;color:#333333;padding:17px 0 30px;line-height:24px;}
}


@media (max-width:640px) {
  .bq{font-size:13px;color:#333333;padding:12px 0 22px;line-height:24px;}
}



/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}

@media (max-width:1024px) {
 .bannerPc{margin-top:60px;}
 .page-banner{margin-top:60px;}
}



@media (max-width: 768px) {
  .x-banner{margin-top:60px;}
 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
}





/*内页*/

.nybt2 span{display: none;}
.nybt2{text-align: center;line-height: 50px;color: #333;font-weight: bold;font-size: 30px;margin-bottom: 20px;}

.xypg-news-list li {
    position: relative;
   
}
.xypg-news-list li a{
 display: flex;
    justify-content: space-between;
}
.xypg-news-list li .nimg1{
    width: 30%;overflow:hidden;
}  
.xypg-news-list li .nimg1 img{
    width: 100%;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}
.xypg-news-list li:hover .nimg1 img {
 transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);  
}





.xypg-news-list li .xx1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #da251d;
    transition: .5s;
}

.xypg-news-list li:hover .xx1 {
    width: 100%;
}

.xypg-news-list li .xx2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    background: #da251d;
    transition: 1s;
}

.xypg-news-list li:hover .xx2 {
    height: 100%;
}

.xypg-news-list li .xx3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 1px;
    background: #da251d;
    transition: 1.5s;
}

.xypg-news-list li:hover .xx3 {
    width: 100%;
}

.xypg-news-list li .xx4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background: #da251d;
    transition: 3s;
}

.xypg-news-list li:hover .xx4 {
    height: 100%;
}

.xypg-product-list li {
    position: relative;
}

.xypg-product-list li .xx1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #da251d;
    transition: .5s;
}

.xypg-product-list li:hover .xx1 {
    width: 100%;
}

.xypg-product-list li .xx2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 1px;
    background: #da251d;
    transition: 1s;
}

.xypg-product-list li:hover .xx2 {
    height: 100%;
}

.xypg-product-list li .xx3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 1px;
    background: #da251d;
    transition: 1.5s;
}

.xypg-product-list li:hover .xx3 {
    width: 100%;
}

.xypg-product-list li .xx4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 1px;
    background: #da251d;
    transition: 3s;
}

.xypg-product-list li:hover .xx4 {
    height: 100%;
}

.xypg-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
}

.xypg-news-list li:hover .tit h3 {
    padding-left: 10px;
}


.xypg-news-list li .nwz{width:100%}

@media (max-width:1200px) {
  .xypg-news-list li .tit h3{margin-right:17%;}
}


@media (max-width:1024px) {
  .xypg-news-list li .nimg1{width:35%;}
  
  .xypg-news-list li .info{height:20px;line-height:20px;overflow:hidden;}
}

@media (max-width:768px) {
.xypg-news-list li .tit h3{font-size:16px;padding-right:2%;}
}


@media (max-width:425px) {
  .xypg-news-list li a{flex-wrap:wrap;}
  .xypg-news-list li .nimg1{width:100%;}
  .xypg-news-list li .nwz{width:100%;margin-top:20px;}
  .nybt2{font-size:17px;}
  .xypg-news-list li .tit h3{font-size:15px;}
}


.n_banner img{width: 100%;}<!--耗时1755805549.4881秒-->