body {
  padding-top: 144px;
  background: #f4f4f4;
}

.mauto {
  max-width: 1200px
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}
table{ width:100%;}
table td{ border:1px solid #ddd!important;}

@media (max-width:767px) {
  .wrap {
    width: 96%;
  }
}

header,
footer,
.header-m,
main,
.i-banner,
.banner {
  transition: all .5s;
  -webkit-transition: all .5s
}

header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%
}

.header {
  background: #fff;
}

.header .top {
  height: 34px;
  line-height: 34px;
  background: #f6f6f6
}

.header-wrap {
  height: 92px;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.logo .logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}

.logo .logo-text .cn-tit {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 1px;
}

.logo .logo-text .en-tit {
  margin-top: 8px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 1em;
  white-space: nowrap;
  transform: scale(calc(10 / 12), calc(10 / 12)) translateX(-10%);
}

.header-wrap .h-icon-lg {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
}

.header-wrap .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  margin-top: -5px;
}

.header-wrap .h-icon-lg.chinese {
  margin-top: -1px;
  background: url(../images/icon-chinese.png) no-repeat 0 0/30px 20px;
}

.header-wrap .h-icon-lg.english {
  background: url(../images/icon-english.png) no-repeat 0 0/30px 20px;
}

.header-wrap .header-search {
  width: 18px;
  height: 18px;
  background: url(../images/icon-search.png) no-repeat 0 0/18px 18px;
}

.banner {
  height: 300px;
}

@media (max-width:1200px) {
  .mauto {
    max-width: 92% !important
  }
}

nav {
  width: 100%;
  height: 52px;
  background: #f8fbf4;
}

nav ul {
  display: flex;
  justify-content: space-between;
}

nav ul li {
  position: relative;
  padding: 0 45px;
  transition: all .5s ease;
}

nav ul li a {
  position: relative;
  font-size: 15px;
  text-align: center;
  color: #000;
  line-height: 52px;
}

nav ul li .sub-nav {
  position: absolute;
  background: #f2f9fc;
  visibility: hidden;
  opacity: 0;
  z-index: 44;
  top: 52px;
  left: 0;
  width: 100%;
}

nav ul li .sub-nav a {
  font-size: 14px;
  display: block;
  color: #333;
  line-height: 23px;
  padding: 10px 0;
  transition: all .5s ease;
}

nav ul li.active,
nav ul li:hover {
  background: #50b039;
}

nav ul li:hover>a,
nav ul li.active>a {
  color: #fff;
  font-weight: bold;
}

nav ul li .sub-nav a:hover {
  color: #84c47c;
}

nav ul li:hover .sub-nav {
  visibility: visible;
  opacity: 1;
}

/* 顶部搜索 begin */
.fix-search {
  z-index: 999;
  top: 0;
  left: 0
}

.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000
}

.fix-search .hide::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
  opacity: .5
}

.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px
}

.fix-search .txt {
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
  border-color: #666
}

.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

/* 顶部搜索 end */


/* 底部版权 begin */
.footer {
  background-color: #fff
}

.footer-wrap {
  padding: 66px 0;
  display: flex;
  justify-content: space-between
}

.footer-left {
  width: 90%;
  display: flex;
  justify-content: center;
}

.footer-left dl {
  width: 20%;
  color: #333;
  margin-right: 1%
}

.footer-left dl.contact {
  width: 30%
}

.footer-left dt {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px
}

.footer-left a {
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: block;
  word-break: break-all
}

.footer-left a:hover {
  text-decoration: underline;
  color: #333;
}

.footer-right {
  color: #fff;
  display: flex;
  flex-direction: column
}

.footer-right img {
  width: 140px;
  height: 140px;
  margin: -10px auto 10px
}

.footer-right p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center
}

.footer-copy {
  min-height: 74px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 14px;
  padding: 29px 0;
  text-align: center;
  color: #000
}

/* 底部版权 end */


/* index begin */
.top-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.top-swiper .swiper-pagination-bullet-active {
  background-color: #00773d;
}

.top-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 10px;
}

.top-swiper .top-swiper-button-prev,
.top-swiper .top-swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 36px;
  height: 45px;
  z-index: 99;
  cursor: pointer;
}

.top-swiper .top-swiper-button-prev {
  left: 143px;
  background: url(../images/left.png) no-repeat 0 0 / 36px 45px;
}

.top-swiper .top-swiper-button-next {
  right: 80px;
  background: url(../images/right.png) no-repeat 0 0 / 36px 45px;
}

