@charset "UTF-8";
/*@font-face {
    font-family: 'INTER';
    src: url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.eot');
    src:
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.woff') format('woff'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.ttf') format('truetype'),
    url('/wcs/Tpl/home/mobile/font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 初始化CSS */
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

fieldset, img {
  border: none;
  vertical-align: middle;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
}

select, input {
  vertical-align: middle;
}

select, input, textarea {
  margin: 0;
  font-size: 12px;
}

input[type=text], input[type=password], textarea {
  outline-style: none;
}

textarea {
  font-family: "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
  resize: none;
}

body {
  font: 12px "PingFangSC-Regular", "Microsoft Yahei", "SimSun", Arial, sans-serif;
  color: #333;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

i, em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

/*html5*/
article, aside, footer, header, section, footer, nav, figure, main {
  display: block;
}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust {
  -webkit-text-size-adjust: none;
}

.font_scale8 {
  -webkit-transform: scale(0.66);
}

.font_scale10 {
  -webkit-transform: scale(0.83);
}

.font_lc {
  -webkit-transform-origin: left center;
}

.font_rc {
  -webkit-transform-origin: right center;
}

.font_up {
  text-transform: uppercase;
}

/*文字截断*/
.TXTovehid {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.TXTovehid-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.TXTovehid-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*transition*/
.tran200 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tran300 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tran400 {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.tran500 {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.tran1000 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}

.scaleimg:hover .pic em {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.rotateY:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.translateX:hover {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.w92p {
  width: 92%;
  margin: 0 auto;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "PingFangSC-Regular", "Microsoft Yahei";
}

input[type=submit], select {
  -webkit-appearance: none;
  appearance: none;
}

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input, textarea {
  outline: none;
}

/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input, textarea {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.Gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 999999;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.Gallery.show {
  opacity: 1;
}

.g-bottom, .g-left, .g-right, .g-top {
  z-index: 99;
  display: block;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.g-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120;
}

.g-left.none, .g-right.none {
  opacity: 0.3;
  cursor: not-allowed;
}

.g-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 120;
}

.Gallery img {
  max-height: 87%;
  max-width: 99%;
}

.Gallery.Gallery-none img {
  max-height: 100%;
  max-width: 99%;
}

.Gallery-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.g-list {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.g-list span {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.g-list img {
  vertical-align: middle;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.Gallery-wrap.grab .g-list img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.g-top .g-count {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 18px;
}

.g-top button {
  height: 45px;
  width: 45px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
}

.g-top span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  color: #fff;
}

.g-close {
  cursor: pointer;
}

.g-close:after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 21px;
}

.g-close:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  left: 8px;
  top: 21px;
}

.g-top button:hover {
  opacity: 1;
}

*:before, *:after {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

body.grayBg {
  background: #f9f9f9;
}

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 4%;
  background: #fff;
}
.header .logo {
  height: 1.3733333333rem;
  line-height: 1.3733333333rem;
}
.header .logo img {
  height: 0.88rem;
}
.header .menuIcon {
  padding: 0.4133333333rem 0 0.4533333333rem;
}
.header .menuIcon img {
  height: 0.5066666667rem;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006326;
}

.iNotice {
  padding: 0 4%;
  border: 1px solid #eeeeee;
  background: #fff;
}
.iNotice dl {
  padding-left: 2.2933333333rem;
  position: relative;
}
.iNotice dl dt {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.04rem;
  font-size: 0.3733333333rem;
  color: #e61600;
}
.iNotice dl dt img {
  width: 0.2933333333rem;
  margin-right: 0.1333333333rem;
}
.iNotice dl dd .container {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1.04rem;
}
.iNotice dl dd .container .wrap {
  display: block;
  padding-right: 1.8666666667rem;
  position: relative;
  line-height: 1.04rem;
}
.iNotice dl dd .container .wrap h5 {
  font-size: 0.3733333333rem;
  color: #222222;
  font-weight: normal;
}
.iNotice dl dd .container .wrap span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.2666666667rem;
  color: #999999;
}

.ititle {
  margin-bottom: 0.4rem;
  border-bottom: 2px solid #e5e5e5;
  line-height: 1.1866666667rem;
  font-size: 0;
}
.ititle h3 {
  font-size: 0.4666666667rem;
  color: #006326;
  position: relative;
  padding-left: 0.72rem;
  position: relative;
}
.ititle h3 img {
  height: 0.5333333333rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2666666667rem;
}
.ititle h3:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #006326;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}
.ititle .imore {
  font-size: 0.3333333333rem;
  color: #7b7b7b;
}

.readMore {
  display: block;
  width: 2.9066666667rem;
  height: 0.7733333333rem;
  border: 1px solid #006326;
  border-radius: 0.1333333333rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.7733333333rem;
  font-size: 0.2933333333rem;
  color: #006326;
}

.iAbout {
  padding: 0.32rem 3% 0.6rem;
  background: #fff;
  margin-bottom: 0.4rem;
}
.iAbout .pic a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 0.1333333333rem;
}
.iAbout .tit {
  padding: 0.3066666667rem 0 0.1066666667rem;
  font-size: 0.4rem;
  color: #006326;
  line-height: 0.6933333333rem;
}
.iAbout .text {
  font-size: 0.3733333333rem;
  line-height: 0.6666666667rem;
  color: #222222;
  max-height: 2rem;
  overflow: hidden;
  margin-bottom: 0.4533333333rem;
}

.iProd {
  padding: 0 3%;
  background: #iProd;
  margin-bottom: 0.4rem;
  background: #fff;
}
.iProd .container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.96rem;
}
.iProd .container .swiper-pagination {
  bottom: 0.32rem;
  height: 0.12rem;
  line-height: 0.12rem;
  font-size: 0;
}
.iProd .container .swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1066666667rem;
  background: #dcdcdc;
  opacity: 1;
  border-radius: 0.0533333333rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.iProd .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006326;
  width: 0.4rem;
}

.prodList .wrap {
  display: block;
  height: 4rem;
  box-sizing: border-box;
  padding: 0.1466666667rem 0.4rem 0 3.84rem;
  position: relative;
  background: #f8f8f8;
  border-radius: 0.1066666667rem;
}
.prodList .wrap .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.4133333333rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.0533333333rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prodList .wrap .text h5 {
  margin-bottom: 0.1866666667rem;
  border-bottom: 1px solid #7d7d7d;
  font-size: 0.3733333333rem;
  color: #222222;
  line-height: 0.8533333333rem;
}
.prodList .wrap .text p {
  margin-bottom: 0.52rem;
  font-size: 0.3333333333rem;
  line-height: 0.5333333333rem;
  color: #666666;
  height: 1.0666666667rem;
  overflow: hidden;
}
.prodList .wrap .text .readMore {
  margin-left: 0;
}

.iVideo {
  padding: 0 3% 0.5866666667rem;
  background: #fff;
  margin-bottom: 0.4rem;
}
.iVideo .pic {
  position: relative;
}
.iVideo .pic a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
  position: relative;
  border-radius: 0.1333333333rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.iVideo .pic a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.1333333333rem;
}
.iVideo .pic a i {
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -0.5333333333rem 0 0 -0.5333333333rem;
  background: url(/wcs/Tpl/home/mobile/images/videoIcon.png) no-repeat center;
  background-size: 100% 100%;
}

