@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.ttf") format("truetype");
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont:before {
  color: currentColor;
}

#particles-js {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js {
  opacity: 0.6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #888;
}

.animate__delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animate__delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

::-ms-input-placeholder {
  color: #888;
}

::placeholder {
  color: #888;
}

.text-right {
  text-align: right;
}

.mb50 {
  margin-bottom: 0.625rem;
}

button, input {
  border: none;
  background-color: transparent;
  outline: non;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #333;
  text-decoration: none !important;
}

a:hover {
  color: #666;
  text-decoration: none;
}

.w {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.w2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

body.shadow1 {
  height: 100vh;
  overflow: hidden;
}

.swiper-container {
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0.625rem !important;
}

.swiper-pagination-bullet-active {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border: 2px solid #5ab400;
  z-index: 6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1875rem !important;
}

.header .top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  height: 1rem;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header .top .logo {
  display: block;
}

.header .top .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .top .menu .nav > li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 0 0.375rem;
}

.header .top .menu .nav > li:after {
  content: "";
  width: 58%;
  height: 0;
  display: block;
  border: 2px solid currentColor;
  position: absolute;
  bottom: -10px;
  left: 10%;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.header .top .menu .nav > li > a {
  color: #fff;
  text-decoration: none;
}

.header .top .menu .nav > li.cur, .header .top .menu .nav > li:hover {
  color: #5ab400;
}

.header .top .menu .nav > li.cur:after, .header .top .menu .nav > li:hover:after {
  opacity: 1;
  left: 50%;
}

.header .top .menu .nav > li.cur > a, .header .top .menu .nav > li:hover > a {
  color: #5ab400;
}

.header .top .menu .nav > li:hover .sub_menu {
  opacity: 1;
}

.header .top .menu .nav > li .sub_menu {
  position: absolute;
  top: 0.8125rem;
  left: -0.375rem;
  width: 2.5rem;
  opacity: 0;
  background: #fff;
  white-space: nowrap;
  color: #333;
  border-radius: 0 0 4px 4px;
}

.header .top .menu .nav > li .sub_menu > li {
  height: 0.625rem;
  line-height: 0.625rem;
  text-align: center;
}

.header .top .menu .nav > li .sub_menu > li:not(:last-child) {
  border-bottom: 1px dashed #eee;
}

.header .top .menu .nav > li .sub_menu > li a {
  text-decoration: none;
}

.header .top .menu .custom-toggle {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0.0625rem;
  right: 15px;
  z-index: 11;
  display: none;
}

.header .top .menu .custom-toggle .bar {
  background-color: #777;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 100px;
  position: absolute;
  top: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header .top .menu .custom-toggle .bar:first-child {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

.header .top .menu .custom-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .top .menu .custom-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .top .menu .search {
  font-size: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #888;
  padding: 0 10px;
  cursor: pointer;
}

.header .top .menu .search input {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 2.75rem;
  padding: 5px 10px;
}

.header #slider .description {
  position: absolute;
  left: 15%;
  top: 42%;
  z-index: 2;
  color: #fff;
  line-height: 1.5;
}

.header #slider .description .txt {
  font-size: 0.6rem;
  margin-bottom: 0.125rem;
}

.header #slider .description .des {
  font-size: 0.25rem;
}

.header #slider .description .line {
  width: 0.625rem;
  height: 0.0625rem;
  background: #fff;
  display: inline-block;
  margin-top: 0.625rem;
}

.header.single .banner {
  margin-top: 60px;
}

.header.single .top {
  background-color: #fff;
}

.header.single .top .menu .nav > li > a {
  color: #333;
}

.header.single .top .menu .nav > li:hover > a {
  color: #5ab400;
}

.header.single .top .menu .search {
  border-left: 1px solid #d6d6d6;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 5;
}

.main .slogan-wrap {
  padding: 1.375rem 0;
  background: #f0f0f0;
}

.main .slogan-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .slogan-wrap > ul:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dedede;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main .slogan-wrap .iconfont {
  color: #5ab400;
  font-size: 0.25rem;
  font-weight: bold;
  margin-right: 0.25rem;
}

.main .slogan-wrap .slogan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20%;
}

.main .slogan-wrap .slogan .title {
  font-size: 0.325rem;
  margin-bottom: 0.25rem;
}

.main .slogan-wrap .slogan .ftitle {
  font-size: 0.225rem;
  height: 19px;
  line-height: 19px;
  overflow: hidden;
  position: relative;
}