.index-main-wrap .index-notice-wrap {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.index-main-wrap .index-notice-wrap .guide-list-lf {
  width: 22%;
  padding: 0 22px;
  border-right: 1px solid #ededed;
}

.guide-list-lf .guide-item {
  padding: 30px 5px;
  border-bottom: 1px solid #ededed;
}

.guide-list-lf .guide-item a {
  display: block;
  width: 100%;
}

.guide-list-lf .guide-item a:hover .title {
  color: #6dbb17;
}

.guide-list-lf .guide-item .title {
  margin-left: 68px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.guide-list-lf .guide-item .desc {
  margin-left: 68px;
  font-size: 14px;
  color: #999;
}

.guide-list-lf .guide-item .icon-guide {
  float: left;
  width: 45px;
  height: 45px;
}

.guide-list-lf .guide-item .icon-guide.icon-guide-lf01 {
  background: url(../images/icon-guide01.png) no-repeat center / 45px 45px;
}

.guide-list-lf .guide-item .icon-guide.icon-guide-lf02 {
  background: url(../images/icon-guide02.png) no-repeat center / 39px 46px;
}

.guide-list-lf .guide-item .icon-guide.icon-guide-lf03 {
  background: url(../images/icon-guide03.png) no-repeat center / 42px 42px;
}

.guide-list-lf .guide-item .icon-guide.icon-guide-lf04 {
  background: url(../images/icon-guide04.png) no-repeat center / 43px 39px;
}

.index-main-wrap .index-notice-wrap .index-news-wrap {
  width: 54%;
  padding: 30px;
}

.index-news-wrap .lab-wrap {
  height: 112px;
}

.index-news-wrap .lab-wrap .pic {
  float: left;
  width: 186px;
}

.index-news-wrap .lab-wrap .title {
  margin: 0 0 12px 214px;
  overflow: hidden;
  font-size: 18px;
  color: #50b039;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-wrap .lab-wrap .desc {
  display: -webkit-box;
  overflow: hidden;
  margin-left: 214px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.index-news-wrap .index-news-tabs {
  position: relative;
  height: 62px;
  border-bottom: 2px solid #ededed;
}

.index-news-wrap .index-news-tabs .tab-item {
  display: inline-block;
  height: 100%;
  margin-right: 38px;
  margin-top: -2px;
  font-size: 16px;
  line-height: 62px;
  cursor: pointer;
}

.index-news-wrap .index-news-tabs .tab-item.cur {
  color: #50b039;
  border-bottom: 2px solid#50b039;
}

.index-news-wrap .index-news-list {
  display: none;
  margin-top: 18px;
}

.index-news-wrap .index-news-list.show {
  display: block;
}

.index-news-wrap .index-news-list .index-news-item {
  position: relative;
  padding-right: 80px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.index-news-wrap .index-news-list .index-news-item a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-list .index-news-item a:hover {
  color: #50b039;
}

.index-news-list .index-news-item .item-num {
  display: inline-block;
  height: 14px;
  padding: 0 4px;
  margin-right: 6px;
  background-color: #adadad;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
}

.index-news-list .index-news-item:nth-child(1) .item-num {
  background-color: #077bd9;
}

.index-news-list .index-news-item:nth-child(2) .item-num {
  background-color: #7ed321;
}

.index-news-list .index-news-item:nth-child(3) .item-num {
  background-color: #ffa11c;
}

.index-news-list .index-news-item .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}

.index-main-wrap .index-notice-wrap .guide-list-rg {
  width: 24%;
}

.guide-list-rg .guide-item {
  position: relative;
  height: 135px;
  margin-bottom: 4px;
  overflow: hidden;
}

.guide-list-rg .guide-item:nth-child(1) {
  background-color: #f8fbf4;
}

.guide-list-rg .guide-item:nth-child(2) {
  background-color: #e5f7f7;
}

.guide-list-rg .guide-item:nth-child(3) {
  background-color: #fef7eC;
  margin-bottom: 0;
}

.guide-list-rg .guide-item .desc {
  position: relative;
  margin: 36px 0 0 20px;
  z-index: 1;
  font-size: 18px;
  line-height: 26px;
}

.guide-list-rg .guide-item .title {
  margin: 14px 0 0 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
}

.guide-list-rg .guide-item:nth-child(1) .desc,
.guide-list-rg .guide-item:nth-child(1) .title {
  color: #a7d76a;
}

.guide-list-rg .guide-item:nth-child(2) .desc,
.guide-list-rg .guide-item:nth-child(2) .title {
  color: #01b1b1;
}

.guide-list-rg .guide-item:nth-child(3) .desc,
.guide-list-rg .guide-item:nth-child(3) .title {
  color: #f4b544;
}

.guide-list-rg .guide-item .icon-guide {
  position: absolute;
  top: 29px;
  right: 20px;
  width: 76px;
  height: 77px;
}

.guide-list-rg .guide-item .icon-guide.icon-guide-rg01 {
  background: url(../images/icon-guide05.png) no-repeat 0 0 / 76px 77px;
}

.guide-list-rg .guide-item .icon-guide.icon-guide-rg02 {
  background: url(../images/icon-guide06.png) no-repeat 0 0 / 76px 77px;
}

.guide-list-rg .guide-item .icon-guide.icon-guide-rg03 {
  background: url(../images/icon-guide07.png) no-repeat 0 0 / 76px 77px;
}

.index-main-wrap .platform-sub {
  width: 274px;
  padding: 0 25px 18px;
  background-color: #fff;
}

.platform-sub h3.title {
  padding: 26px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
}

.platform-sub-list .platform-sub-item {
  margin: 20px 0;
}

.platform-sub-list .platform-sub-item a {
  display: block;
}

.platform-sub-list .platform-sub-item a:hover .title {
  text-decoration: underline;
}

.platform-sub-list .platform-sub-item .title {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

.platform-sub-list .platform-sub-item .time {
  font-size: 12px;
  color: #999;
  line-height: 22px;
}

.index-main-wrap .platform-main {
  width: calc(100% - 307px);
  padding: 0 37px;
  background-color: #fff;
}

.index-main-wrap .platform-main h3.title {
  margin: 35px 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}

.platform-main .platform-main-wrap {
  display: flex;
  justify-content: space-between;
}

.platform-main .platform-main-wrap .platform-img-wrap {
  position: relative;
  width: 47%;
  height: 187px;
  overflow: hidden;
}

.platform-main-wrap .platform-img-wrap .lk {
  display: block;
  height: 100%;
}

.platform-main-wrap .platform-img-wrap .pic {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  object-fit: cover;
}

.platform-main .platform-main-wrap .platform-img-wrap:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.platform-main-wrap .platform-img-wrap .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding-left: 52px;
  background-color: rgba(0, 0, 0, .5);
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}

.platform-main-wrap .platform-img-wrap .mask .mask-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background-color: #00773d;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.platform-main .platform-main-wrap .platform-main-list {
  width: 47%;
}

.platform-main-list .platform-main-item {
  margin-bottom: 14px;
}

.platform-main-list .platform-main-item .lk {
  display: block;
}

.platform-main-list .platform-main-item .title {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}

.platform-main-list .platform-main-item .time {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.platform-main-list .platform-main-item a:hover .title,
.platform-main-list .platform-main-item a:hover .time {
  color: #50b039;
}

.index-main-wrap .comm-item {
  position: relative;
  width: 23%;
  height: 273px;
  background-color: #fff;
}

.index-main-wrap .comm-item .title {
  margin: 30px 0;
  padding-left: 26px;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
}

.index-main-wrap .comm-item .desc {
  position: relative;
  padding-left: 26px;
  z-index: 1;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.index-main-wrap .comm-item .comm-btn {
  position: relative;
  width: 100px;
  height: 40px;
  margin: 45px 0 0 22px;
  background-color: #00773d;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.index-main-wrap .comm-item .icon-comm01 {
  position: absolute;
  right: 14px;
  bottom: 24px;
  width: 124px;
  height: 156px;
  background: url(../images/icon-comm01.png) no-repeat 0 0 / 124px 156px;
}

.index-main-wrap .comm-item .icon-comm02 {
  position: absolute;
  right: 14px;
  bottom: 28px;
  width: 130px;
  height: 152px;
  background: url(../images/icon-comm02.png) no-repeat 0 0 / 130px 152px;
}

.index-main-wrap .comm-item .inner-swiper {
  height: 160px;
  margin: 0 27px;
}

.index-main-wrap .comm-item .inner-swiper .pic {
  height: 100%;
}

.index-main-wrap .comm-item .inner-swiper .lk {
  display: block;
  height: 100%;
}

.comm-item .inner-swiper .lk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comm-item .inner-swiper-button-prev,
.comm-item .inner-swiper-button-next {
  position: absolute;
  top: 152px;
  width: 32px;
  height: 32px;
  z-index: 99;
  cursor: pointer;
}

.comm-item .inner-swiper-button-prev {
  left: 15px;
  background: url(../images/inner-left.png) #00773d no-repeat center / 9px 17px;
}

.comm-item .inner-swiper-button-next {
  right: 15px;
  background: url(../images/inner-right.png) #00773d no-repeat center / 9px 17px;
}

.index-main-wrap .comm-item.contact-item p {
  padding: 0 30px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
}

.index-main-wrap .comm-item.contact-item p .phone-num {
  font-size: 22px;
  color: #50b039;
}

.index-main-wrap .comm-item.contact-item .address {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.index-main-wrap .links-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 4%;
  padding: 0 27px;
}

.links-wrap .links-swiper .lk {
  display: block;
  padding: 22px 10px;
  background-color: #fff;
}

.links-wrap .links-swiper-button-prev,
.links-wrap .links-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  cursor: pointer;
}

.links-wrap .links-swiper-button-prev {
  left: 0;
  background: url(../images/lk-left.png) no-repeat 0 0 / 9px 16px;
}

.links-wrap .links-swiper-button-next {
  right: 0;
  background: url(../images/lk-right.png) no-repeat 0 0 / 9px 16px;
}

.index-main-title {
  position: relative;
  padding: 44px 0 39px;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
}

.index-main-title span {
  padding-left: 16px;
  border-left: 4px solid #50b039;
}

.index-main-wrap .icon-more,
.index-main-title .icon-more {
  position: absolute;
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  background: url(../images/icon-more.png) no-repeat 0 0 / 18px 18px;
}
/* index end */


.subpage-wrap {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 49px;
}

.pub-right-con {
  width: calc(100% - 286px);
  position: relative;
}

.pub-right-con .cur-position {
  display: none;
  margin-bottom: 20px;
  color: #666;
}

.pub-right-con .cur-position i {
  margin: 0 5px;
}

.pub-right-con .content { font-size:16px;
  padding: 4% 3%; line-height:2;
  background-color: #fff;
}

.pub-right-con .content.info-content {
  overflow: hidden;
}

.pub-right-con .content.event-content {
  padding: 0 19px 5% 23px;
}

.pub-right-con .content.news-content {
  padding: 3%;
}

.pub-right-con .content .content-text,
.pub-right-con .content.tb-content .desc,
.pub-right-con .content .info-wrap .info-text,
.pub-right-con .content .dir-wrap .desc {
  margin-bottom: 5%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
}

.pub-right-con .content .img-wrap {
  display: flex;
  height: 173px;
  justify-content: space-between;
}

.pub-right-con .content .img-wrap img {
  width: calc(100% / 3 - 2px);
  height: 100%;
}

.pub-right-con .content .pic-wrap {
  width: 676px;
  height: 567px;
  margin: 16px auto 28px;
}

.tb-content table {
  width: 100%;
  font-size: 18px;
  text-align: center;
  border-collapse: collapse;
}

.tb-content table caption {
  margin-bottom: 4%;
  color: #333;
  font-weight: bold;
}

.tb-content table th,
.tb-content table td {
  height: 50px;
  border: 1px solid #ddd;
}

.tb-content table th {
  background-color: #f3fef1;
}

.tb-content .equipment-tb {
  font-size: 16px;
  text-align: left;
}

.tb-content .equipment-tb th,
.tb-content .equipment-tb td {
  padding: 16px 20px;
  line-height: 30px;
}
.info-content .info-wrap{ line-height:2; font-size:16px;}
.info-content .info-wrap .avatar {
  float: left;
}

.info-content .info-wrap .name,
.info-content .info-wrap .info-text {
  margin-left: 190px;
}

.info-content .info-wrap .name {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
}

.event-list .event-item {
  border-bottom: 1px dashed #e1e4ec;
}

.event-list .event-item:hover .event-lk {
  text-decoration: underline;
}

.event-list .event-item .event-lk {
  display: block;
  width: 743px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.event-item .event-lk p {
  display: inline;
}

.event-item .event-lk .icon-event {
  display: inline-block;
  width: 18px;
  height: 21px;
  margin: -2px 14px 0 0;
  background: url(../images/icon-event.png) no-repeat 0 0 / 18px 21px;
  vertical-align: middle;
}

.swiper-content .swiper-wrap .big-swiper-wrap {
  position: relative;
}

.swiper-content .swiper-wrap .big-swiper-button-prev,
.swiper-content .swiper-wrap .big-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -50px;
  z-index: 99;
  cursor: pointer;
}

.swiper-content .swiper-wrap .big-swiper-button-prev {
  left: 0;
  background: url(../images/big-left.png) no-repeat 0 0 / 49px 49px;
}

.swiper-content .swiper-wrap .big-swiper-button-next {
  right: 0;
  background: url(../images/big-right.png) no-repeat 0 0 / 49px 49px;
}

.swiper-wrap .big-swiper-wrap .bigSwiper .text {
  margin-top: 18px;
  font-size: 16px;
  color: #000;
}

.swiper-content .swiper-wrap .small-swiper-wrap {
  position: relative;
}

.swiper-wrap .small-swiper-wrap .smallSwiper {
  margin: 0 65px;
  overflow: hidden;
}

.swiper-wrap .small-swiper-wrap .small-swiper-button-prev,
.swiper-wrap .small-swiper-wrap .small-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 27px;
  margin-top: -22px;
  cursor: pointer;
}

.swiper-wrap .small-swiper-wrap .small-swiper-button-prev {
  left: 25px;
  background: url(../images/small-left.png) no-repeat 0 0 / 15px 27px;
}

.swiper-wrap .small-swiper-wrap .small-swiper-button-next {
  right: 25px;
  background: url(../images/small-right.png) no-repeat 0 0 / 15px 27px;
}

.small-swiper-wrap .swiper-slide.swiper-slide-thumb-active {
  border: 3px solid #50b039;
}

.content .swiper-wrap {
  overflow: hidden;
}

.content .swiper-wrap .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.content .swiper-wrap .swiper-slide p {
  text-align: center;
}

.dir-content .dir-wrap img {
  display: block;
  margin: 0 auto;
}

.project-content .project-list .project-item {
  display: flex;
  height: 166px;
  margin-bottom: 4.6%;
}

.project-content .project-list .project-item:last-child {
  margin-bottom: 0;
}

.project-list .project-item .project-img-wrap {
  width: 26%;
  height: 166px;
}

.project-list .project-item .desc {
  overflow: hidden;
  width: 74%;
  padding: 9px 0 9px 3.4%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
}

.result-content .result-tab {
  display: flex;
  justify-content: space-between;
}

.result-content .result-tab .tab-item {
  width: 217px;
  height: 54px;
  border: 2px solid #ddd;
  font-size: 16px;
  color: #000;
  line-height: 54px;
  text-align: center;
}

.result-content .result-tab .tab-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.result-content .result-tab .tab-item.cur {
  background-color: #50b039;
  color: #fff;
  border-color: #50b039;
}

.result-content .result-wrap .result-item {
  display: none;
}

.result-content .result-wrap .result-item.show {
  display: block;
}

.result-content .result-wrap .result-item dl {
  margin-top: 4.6%;
}

.result-content .result-wrap .result-item dl dt {
  font-size: 18px;
  font-weight: bold;
}

.result-content .result-wrap .result-item dl dd {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.award-content .award-swiper-wrap {
  position: relative;
}

.award-content .award-swiper-wrap .award-swiper-button-next,
.award-content .award-swiper-wrap .award-swiper-button-prev {
  position: absolute;
  top: 55px;
  width: 60px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}

.award-content .award-swiper-wrap .award-swiper-button-next {
  right: 15px;
  background: url(../images/award-right.jpg) no-repeat 0 0 / 60px 60px;
}

.award-content .award-swiper-wrap .award-swiper-button-prev {
  left: 15px;
  background: url(../images/award-left.jpg) no-repeat 0 0 / 60px 60px;
}

.award-content .award-swiper-wrap .awardSwiper .text {
  height: 64px;
  font-size: 18px;
  color: #000;
  line-height: 64px;
}

.award-content .yearSwiper {
  margin-top: 50px;
  border-top: 1px dashed #545454;
}

.award-content .yearSwiper .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.award-content .yearSwiper .location .icon-year {
  display: none;
  width: 26px;
  height: 34px;
  margin-top: -14px;
  background: url(../images/icon-year.jpg) no-repeat 0 0 / 26px 34px;
}

.award-content .yearSwiper .location .circle {
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 50%;
}

.award-content .yearSwiper .location .year {
  display: block;
  height: 35px;
  padding: 0 24px;
  line-height: 35px;
  border-radius: 4px;
}

.award-content .yearSwiper .swiper-slide-thumb-active .icon-year {
  display: block;
}

.award-content .yearSwiper .swiper-slide-thumb-active .circle {
  display: none;
}

.award-content .yearSwiper .swiper-slide-thumb-active .year {
  background-color: #019945;
  color: #fff;
}

.notice-content .notice-wrap .notice-img-wrap {
  width: 52%;
  height: 266px;
}

.notice-content .notice-wrap .notice-text {
  padding-top: 27px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-indent: 2em;
}

.notice-content .notice-wrap:first-child {
  margin-bottom: 47px;
}

.notice-content .notice-wrap:first-child .notice-img-wrap {
  float: right;
  margin-left: 26px;
}

.notice-content .notice-wrap:last-child .notice-img-wrap {
  float: left;
  margin-right: 26px;
}

.exhibitions-content .exhibitions {
  display: flex;
  flex-wrap: wrap;
}

.exhibitions-content .exhibitions .exhibition {
  width: calc(286 / 876 * 100%);
  margin-right: calc(9 / 876 * 100%);
  margin-bottom: 20px;
  overflow: hidden;
}

.exhibitions-content .exhibitions .exhibition:nth-child(3n) {
  margin-right: 0;
}

.exhibitions .exhibition .lk {
  display: block;
}

.exhibitions .exhibition .exhibition-img-wrap {
  height: 193px;
  overflow: hidden;
}

.exhibitions .exhibition a:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.exhibitions .exhibition .pic {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  object-fit: cover;
}

.exhibitions .exhibition .title {
  height: 61px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
  line-height: 61px;
  text-align: center;
}

.service-content .service-info .service-img-wrap {
  float: left;
  width: 33%;
  height: 179px;
}

.service-content .service-info .desc {
  margin-left: 38%;
  padding-top: 2.5%;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
}

.service-content .contact-title {
  margin: 7% 0 2.7%;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

.service-content .contact-list .contact-item {
  height: 82px;
  color: #333;
  font-size: 16px;
  line-height: 82px;
  border-bottom: 1px solid #f2f2f2;
}

.contact-list .contact-item span {
  display: inline-block;
}

.contact-list .contact-item .name,
.contact-list .contact-item .phone {
  width: 38%;
}

.contact-list .contact-item .email {
  width: 22%;
}

.contact-list .contact-item .icon-phone {
  display: inline-block;
  width: 16px;
  height: 21px;
  background: url(../images/icon-phone.png) no-repeat 0 0 / 16px 21px;
  vertical-align: middle;
}

.contact-list .contact-item .icon-email {
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../images/icon-email.png) no-repeat 0 0 / 18px 13px;
  vertical-align: middle;
}

.cooperation-content .coop-text {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 2em;
}

.cooperation-content .pic {
  margin-top: 6%;
  width: 100%;
}

.form-content .form-title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #010202;
  font-weight: bold;
}

.form-content .desc {
  margin-bottom: 5%;
  font-size: 14px;
  color: #010202;
}

.form-content .form-box .input-box {
  position: relative;
  height: 50px;
  margin-bottom: 25px;
}

.form-content .form-box .textarea-box {
  position: relative;
  height: 180px;
  padding: 12px 15% 12px 12px;
  border: 1px solid #ddd;
}

.form-content .form-box .submit-btn {
  width: 40%;
  height: 50px;
  margin-top: 5.6%;
  background-color: #50b039;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.form-box .input-box .text-inp {
  width: calc(100% - 50px);
  height: 100%;
  padding-right: 50px;
  color: #333;
  text-indent: 1em;
  border: 1px solid #ddd;
  border-right: none;
}

.form-box .input-box .icon-form,
.form-box .textarea-box .icon-form {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border: 1px solid #ddd;
}

.form-box .textarea-box .text-area {
  width: 100%;
  height: 100%;
}

.form-box .input-box .icon-form.icon-form-user {
  background: url(../images/message_icon1.png) no-repeat center;
}

.form-box .input-box .icon-form.icon-form-qs {
  background: url(../images/message_icon2.png) no-repeat center;
}

.form-box .input-box .icon-form.icon-form-email {
  background: url(../images/message_icon3.png) no-repeat center;
}

.form-box .input-box .icon-form.icon-form-phone {
  background: url(../images/message_icon4.png) no-repeat center;
}

.form-box .textarea-box .icon-form.icon-form-message {
  background: url(../images/message_icon5.png) no-repeat center;
  border: none;
}

.contact-content .contact p {
  position: relative;
  /* height: 36px; */
  margin-top: 14px;
  padding-left: 54px;
  line-height: 34px;
}

.contact-content .contact .title {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}

.contact-content .contact .icon-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 36px;
  vertical-align: middle;
}

.contact-content .contact .icon-contact.icon-content-lc {
  background: url(../images/icon-content-lc.png) no-repeat -2px 0 / 37px 35px;
}

.contact-content .contact .icon-contact.icon-content-phone {
  background: url(../images/icon-content-phone.png) no-repeat 0 0 / 35px 36px;
}

.contact-content .contact .icon-contact.icon-content-email {
  background: url(../images/icon-content-email.png) no-repeat 0 0 / 35px 36px;
}

.news-content .news-img-list {
  display: flex;
}

.news-content .news-img-list .news-img-item {
  width: calc(283 / 879 * 100%);
  margin-right: calc(30 / 879 * 100%);
}

.news-content .news-img-list .news-img-item:last-child {
  margin-right: 0;
}

.news-content .news-img-list .news-img-item .lk {
  display: block;
}

.news-content .news-img-list .news-img-item .news-img-wrap {
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.news-content .news-img-list .news-img-item .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.news-img-list .news-img-item .lk:hover .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-content .news-img-list .news-img-item .desc {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  color: #000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-content .news-img-list .news-img-item .time {
  font-size: 14px;
  line-height: 42px;
  color: #999;
}

.news-content .news-list {
  margin-top: 10px;
}

.news-content .news-list .news-item {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #000;
}

.news-content .news-list .news-item:nth-child(odd) {
  background-color: #f8f8f8;
}

.news-content .news-list .news-item .news-lk {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-content .news-list .news-item .icon-news-arrows {
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-right: 14px;
  background: url(../images/icon-news-arrows.png) no-repeat 0 0 / 4px 7px;
  vertical-align: middle;
}

.news-content .news-list .news-item .time {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-right: 18px;
  font-size: 14px;
  color: #999;
}

.news-detail .news-detail-info {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
}

.news-detail .news-detail-info .news-title {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.news-detail .news-detail-info .news-info {
  font-size: 14px;
  color: #999;
  line-height: 32px;
  text-align: center;
}

.news-detail-info .news-info .time {
  margin-right: 20px;
}

.news-detail .news-detail-content { padding-top:4%;
  padding-bottom: 5%;
  border-bottom: 1px solid #ededed;
}
.news-detail .news-detail-content img{
margin: 0 auto;
    display: block;
}
.news-detail .news-detail-content .news-text {
  margin-top: 24px;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  text-indent: 2em;
}

.news-detail .news-control {
  position: relative;
  margin-top: 5%;
}

.news-detail .news-control .control-item {
  overflow: hidden;
  padding-right: 190px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-detail .news-control .control-item .lk {
  display: inline;
}

.news-detail .news-control .control-item:hover .lk {
  text-decoration: underline;
}

.news-detail .news-control .control-btn {
  position: absolute;
  top: 12px;
  right: 0;
  width: 148px;
  height: 49px;
  background-color: #fff;
  color: #50b039;
  border: 2px solid #50b039;
}

.lenolsa li {
  margin-bottom: 10px;
}

.dolsca span {
  float: left;
  height: 60px;
  line-height: 60px;
}

.dolsca img {
  margin-right: 10px;
}

.dolsca {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #eee;
}

.dolsca.on {
  background: #f9f9f9;
  transition: all 0.5s ease;
}

.dolsca .d1 {
  width: 40%;
  text-indent: 20px;
  text-align: left;
}

.dolsca .d2,
.dolsca .d3,
.dolsca .d4 {
  text-align: center;
  width: 22%;
}

.dolsca .d5 {
  float: right;
  width: 5%;
}

.lourew {
  padding: 20px;
  line-height: 2;
  display: none;
  color: #A7A7A7;
}

.lourew strong {
  color: #505050;
}

.dolsca .d5 {
  padding-top: 10px;
  margin-right: 10px;
  text-align: center;
}

.dolsca .d5 i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/xz.png) no-repeat center center;
  transition: all 0.5s ease;
}

.dolsca.on .d5 i {
  background: url(../images/xz-on.png) no-repeat center center;
  transition: all 0.5s ease;
}

/* 左侧导航 begin */
.pub-left-nav {
  width: 268px;
}

.pub-left-nav-tit {
  height: 80px;
  background-color: #50b039;
  color: #fff;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
}

.pub-left-nav-tit b {
  display: block;
  margin: 21px 0 7px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.pub-left-nav-tit i {
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pub-left-nav-list a {
  display: block;
  position: relative;
  height: 54px;
  margin: 1px 0;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 54px;
  border: 1px solid transparent;
}

.pub-left-nav-list a.active,
.pub-left-nav-list a:hover {
  color: #50b039;
}

.pub-left-nav-list a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  visibility: hidden;
  opacity: 0;
  content: '';
  width: 7px;
  height: 7px;
  background: url(../images/icon-arrows.png) no-repeat 0 0 / 7px 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all .3s;
  -webkit-transition: all .3s;
}

.pub-left-nav-list a.active,
.pub-left-nav-list a:hover {
  border: 1px solid #50b039;
}

.pub-left-nav-list a.active::before,
.pub-left-nav-list a:hover::before {
  visibility: visible;
  opacity: 1;
}
/* 左侧导航 end */


/* 子页面 顶部标签 begin */
.sub-guide {
  align-items: center;
}

.sub-guide-l li {
  display: block;
  margin-right: 5px
}

.sub-guide-l li a {
  display: block;
  width: 200px;
  height: 38px;
  background: url(../images/sub-guide-bg.png) no-repeat 0 0 / 200px 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.sub-guide-l li a:hover {
  text-decoration: underline;
}

.sub-guide-r {
  color: #666;
}

.sub-guide-r i {
  margin: 0 5px;
}

.sub-guide-r img {
  display: inline-block;
}

.sub-guide-r a {
  color: #666;
}

.sub-guide-r a:hover {
  text-decoration: underline
}

/* 子页面 顶部标签 end */


/* H5 子导航 begin */
@media (max-width:767px) {
  .pub-left-nav {
    display: none;
  }

  .pub-right-con {
    width: 100%;
    padding: 0 16px 16px;
  }

  .main-nav-m {
    display: block;
    position: relative;
    z-index: 555;
    cursor: pointer
  }

  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #00773d
  }

  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
  }

  .main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
  }

  .main-nav-m .title i::before,
  .main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
  }

  .main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
  }

  .main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
  }

  .main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
  }

  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: rgba(80, 176, 57, 0.8);
    color: #fff
  }

  .main-nav-m ul li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
  }

  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55)
  }
}
/* H5 子导航 end */