.iNews {
  padding: 0 3%;
  background: #fff;
  margin-bottom: 0.4rem;
}

.newsList li {
  border-bottom: 1px solid #e5e5e5;
}
.newsList li:last-child {
  border: none;
}
.newsList li a {
  display: block;
  padding: 0.3733333333rem 0 0.32rem 1.6666666667rem;
  position: relative;
}
.newsList li a .date {
  width: 1.3066666667rem;
  padding-right: 0.1066666667rem;
  position: absolute;
  left: 0;
  top: 0.3733333333rem;
  text-align: center;
}
.newsList li a .date em {
  display: block;
  font-size: 0.4rem;
  line-height: 0.64rem;
  font-weight: bold;
  color: #444444;
}
.newsList li a .date span {
  display: block;
  font-size: 0.2666666667rem;
  line-height: 0.4266666667rem;
  color: #999999;
  font-family: "Roboto";
}
.newsList li a .date:before {
  content: "";
  width: 1px;
  height: 0.8266666667rem;
  background: #999999;
  position: absolute;
  right: -2px;
  top: 50%;
  margin-top: -0.4133333333rem;
}
.newsList li a h5 {
  font-size: 0.2666666667rem;
  color: #222222;
  line-height: 0.5333333333rem;
  font-weight: normal;
  height: 1.0666666667rem;
  overflow: hidden;
}