.main .slogan-wrap .slogan .news_li, .main .slogan-wrap .slogan .swap {
  line-height: 19px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.main .slogan-wrap .slogan .news_li a, .main .slogan-wrap .slogan .swap a {
  color: #333;
}

.main .slogan-wrap .slogan .news_li a:hover, .main .slogan-wrap .slogan .swap a:hover {
  color: #666;
}

.main .slogan-wrap .slogan .swap {
  top: 19px;
}

.main .slogan-wrap .tel {
  font-weight: bold;
  padding-right: 20%;
}

.main .slogan-wrap .tel p {
  font-size: 0.5375rem;
}

.main .slogan-wrap .tel .iconfont {
  font-size: 0.5rem;
}

.main .bg {
  width: 100%;
  height: 660px;
  position: absolute;
  top: 0;
  background-color: #f8f8f8;
  z-index: -1;
}

.main .profile {
  margin: 0 auto 0;
  padding-top: 0.75rem;
  z-index: 3;
  letter-spacing: 0;
}

.main .profile .info {
  padding-left: 5%;
}

.main .profile .info h2 {
  font-size: 0.45rem;
  margin-top: 1.25rem;
  letter-spacing: 0;
}

.main .profile .info .des {
  color: #777;
  margin: 0.625rem 0;
  line-height: 2;
}

.view {
  padding: 0.1875rem 0.5rem;
  font-size: 0.2rem;
  background-color: #5ab400;
  color: #fff;
  border-radius: 0.625rem;
}

.view:after {
  content: "\e623";
  font-size: 0.375rem;
  padding-left: 0.0625rem;
  vertical-align: middle;
  font-family: "iconfont" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.view:hover {
  text-decoration: none;
}

.main .hornor {
  margin: 0.9rem auto;
  -webkit-box-shadow: 0 0 5px 5px #eee;
          box-shadow: 0 0 5px 5px #eee;
  border-radius: 0.125rem;
  background-color: #fff;
  z-index: 3;
}

.main .hornor > ul {
  padding: 0.6875rem 0;
}

.main .hornor > ul li {
  margin-bottom: 0.375rem;
  text-align: center;
}

.main .hornor > ul li:not(:last-child) {
  border-right: 0.025rem solid #eeeeee;
}

.main .hornor > ul li .summary {
  color: #666;
  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;
}

.main .hornor > ul li .summary .num {
  font-size: 0.875rem;
  font-style: normal;
}

.main .hornor > ul li .summary .label {
  background: #5ab400;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #fff;
  padding: 0.0625rem;
  position: relative;
  margin-top: -0.6875rem;
}

.main .hornor > ul li .des {
  font-size: 0.2rem;
  white-space: nowrap;
}

.main .hornor-about {
  margin: 0.875rem auto;
  padding: 0.9rem 0;
  background-color: #f8f8f8;
}

.main .hornor-about li {
  margin-bottom: 0.625rem;
}

.main .hornor-about li .circle {
  margin: 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  text-align: center;
  padding-top: 0.875rem;
  color: #666;
  border: 1px solid currentColor;
}

.main .hornor-about li .circle:hover {
  background-color: #5ab400;
  color: #fff;
}

.main .hornor-about li .circle:hover .summary .num {
  color: #fff;
}

.main .hornor-about li .circle .summary .num {
  color: #5ab400;
  font-size: 1rem;
  font-style: normal;
}

.main .hornor-about li .circle .des {
  font-size: 0.225rem;
}

.main .products {
  padding-bottom: 1.5rem;
  min-height: 1.875rem;
}

.main .products .title {
  text-align: center;
  font-size: 0.375rem;
}

.main .products .title h3 {
  display: inline-block;
  position: relative;
  text-align: center;
}

.main .products .title h3:before, .main .products .title h3:after {
  content: "";
  position: absolute;
  top: 53%;
  width: 3.75rem;
  height: 0.025rem;
}

.main .products .title h3:before {
  left: -4.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), to(#5a5a5a));
  background: linear-gradient(to right, #f8f8f8, #5a5a5a);
}

.main .products .title h3:after {
  right: -4.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#5a5a5a), to(#f8f8f8));
  background: linear-gradient(to right, #5a5a5a, #f8f8f8);
}

.main .products .title h3 .iconfont {
  display: block;
  color: #5ab400;
  font-size: 0.375rem;
  margin-bottom: 0.125rem;
}

.main .products .title h3 .line {
  height: 0.025rem;
  width: 1rem;
  display: block;
  margin: 0.25rem auto;
  background-color: #5ab400;
}

.main .products .des {
  color: #666;
  line-height: 2;
  text-align: center;
  font-size: 0.25rem;
  width: 90%;
  margin: 0 auto 0.75rem;
}

.main .products .pro-lists > li {
  text-align: center;
  margin-bottom: 0.5rem;
}

.main .products .pro-lists > li:not(:last-child) {
  padding-right: 0.25rem;
}

.main .products .pro-lists > li:hover .border {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}

.main .products .pro-lists > li .border {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.main .products .pro-lists > li .img {
  position: relative;
  margin: 0.125rem;
}

.main .products .pro-lists > li .img img {
  width: 100%;
  height: 4.4375rem;
}

.main .products .pro-lists > li .img .title {
  font-size: 0.325rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  width: 80%;
  padding: 0.125rem 0;
  background-color: #5ab400;
  text-overflow: ellipsis;
  border-radius: 0.25rem;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main .products .pro-lists > li .description {
  padding: 0.625rem 0;
  line-height: 1.5;
  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;
  color: #666;
  height: 2.25rem;
  font-size: 0.175rem;
}

.main .products .pro-lists > li .view {
  margin: 0 0.375rem 0.375rem;
  border: 1px solid #eee;
  color: #666;
  display: block;
  background-color: #fff;
  border-radius: 0;
  padding: 0.0625rem 0;
  font-size: 0.2rem;
  text-align: center;
}

.main .products .pro-lists > li .view:after {
  content: "";
}

.main .products .pro-lists > li .view:hover {
  background-color: #eee;
  cursor: pointer;
}

.main .products .more {
  text-align: center;
  font-size: 0.25rem;
  margin: 0.375rem 0 0.5625rem;
}

.main .products .more > a {
  color: #5ab400;
}

.main .products .more > a:hover {
  color: #666;
}

.main .products.bg2 {
  background: url(../images/bg1.png) left top 100%/100% no-repeat;
}

.main .products .swiper {
  padding-top: 1.25rem;
}

.main .products .swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main .products .swiper .swiper-slide {
  text-align: center;
  font-size: 0.225rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3.125rem;
}

.main .products .swiper .swiper-slide .thumb {
  margin-bottom: 0.625rem;
}

.main .products .swiper .swiper-slide .thumb img {
  width: 3rem;
}

.main .products .swiper .swiper-slide .info {
  text-align: left;
}

.main .products .swiper .swiper-slide .info h4 {
  font-size: 0.375rem;
  margin-bottom: 0.375rem;
}

.main .products .swiper .swiper-slide .info h4 .line {
  font-style: italic;
  font-size: 0.375rem;
  margin: 0 0.1875rem;
}

.main .products .swiper .swiper-slide .info h4 .mr {
  font-size: 0.2rem;
}

.main .products .swiper .swiper-slide .info .des {
  text-align: left;
  margin-left: 0;
  width: 100%;
}

.main .products .swiper .swiper-slide .info .view {
  background: transparent;
  color: #5ab400;
  border: 1px solid currentColor;
}

.main .products .swiper .swiper-slide .info .view:hover {
  background-color: #5ab400;
  color: #fff;
}

.main .products .solution {
  padding: 1.375rem 0 4.25rem;
  position: relative;
  overflow: hidden;
}

.main .products .solution .step {
  position: relative;
  text-align: center;
  padding-bottom: 0.1875rem;
}

.main .products .solution .step > li {
  position: relative;
  color: #5ab400;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.5;
  padding-top: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 0.3rem;
  -webkit-box-shadow: 0 0.1875rem 0.025rem #5ab400;
          box-shadow: 0 0.1875rem 0.025rem #5ab400;
}

.main .products .solution .step > li:hover {
  background-color: #4f9f01;
  border: #4f9f01;
  color: #fff;
}

.main .products .solution .step > li:not(:last-child) {
  margin-right: 5%;
}

.main .products .solution .step > li .iconfont {
  font-size: 0.45rem;
}

.main .products .solution .step > li .txt {
  font-size: 0.2rem;
}

.main .products .solution .step > li:first-child:before, .main .products .solution .step > li:last-child:before, .main .products .solution .step > li:not(:last-child):after {
  content: "";
  width: 1.5rem;
  height: 0.0125rem;
  position: absolute;
  background-color: #5ab400;
}

.main .products .solution .step > li:first-child:before {
  left: -1.4375rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.main .products .solution .step > li:last-child:before {
  right: -1.4rem;
  top: 1.375rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.main .products .solution .step > li:not(:last-child):after {
  width: 1.25rem;
  top: 49%;
  right: -1.25rem;
}

.main .products .solution .line1 {
  width: 5.625rem;
  height: 0.0125rem;
  background-color: #5ab400;
  position: relative;
}

.main .products .solution .line1:after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #5ab400;
  border-radius: 50%;
  top: -0.1875rem;
  left: -0.125rem;
}

.main .products .solution .line1.l {
  top: 1.4375rem;
  margin-left: -6.1875rem;
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}

.main .products .solution .line1.r {
  margin-left: 3.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.main .products .credit {
  padding: 0.6875rem;
  background-color: #f8f8f8;
}

.main .products .news {
  padding: 0.75rem 0 2rem;
}

.main .products .news .news-wrap .news-left {
  background: #f8f8f8;
  padding: 0.5625rem 0.6875rem;
}

.time {
  margin-bottom: 0.375rem;
  color: #a0a0a0;
}

.time .month {
  font-size: 0.5rem;
  display: block;
  font-weight: bold;
}

.main .products .news .news-wrap .news-left .txt a {
  color: #5ab400;
}

.main .products .news .news-wrap .news-left .des {
  text-align: left;
  font-size: 0.25rem;
  margin: 0.125rem 0 0.25rem;
}

.main .products .news .news-wrap .news-left .img {
  margin-bottom: 0.6875rem;
}

.main .products .news .news-wrap .news-right {
  padding-left: 0.8125rem;
}

.main .products .news .news-wrap .news-right .news-content li {
  padding: 0.5rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.main .products .news .news-wrap .news-right .news-content li:hover {
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}

.main .products .news .news-wrap .news-right .news-content li .list_l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.625rem;
}

.main .products .news .news-wrap .news-right .news-content li .list_l .txt {
  color: #666;
  font-size: 0.3rem;
  margin-bottom: 0.375rem;
}

.main .products .news .news-wrap .news-right .news-content li .list_l .info {
  line-height: 1.5;
  font-size: 0.25rem;
}

.main .products .news .news-wrap .news-right .news-content li .list_r .more {
  color: #ddd;
}

.main .products .news .news-wrap .news-right .news-content li .list_r .more .iconfont {
  font-size: 0.625rem;
}

.main .products .partner {
  padding: 0.75rem 0;
  background: #efeff0 url(../images/bg3.png) center top no-repeat;
}

.main .products .partner .parner-list > li .logo-bg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.875rem;
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 2.25rem;
}

.main .products .partner .parner-list > li .logo-bg .pure-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}

.main.page .title {
  font-size: 0.325rem;
  position: relative;
  text-align: center;
  margin-bottom: 1.0625rem;
}

.main.page .title:after {
  content: "___";
  color: #5ab400;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main.page .title.us:after {
  content: attr(data-title);
  font-size: 0.15rem;
}

.main.page .smarty {
  font-size: 0.2rem;
  line-height: 3;
}

.main .join {
  padding-top: 0.9375rem;
  text-align: center;
}

.main .join .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  max-width: 640px;
  margin: 0.6875rem auto 1.125rem;
}

.main .join .vision > li {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6d6d6d;
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

.main .join .vision > li:hover {
  background: #5ab400;
  color: #fff;
}

.main .join .vision > li .iconfont {
  font-size: 0.625rem;
  margin: 0.5625rem 0 0.125rem;
  display: block;
}

.main .design {
  background: #fafafa url(../images/bg3.jpg) left top 100%/100% no-repeat;
  padding: 1.3125rem 0 1.6875rem;
  text-align: center;
}

.main .design .smarty {
  text-align: left;
}

.main .job {
  margin: 1.25rem 0;
}

.main .job .lists li {
  margin-bottom: 0.25rem;
  overflow: hidden;
}

.main .job .lists li.active h4 {
  background-color: #5ab400;
  color: #fff;
}

.main .job .lists li.active h4:after {
  top: 0.375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main .job .lists h4 {
  background-color: #f7f7f7;
  padding: 0.25rem 0.3125rem;
  font-size: 0.2rem;
  color: #898989;
  position: relative;
}

.main .job .lists h4:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: 0.4375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.main .job .lists .content {
  padding: 0 0.4375rem 0.375rem;
}

.main .job .lists .content .des {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
}

.main .job .lists .content .des > ul {
  padding: 0.375rem 0;
  font-size: 0.175rem;
  color: #666;
}

.main .job .lists .content .des > ul li {
  line-height: 2;
  white-space: nowrap;
}

.main .job .lists .detail h5 {
  font-size: 0.2rem;
  margin-bottom: 0.3125rem;
}

.main .job .lists .detail > p {
  color: #666;
  font-size: 0.175rem;
  line-height: 2;
}

.main .job .lists .detail > p:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.main .contact {
  padding-bottom: 1.5rem;
  background: url(../images/mappng.png) left top 50% no-repeat;
}

.main .contact li {
  line-height: 2;
  margin-bottom: 0.375rem;
}

.main .contact li:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}

.main .contact li .iconfont {
  display: block;
  font-size: 0.875rem;
}

.main .contact li .iconfont.color1 {
  color: #de6764;
}

.main .contact li .iconfont.color2 {
  color: #2fafbb;
}

.main .contact li .iconfont.color3 {
  color: #8dcb4f;
}

.main .contact li .iconfont.color4 {
  color: #40a7e3;
}

.main .contact li .txt {
  color: #999;
  font-size: 0.25rem;
}

.main .contact li address {
  font-size: 0.25rem;
}

.main .message {
  margin-top: 0.875rem;
  background-color: #fafafa;
  padding: 0.9375rem 0 1.0625rem;
}

.main .message .form_wrap {
  max-width: 1045px;
}

.main .message .form_wrap li {
  margin-bottom: 0.25rem;
  padding: 0.25rem;
}

.input-txt {
  width: 100%;
  background: #fff;
  font-size: 0.3rem;
  border-radius: 0.125rem;
  padding: 0.375rem 0.25rem;
}

.input-txt.textarea {
  height: 3.5625rem;
  border: none;
}

.main .message .form_wrap li .code-img {
  padding-left: 0;
}

.main .message .form_wrap li .btn {
  background-color: #5ab400;
  color: #fff;
  padding: 0.375rem 0;
  width: 100%;
  cursor: pointer;
  border-radius: 0.125rem;
}

.main .navBar {
  padding: 0.5rem 0;
  background-color: #fbfbfb;
  margin-bottom: 0.875rem;
}

.main .navBar .navBar-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .navBar .navBar-wrap .pure-g {
  max-width: 10.125rem;
}

.main .navBar .tab {
  text-align: center;
  border-radius: 0.125rem;
  padding-right: 0.125rem;
  margin-bottom: 0.125rem;
}

.main .navBar .tab span, .main .navBar .tab a {
  background-color: #f3f3f3;
  padding: 0.1875rem 0;
  margin-bottom: 0.1875rem;
  border-radius: 0.125rem;
  cursor: pointer;
  display: block;
}

.main .navBar .tab span.cur, .main .navBar .tab a.cur {
  background-color: #5ab400;
  color: #fff;
}

.main .pageContent .left {
  padding-right: 1.0625rem;
  padding-bottom: 0.5rem;
}

.main .pageContent .name {
  font-size: 0.45rem;
  position: relative;
  margin: 0.4375rem 0 0.875rem;
}

.main .pageContent .name:after {
  content: "____";
  position: absolute;
  left: 0;
  bottom: -0.375rem;
  color: #5ab400;
}

.main .pageContent .content {
  line-height: 2;
  color: #777;
}

.main .pageContent .content p {
  font-size: 0.2rem;
}

.main .hornorLists {
  margin-bottom: 0.5rem;
}

.main .hornorLists li {
  margin-bottom: 0.5rem;
  padding-right: 0.4125rem;
  text-align: center;
}

.main .hornorLists li .pro-bg {
  -webkit-box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.main .hornorLists li .pro-bg:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.main .hornorLists li .pro-bg img {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  width: 100%;
  max-height: 5.25rem;
}

.main .hornorLists li .txt {
  text-align: center;
  font-size: 0.225rem;
  color: #666;
  padding: 0.5rem 0;
  background-color: #fff;
}

.main .credit-wrap {
  background-color: #fafafa;
  padding: 1rem 0;
}

.main .credit-wrap ul > li {
  margin-bottom: 1rem;
  text-align: center;
  padding-right: 0.75rem;
}

.main .credit-wrap ul > li .pro-bg {
  background-color: #fff;
  padding: 0.25rem;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.2);
}

.main .credit-wrap ul > li .pro-bg img {
  max-height: 5rem;
}

.main .aq-list {
  margin: 0.625rem auto 0.875rem;
}

.main .aq-list li {
  margin-bottom: 0.1875rem;
}

.main .aq-list li .letter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.3rem;
  text-align: center;
  width: 0.625rem;
  height: 100%;
  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;
}

.main .aq-list li .ask {
  background-color: #f9f9f9;
  padding: 0.25rem 1rem;
  position: relative;
  font-size: 0.25rem;
  cursor: pointer;
}

.main .aq-list li .ask:before {
  content: "Q";
  color: #fff;
  background-color: #5ab400;
}

.main .aq-list li .ask:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.main .aq-list li .ask.cur:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #5ab400;
}

.main .aq-list li .answer {
  background-color: #f1f1f1;
  padding: 0.375rem 1rem;
  position: relative;
  line-height: 2;
  font-size: 0.2rem;
}

.main .aq-list li .answer:before {
  content: "A";
  color: #5ab400;
  background-color: #f9f9f9;
}

.main .newsContent {
  margin-bottom: 1.25rem;
}

.main .newsContent > div {
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}

.main .newsContent > div .content {
  border: 1px solid #e8e8e8;
  padding: 0.625rem 0.375rem;
}

.main .newsContent > div .content h1 {
  font-size: 0.325rem;
  text-align: center;
}

.main .newsContent > div .content .ftitle {
  padding: 0.5625rem 0 0.625rem;
  text-align: center;
  font-size: 0.175rem;
  color: #999;
  border-bottom: 1px solid #e8e8e8;
}

.main .newsContent > div .content .detail {
  padding: 0.625rem 0;
  line-height: 2;
}

.main .newsContent .aside {
  border: 1px solid #e8e8e8;
  padding: 0.4375rem 0.3125rem;
}

.main .newsContent .aside h4 {
  font-size: 0.25rem;
  padding-left: 0.125rem;
  margin-bottom: 0.4375rem;
  position: relative;
}

.main .newsContent .aside h4:before {
  content: '';
  background-color: #5ab400;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
}

.main .newsContent .aside .side-lists li {
  padding: 0.4375rem 0;
  border-top: 1px solid #e8e8e8;
}

.main .newsContent .aside .side-lists li:hover h5, .main .newsContent .aside .side-lists li:hover .more .iconfont {
  color: #5ab400;
}

.main .newsContent .aside .side-lists li h5 {
  font-size: 0.175rem;
}

.main .newsContent .aside .side-lists li .des {
  font-size: 0.15rem;
  color: #949494;
  margin: 0.275rem 0;
}

.publish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.publish .time {
  font-size: 0.15rem;
  color: #b4b4b4;
}

.publish .time .iconfont {
  font-size: 0.15rem;
  color: #b4b4b4;
  padding-right: 0.0625rem;
}

.publish .more .iconfont {
  font-size: 0.375rem;
}

.main .news {
  margin-bottom: 0.625rem;
}

.main .news .block {
  margin-bottom: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}

.main .news .block:hover h2 a {
  color: #5ab400;
}

.main .news .block:hover .time {
  color: #5ab400;
}

.main .news .block:hover .block-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.main .news .block .block-img {
  display: block;
  overflow: hidden;
}

.main .news .block .block-img img {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

.main .news .block > ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .news .block > ul .list {
  padding-left: 0.375rem;
}

.main .news .block > ul .list h2 {
  font-size: 0.275rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ededed;
}

.main .news .block > ul .list .des {
  font-size: 0.175rem;
  padding: 0.25rem 0;
  line-height: 2;
}

.main .news .block > ul .time {
  text-align: center;
  color: #333;
}

.main .news .block > ul .time .month {
  font-size: 0.7rem;
  font-weight: bold;
}

.main .news .block > ul .time .date {
  font-size: 0.225rem;
}

.main .category li {
  height: 0.625rem;
}

.main .category span {
  line-height: 2;
  cursor: pointer;
}

.main .category .label {
  color: #999;
}

.main .category .cur {
  color: #5ab400;
}

.main .category .more {
  position: relative;
}

.main .category .more.up:after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main .category .more:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 0.125rem;
  width: 0.125rem;
  height: 0.125rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-52%) rotate(135deg);
          transform: translateY(-52%) rotate(135deg);
}

.main .products > li {
  padding-right: 1rem;
}

.main .products > li .imgblock {
  background-color: #fafafa;
}

.main .products > li .imgblock > a {
  overflow: hidden;
  display: block;
}

.main .products > li .imgblock .pure-img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.main .products > li .imgblock:hover .pure-img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.main .products > li .imgblock .txt {
  font-size: 0.25rem;
  padding: 0.25rem 0.375rem;
  line-height: 1.5;
  height: 1rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .products > li .imgblock .des {
  color: #666;
  text-align: left;
  font-size: 0.15rem;
  margin: 0;
  margin-bottom: 0.375rem;
  width: 100%;
  padding: 0 0.375rem 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .slider-wrap {
  padding-bottom: 0.5625rem;
}

.main .slider-wrap > ul > li:last-child {
  padding-left: 1.25rem;
}

.main .slider-wrap > ul > li:last-child h1 {
  font-size: 0.35rem;
  padding: 0.375rem 0;
  position: relative;
  line-height: 2;
}

.main .slider-wrap > ul > li:last-child h1 .down {
  float: right;
  color: #2fafbb;
  font-size: 0.2rem;
}

.main .slider-wrap > ul > li:last-child h1 .down .iconfont {
  margin-right: 0.125rem;
}

.main .slider-wrap > ul > li:last-child .cate {
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
  padding: 0.3125rem 0;
}

.main .slider-wrap > ul > li:last-child .cate span {
  color: #5ab400;
}

.main .slider-wrap > ul > li:last-child .features {
  padding: 0.375rem 0;
  border-bottom: 1px solid #f0f2f5;
  line-height: 2;
}

.main .slider-wrap > ul > li:last-child .features label {
  margin-right: 0.375rem;
}

.main .slider-wrap > ul > li:last-child .features .info {
  color: #999;
/*  font-size: 0.175rem;*/
}

.main .slider-wrap > ul > li:last-child .ask-wrap {
  padding: 0.625rem 0;
}

.main .slider-wrap > ul > li:last-child .ask-wrap > p:first-child {
  padding-right: 1.875rem;
}

.main .slider-wrap > ul > li:last-child .ask-wrap > p .btn {
  background: #5ab400;
  color: #fff;
  border-radius: 0.125rem;
  text-align: center;
  display: block;
  padding: 0.1875rem 0;
}

.main .slider-wrap > ul > li:last-child .ask-wrap .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2fafbb;
  font-size: 0.2rem;
}

.main .slider-wrap > ul > li:last-child .ask-wrap .phone .iconfont {
  font-size: 0.75rem;
}

.main .slider-wrap > ul > li:last-child .ask-wrap .phone .telInfo {
  padding-left: 0.125rem;
}

.main .slider-wrap > ul > li:last-child .ask-wrap .phone .telInfo .txt {
  font-size: 0.175rem;
  display: block;
  color: #333;
}

.main .slider-wrap > ul > li:last-child .ask-wrap .phone .telInfo .tel {
  font-size: 0.325rem;
  font-weight: bold;
}

.main .show {
  background: #f6f6f6;
  padding: 0.3125rem 0 1rem;
}

.main .show .left {
  padding-right: 0.25rem;
}

.main .show .left .wrap {
  padding: 0.5rem;
  background: #fff;
  margin-bottom: 0.375rem;
}

.main .show .left .wrap .txt {
  color: #5ab400;
  font-size: 0.225rem;
  border-bottom: 1px solid #e9eef0;
}

.main .show .left .wrap .txt span {
  border-bottom: 3px solid #5ab400;
  display: inline-block;
  padding: 0 0.375rem 0.25rem;
}

.main .show .left .wrap .content {
  padding: 0.5625rem 0;
  line-height: 2;
}

.main .show .left .wrap .read > div:first-child {
  padding-right: 0.375rem;
}

.main .show .left .wrap .read p {
  border: 1px solid #e4eaec;
  padding: 0.1875rem 0;
  text-align: center;
  margin-bottom: 0.25rem;
}

.main .show .right {
  padding: 0.375rem 0.25rem;
  background-color: #fff;
  margin-bottom: 0.375rem;
}

.main .show .right .aside h4 {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #e4eaec;
}

.main .show .right .aside h4 .iconfont {
  color: #5ab400;
  font-size: 0.375rem;
}

.main .show .right .aside .pro-list-right {
  padding: 0.3125rem 0;
}

.main .show .right .aside .pro-list-right > li {
  margin-bottom: 0.125rem;
}

.main .show .right .aside .pro-list-right > li img {
  width: 100%;
}

.main .show .right .aside .pro-list-right > li .txt {
  padding: 0.1875rem 0;
  font-size: 0.275rem;
  text-align: center;
}

.main .show .recommon {
  background-color: #fff;
  padding: 0.4375rem 0.375rem;
}

.main .show .recommon h5 {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #e4eaec;
}

.main .show .recommon h5 .iconfont {
  color: #5ab400;
  font-size: 0.375rem;
  margin-right: 0.0625rem;
}

.main .show .recommon .comm-li {
  padding: 0.3125rem 0;
}

.main .show .recommon .comm-li > li:not(:last-child) {
  padding-right: 0.5rem;
  border-right: 1px solid #e4eaec;
}

.main .show .recommon .comm-li > li:not(:first-child) {
  padding-left: 0.5rem;
}

.main .show .recommon .common-list {
  padding-bottom: 0.375rem;
}

.main .show .recommon .common-list .txt {
  padding: 0.25rem 0;
}

.main .show .recommon .common-list .des {
  color: #999;
  padding-bottom: 0.25rem;
  line-height: 2;
  font-size: 0.175rem;
}

.pages {
  padding: 0.25rem;
  text-align: center;
  margin-top: 0.625rem;
}

.pages .pagination > li {
  display: inline-block;
  padding: 0 0.125rem;
}

.pages .pagination > li.active a {
  color: #5ab400;
}

.pages .pagination > li > a {
  padding: 0px 12px 0px 12px;
  background: #f2eded;
}

.professional {
  margin: 0.625rem 0 1.25rem;
}

.professional .name {
  margin-bottom: 0.1875rem;
  color: #666;
  border: 1px solid currentColor;
  border-radius: 0.1875rem;
  font-size: 0.275rem;
  white-space: nowrap;
  text-align: center;
  padding: 0.3125rem 0;
}

.professional .name.cur {
  color: #5ab400;
}

.professional .r {
  padding-left: 0.25rem;
}

.professional .r .content {
  border: 1px solid #e7e7e7;
  border-radius: 0.1875rem;
  padding: 0.625rem;
  overflow: auto;
}

.professional .r .content .title-name {
  font-size: 0.325rem;
}

.professional .r .content .smarty {
  font-size: 0.2rem;
  color: #999;
  border-bottom: 1px solid #efefef;
  line-height: 2;
}

.professional .r .content .detail {
  color: #666;
  font-size: 0.2rem;
  line-height: 2;
  padding: 0.625rem 0;
}

.professional .r .content .detail > ul {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #efefef;
  padding-bottom: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.professional .r .content .detail .thumb {
  text-align: right;
}

.professional .r .content .detail .pro {
  padding-left: 0.375rem;
}

.shop {
  padding: 0.625rem 0 0.25rem;
}

.shop .shop-wrap {
  background: #f5f5f5;
  color: #009f88;
  margin-bottom: 0.5rem;
  border: 1px solid currentColor;
  border-radius: 0.125rem;
}

.shop .shop-wrap > ul > li {
  text-align: center;
  padding: 0.25rem 0;
}

.shop .mainContent {
  border-bottom: 1px solid #009f88;
}

.shop .mainContent > div {
  border: 1px solid #009f88;
  border-bottom: none;
}

.shop .mainContent > div > p {
  text-align: center;
  padding: 0.25rem 0.125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop .mainContent > div > p:not(:last-child) {
  border-right: 1px solid #009f88;
}

.footer {
  background-color: #3d3d3d;
  position: relative;
  z-index: 5;
}

.footer .hotlink {
  padding: 0.3125rem 0 0.25rem;
  border-bottom: 1px solid #555;
  color: #999;
  line-height: 2;
}

.footer .hotlink a {
  color: #999;
}

.footer .hotlink a:hover {
  color: #666;
}

.footer .foot-wrap {
  padding: 0.75rem 0 0.5rem;
}

.footer .foot-wrap .foot-l {
  color: #fff;
}

.footer .foot-wrap .foot-l .nav {
  margin-bottom: 0.625rem;
}

.footer .foot-wrap .foot-l .nav p {
  margin-bottom: 0.25rem;
}

.footer .foot-wrap .foot-l .nav p a {
  padding-bottom: 0.125rem;
  display: inline-block;
}

.footer .foot-wrap .foot-l .nav p a:not(:last-child):after {
  content: '|';
  color: #fff;
  padding-left: 0.25rem;
}

.footer .foot-wrap .foot-l .nav a {
  color: #fff;
  margin-right: 0.375rem;
}

.footer .foot-wrap .foot-l .nav a:hover {
  color: #5ab400;
}

.footer .foot-wrap .foot-l .foot-info {
  line-height: 1.5;
  font-size: 0.35rem;
}

.footer .foot-wrap .foot-l .foot-info .iconfont {
  color: #5ab400;
  font-size: 0.3rem;
  vertical-align: middle;
}

.footer .foot-wrap .foot-r {
  border-left: 1px solid #555;
  text-align: right;
  padding-left: 0.375rem;
  position: relative;
}

.footer .foot-wrap .foot-r .pure-img {
  display: inline-block;
}

.footer .foot-wrap .foot-r::after {
  content: "扫一扫 关注公众号";
  position: absolute;
  bottom: -4em;
  right: 0;
  text-align: center;
  color: #5ab400;
  font-size: 0.175rem;
  white-space: nowrap;
  width: 85%;
  height: 30px;
}

.footer .foot-wrap .foot-r .tip {
  line-height: 2;
  color: #5ab400;
  font-size: 0.175rem;
  padding-right: 0.375rem;
  white-space: nowrap;
}

.footer .copyright {
  font-size: 0.175rem;
  color: #666;
  padding: 0.4375rem 0;
  line-height: 2;
  border-top: 1px solid #555;
}

.footer .copyright > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .copyright a {
  color: #666;
}

.footer .copyright .share {
  text-align: right;
}

.footer .copyright .share .iconfont {
  font-size: 0.5rem;
}

#certify {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.0625rem 0 0.625rem;
}

#certify .swiper-container {
  padding-bottom: 0.75rem;
}

#certify .swiper-slide {
  width: 350px;
  height: 485px;
  background: #fff;
  -webkit-box-shadow: 0 0.1rem 0.375rem #ddd;
          box-shadow: 0 0.1rem 0.375rem #ddd;
}

#certify .swiper-slide img {
  width: 100%;
  display: block;
}

#certify .swiper-slide p {
  line-height: 1.225rem;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 0.25rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1875rem;
  background-color: #d5d5d5;
  width: 0.125rem;
  height: 0.125rem;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.0375rem solid #5ab400;
  width: 0.1875rem !important;
  height: 0.1875rem !important;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: -0.375rem;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -0.375rem;
  width: 45px;
  height: 45px;
  background: url(../images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#certify .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

/* smallImg */
.smallImg {
  position: relative;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1px;
  background-color: #F1F0F0;
  padding: 6px 5px;
  overflow: hidden;
}

.scrollbutton {
  width: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.scrollbutton.smallImgUp.disabled .iconfont {
  color: #999;
}

.scrollbutton.smallImgDown.disabled {
  color: #999;
}

#imageMenu {
  height: 50px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 28px);
}

#imageMenu ul {
  white-space: nowrap;
  width: 1200px;
}

#imageMenu li {
  width: 80px;
  height: 50px;
  float: left;
  text-align: center;
}