/* 图片列表 begin */
.pic-list ul {
  margin-left: -0.3rem
}

.pic-list li {
  padding-left: .3rem;
  margin-bottom: 15px
}

.pic-list li a:hover .imgs::after {
  transform: scale(1);
  -webkit-transform: scale(1)
}

.pic-list li a:hover h3 {
  background-color: #50b039;
  color: #fff;
}

.pic-list .imgs {
  padding-bottom: 67.12328767%;
}

.pic-list .imgs::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5) url(../images/honor_icon.png) no-repeat center;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transition: all .3s;
  -webkit-transition: all .3s
}

.pic-list h3 {
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  color: #000
}

.pic-list h4 {
  font-size: 14px;
  padding: 0;
  line-height: 25px;
  color: #646464
}
/* 图片列表 end */


/* 列表分页 begin */
.pagelmc {
  margin: 0 auto;
  padding-bottom: 5%;
  background-color: #fff;
  text-align: center;
}

.pagelmc a {
  line-height: 37px;
  padding: 0 15px;
  display: inline-block;
  margin: 0 8px;
  min-width: 37px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
}

.pagelmc a.cur,
.pagelmc a:hover {
  color: #fff;
  background: #51b03a;
}

.pagelmc.exhibitions-pagelmc,
.pagelmc.news-pagelmc {
  padding-bottom: 6%;
}

