﻿

@import "iconfont.css";
/* #region 公共样式# */

:root {

  --main-bg-color: #fff;

  --bg-color: #9EC73C;

  --active-color: #a0d330;

  --font-color: #171717;

  --font-color-hover: #2197E1;

  --font-color2: #F4B61B;

  --font-color2-hover: #C62153;

  --tit-color: #2e2e2e;

  --tit-color-hover: #79A215;

  --btn-bg: #E50003;

  --btn-bg-hover: #810515;

  --btn-bg2: #333;

  --btn-bg2-hover: #C62153;

  --swiper-btn-color: #C9C9C9;

  --swiper-btn-color-hover: #f4b61b;

  --font-family1: 'avantgarde-demi';

  --font-family2: 'itcavantgardestd-bk';

  --font-family3: 'itcavantgardestd-bold';

  --font-family4: 'itcavantgardestd-demi';

}

html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6бbug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* body */
body {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-family: '微软雅黑', Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
  overflow-x: hidden;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #757575;
  font-size: 14px;
  /*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/
  text-decoration: none;
}

a:hover {
  color: #a0d330;
}

/* form */
textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

textarea,
input {
  vertical-align: middle;
  font-size: 14px;
  outline: none;
}

iframe {
  border: 0;
}

.rendering {
  /* 标准属性（现代浏览器必写）
  image-rendering: crisp-edges; */
  /* Chrome / Edge / Safari 旧版兼容 
  image-rendering: -webkit-optimize-contrast;*/
  /* 旧版 Opera 兼容（你原来的写法） 
  image-rendering: -o-optimize-contrast;*/
  /* Firefox 兼容
  image-rendering: pixelated; */
  /* 最兜底兼容
  image-rendering: optimize-contrast; */
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
body img {
  border: 0 none;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


.u-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.u-line-2 {
  -webkit-line-clamp: 2
}

.u-line-3 {
  -webkit-line-clamp: 3
}

.u-line-4 {
  -webkit-line-clamp: 4
}

.u-line-5 {
  -webkit-line-clamp: 5
}

.u-line-6 {
  -webkit-line-clamp: 6
}

.u-line-2,
.u-line-3,
.u-line-4,
.u-line-5,
.u-line-6 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.oem_sea_box {
  width: 90%;
  margin: 0 auto;
  padding: 100px 20px;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.oem_sea_box .seaBtn {
  width: 30%;
  max-width: 200px;
  margin-left: 5%;
  background: #a0d330;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.oem_sea_box .seaLeft {
  flex: 1;
}

.oem_sea_box .seaLeft .Left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.oem_sea_box .seaLeft .Left_top .list {
  flex: 1 1 auto;
  margin-right: 20px;
}

.oem_sea_box .seaLeft .Left_top .list .el-select {
  width: 100%;
}



.oem_sea_box .seaLeft .left_bottom {
  margin-right: 20px;
  margin-top: 20px;
}

.oem_sea_box .seaLeft .bt {
  font-size: 22px;
  color: #464646;
  line-height: 25px;
  margin-bottom: 10px;
}

.oem_sea_box .el-input__inner {
  height: 60px !important;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px;
}


.el-select-dropdown__item {
  font-size: 18px !important;
  height: 40px !important;
  line-height: 40px !important;
}


/*****宽度**********/
.pageWidth {
  width: 90%;
  margin: 0 auto;
}

.heaWrap {
  position: relative;
}

.heaWrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));

  z-index: 1;
}

/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}


.headBox {
  color: #FFF;
  background: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(241, 241, 241, 0.2);
}

.headBox .head {
  width: 90%;
  /* padding: 0 20px; */
  box-sizing: border-box;
  margin: 0 auto;
  height: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.headBox .head .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 20px;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
}

.headBox .head .txt p {
  margin-right: 15px;
}

.headBox .head .txt b {
  font-size: 22px;
}

.headBox .head .txt p img {
  width: 25px;
}

.had_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.had_r .telephone {
  margin-right: 25px;
}

.had_r .telephone a {
  color: #fff;
  font-size: 16px;
}

.telephone .qico {
  font-size: 20px;
  margin-right: 10px;
}

.had_r .langhead {
  display: flex;
  margin-left: 15px;
  align-items: center;
}

.had_r .langhead .qico {
  font-size: 24px;
}

.had_r .langhead a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 3px 5px;
}

.had_r .langhead a.cur {
  font-weight: bold;
}

.had_r .share img {
  width: 35px;
  margin-right: 10px;
}

.had_r .login {
  color: #FFF;
  font-size: 18px;
  line-height: 50px;
  display: block;
}

/*返回顶部*/
.totop {
  position: fixed;
  right: 50%;
  margin-right: -528px;
  z-index: 10000;
  bottom: 25px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}

.nyContent {
  padding: 40px 20px;
  width: calc(90% + 40px);
  box-sizing: border-box;
  margin: 0 auto;
}

video {
  max-width: 100% !important;
  height: auto !important;
}

/*#endregion#*/

/*#region 头部样式#*/

.top-T_Wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1000;

  /* -moz-box-shadow: 0 0 15px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 15px rgba(128, 128, 128, 0.4); */
  /* 
  background: #FFF; */
  /* background: #FFF; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

.top-T_Wrap .top-T {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 90%;
  margin: 0 auto;
  height: 100px;
  position: relative;
}

.navHeight {
  height: 100px !important;
  line-height: 100px !important;
}

.top-T_Wrap .top-T .logo {
  width: 400px;
  text-indent: -99em;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  background: url(../image/logo.png) left center no-repeat;
  background-size: auto 80%;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top-T_Wrap .top-T .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.top-T_Wrap .top-T .hea-R {
  overflow: hidden;
  width: 100px;
  height: 88px;
  /* position: absolute;
  right: 0;
  top: 0; */
  cursor: pointer;
  display: flex;
  align-items: center;
  display: none;
}