#imageMenu li img {
  max-height: 48px;
  cursor: pointer;
}

#imageMenu li#onlickImg img, #imageMenu li:hover img {
  border: 1px solid #959595;
}

/* bigImg */
.bigImg {
  position: relative;
  width: 100%;
  height: 350px;
  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;
  overflow: hidden;
}

.bigImg #midimg {
  width: 100%;
}

.bigImg #winSelector {
  width: 235px;
  height: 210px;
}

#winSelector {
  position: absolute;
  cursor: crosshair;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  background-color: #000;
  border: 1px solid #fff;
}

/* bigView */
#bigView {
  position: absolute;
  border: 1px solid #959595;
  overflow: hidden;
  z-index: 999;
}

#bigView img {
  position: absolute;
  max-width: inherit;
  width: 800px;
  height: 600px;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
  display: none;
}

.subform {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 16;
  display: none;
  padding: 1.25rem 1rem 1rem;
  background-color: #fff;
  border-radius: 0.125rem;
}

.subform .close {
  display: inline-block;
  width: 0.375rem;
  height: 0.05rem;
  background: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  cursor: pointer;
}

.subform .close:after {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.05rem;
  background: #333;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.subform li:not(:last-child) {
  padding-right: 0.375rem;
}

.err {
  padding: 0.125rem;
  color: red;
  display: block;
}