.pagelmc.lenolsa-pagelmc {
  padding-bottom: 6%;
}

.pagelmc.product-pagelmc {
  padding: 5% 0 2.7%;
}

.pagelmc.exhibitions-pagelmc a.cur,
.pagelmc.exhibitions-pagelmc a:hover,
.pagelmc.lenolsa-pagelmc a.cur,
.pagelmc.lenolsa-pagelmc a:hover,
.pagelmc.product-pagelmc a.cur,
.pagelmc.product-pagelmc a:hover,
.pagelmc.news-pagelmc a.cur,
.pagelmc.news-pagelmc a:hover {
  background-color: #00773d;
}

@media (max-width: 1200px) {
  .pagelmc a.mob-none {
    display: none;
  }
}
/* 列表分页 end */


.index-main-wrap {
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width:767px) {
  .index-main-wrap {
    flex-direction: column;
  }

  .index-main-l,
  .index-main-r {
    width: 100%;
  }

  .i-banner,
  .i-banner img {
    height: 200px;
  }

  .banner {
    height: 2rem
  }

  .index-project-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .index-project-list li {
    width: 48%;
    margin: 0 1% 20px;
  }

  .index-nav-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .index-nav-l {
    width: 100%;
  }

  .index-nav-l li {
    text-align: center;
  }

  .index-nav-l p {
    width: 100%;
    text-align: center;
  }

  .index-nav-r {
    width: 96%;
    margin: 20px auto;
  }

  .index-main-wrap {
    margin-top: 0;
  }

  .index-main-l,
  .main-focus-item,
  .main-focus-item img {
    height: 250px;
  }
}
/* 首页 end */