/*  .top-T_Wrap .top-T .Tel {
  overflow: hidden;
  color: #fff;
  line-height: 120px;
  font-size: 30px;
  color: #a0d330;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/tel.png) left center no-repeat;
  padding-left: 40px;
} */

/*  .top-T_Wrap.black .top-T {
  height: 100px;
} */

.top-T_Wrap.black .top-T .logo {
  /* width: 110px;
  background: url(../image/logo.png) center center no-repeat;
  background-size: 100% auto;
  height: 100px; */

  /* background: url(../image/logo.png) left center no-repeat; */
  background-size: auto 70%;
}

/*  .top-T_Wrap.black .top-T .nav li>a {
  font-size: 15px;
} */

.top-T_Wrap.black {
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  /* -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4); */
  /* background: #FFF; */
  /* box-shadow: 8px 8px 30px hsla(216, 4%, 74%, .3); */

}

.headBox.black {
  display: none;
}

/***********nav*******/
.top-T_Wrap .top-T .nav {
  z-index: 10;
  /* position: absolute;
  right: 0;
  top: 0;
  bottom: 0; */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: content;
  -ms-justify-content: content;
  -webkit-justify-content: content;
  justify-content: content;
}

.top-T_Wrap .top-T .nav li {
  text-align: center;
  position: relative;
  flex: 1;
  height: 100px;
}

.top-T_Wrap .top-T .nav li>a {
  text-transform: uppercase;
  /* width: 120px; */
  font-size: 20px;
  /* font-weight: bold; */
  /* padding: 0 25px; */
  /* padding: 0 2vw; */
  margin-left: 3vw;
  color: #fff;
  display: block;
  white-space: nowrap;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* text-shadow: 2px 2px 2px rgba(65, 65, 65, 0.8); */
}

.top-T_Wrap .top-T .nav li>a span {
  position: relative;
  z-index: 10;
}

.top-T_Wrap .top-T .nav li:hover>a,
.top-T_Wrap .top-T .nav li>.cur {
  color: #a0d231;
  /* font-weight: 700; */
  /* text-shadow: 2px 2px 2px rgba(128, 234, 255, 0.8); */
}

/* .top-T_Wrap .top-T .nav li:hover>a::after,
.top-T_Wrap .top-T .nav li>a.cur::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 36px;
  bottom: 0;
  margin: auto;
  z-index: 5;
  width: 95%;
  background: #a0d330;
  border-radius: 50px;
} */

.xl {
  position: absolute;
  left: 18px;
  min-width: 160px;
  z-index: 100;
  visibility: hidden;
  overflow: hidden;
  /* top: 80px; */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.top-T_Wrap.black .xl {
  top: auto;
}


.ProBoxWrap {
  background: #FFF;
  /* width: 140px; */
  z-index: 100;
  margin: auto;
  padding: 5px 15px 5px;
  transition: 0.5s;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.34) 0 0 15px 0px;
  transform: translateY(50px);
  position: relative;
}

.ProBoxWrap::before {
  content: '';
  position: absolute;
  left: 75px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.ProBoxWrap .ProBox {
  margin: 0 auto;
}

.ProBoxWrap .ProBox .T {}

.ProBoxWrap .ProBox .T a {
  display: block;
  text-transform: capitalize;
  line-height: 36px;
  color: #000;
  /* padding-left: 20px; */
  font-size: 16px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  padding: 5px 0;

}

.ProBoxWrap .ProBox .T a:hover {
  color: #a0d231;
}

.top-T_Wrap .top-T .nav li:hover .ProBoxWrap {
  display: block;
}


.top-T_Wrap .nav li:hover .xl {
  visibility: visible;
  overflow: visible;
  opacity: 1;
}

.top-T_Wrap .top-T .nav li:hover .ProBoxWrap {
  visibility: visible;
  transform: translate(0px);
}

#nav_2 .ProBoxWrap {
  /* padding: 10px 20px; */
}


#nav_4 .xl,
#nav_6 .xl,
#nav_22 .xl,
#nav_45 .xl,
#nav_54 .xl,
#nav_53 .xl {
  display: none !important;
}



.ProBoxWrap .ProBox .T:nth-child(1) {
  /* margin-top: 10px; */
}

/* 
#nav_2 .xl {
  left: -30px;
  width: 260px;
} */



.top-T_Wrap.black .nav li a {
  /* color: #000; */
}

/*#endregion#*/



@media screen and (max-width: 1400px) {}


@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

/*#region footer001#*/
.footWrap001 {
  background: #333333;
}

.footWrap001 {
  width: auto;
  background: url(../image/footbj.jpg) center center no-repeat;
  background-size: 100% 100%;
}

