@charset "utf-8";
/* css document */
* {
  font-family: "gilroy-r", '微软雅黑';
  word-wrap: normal;
  word-break: normal;
}
a:active, a:hover {
  color: #0086cc;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0086cc;
  text-decoration: underline;
}
.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: inline-block;
  margin-right:10px;
  transition: all 0.5s;
  position: relative;
  padding: 40px 20px
}
.fa_pagenav a span{
  display: block;
  position: relative;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  z-index:10;
  transition: all 0.5s;
  text-align:center;
}
.fa_pagenav a:hover span,.fa_pagenav a.fa_navon span{
color:#0086cc;
}
.fa_pagenav a:before{
  position:absolute;
  left:50%;
  width:00%;
  height:2px;
  background:#0086cc;
  text-align:center;
  bottom:0%;
  content:"";
  transform:translatex(-50%);
   transition: all 0.5s;

}
.fa_pagenav a:hover:before{
  opacity:1;
  width:100%;
}

.fa_pagenav a.fa_navon:before{
    opacity:1;
  width:100%;
}
/*关联产品*/
.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%;
  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);
  -ms-transform: scale(1.2);
  /* ie 9 */
  -webkit-transform:translate(-50%,-50%)  scale(1.2);
  /* safari 和 chrome */
  -o-transform:translate(-50%,-50%)  scale(1.2);
  /* opera */
  -moz-transform:translate(-50%,-50%)  scale(1.2);
  /* firefox */
}
.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;
}
.fa_pagecate .fa_catetit h3{
  font-size:30px;
  font-weight:bold;
  margin-bottom:10px;
  color:#0086cc;
  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;
}
.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;
}
@media screen and (min-width:769px) {
  .fa_l3:nth-child(3n) {
    margin-right: 0;
  }
}
.fa_more a {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 15px 10px;
    min-width: 169px;
    border-radius: 10px;
    overflow: hidden;
   background:#0162a7;
  transition:all 0.5s;
}
.fa_more a:before{
    content: "\f054";
    font-family: fontawesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.fa_more a:hover {
      text-indent: 30px;
}
.fa_more a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}
@media screen and (max-width:768px) {
  .fa_more a,.fa_more2 a{
    padding:10px 20px;
    min-width:0;
  }
  
  .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: #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: #333;
    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;
  }
}
.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: #0086cc;
  border-color: #0086cc;
}
.p_pagebox .next, .p_pagebox .pre {
  background-color: #0086cc;
}
/**/
#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: #0086cc;
}
/*加载动效   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);
  }
}
/*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;
  color:#fff;
  padding:5px;
  line-height:80px;
  font-size:20px;
  text-align:center;
  background:rgba(255,255,255,0.24);
  
}
.fa_swpbtn>div:hover{
  background:#fff;
  color:#0086cc;
}
.fa_swpbtn .fa_swpbtn_l{
  left:0%;
}
.fa_swpbtn .fa_swpbtn_r{
  right:0%;
}
.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.5);
  display:inline-block;
  border-radius:500px;
  margin:0 5px;
  transition: all 0.5s;
  cursor: pointer;
}
.fa_pagination span.swiper-pagination-bullet-active{
  background:rgba(255,255,255,0.5);
  width:50px;
}
.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;
}
@keyframes anim_load1 {
  0% {
    transform: translate3d(-100%,0%,0);
  }
  50% {
    transform: translate3d(0,0%,0);
  }
  100% {
    transform: translate3d(100%,0%,0);
  }
}