/* 富文本 begin */
.richtext {
  line-height: 30px;
}

.richtext .title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #333;
  margin-bottom: 13px;
}

.richtext .desc {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 6%;
}

.richtext img {
  margin: 10px 0;
}
/* 富文本 end */


/* 联系我们 begin */
.contact {
  line-height: 30px;
}

#map {
  height: 400px;
  margin-top: .2rem;
}
/* 联系我们 end */


@media (max-width:1024px) {
  body {
    padding-top: 70px !important
  }

  header {
    height: 70px
  }

  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: '';
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
  }

  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    margin-top: 0;
    line-height: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
  }

  .header-m .logo img {
    max-height: 40px
  }

  .header-m .logo .logo-text {
    margin-left: 8px;
    width: 75%;
  }

  .header-m .logo .logo-text .cn-tit {
    font-size: 23px;
  }
  
  .logo .logo-text .en-tit {
    margin-top: 2px;
    transform: scale(calc(9 / 12), calc(9 / 12)) translateX(-17%);
  }

  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer
  }

  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: '';
    top: 50%;
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    transition: all .3s ease-out .3s;
    -webkit-transition: all .3s ease-out .3s;
    background: #222
  }

  .header-m .m-menu-b::before {
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0)
  }

  .header-m .m-menu-b::after {
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0)
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb
  }

  .header-m .nav {
    height: calc(100% - 82px);
    overflow-x: hidden;
    overflow-y: auto
  }

  .header-m .nav>li {
    border-bottom: 1px solid #ebebeb;
    animation: resize .5s both;
    -webkit-animation: resize .5s both
  }

  .header-m .nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px
  }

  .header-m .nav>li>a::after {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .header-m .nav>li .sub-nav {
    display: none
  }

  .header-m .nav>li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4E4E4E
  }

  .header-m .nav>li .sub-nav a::before,
  .header-m .nav>li .sub-nav a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
  }

  .header-m .nav>li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555
  }

  .header-m .nav>li .sub-nav a::after {
    border-left: 5px #ebebeb solid
  }

  .header-m .nav>li.cur {
    position: relative
  }

  .header-m .nav>li.cur::after,
  .header-m .nav>li.cur::before {
    position: absolute;
    content: '';
    background: #999;
    transition: all .5s;
    -webkit-transition: all .5s
  }

  .header-m .nav>li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px
  }

  .header-m .nav>li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px
  }

  .header-m .nav>li.active::after {
    background: #fff
  }

  .header-m .nav>li.active::before {
    height: 0
  }

  .header-m .nav>li.active>a {
    color: #fff;
    background: #00773d
  }

  .header-m .nav>li.active>a::after {
    border-color: #fff;
    background: #fff
  }

  .header-m .nav>li.active .sub-nav li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    background-size: 23px
  }

  html.active {
    height: 100%;
    overflow: hidden
  }

  html.active body {
    height: 100%;
    overflow: hidden
  }

  html.active .header-m {
    left: 260px
  }

  html.active .header-m::after {
    display: block
  }

  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000
  }

  html.active .header-m .m-menu-b::before {
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg)
  }

  html.active .header-m .m-menu-b::after {
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg)
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0
  }

  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    transform: translateX(260px);
    -webkit-transform: translateX(260px)
  }
}