.footWrap001 .foot {
  margin: 0 auto;
  position: relative;

  /* -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  overflow: hidden;
  color: #ffffff;
  padding: 60px 0;
}

.footWrap001 .foot .footnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footWrap001 .foot .footnav .xian {
  height: 30px;
  width: 1px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0));
}

.footWrap001 .foot .footnav a {
  color: #000;
  font-size: 20px;
}

.footWrap001 .foot .footwx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  background: url(../image/logo.png) left center no-repeat;
  min-height: 160px;
}



.footWrap001 .foot .footlx .bt {
  font-size: 24px;
  position: relative;
  margin: 0 0 20px;
}




/*#endregion#*/


/*#region footer002#*/

.footWrap002 {
  overflow: hidden;
  position: relative;
  color: #fff;
}

.footWrap002 .foot {
  width: 90%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 70px 0;
}


.footNavWrap {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 40%;
}

.footNavWrap .bt {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px
}

.footNavWrap p {
  margin: 19px 0;
}

.footNavWrap p a {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

.footNavWrap a:hover {
  color: #a0d330;
}

.footWrap002 .foot .footlx {
  color: #FFF;
  /* margin-right: 130px; */
  max-width: 450px;
}

.footWrap002 .foot .footlx .p {
  margin-bottom: 15px;
  font-size: 16px;
}

.footWrap002 .foot .footlx .p i {
  font-size: 30px;
  font-weight: 700;
}

.footWrap002 .foot .footlx.addressBox .p a {
  color: rgba(255, 255, 255, 1);
}

.footWrap002 .foot .footlx .p a {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

.footWrap002 .foot .footlx .p a:hover {
  color: #a0d330;
}


.footWrap002 .foot .footlx .bt {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.footWrap002 .foot .footlx .bt img {
  max-width: 100%;
}


/*#endregion#*/

/*#region 版权#*/
.footCopyBox {
  background: url(../image/footbj.jpg) center center no-repeat;
  background-size: cover;
}

.copyWrap {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyWrap .copy {
  margin: 0 auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
}

.copyWrap a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}


/*#endregion #*/

/*#region 产品详情 新闻详情 相册详情公共样式#*/

/**tag和本文链接**/
.newsOther {
  margin: 25px 0;
  font-size: 16px;
  color: #343434;
}

.newsOther a {
  font-size: 16px;
  line-height: 32px;
  color: #343434;
}

.newsOther a:hover {
  color: #a0d330;
}

.nyNewsShow .ShowNewsTitle {
  font-size: 32px;
  line-height: 40px;
  color: #1a1a1a;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  width: 90%;
  box-sizing: border-box;
}

.nyNewsShow .ShowNewsBox {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; */
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .NewsBoxLeft,
.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap {
  width: 110px;
}

.nyNewsShow .ShowNewsBox .NewsBoxRight {
  /* padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #e6e6e6; */
  box-sizing: border-box;
  /* flex: 1; */
  margin-bottom: 40px;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .newsData {
  text-align: center;
  font-family: "Arial";
  color: #1a1a1a;
  font-size: 36px;
  overflow: hidden;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .newsData p {
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .newsData p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .newsData p span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .newsData i {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .author {
  text-align: center;
  color: #808080;
  line-height: 20px;
  margin-top: 30px;
  font-size: 14px;
}

.nyNewsShow .ShowNewsBox .NewsBoxLeftWrap .author span {
  display: block;
  padding: 2px 0;
  margin-bottom: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #a0d330;
  color: #fff;
}

/*#endregion#*/

/*#region 转圈#*/

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 1);
  z-index: 10000000;
  left: 0;
  right: 0;
  top: 0;
}

.loading .pic {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  background: url("data:image/gif;base64,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") center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 30px;
  padding: 20px;
}

/*loading*/
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #181818;
  background-size: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  opacity: 1;
  z-index: 1009;
  display: none;
}

#loading .cir1 {
  width: 102px;
  height: 102px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/loading_logo.png) center center no-repeat;
  background-size: 60px;
}

#loading .cir2 {
  width: 104px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -52px;
  margin-top: -52px;
  transform: rotate(-90deg);
  stroke-dasharray: 630;
  animation: dash 2s linear forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 630;
  }

  to {
    stroke-dashoffset: 0;
  }
}

#loading.anistop {
  opacity: 0;
  z-index: -1;
}

/*#endregion #*/

/*#region 面包屑#*/

.Loc_navigationWrap {
  border-bottom: 1px solid #e8e8e8;
}

.Loc_navigation {
  margin: 0 auto;
  font-size: 16px;
  position: relative;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  width: calc(90% + 30px);
  padding: 0 15px;
  box-sizing: border-box;
}

.Loc_navigation .locLeft {
  font-size: 20px;
}

.Loc_navigation .locright {
  font-size: 14px;
  color: #999;
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/dqwz.png) left center no-repeat;
  padding: 20px 0 20px 0;
}

.Loc_navigation span {
  font-family: "宋体";
}

.Loc_navigation a {
  font-size: 14px;
  color: #999;
}

.Loc_navigation a:hover {
  color: #a0d330;
}



@media screen and (max-width: 1200px) {
  .Loc_navigation {
    padding: 0 15px;
  }
}

/*#endregion#*/

/*#region 左侧菜单#*/

.nyLeftBox {
  transition: all 0.5s;
  width: inherit;
  transition: all 0.5s;
  position: sticky;
  top: 120px;
}


.nyLeftBox .Lefttitle {
  background: #a0d330;
  width: 100%;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
}

.nyLeftBox .Lefttitle span {
  font-weight: normal;
  font-size: 18px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}

.nyLeftBox ul {
  display: block;
  box-sizing: border-box;
  background: #ebebeb;
  padding: 20px 0;
}

.nyLeftBox ul a.cur {
  color: #a0d330;
  /* background: #a0d330; */
}

.nyLeftBox ul li {}

.nyLeftBox ul li a {
  font-size: 17px;
  color: #757575;
  overflow: hidden;
  display: block;
  line-height: 30px;
  padding: 12px 12px;
  position: relative;
  text-align: center;
}

.nyLeftBox ul li a:hover {
  color: #a0d330;
}

/*#endregion#*/

/*#region 内页banner#*/
.nybaner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.nybaner img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}



/*#endregion#*/

/*#region 左侧悬浮菜单样式#*/

.FloatNav {
  position: fixed;
  top: 130px;
  z-index: 99;
  width: 250px;
}

/*#endregion#*/

/*#region 分享#*/
.shareWrap {
  position: relative;
}

.shareWrap .gb_res_t {
  display: block;
  text-align: center;
  color: #1a1a1a;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  margin-top: 40px;
}

.shareWrap .gb_res_t:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 5;
  width: 80%;
  background: #e6e6e6;
  margin: auto;
}