.footer {
  padding: 0.3733333333rem 3% 0.24rem;
  background: #006326;
  font-size: 0.2666666667rem;
  line-height: 0.4rem;
  color: #ffffff;
}
.footer .text {
  width: 66%;
}
.footer .text .tit {
  padding-bottom: 0.1333333333rem;
  border-bottom: 1px solid #b3d1be;
  margin-bottom: 0.1333333333rem;
  line-height: 0.5866666667rem;
  font-size: 0.3333333333rem;
}
.footer .text P {
  font-weight: 300;
}
.footer .qrcode {
  width: 24%;
}
.footer .qrcode img {
  width: 100%;
}
.footer .qrcode p {
  padding-top: 0.2133333333rem;
  font-size: 0.2666666667rem;
  line-height: 0.4266666667rem;
  font-weight: 300;
}

.copy {
  padding: 0.2rem 3%;
  background: #005922;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: 300;
}

.nyHeader {
  padding: 0 3%;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.nyHeader .goBack {
  width: 20%;
  height: 1.36rem;
  position: relative;
}
.nyHeader .goBack:before {
  content: "";
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  border-left: 0.0266666667rem solid #838383;
  border-bottom: 0.0266666667rem solid #838383;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.1333333333rem;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.nyHeader h3 {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.36rem;
  font-size: 0.4666666667rem;
  color: #006326;
  font-weight: bold;
}
.nyHeader .menuIcon {
  width: 20%;
  line-height: 1.36rem;
  text-align: right;
}
.nyHeader .menuIcon img {
  height: 0.5066666667rem;
}

.nyBanner {
  width: 100%;
  height: 0;
  padding-bottom: 18.66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.nyNav {
  padding: 0 3%;
  background: #fff;
  box-shadow: 0 0 5px rgba(6, 0, 1, 0.3);
  position: relative;
  z-index: 2;
}
.nyNav .container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nyNav .container .swiper-slide {
  width: auto;
}
.nyNav .container .swiper-slide a {
  display: block;
  position: relative;
  font-size: 0.4rem;
  font-size: 0.3466666667rem;
  color: #222222;
  line-height: 1.3333333333rem;
}
.nyNav .container .swiper-slide.on a {
  color: #006326;
  font-weight: bold;
}
.nyNav .container .swiper-slide.on a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #006326;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nyWrap {
  padding: 0.32rem 3% 0.5333333333rem;
  min-height: 7.3333333333rem;
  background: #fff;
  margin-bottom: 0.4rem;
}

.pageStyle {
  font-size: 0.3333333333rem;
  color: #222222;
  line-height: 0.6666666667rem;
}
.pageStyle * {
  max-width: 100% !important;
}
.pageStyle img {
  height: auto !important;
}

.aboutWrap {
  padding: 0.8rem 3% 0.5333333333rem;
}
.aboutWrap .title {
  margin-bottom: 0.5866666667rem;
  text-align: center;
}
.aboutWrap .title h3 {
  margin-bottom: 0.08rem;
  font-size: 0.4666666667rem;
  color: #006326;
  line-height: 0.6666666667rem;
}
.aboutWrap .title h4 {
  font-size: 0.3333333333rem;
  color: #006326;
  font-weight: normal;
  line-height: 0.5066666667rem;
}
.aboutWrap .cont .ul {
  padding: 0.6933333333rem 0 0.7466666667rem;
  text-align: center;
}
.aboutWrap .cont .ul li {
  width: 33.33%;
  position: relative;
}
.aboutWrap .cont .ul li:before {
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0.1333333333rem;
}
.aboutWrap .cont .ul li:first-child:before {
  display: none;
}
.aboutWrap .cont .ul li h5 {
  margin-bottom: 0.2666666667rem;
  font-size: 0.2666666667rem;
  color: #555555;
  line-height: 0.72rem;
}
.aboutWrap .cont .ul li h5 span {
  margin-right: 0.16rem;
  font-size: 0.64rem;
  color: #006326;
  font-weight: bold;
}
.aboutWrap .cont .ul li p {
  font-size: 0.3733333333rem;
  line-height: 0.56rem;
  color: #222222;
  font-weight: bold;
}
.aboutWrap .cont .mrgBtm {
  margin-bottom: 0.2933333333rem;
}

.honrList {
  padding-bottom: 0.1333333333rem;
}
.honrList li {
  width: 48.7%;
}
.honrList li a {
  display: block;
}
.honrList li a .pic {
  height: 6.4533333333rem;
  border: 1px solid #bfbfbf;
  border-radius: 0.1066666667rem;
  text-align: center;
  line-height: 6.4533333333rem;
  font-size: 0;
}
.honrList li a .pic img {
  max-width: 100%;
  max-height: 100%;
}
.honrList li a h5 {
  font-size: 0.3333333333rem;
  color: #222222;
  line-height: 0.88rem;
}
.honrList li:nth-child(2n) {
  float: right;
}

.page {
  text-align: center;
  font-size: 0;
}
.page a {
  display: inline-block;
  width: 1.9733333333rem;
  height: 0.7733333333rem;
  border: 1px solid #dcdcdc;
  border-radius: 0.1333333333rem;
  text-align: center;
  line-height: 0.7733333333rem;
  font-size: 0.3333333333rem;
  color: #323232;
}
.page span {
  margin: 0 0.6666666667rem;
  line-height: 0.8rem;
  font-size: 0.3333333333rem;
  color: #262626;
}
.page span em {
  color: #006326;
}

.developList {
  padding-top: 0.4666666667rem;
}
.developList .li {
  padding-left: 2rem;
  position: relative;
  line-height: 0.5333333333rem;
  font-size: 0.3333333333rem;
  color: #222222;
  padding-bottom: 0.9333333333rem;
  min-height: 0.9333333333rem;
}
.developList .li:last-child {
  padding-bottom: 0.6666666667rem;
}
.developList .li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  position: absolute;
  left: 1.4133333333rem;
  top: 0;
}
.developList .li .date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.4rem;
  color: #006326;
  font-weight: bold;
}
.developList .li .dot {
  width: 0.2666666667rem;
  height: 0.2666666667rem;
  position: absolute;
  left: 1.3066666667rem;
  top: 0.1333333333rem;
  background: rgba(0, 99, 38, 0.3);
  border-radius: 50%;
}
.developList .li .dot:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #006326;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
}

