.w1260 {
  width: 1260;
  margin: 0 auto;
}

.n-products-g {
  padding: 0px 0 10px;
  background: #fbfbfb;
}
.n-products-g .img {
  position: relative;
}
.n-products-g .ul {
  width: 1260px;
  margin: 0 auto 22px;
}
.n-products-g .ul .li {
  width: 405px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.n-products-g .ul .li:before {
  content: "";
  width: 0%;
  height: 2px;
  background: #f15909;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all .8s 0s ease-in-out;
          transition: all .8s 0s ease-in-out;
}
.n-products-g .ul .li:hover:before {
  width: 100%;
  visibility: visible;
}
.n-products-g .ul .li .img {
  width: 408px;
  height: 240px;
  overflow: hidden;
}
.n-products-g .ul .li .imga {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products-g .ul .li .p-text {
  line-height: 56px;
  height: 56px;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
.n-products-g .ul .li .tit {
  font-size: 20px;
  color: #555;
  text-transform: capitalize;
  /*font-family: "HELVE";*/
}
.n-products-g .ul .li .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 18px;
}
.n-products-g .ul .li .icon-btn img {
  max-width: 100%;
  display: inline-block;
}
.n-products-g .ul .li .j {
  width: 20px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 5px;
  background: url(../img/img12.png) no-repeat center center;
  -webkit-animation: arrow_t 1.5s infinite linear;
          animation: arrow_t 1.5s infinite linear;
}
.n-products-g .ul .li:hover .imga {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products-g .ul-two {
  width: 1260px;
  margin: 0 auto 22px;
}
.n-products-g .ul-two .li {
  width: 620px;
  box-sizing: border-box;
  margin-right: 18px;
  float: left;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}
.n-products-g .ul-two .li:before {
  content: "";
  width: 0%;
  height: 2px;
  background: #f15909;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all .8s 0s ease-in-out;
          transition: all .8s 0s ease-in-out;
}
.n-products-g .ul-two .li:hover:before {
  width: 100%;
  visibility: visible;
}
.n-products-g .ul-two .li .img {
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.n-products-g .ul-two .li .imga {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products-g .ul-two .li .p-text {
  line-height: 56px;
  height: 56px;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
.n-products-g .ul-two .li .tit {
  font-size: 20px;
  color: #555;
  text-transform: capitalize;
  /*font-family: "HELVE";*/
}
.n-products-g .ul-two .li .icon-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 18px;
}
.n-products-g .ul-two .li .icon-btn img {
  max-width: 100%;
  display: inline-block;
}
.n-products-g .ul-two .li .j {
  width: 20px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 5px;
  background: url(../img/img12.png) no-repeat center center;
  -webkit-animation: arrow_t 1.5s infinite linear;
          animation: arrow_t 1.5s infinite linear;
}
.n-products-g .ul-two .li:hover .imga {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.n-products-g .xf-box {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 300px;
  -webkit-transform: translate(0px, 150px);
      -ms-transform: translate(0px, 150px);
          transform: translate(0px, 150px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}
.n-products-g .xf-box .btn {
  margin-bottom: 18px;
}
.n-products-g .xf-box .p {
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  color: #fff;
  opacity: .8;
  overflow: hidden;
}
.n-products-g .li:hover .xf-box {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all .5s 0s linear;
          transition: all .5s 0s linear;
}

.w1260 {
  width: 1260px;
  margin: 0 auto;
}




.i-listc .dl {
  background: #ef6518;
  padding: 32px 25px;
}
.i-listc .dl .dd {
  width: 590px;
  height: 310px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.i-listc .dl .dd img {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-listc .dl .dd .bf-btn {
  width: 57px;
  height: 37px;
  background: url(../img/img6.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38.5px;
  margin-top: -18px;
}
.i-listc .dl .dd:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all .3s 0s linear;
          transition: all .3s 0s linear;
}
.i-listc .dl .dt {
  width: 590px;
  height: 310px;
  background: #ededed;
  padding: 45px 35px;
  box-sizing: border-box;
  position: relative;
}
.i-listc .dl .dt .tit-h {
  text-transform: capitalize;
  color: #131313;
}
.i-listc .dl .dt .p {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  height: 100%;
  opacity: .85;
  overflow: hidden;
}
.i-listc .dl .dt .j {
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 45px;
  left: 35px;
  background: url(../img/img4-1.png) no-repeat center center;
  -webkit-animation: arrow_t 1.5s infinite linear;
          animation: arrow_t 1.5s infinite linear;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}