.mainColor {
  color: #29b403;
}
.mainColorBack {
  background: #29b403;
}
/* 重置项 */
.nav > li > a {
  position: unset;
  padding: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0);
}
* {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Light", "苹方", "微软雅黑", "Arial";
}
html {
  color: #222;
  font-size: 24px;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
  transition: .5s;
}
ul {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: middle;
}
.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.z-top {
  z-index: 10;
}
.z-toop {
  z-index: 100;
}
.z-tooop {
  z-index: 1000;
}
.elsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-2elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-3elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ul-flex {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.scale {
  transition: 1.5s;
}
.shadow {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
.hover-shadow:hover {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}
.crumb {
  font-family: "宋体", "黑体";
}
.crumb a {
  font-family: "Gilroy-Light", "苹方", "微软雅黑", "Arial";
  transition: .5s;
}
.pager {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: space-around;
}
.pager strong {
  font-family: "黑体";
  font-weight: normal;
}
.pager li {
  display: inline-block;
}
.pager li span,
.pager li a {
  display: inline-block;
  height: 1rem;
  line-height: 1rem;
  padding: 0 7px;
  color: #555;
  font-size: .4rem;
  background: #fff;
  border: 1px solid #eee;
  transition: .5s;
}
@media (min-width:1200px) {
    .pager li span, .pager li a {
        height:2.4rem;
        line-height:2.4rem;
        font-size:1rem;
    }
}
.pager li span.current,
.pager li a.current {
  color: #fff;
  background: #29b403;
  border: 1px solid #29b403;
}
@media (min-width: 1200px) {
  .pager {
    display: block;
    text-align: center;
  }
  .pager li {
    margin: 0 3px;
  }
  .pager li span,
  .pager li a {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 12px;
  }
  .pager li:hover span,
  .pager li.active span,
  .pager li:hover a,
  .pager li.active a {
    color: #fff;
    background: #29b403;
    border: 1px solid #29b403;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('https://at.alicdn.com/t/font_2802347_wdy1fsw2vqe.woff2?t=1653617058457') format('woff2'), url('https://at.alicdn.com/t/font_2802347_wdy1fsw2vqe.woff?t=1653617058457') format('woff'), url('https://at.alicdn.com/t/font_2802347_wdy1fsw2vqe.ttf?t=1653617058457') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}
div.title {
  color: #000;
  font-size: 24px;
  line-height: 90px;
}
.com_t div.title,
.prodv_t,
.prodv_t div.title {
  color: #fff;
}
.t div.title {
  font-size: 42px;
  padding-top: 10px;
}
/* 头部 S */
.head_bg .head .head_l .name {
  margin: 36px 0 0 2vw;
}
.head_bg .head .head_l .name a.logo {
  color: #fff;
  font-size: 28px;
  padding-left: 0;
}
.head_bg .head .head_r .head_tel p:first-child {
  margin-top: 14px;
}
@media (max-width: 1600px) {
  .head_bg .head .head_l {
    width: 340px;
  }
  .head_bg .head .head_l .name {
    margin: 50px 0 0 1.6vw;
  }
  .head_bg .head .head_l .name a.logo {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .head_bg .head .head_l {
    width: 420px;
  }
  .head_bg .head .head_l .name {
    margin-top: 36px;
  }
  .head_bg .head .head_l .name a.logo {
    font-size: 22px;
  }
  .head_bg .head .head_r {
    padding-left: 0;
  }
}
/* 头部 E */
/* 友链 S */
.linkTagcs {
  width: 936px;
  height: auto;
}
.linkTagcs ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.linkTagcs li {
  list-style: none;
  margin: 0px;
  padding-right: 14px;
  line-height: 90px;
  float: left;
}
.linkTagcs li a {
  color: #eee;
  word-break: break-all;
}
.linkTagcs li img {
  border: 0px;
}
/* 友链 E */
/* 侧边栏 S */
.my-kefu {
  position: fixed;
  right: 0px;
  top: 20%;
  z-index: 9999;
}
.my-kefu ul {
  width: 77px;
}
.my-kefu li a {
  text-decoration: none;
}
.my-kefu li {
  background: #29b403;
  margin-top: 1px;
  padding: 9px 0;
  height: 70px;
  width: 77px;
}
.my-kefu li i {
  background: url(/template/pc/skin/style/sprite_kefu.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
}
.my-kefu li p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.my-kefu .my-kefu-qq i {
  background-position: 4px 0;
}
.my-kefu .my-kefu-tel i {
  background-position: 0 -25px;
}
.my-kefu .my-kefu-tel1 i {
  background-position: -35px 4px;
}
.my-kefu .my-kefu-tel1:hover {
  width: 246px;
  height: 145px;
}
.my-kefu .my-kefu-tel2 i {
  background-position: -35px 4px;
}
.my-kefu .my-kefu-tel2:hover {
  width: 246px;
  height: 160px;
}
.my-kefu .my-kefu-liuyan i {
  background-position: 4px -53px;
}
.my-kefu .my-kefu-weixin i {
  background-position: -34px 4px;
}
.my-kefu .my-kefu-weibo i {
  background-position: -30px -22px;
}
.my-kefu .my-kefu-ftop {
  background-color: #29b403;
}
.my-kefu .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}
.my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}
.my-kefu-tel-right {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  padding-top: 10px;
}
.my-kefu-tel1-right {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  border: none;
  margin: 0 auto;
  margin-bottom: 5px;
}
.my-kefu-tel2-right {
  font-size: 20px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  margin-top: 8px;
  border: none;
  margin: 0 auto;
  margin-bottom: 5px;
}
.my-kefu-right {
  width: 20px;
}
.my-kefu-tel-main {
  color: #fff;
  margin-top: 9px;
  height: 47px;
  width: 247px;
}
.my-kefu-main {
  width: 97px;
  position: relative;
}
.my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
}
/* 侧边栏 E */