.picList {
  padding-bottom: 0.2rem;
}
.picList li {
  width: 48.7%;
  margin-bottom: 0.24rem;
}
.picList li a {
  display: block;
}
.picList li a .pic {
  width: 100%;
  height: 0;
  padding-bottom: 73.2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #bfbfbf;
  border-radius: 0.1066666667rem;
}
.picList li a h5 {
  font-size: 0.3333333333rem;
  color: #222222;
  line-height: 0.88rem;
}
.picList li:nth-child(2n) {
  float: right;
}

.nyWrap .recomNews {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
}
.nyWrap .recomNews .wrap {
  display: block;
}
.nyWrap .recomNews .wrap .pic {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  border-radius: 0.1333333333rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nyWrap .recomNews .wrap .text {
  height: 1.0666666667rem;
  padding-right: 2rem;
  position: relative;
  line-height: 1.0666666667rem;
}
.nyWrap .recomNews .wrap .text h5 {
  font-size: 0.4rem;
  color: #262626;
  font-weight: normal;
}
.nyWrap .recomNews .wrap .text span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.32rem;
  color: #262626;
}
.nyWrap .recomNews .swiper-pagination {
  width: auto;
  left: auto;
  right: 0.1333333333rem;
  bottom: 1.2266666667rem;
  height: 0.1866666667rem;
  line-height: 0.1866666667rem;
  font-size: 0;
}
.nyWrap .recomNews .swiper-pagination .swiper-pagination-bullet {
  width: 0.1866666667rem;
  height: 0.1866666667rem;
  margin: 0 0.12rem 0 0;
  background: #fff;
  opacity: 0.5;
}
.nyWrap .recomNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.nyWrap .newsList {
  padding-bottom: 0.4666666667rem;
}
.nyWrap .newsList li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.passage .psgTitle {
  margin-bottom: 0.88rem;
  text-align: center;
}
.passage .psgTitle h3 {
  padding-bottom: 0.2666666667rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.04rem;
  font-size: 0.4rem;
  color: #262626;
  line-height: 0.6rem;
}
.passage .psgTitle .info {
  font-size: 0.2666666667rem;
  color: #999999;
  line-height: 0.3733333333rem;
}
.passage .psgTitle .info span {
  margin: 0 0.1866666667rem;
}
.passage .psgCont {
  font-size: 0.3733333333rem;
  padding-bottom: 0.8rem;
}
.passage .psgCont .pic {
  width: 100%;
  margin: 0.56rem 0 0.4266666667rem;
}
.passage .psgCont .tit {
  margin-bottom: 0.1333333333rem;
  color: #d50000;
  font-weight: normal;
}
.passage .psgDesc {
  font-size: 0.3333333333rem;
  line-height: 0.6666666667rem;
  color: #666666;
  padding-bottom: 0.4rem;
}
.passage .psgLink {
  padding-top: 0.2933333333rem;
  border-top: 1px solid #e5e5e5;
}
.passage .psgLink li a {
  display: block;
  font-size: 0.3333333333rem;
  color: #222222;
  line-height: 0.5333333333rem;
}

