body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 60px;
  border: none;
  background: #1E9146;
  z-index: 1000;
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav ul.nav {
  width: 100%;
}
nav.navbar.bootsnav ul.nav > li {
  width: 12.5%;
}
nav.navbar.bootsnav ul.nav > li:last-child {
  background: none;
}
nav.navbar.bootsnav ul.nav > li > a {
  padding: 15px 0;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a:focus,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #147636 !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-left: 3px solid #1E9146;
  width: 100%;
  min-width: 155px;
  padding-top: 10px;
  padding-bottom: 10px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
  border-bottom: none;
  color: #444444;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
  background-color: #fff;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
  background-color: #147636;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (min-width: 992px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: bold;
  }
}
@media all and (min-width: 1200px) {
  nav.navbar.bootsnav ul.nav {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 18px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 0px;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 10000;
  }
  nav.navbar.bootsnav .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
    float: none;
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li:last-child {
    background: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 5px 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  nav.navbar.bootsnav ul.nav > li > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li > a:hover,
  nav.navbar.bootsnav ul.nav li > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a:hover,
  nav.navbar.bootsnav ul.nav li.active > a:focus,
  nav.navbar.bootsnav ul.nav li.active > a,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li > a:hover:after,
  nav.navbar.bootsnav ul.nav li > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:hover:after,
  nav.navbar.bootsnav ul.nav li.active > a:focus:after,
  nav.navbar.bootsnav ul.nav li.active > a:after,
  nav.navbar.bootsnav ul.nav li.dropdown.on > a:after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    background-color: transparent !important;
    padding: 5px 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*shortcut_line*/
.shortcut-line {
  background: #c6f0e0;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
  color: #333333;
}
/*header*/
.header {
  background: url("header-bg.png") no-repeat bottom center;
  background-size: cover;
  min-height: 190px;
}
.header .container {
  position: relative;
}
.header .h-logo {
  float: left;
  padding-top: 43px;
  padding-bottom: 43px;
  max-width: 616px;
}
.header .h-logo img {
  display: block;
}
.header .tools {
  margin-top: 108px;
  float: right;
}
.tools {
  position: relative;
  z-index: 999;
}
.tools .search-trigger {
  background: url("search-a.png") no-repeat center center #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.tools .x-show {
  display: block;
  top: 35px;
  right: 0;
}
.search-box {
  position: relative;
  width: 265px;
}
.search-box .s-inp {
  height: 44px;
  background: url("search-a.png") no-repeat left 12px top 16px #fff;
  border-radius: 4px;
  width: 100%;
  padding-left: 32px;
  padding-right: 90px;
  color: #8a93a3;
}
.search-box .s-btn {
  background: #1e9146;
  width: 80px;
  height: 44px;
  border-radius: 4px;
  position: absolute;
  font-size: 16px;
  color: #fff;
  right: 0;
  top: 0;
}
/*footer*/
.footer {
  background-color: #1E9146;
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer .footer-logo {
  float: left;
  width: 200px;
}
.footer .footer-info {
  margin-left: 220px;
  color: #FFFFFF;
  line-height: 24px;
  background: url("footer-line.png") repeat-y left top;
  padding: 20px 0 20px 40px;
}
.footer .footer-info a,
.footer .footer-info span {
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.footer .footer-info a:hover {
  text-decoration: underline;
}
/*public-title*/
.public-title {
  height: 50px;
  line-height: 50px;
  background: #DDEDE3;
  padding-right: 20px;
  margin-bottom: 30px;
}
.public-title .title-name {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #1e9146;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
}
.public-title .title-name:after {
  content: '';
  position: absolute;
  background: url("title-bg.png") no-repeat left top;
  width: 34px;
  height: 50px;
  right: -34px;
  top: 0;
}
.public-title .title-more {
  float: right;
  color: #333333;
}
.public-title-02 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 25px;
}
.public-title-02 span {
  position: relative;
  font-weight: bold;
  color: #1E9146;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
}
.public-title-02 span:after,
.public-title-02 span:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 405px;
  height: 8px;
}
.public-title-02 span:before {
  background: url("title-left.png") no-repeat right center;
  left: -405px;
}
.public-title-02 span:after {
  background: url("title-right.png") no-repeat right center;
  right: -405px;
}
.index-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-box-01 .news-banner {
  border: solid 4px #85c39b;
}
.index-box-01 .news-banner .banner-box {
  height: 396px;
  overflow: hidden;
}
.index-box-01 .news-banner .banner-box .box-img {
  overflow: hidden;
}
.index-box-01 .news-banner .banner-box img {
  display: block;
  height: 396px;
  width: 100%;
}
.index-box-01 .news-banner .banner-box .banner-title {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 145px 7px 20px;
}
.index-box-01 .news-banner .banner-box .banner-title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.index-box-01 .news-banner .swiper-pagination {
  width: auto;
  left: auto;
  right: 15px;
  overflow: hidden;
}
.index-box-01 .news-banner .swiper-pagination span {
  vertical-align: top;
}
.index-box-01 .news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-top: 3px;
  opacity: 1;
  background-color: #ffffff;
}
.index-box-01 .news-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #1e9146;
  margin-top: 0;
}
.index-box-01 .news-banner .swiper-button-next,
.index-box-01 .news-banner .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: 45%;
  margin-top: -22px;
}
.index-box-01 .news-banner .swiper-button-next:after,
.index-box-01 .news-banner .swiper-button-prev:after {
  display: none;
}
.index-box-01 .news-banner .swiper-button-prev {
  background: url("banner-prev.png") no-repeat top center;
  left: 10px;
}
.index-box-01 .news-banner .swiper-button-next {
  background: url("banner-next.png") no-repeat top center;
  right: 10px;
}
.index-box-01 .news-info .info-title {
  line-height: 46px;
}
.index-box-01 .news-info .info-title .title-name {
  color: #a1a1a1;
  font-weight: bold;
  float: left;
}
.index-box-01 .news-info .info-title .title-name span.ch {
  color: #333333;
  margin-right: 10px;
}
.index-box-01 .news-info .info-title .title-more {
  float: right;
  color: #333333;
}
.index-box-01 .news-info .info-title .title-more:hover {
  color: #147636;
  text-decoration: underline;
}
.index-box-01 .news-info .info-top {
  color: #858585;
  border-bottom: 1px dashed #858585;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.index-box-01 .news-info .info-top .box-title {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  display: block;
}
.index-box-01 .news-info .info-top .box-title:hover {
  color: #147636;
}
.index-box-01 .news-info .info-top .box-txt {
  line-height: 24px;
  margin-bottom: 5px;
  max-height: 48px;
  overflow: hidden;
}
.index-box-01 .news-info .info-top .box-date {color: #1e9146;}
.index-box-01 .news-info .info-list .box-s {
  position: relative;
  padding-right: 120px;
  height: 36px;
  line-height: 36px;
  padding-left: 16px;
}
.index-box-01 .news-info .info-list .box-s:before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ffd800;
}
.index-box-01 .news-info .info-list .box-s .box-title {
  color: #333333;
  display: block;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-01 .news-info .info-list .box-s .box-date {
  position: absolute;
  right: 0;
  top: 0;
  color: #858585;
}
.index-box-01 .news-info .info-list .box-s:hover .box-title {
  color: #147636;
  text-decoration: underline;
}
.index-box-02 {
  padding-top: 0;
}
.index-box-02 .video-reg-mod .video-box {
  position: relative;
  background-color: #ffffff;
  border: solid 4px #85c39b;
  margin-bottom: 40px;
  overflow: hidden;
}
.index-box-02 .video-reg-mod .video-box img {
  display: block;
  height: 276px;
  width: 100%;
  transition: all 0.5s;
}
.index-box-02 .video-reg-mod .video-box .video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("icon-video.png") no-repeat center center transparent;
}
.index-box-02 .video-reg-mod .video-box:hover img {
  transform: scale(1.1);
}
.index-box-02 .video-reg-mod .reg-box img {
  display: block;
  width: 100%;
}
.index-box-03 {
  background-color: #f4faf6;
}
.index-box-03 .personnel-list {
  position: relative;
}
.index-box-03 .box-s {
  margin-bottom: 30px;
}
.index-box-03 .box-s .box-img {
  height: 258px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.index-box-03 .box-s .box-img img {
  transition: all 0.5s;
}
.index-box-03 .box-s .box-name {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #1e9146;
}
.index-box-03 .box-s .box-job {
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-more {
  display: block;
  width: 160px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  background-color: #1e9146;
  border-radius: 22px;
  margin: 20px auto 0;
}
.index-box-03 .box-more:hover {
  background-color: #147636;
}
.index-box-03 .swiper-button-next,
.index-box-03 .swiper-button-prev {
  width: 16px;
  height: 28px;
  top: 115px;
  margin-top: 0;
  opacity: 1;
}
.index-box-03 .swiper-button-next:after,
.index-box-03 .swiper-button-prev:after {
  display: none;
}
.index-box-03 .swiper-button-prev {
  background: url("img-18.png") no-repeat top center;
  left: -35px;
}
.index-box-03 .swiper-button-next {
  background: url("img-19.png") no-repeat top center;
  right: -35px;
}
.index-box-04 {
  padding-bottom: 20px;
}
.index-box-04 .box-s {
  margin-bottom: 30px;
  height: 80px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  text-align: center;
}
.index-box-04 .box-s img {
  transition: all 0.5s;
}
.index-box-04 .box-s:hover img {
  transform: scale(1.1);
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item.cur {
  color: #147636;
}
.bread-crumbs .bread-item > a {
  margin-right: 2px;
}
.bread-crumbs .bread-item > a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
  color: #333333;
}
.bread-crumbs a:hover {
  color: #147636;
}
.page-main {
  padding-top: 15px;
  padding-bottom: 50px;
}

.page-phone {
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  background-color: #1E9146;
  display: none;
}
.text-list .box-s {
  overflow: hidden;
  margin-bottom: 20px;
}
.text-list .box-s:last-child {
  margin-bottom: 0;
}
.text-list .box-s .box-date {
  width: 78px;
  height: 78px;
  overflow: hidden;
  text-align: center;
  background-color: #1e9146;
  float: left;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}
.text-list .box-s .box-date span {
  display: block;
}
.text-list .box-s .box-date .day-s {
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  margin-top: 10px;
}
.text-list .box-s .box-info {
  margin-left: 105px;
  overflow: hidden;
}
.text-list .box-s .box-info .box-title {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-weight: bold;
  display: block;
}
.text-list .box-s .box-info .box-txt {
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  color: #999999;
}
.text-list .box-s:hover .box-info .box-title {
  color: #147636;
  text-decoration: underline;
}
.text-list-02 .box-s {
  background-color: #f6f8f7;
  padding: 25px 30px;
  color: #818281;
  margin-bottom: 30px;
}
.text-list-02 .box-s .box-title {
  display: block;
  font-weight: bold;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  margin-bottom: 5px;
}
.text-list-02 .box-s .box-txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 10px;
}
.text-list-02 .box-s .box-date {
  line-height: 24px;color: #1e9146;
}
.text-list-02 .box-s:hover .box-title {
  color: #147636;
  text-decoration: underline;
}
.img-txt-list .box-s {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e6e6e6;
}
.img-txt-list .box-s.img-none .box-info {
  margin-left: 0;
}
.img-txt-list .box-s .box-img {
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;margin-right: 25px;
}
.img-txt-list .box-s .box-img img {
  display: block;
  width: 289px;height: 161px;
  transition: all 0.7s;
}
.img-txt-list .box-s .box-info {
  padding-top: 10px;
  color: #858585;overflow: hidden;
}
.img-txt-list .box-s .box-info .box-title {
  display: block;
  line-height: 26px;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  margin-bottom: 10px;
}
.img-txt-list .box-s .box-info .box-txt {
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 10px;
}
.img-txt-list .box-s .box-info .box-date {
  line-height: 24px;color: #1e9146;
}
.img-txt-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-txt-list .box-s:hover .box-info .box-title {
  color: #147636;
}
.img-list .box-s {
  margin-bottom: 25px;
}
.img-list .box-s .box-img {
  height: 258px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.img-list .box-s .box-img img {
  transition: all 0.7s;
}
.img-list .box-s .box-info a {
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-list .box-s .box-info .box-name {
  color: #147636;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
.img-list .box-s .box-info .box-job {
  line-height: 24px;
  height: 24px;
}
.img-list .box-s:hover img {
  transform: scale(1.1);
}
.img-list-02 .box-s {
  margin-bottom: 20px;
}
.img-list-02 .box-s .box-img {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}
.img-list-02 .box-s .box-img img {
  display: block;
  height: 222px;
  width: 100%;
  transition: all 0.5s;
}
.img-list-02 .box-s .box-img .video-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("icon-video.png") no-repeat center center transparent;
}
.img-list-02 .box-s .box-title {
  display: block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.img-list-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.img-list-02 .box-s:hover .box-title {
  color: #147636;
}
.img-list-03 .box-s {
  margin-bottom: 30px;
  height: 80px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  text-align: center;
}
.img-list-03 .box-s img {
  transition: all 0.5s;
}
.img-list-03 .box-s:hover img {
  transform: scale(1.1);
}
.personnel-details .box-img {
  width: 184px;
  float: left;
}
.personnel-details .box-img img {
  display: block;
  width: 100%;
}
.personnel-details .box-info {
  overflow: hidden;
  margin-left: 215px;
  padding-top: 10px;
}
.personnel-details .box-info .box-name {
  line-height: 36px;
  color: #1e9146;
  font-weight: bold;
  margin-bottom: 10px;
}
.personnel-details .box-info .box-s {
  position: relative;
  padding-left: 55px;
  line-height: 36px;
  min-height: 36px;
  color: #333333;
}
.personnel-details .box-info .box-s .title-s {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-us {overflow: hidden;margin-top: 22px;}
.contact-us .box-s {
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact-us .box-s .box-map {overflow: hidden;}
.contact-us .box-s .box-map img {display: block;float: right;}
.contact-us .box-s .box-info {
  padding-top: 10px;
}
.contact-us .box-s .box-info .title-s {
  line-height: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.contact-us .box-s .box-info .info-wrap {
  margin-bottom: 30px;
}
.contact-us .box-s .box-info .info-wrap:last-child {
  margin-bottom: 0;
}
.contact-us .box-s .box-info .info-s {
  position: relative;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 28px;
  min-height: 26px;
}
.contact-us .box-s .box-info .info-s:last-child {
  margin-bottom: 0;
}
.contact-us .box-s .box-info .info-s .icon-s {
  position: absolute;
  left: 0;
  top: 0;
}
.sub-menu {
  background-color: #f6f8f7;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
}
.sub-menu a {
  color: #333333;
  float: left;
  margin-left: 30px;
}
.sub-menu a.active {
  font-weight: bold;
}
.single-page {
  color: #3b4461;
}
.single-page .m-title {
  text-align: center;
  margin-bottom: 25px;
}
.single-page .m-title h1 {
  line-height: 1.5;
  color: #333333;
  font-weight: bold;
}
.single-page .box-cont {
  color: #333333;
  text-align: justify;
  line-height: 2.2;
}
.form-page {
  padding-top: 20px;
}
.form-page label {
  font-weight: normal;
  text-align: right;
}
.form-page .tip {
  color: #f00;
}
.form-page .radio-inline {
  margin-top: 3px;
}
.form-page .form-title {
  color: #147636;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
.form-page .form-btn {
  background-color: #147636;
  color: #fff;
  width: 200px;
  margin-top: 20px;
}
.form-page .form-yzm {
  width: 100px;
  height: 46px;
  border-radius: 5px;
}
/*----------------------------20210708------------------*/
.index-banner {text-align: center;}

.pr-10 {
    padding-right: 10px;
}
.breadcrumb { background: transparent;
	margin-bottom: 0;
	font-size: 14px;
	border-radius: 0px;padding: 14px 15px 9px;
}
.breadcrumb > li { color:#444;}
.breadcrumb > li > a { color:#444;}
.breadcrumb > li > a:hover { color:#247d1f;}
@media (max-width:767px) {
	.breadcrumb {padding:8px 0;}
}

/* pgnav */

.pgnav {
	position: relative;
	margin: 8px 0 12px;
}
.pgnav ul {
	margin: 0;
	padding: 0;
}
.pgnav li {
	margin: 0 10px 10px 10px;
	padding: 0;
	list-style: none;
	display: inline-block;overflow: hidden;
}
.pgnav a {
	padding: 15px 60px;
	text-decoration: none;
	color: #333;
	line-height: 100%;font-size: 22px;font-weight: 700;background: #cfe6d7;display: block;border-radius: 30px;
}
.pgnav a:hover {
	color: #fff;background: #147636;
}
.pgnav a.current {
	background: #147636;
	color: #fff;
}
/* right nav */

.pgnav.right ul {
	text-align: right;
}
/* center nav */

.pgnav.center ul {
	text-align: center;
}
@media (max-width: 767px) {
	.pgnav li {margin: 0 6px 0 6px;}
	.pgnav a {padding: 14px 26px;font-size: 17px;}
}

.nrhei {font-size: 16px; line-height: 190%; color: #444;word-wrap: break-word;}
.nrhei1 {font-size: 16px; line-height: 180%; color: #444;word-wrap: break-word;}

.xlmain {display: block;margin:0;}
.xlmain hr {border-top: 1px solid #e1e5f3;}
.xlmain .wztitle {color: #247d1f;line-height:140%; font-size: 28px;margin: 24px 0 36px 0;font-weight: 700;text-align: center;/*word-break: break-all;*/}
.xlmain .dptitle {color: #354a96;line-height:130%; font-size: 28px;margin: 0 0 16px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .lwtitle {color: #354a96;line-height:130%; font-size: 26px;margin: 15px 0 24px 0;font-weight: 700;/*word-break: break-all;*/}
.xlmain .basicinfo {overflow: hidden; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 3px 0px;}
.xlmain .basicinfo .qtinfo {color:#777; font-size: 14px;margin: 0 0 10px 0;}
.xlmain .basicinfo .qtinfo a {color:#777; text-decoration: none;}
.xlmain .basicinfo .qtinfo a:hover {color:#de0c0c; text-decoration: none;}
.xlmain .basicinfo .share {overflow: hidden;float: right;}
.xlmain .basicinfo .ot-socials {text-align: right;}
.xlmain .basicinfo .ot-socials a {display: inline-block;height: 16px;width: 20px;text-align: center;line-height: 30px;margin-right: 8px;font-size: 14px;padding: 0;text-decoration: none;}
.xlmain .basicinfo .ot-socials .share-wx {background-image: url(fx-wx.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wx:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-qq {background-image: url(fx-qq.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-qq:hover {opacity: .6;}
.xlmain .basicinfo .ot-socials .share-wb {background-image: url(fx-wb.png);background-repeat: no-repeat;background-position: 50% 50%;}
.xlmain .basicinfo .ot-socials .share-wb:hover {opacity: .6;}
.xlmain .text { margin:0; overflow:hidden; display:block;}
.xlmain .text p {margin: 0 0 18px 0;}
.xlmain .text p:last-child {margin: 0 0 0 0;}
.xlmain .text img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .text video {object-fit: fill;width: 100% !important;height: 100% !important;}

.xlmain .text .sz {width: 244px;margin-left: 80px;float: right;}
.xlmain .text .sz img {width: 244px;}
.xlmain .text .szzc {overflow: hidden;}

.xlmain .textxl { margin:26px 0 0 0; overflow:hidden; display:block;}
.xlmain .textxl p {margin: 0 0 18px 0;}
.xlmain .textxl p:last-child {margin: 0;}
.xlmain .textxl img {display: block;margin-right: auto;margin-left: auto;}
.xlmain .textxl table {margin: 0 0 15px 0;}
.xlmain .textxl td {text-align: center;}
.xlmain .textxl video {border: #eff1f7 solid 6px;border-radius: 5px;width: 66% !important;height: 100% !important;margin-bottom: 16px;margin-top: 10px;object-fit: fill;}
.xlmain .textld {margin: 32px 0 30px 0;}
.xlmain .textld .photo {float: left;position: relative;margin: 0 26px 0px 26px;}
.xlmain .textld .photo img {border-radius: 4px;margin: 0 0 15px 0 !important;display: block;margin-right: auto !important;margin-left: auto !important;max-width: 200px;
-ms-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-o-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-moz-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
-webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.44);
}
.xlmain .textsp { margin:38px auto 0 auto; overflow:hidden; display:block;width: 66%;position: relative;}
.xlmain .textsp .txsp {position: absolute;bottom: 0;left: 0;width: 100%;height: 50px;background: #fff;z-index: 1;}
.xlmain .textsp video {border: #eff1f7 solid 6px;border-radius: 5px;width: 100% !important;height: 100% !important;}

.xlmain .table-bordered > tbody > tr > th, .xlmain .table-bordered > tbody > tr > td {vertical-align: middle;letter-spacing: 0px;}
.xlmain .table-bordered > tbody > tr > td {font-size: 15px;}
.xlmain .table-bordered > tbody > tr > th {font-size: 15px;color: #282828;background-color: #f3f3f3;}

.rylanmu { overflow: hidden;background: #f0f3fa;border-left: 5px solid #1958af;padding: 0 12px 0 17px;margin: 18px 0 16px 0;}
.rylanmu_l { color:#1958af;float:left;font-weight: 700;font-size:20px;line-height: 140%;padding: 7px 0;}
.rylanmu_l img {display: inline-block;margin-right: 10px;margin-top: -3px;}
.xlmain .textry {overflow: hidden;margin-top: 8px;}
.xlmain .textry .mt {margin-top: 288px;}
.xlmain .textry h3 { font-size:32px;line-height:1.2; margin:0 0 30px 0;display: block;color: #272727;font-weight: 700;}
.xlmain .textry h3 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry h4 { font-size:24px;line-height:1.2; margin:5px 0 20px 0;display: block;color: #282828;font-weight: 700;}
.xlmain .textry h4 span {font-size: 22px;margin-left: 20px;color: #999;}
.xlmain .textry p {margin: 0 0 18px 0;}
.xlmain .textry p a {color: #333;}
.xlmain .textry p a:hover {color: #005bac;}
.xlmain .textry th {color: #333;font-size: 16px;}
.xlmain .textry .ryname {overflow: hidden;border-left: 10px #FF9800 solid;padding-left: 20px;margin: 24px 0 40px 0;}
.xlmain .textry .ryname h4 {font-size: 20px;font-weight: 500;color: #333;margin: 0 0 12px 0;}
.xlmain .textry .ryname h4 b {font-size: 32px;color: #004098;font-weight: 700;}

.xlmain .textry .ryinfo {overflow: hidden;background: #e6f3fc;}
.xlmain .textry .ryinfo .ryimg { margin-right: 30px;background: #c1dced;padding: 30px 50px;}
.xlmain .textry .ryinfo .ryimg img{ border-radius: 5px;width: 180px;height: 240px;}
.xlmain .textry .ryinfo .rytxt p { line-height: 220%; font-size: 17px; margin: 30px 0 0 0; color:#222;}
.xlmain .textry .ryinfo .rytxt p a {color:#222;font-size: 17px;text-decoration: none;font-style: normal;}
.xlmain .textry .ryinfo .rytxt p a:hover {color:#ff7300;}
.xlmain .textry .rydetail {overflow: hidden;padding: 8px 0 0 0;}
.xlmain .textry .rydetail .detail {padding-left: 2px;font-size: 15px !important;line-height: 1.7 !important;}
.xlmain .textry .rydetail table {border: transparent;}
.xlmain .textry .rydetail tbody {background-color: transparent;}
.xlmain .textry .fl {margin-right: 28px;margin-bottom: 12px;}
.xlmain .textry .fl img {max-width: 198px;}
.xlmain .textry .fl h4 {font-size: 15px;line-height: 1.5;margin: 15px 0;text-align: center;font-weight: 500;color: #3157bb;}

.xlmain .textqk {overflow: hidden;font-size: 15px;line-height: 160%;color: #333;margin-top: 11px;}
.xlmain .textqk p {margin: 0;}

.platformbox {display:block;overflow:hidden;text-align: center;margin: 0 0 68px 0;}
.xlmain .platforminfo { margin:0 auto; overflow:hidden; display:block;min-height: 1000px;}
.xlmain .platforminfo p {margin: 0 0 16px 0;}
.xlmain .platforminfo p:last-child {margin: 0 0 0 0;}
.xlmain .platforminfo img {display: block;margin: 0 auto 70px auto;}

@media (min-width: 992px) {
	.xlmain .platforminfo { width: 876px;}
}
@media (min-width: 767px) {
	.xlmain .textxl img {max-width: 640px;}
}
@media (max-width: 1199px) {
	.xlmain .textsp { width: 64%;}
    .xlmain .text .sz {margin-left: 40px;}
    .xlmain .textxl video {width: 76% !important;}
}
@media (max-width: 991px) {
	.xlmain .wztitle {font-size: 24px;}
	.xlmain .textsp { width: 80%;}
	.xlmain .textld .photo {width: 100%;margin: 0 0 18px 0;}
    .xlmain .text .szzc {overflow: initial;}
}
@media (max-width: 800px) {
	.platformbox {margin: 32px 0 48px 0;}
	.xlmain .platforminfo { min-height: 800px;}
	.xlmain .platforminfo img {margin: 0 auto 60px auto;}
}
@media (max-width: 767px) {
	.xlmain .wztitle { margin: 0 0 18px 0;font-size: 18px;}
	.xlmain .basicinfo .qtinfo {margin: 0 0 8px 0;}
	.xlmain .text { margin:18px 0 12px 0;}
    .xlmain .text .sz {margin-left: 0px;width: 100%;float: inherit;margin-bottom: 20px;}
	.xlmain .textxl { margin:20px 2px 0 2px;}
    .xlmain .textxl video {width: 100% !important;}
	.xlmain .textsp { width: 100%;margin:20px auto 4px auto;}
	.xlmain .platforminfo {width: 100%;}
	.xlmain .platforminfo img {margin: 0 auto 40px auto;}
    .xlmain .textry .fl {width: 100%;}
    .xlmain .textry .fl img {margin-left: auto;margin-right: auto;margin-bottom: 20px;display: block;}
    .xlmain .textry h3 span {display: block;margin-top: 8px;margin-left: 0;}
}

/*page*/
.pmt1 {margin-top: 30px;}
.page {
  text-align: right;
  margin-top: 30px;
  padding-bottom: 10px;
}
.page a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f4f9f6;
  border-radius: 3px;
  padding: 0 14px;
  margin: 2px 1px;
}
.page a:hover,
.page a.current,
.page a.a-s {
  background-color: #508ded;
  color: #fff;
}

.pagefrm1 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    height: 24px; width: 36px;
    line-height: 22px;
    text-align:center; margin-right: 8px; float: left;
}
.pagefrm2 {
    color: #333;
    font-size: 12px;
    background-color: #F7F7F7;
    font-family: \5FAE\8F6F\96C5\9ED1;
    height: 24px; width: 46px;
    line-height: 22px;
    border: 1px solid #CCCCCC;
}
.pageline { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px;float: left;width: 100%;}
.pageline1 { border-bottom: dotted 1px #cccccc; height:4px; margin-top:20px; width:95%; display:block; overflow:hidden;}
#pages {
    width:100%; FONT-SIZE: 14px; TEXT-ALIGN: center; CLEAR: both; border-top: dotted 0px #cccccc; overflow: hidden; PADDING-TOP: 0px;float: left;text-align: right;margin-top: 10px;
}
#pages A {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f4f9f6; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:visited {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f4f9f6; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages A:hover {
    BORDER: #dedede 0px solid; HEIGHT: 36px; BACKGROUND: #f4f9f6; COLOR: #333; PADDING: 0 15px; TEXT-DECORATION: none; MARGIN: 0px 5px 6px 0; DISPLAY: inline-block; LINE-HEIGHT: 36px;border-radius: 3px;
}
#pages SPAN {
    HEIGHT: 36px;
    COLOR: #333;
    PADDING: 0 15px;
    TEXT-DECORATION: none;
    MARGIN: 0px 5px 6px 0;
    DISPLAY: inline-block;
    LINE-HEIGHT: 36px;
    font-size: 14px;border-radius: 3px;
}
#pages A:hover {
    BACKGROUND: #1e9146; COLOR: #fff;
}
#pages A.curr {
    BACKGROUND: #1e9146; COLOR: #fff;
}
#pages A.curr:visited {
    BACKGROUND: #1e9146; COLOR: #fff;
}
#pages A:hover {
    BACKGROUND: #1e9146; COLOR: #fff;
}