.shareWrap .gb_res_t span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  z-index: 6;
}

.shareWrap .bdsharebuttonbox {
  position: relative;
}

.shareWrap .bdsharebuttonbox a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #cccccc;
  width: 40px !important;
  height: 40px !important;
  margin: 0 auto 10px;
  display: block;
  position: relative;
}

.shareWrap .bdsharebuttonbox a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 5;
}

.shareWrap .bdsharebuttonbox .bds_tsina:after {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/share/x01.png) no-repeat center center;
  background-size: 25px;
}

.shareWrap .bdsharebuttonbox .bds_weixin:after {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/share/x02.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox .bds_sqq:after {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/share/x03.png) no-repeat center center;
  background-size: 22px;
}

.shareWrap .bdsharebuttonbox a:before {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
  transition: all 0.3s;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
}

.shareWrap .bdsharebuttonbox a:hover:before {
  width: 50px;
  height: 50px;
  transform: scale(1);
}

.shareWrap .bdsharebuttonbox a.bds_tsina {
  background: #f56467;
}

.shareWrap .bdsharebuttonbox a.bds_weixin {
  background: #8dc81b;
}

.shareWrap .bdsharebuttonbox a.bds_sqq {
  background: #68a5e1;
}

.shareWrap .bdsharebuttonbox li.wx:hover .qrcodeBox {
  display: block;
}

.shareWrap .bdsharebuttonbox .qrcodeBox {
  text-align: center;
  position: absolute;
  left: 100px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  top: -60px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10;
}

.shareWrap .bdsharebuttonbox .qrcodeBox canvas {
  width: 140px !important;
  margin: 0 auto;
}

.shareWrap .bdsharebuttonbox .qrcodeBox .title {
  font-size: 14px;
  margin-bottom: 10px;
}

/*#endregion#*/

/*#region 返回顶部#*/
.tb-toolkit {
  position: fixed;
  right: 0;
  bottom: 30%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.48);
  -moz-box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.48);
  box-shadow: -2px 0 30px 2px rgba(97, 105, 119, 0.48);
  border-radius: 10px;
  width: 70px;
  padding: 0 0 16px;
}

.tb-toolkit {
  right: 30px;
}

.tb-toolkit .toolkit-item {
  position: relative;
  text-align: center;
  height: 47px;
  margin-top: 35px;
  z-index: 1;
}

.tb-toolkit .toolkit-item:nth-child(1) {
  margin-top: 15px;
}

.tb-toolkit .toolkit-item a {
  display: block;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.tb-toolkit .toolkit-item a span {
  display: block;
  width: 100%;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  margin-bottom: 5px;
}

.tb-toolkit .toolkit-item a i {
  position: absolute;
  background: #f00;
  top: -10px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  color: #FFF;
}

.tb-toolkit .toolkit-item .tk-qr-wrapper {
  position: absolute;
  right: 70px;
  padding-right: 5px;
  top: -26px;
  width: 124px;
  display: none;
}

.tb-toolkit .toolkit-item .tk-qr-wrapper .tk-qr-inner {
  text-align: center;
  padding: 12px 5px 8px;
  background: #fff;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 12px 24px 0 rgb(0 0 0%);
  -moz-box-shadow: 0 12px 24px 0 rgb(0 0 0%);
  box-shadow: 0 12px 24px 0 rgb(0 0 0%);
  border-radius: 12px;
  font-size: 12px;
}

.tb-toolkit .toolkit-item .tk-qr-wrapper .tk-qr-inner #tk-qr-container img {
  width: 100px;
  display: block;
  margin: 0 auto;
}


.tb-toolkit .toolkit-item.kfItem:hover .tk-qr-wrapper {
  display: block;
}




/*#endregion#*/

/*#region# 友情链接*/
.linkWrap {
  position: relative;
  padding: 20px 0;
}

.link span {
  margin-right: 5px;
  color: #808080;
  font-size: 14px;
  display: inline-block;
}

.link {
  width: 80%;
  color: #666666;
  z-index: 20;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.link a {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  margin: 0 5px;
}

.link a:hover {
  color: #808080;
  text-decoration: underline;
}


@media screen and (max-width: 1260px) {
  .linkWrap {
    display: none;
  }
}

/*#endregion#*/



.hinyyWrap .formBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 20px;
}


.hinyyWrap .formBox .formLeft {
  width: 53%;
  overflow: hidden;
  font-size: 16px;
  color: #FFF;
  padding-top: 2%;
  padding-left: 5%;
}

.hinyyWrap .formBox .formLeft .lefTop .boss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hinyyWrap .formBox .formLeft .lefTop .boss .p {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  width: 48%;
}

.hinyyWrap .formBox .formLeft .lefTop .boss .p .bw {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.hinyyWrap .formBox .formLeft .lefTop strong {
  display: block;
  font-size: 44px;
  text-transform: uppercase;
  width: 80%;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 40px;
}



.hinyyWrap .formBox .formRight {
  flex: 1;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.6);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.6);
  background: #fff;
  padding: 3%;
  box-sizing: border-box;
}


.in_search_box {
  margin: 0 auto;
}

.in_search_box .seaTitle {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}

.in_search_box .seaTitle img {
  max-width: 100%;
}

.in_search_box .seaLeft .Left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}

.in_search_box .seaLeft .Left_top .list {
  width: calc(50% - 15px);
}



.in_search_box .seaLeft .left_bottom {
  margin-top: 10px;
}

.in_search_box .seaBtn {
  /* width: 40%; */
  height: 55px;
  background: #a0d330;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  font-size: 20px;
  margin-top: 30px;
}

.in_search_box .el-input__inner,
.in_search_box .el-textarea__inner {
  font-size: 18px;
  /* border-color: #f2f2f2; */
  font-weight: normal;
  background: none;
  padding: 0;
  border-radius: 0;
  border: 0 !important;
  border-bottom: 1px solid #d9d9d9 !important;
  font-family: '微软雅黑', Helvetica, sans-serif;
}