.nyWrap .prodList li {
  margin-bottom: 0.48rem;
}
.nyWrap .prodList li:last-child {
  margin-bottom: 0;
}

.contProd .pic {
  margin-bottom: 0.1866666667rem;
}
.contProd .pic img {
  width: 100%;
  border-radius: 0.1066666667rem;
}
.contProd .item {
  margin-bottom: 0.5866666667rem;
}
.contProd .item .title {
  margin-bottom: 0.1866666667rem;
  border-bottom: 1px solid #7d7d7d;
  font-size: 0.3733333333rem;
  line-height: 0.8533333333rem;
  color: #222222;
}
.contProd .item .pageStyle {
  line-height: 0.5333333333rem;
  color: #666666;
}
.contProd .item .ul {
  padding: 0.2933333333rem 0 0.2133333333rem;
}
.contProd .item .ul li {
  margin: 0.1333333333rem 0;
  position: relative;
  padding-left: 0.2133333333rem;
  color: #f37200;
}
.contProd .item .ul li:before {
  content: "";
  width: 0.08rem;
  height: 0.2533333333rem;
  background: #f37200;
  position: absolute;
  left: 0;
  top: 0.1466666667rem;
}
.contProd .item .ul li.r {
  color: #d70000;
}
.contProd .item .ul li.r:before {
  background: #d70000;
}

