@charset "utf-8";
/* CSS Document */
* {
  font-family: "zzgfks";
  word-wrap: normal;
  word-break: normal;
}
.container {
  width: 100%;
  max-width: 100%;
}
.fa_ani * {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.fa_ani *:before {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
.fa_ani *:after {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
a {
  cursor: pointer;
}
body, html {
  overflow-x: hidden !important;
}
a:focus, a:active, a:hover, a:visited {
  outline: none !important;
  text-decoration: none;
}
i {
  font-style: normal;
}
.w_grid-000 > div > .p_gridbox {
  overflow: visible;
}
.w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after {
  clear: both;
  display: table;
  content: " ";
  min-height: 0px;
}
.fa_clearfix:before, .fa_clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.fa_imgbig {
  overflow: hidden;
  width: 100%;
}
.fa_imgbig:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  -moz-transform: scale(1.2);
  /* Firefox */
}
.fa_flexline {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fa_flexwrap {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fa_flex_between {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fa_flex_Xend {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fa_flex_Xcenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.fa_flex_Yend {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.fa_flex_Ycenter {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.fa_centerY {
  position: relative;
  top: 50%;
  /*偏移*/
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.fa_textoverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 1;
  text-transform: uppercase;
}
.fa_Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fa_Img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p_NewsDetail img {
  max-wight: 100%;
}
/*内页导航*/
.p_problemCategory {
  display: none;
}
.fa_PageNav a {
  display: block;
  padding:0 20px;
  margin: 25px 0;
  position: relative;
  color: #333;
  text-transform: uppercase;
  float: left;
  font-size:16px;
  -o-transition: all 0.5s;
}
.fa_PageNav a:hover {
  color:#175428;
}
.fa_PageNav a:after {
  position: absolute;
  bottom: -25px;
  left:50%;
  width: 0%;
  height: 3px;
  display: block;
  background: #175428;
  content: "";
  transform:translateX(-50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
}
.fa_PageNav a:hover:after {
  width: 80%;
}
.fa_PageNav .fa_navon {
  color:#175428;
}
.fa_PageNav .fa_navon:after {
  width: 80%;
}
/*关联产品*/
.fa_Related > a {
  display: block;
  width: calc((100% - 60px)/4);
  float: left;
  padding: 20px;
  margin-right: 20px;
}
.fa_Related > a:last-child {
  margin-right: 0;
}
.fa_Related > a img {
  width: 100%;
}
.fa_Related > a p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: #333;
}
/**/
.fa_AbList {
  margin: 80px 0 30px;
}
.fa_AbList h3 {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}
.fa_AbList .fa_Abli {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fafafa;
}
.fa_AbList .fa_Abli .fa_ABli_img {
  overflow: hidden;
  width: 100%;
}
.fa_AbList .fa_Abli .fa_ABli_img img {
  width: 100%;
}
.fa_AbList .fa_Abli:nth-child(4n) {
  margin-right: 0;
}
.fa_AbList .fa_Abli:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
  /* Opera */
  -moz-transform: scale(1.2);
  /* Firefox */
}
.fa_AbList .fa_Abli .fa_ABli_tit {
  padding: 20px 0;
  color: #333;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fa_PageCate .fa_CateTit h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.fa_PageCate .fa_CateTit article {
  font-size: 16px;
  line-height: 2;
  margin: auto;
  max-width: 900px;
  color: #666;
}
.fa_PageCate {
  margin-bottom: 30px;
}
.fa_l4 {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.fa_l4:nth-child(4n) {
  margin-right: 0;
}
.fa_l3 {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.p_headA{
  font-size:24px;
  color:#333;
}
@media screen and (min-width:769px) {
  .fa_l3:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .p_headA{
    font-size:20px;
    color:#333;
  }
  .fa_l3 {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .fa_l3:nth-child(2n) {
    margin-right: 0;
  }
  .fa_l4 {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .fa_l4:nth-child(2n) {
    margin-right: 0;
  }
  .fa_PageCate .fa_CateTit h3 {
    font-size: 24px;
  }
  .fa_Related > a, .fa_AbList .fa_Abli {
    width: calc((100% - 20px)/2);
  }
  .fa_Related > a:nth-child(2n), .fa_AbList .fa_Abli:nth-child(2n) {
    margin-right: 0;
  }
  .p_btn-hide {
    background: #175428;
  }
  .p_btn-hide .p_c-fff {
    background: #175428;
  }
  .fa_PageNav {
    display: none;
  }
  .p_problemCategory {
    display: block;
  }
  .p_problemCategory .btn-primary {
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: left;
    background: #175428;
    padding: 10px 20px;
  }
  input.form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input.form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input.form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input.form-control:-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
}
.fa_More a {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  position:relative;letter-spacing: 5px;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa_More a span{position:relative;z-index:20;}
.fa_More a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(23,84,40,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fa_More a:hover{color:#175428;}
.fa_More a::after{
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(23,84,40,1);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.fa_More a:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.fa_More a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.p_page .pageNum.active, .p_page .next:active, .p_page .next:hover, .p_page .pageNum:hover, .p_page .pageNum:active, .p_page .pre:active, .p_page .pre:hover {
  background-color: #175428;
  border-color: #175428;
}
.p_pagebox .next, .p_pagebox .pre {
  background-color: #175428;
}
/**/
#easy_zoom {
  transition: all 0s;
  -moz-transition: all 0s;
  /* Firefox 4 */
  -webkit-transition: all 0s;
  /* Safari 和 Chrome */
  -o-transition: all 0s;
}
#easy_zoom * {
  transition: all 0s;
  -moz-transition: all 0s;
  /* Firefox 4 */
  -webkit-transition: all 0s;
  /* Safari 和 Chrome */
  -o-transition: all 0s;
  /* Opera */
}
.p_ProductDetail img, .p_NewsDetail img, .p_contentBox img {
  max-width: 100%;
}
.p_content .reset_style {
  line-height: 2;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus .p_pagebox .next, .p_pagebox .pre {
  background-color: #175428;
}
/*加载动效   topshow（从上往下）fa_LeftShow （从左往右）  */
.delighter {
  overflow: hidden;
  position: relative;
}
.fa_TopShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_TopShow.started.delighter:before {
  transform: translateY(100%);
}
.fa_LeftShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before {
  transform: translateX(100%);
}
.fa_RightShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before {
  transform: translateX(-100%);
}
.fa_BottomShow.delighter:before {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  display: block;
  background: #fff;
  z-index: 10;
  content: "";
  transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_BottomShow.started.delighter:before {
  transform: translateY(-100%);
}
/*内页banner动画*/
@-webkit-keyframes fa_scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes fa_scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes fa_scale_b {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes fa_scale_a {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
    -moz-transform: translateX(-50%) scale(1.5);
    -ms-transform: translateX(-50%) scale(1.5);
    -o-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(2);
    -moz-transform: translateX(-50%) scale(2);
    -ms-transform: translateX(-50%) scale(2);
    -o-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2);
  }
}
@-moz-keyframes fa_scale_a {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
    -moz-transform: translateX(-50%) scale(1.5);
    -ms-transform: translateX(-50%) scale(1.5);
    -o-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(2);
    -moz-transform: translateX(-50%) scale(2);
    -ms-transform: translateX(-50%) scale(2);
    -o-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2);
  }
}
@-o-keyframes fa_scale_a {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
    -moz-transform: translateX(-50%) scale(1.5);
    -ms-transform: translateX(-50%) scale(1.5);
    -o-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(2);
    -moz-transform: translateX(-50%) scale(2);
    -ms-transform: translateX(-50%) scale(2);
    -o-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2);
  }
}
@-ms-keyframes fa_scale_a {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.5);
    -moz-transform: translateX(-50%) scale(1.5);
    -ms-transform: translateX(-50%) scale(1.5);
    -o-transform: translateX(-50%) scale(1.5);
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(2);
    -moz-transform: translateX(-50%) scale(2);
    -ms-transform: translateX(-50%) scale(2);
    -o-transform: translateX(-50%) scale(2);
    transform: translateX(-50%) scale(2);
  }
}
@-webkit-keyframes fa_wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}
@-moz-keyframes fa_wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}
@-ms-keyframes fa_wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}
@keyframes fa_wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}
/*swiper*/
.fa_SwpBtn > div {
  position: absolute;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  top: 50%;
  z-index: 20;
  cursor: pointer;
  width:50px;
  height:50px;
  line-height:50px;
  background:rgba(255,255,255,0.2);
  color:#fff;
  border-radius:50%;
  text-align:center;
}
.fa_SwpBtn > div:hover {
  -webkit-transform: translateY(-50%) scale(1.2);
  -moz-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  -o-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
  background:rgba(255,255,255,0.6);
  color:#175428;
}
.fa_SwpBtn .fa_SwpBtn_l {
  left: 5%;
}
.fa_SwpBtn .fa_SwpBtn_r {
  right: 5%;
}
.fa_pagination {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}
.fa_pagination span {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  border-radius: 500px;
  margin: 0 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.fa_pagination span.swiper-pagination-bullet-active {
  width: 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 900px){
  .d_ProductDetail .higher img{
    width:auto!important;
    height:auto!important;
    max-width:90%!important;
    max-height:90%!important;
  }
  .p_DescribeContent{
    overflow-x: scroll;
  }
}
.fa_Imgmax img{
  max-width:100%!important;
  max-height:100%!important;
  min-width:0%!important;
  min-height:0%!important;
  width:auto!important;
  height:auto!important;
}
.fa_Imgmin img{
  min-width:100%!important;
  min-height:100%!important;
  max-width:130%!important;
  max-height:130%!important;
  width:auto!important;
  height:auto!important;
}

/*内业分类*/
  .fa_Navli{position:relative;padding-left:360px;border-bottom:#f5f5f5 solid 1px;}
  .fa_Navli .fa_Tit{background:url(/img/sm_cate_bg.png) no-repeat center;background-size:100% 100%;padding:30px 80px;left:0;bottom:0;position:absolute;}
  .fa_Navli .fa_Tit h3{color:#fff;font-size:30px;}
  .fa_Navli .fa_Tit h3 span{font-size:40px;margin-right:10px;color:#fff;}
  .fa_Navli .fa_Tit p{color:#fff;font-size:14px;margin-top:10px;text-transform: uppercase;}
@media screen and (max-width:1200px) {
  .fa_Navli .fa_Tit{display:none;}
  .fa_Navli{padding:0;}

}