.in_search_box .el-textarea__inner {
  padding: 10px;
}

.in_search_box .el-input__inner {
  height: 60px;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #a0d330 !important;
}

.el-input.is-active .el-textarea__inner,
.el-textarea__inner:focus {
  border-color: #a0d330 !important;
}


/*#region 成功案例#*/
.nycaseList {
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(90% + 40px);
  padding: 60px 20px;
}

.caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.caseList li {
  width: 25%;
  margin-bottom: 30px;
}

.caseList li .box {
  border: 1px solid #e7e7e7;
  margin: 0 15px;
  transition: all 0.3s;
}

.caseList li .pic {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}

.caseList li a>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 130px;
}

.caseList li a.txt {
  font-size: 18px;
  display: block;
  height: 34px;
  overflow: hidden;
  margin: 10px 0;
  text-align: center;
  line-height: 34px;
}

.caseList li .box:hover {
  z-index: 10;
  box-shadow: 0 7px 14px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 11%);
}

/*#endregion#*/

/*#region 移动端底部导航#*/

.waplx {
  display: none;
}


/*#endregion#*/

/*#region 翻页#*/
.pageNavi {
  text-align: center;
  padding: 30px 0;
}

.wp-pagenavi {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  clear: both;
  border: #e6e6e6 1px solid;
  display: inline-block;
  font-size: 14px;
}

.wp-pagenavi A {
  display: inline-block;
  padding-right: 15px;
  border-right: #e6e6e6 1px solid;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.wp-pagenavi SPAN {
  display: inline-block;
  border-right: #e6e6e6 1px solid;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-decoration: none;
}

.wp-pagenavi A:hover {
  background: #a1a2a4;
  color: #fff;
}

.wp-pagenavi SPAN.current {
  border-left-color: #000;
  border-bottom-color: #000;
  border-top-color: #000;
  border-right-color: #000;
}

.wp-pagenavi SPAN.current {
  font-weight: bold;
}

.wp-pagenavi SPAN:nth-last-child(1) {
  border-right: 0;
}

.wp-pagenavi a:nth-last-child(1) {
  border-right: 0;
}



/*#endregion#*/



.topRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.waptopRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  right: 60px;
  height: 50px;
}


.headBox .searchBtn {
  display: block;
  cursor: pointer;
  z-index: 100;
  height: 100%;
  z-index: 10;
}

.headBox .searchBtn .img {
  height: 55px;
  display: flex;
  font-size: 16px;
  align-items: center;
}

.headBox .searchBtn .img .qico {
  font-size: 20px;
  margin-right: 10px;
}

.searBox {
  position: absolute;
  right: 0;
  top: 55px;
  width: auto;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition: 0.5s;
  visibility: hidden;
  overflow: hidden;
  background: #FFF;
  margin: auto;
  transform: translateY(50%);
  padding: 20px 20px;
  opacity: 0;
  z-index: 1000;
}

.headBox .searchBtn.cur .searBox {
  visibility: visible;
  transform: translate(0px);
  opacity: 1;
  box-shadow: 8px 8px 30px hsla(216, 8%, 74%, .6);
}

.seach {
  overflow: hidden;
  width: 250px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #d7d7d7;
  position: relative;
}

.seach .keys {
  width: 200px;
  height: 36px;
  border: 0;
  background: none;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #a0d330;
  font-family: "微软雅黑";
  position: relative;

  z-index: 1;
}

.seach .text .btns {
  border: 0;
  background: url(../image/sfdj.png) center center no-repeat #FFF;
  background-size: 20px auto;
  height: 36px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0;
  width: 50px;
}

.tjio {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.searchs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 50px;
  margin-top: -25px;
  transform: translateX(-50%);
  max-width: 500px;
}

.seaz {
  width: 80%;
  overflow: hidden;
  float: left;
  background: #fff;
  height: 50px;
}

.seay {
  width: 20%;
  overflow: hidden;
  float: left;
  background: #a0d231;
  height: 50px;
}

.seaz input {
  background: none;
  border: 0px;
  outline: none;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box;
}

.seay input {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  height: 50px;
  background: none;
  border: 0px;
  cursor: pointer;
  outline: none;
}

.top-T_Wrap .top-T .langBox {
  display: block;
  cursor: pointer;
  z-index: 100;
  height: 100%;
  z-index: 10;
  padding: 0 5px;
  font-size: 16px;
}


.langBox .en {
  height: 100px;
  display: flex;
  align-items: center;
}

.langBox .en a {
  background: url(../image/lanjtb.png) right center no-repeat;
  padding-right: 30px;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}



.top-T_Wrap.black .langBox .en a {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/lanjtba.png) right center no-repeat;
  color: #515151;
}

.slancon {
  position: absolute;
  right: 0;
  top: 100px;
  width: auto;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  overflow: hidden;
  background: #FFF;
  margin: auto;
  transform: translateY(20%);
  padding: 12px 30px;
  opacity: 0;
  margin-right: 20px;
}

.top-T_Wrap .top-T .langBox:hover .slancon {
  visibility: visible;
  transform: translate(0px);
  opacity: 1;
  box-shadow: 8px 8px 30px hsla(216, 8%, 74%, .6);
}


.top-T_Wrap .top-T .langBox .slancon .lisx {
  padding: 5px 0;
}

.top-T_Wrap .top-T .langBox .slancon a {
  font-size: 16px;
}

.lang,
.langwap {
  font-size: 15px;
  display: block;
  /* background: url(../image/lanjt.png) right center no-repeat; */
  /* padding-right: 25px; */
}

.lang img,
.langwap img {
  width: 100%;
}