.network {
  margin-top: 0.3333333333rem;
  padding: 0;
  background: none;
}
.network .item {
  padding: 0.1866666667rem 3% 0.2666666667rem;
  margin-bottom: 0.4rem;
  background: #fff;
}
.network .item .title {
  margin-bottom: 0.3466666667rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.3733333333rem;
  color: #222222;
  line-height: 0.88rem;
}
.network .item1 ul li {
  width: 48%;
  padding: 0.1333333333rem 0 0.2133333333rem;
  background: #22a253;
  border-radius: 0.1333333333rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.2133333333rem;
  font-size: 0.3333333333rem;
}
.network .item1 ul li:nth-child(2n) {
  float: right;
  background: #3d87d9;
}
.network .item1 ul li:nth-child(3n) {
  background: #4baab0;
}
.network .item1 ul li:nth-child(4n) {
  background: #de4935;
}
.network .item1 ul li h5 {
  line-height: 0.64rem;
}
.network .item1 ul li p {
  line-height: 0.5333333333rem;
  font-weight: bold;
}
.network .item2 dl {
  margin-bottom: 0.2666666667rem;
}
.network .item2 dl dt {
  font-size: 0.3733333333rem;
  color: #006326;
  font-weight: bold;
}
.network .item2 dl dd li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.3333333333rem;
  color: #222222;
  line-height: 0.9333333333rem;
}
.network .item2 dl dd li .fr {
  text-align: right;
}

.hrWrap {
  margin-top: 0.3333333333rem;
  padding: 0;
  background: none;
}
.hrWrap .item {
  padding: 0.3733333333rem 3% 0.5866666667rem;
  background: #fff;
  margin-bottom: 0.4rem;
}
.hrWrap .item .title {
  margin-bottom: 0.4266666667rem;
  font-size: 0.4rem;
  color: #006326;
  font-weight: normal;
}
.hrWrap .item1 .cont {
  margin-bottom: 0.8rem;
  font-size: 0.3733333333rem;
}
.hrWrap .item1 .cont:last-child {
  margin-bottom: 0;
}
.hrWrap .item2 .newsList {
  padding-bottom: 0;
}
.hrWrap .item2 .newsList li a h5 {
  font-size: 0.3733333333rem;
  color: #222222;
  line-height: 0.5333333333rem;
  height: 0.5333333333rem;
}
.hrWrap .item2 .newsList li a p {
  font-size: 0.2933333333rem;
  line-height: 0.5333333333rem;
  color: #f65700;
}

.notice .newsList li a h5 {
  line-height: 1.0666666667rem;
  font-size: 0.3733333333rem;
}

.download li {
  padding: 0.48rem 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.4rem;
}
.download li a {
  display: block;
  padding-right: 3.4666666667rem;
  position: relative;
}
.download li a h5 {
  font-size: 0.3733333333rem;
  color: #222222;
  line-height: 0.8rem;
  font-weight: normal;
}
.download li a .btn {
  width: 2.9333333333rem;
  height: 0.8rem;
  box-sizing: border-box;
  border: 1px solid #006326;
  border-radius: 0.1333333333rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 0.7733333333rem;
  font-size: 0.2933333333rem;
  color: #006326;
}
.download li a .btn img {
  margin-left: 0.1333333333rem;
  height: 0.2933333333rem;
  margin-top: -2px;
}

.mapWrap {
  height: 8rem;
}

.contactUs {
  margin-top: 0.4rem;
}
.contactUs .title {
  font-size: 0.4266666667rem;
  margin-bottom: 0.1066666667rem;
  color: #333;
}

.echartWrap {
  padding-top: 0.2666666667rem;
}
.echartWrap .tabs {
  margin-bottom: 0.4rem;
  background: #e6e6e6;
}
.echartWrap .tabs li {
  width: 25%;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;
  font-size: 0.3733333333rem;
  color: #4c4c4c;
  position: relative;
  cursor: pointer;
}
.echartWrap .tabs li:before {
  content: "";
  content: "";
  width: 100%;
  background: #0c813d;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 3;
  width: 0;
}
.echartWrap .tabs li.on {
  background: #fff;
}
.echartWrap .tabs li.on:before {
  width: 100%;
}
.echartWrap .content .item {
  display: none;
}
.echartWrap .content .item:first-child {
  display: block;
}
.echartWrap .content .item img {
  max-width: 100% !important;
}

/*# sourceMappingURL=common.css.map */
<!--0.00036287307739258-->