.subform .input-txt {
  border: 1px solid #999;
}

.subform .btn {
  background-color: #5ab400;
  display: block;
  text-align: center;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.3rem;
  height: 1.1375rem;
  width: 100%;
  cursor: pointer;
}

.subform .btn:active {
  background-color: #999;
}

.qqSide {
  position: fixed;
  width: 78px;
  right: 0;
  top: 50%;
  margin-top: -200px;
  z-index: 100;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-bottom: 0;
}

.qqSide ul li {
  width: 78px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.qqSide ul li .iconfont {
  font-size: 30px;
  margin-right: 0;
}

.qqSide ul li:hover {
  background: #5ab400;
  color: #fff;
}

.qqSide ul li:hover a {
  color: #fff;
}

.qqSide ul li i {
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  padding-top: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.qqSide ul li .sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

.qqSide ul li.sidetop {
  background: #5ab400;
  color: #fff;
}

.qqSide ul li.sidetop:hover {
  opacity: .8;
  filter: Alpha(opacity=80);
}

.qqSide ul li.sideewm .ewBox.son {
  width: 200px;
  display: none;
  color: #363636;
  text-align: center;
  padding-top: 200px;
  position: absolute;
  left: -200px;
  top: 0;
  background: #fff url(../images/ecode.jpg) 50%/contain no-repeat;
  border: 1px solid #e0e0e0;
}

.qqSide ul li.sideetel .telBox.son {
  width: 240px;
  display: none;
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: -50px;
  background: #5ab400;
}

.qqSide ul li.sideetel .telBox dd {
  display: block;
  padding: 30px 20px;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
}

.qqSide ul li.sideetel .telBox .iconfont {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.qqSide ul li.sideetel .telBox dd span {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.qqSide ul li.sideetel .telBox dd.bgs1 {
  background-color: #336402;
}

.qqSide ul li:hover .son {
  display: block !important;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 801px) {
  .header .top:hover {
    background-color: #fff;
  }
  .header .top:hover .menu .nav > li > a {
    color: #333;
  }
  .header .top:hover .menu .search {
    border-left: 1px solid #d6d6d6;
  }
  .header .top:hover .menu .search input {
    color: #333;
  }
}

@media (max-width: 1200px) {
  .header .top .menu .search {
    display: none;
  }
}

@media (max-width: 800px) {
  .header .top .menu .nav {
    display: none;
  }
  .header .top .menu .nav.open {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 3;
    padding-top: 1rem;
    width: 80%;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.8);
  }
  .header .top .menu .nav.open:after {
    content: '';
    width: 25%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: -25%;
    z-index: 3;
  }
  .header .top .menu .nav.open li {
    display: block;
    line-height: 3;
    padding-left: 0.625rem;
    font-size: 0.225rem;
  }
  .header .top .menu .nav.open li > a {
    color: #fff;
  }
  .header .top .menu .nav.open li:after {
    opacity: 0;
  }
  .header .top .menu .custom-toggle {
    display: block;
  }
  .header .top .menu {
    width: auto;
    height: calc(100vh - 60px);
  }
  .header .top .menu .nav > li:hover .sub_menu {
    opacity: 0;
  }
  .main .products .solution .line1.r {
    top: -0.1875rem;
  }
  .main .products .solution .step > li {
    width: 1.9375rem;
    height: 1.9375rem;
    padding-top: 0.25rem;
  }
  .main .products .solution .step > li:not(:last-child) {
    margin-right: 3%;
  }
  #certify .swiper-slide {
    width: 4.375rem;
    height: 6.0625rem;
  }
  .main .products .news .news-wrap .news-right {
    padding: 0;
  }
  .main .slogan-wrap .slogan, .main .profile .info, .main .slider-wrap > ul li:last-child, .main .show .recommon .comm-li > li:not(:first-child) {
    padding-left: 0;
  }
  .main .slogan-wrap .tel, .main .pageContent .left, .main .professional .r .content .detail .pro, .main .products > li, .main .show .left, .main .show .left .wrap .read > div:first-child, .main .newsContent > div {
    padding-right: 0;
  }
  .main .professional .r .content .detail .thumb {
    text-align: center;
  }
  .main .show .recommon .comm-li > li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e4eaec;
    padding-right: 0;
  }
  .main .show .recommon .comm-li > li:not(:first-child) {
    margin-bottom: 0.25rem;
  }
  .main .contact li:nth-child(2) {
    border-right: none;
  }
  .main .products .swiper .swiper-slide .info {
    padding: 0 5%;
  }
  .main .products.bg2 {
    background: #f8f8f8;
  }
  .header #slider .description {
    left: 5%;
    top: 35%;
  }
  .main .navBar .navBar-wrap li {
    margin-bottom: 0.375rem;
  }
  .subform li:not(:last-child) {
    margin-bottom: 0.625rem;
    padding-right: 0;
  }
  .subform .btn {
    min-height: 1.25rem;
  }
  .shop .mainContent > div > p:not(:last-child) {
    border-bottom: 1px solid #5ab400;
  }
}
/*# sourceMappingURL=layout.css.map */