.lang.cur,
.langwap.cur {
  width: 50px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}

.langwap {
  display: none;
}



.nav-right {
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  height: 100px;
}


/*右边导航菜单项*/
.nav-right .option {
  position: relative;
  cursor: pointer;
}

.nav-right .option span {
  height: 50px;
  display: block;
  background: url("../image/lanjt.png") right center no-repeat;
  background-size: 20px;
  padding-right: 30px;
}

.nav-right .option span img {
  height: 50px;
}

.nav-right .option:hover .drop-wrap {
  display: block;
}

.nav-right .option .drop-wrap {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 15px 0;
}

.nav-right .option .drop-wrap .item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  display: block;
  width: 100px;
  -moz-box-shadow: 0 0 10px rgba(197, 197, 197, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(197, 197, 197, 0.9);
  box-shadow: 0 0 10px rgba(197, 197, 197, 0.9);
}

.nav-right .option .drop-wrap .item li {
  margin: 0 10px;
}

.nav-right .option .drop-wrap .item li a {
  display: block;
  padding: 15px 0 15px;
  border-bottom: 1px solid #edeff5;
  color: #686f7f;
  font-size: 13px;
  white-space: nowrap;
  background: url(../image/right.png) right center no-repeat;
  background-size: 15px;
}

.nav-right .option .drop-wrap .item li a:hover {
  color: #d02228;
  text-decoration: none;
}

.nav-right .option .drop-wrap .item li:nth-last-child(1) a {
  border-bottom: 0;
}


#RecProducts {
  line-height: 50px;
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

#RecProducts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40%;
  width: 4px;
  background: #a0d330;
}



.dingRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}

.dingRight p {
  margin-left: 8px;
}

.dingRight p a {
  color: #FFF;
}

.dingRight p.en {
  margin-left: 18px;
}

.dingRight p img {
  width: 30px;
}

.dingRight p.en img {
  width: 20px;
  margin-right: 5px;
}



/* Header push menu */
.show-menu {
  /* overflow: hidden; */
}

.show-menu .push-menu {
  right: 0;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
  background: #fff;
  overflow: hidden;
}

.show-menu .push-menu .close-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  visibility: visible;
  cursor: pointer;
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/colse.png) center center no-repeat #000;
  background-size: 40%;
}

.show-menu .push-menu.push-menu-left {
  right: auto;
  left: 0;
}