/* 2211 begin */
@media (max-width: 1220px) {
  .footer-left {
    padding-left: 10px;
  }
}

@media (max-width: 1200px) {
  .wrap {
    width: 100%;
  }

  .index-main-title .icon-more {
    right: 6px;
  }

  nav ul li {
    padding: 0px 34px;
  }

  .index-main-wrap .comm-item.contact-item p .phone-num {
    font-size: 20px;
  }

  .event-list .event-item .event-lk {
    width: 100%;
  }

  .notice-content .notice-wrap .notice-text {
    padding-top: 0;
  }

  .exhibitions-content .exhibitions .exhibition {
    width: 49%;
    margin-right: 2%;
  }

  .exhibitions-content .exhibitions .exhibition:nth-child(3n) {
    margin-right: 2%;
  }

  .exhibitions-content .exhibitions .exhibition:nth-child(2n) {
    margin-right: 0;
  }

  .service-content .service-info {
    height: auto;
  }

  /* .service-content .contact-title {
    margin: 60px 0 24px;
  } */

  .contact-list .contact-item span {
    float: left;
  }

  .contact-list .contact-item .name {
    width: 30%;
  }

  .contact-list .contact-item .phone {
    width: 40%;
  }

  .contact-list .contact-item .email {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  header>nav {
    display: none;
  }

  .top-swiper .top-swiper-button-prev,
  .top-swiper .top-swiper-button-next {
    display: none;
  }

  .index-main-wrap .index-notice-wrap {
    flex-wrap: wrap;
  }

  .index-main-wrap .index-notice-wrap .guide-list-lf {
    width: 28%;
  }

  .index-main-wrap .index-notice-wrap .index-news-wrap {
    width: 72%;
  }

  .index-main-wrap .index-notice-wrap .guide-list-rg {
    display: flex;
    width: 100%;
  }

  .guide-list-rg .guide-item {
    width: calc(100% / 3);
  }

  .index-comm-wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .index-comm-wrap .comm-item {
    width: 48%;
    margin-bottom: 15px;
  }

  .links-wrap .links-swiper-button-prev,
  .links-wrap .links-swiper-button-next {
    display: none;
  }

  .pub-left-nav {
    width: 220px;
  }

  .pub-right-con {
    width: calc(100% - 240px);
  }

  .pub-right-con .content .pic-wrap {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .pub-right-con .content .pic-wrap img {
    display: block;
    margin: 0 auto;
  }

  .project-content .project-list .project-item {
    flex-wrap: wrap;
    height: auto;
  }

  .project-list .project-item .project-img-wrap {
    width: 100%;
  }

  .project-list .project-item .desc {
    width: 100%;
    padding-left: 0;
  }

  .content.notice-content .notice-wrap .notice-img-wrap {
    float: none;
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
  }

  .info-content .info-wrap .avatar {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .info-content .info-wrap .name {
    margin-top: 10px;
    text-align: center;
  }

  .info-content .info-wrap .name,
  .info-content .info-wrap .info-text {
    margin-left: 0;
  }

  .tb-content .equipment-tb th,
  .tb-content .equipment-tb td {
    padding: 4px 10px;
  }

  .service-content .service-info .service-img-wrap {
    float: none;
    width: 100%;
  }

  .service-content .service-info .desc {
    margin-left: 0;
  }

  .service-content .contact-list .contact-item {
    height: auto;
    line-height: 65px;
  }

  .contact-list .contact-item .name {
    width: 100%;
  }

  .contact-list .contact-item .phone,
  .contact-list .contact-item .email {
    width: 50%;
  }

  .news-content .news-img-list {
    flex-wrap: wrap;
  }

  .news-content .news-img-list .news-img-item {
    width: 100%;
    margin-right: 0;
  }

  .footer-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
  }

  .footer-wrap .footer-left {
    width: 100%;
    padding-left: 0;
  }

  .footer-wrap .footer-right {
    margin-top: 30px;
  }

  .footer-left dl {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header-m .logo .logo-text {
    width: auto;
  }

  .header-m .logo img {
    width: .4rem;
  }

  .header-m .logo .logo-text .cn-tit {
    width: auto;
    white-space: nowrap;
    font-size: .2rem;
    line-height: normal;
  }

  .header-m .logo .logo-text .en-tit {
    display: none;
  }

  .index-main-wrap .index-notice-wrap .guide-list-lf {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .guide-list-lf .guide-item {
    width: 50%;
  }

  .index-main-wrap .index-notice-wrap .index-news-wrap {
    width: 100%;
  }

  .index-main-title {
    padding: 22px 0;
  }

  .index-main-wrap .platform-sub {
    width: 100%;
    margin-bottom: 12px;
  }

  .platform-sub h3.title {
    padding: 18px 0;
  }

  .index-main-wrap .platform-main {
    width: 100%;
  }

  .index-main-wrap .platform-main h3.title {
    margin: 18px 0;
  }

  .index-main-wrap.index-comm-wrap {
    flex-direction: row;
  }

  .pub-right-con {
    width: 100%;
  }

  .project-list .project-item .desc {
    margin-left: 0;
  }

  .award-content .award-swiper-wrap .award-swiper-button-prev {
    left: 0;
  }

  .award-content .award-swiper-wrap .award-swiper-button-next {
    right: 0;
  }
}

@media (max-width: 600px) {
  .subpage-wrap {
    margin: 12px auto;
  }

  .guide-list-lf .guide-item {
    width: 100%;
    padding: 18px 5px;
  }

  .index-main-title {
    padding: 20px 0;
    font-size: 20px;
    line-height: 20px;
  }

  .index-main-wrap .index-notice-wrap .guide-list-rg {
    flex-wrap: wrap;
  }

  .index-main-wrap .index-notice-wrap .index-news-wrap {
    padding: 22px;
  }

  .guide-list-rg .guide-item {
    width: 100%;
    height: 114px;
    margin-bottom: 0;
  }
  
  .guide-list-rg .guide-item .title {
    font-size: 20px;
  }

  .guide-list-rg .guide-item .desc {
    margin-top: 22px;
  }

  .guide-list-rg .guide-item .icon-guide {
    top: 18px;
  }

  .platform-sub h3.title {
    padding: 16px 0 4px;
    font-size: 18px;
  }

  .index-main-wrap .platform-sub {
    padding: 0 22px 12px;
  }

  .index-main-wrap .platform-main {
    padding: 0 22px;
  }

  .platform-sub-list .platform-sub-item {
    margin: 12px 0;
  }

  .platform-main .platform-main-wrap {
    flex-direction: column;
  }

  .platform-main .platform-main-wrap .platform-img-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .platform-main .platform-main-wrap .platform-main-list {
    width: 100%;
  }

  .index-comm-wrap .comm-item {
    width: 100%;
    height: 195px;
  }

  .index-comm-wrap .comm-item:last-child {
    margin-bottom: 0;
  }

  .index-main-wrap .comm-item .title {
    margin: 18px 0 8px;
  }

  .index-main-wrap .comm-item .comm-btn {
    margin-top: 18px;
  }

  .pub-right-con .cur-position {
    display: block;
    margin-bottom: 10px;
  }

  .pub-right-con .sub-guide {
    display: none;
  }

  .tb-content table {
    font-size: 14px;
  }

  .pic-list h3 {
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }

  .pagelmc.product-pagelmc {
    padding: 16px 0 16px;
  }

  .pagelmc.exhibitions-pagelmc,
  .pagelmc.news-pagelmc {
    padding-bottom: 24px;
  }

  .pagelmc a {
    padding: 0 12px;
    margin: 0 4px;
    min-width: 30px;
    line-height: 30px;
  }

  .award-content .yearSwiper {
    margin-top: 0;
  }

  .award-content .award-swiper-wrap .award-swiper-button-prev,
  .award-content .award-swiper-wrap .award-swiper-button-next {
    display: none;
  }

  .award-content .yearSwiper .location .year {
    height: 30px;
    padding: 0 14px;
    line-height: 30px;
  }

  .exhibitions-content .exhibitions .exhibition {
    width: 100%;
    margin-right: 0;
  }

  .exhibitions-content .exhibitions .exhibition:nth-child(3n) {
    margin-right: 0;
  }

  .lenolsa-content .dolsca .d4 {
    display: none;
  }

  .lenolsa-content .dolsca .d5 {
    width: 10%;
  }

  .service-content .service-info .service-img-wrap {
    height: 150px;
  }

  .service-content .service-info .pic {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0;
    object-fit: cover;
  }

  .service-content .contact-list .contact-item {
    line-height: 50px;
  }

  .contact-list .contact-item .phone,
  .contact-list .contact-item .email {
    width: 100%;
  }

  .contact-content .contact .title {
    padding: 0;
    height: auto;
    font-size: 16px;
    text-align: center;
  }

  .form-content .form-box .submit-btn {
    width: 100%;
  }

  .news-detail .news-control .control-item {
    padding-right: 0;
  }

  .news-detail .news-control .control-btn {
    position: static;
    float: right;
    width: 110px;
    height: 40px;
    margin-top: 10px;
  }

  .richtext .title {
    font-size: 20px;
  }

  .pagelmc .pagelmc-num {
    display: none;
  }

  .footer-copy {
    line-height: 24px;
  }
}
/* 2211 end */