@charset "utf-8";
/* CSS Document */

*{
font-family: 'SansHans-Regular'; 
  word-wrap: normal;
  word-break: normal;
}
/*通用*/
a:active,
a:hover {
  color: #00584c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00584c;
  text-decoration: underline;
}
.container {
  width: 100%;
  max-width: 100%;
}
.fa_ani * {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fa_ani *:before {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fa_ani *:after {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
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: "";
}
.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: #00584c;
  border-color: #00584c;
}
.p_pagebox .next,
.p_pagebox .pre {
  background-color: #00584c;
}
#easy_zoom {
  transition: all 0s;
}
#easy_zoom * {
  transition: all 0s;
}
.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: #00584c;
}


/*------------------------------------------------------------------------------------------------------------*/
/*弹性布局*/
.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%);
}
/*end*/



/*图片限制*/
.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;
}
.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;
}
/*end*/





/*内页导航*/
.p_problemCategory {
  display: none;
}
.fa_PageNav {
  font-size: 0;
  text-align: right;
}
.fa_PageNav a {
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  margin: 20px 25px;
  font-size: 16px;
  color: #999;
  opacity: 0.8;
}
.fa_PageNav a:hover,
.fa_PageNav a.fa_navon {
  color: #00584c;
  opacity: 1;
}
.fa_PageNav a:last-child {
  margin-right: 0;
}
.fa_PageNav a:after {
  content: "";
  position: absolute;
  left: -35px;
  width: 1px;
  background: #ccc;
  opacity: 0.3;
  height: 20px;
}
.fa_PageNav a:first-child:after {
  display: none;
}
.fa_PageNav a:before {
  position: absolute;
  left: 50%;
  width: 0%;
  height: 3px;
  background: #00584c;
  bottom: -18px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.5s;
  display: block;
}
.fa_PageNav a:hover:before {
  width: 80%;
}
.fa_PageNav a.fa_navon:before {
  width: 80%;
}
/*end*/




/*相关产品*/
.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;
  background: #fafafa;
}
.fa_AbList .fa_Abli .fa_ABli_img {
  overflow: hidden;
  width: 100%;
}
.fa_AbList .fa_Abli .fa_ABli_img img {
  width: 100%;
  transition: all 0.5s;
}
.fa_AbList .fa_Abli:nth-child(4n) {
  margin-right: 0;
}
.fa_AbList .fa_Abli:hover img {
  transform: translate(-50%, -50%) scale(1.2);

}
.fa_AbList .fa_Abli .fa_ABli_tit {
  padding: 20px 15px;
  color: #333;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*end*/


/*产品分类标题*/
.fa_PageCate .fa_CateTit h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00584c;
  text-align: center;
}
.fa_PageCate .fa_CateTit article {
  font-size: 16px;
  line-height: 2;
  margin: auto;
  max-width: 800px;
  color: #666;
  width: 80%;
  text-align: center;
}
.fa_PageCate {
  margin-bottom: 30px;
}
/*end*/

/*排列布局  fa_ln(一排n个) */
.fa_l2 {
  display: block;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
}
.fa_l3 {
  display: block;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.fa_l4 {
  display: block;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.fa_l5 {
  display: block;
  width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
    }
/*end*/




/*加载动效   topshow（从上往下）fa_LeftShow （从左往右）  */
.delighter {
  position: relative;
}
.fa_TopShow, .fa_LeftShow, .fa_RightShow, .fa_BottomShow {
  overflow: hidden;
}
.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%);
}
/*end*/

/*swiper*/
.fa_swp_btn>div {
  /*banner*/
  position: absolute;
  z-index: 20;
  transform: translateY(-50%);
  font-size: 1.5vw;
  width: 3vw;
  height: 3vw;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 3vw;
  top:50%;
  transition: all 0.5s;
  cursor: pointer;
  opacity:0.3;
}
.fa_swp_btn>div:hover{
  opacity:1;
  background:rgba(255,204,1,0.6);
}
.fa_swp_btn .fa_l {
  left: 3vw;
}
.fa_swp_btn .fa_r {
  right: 3vw;
}
.fa_list_btn>div {
  /*列表*/
  position: absolute;
  z-index: 20;
  transform: translateY(-50%);
  font-size: 2vw;
  width: 3vw;
  height: 3vw;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2vw;
  transition: all 0.5s;
}
.fa_list_btn .fa_l {
  left: 0;
}
.fa_list_btn .fa_r {
  right: 0;
}
.fa_pagination {
  position: absolute;
  bottom: 5%;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.fa_pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
  border-radius: 500px;
  margin: 0 8px;
  transition: all 0.5s;
  cursor: pointer;
}
.fa_pagination span.swiper-pagination-bullet-active {
  background:#00584c;
}
/*end*/

@media only screen and (min-width: 769px){
  .fa_pchide{
    display: none!important;
  }
  .fa_l2:nth-child(2n),.fa_l4:nth-child(4n),.fa_l3:nth-child(3n),.fa_l5:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px){
  .fa_mohide{
    display: none!important;
  }
  input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input::-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  input:-moz-placeholder {
    font-size: 14px;
    line-height: 1.42857143;
  }
  .p_btn-hide {
    background: #333;
  }
  .p_btn-hide .p_c-fff {
    background: #333;
  }
  .fa_PageNav {
    display: none;
  }
  .p_problemCategory {
    display: block;
  }
  .p_problemCategory .btn-primary {
    width: 100%;
    border: none;
    border-radius: 0;
    text-align: left;
    background: #00584c;
    padding: 10px 20px;
  }
  .fa_AbList {
    margin: 30px 0;
  }
  .fa_AbList h3 {
    font-size: 18px;
  }
  .fa_PageCate .fa_CateTit h3 {
    font-size: 20px;
  }
  .fa_mf26 {
    font-size: 26px!important;
  }
  .fa_mf24 {
    font-size: 24px!important;
  }
  .fa_mf22 {
    font-size: 22px!important;
  }
  .fa_mf20 {
    font-size: 20px!important;
  }
  .fa_mf18 {
    font-size: 18px!important;
  }
  .fa_mf16 {
    font-size: 16px!important;
  }
  .fa_mf14 {
    font-size: 14px!important;
  }
  .fa_l2, .fa_l3, .fa_l4, .fa_l5 {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}


 ::-webkit-scrollbar{width:5px;height:50px;}/*指滚动条整体部分，它的属性有width,height,background等*/
 ::-webkit-scrollbar-track{background-color:#eee;}/*指外层轨道部分，当不需要时可以用display:none将其隐藏，也可以添加你想要的颜色*/
 ::-webkit-scrollbar-thumb{background-color:#00584c;border-radius:500px;height:150px}/*指滚动条里面可以拖动的部分，也就是滑块*/