.push-menu {
  position: fixed;
  top: 0;
  right: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  z-index: 1031;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.push-menu.push-menu-left {
  right: auto;
  left: -100%;
}

.push-menu .left-circle {
  width: 800px !important;
  height: 50vh;
  position: absolute;
  left: -160px;
  top: -80px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.push-menu .close-menu {
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 9;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.push-menu .push-menu-wrapper {
  height: 100%;
  overflow-y: hidden;
  padding: 20px 0;
}



.bg-gradient-emerald-blue-emerald-green {
  background-image: linear-gradient(120deg, #3ad9d7 0, #036e6c 100%);
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mCustomScrollBox>div {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mCustomScrollBox .push-menu-header {
  height: calc(50vh - 80px);
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  padding-left: 40px;
  line-height: 40px;
}

.scroboxFoot {
  flex: 1;
}

.push-menu-address {
  font-size: 18px;
  color: #8d8d8d;
}

.push-menu-address>div {
  padding: 10px 0 10px 30px;
  width: 260px;
  box-sizing: border-box;
}

.push-menu-address>div.tel {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/add002.png) center left no-repeat;
  background-size: 25px;
}

.push-menu-address>div.email {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/add003.png) center left no-repeat;
  background-size: 25px;
}

.push-menu-address>div.dingRight {
  padding-left: 0;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #cfcfcf;
}

.push-menu-address>div.dingRight p {
  margin-left: 0;
  margin-right: 20px;
}

.push-menu-address>div.dingRight p img {
  width: 22px;
}

.heaTleR {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/pcsan.png) center center no-repeat;
}


.top-T_Wrap.black .heaTleR {
  background: url(http://www.futai-valves.com/Templates/cn2020/html/images/pcsancur.png) center center no-repeat;
}



/* 社交图标容器 */


.Followus_ul_foot {
  display: flex;
  gap: 1.9rem;
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.Followus_ul_foot .social-icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Followus_ul_foot .social-icon:hover {
  opacity: 0.8;
}

.Followus_ul_foot .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Followus_ul_foot .social-icon a i {
  font-size: 19px;
  color: #fff;
}

.Followus_ul_foot .social-icon.youtube {
  background: #FF0000;
}

.Followus_ul_foot .social-icon.instagram {
  background: #bc2a8d;
}

.Followus_ul_foot .social-icon.linkedin {
  background: #a0d231;
}

.Followus_ul_foot .social-icon.facebook {
  background: #4267B2;
}

.Followus_ul_foot .social-icon.tikTok {
  background: #000;
}



.scale_down {
  -webkit-animation-name: mk_scale2;
  animation-name: mk_scale2;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@keyframes mk_scale2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 1400px) {
  .caseList li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1000px) {

  .headBox .head {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .headBox .head .txt p:nth-child(2) {
    display: none;
  }

  .had_r {
    justify-content: space-between;
  }

  .oem_sea_box {
    padding: 30px 0;
    display: block;
  }

  .oem_sea_box .seaLeft .Left_top {
    display: block;
  }

  .oem_sea_box .seaLeft .Left_top .list {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .oem_sea_box .seaBtn {
    width: 100%;
    margin: 20px 0;
    max-width: 100%;
  }

  .oem_sea_box .seaBtn>div {
    padding: 15px 0;
  }

  .oem_sea_box .seaBtn>div img {
    display: inline-block !important;
  }

  .footNavWrap {
    display: none;
  }

  .side-bar a,
  .side-bar #gotop {
    width: 40px;
    height: 40px;
  }

  .side-bar a i,
  .side-bar #gotop i {
    font-size: 26px;
    line-height: 40px;
  }

  .heaTleR {
    display: none;
  }

  .proteshu {
    padding: 0 !important;
    display: block !important;
  }

  .threeBt {
    color: #fff;
  }

  .xl {
    position: relative;
    visibility: hidden;
    top: 0;
  }

  .winshow .xl {
    visibility: visible;
    opacity: 1;
  }

  .ProBoxWrap {
    transform: translateY(0%);
    border-radius: 0;
  }


  .xl {
    width: 100%;
    left: 0;
  }



  .headTop {
    display: none;
  }


  .top-T_Wrap {
    max-width: 640px;
  }

  .top-T_Wrap .top-T {
    height: 50px;
    width: auto;
  }

  .top-T_Wrap .top-T .logo {
    width: auto;
    display: block;
    text-indent: -99em;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: url(../image/logo.png) 5px center no-repeat;
    background-size: auto 70%;
  }

  .ProBoxWrap::before {
    display: none;
  }

  .ProBoxWrap {
    padding: 0;
  }



  .top-T_Wrap .top-T .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .top-T_Wrap .top-T .hea-R {
    overflow: hidden;
    width: 50px;
    height: 50px;
    /* position: absolute;
  right: 0;
  top: 0; */
    cursor: pointer;
    display: block;
  }

  .top-T_Wrap .top-T .hea-R img {
    height: 100%;
  }

  .top-T_Wrap .Right {
    right: 65px;
    top: 15px;
  }

  .top-T_Wrap .Right a {
    display: inline-block;
    height: 20px;
  }

  .top-T_Wrap .Right a img {
    vertical-align: top;
  }

  #navwrap {
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  #navwrap.winshow {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }

  .navwrap_wrap {
    position: absolute;
    top: 0;
    width: 60%;
    right: 0;
    height: calc(100%);
    background: rgba(160, 210, 49, 0.9);
    -webkit-transform: translateX(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateX(100%);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .winshow .navwrap_wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
  }

  #navwrap .navwrap_wrap ul {
    width: 100%;
    padding: 10px 0;
    height: auto;
    display: block;
  }

  #navwrap .navwrap_wrap ul li {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 24px;
    overflow: hidden;
    height: auto;
  }

  #nav_2 .ProBoxWrap .ProBox {
    padding: 0;
  }

  .ProBoxWrap .ProBox .T a {
    height: auto;
    line-height: 24px;
  }

  .ProBoxWrap {
    background: rgba(0, 0, 0, 0.2);
  }

  #navwrap .navwrap_wrap ul li a {
    font-size: 17px;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding: 12px 15px;
    color: #fff;
    background: url(http://www.futai-valves.com/Templates/cn2020/html/images/wapdhjt.png) right 10px center no-repeat;
    background-size: 15px auto;
  }

  #navwrap .navwrap_wrap ul li .T a {
    padding: 8px 25px 8px 20px;
    font-size: 15px;
    background: url(http://www.futai-valves.com/Templates/cn2020/html/images/wapdhjt.png) right 10px center no-repeat;
    background-size: 12px auto;
  }

  .navwrap_title {
    height: 30px;
    width: 150px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJDMkJDMzIwMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJDMkJDMzIxMDc5MDExRTc5MzEyODQ1RUQwMjM5QUJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkMyQkMzMUUwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkMyQkMzMUYwNzkwMTFFNzkzMTI4NDVFRDAyMzlBQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/PRqvAAAC50lEQVR42uzd3XHiMBAHcPEfCqCEXAdOBZc8+fFawBXkroJMOuA6SAv3yBOTCi4lpAQ64FYZmfEREutbK613ZseMwcL+zRqBhGF1Op3UEv6xHm/s9/uOFg+UN5SvlE993x/nGqDtqgagY1QWx7ihxU/K75RvlL9pO22kYB6g0Q6UW8o78+CD2VB0GANt82hstNFfWn93BjSVd4nVSUec4HVX7n6YAnaftCEWcQZPjQU3Av75oi1xiBZ4Ol7OgPSCuDMdh3hESzxttZtWoI576YgOePfjOxRMuvOjZEQfvMsKFIvoi6djde2TiEuDlMfK/bzxPlSgTyVeef8oBu9TQCGIwXhfAjaOGAVvFrBRxGh4VoCNIUbFswZsBDE6nhNg5YhJ8JwBK0VMhucFWBliUjxvwEoQk+MFATJHzIIXDGiCG2LWz/GItNMj4nNhxOyDIIi483qHhoKIRUaQkOBASiAWG35DolMpJ2LRsctUgLkQiw/8pgRMjchi1Dw1YCpENlMOOQBjI7Kar8kFGAuR3WRXTsBQRJYzhbkBfRHZTrOWAHRFZD1HvVblYjDL7QyiUown+EsC2iIqrnglT2GX05ktHhdAH0Q238vhAuiCyOpLTZwANxaveewCjPAOloCs5p1RGd4lYicdcBMAwQIRzPFeZzqWTWnENXO8aW+7nWlrbmq1mQr0wRu4ViIqwFOcEVEJHltEVITHEhGV4bFDRIV4rBBRKR4bRFSMxwIRleMVR0QDeEUR0QheMUQ0hFcEEY3hZUcMAmR+YbYVovnFpvyAlVzVnhwRDeNlQUTjeMkRIQAvKSKE4CVDhCC8JIgQhhcdEQLxoiJCKF40RAjGe4++74MQEYIXerFyC4iQjheKCEe8Z3qi29bwQhDhiDeoxsMB8WZagdsFzxnxcQr4Y8FzRvyvAl8WPGfEtyngblyx4Fkh6k706QxoetVbyl/mjmHB+4A4GBtt9I3WvRfcavk7jLD4J8AAOuAam2/BASgAAAAASUVORK5CYII=") center center no-repeat;
    margin-top: 10px;
    background-size: 20px;
  }


  .footWrap001 {
    display: none;
  }

  .footWrap001 .foot {
    height: auto;
    width: auto;
    min-height: auto;
  }

  .footWrap001 .foot>div {
    padding: 40px 30px;
  }

  .footWrap002 .foot {
    width: auto;
    padding: 30px 20px 15px;
    display: block;
    border: 0;
  }

  .footWrap002 .foot .footRight {
    display: none;
  }

  .footWrap002 .foot .footlx {
    white-space: initial;
    line-height: 32px;
    font-size: 22px;
    padding: 0 0;
    max-width: 100%;
  }

  .footWrap002 .foot .aboutfot .bt {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .footWrap002 .foot .ewmBox {
    display: none;
  }

  .footWrap002 .foot .footlx .p i {
    font-size: 23px;
  }

  .footWrap002 .foot .footlx .shareIcon .p img {
    /* width: 30px; */
  }

  .footWrap002 .foot .footlx .shareIcon {
    justify-content: flex-start;
  }

  .footWrap002 .foot .footlx .shareIcon .p {
    padding: 0 20px 0 0;
  }

  .addressBox .p {
    margin-bottom: 10px;
  }

  .addressBox {
    margin: 15px 0;
  }

  .footWrap002 .foot .footlx .p span {
    margin-bottom: 0;
  }

  .footWrap002 .foot .company .add {
    margin-top: 15px;
  }

  .copyWrap {
    display: none;
  }

  .proDetail {
    padding: 15px 0 30px;
  }

  .NewsBoxLeftWrap {
    display: none;
  }

  .nyNewsShow .ShowNewsBox .NewsBoxRight {
    margin: 0;
    padding: 0 15px;
  }

  .proDetail .ShowNewsBox {
    display: block;
  }

  /*新闻详情标题*/
  .nyNewsShow .ShowNewsTitle {
    padding: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .Loc_navigation {
    width: auto;
    padding-left: 20px;
  }

  .Loc_navigation .locLeft {
    display: none;
  }

  .Loc_navigation .locright {
    padding: 12px 0 12px 0;
  }

  .nyLeftBox .Lefttitle {
    display: none;
  }

  .nyLeftBox {
    width: auto;
    /* padding: 0 10px; */
  }

  .nyLeftBox>ul {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
    background: none;
  }

  .nyLeftBox>ul li {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .nyLeftBox>ul li a {
    padding: 5px 10px;
    font-size: 17px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* white-space: nowrap; */
  }

  .nyLeftBox>ul li.cur a {
    background: #a0d330;
    /* color: #FFF; */
  }

  .nybaner img {
    height: 150px;
    width: 100%;
  }

  .tb-toolkit {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .linkWrap {
    display: none;
  }



  .hinyyWrap .formBox .formLeft {
    display: none;
  }

  .hinyyWrap .formBox {
    padding: 0;
  }

  .hinyyWrap .formBox .formRight {
    margin: 0;
  }

  .in_search_box .seaLeft .Left_top {
    display: block;
    margin: 0;
  }

  .in_search_box .seaLeft .Left_top .list {
    margin-top: 20px;
    margin-right: 0;
    width: 100%;
  }

  .in_search_box .seaLeft .left_bottom {
    margin-right: 0;
  }

  .in_search_box .el-input__inner {
    height: 45px;
  }

  .in_search_box .seaBtn {
    width: 100%;
  }

  .in_search_box .seaTitle span {
    margin-top: 15px;
    line-height: 20px;
    font-size: 14px;
  }

  .in_search_box .seaTitle {
    font-size: 26px;
  }

  .nycaseList {
    width: auto;
    padding: 0 4px;
    margin: 20px 0;
  }

  .caseList li {
    width: 50%;
    margin-bottom: 15px;
  }

  .caseList li a>img {
    min-height: 110px;
  }

  .caseList li .box {
    margin: 0 6px;
  }

  .waplxclr {
    display: block;
    width: 100%;
    height: 45px;
    overflow: hidden;
  }

  .waplx {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100%;
    height: 45px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    position: fixed;
    background: #a0d330;
  }

  .waplx a {
    color: #ffffff;
    font-size: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    -webkit-box-flex: 1;
  }

  .waplx a:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .waplx a:hover {
    background: none;
    color: #fff;
  }

  .waplx a:visited {
    color: #fff;
  }

  .waplx img {
    width: 20px;
    margin-top: -4px;
  }

  .wp-pagenavi SPAN,
  .wp-pagenavi A {
    padding: 6px 10px;
  }

  .topRight {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
  }

  .topRight .dingRight {
    display: none;
  }

  .seach {
    display: none;
  }

  .langBox .en {
    height: 50px;
  }

  .langwap {
    margin: 0 0px;
    display: block;
  }

  .langwap img {
    width: 30px;
  }

  .custom-btn {
    width: 150px;
    height: 45px;
    font-size: 15px;
  }

  .nav-right {
    display: none;
  }



  .push-menu {
    display: none;
  }

  .langBox-menu .slancon {
    visibility: visible;
    transform: translate(0px);
    opacity: 1;
    box-shadow: 8px 8px 30px hsla(216, 8%, 74%, .6);
  }

  .langBox-menu .slancon {
    top: 50px;
    width: 100px;
  }

  .footWrap002 .foot .company .name {
    font-size: 20px;
    line-height: 30px;
  }

  .footWrap002 .foot .footlx .p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .headBox {
    display: none;
  }

  .top-T_Wrap {
    top: 0;
  }

  .heaWrap:after {
    height: 50px;
  }
}